﻿/* ------------------------------------------------------------------------------------ redesign */
/*  ct- prefix marks classes designed to be overridden in custom solution  */
:root {
    --ct-bg-body: #F9F9FB;
}


.ct-bg-body {
    background-color: var(--ct-bg-body);
}


/* ------------------------------------------------------------------------------------ general */
html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #fff;
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #2c3e50;
    display: flex;
    flex-direction: column;
}

.container {
}

.font-normal label {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #2c3e50 !important;
}
/* ------------------------------------------------------------------------------------ top header */


.logo-cnt1 img {
    max-width: 100%;
    max-height: 100px;
    padding: 5px 0;
}

/* ------------------------------------------------------------------------------------ main menu */

.navbar-default {
    background: #1e73be;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    height: auto;
    font-family: Trebuchet MS;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff
}

    .navbar-brand img {
        max-height: 60px;
        margin: 0;
        padding: 0;
        display: inline-block;
    }


.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active {
    color: #ffffff;
}

.navbar-brand-app {
    font-size: 12px;
    color: rgb(255,255,255,0.5);
    padding-top: 16px;
    display: inline-block;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}


.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        font-size: 17px;
        padding-bottom: 16px;
        border-bottom: 2px solid transparent;
        transition: all .3s;
        color: lightblue;
        border-bottom: 2px solid #fff;
    }


    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: lightblue;
        background-color: transparent;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1a242f;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #3672C0;
    color: #ffffff;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

ul.navbar-right {
    padding: 0;
}


.btn-logout {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 50%;
}

#alerta-completare-profil {
    background: rgb(247, 247, 247);
}

.alert-info {
    border-color: rgb(247, 247, 247);
    color: #777;
    text-align: center;
}

    .alert-info i {
        color: #a20032;
    }

.alert .alert-link {
    color: #777;
    text-decoration: underline;
}

/*  demers*/
.phone {
    color: #fff;
}

    .phone a {
        color: #fff;
        text-decoration: none;
    }

.copyright {
    color: #555;
    font-size: 14px;
}

.btn-efunctionar {
    line-height: 1.5;
}


/* ------------------------------------------------------------------------------------ pasi proces */

h1 {
    font-family: Trebuchet MS;
    font-size: 2.5rem;
    font-weight: 300;
}

    h1 a {
        color: #333;
        font-size: 2.5rem;
        font-weight: 300;
    }

    h1 span {
        font-size: 26px;
    }

.process-id {
    padding: 2px 4px;
    font-size: 26px;
    color: #333;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0 rgba(0,0,0,0.25);
    box-shadow: inset 0 0px 0 rgba(0,0,0,0.25);
}

h2 {
    font-size: 1.5rem;
}

.breadcrumb-wrapper {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
}

.mt-3 {
    margin-top: 0px !important;
}

.breadcrumb-backlink-details {
    display: none;
}

.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 14px;
}

    .breadcrumb a, .breadcrumb a kbd {
        color: #0067B8;
        font-size: 14px;
    }

        .breadcrumb a kbd {
            background-color: transparent;
            color: #0067B8;
            font-size: 14px;
            box-shadow: inset 0 0 0 rgba(0,0,0,0.25);
            padding: 0;
        }

.font-style1 .checkbox label {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.margin-left-md {
    padding-left: 20px;
}

.margin-left-lg {
    padding-left: 40px;
}

.checkbox-horizontal {
}

.checkbox-inline .form-group .checkbox label {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.checkbox label {
    cursor: pointer;
}




/* general (de pusin root start */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.well {
    padding: 20px 40px;
}

h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}


    h3:after {
        content: '';
        border-top: 2px solid #d8d8d8;
        margin: 0 20px 0 0;
        flex: 1 0 20px;
    }

    h3:after {
        margin: 0 0 0 20px;
    }

.my-form-smaller label {
    font-weight: bold;
    font-size: 12px;
    color: #777;
}

.form-group-sm .form-control {
    height: 35px;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.my-info-tooltip {
    color: #333;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-selection--single.input-sm {
    border-radius: 3px;
    font-size: 14px;
    height: inherit;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single, .input-group-sm .select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-selection--single.input-sm {
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    line-height: 1.5;
    padding: 6px 22px 6px 10px;
    border: #dce4ec 2px solid;
}

.invisible {
    display: none;
}
/* general (de pusin root end */

/* ------------------------------------------------------------------------------------ footer */
.vheight-md {
    height: 48px;
    display: inline-block;
}

footer {
    margin-top: auto;
    width: 100%;
    padding: 20px;
}

.cnt-footer {
    background: #1e73be;
    color: #fff;
}

    .cnt-footer h1 {
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2em;
        letter-spacing: 0.05em;
        font-size: 1.5rem;
        margin-bottom: 20px;
        position: relative;
    }

    .cnt-footer a {
        color: #fff;
    }

@media (max-width: 992px) {
    footer {
        padding: 10px 10px 10px 10px;
    }

    .footer-padding {
        padding-left: 0;
    }

    footer .col-xs-6 {
        width: 50%;
        min-height: 160px;
    }
}

.badge-document {
    transition: transform 0.2s ease, font-size 0.2s ease;
}

    .badge-document:hover {
        font-size: 1.05em;
    }

/* =========================
   Bootstrap 5
   ========================= */
.layout-bs5 .se-navbar {
    background: #1e73be;
}

.layout-bs5 .se-navbar-container {
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin: -0.5rem 0.5rem;
}

.layout-bs5 .se-navbar .navbar-brand {
    padding: 5px 10px;
    font-size: 16px;
    font-family: Trebuchet MS;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

    .layout-bs5 .se-navbar .navbar-brand img {
        max-height: 60px;
    }

.layout-bs5 .se-navbar .nav-link {
    color: #ffffff;
    font-size: 15px;
    padding: 0.75rem 0.75rem;
    border-bottom: 2px solid transparent;
    transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

    .layout-bs5 .se-navbar .nav-link:hover,
    .layout-bs5 .se-navbar .nav-link:focus {
        color: lightblue;
        border-bottom-color: #ffffff;
        transform: scale(1.05);
    }

.layout-bs5 .se-navbar .dropdown-menu {
    padding: .5rem 0;
}

.layout-bs5 .se-navbar .dropdown-item {
    font-size: 15px;
    display: block;
    padding: 3px 18px;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #7b8a8b;
    white-space: nowrap;
}

    .layout-bs5 .se-navbar .dropdown-item:hover,
    .layout-bs5 .se-navbar .dropdown-item:focus {
        background-color: #2C3E50;
        color: #ffffff;
    }

.layout-bs5 .badge {
    font-size: 0.65rem;
}

.layout-bs5 .navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

.layout-bs5 .navbar-toggler-icon {
    filter: #ffffff;
}

.layout-bs5 .footer-link {
    text-decoration: none;
}

    .layout-bs5 .footer-link:hover {
        text-decoration: underline;
    }

.layout-bs5 .footer-divider {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #ecf0f1;
}

@media (max-width: 991.98px) {
    .layout-bs5 .se-navbar .navbar-collapse .dropdown-menu {
        background-color: #1e73be;
        border-color: transparent;
    }

    .layout-bs5 .se-navbar .dropdown-item {
        color: #ffffff;
    }

    .layout-bs5 .se-navbar .dropdown-divider {
        border-top-color: #ffffff;
    }
}



/* =========================
   HEADER REDESIGN
   ========================= */

.layout-redesign.header {
    background: var(--brand-navy, #194A8B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Trebuchet MS;
    width: 100%;
}

.layout-redesign .se-container-fluid {
    width: 100%;
    padding-inline: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.layout-redesign .top-bar {
    display: flex;
    padding: 0.5rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1.5px solid var(--brand-blue, #245E9F);
}

.layout-redesign .top-bar-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
}

.layout-redesign .top-bar-left {
    display: flex;
    align-items: center;
}

.layout-redesign .app-title {
    display: flex;
    align-items: center;
    color: var(--surface-pure-white, #ffffff);
    font-size: 0.875rem;
    letter-spacing: 0.4px;
    text-decoration: none;
    flex-wrap: wrap;
}

.layout-redesign .logo-guvernul-romaniei {
    height: 46px;
    width: 46px;
}

.layout-redesign .minister-text {
    font-family: Trebuchet MS;
    font-size: 0.75rem;
    color: var(--surface-pure-white, #ffffff);
    white-space: nowrap;
    margin-left: 0.5rem;
}

.layout-redesign .title-separator {
    display: inline-block;
    width: 1.5px;
    height: 1rem;
    background-color: var(--surface-pure-white, #ffffff);
    margin-left: 6px;
    margin-right: 6px;
}

.layout-redesign .portal-text {
    font-weight: 700;
    white-space: nowrap;
}

.layout-redesign .auth-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--surface-pure-white, #ffffff);
    flex-wrap: wrap;
}

.layout-redesign .guest-controls {
    display: flex;
    align-self: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.layout-redesign .btn-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
    text-decoration: none;
}

    .layout-redesign .btn-auth .sing-up {
        padding: 0.75rem 1rem;
        background: var(--brand-primary, #245E9F);
        color: var(--text-light, #F0F5FF);
        border-radius: 4px;
    }

        .layout-redesign .btn-auth .sing-up:focus,
        .layout-redesign .btn-auth .sing-up:hover {
            background: color-mix(in srgb, var(--brand-blue, #245E9F) 93%, white);
            box-shadow: 0 2px 5px rgba(0,0,0,0.15);
            transform: translateY(-0.3px);
        }

    .layout-redesign .btn-auth .login {
        padding: 0.75rem 1rem;
        color: var(--brand-blue, #245E9F);
        background: var(--extra-light-gray, #EFEEEE);
        border-radius: 4px;
    }

        .layout-redesign .btn-auth .login:focus,
        .layout-redesign .btn-auth .login:hover {
            background: color-mix(in srgb, var(--extra-light-gray, #EFEEEE) 92%, var(--brand-blue, #245E9F));
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            transform: translateY(-0.3px);
        }

.layout-redesign .notification-dropdown {
    position: relative;
}

.layout-redesign .notification-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-blue, #245E9F);
    border-radius: 8px;
    padding: 0.75rem 0.75rem;
    color: var(--surface-pure-white, #ffffff);
    border: none;
    cursor: pointer;
}

    .layout-redesign .notification-btn:focus,
    .layout-redesign .notification-btn:hover,
    .layout-redesign .notification-btn.is-open {
        background: color-mix(in srgb, var(--brand-blue, #245E9F) 93%, white);
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
        transform: translateY(-0.5px);
    }

    .layout-redesign .notification-btn i {
        font-size: 1.5rem;
    }

.layout-redesign .notification-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #dc3545;
    color: var(--surface-pure-white, #ffffff);
    font-size: 0.675rem;
    border-radius: 50%;
    min-width: 18px;
    height: 1.125rem;
    padding: 3px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.layout-redesign .notification-menu {
    width: 360px;
    max-width: calc(100vw - 24px);
    padding: 8px;
    border-radius: 8px;
    background: var(--surface-pure-white, #ffffff);
    right: 0;
    left: auto;
}

.layout-redesign .notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.layout-redesign .notification-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #dc3545;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1;
}

.layout-redesign .notification-header .title {
    color: var(--text-primary, #071125);
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
}

.layout-redesign .notification-item {
    display: flex;
    position: relative;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    font-size: 0.825rem;
    line-height: 16px;
}

    .layout-redesign .notification-item .content {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .layout-redesign .notification-item.unread::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 25%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--brand-blue, #245E9F);
    }

    .layout-redesign .notification-item.unread {
        background: #f4f8ff;
    }

    .layout-redesign .notification-item .title {
        color: var(--text-primary, #071125);
        font-weight: 700;
    }

    .layout-redesign .notification-item .text {
        color: var(--text-secondary, #5D616B);
        font-weight: 400;
    }

    .layout-redesign .notification-item .time {
        color: #A6A8AC;
        font-weight: 400;
    }

    .layout-redesign .notification-item .icon {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 10px;
    }

        .layout-redesign .notification-item .icon i {
            font-size: 1rem;
        }

    .layout-redesign .notification-item.type-success .icon {
        background: var(--notif-success-bg, #DCFCE7);
        color: var(--notif-success-icon, #22C55E);
    }

    .layout-redesign .notification-item.type-user .icon {
        background: var(--notif-user-bg, #FCE7F3);
        color: var(--notif-user-icon, #DB2777);
    }

    .layout-redesign .notification-item.type-doc .icon {
        background: var(--notif-doc-bg, #DCFCE7);
        color: var(--notif-doc-icon, #22C55E);
    }

    .layout-redesign .notification-item.type-message .icon {
        background: var(--notif-message-bg, #DBEAFE);
        color: var(--notif-message-icon, #2563EB);
    }

    .layout-redesign .notification-item.type-warning .icon {
        background: var(--notif-warning-bg, #FEF3C7);
        color: var(--notif-warning-icon, #F59E0B);
    }

.layout-redesign .notification-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 16px 4px;
    color: var(--brand-blue, #245E9F);
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    cursor: pointer;
}

    .layout-redesign .notification-footer i {
        margin-left: 4px;
    }

.layout-redesign .bottom-bar {
    display: flex;
    padding: 0.1rem 0.5rem 0.3rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.layout-redesign .mobile-nav-bar {
    display: flex;
    gap: 2.5rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.layout-redesign .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ffffff9d;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}

.layout-redesign .navbar-toggler-icon {
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 0.9rem;
}

    .layout-redesign .navbar-toggler-icon::before,
    .layout-redesign .navbar-toggler-icon::after,
    .layout-redesign .navbar-toggler-icon {
        background-image: linear-gradient(var(--surface-pure-white, #ffffff), var(--surface-pure-white, #ffffff));
        background-repeat: no-repeat;
    }

.layout-redesign .navbar-toggler-icon {
    background-size: 100% 2px;
    background-position: center;
}

    .layout-redesign .navbar-toggler-icon::before,
    .layout-redesign .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-size: 100% 2px;
    }

    .layout-redesign .navbar-toggler-icon::before {
        top: 0;
    }

    .layout-redesign .navbar-toggler-icon::after {
        bottom: 0;
    }

.layout-redesign .se-collapse {
    display: none;
}

    .layout-redesign .se-collapse.is-open {
        display: flex;
        flex-direction: column;
    }

.layout-redesign .main-navbar {
    width: 100%;
}

.layout-redesign .nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.layout-redesign .nav-item {
    display: flex;
    align-items: center;
}

    .layout-redesign .nav-link,
    .layout-redesign .nav-item a {
        color: var(--text-light, #F0F5FF);
        font-size: 1rem;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none;
        padding: 10px;
        position: relative;
        border-bottom: none;
    }

        .layout-redesign .nav-link::after,
        .layout-redesign .nav-item a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: var(--extra-light-gray, #EFEEEE);
            transform: scaleX(0);
            transition: transform .3s ease;
        }

        .layout-redesign .nav-link:hover::after,
        .layout-redesign .nav-item a:hover::after {
            transform: scaleX(1);
        }

        .layout-redesign .nav-link.active::after,
        .layout-redesign .nav-item a.active::after {
            transform: scaleX(1);
        }

        .layout-redesign .nav-link.active,
        .layout-redesign .nav-item a.active {
            font-weight: 500;
        }

.layout-redesign .private-space-nav-item {
    align-items: stretch;
    flex-direction: column;
}

.layout-redesign .mobile-sidebar-submenu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0 0 0 0.75rem;
}

.layout-redesign .mobile-sidebar-submenu-item {
    display: flex;
}

.layout-redesign .nav-item .mobile-sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
    color: var(--text-light, #F0F5FF);
    font-size: 0.95rem;
    text-decoration: none;
}

    .layout-redesign .nav-item .mobile-sidebar-link::after {
        display: none;
    }

    .layout-redesign .nav-item .mobile-sidebar-link:hover,
    .layout-redesign .nav-item .mobile-sidebar-link:focus {
        background: rgba(255,255,255,0.08);
        color: var(--surface-pure-white, #ffffff);
    }

    .layout-redesign .nav-item .mobile-sidebar-link.active {
        border-right: 3px solid var(--surface-pure-white, #ffffff);
        color: var(--surface-pure-white, #ffffff);
        font-weight: 500;
        padding-right: calc(0.75rem - 3px);
    }

    .layout-redesign .nav-item .mobile-sidebar-link i {
        font-size: 1rem;
    }

@media (max-width: 767.98px) {
    .layout-redesign .nav-list > .nav-item {
        align-items: stretch;
    }

    .layout-redesign .nav-list > .nav-item > .nav-link {
        display: inline-block;
        width: fit-content;
        max-width: 100%;
    }

    .layout-redesign .nav-list > .nav-item > .nav-link::after {
        left: 10px;
        width: calc(100% - 20px);
    }

    .layout-redesign .nav-list > .nav-item > .nav-link.active {
        color: var(--surface-pure-white, #ffffff);
        font-weight: 500;
    }

    .layout-redesign .nav-list > .nav-item > .nav-link.active::after {
        display: block;
        transform: scaleX(1);
    }
}

.layout-redesign .admin-nav-list {
    display: flex;
    gap: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.admin-nav-list .nav-link,
.admin-nav-list .nav-item a {
    line-height: unset;
    font-size: 0.95rem;
}

.layout-redesign .search-container {
    max-width: 550px;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}

.layout-redesign .search-container-mobile {
    width: 100%;
    max-width: 550px;
}

.layout-redesign .search-container-desktop {
    display: none;
}

.layout-redesign .search-input-group {
    display: flex;
    width: 100%;
}

.layout-redesign .search-container .form-control {
    width: 100%;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px 0 0 4px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.layout-redesign .search-container .form-control::placeholder {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #979fa8;
    opacity: 1;    
}

.layout-redesign .btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.9rem;
    border: 1px solid #ced4da;
    border-left: 0;
    background: #ffffff;
    color: var(--brand-primary, #245E9F);
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.layout-redesign .btn-search:active {
    background: color-mix(in srgb, var(--extra-light-gray, #EFEEEE) 92%, var(--brand-blue, #245E9F));
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-0.3px);  
}

.layout-redesign .search-container .form-control:focus {
    box-shadow: none;
    border-color: var(--brand-primary, #245E9F);
}

    .layout-redesign .search-container .form-control:focus + .btn-search {
        border-color: var(--brand-primary, #245E9F);
    }

.layout-redesign .se-dropdown {
    position: relative;
}

.layout-redesign .se-dropdown-toggle {
    cursor: pointer;
}

.layout-redesign .account-menu {
    position: relative;
    display: inline-block;
}

.layout-redesign .account-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--brand-blue, #245E9F);
    border-radius: 8px;
    padding: 6px 14px;
    height: 3.125rem;
    color: var(--surface-pure-white, #ffffff);
    border: none;
}

.layout-redesign .account-btn-label {
    font-weight: 700;
}

.layout-redesign .account-btn:not(.account-btn-static):hover,
.layout-redesign .account-btn:not(.account-btn-static):focus,
.layout-redesign .account-btn:not(.account-btn-static).is-open {
    background: color-mix(in srgb, var(--brand-blue, #245E9F) 93%, white);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transform: translateY(-0.5px);
}

.layout-redesign .account-btn i {
    font-size: 1rem;
}

.layout-redesign .account-btn .person-icon {
    font-size: 1.5rem;
}

.layout-redesign .account-text {
    text-align: left;
    color: var(--text-light, #F0F5FF);
    font-size: 0.8125rem;
}

    .layout-redesign .account-text .name {
        font-weight: 700;
    }

    .layout-redesign .account-text .role {
        font-weight: 400;
    }

.layout-redesign .se-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1000;
    list-style: none;
}

    .layout-redesign .se-dropdown-menu.is-open {
        display: block;
    }

.layout-redesign .se-dropdown-menu.align-start {
    left: 0;
    right: auto;
    transform: none;
}

.layout-redesign .se-dropdown-menu.align-end {
    right: 0;
    left: auto;
    transform: none;
}

.layout-redesign .se-dropdown-menu.align-center {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.layout-redesign .se-dropdown-menu-shadow {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.layout-redesign .admin-dropdown,
.layout-redesign .account-dropdown {
    max-width: 320px;
    min-width: 260px;
    padding: 0.875rem 0.5rem;
    border-radius: 0.5rem;
    background: var(--surface-pure-white, #ffffff);
}

    .layout-redesign .admin-dropdown .dropdown-item,
    .layout-redesign .account-dropdown .dropdown-item {
        font-size: 0.875rem;
        width: 100%;
        padding: 0.5rem 0.75rem;
        color: var(--text-primary, #071125);
        text-decoration: none;
        border: 0;
        background: transparent;
        border-radius: 6px;
        text-align: left;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .layout-redesign .admin-dropdown .dropdown-item {
        padding: 0.25rem 0.5rem;
    }

        .layout-redesign .admin-dropdown .dropdown-item:hover,
        .layout-redesign .account-dropdown .dropdown-item:hover,
        .layout-redesign .admin-dropdown .dropdown-item:focus,
        .layout-redesign .account-dropdown .dropdown-item:focus {
            background-color: var(--text-light, #F0F5FF);
            outline: none;
        }

    .layout-redesign .account-dropdown .icon {
        width: 1.125rem;
        margin-top: 7px;
        color: var(--brand-blue, #245E9F);
    }

        .layout-redesign .account-dropdown .icon i {
            font-size: 1.125rem;
        }

    .layout-redesign .account-dropdown .text {
        display: flex;
        flex-direction: column;
        font-weight: 400;
        min-width: 0;
    }

    .layout-redesign .account-dropdown .title {
        color: var(--text-primary, #071125);
        font-weight: 700;
    }

    .layout-redesign .account-dropdown .desc {
        color: var(--text-secondary, #5D616B);
        font-weight: 400;
    }

.layout-redesign .dropdown-divider {
    height: 1px;
    margin: 0.375rem 0;
    background: #d1d5db;
}

.layout-redesign .account-switch-list {
    list-style: none;
    margin: 0.375rem 0 0;
    padding-left: 0;
    margin-left: -18px;
}

.layout-redesign .account-switch-link {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-width: 0;
    color: var(--brand-blue, #245E9F);
    text-decoration: none;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-weight: bolder;
}

    .layout-redesign .account-switch-link:hover {
        filter: brightness(1.3);
        transform: scale(1.01);
    }

.layout-redesign .account-dropdown .dropdown-group-item:hover {
    background: transparent;
    text-decoration: none;
}

.layout-redesign .account-switch-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout-redesign .account-switch-type {
    flex-shrink: 0;
    font-size: 0.875rem;
    white-space: nowrap;
}

.layout-redesign .go-to-accounts {
    background-color: var(--text-light, #F0F5FF);
    margin-top: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

    .layout-redesign .go-to-accounts .account-switch-link {
        justify-content: center;
        text-align: center;
    }

.layout-redesign .account-menu-desktop {
    display: none;
}

    .layout-redesign .account-menu-desktop.account-menu-always-visible {
        display: inline-block;
    }

.layout-redesign .account-menu-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .layout-redesign .account-menu-mobile .account-btn {
        /* width: 100%; */
        justify-content: flex-start;
    }

.layout-redesign .account-dropdown-mobile {
    position: static;
    box-shadow: none;
    border: 1px solid #d1d5db;
    margin-top: 0.25rem;
}

@media (min-width: 768px) {
    .layout-redesign .se-container-fluid {
        padding-inline: 1rem;
    }

    .layout-redesign .top-bar-content {
        flex-direction: row;
        align-items: center;
    }

    .layout-redesign .mobile-nav-bar {
        display: none;
    }

    .layout-redesign .app-title {
        letter-spacing: 0.75px;
        flex-wrap: unset;
    }

    .layout-redesign .minister-text {
        margin-left: 0.8rem;
    }

    .layout-redesign .title-separator {
        margin-left: 12px;
        margin-right: 12px;
    }

    .layout-redesign .se-collapse {
        display: flex !important;
        flex-direction: row;
        gap: 2.5rem;
        align-items: center;
        width: 100%;
    }

    .layout-redesign .nav-list {
        flex-direction: row;
        gap: 8px;
    }

    .layout-redesign .private-space-nav-item {
        align-items: center;
        flex-direction: row;
    }

    .layout-redesign .mobile-sidebar-submenu {
        display: none;
    }

    .layout-redesign .search-container-desktop {
        display: block;
        margin-left: auto;
        flex-grow: 1;
    }

    .layout-redesign .nav-item a,
    .layout-redesign .nav-link {
        padding: 14px 8px;
    }

    .layout-redesign .account-menu-desktop {
        display: inline-block;
    }

    .layout-redesign .account-menu-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .layout-redesign .guest-controls {
        gap: 1rem;
    }

    .layout-redesign .nav-list {
        gap: 24px;
    }

    .layout-redesign .app-title {
        font-size: 0.95rem;
        letter-spacing: 1px;
    }
}

/* =========================
   END OF HEADER REDESIGN
   ========================= */

/*   --------------------    */

/* =========================
   FOOTER REDESIGN
   ========================= */

.vheight-md {
    height: 48px;
    display: inline-block;
}

.layout-redesign.footer {
    background: var(--brand-navy, #194A8B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Trebuchet MS";
    color: var(--surface-pure-white, #ffffff);
    padding: 40px 16px;
    width: 100%;
    min-height: 295px;
    overflow-x: hidden;
}

.footer-container {
    max-width: 1200px;
    min-height: 200px;
    margin: 0 auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-col {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-col {
        width: calc(50% - 12px);
    }
}

@media (min-width: 992px) {
    .footer-col {
        width: calc(25% - 18px);
    }
}

.footer-icon-space {
    margin-left: 4px;
}

.layout-redesign .footer-title {
    color: #d1d5db;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.layout-redesign .footer-text {
    color: var(--text-light, #F0F5FF);
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    width: 90%;
}

.layout-redesign .footer-link {
    color: var(--text-light, #F0F5FF);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

    .layout-redesign .footer-link:hover {
        text-decoration: underline;
    }

.layout-redesign .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .layout-redesign .footer-list li {
        margin-bottom: 6px;
    }

    .layout-redesign .footer-list a {
        color: var(--surface-pure-white, #ffffff);
        text-decoration: none;
        font-size: 1rem;
    }

        .layout-redesign .footer-list a:hover {
            text-decoration: underline;
        }

.layout-redesign .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    .layout-redesign .footer-contact li {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .layout-redesign .footer-contact i {
        font-size: 1rem;
        margin-right: 3px;
    }

/* =========================
   END OF FOOTER REDESIGN
   ========================= */
