@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+02BC,U+0900097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200B-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+000000FF,U+0131,U+01520153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

body {
    background: #fff;
}

.logo i {
    color: #fff;
}

.navbar-header {
    background: #0a0695;
}

.navbar-top-links > li > a {
    color: #fff;
}

.right-sidebar .rpanel-title {
    background: #f39c12;
}

.bg-title .breadcrumb .active {
    color: #f39c12;
}

.sidebar {
    background: #fff;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
}

    .sidebar .label-custom {
        background: #00b5c2;
    }

#side-menu li a {
    color: #000;
    border-left: 0 solid #fff;
    font-size:1.2vw;
}
@media (min-width:320px) and (max-width:980px){
    #side-menu li a {
       
        font-size: 14px!important;
    }
    #side-menu > li > a.active {
        font-size: 14px!important;
    }
}
#side-menu > li > a:focus, #side-menu > li > a:hover, .nav-second-level > li > a:focus, .nav-second-level > li > a:hover {
    background-color: #f7fafc !important;
}

#side-menu > li > a.active {
    border-bottom: 2px solid #f39c12;
    color:#000;
    font-weight:500;
    font-size:1.2vw;
}

    #side-menu > li > a.active i {
        color: #f39c12;
    }

#side-menu ul > li > a:hover {
    color: #f39c12;
    background: 0 0;
}

#side-menu ul > li > a.active {
    color: #3e4d6c;
    font-weight: 500;
}

.sidebar #side-menu .user-pro .nav-second-level a:hover {
    color: #f39c12;
}

.fix-sidebar .top-left-part {
    background: #f39c12;
}

#side-menu .nav-second-level li:hover > a {
    color: #f39c12;
}

.bg-theme {
    background-color: #f75b36 !important;
}

.bg-theme-dark {
    background-color: #00b5c2 !important;
}

.chat-list .odd .chat-text {
    background: #f39c12;
}

.btn-custom {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff;
}

    .btn-custom:hover {
        background: #f39c12;
        opacity: .8;
        color: #fff;
        border: 1px solid #f39c12;
    }

.customtab li.active a, .customtab li.active a:focus, .customtab li.active a:hover {
    border-bottom: 2px solid #f39c12;
    color: #f39c12;
}

.tabs-vertical li.active a, .tabs-vertical li.active a:focus, .tabs-vertical li.active a:hover {
    background: #f39c12;
    border-right: 2px solid #f39c12;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #f39c12;
    color: #fff;
}
