.sticky-top header {
    background-color: #094456;
}

.desk-sidebar-item {
    background-color: #094456;
}

.selected {
    background-color: #094456 !important;
    color: white !important;
}

.desk-sidebar-item {
    background-color: #f3f3f3;
}

.selected>a>span>svg {
    color: white !important;
    mix-blend-mode: plus-lighter !important;
    filter: brightness(10) !important;

}

.selected>a>span {
    color: white !important;

}

.icon-sm {
    width: 16px;
    height: 16px;
    color: white;
    color: white !important;
    mix-blend-mode: plus-lighter !important;
    filter: brightness(10) !important;
}

.icon-xs {
    width: 12px;
    height: 12px;
    stroke: none;
    color: white !important;
    mix-blend-mode: plus-lighter !important;
    filter: brightness(10) !important;
}

.navbar .navbar-nav .nav-link {
    padding: 0;
    color: white;
}


.widget .widget-head .widget-label .widget-title {
    display: flex;
    align-items: center;
    font-size: var(--text-base);
    font-weight: var(--weight-medium);
    letter-spacing: 0.015em;
    font-family: inherit;
    line-height: 1.3em;
    color: #094456;

}

.ellipsis {
    color: #094456 !important;
}

.widget.links-widget-box .link-item .disabled-link .h4 {
    color: #182326 !important;
}

.navbar-brand>span {
    color: #094456 !important;
}

.btn-login {
    /* padding: 4px 8px; */
    background-color: #094456 !important;
}

.abhinav {
    background-color: #094456 !important;
}

.app-logo {
    scale: 1.5 !important;
}

.chat-bubble {
    display: none !important;
}

[data-path="login"] {

    background-image: url("/api/method/ui.utils.get_login_background") !important;
    background-size: cover !important;


    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100vh !important;
}

@media (max-width: 768px) {
    [data-path="login"] {
        background-size: cover !important;
        height: 80vh !important;
    }
}

@media (max-width: 480px) {
    [data-path="login"] {
        height: 70vh !important;
    }
}
