html {
    height: 100%
}

body {
    background-image: url('/img/global/background_fall.webp?version=1');
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    height: 100%;
    overflow-y: auto
}

label {
    margin: 0
}

div {
    position: relative
}

.white_square {
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #343a40;
    border-radius: 7px
}

.new_selection {
    position: absolute;
    left: -25px;
    top: -20px;
    width: 60px;
    height: 60px;
    border-radius: 40px 40px 0 40px;
    background-color: #efd61b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.top-header {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    height: 40px;
    align-items: center;
    z-index: 5
}

.btn_file {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: green;
    border-radius: 40px;
    color: #fff
}

.bottom-header {
    display: flex;
    justify-content: space-between;
    background-color: #000;
    padding-right: 40px;
    align-items: center;
    height: 80px;
    z-index: 5
}

.middle {
    margin-left: auto;
    margin-right: auto
}

.dropdown-menu {
    background-color: #4caae7 !important
}

.dropdown-item:hover {
    background-color: #000 !important;
    color: #fff !important
}

.fa-question-circle {
    color: #666
}

.gallery_item,
.search_result {
    background-color: #fff;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc
}

.gallery_item:hover,
.search_result:hover {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer
}

.animatte:hover::before {
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    border-radius: 0
}

.animatte {
    display: block;
    position: relative;
    overflow: hidden
}

.animatte::before {
    z-index: -1;
    content: "";
    background-color: #1d1d1d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    border-radius: 50%;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.li-animate {
    position: relative
}

.li-animate:before {
    content: "";
    background-color: #00496e !important;
    position: absolute;
    border-radius: 6px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s ease-in
}

.li-animate:hover:before {
    color: #f5f5f5;
    top: 0
}

.list-group-item {
    background-color: transparent !important
}

.li-animate {
    color: #000;
    text-decoration: none !important
}

.li-animate:hover>li {
    color: #f5f5f5
}

.btn_primary {
    position: relative !important;
    background-color: #fff !important;
    color: #4caae7 !important;
    border-radius: 30px !important
}

.btn_blue {
    background-color: #00496e !important;
    border-radius: 30px !important;
    width: max-content;
    color: #fff !important
}

.btn_blue:hover {
    color: #fff
}

.page-item.active .page-link {
    background-color: #00496e !important
}

.custom-select {
    color: #000 !important
}

.input_blue {
    background-color: #4caae7 !important;
    border-radius: 30px !important;
    color: #fff !important;
    border: 1px solid #000;
    padding-left: 40px !important
}

.input_blue:focus {
    background-color: #4caae7 !important;
    color: #fff !important
}

.input_blue::placeholder {
    color: #fff !important;
    opacity: 1
}

.input_blue:-ms-input-placeholder {
    color: #fff !important
}

.input_blue::-ms-input-placeholder {
    color: #fff !important
}

.border-0:focus-visible {
    outline: 0;
    -webkit-appearance: none;
    appearance: none
}

.border-0:focus {
    outline: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal {
    padding: 35px;
    background-color: #fff;
    max-height: 95%;
    max-width: 90%;
    width: max-content;
    border-radius: 18px;
    border: none;
    position: relative;
    min-width: 400px;
    overflow: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    color: #4b5563;
    font-size: 14px;
}

.modal-close-btn:hover {
    background-color: #e5e7eb;
    color: #111827;
    transform: rotate(90deg);
}

.blackground {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 20000;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.bg-black {
    background-color: #000 !important;
    color: #fff
}

#alert_box {
    z-index: 100000;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    border-radius: 50px;
    padding: 12px 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: 300px;
    width: max-content;
    max-width: 90%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: white;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    animation: alertSlideDown 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes alertSlideDown {
    0% {
        transform: translateX(-50%) translateY(-100%) scale(0.9);
        opacity: 0;
    }

    100% {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
    }
}

#alert_box:hover {
    transform: translateX(-50%) translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.4);
}

#alert_icon {
    font-size: 1.1rem;
    margin-right: 14px;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#alert_box.success {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.9) 0%, rgba(5, 150, 105, 0.9) 100%);
    box-shadow: 0 10px 30px -10px rgba(16, 185, 129, 0.5);
}

#alert_box.error {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.9) 0%, rgba(220, 38, 38, 0.9) 100%);
    box-shadow: 0 10px 30px -10px rgba(239, 68, 68, 0.5);
}

#alert_text {
    font-weight: 600;
    color: #ffffff;
    font-size: 0.95rem;
    flex: 1;
    letter-spacing: 0.3px;
}

.alert-progress-container {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 10px;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

#alert_timer {
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: width 0.01s linear;
}




.datepicker {
    background-color: #fff !important
}

.close-modal {
    background-image: url("/img/icones/x.png") !important;
    color: #fff;
    position: absolute !important;
    top: 10px !important;
    right: 20px !important;
    width: 15px !important;
    height: auto !important
}

.alert-danger {
    background-color: #fff !important;
    color: #4caae7 !important;
    border: 0 !important
}

#join_us .close-modal {
    filter: brightness(0) invert(1)
}

.file_container {
    width: 140px;
    height: 140px;
    border: 1px solid #000;
    word-break: break-all;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5px;
    text-align: center
}

.header_links {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative
}

.hamburger {
    display: none;
    align-self: center;
    margin-right: 20px;
    font-size: 20px
}

.header_links_mobile {
    display: none;
    color: #fff;
    position: absolute;
    z-index: 4;
    width: 100%;
    background-color: #444;
    max-height: 0;
    overflow: hidden;
    transition: max-height .7s ease;
}

.header_links_mobile.active {
    max-height: 500px;
}

.blocker {
    z-index: 6 !important
}

.header_links_mobile.active2 {
    max-height: 250px;
}

.header_links_mobile>a {
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 70px;
    font-size: 1.25rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
}

.header_links_mobile>a:hover,
.header_links_mobile>a:active {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding-left: 28px;
}

.checkbox_container {
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.w-48 {
    width: 48%;
}

.w-33 {
    width: 33%
}

.w-60 {
    width: 60%
}

.w-40 {
    width: 40%
}

.w-70 {
    width: 70%
}

.w-35 {
    width: 35%
}

.w-30 {
    width: 30%
}

.w-20 {
    width: 20%
}

.w-15 {
    width: 15%
}

@media only screen and (max-width:1366px) {
    .mobile_w-95 {
        width: 75% !important
    }

    .mobile_w-90 {
        width: 75% !important
    }

    .mobile_ml-0 {
        margin-left: 0 !important
    }

    .mobile_ml-2 {
        margin-left: .5rem !important
    }

    .mobile_ml-3 {
        margin-left: 1rem !important
    }

    .mobile_pl-2 {
        padding-left: .5rem !important
    }

    .mobile_pl-0 {
        padding-left: 0 !important
    }

    .mobile_pr-0 {
        padding-right: 0 !important
    }

    .mobile_pt-0 {
        padding-top: 0 !important
    }

    .mobile_pb-0 {
        padding-bottom: 0 !important
    }

    .mobile_mr-0 {
        margin-right: 0 !important
    }

    .mobile_p-0 {
        padding: 0 !important
    }

    .mobile_p-2 {
        padding: .5rem !important
    }

    .mobile_p-1 {
        padding: 0.25rem !important
    }

    .mobile_p-3 {
        padding: 1rem !important
    }

    .mobile_p-4 {
        padding: 1.5rem !important
    }

    .mobile_p-5 {
        padding: 3rem !important
    }

    .mobile_pt-3 {
        padding-top: 1rem !important
    }

    .mobile_pb-3 {
        padding-bottom: 1rem !important
    }

    .mobile_pt-4 {
        padding-top: 1.5rem !important
    }

    .mobile_pb-4 {
        padding-bottom: 1.5rem !important
    }

    .mobile_pb-5 {
        padding-bottom: 3rem !important
    }

    .mobile_mt-3 {
        margin-top: 1rem !important
    }

    .mobile_mt-5 {
        margin-top: 3rem !important
    }

    #my_account_img {
        display: none
    }
}

@media only screen and (max-width:1000px) {
    .mobile_h3 {
        font-size: 1.25rem
    }

    #join_us {
        width: 90% !important;
        margin-top: 70px
    }

    ul {
        columns: 1 !important
    }

    .join_us_mobile {
        display: flex
    }

    .mobile_checkbox {
        width: 100px !important;
        height: 100px !important;
    }

    .hamburger {
        display: inline-flex !important
    }

    .header_links {
        display: none
    }

    .bottom-header {
        padding: 0
    }

    .header_links_mobile {
        display: flex;
        flex-direction: column
    }

    .m-h2 {
        font-size: 1.5rem
    }

    .mobile_h2 {
        font-size: 1.5rem
    }

    .mobile_w-50 {
        width: 50% !important
    }

    .mobile_w-60 {
        width: 60% !important
    }

    .mobile_w-75 {
        width: 75% !important
    }

    .mobile_w-80 {
        width: 80% !important
    }

    .mobile_w-90 {
        width: 90% !important
    }

    .mobile_w-95 {
        width: 95% !important
    }

    .mobile_w-100 {
        width: 100% !important
    }

    .mobile_ml-0 {
        margin-left: 0 !important
    }

    .mobile_ml-2 {
        margin-left: .5rem !important
    }

    .mobile_pl-2 {
        padding-left: .5rem !important
    }

    .mobile_pl-0 {
        padding-left: 0 !important
    }

    .mobile_mr-0 {
        margin-right: 0 !important
    }

    .mobile_p-0 {
        padding: 0 !important
    }

    .mobile_p-2 {
        padding: .5rem !important
    }

    .mobile_pt-3 {
        padding-top: 1rem !important
    }

    .mobile_pb-3 {
        padding-bottom: 1rem !important
    }

    .mobile_pt-4 {
        padding-top: 1.5rem !important
    }

    .mobile_pb-4 {
        padding-bottom: 1.5rem !important
    }

    .mobile_pb-5 {
        padding-bottom: 3rem !important
    }

    .mobile_mt-2 {
        margin-top: 0.5rem !important
    }

    .mobile_mt-3 {
        margin-top: 1rem !important
    }

    .mobile_mt-5 {
        margin-top: 3rem !important
    }

    .mobile_flex-column {
        flex-direction: column
    }

    .mobile_flex-wrap {
        flex-wrap: wrap
    }

    .mobile_mb-5 {
        margin-bottom: 3rem !important
    }

    .mobile_mb-2 {
        margin-bottom: .5rem !important
    }

    .mobile_m-0 {
        margin: 0 !important
    }

    .mobile_border-0 {
        border: 0 !important
    }

    .mobile_border-side-0 {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .mobile_fs-12 {
        font-size: 12px !important
    }

    .mobile_overflow-200 {
        height: 200px;
        overflow: auto
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media print {
    .skip_page {
        page-break-before: always
    }

    .print_show {
        display: block !important
    }

    .print_dflex {
        display: flex !important
    }
}

.modal_box {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
    z-index: 20;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.search_load {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    background-color: white;
    border: 1px solid black;
}

.page_footer {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bandeau_link {
    height: 100%;
    width: 33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.text_zone {
    word-wrap: break-word;
}

.w-100.marginauto {
    margin-left: 0;
    margin-right: 0;
}

.w-48.marginauto {
    margin-left: 1%;
    margin-right: 1%;
}

.w-30.marginauto {
    margin-left: 1.6666%;
    margin-right: 1.66666%;
}

#toast {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: max-content;
    max-width: 80%;
    background-color: darkgreen;
    padding: 10px 20px;
    color: white;
    font-size: 20px;
    border-radius: 6px;
    align-items: center;
    /*border:1px solid black;*/
    cursor: pointer;
}

#accept_cookies_ga,
#refuse_cookies_ga {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 500;
    cursor: pointer;
}

#view {
    background-color: white;
}

/* Premium Modal Styles */
.modal-premium {
    border-radius: 20px !important;
    padding: 2.5rem !important;
    border: none !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    background: #ffffff !important;
    text-align: center;
    max-width: 450px !important;
    width: 90% !important;
    position: relative !important;
}

.modal-icon-wrapper {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #f8f9fa;
}

.modal-icon-success {
    background-color: #ecfdf5;
    color: #10b981;
}

.modal-icon-error {
    background-color: #fef2f2;
    color: #ef4444;
}

.modal-icon-warning {
    background-color: #fffbeb;
    color: #f59e0b;
}

.modal-premium #modal_title {
    font-weight: 800;
    color: #111827;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.modal-premium #modal_text {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    display: block;
}

.modal-premium #modal_btn {
    padding: 0.8rem 2.5rem;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    display: inline-block;
    color: white !important;
}

.modal-premium #modal_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    opacity: 0.9;
}

.modal-premium #modal_btn:active {
    transform: translateY(0);
}

.modal-backdrop-blur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Modal entering animation */
@keyframes modalBoxIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.animate-modal {
    animation: modalBoxIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.modal-premium .fa-check,
.modal-premium .fa-times,
.modal-premium .fa-exclamation-triangle {
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-premium:hover .modal-icon-wrapper i {
    transform: scale(1.1);
}

.btn-premium-secondary {
    background-color: #f3f4f6 !important;
    color: #374151 !important;
    padding: 0.8rem 2rem !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-premium-secondary:hover {
    background-color: #e5e7eb !important;
    transform: translateY(-2px);
}

#modal_confirmation_oui {
    background-color: #00496e !important;
    color: white !important;
    padding: 0.8rem 2rem !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#modal_confirmation_oui:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 73, 110, 0.2);
}

/* Join Us Modal Styles */
.join-us-modal {
    background-color: #f9fafb !important;
    padding: 0 !important;
    overflow: hidden !important;
    max-width: 700px !important;
    width: 95% !important;
}

.join-us-header {
    background-color: #00496e;
    color: white;
    padding: 25px 35px;
    display: flex;
    align-items: center;
}

.join-us-header h3 {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
}

.join-us-header i {
    font-size: 24px;
}

.join-us-content {
    padding: 20px 35px;
    max-height: 60vh;
    overflow-y: auto;
}

.join-us-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.join-us-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.join-us-section h4 {
    color: #111827;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.join-us-section p {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.join-us-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1d5db;
    padding: 8px 16px;
    border-radius: 10px;
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.btn-contact:hover {
    border-color: #00496e;
    color: #00496e;
    background-color: #f0f7ff;
    transform: translateY(-1px);
}

.join-us-footer {
    background-color: #f3f4f6;
    padding: 20px 35px;
    text-align: center;
}

.btn-assist {
    color: #00496e;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.2s;
}

.btn-assist:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Premium Card Styles */
.premium-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    padding: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.premium-card h2 {
    color: #111827;
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
}

/* Premium Toggle Switch */
.premium-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    flex-shrink: 0;
}

.premium-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.premium-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e7eb;
    transition: .4s;
    border-radius: 34px;
}

.premium-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

input:checked+.premium-slider {
    background-color: #00496e;
}

input:focus+.premium-slider {
    box-shadow: 0 0 1px #00496e;
}

input:checked+.premium-slider:before {
    transform: translateX(26px);
}

/* Notification Status Badges */
.status-badge {
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 2rem;
}

.status-badge.success {
    background-color: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.status-badge.info {
    background-color: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

/* Premium Inputs */
.premium-form-group {
    margin-bottom: 1.5rem;
}

.premium-label {
    display: block;
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.premium-input {
    width: 100%;
    padding: 0.75rem 1.25rem;
    background-color: #f9fafb !important;
    border: 2px solid #f3f4f6 !important;
    border-radius: 12px !important;
    color: #111827 !important;
    font-size: 1rem !important;
    transition: all 0.2s ease !important;
}

.premium-input:focus {
    background-color: #ffffff !important;
    border-color: #00496e !important;
    box-shadow: 0 0 0 4px rgba(0, 73, 110, 0.1) !important;
    outline: none !important;
}

.premium-input[readonly] {
    background-color: #f3f4f6 !important;
    cursor: not-allowed;
    color: #6b7280 !important;
}

.premium-input.border-danger {
    border-color: #ef4444 !important;
    background-color: #fef2f2 !important;
}

.premium-input.border-danger:focus {
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1) !important;
}

/* Password Validation Hints */
.validation-hint-container {
    background: #f9fafb;
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #f3f4f6;
}

.validation-hint {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    color: #6b7280;
    transition: all 0.3s ease;
}

.validation-hint:last-child {
    margin-bottom: 0;
}

.validation-hint i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 10px;
    color: white;
    transition: all 0.3s ease;
}

.validation-hint.valid {
    color: #059669;
}

.validation-hint.valid i {
    background: #10b981;
}

.validation-hint.invalid.show-error {
    color: #dc2626;
}

.validation-hint.invalid.show-error i {
    background: #ef4444;
}

.premium-dropdown .dropdown-item:hover {
    background-color: #f3f4f6 !important;
    color: #111827 !important;
    transform: translateX(4px);
}

.premium-dropdown .dropdown-item.text-danger:hover {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
}

.mobile-dropdown-container {
    display: flex;
    background-color: #2b2b2b;
    width: 100%;
    flex-direction: column;
    box-shadow: inset 0 8px 10px -5px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid #000;
}

.header_links_mobile .mobile-dropdown-item {
    display: flex !important;
    align-items: center;
    padding: 0 20px 0 40px !important;
    font-size: 1.15rem !important;
    font-weight: 500;
    color: #d1d5db !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all 0.3s ease;
    height: 65px !important;
}

.header_links_mobile .mobile-dropdown-item:hover,
.header_links_mobile .mobile-dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    padding-left: 48px !important;
}

.header_links_mobile .mobile-dropdown-item.text-danger:hover,
.header_links_mobile .mobile-dropdown-item.text-danger:active {
    background-color: rgba(239, 68, 68, 0.1) !important;
    color: #fca5a5 !important;
}

/* Premium Dashboard Styles */
.dashboard-card {
    background: #ffffff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.dashboard-card-header {
    background-color: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
    padding: 16px 20px;
}

.dashboard-card-header h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
}

.dashboard-card-header h2 i {
    margin-right: 12px;
    color: #00496e;
    font-size: 1.25rem;
}

.dashboard-card-body {
    padding: 20px;
}

.dashboard-list-group .list-group-item {
    border: none;
    border-bottom: 1px solid #f3f4f6;
    padding: 12px 0;
    transition: background-color 0.2s ease;
}

.dashboard-list-group .list-group-item:last-child {
    border-bottom: none;
}

.dashboard-list-group .list-group-item:hover {
    background-color: #f9fafb;
}

.dashboard-stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-weight: 600;
}

.dashboard-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.dashboard-profile-section {
    background: linear-gradient(135deg, #00496e 0%, #002b42 100%);
    border-radius: 12px;
    padding: 30px;
    color: white;
    margin-bottom: 30px;
    box-shadow: 0 10px 15px -3px rgba(0, 73, 110, 0.3);
}

.btn-premium {
    background-color: #00496e;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: none;
}

.btn-premium:hover {
    background-color: #003652;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.dashboard-table th {
    background-color: #f9fafb;
    border-top: none !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: #6b7280;
    padding: 12px;
}

.dashboard-table td {
    padding: 12px;
    vertical-align: middle;
    color: #374151;
    font-size: 0.95rem;
}

.li-animate-premium {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #4b5563;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.li-animate-premium:hover {
    background-color: #f3f4f6;
    color: #00496e;
    padding-left: 20px;
}

.li-animate-premium i {
    width: 24px;
    margin-right: 12px;
    text-align: center;
    opacity: 0.7;
}

.text-accent {
    color: #4caae7;
}