@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

/*Theme Colors*/


/*bootstrap Color*/


/*Normal Color*/


/*Border radius*/


/*Preloader*/

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}


/* This is for popins font for firefox */

@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;
}


/* This is for popins font for firefox */

@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;
}


/* This is for popins font for firefox */

/*@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;*/
/*}*/


/*Just change your choise color here its theme Colors*/

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c1ffb2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #a6fe91  100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#a6fe91  100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#a6fe91  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6fe91 ',GradientType=0 ); /* IE6-9 */
    font-family: 'Roboto', sans-serif !important;
}

/*Top Header Part*/

.logo i {
    color: #ffffff;
}

.top-left-part .light-logo {
    display: inline-block;
    max-width: 93px;
}

.top-left-part .dark-logo {
    display: none;
}

.navbar-header {
    /*background: #6A6F84;*/
}

.navbar-top-links > li > a {
    color: #ffffff;
}


/*
.notify .heartbit{
    border-color:@white;
}
.notify .point{
  background-color:@danger;
}*/


/*Right panel*/

.right-sidebar .rpanel-title {
    background: #fb9678;
}


/*Bread Crumb*/

.bg-title .breadcrumb .active {
    color: #f8eeeb;
;
}


/*Sidebar*/

.sidebar {
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff, 6px 0px 8px -6px black !important;
    background-image: linear-gradient(to bottom, #e9e2ff52, #dad3fd2e);
}

.sidebar .label-custom {
    background: #01c0c8;
}

#side-menu li a {
    color: #e83ca0;
    border-left: 0 solid #fff;
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 12px;
}

#side-menu > li > a:hover,
#side-menu > li > a:focus {
    background: rgba(0, 0, 0, 0.03);
}

#side-menu > li > a.active {
    border-left: 0px solid #fb9678!important;
    color: #ffffff!important;
    background: #e83ca0;
}

#side-menu > li > a.active i {
    color: #ffffff;
    box-shadow: 6px 6px 12px #5a5a5abf, -4px -5px 12px -2px #ff84cb !important;
}

#side-menu ul > li > a:hover {
    color: #fb9678;
}

#side-menu ul > li > a.active {
    color: #fff;
    font-weight: 500;
}

.sidebar #side-menu .user-pro .nav-second-level a:hover {
    color: #fb9678;
}

/*themecolor*/

.bg-theme {
    background-color: #fb9678 !important;
}

.bg-theme-dark {
    background-color: #01c0c8 !important;
}


/*Chat widget*/

.chat-list .odd .chat-text {
    background: #fb9678;
}


/*Button*/

.btn-custom {
    background: #fb9678;
    border: 1px solid #fb9678;
    color: #ffffff;
}

.btn-custom:hover {
    background: #fb9678;
    opacity: 0.8;
    color: #ffffff;
    border: 1px solid #fb9678;
}


/*Custom tab*/

.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
    border-bottom: 2px solid #fb9678;
    color: #fb9678;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
    background: #fb9678;
    border-right: 2px solid #fb9678;
}


/*Nav-pills*/

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #fb9678;
    color: #ffffff;
}