@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --primary-color: #243882;
    --secondary-color: #0dc070;
    --white: #fff;
    --text-color: #1C2631;
    --disable-color: #33CC99;
    --hover-color: #09aa62;
    --light-black: #4B5563;
}

body {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
}

.btn {
    transition: .5s !important;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5) !important;
}
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: 0 0 0 4px rgb(30 77 123 / 25%) !important;
}

.e-input-group:not(.e-disabled) .e-input-group-icon:active, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
    background: #0dc070 !important;
    color: #fff !important;
}

.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    background: #0dc070 !important;
    color: #fff !important;
}

.e-input-group.e-error, .e-input-group.e-control-wrapper.e-error, .e-input-group.e-error:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
    border-color: #dc3545 !important;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: 0 0 0 4px rgb(30 77 123 / 25%) !important;
}

.e-input-group.e-success, .e-input-group.e-control-wrapper.e-success, .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
    border-color: #198754 !important;
}

.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
    color: var(--primary-color);
    transition: .5s;
}


.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.loginbox label {
    color: white !important;
}

.dashboard {
    padding-right: 15px;
    padding-left: 15px;
    line-height: normal;
    height: auto;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
}

.e-control, .e-css {
    font-family: "Open Sans", sans-serif !important;
}

.gridrow {
    margin-left: 1%;
    margin-right: 1%;
}


.grid-row {
    height: 94%;
}

h1:focus {
    outline: none;
}

.btn-link {
    text-decoration: none !important;
    color: #fff;
}

    .btn-link:hover {
        color: #fff !important;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.datepicker-wrapper.disabled .native-datepicker-input {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.e-menu-item a, .card-box a {
    color: #4B5563;
    text-decoration: none;
}

.contentheader {
    display: flex;
    align-items: center;
    justify-content: end;
}

.breadcrumb li a {
    text-decoration: none;
    color: var(--text-color);
}

    .breadcrumb li a label {
        cursor: pointer;
    }

    .breadcrumb li a i {
        color: var(--text-color);
    }

.breadcrumb li {
    color: var(--primary-color);
}

    .breadcrumb li i {
        color: var(--primary-color);
    }

.hader-main {
    width: 80%;
    margin: auto;
}


/*Hader Css*/

.top-row {
    height: 120px !important;
    background: var(--primary-color) !important;
}


.hader-main {
    width: 80%;
    margin: auto;
}

left-section d-flex flex-column gap-2 px-2 dashboard-left
.dashboard-left {
    font-family: "Inter", sans-serif;
    color: #fff;
}

.dashboard-left h1 .translated-label {
    font-size: 32px;
    font-weight: 700 !important;
    color: var(--white);
    margin: 0 !important;
}


@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .dashboard-left h1 .translated-label {
        font-size: 20px;
    }
}


@media (max-width: 1400px) {
    .dashboard-left h1 .translated-label {
        font-size: 20px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1400px) {
    html body .ls-language-selector, html body .cs-currency-selector {
        display: none !important;
    }


    @media screen and (min-width: 768px) and (max-width: 1400px) {
        html body .ls-language-selector, html body .cs-currency-selector {
            display: none !important;
        }

        .cards {
            width: 49% !important;
        }
    }

    b b b b b b
}

.dashboard-left p .translated-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.e-contextmenu-wrapper.e-sfcontextmenu ul, .e-contextmenu-container.e-sfcontextmenu ul {
    position: fixed;
    padding: 0 !important;
    border-radius: 4px;
    background: #fff;
}

    .e-contextmenu-wrapper.e-sfcontextmenu.logout-menu ul, .e-contextmenu-container.e-sfcontextmenu ul li {
        border-radius: 4px;
        padding: 4px 18px !important;
    }

.e-menu-item a, .card-box a {
    color: #4B5563;
    text-decoration: none;
}

.topText {
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif !important;
}

.user_img {
    height: 25px;
    width: auto !important;
    margin-left: 10px !important;
}

.loginDetailsBox {
    min-width: 138px;
}
/*Sidebar Css*/
.dropdown {
    position: initial !important;
}

.nav-item {
    margin-bottom: 8px;
}

    .nav-item:last-child {
        margin-bottom: 0px;
    }

    .nav-item .fa-chevron-right {
        display: none;
    }

    .nav-item.dropdown .fa-chevron-right {
        display: block;
    }

.sidebar-main {
    width: 260px;
    background-color: var(--white);
    box-shadow: 0 0 2px 0px #ddd;
    border-right: 1px solid #ddd !important;
    display: flex;
    flex-direction: column;
    position: relative;
}
.sidebar-menu-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.menu-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.title-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
    border-bottom: 1px solid #ddd;
    height: 120px;
}

.sub-title {
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px;
    padding-right: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.nav-link {
    height: auto;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 4px;
    border-right: 2px solid transparent;
    color: #4B5563;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .nav-link:hover {
        cursor: pointer !important;
        color: var(--primary-color) !important;
        background: #1e4d7b1f !important;
        width: 100% !important;
    }

    .nav-link.active {
        cursor: pointer !important;
        color: var(--primary-color) !important;
        background: #1e4d7b1f !important;
        width: 100% !important;
    }

.tabs-section .nav-link {
    cursor: pointer;
}

.nav-link:focus {
    cursor: pointer !important;
    color: var(--primary-color) !important;
    background: #1e4d7b1f !important;
    width: 100% !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 12px;
    top: 50%;
    display: none;
}


.profile-icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.loginPopup {
    top: 5% !important;
    margin-left: auto;
    margin-right: auto;
}

    .loginPopup .form-group {
        color: white !important;
    }



.imglogo {
    width: 169px;
}

.top-row {
    height: 120px !important;
    background: var(--primary-color) !important;
}

.loginDetailsBox:hover {
    cursor: pointer;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.spinner-active {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    min-height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999;
    height: 910px;
    overflow: hidden;
}

.spinner-container {
    background-color: #fff !important;
    display: inline-block;
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
}


.spinner-content {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-border {
    color: var(--primary-color);
}

@media screen and (max-width: 875px) {

    .top-row a {
        margin-left: 0 !important;
    }
}

.right-section {
    margin-left: 75px;
}

@media screen and (max-width: 768px) {
    .right-section {
        margin-left: 16px;
    }
}

.title {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin-top: 0;
}

.right {
    float: right;
}
/* Specifies the styles for Sidebar component */
.content {
    overflow-y: auto;
    scrollbar-width: none;
}

.sub-title::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.vishub-logo {
    width: 10rem;
}

.main-menu {
    width: 100%;
}

.fw-semibold {
    font-weight: 600 !important;
}

.dashboard-left {
    font-family: "Inter", sans-serif;
    color: #fff;
}

.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
    transform: translateZ(0);
    flex: 1;
    font-family: "Open Sans", sans-serif;
}

.notification-stack {
    width: 80% !important;
    padding-right: 14px;
}

.content {
    width: 100%;
    flex: 1;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

    .main .top-row > a, .main .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

.crads {
    width: 49%;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.e-filemanager .e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
    z-index: 1202 !important;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.login-logo {
    width: 200px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem var(--secondary-color), 0 0 0 0.25rem #0dc0705e;
}

.card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #e5e7eb;
    margin-bottom: 2rem;
    margin-top: 2rem;
    overflow: hidden;
}

    .card h3 {
        font-weight: 600;
        font-size: 20px;
        color: #111827;
        padding: 24px;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    padding: 24px;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.text-blue {
    color: #2563eb;
}

.text-green {
    color: #16a34a;
}

.text-orange {
    color: #ea580c;
}

.text-purple {
    color: #9333ea;
}

.text-red {
    color: #dc2626;
}

.stat-label {
    font-size: 0.875rem;
    color: #4b5563;
}

/* Responsive grid */
@media (max-width: 1024px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*.content {
    padding-top: 1.1rem;
    padding-left:3rem!important;
    padding-right:3rem!important;

}
*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

/*.invalid {
    outline: 1px solid red;
}*/

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjOc9
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        min-width: 250px;
        height: auto;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        /*   padding-left: 20rem !important;
        padding-right: 1.5rem !important;*/
        padding-top: 1.1rem;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* loginbox media query*/
@media screen and (max-width: 800px) {
    .e-dialog .e-lib .loginPopup .e-device .e-popup .e-control .e-popup-open {
        z-index: 1001;
        width: 561px;
        height: 701px;
        left: 32px;
        display: flex;
        justify-content: center;
    }

    html {
        font-family: "Open Sans", sans-serif !important;
        justify-content: center !important;
    }
}



@media screen and (max-width: 1229px) {
    .e-dialog .e-lib .loginPopup .e-device .e-popup .e-control .e-popup-open {
        z-index: 1001;
        width: 561px;
        height: 701px;
        left: 32px;
        display: flex;
        justify-content: center;
    }



    html {
        justify-content: center !important;
    }
}


.dx-popover-wrapper .dx-popup-content {
    min-width: 200px;
}

a.userMenuItem {
    color: #fff !important;
}

/*.e-dialog .e-dlg-content div {
    color:#fff!important;
}*/

.e-dialog .e-footer-content {
    background-color: rgba(0, 0, 0, 0.75) !important;
    border-top: 0 !important;
}

.e-dialog .e-dlg-content {
    border-radius: 0 !important;
}

.e-popup.e-popup-open.e-dialog {
    overflow: hidden !important;
}

ul.e-lib.e-menu.e-control.e-menu-parent.e-vertical {
    height: 80vh !important;
    overflow: auto;
}

ul.e-lib.e-menu.e-control.e-menu-parent.e-vertical {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    ul.e-lib.e-menu.e-control.e-menu-parent.e-vertical::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main-card {
        height: 230px !important;
    }

        .main-card .small-box {
            height: 230px !important;
        }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .main-card {
        height: auto !important;
    }

        .main-card .small-box {
            height: auto !important;
        }
}

@media screen and (min-width: 768px) and (max-width: 875px) {
    .title-header {
        padding: 15px 18px !important;
    }

    .main-dashbord .e-toolbar-items {
        flex-wrap: wrap;
    }
}

.e-hscroll .e-scroll-nav {
    display: none !important;
}

.e-hscroll:not(.e-scroll-device) {
    padding: 0 !important;
}

.e-hscroll-content {
    display: flex !important;
}

.e-hscroll.e-scroll-device {
    padding-right: 0px !important;
}

/* Bootstrap popover customizations for validation */

.validation-popover {
    max-width: 300px;
    z-index: 1600 !important;
}

    .validation-popover .popover-body {
        padding: 8px 12px;
        color: #dc3545;
    }

/* Ensure validation messages appear */
.validation-message {
    display: block !important;
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

/* Fix popover visibility */
div.popover {
    display: block;
    z-index: 1060 !important;
}

/* Fix dropdown issues */
.dropdown-panel {
    position: absolute;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Target duplicate validation messages by field name */
[data-valmsg-for] ~ [data-valmsg-for] {
    display: none !important;
}

/* Ensure validation messages are visible on validation error containers */
.validation-message {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
}

/* Ensure validation messages don't replace inputs */
.input-validation-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .input-validation-wrapper .validation-message {
        position: relative;
        order: 2;
        margin-top: 0.25rem;
        min-height: 1.2em;
    }

    .input-validation-wrapper input,
    .input-validation-wrapper select,
    .input-validation-wrapper .dropdown,
    .input-validation-wrapper .translated-control {
        order: 1;
    }

    /* Fix for duplicate validation messages in AutoForm components */
    .input-validation-wrapper .validation-message:not([data-valmsg-for]) {
        display: none !important;
    }

/* Hide component's own validation messages when inside AutoForm */
.auto-form .native-translated-textbox .validation-message {
    display: none !important;
}

/* Keep AutoForm's validation messages visible */
.auto-form .auto-form-validation-message {
    display: block !important;
}

/* Ensure validation messages appear below inputs, not replacing them */
.input-validation-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .input-validation-wrapper > * {
        position: relative;
    }

    /* Prevent validation messages from causing layout shifts */
    .input-validation-wrapper .validation-message,
    .input-validation-wrapper .auto-form-validation-message {
        min-height: 1.5rem;
        margin-top: 0.25rem;
    }

/* Fix dropdowns getting cut off in accordions */
.auto-form .auto-form-entity-content {
    overflow: visible !important;
}

/* Ensure accordions don't crop dropdowns */
.auto-form .translated-accordion .accordion-item,
.auto-form .translated-accordion .accordion-body,
.auto-form .translated-accordion .accordion-collapse {
    overflow: visible !important;
}

/* Make sure dropdowns have high enough z-index */
.dropdown-menu,
.popover,
.bootstrap-select .dropdown-menu {
    z-index: 1050 !important;
}

/* Fix stacking context for dropdowns */
.auto-form-field-container {
    position: relative;
    z-index: auto !important;
}

/* Target dropdown wrapper specifically */
.translated-dropdown-container {
    position: relative;
    z-index: 10;
}



    /* Make popovers visible even when inside complex layouts */
    .dropdown-control .popover,
    .translated-dropdown-container .popover {
        z-index: 9999 !important;
        display: block !important;
    }


/* Hide loading indicator by default */
.dropdown-control .loading-indicator {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

/* Only show loading indicator when in loading state */
.dropdown-control.loading .loading-indicator {
    display: block;
}

/* RTL support */
.rtl .dropdown-control .loading-indicator {
    right: auto;
    left: 10px;
}

/* Make loading spinner size appropriate */
.dropdown-control .loading-indicator .spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #1667A8;
    animation: spinner-rotate 0.8s linear infinite;
}

@keyframes spinner-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Explicitly hide loading indicators in non-loading dropdowns */
.dropdown-control:not(.loading) .loading-indicator {
    display: none !important;
}

.overlay {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}


.login-logo {
    width: 200px;
}

.main-footer {
    margin-top: auto;
    padding: 30px;
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

input {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

    input::placeholder {
        font-family: "Open Sans", sans-serif !important;
        font-weight: 400 !important;
    }
