@import url(../../../assets/css/poppins.css);

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
}

.topbar {
    /* background: #0e3e5e; */
    background: #004996;
}

.topbar .navbar-header {
    /* background: #0e3e5e; */
    background: #004996;

}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.topbar .navbar-light .navbar-nav .nav-item>a.nav-link {
    color: #ffffff !important;
}

.topbar .navbar-light .navbar-nav .nav-item>a.nav-link:hover,
.topbar .navbar-light .navbar-nav .nav-item>a.nav-link:focus {
    color: rgba(255, 255, 255, 0.8) !important;
}

a.link:hover,
a.link:focus {
    color: #1976d2 !important;
}

.bg-theme {
    background-color: #1976d2 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #1976d2;
    border-color: #1976d2;
}

.right-sidebar .rpanel-title {
    background: #1976d2;
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
    border-left: 4px solid #1976d2;
}

.text-themecolor {
    color: #1976d2 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #1976d2;
    color: #1976d2;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #1976d2;
}

.btn-themecolor,
.btn-themecolor.disabled {
    background: #1976d2;
    color: #ffffff;
    border: 1px solid #1976d2;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #1976d2;
    opacity: 0.7;
    border: 1px solid #1976d2;
}

.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
}

.label-themecolor {
    background: #0e3e5e;
}

.sidebar-nav>ul>li>a.active {
    font-weight: 500;
    text-decoration: underline;
    background: #fff;
    color: #0e3e5e !important;
}

.sidebar-nav>ul>li.active>a {
    /* color: #0e3e5e;
    border-color: #0e3e5e; */
}

.sidebar-nav>ul>li.active>a i {
    color: #125e0e;

}

.sidebar-nav ul li a.active {
    color: #4b9ef0;
    transition: color 0.2s ease;
    background-color: #F4F6FA;
    margin-right: 1rem;
    border-radius: 5px;
}

.sidebar-nav ul li a:hover {
    color: #1976d2;

}

.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i {
    color: #1976d2;
}