.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.6);
}
.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

/*Just change your choise color here its theme Colors*/
body {
    background: #fbfff2;
}
/*Top Header Part*/
.logo i {
    color: #ffffff;
}
.navbar-header {
    background: #00843d;
}
.navbar-top-links > li > a {
    color: #ffffff;
}
/*Right panel*/
.right-sidebar .rpanel-title {
    background: #00843d;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
    color: #00843d;
}
/*Sidebar*/
.sidebar {
    background: #fbfff2;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
    background: #00843d;
}
#side-menu li a {
    color: #020202;
}
#side-menu li a {
    color: #020202;
    border-left: 0px solid #fbfff2;
}
.nav-second-level > li > a:hover,
.nav-second-level > li > a:focus {
    background-color: #f7fafc !important;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
    background-color: #f7fafc !important;
}
#side-menu > li > a.active {
    border-bottom: 2px solid #00843d;
    color: #040F0F;
    font-weight: 500;
}
#side-menu > li > a.active i {
    color: #00843d;
}
#side-menu ul > li > a:hover {
    color: #00843d;
    background: none;
}
#side-menu ul > li > a.active {
    color: #040F0F;
    font-weight: 500;
}
.sidebar #side-menu .user-pro .nav-second-level a:hover {
    color: #00843d;
}
.fix-sidebar .top-left-part {
    background: #00843d;
}
#side-menu .nav-second-level li:hover > a {
    color: #00843d;
}
/*themecolor*/
.bg-theme {
    background-color: #EF3E36 !important;
}
.bg-theme-dark {
    background-color: #00843d !important;
}
/*Chat widget*/
.chat-list .odd .chat-text {
    background: #00843d;
}
/*Button*/
.btn-custom {
    background: #00843d;
    border: 1px solid #00843d;
    color: #ffffff;
}
.btn-custom:hover {
    background: #00843d;
    opacity: 0.8;
    color: #ffffff;
    border: 1px solid #00843d;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
    border-bottom: 2px solid #00843d;
    color: #00843d;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
    background: #00843d;
    border-right: 2px solid #00843d;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #00843d;
    color: #ffffff;
}
.text-primary {
    color: #00843d !important;
}
