
    .search-wrapper {

        position: relative;

        max-width: 400px;

        margin: auto;

    }

    .suggestions-box {

        position: absolute;

        top: 110%;

        left: 50%;

        transform: translateX(-50%);

        width: 100%;

        background: #fff;

        border-radius: 10px;

        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

        overflow: hidden;

        z-index: 9999;

        text-align: center;

    }

    .suggestion-item {

        padding: 12px;

        border-bottom: 1px solid #eee;

    }

    .suggestion-item:last-child {

        border-bottom: none;

    }

    .suggestion-item a {

        text-decoration: none;

        color: #333;

        font-weight: 500;

    }

    .suggestion-item a:hover {

        color: #0d6efd;

    }

    .no-result {

        color: #888;

        font-style: italic;

    }

    /* Loader */

    .loader {

        padding: 20px;

    }

    .spinner {

        width: 32px;

        height: 32px;

        border: 4px solid #ddd;

        border-top: 4px solid #0d6efd;

        border-radius: 50%;

        margin: auto;

        animation: spin 0.8s linear infinite;

    }

    @keyframes spin {

        100% {

            transform: rotate(360deg);

        }

    }

    .gap-3 {

        gap: 0.5rem !important;

    }

    .header-rounded {

        box-shadow: none;

    }

    .profile-image {

        width: 36px;

        height: 36px;

        object-fit: cover;

        cursor: pointer;

        border-radius: 50%;

    }

    .notification-dropdown {

        border: none;

        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

        border-radius: 8px;

        z-index: 9999;

    }

    .notification-item {

        padding: 12px 16px;

        transition: background-color 0.2s;

        border-bottom: 1px solid #f0f0f0;

        cursor: pointer;

    }

    .notification-item:hover {

        background-color: #f8f9fa;

    }

    .notification-item.unread {

        background-color: #e7f3ff;

    }

    .notification-item.unread:hover {

        background-color: #d0e7ff;

    }

    .dropdown-header {

        padding: 12px 16px;

        background-color: #f8f9fa;

        border-bottom: 1px solid #dee2e6;

    }

    #notificationCount,

    #messageCount {

        font-size: 10px;

        padding: 2px 5px;

        min-width: 18px;

        height: 18px;

        line-height: 14px;

    }

    .notification-dropdown::-webkit-scrollbar {

        width: 6px;

    }

    .notification-dropdown::-webkit-scrollbar-track {

        background: #f1f1f1;

    }

    .notification-dropdown::-webkit-scrollbar-thumb {

        background: #888;

        border-radius: 3px;

    }

    .notification-dropdown::-webkit-scrollbar-thumb:hover {

        background: #555;

    }

    #notificationDropdownWrapper,

    #messageDropdownWrapper {

        position: relative;

    }

    .top-search .form-control {

        padding-right: 40px;

    }

    .top-search-btn {

        position: absolute;

        right: 5px;

        top: 50%;

        transform: translateY(-50%);

        background: #fff;

        border: none;

        color: #6c757d;

        border-radius: 50%;

    }

    .top-search-btn:hover {

        color: #0d6efd;

    }

    /* SOCIAL MEDIA CSS */

    .social-login-btn {

        font-weight: 500;

        transition: 0.3s;

        color: #fff !important;

        border: none !important;

    }

    .social-login-btn:hover {

        transform: translateY(-2px);

        opacity: 0.9;

        color: #fff !important;

    }

    /* LinkedIn */

    .social-login-btn.btn-linkedin {

        background-color: #0A66C2;

    }

    .social-login-btn.btn-linkedin:hover {

        background-color: #004182;

    }

    /* Facebook */

    .social-login-btn.btn-facebook {

        background-color: #1877F2;

    }

    .social-login-btn.btn-facebook:hover {

        background-color: #0a5dc2;

    }

    /* Twitter / X */

    .social-login-btn.btn-twitter {

        background-color: #000000;

    }

    .social-login-btn.btn-twitter:hover {

        background-color: #333333;

    }

    /* ================================================================

       CAPTCHA STYLES

       ================================================================ */

    .captcha-wrapper {

        display: flex;

        align-items: center;

        gap: 10px;

        margin-bottom: 8px;

    }

    .captcha-wrapper img {

        border-radius: 6px;

        border: 1px solid #dee2e6;

        cursor: pointer;

        height: 50px;

        transition: opacity 0.3s;

    }

    .captcha-wrapper img:hover {

        opacity: 0.85;

    }

    .captcha-refresh-btn {

        flex-shrink: 0;

    }





    /* Multi Level Dropdown */



.dropdown-submenu{

    position: relative;

}



.dropdown-submenu > .dropdown-menu{

    top: 0;

    left: 97%;

    margin-top: 0;

    display: none;

    min-width: 260px;

    border-radius: 8px;

}



/* Hover par open */

.dropdown-submenu:hover > .dropdown-menu{

    display: block;

    overflow: initial;

}



/* Arrow spacing */

.dropdown-submenu > a i{

    margin-left: 10px;

}



/* Bootstrap conflict fix */

.dropdown-menu{

    z-index: 9999;

}



/* Mobile */

@media (max-width:991px){



    .dropdown-submenu > .dropdown-menu{

        position: static !important;

        display: none;

        margin-left: 15px;

        box-shadow: none !important;

    }



    .dropdown-submenu.show > .dropdown-menu{

        display: block;

    }

}





    .sys-alert-banner-img {

        width: 100%;

        max-height: 220px;

        object-fit: cover;

        border-radius: 10px;

        display: block;

    }

    .sys-alert-img-wrap {

        position: relative;

        border-radius: 10px;

        overflow: hidden;

        background: #f0f0f0;

        margin-top: 10px;

    }

    .sys-alert-img-overlay {

        position: absolute;

        bottom: 0;

        left: 0;

        right: 0;

        padding: 10px 14px;

        background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));

        display: flex;

        justify-content: flex-end;

        gap: 8px;

    }

    .sys-alert-pdf-frame {

        width: 100%;

        height: 300px;

        border: 1px solid #e9ecef;

        border-radius: 10px;

        margin-top: 10px;

    }

    .sys-alert-doc-box {

        background: #f8f9fa;

        border: 1px solid #e9ecef;

        border-radius: 10px;

        padding: 12px 14px;

        margin-top: 10px;

    }

    .sys-alert-message {

        font-size: .875rem;

        color: #444;

        line-height: 1.6;

        margin: 0;

    }

    #sysAlertAckBtn:hover {

        opacity: .88;

        transform: translateY(-1px);

        transition: all .15s ease;

    }
