@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
.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+0900-097F, 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+0100-024F, 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+0000-00FF, U+0131, U+0152-0153, 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: #464648
}

.top-left-part {
    background: #464648
}
@media (max-width:750px) {
.top-left-part {
    display:none;
}
}
.logo i {
    color: #ffffff
}

.navbar-header {
    background: #ba0975;
    height: 61px;
}
.navbar-header i{
    font-size: 20px;
}

.navbar-top-links>li>a {
    color: #ffffff;
    padding-top:4px;
}

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

.bg-title .breadcrumb .active {
    color: #ba0975;
}

.sidebar {
    background: #464648;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08)
}

.sidebar .label-custom {
    background: #01c0c8
}

#side-menu li a {
    color: #a6acbc
}

#side-menu li a {
    color: #a6acbc;
    border-left: 0 solid #464648
}

#side-menu>li.selected>a {
    border-left: 3px solid #ba0975;
}

#side-menu>li>a:hover,
#side-menu>li>a:focus {
    background: rgba(0, 0, 0, 0.07)
}

#side-menu>li>a.active {
    border-left: 3px solid #900058;
    color: #ffffff;
    font-weight: 500
}

#side-menu>li>a.active i {
    color: #ba0975;
}

#side-menu ul>li>a:hover {
    color: #ba0975;
}

#side-menu ul>li>a.active {
    color: #ffffff;
    font-weight: 500
}

.sidebar #side-menu .user-pro .nav-second-level a:hover {
    color: #ba0975;
}

.content-wrapper .sidebar .nav-second-level li {
    background: #444859
}

@media (min-width:768px) {
    .content-wrapper #side-menu ul,
    .content-wrapper .sidebar #side-menu>li:hover,
    .content-wrapper .sidebar .nav-second-level>li>a {
        background: #444859
    }
}

.user-profile .user-pro-body .u-dropdown {
    color: #a6acbc
}

.bg-theme {
    background-color: #ba0975 !important
}

.bg-theme-dark {
    background-color: #01c0c8 !important
}

.chat-list .odd .chat-text {
    background: #ba0975;
}

.btn-custom {
    background: #ba0975;
    border: 1px solid #ba0975;
    color: #ffffff
}

.btn-custom:hover {
    background: #ba0975;
    opacity: .8;
    color: #ffffff;
    border: 1px solid #ba0975;
}

.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
    border-bottom: 2px solid #ba0975;
    color: #ba0975;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
    background: #ba0975;
    border-right: 2px solid #ba0975;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #ba0975;
    color: #ffffff
}