/* styles.css */
body {
    background-color: #f9f9f9 !important;
}

.app-header-menu {
    text-align: center; /* Center the menu items within the header */
}

.navbar-center {
    justify-content: center;
}

/* Mengatur Posisi Navbar agar tetap Fixed */
.navbar {
    position: fixed; /* Tetap di atas halaman */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* Warna latar belakang navbar */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan */
    z-index: 1000; /* Agar berada di atas konten lainnya */
}

.menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    margin: 0 1rem; /* Space between menu items */
}

.menu-link.active {
    color: #007bff; /* Active link color */
    font-weight: bold; /* Optionally make the active link bold */
}

.menu-icon {
    margin-right: 0.5rem; /* Space between icon and text */
}

.menu-title {
    font-size: 1rem; /* Adjust font size for menu titles */
}

/* Custom size untuk CekPengajuan Form */
.w-custom {
    max-width: 300px; /* Ubah sesuai kebutuhan */
}

.w-custom1 {
    max-width: 900px; /* Ubah sesuai kebutuhan */
}

/* Custom styles for logo */
#headerLogo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo-svg {
    width: 100px; /* Adjust width to a more appropriate size */
    height: 20px; /* Maintain aspect ratio */
    margin-right: 0.5rem; /* Space between logo and text if needed */
}

.theme-light-show {
    display: block;
}

.theme-dark-show {
    display: none;
}

/* Custom size for Form*/
.custom-column-spacing {
    padding-right: 1.5rem; /* Adjust as needed */
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-6 {
    padding-left: 35px;
    padding-right: 5px;
}

.mb-3 {
    margin-bottom: 1rem;
}

/* Custom size for Kotakan Form*/
.form-control,
.form-control-solid {
    border: none; /* Menghilangkan border pada input */
    border-radius: .375rem; /* Menambahkan border-radius untuk sudut yang lebih halus */
    background-color: #f8f9fa; /* Mengatur latar belakang yang halus dan terang */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); /* Menambahkan bayangan halus di dalam input */
    padding: .5rem .75rem; /* Menambah padding di dalam input */
    font-size: .95rem; /* Mengatur ukuran font */
}

.input-group-text {
    padding: .5rem .75rem; /* Menambah padding di dalam span input-group-text */
    border: none; /* Menghilangkan border pada input-group-text */
    border-radius: .375rem; /* Menambahkan border-radius untuk sudut yang lebih halus */
    background-color: #e9ecef; /* Mengatur latar belakang input-group-text */
}

.input-group .form-control {
    border-radius: .375rem; /* Menambahkan border-radius pada input di dalam input-group */
}

textarea.form-control {
    border-radius: .375rem; /* Menambahkan border-radius pada textarea */
    background-color: #f8f9fa; /* Mengatur latar belakang textarea */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); /* Menambahkan bayangan halus di dalam textarea */
}

.btn {
    border-radius: .375rem; /* Menambahkan border-radius pada tombol */
}

.btn-primary {
    background-color: #007bff; /* Mengatur warna latar belakang tombol primer */
    border: none; /* Menghilangkan border pada tombol */
}

.btn-light {
    background-color: #f8f9fa; /* Mengatur warna latar belakang tombol light */
    border: none; /* Menghilangkan border pada tombol */
}

.btn-active-light-danger {
    background-color: #e2e6ea; /* Mengatur warna latar belakang tombol active-light-danger */
}

.extra-margin {
    margin-bottom: 100px; /* Sesuaikan dengan jarak yang diinginkan */
}


/* Custom Faq*/
.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    width: 100%;
    text-align: left;
    border: none;
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
    border-radius: .375rem;
    outline: none
}

.faq-question:focus {
    outline: none
}

.faq-answer {
    border: none; /* Menghilangkan border pada input */
    border-radius: .375rem; /* Menambahkan border-radius untuk sudut yang lebih halus */
    background-color: #f8f9fa; /* Mengatur latar belakang yang halus dan terang */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); /* Menambahkan bayangan halus di dalam input */
    padding: .5rem .75rem; /* Menambah padding di dalam input */
    font-size: .95rem; /* Mengatur ukuran font */
}

/* Custom warna Button*/
.custom-reset-btn {
    background-color: #dc3545; /* Warna merah untuk tombol batal */
    border-color: #dc3545;
}

.custom-submit-btn {
    background-color: #007bff; /* Warna biru untuk tombol kirim */
    border-color: #007bff;
}

/* Custom warna Accordion*/
.accordion-button:not(.collapsed) {
    background-color: transparent;
}

/* Tambahkan border dan box shadow untuk lebih memperjelas */
.accordion-button:not(.collapsed)::after {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
}

/* Tab */
.nav-tabs .nav-link {
    border-radius: 0.375rem; /* Rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
    padding: 0.75rem 1.25rem; /* Padding for larger click area */
    color: #595c5f;
}

.nav-tabs .nav-link.active {
    background-color: #f9f9f9; /* Background color for active tab */
    color: #007bff; /* Text color for active tab */
    border: 1px solid #f9f9f9; /* Border color to match active background */
}

.nav-tabs .nav-link:hover {
    background-color: #f9f9f9; /* Background color on hover */
    color: #007bff; /* Text color on hover */
}

/* Custom CSS for Header landing page */
.masthead {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.masthead-avatar {
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
}

.masthead-heading {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.divider-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.divider-custom-line {
    width: 100px;
    height: 3px;
    background-color: #fff;
    margin: 0 15px;
}

.divider-custom-icon {
    font-size: 2rem;
    color: #fff;
}

.masthead-subheading {
    font-size: 1.2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}



