@charset "UTF-8";

:root {
    --ct-logo-lg-height: 28px !important;
    --ct-menu-item-padding-y: 10.235px !important;
}

html[data-bs-theme=dark] .auth-brand .logo-light {
    display: block;
}

html[data-bs-theme=dark] .auth-brand .logo-dark {
    display: none;
}

[v-cloak] {
    display: none !important;
}

.z-index-17000 {
    z-index: 17000 !important;
}


.img-max-width-100 img {
    max-width: 100% !important;
    height: auto !important;
}



