body.dark-mode {
    color: #fff;
    background: #222840;
}
/*----- horizontal ----- */
.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    background-image: none;
    color:#fff;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
	color:#2871f9;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu:after {
    border-bottom: 9px solid #131633;
}
.dark-mode .mega-menubg {
    border: 1px solid rgba(221, 228, 235, 0.15);
    background: #131633;
	box-shadow:0 0 0 0 rgb(48, 50, 76), 0 4px 16px 0 rgb(48, 50, 76);
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    color: #fff;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #fff;
}
.dark-mode .mega-menubg:after {
    border-bottom: 9px solid #131633;
}
.dark-mode .nav-link.icon .nav-span {
    color: #fff;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
    color: #2871f9;
}
.dark-mode .dropdown-header {
    color: #fff !important;
}
.dark-mode .header-brand-img.desktop-logo{
	display:block;;
}
.dark-mode .comb-header .form-inline .form-control {
    width: 427px;
}
.dark-mode .header {
    background: #131633;
	border-bottom-color: rgba(221, 228, 235, 0.15);
}
.dark-mode .header .form-inline .btn {
	color: #fff;
}
.dark-mode .header-brand-img.desktop-logo{
	display:none;
}
.dark-mode .header-brand-img.dark-version{
	text-align: center;
	display:initial;
}
.dark-mode .action-header {
    position: relative;
    background: rgb(74, 50, 212);
    padding: 15px 13px 15px 17px;
}
.dark-mode .dropdown-item {
    color: rgba(255, 255, 255, 0.90);
}
.dark-mode .dropdown-divider {
    border-top: 1px solid rgba(216, 220, 224, 0.1);
}
.dark-mode .dropdown-item.active, .dark-mode .dropdown-item:active {
    background-color: rgba(239, 241, 245, 0.1) !important;
}
.dark-mode .dropdown-item:hover, .dark-mode .dropdown-item:focus {
    color: #fff;
	background-color: rgba(239, 241, 245, 0.1) !important;
}
.dark-mode .dropdown-icon {
    color: #ffffff;
}
.dark-mode .dropdown-menu-arrow.dropdown-menu-right:after {
    border-bottom:9px solid #131633;
}
.dark-mode .dropdown-menu-arrow.dropdown-menu-right:before {
    border-bottom: 10px solid rgb(46, 49, 76);
}
.dark-mode .header .header-brand-img.headerstyle{
	display:none;
}
.dark-mode .dropdown-menu>li>a {
    color: #8e9cad;
}
.dark-mode .dropdown-menu .dropdown-plus-title {
    color: #fff !important;
}
.dark-mode .dropdown-menu {
    background-color: #131633;
	color:#fff;
	box-shadow:0 0 0 0 rgb(48, 50, 76), 0 4px 16px 0 rgb(48, 50, 76) !important;
	border:solid 1px rgba(218, 224, 230, 0.09);
}
.dark-mode #messages-main .ms-menu {
    background: #131633;
}
.dark-mode .header-brand-img.light-view {
    display:none;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
    color: #518cff ;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    background-color: #131633;
}
.dark-mode .horizontal-main {
    background: #131633;
	border-bottom: 1px solid rgba(221, 228, 235, 0.15);
    box-shadow: 0 0 30px rgba(46, 58, 80, 0.11);
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>a.active {
    color: #518cff;
    border-bottom: 2px solid #518cff;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>a {
    color: #fff;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #518cff;
    text-decoration: none;
}
.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
    background-color: #131633;
}
@media (max-width: 1088px) {
	.dark-mode .header-setting{
		display:none
	}
}
@media only screen and (max-width: 991px){
	.dark-mode .animated-arrow span, .dark-mode .animated-arrow span:before, .dark-mode .animated-arrow span:after {
		cursor: pointer;
		height: 2px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
		color: #fff;
	}
	.dark-mode.active .horizontalMenu>.horizontalMenu-list {
		background:#131633 !important;
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
		color: rgba(225, 225, 225, 0.6);
		float: right;
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>a {
		color: #fff;
     }
	.dark-mode .horizontalMenu>.horizontalMenu-list>li:hover>a .horizontalMenu-arrow{
		color: rgba(0, 0, 0, 0.2);
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
		color: rgba(255, 253, 253, 0.6);
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i {
		color: rgba(241, 232, 232, 0.6);
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
		color: #518cff !important;
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li {
		border-bottom: 1px solid rgba(221, 228, 235, 0.15);
	}
	.dark-mode .mega-menubg {
		background: #131633 !important;
	}
	.dark-mode .construction-body .header-brand-img.mobile.dark-view{
		height: 3.2rem;
		display: block !important;
		margin: 0 auto;
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
		background-color: rgba(255, 255, 255, 0.1) !important;
		box-shadow: none !important;
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {
		background: #131633;
		color: #518cff!important;
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
		background-color: rgba(0, 0, 0, 0.2);
		color: #6b6f80;
		text-decoration: underline;
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
		color:rgba(255,255,255,0.7);
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a{
		color:rgba(255,255,255,0.7);
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
		color: rgba(255, 255, 255, 0.6);
	}
}
@media only screen and (min-width: 991px){
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
		background-color: #131633;
		box-shadow:0 0 0 0 rgb(48, 50, 76), 0 4px 16px 0 rgb(48, 50, 76);
	}
	.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
		box-shadow: 0 1px 15px 1px rgba(4, 2, 27, 0.9);
	}
}
@media (max-width: 767.98px) and (min-width: 576px){
	.dark-mode .header .navsearch i {
		font-size: 15px;
		color: #fff !important;
		padding-top: 5px;
		margin-bottom: 3px;
	}
	.dark-mode .header .form-inline .form-control::-webkit-input-placeholder{
		color:#b3b3b3;
	}
	.dark-mode.search-show .header .form-inline .search-element .form-control {
		background: #0e1127 !important;
	}
	.dark-mode .header .form-inline .btn {
		color: #fff !important;
	}
	.dark-mode .search-element .form-control{
		color:#fff !important;
	}
}
@media (max-width: 575.98px){
	.dark-mode .header-brand-img.dark-version {
		display:none;
	}
	.dark-mode .header .navsearch i {
		color: #fff !important;
	}
	.dark-mode.search-show .header .form-inline .search-element .form-control {
		background: #0e1127;
	}
	.dark-mode.search-show .header .form-inline .btn{
		color:#fff !important;
	}
	.dark-mode .header .form-inline .form-control::-webkit-input-placeholder{
		color:#b3b3b3 !important;
	}
}

/*----- Left-menu ----- */
.dark-mode .app-header {
	border-bottom: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .app-header__logo {
	color: #fff;
}
.dark-mode .app-sidebar__toggle {
	color: #fff;
}
.dark-mode .app-sidebar__toggle:hover {
	color: #fff;
}
.dark-mode .user-info .text-dark{
	color: #fff !important;
}
.dark-mode .user-info .text-muted{
	color:#c2cbe2 !important
}
.dark-mode .sidebar-navs .nav-link.border{
	border:1px solid rgba(255,255,255,0.2) !important
}
.dark-mode .side-menu a:hover{
    color: #518cff;
}
.dark-mode .app-header {
	border-bottom: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .app-header__logo {
	color: #fff;
}
.dark-mode .app-sidebar__toggle {
	color: #fff;
}
.dark-mode .app-sidebar__toggle:hover {
	color: #fff;
}
.dark-mode .app-nav__item {
	color: #a8a8a8;
}
.dark-mode .app-nav__item:hover, .app-nav__item:focus {
	background: rgba(0, 0, 0, 0.1);
	color: #f6f6f6;
}
.dark-mode .app-search__input {
	background-color: rgba(255, 255, 255, 0.8);
}
.dark-mode .app-search__button {
	color: rgba(0, 0, 0, 0.8);
}
.dark-mode .app-notification__title {
	background-color: rgba(0, 150, 136, 0.4);
	color: #333;
}
.dark-mode .app-notification__footer {
	background-color: #eee;
}
.dark-mode .app-notification__content::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}
.dark-mode .app-notification__item {
	border-bottom: 1px solid #ddd;
}
.dark-mode .app-notification__item:focus, .dark-mode .app-notification__item:hover {
	background-color: #e0e0e0;
}
.dark-mode .app-sidebar {
	background: #131633  !important;
	border-right:1px solid rgba(255, 255, 255, .1);
	box-shadow: 0 0 0 0 rgb(24, 26, 39);
}
.dark-mode .app-sidebar::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}
.dark-mode .app-sidebar__user {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.dark-mode .app-sidebar__user-name, .dark-mode .app-sidebar__user-designation {
	color: #e5e9ec;
}
.dark-mode .side-menu__item {
	color:#fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.dark-mode .side-menu__item.active, .dark-mode .side-menu__item:hover, .dark-mode .side-menu__item:focus {
	color: #fff !important;
    background: #4a32d4;
}
.dark-mode .side-menu__item.active .side-menu__icon, .dark-mode .side-menu__item:hover .side-menu__icon, .dark-mode .side-menu__item:focus .side-menu__icon{
	color:#fff;
}
.dark-mode .slide-item.active, .dark-mode .slide-item:hover, .dark-mode .slide-item:focus {
	color: #b48ef4;
}
.dark-mode .slide-menu a.active{
	color: #518cff !important;
    background: #131633;
}
.dark-mode .slide-item.active, .dark-mode .slide-item:hover, .dark-mode .slide-item:focus {
	color: #fff;
    background:#131633;
}
.dark-mode .slide-item {
	color: #fff;
	border-bottom: 1px solid rgba(67, 87, 133, 0.1);
}
.dark-mode .slide-menu li:last-child .slide-item {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.dark-mode .slide-item .icon {
	margin-right: 5px;
}
.dark-mode .app-title {
	background-color: #FFF;
}
.dark-mode .user-info .text-dark{
	color: #fff !important;
}
.dark-mode .user-info .text-muted{
	color:#c2cbe2 !important
}
.dark-mode .sidebar-navs .nav-link.border{
	border:1px solid rgba(255,255,255,0.2) !important;
    background: rgba(255,255,255,0.1); 
}
.dark-mode .sidebar-navs a{
	color:#fff !important;
}
.dark-mode .side-menu__item.active .side-menu__icon, .dark-mode .side-menu__item:hover .side-menu__icon, .dark-mode .side-menu__item:focus .side-menu__icon {
    color: #fff;
    background: rgba(255,255,255,0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.dark-mode .side-menu .side-menu__icon {
    color: #fff;
    background: rgba(255,255,255,0.18);
}
.dark-mode .user-details h4 {
    color: #fff;
}
.dark-mode .user-info h6{
	color: #fff !important;
}
@media (min-width: 768px){
	.dark-mode .app.sidebar-mini.sidenav-toggled .side-menu__label {
		color: rgba(255, 255, 255, 0.8) !important;
		background:transparent !important;
	}
	.dark-mode .app.sidebar-mini.sidenav-toggled .side-menu__label{
		color: #fff;
	}
	.dark-mode .sidebar-mini.sidenav-toggled .side-menu__label {
		background: #fff;
		color: #a8a8a8;
	}
}
@media (max-width: 575.98px){
	.dark-mode .app .header-brand-img.desktop-logo {
		display: none !important;
	}
	.dark-mode .search-show .header .form-inline .search-element .form-control {
		background: #fff !important;
		color:#000 !important;
	}
}
@media print {
	.dark-mode .app-content {
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
}

.dark-mode .breadcrumb-item a {
    color: #518cff;
}
.dark-mode .breadcrumb-item a {
    color: #518cff;
}
.dark-mode a {
    color: #fff;
}
.dark-mode a:hover {
	color: #2871f9;
}
.dark-mode .breadcrumb-item1.active {
    color: #a3acbb;
}
.dark-mode .bg-primary-transparent {
    background: rgba(105, 82, 232, 0.3);
}
.dark-mode .bg-danger-transparent {
    background: rgba(245, 190, 201, 0.3);
}
.dark-mode .bg-secondary-transparent {
    background: rgba(97, 195, 232, 0.3);
}
.dark-mode .bg-success-transparent {
    background: rgba(51, 187, 21, 0.3);
}
.dark-mode .bg-primary-transparent.text-primary{
	color:#8976f7 !important;
}
.dark-mode .bg-orange-transparent {
    background: rgba(249, 209, 167, 0.3);
}
.dark-mode .bg-danger-transparent.text-danger{
	color:#f1426c !important;
}
.dark-mode .bg-warning-transparent {
    background: rgba(247, 231, 184, 0.3);
}
.dark-mode .bg-light {
    background-color: rgba(248, 249, 250, 0.1) !important;
}
.dark-mode .btn-light {
    color: #fff;
    background-color: #42455c;
    border-color: #42455c;
}
.dark-mode .card {
    background-color: #131633;
    box-shadow:0 0 0 0 rgb(48, 50, 76), 0 4px 16px 0 rgb(48, 50, 76) !important;
    border: solid 1px #31354e;
}
.dark-mode .card-header {
    border-bottom: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .card-title {
    color: #fff;
}
.dark-mode .card-options a:not(.btn) {
    color: #ffffff;
}
.dark-mode .list-group-item {
    background-color: #131633;
	border:1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .list-group-item-action {
    color: #fff;
}
.dark-mode .icon i {
    vertical-align: -1px;
    color: #ffffff;
}
.dark-mode .form-control.header-search {
    color: #fff;
    background-color: rgba(194, 195, 220, 0.3);
}
.dark-mode .form-control {
    color: #fff;
    background-color: rgba(194, 195, 220, 0.07);
}
.dark-mode .rated-products .media img {
    border: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .list-group-item-action:active {
    color: #fff;
    background-color: rgba(255,255,255,0.1) !important;
}
.dark-mode .list-group-item-action:hover, .dark-mode .list-group-item-action:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.2) !important;
}
.dark-mode .footer {
    background: #131633;
    border-top: 1px solid rgba(221, 228, 235, 0.15);
    font-size: 0.875rem;
    padding: 1.25rem 0;
}
.dark-mode .table th, .dark-mode .text-wrap table th {
    color: #fdfeff;
}
.dark-mode #global-loader {
    background: #1c1e2f;
}
.dark-mode .progress {
    background-color: rgba(229, 233, 242, 0.15);
}
.dark-mode .custom-switch-indicator {
    background: rgba(233, 236, 239, 0.3);
}
.dark-mode .latest-timeline ul.timeline > li:before {
    content: ' ';
    background: rgb(19, 22, 51);
}
.latest-timeline .timeline  p{
	color: #b2becc;
}
.dark-mode .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(66, 69, 92, 0.3);
}
.dark-mode #messages-main .ms-user {
    padding: 15px;
    background: #131633;
    border: 1px solid rgba(236, 239, 249, 0.1);
}
.dark-mode .ms-body {
    background: #131633;
    border-radius: 7px;
}
.dark-mode .message-feed:not(.right) .mf-content {
    background: #26315d;
    color: #fff;
}
.dark-mode .message-feed.right .mf-content {
    background: rgba(66, 69, 92, 0.4);
}
.dark-mode .actions:not(.a-alt)>li>a>i {
    color: #fff;
}
.dark-mode .msb-reply {
    box-shadow: 0 -20px 20px -5px #131633;
    position: relative;
    background: #131633;
    border: 1px solid rgba(236, 239, 249, 0.1);
}
.dark-mode .text-default {
    color: #aaa8b5 !important;
}
.dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    color: #fff;
    background: rgba(239, 241, 245, 0.2);
}
.dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    color: #ffff;
    background: #3f425a;
}
.dark-mode .cal1 .clndr .clndr-table tr .empty, .dark-mode .cal1 .clndr .clndr-table tr .adjacent-month, .dark-mode .cal1 .clndr .clndr-table tr .my-empty, .dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month {
    background: #26315d;
}
.dark-mode .cal1 .clndr .clndr-table tr .day.event, .dark-mode .cal1 .clndr .clndr-table tr .day.my-event {
    background: rgba(243, 246, 253, 0.1);
}
.dark-mode .cal1 .clndr .clndr-table tr .day.today, .dark-mode .cal1 .clndr .clndr-table tr .day.my-today {
    background: #518cff !important;
    color: #ffff !important;
}
.dark-mode .cal1 .clndr .clndr-table tr .day.event:hover, .dark-mode .cal1 .clndr .clndr-table tr .day.my-event:hover {
	background: #26315d !important;
}
.dark-mode .cal1 .clndr .clndr-table tr .day:hover {
    background: #2a2d48;
}
.dark-mode .cal1 .clndr .clndr-table tr:last-child .day, .dark-mode .cal1 .clndr .clndr-table tr:last-child .my-day {
    border-bottom: 1px solid rgba(215, 231, 255, 0.1);
}
.dark-mode .cal1 .clndr .clndr-table tr .empty:last-child, .dark-mode .cal1 .clndr .clndr-table tr .adjacent-month:last-child, .dark-mode .cal1 .clndr .clndr-table tr .my-empty:last-child, .dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month:last-child {
    border-right: 1px solid rgba(215, 231, 255, 0.1);
}
.dark-mode .cal1 .clndr .clndr-table .header-days .header-day:last-child {
    border-right: 1px solid rgba(215, 231, 255, 0.1);
}
.dark-mode .cal1 .clndr .clndr-table .header-days .header-day {
    border-left: 1px solid rgba(23, 183, 148, 0.1);
    border-top: 1px solid rgba(23, 183, 148, 0.2);
}
.dark-mode .fc-state-default {
    border: 1px solid rgba(23, 183, 148, 0.1);
}
.dark-mode .fc-event {
    border: 1px solid rgba(23, 183, 148, 0.1);
}
.dark-mode .fc-unthemed .fc-divider, .dark-mode .fc-unthemed .fc-list-heading td, .dark-mode .fc-unthemed .fc-popover .fc-header {
    background: rgba(255, 255, 255, 0.1);
}
.dark-mode .fc-unthemed .fc-list-item:hover td {
	background-color:rgba(255, 255, 255, 0.1);
}
.dark-mode .irs-line {
    background: rgba(229, 233, 242, 0.2);
    border: 1px solid rgba(229, 233, 242, 0.2);
}
.dark-mode .irs-grid-text {
    bottom: 5px;
    color: rgb(255, 255, 255);
}
.dark-mode .irs-min, .dark-mode .irs-max {
    background: rgba(208, 217, 236, 0.3);
}
.dark-mode .irs-slider {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #518cff;
}
.dark-mode .countdown {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.dark-mode .timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
    background-color: #131633;
    box-shadow: 0 0 0 0 rgb(24, 26, 39);
    border: solid 1px rgba(221, 228, 235, 0.2);
}
.dark-mode .timeline-items hr {
    border-top: 1px solid rgba(216, 220, 224, 0.2);
}
.dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
    background-color: #131633;
}
.dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) {
    background-color: #131633;
}
.dark-mode .timeline .timeline-items .timeline-item.centered {
    box-shadow: 0 0 0 0 rgb(24, 26, 39);
    border: solid 1px rgba(221, 228, 235, 0.2);
}
.dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) {
    background-color: #131633;
}
.dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1)::before {
   border-bottom: 1em solid #131633;
}
.dark-mode .timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
    border-top: 1em solid #131633;
}
.dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
    border-top: 1em solid #131633;
}
.dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n)::before {
    border-top: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #131633;
}
.dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) {
    background-color: #131633;
    border: solid 1px rgba(221, 228, 235, 0.2);
	box-shadow: 0 0 0 0 rgb(24, 26, 39);
}
.dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before {
    border-top: 1em solid #131633;
}
.dark-mode .text-body {
    color: #77838e !important;
}
.dark-mode .example-bg {
    background: rgba(239, 241, 245, 0.1);
}
.dark-mode .highlight {
    background: rgba(239, 241, 245, 0.1) !important;
}
.dark-mode .pre {
	background: rgba(239, 241, 245, 0.1) !important;
}
.dark-mode .highlight pre {
    background: rgba(0, 0, 0, 0.1) !important;
}
.dark-mode .panel-default>.panel-heading {
    background-color: rgba(239, 241, 245, 0.1);
	color:#fff;
}
.dark-mode .accordionjs .acc_section .acc_head {
    background-color: rgba(239, 241, 245, 0.1);
}
.dark-mode .accordionjs .acc_section {
    border: 1px solid rgba(216, 220, 224, 0.1);
}
.dark-mode .accordionjs .acc_section.acc_active > .acc_head {
    border-bottom: 1px solid rgba(216, 220, 224, 0.1);
}
.dark-mode .tab_wrapper .content_wrapper {
    border: 1px solid rgba(216, 220, 224, 0.1);
}
.dark-mode .collapse:not(.show) {
    background: #131633;
}
.dark-mode .nav-tabs .nav-link {
    color: rgba(255, 255, 255, 0.80);
}
.dark-mode .page-link {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .page-item.disabled .page-link {
    background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(24, 34, 56, 0.08) !important;
}
.dark-mode .custom-control-label:before {
    border: 1px solid rgba(221, 228, 235, 0.15);
    background-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .avatar-list-stacked .avatar {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.dark-mode .thumbnail {
    background-color: rgba(255, 255, 255, 0.1)
}
.dark-mode .panel-footer {
    background-color: rgba(247, 247, 247, 0.2);
}
.dark-mode .list-group-item.active {
    background-color: rgba(239, 241, 245, 0.1);
}
.dark-mode .panel-default .list-group-item.active {
    background-color: rgba(239, 241, 245, 0.1);
    border-color:rgba(239, 241, 245, 0.1);
	color:#fff;
}
.dark-mode .listorder {
    background-color:#131633;
}
.dark-mode .listunorder {
    background-color:#131633;
}
.dark-mode .list-group-item.disabled, .list-group-item:disabled {
    color: #a3acbb;
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tag {
   color: #d4d7e6;
    background-color: rgba(239, 241, 245, 0.2);
}
.dark-mode .nav1 {
    background: rgba(239, 241, 245, 0.1);
}
.dark-mode .border {
    border: 1px solid rgba(221, 228, 235, 0.15) !important;
}
.dark-mode .border-top {
    border-top:1px solid rgba(221, 228, 235, 0.15) !important;
}
.dark-mode .border-bottom {
    border-bottom:1px solid rgba(221, 228, 235, 0.15) !important;
}
.dark-mode .border-left {
    border-left:1px solid rgba(221, 228, 235, 0.15) !important;
}
.dark-mode .border-right {
    border-right:1px solid rgba(221, 228, 235, 0.15) !important;
}
.dark-mode .heading-inverse {
    background-color: #2c2e44;
}
.dark-mode .breadcrumb1 {
   background-color: rgba(239, 241, 245, 0.1);
}
.dark-mode .breadcrumb-arrow {
    background-color: rgba(239, 241, 245, 0.1);
}
.dark-mode .offer {
    background: rgb(19, 22, 51);
}
.dark-mode .jumbotron {
    background-color: rgba(229, 233, 242, 0.1);
}
.dark-mode .expanel {
    background-color:#131633 !important;
	border:1px solid rgba(221, 228, 235, 0.15) !important; 
}
.dark-mode .expanel-default>.expanel-heading {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .expanel-footer {
    background-color: rgba(255, 255, 255, 0.1)!important;
}
.dark-mode .table-primary, .dark-mode .table-primary>th, .dark-mode .table-primary>td {
    background-color: #b5aec5;
}
.dark-mode .table-warning, .dark-mode .table-warning>th, .dark-mode .table-warning>td {
    background-color: #c1ba9c;
}
.dark-mode .table-bordered, .dark-mode .text-wrap table {
    border: 1px solid rgba(222, 226, 230, 0.2);
}
.dark-mode .dropify-wrapper {
	background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .dropify-wrapper .dropify-preview {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .custom-file-label {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #518cff;
    color: rgba(255, 255, 255, 0.8)  ;
}
.dark-mode .select2-dropdown {
    background-color: #2b2e48;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .select2-container--default .select2-selection--multiple {
	background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(239, 241, 245, 0.2) !important;
    border: 1px solid rgba(239, 241, 245, 0.2) !important;
	color:#fff;
}
.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
}
.dark-mode .input-group-text {
    color: #fff;
    background-color: rgba(40, 41, 47, 0.1);
    border: 1px solid rgba(195, 207, 234, 0.2);
}
.dark-mode .sp-replacer {
    background: rgba(238, 238, 238, 0.1);
    border: solid 1px rgba(145, 118, 93, 0.5);
    background: rgb(19, 22, 51);
    color: #fff;
}
.dark-mode .label-default {
    background: rgb(213, 224, 234);
}
.dark-mode .material-switch>label::before {
    background: rgb(243, 238, 238);
}
.dark-mode .sw-theme-dots .step-content {
    background-color: #131633;
}
.dark-mode .sw-theme-dots > ul.step-anchor {
    background: #131633;
    border: 0px solid #5c6287 !important;
}
.dark-mode .sw-theme-dots > ul.step-anchor:before {
    background-color: rgba(245, 245, 245, 0.2);
}
.dark-mode .sw-theme-dots > ul.step-anchor > li > a:before {
    color: #428bca;
    background: rgb(74, 50, 212);
}
.dark-mode .sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #2393ff;
}
.dark-mode .sw-theme-dots .sw-toolbar {
    background: transparent;
}
.dark-mode div[data-acc-step]:not(.open) {
    background: rgba(239, 241, 245, 0.05);
}
.dark-mode .richText {
    border: rgba(239, 241, 245, 0.1) solid 1px;
    background-color: rgba(239, 241, 245, 0.1);
}
.dark-mode .richText .richText-editor {
    padding: 20px;
    background-color: rgb(19, 22, 51);
    border-left: #518cff solid 2px;
}
.dark-mode .richText .richText-toolbar ul li a {
    border-right: rgba(239, 241, 245, 0.1) solid 1px;
}
.dark-mode .richText .richText-toolbar {
    border-bottom: rgba(239, 241, 245, 0.1) solid 1px;
}
.dark-mode .richText .richText-toolbar ul li a:hover {
    background-color: #131633;
}
.dark-mode .profile-cover .cover {
    position: relative;
    border: 10px solid rgb(66, 69, 92);
}
.dark-mode .dropdown-menu>li>a:hover, .dark-mode .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: rgba(239, 241, 245, 0.1);
}
.dark-mode .list-group-transparent .list-group-item.active {
    background: rgba(239, 241, 245, 0.1);
    font-weight: 600;
}
.dark-mode .table-inbox tr.unread td {
    background: rgba(239, 241, 245, 0.1);
    font-weight: 600;
    border-bottom: rgb(236, 234, 234, 0.1) 1px solid;
}
.dark-mode .table-inbox tr {
    border-bottom: 1px solid rgb(238, 238, 238, 0.1);
}
.dark-mode .table-inbox tr td .fa-star {
    color: rgba(229, 245, 241, 0.2);
}
.dark-mode .mail-option .chk-all, .dark-mode .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 rgba(252, 252, 252, 0.1);
    border: 1px solid rgba(231, 231, 231, 0.1);
    border-radius: 3px !important;
    color: #fff;
}
.dark-mode .inbox-pagination a.np-btn {
   background: none repeat scroll 0 0 rgba(252, 252, 252, 0.1);
    border: 1px solid rgba(231, 231, 231, 0.1);
    border-radius: 3px !important;
    color: #fff;
}
.dark-mode .user p.u-name {
    color: #fff;
}
.dark-mode .form-control:focus {
	color: #fff;
}
.dark-mode .example{
	border:1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .btn-white {
    color: #fff;
    background-color: rgba(19, 22, 51, 0.7);
    border-color: #433741;
}
.dark-mode .gallery-list>li {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-mode .gallery-list>li .image-container {
    background: rgba(255, 255, 255, 0.1);
}
.dark-mode .pricingTable2-header {
    background-color: rgb(19, 22, 51);
}
.dark-mode .pricingTable2 .pricingTable2-header h3 {
    color: #fff;
}
.dark-mode .pricingTable {
    background-color: #131633;
    box-shadow: 0 0 0 0 rgb(19, 22, 51), 0 4px 16px 0 rgb(19, 22, 51);
    border: solid 1px rgba(221, 228, 235, 0.1);
}
.dark-mode .price.panel-color>.panel-body {
    background-color: #131633;
}
.dark-mode .price .panel-footer {
    background-color: #131633;
}
.dark-mode .panel-footer {
    background-color: #f7f7f7;
    border-top: solid 1px rgba(221, 228, 235, 0.1);
}
.dark-mode .price .list-group-item {
    border-bottom:1px solid rgba(221, 228, 235, 0.15);
	border-left: 0px;
    border-right: 0px;
}
.dark-mode .product-grid .product-icons li a{
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.dark-mode .product-grid .product-rating {
    background: rgba(255,255,255,0.1);
}
.dark-mode .custom-select {
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    line-height: 1.5;
    color: #dcdcdc;
    vertical-align: middle;
    background: #2b2e48 !important;
    background-size: 8px 10px;
    border: 1px solid rgba(221, 228, 235, 0.15);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.dark-mode .single-page .wrapper {
    background: #131633;
    box-shadow: 0 0 0 0 rgb(24, 26, 39);
    border-radius: 7px;
}
.dark-mode .construction-body .header-brand-img.mobile-view {
    display: none !important;
}
.dark-mode .construction-body .header-brand-img.mobile.dark-view{
	display:none;
}
.dark-mode .header-brand-img {
    height: 2.5rem;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: .5rem;
    width: auto;
}
.dark-mode .text-primary-gradient {
	text-transform: uppercase;
	background: linear-gradient(to right, #518cff 0%, #2575fc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.dark-mode .pricing-content{
	background:#131633;
}
.dark-mode .navstyle1 {
    color: #000;
}
.dark-mode .ps .ps__rail-x:hover, .dark-mode .ps .ps__rail-y:hover, .dark-mode .ps .ps__rail-x:focus, .dark-mode .ps .ps__rail-y:focus, .dark-mode .ps .ps__rail-x.ps--clicking, .dark-mode .ps .ps__rail-y.ps--clicking {
    background-color: #131633;
    opacity: 0.9;
}
.dark-mode .sweet-modal-box {
    background: #131633;
    box-shadow: 0 0 0 0 rgb(24, 26, 39);
}
.dark-mode .sweet-modal-overlay {
    background: radial-gradient(at center, rgb(81, 82, 88,0.8) 0%, rgb(29, 27, 29,0.8) 100%);
}
.dark-mode .sweet-modal-title h2 {
    color: #fff;
}
.dark-mode .text-primary {
    color: #518cff !important;
}
.dark-mode input {
	background:rgba(255,255,255,0.2);
	color:#fff;
}
.dark-mode .rating-stars input {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .sweet-alert h2 {
	color: #ffff;
}
.dark-mode .sweet-alert {
    background-color: #030b4a;
}
.dark-mode .rating-stars .rating-stars-container .rating-star {
    color: rgba(229, 233, 242, 0.2);
}
.dark-mode .br-theme-bars-1to10 .br-widget a {
    background-color: rgba(229, 233, 242, 0.2);
}
.dark-mode .br-theme-bars-square .br-widget a {
    border: 2px solid rgba(229, 233, 242, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    color: #e5e9f2;
}
.dark-mode .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: rgba(229, 233, 242, 0.2) !important;
}
.dark-mode .br-theme-bars-horizontal .br-widget a {
    background-color: rgba(229, 233, 242, 0.2);
}
.dark-mode .br-theme-bars-movie .br-widget a {
    background-color: rgba(229, 233, 242, 0.2);
}
.dark-mode .br-theme-bars-pill .br-widget a {
    color: #fff;
}
.dark-mode .br-theme-bars-pill .br-widget a {
    background-color: rgba(229, 233, 242, 0.2);
}
.dark-mode .highcharts-background{
	background:#000 !important;
}
.dark-mode .plan-card .plan-icon {
    border:12px solid #131633;
}
.dark-mode .pricing-content {
    background: #131633;
}
.dark-mode .popover-header {
    background-color: #131633;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.dark-mode .popover-body {
    padding: 0.75rem 1rem;
    color: #9da9b5;
	background: #131633;
}
.dark-mode .popover {
	border: 1px solid rgba(222, 227, 235, 0.2);
}
.dark-mode .modal-content {
    background-color: #0a0b1a;
    border: 1px solid rgba(203, 212, 232, 0.3);
}
.dark-mode .modal-footer {
    border-top: 1px solid rgba(233, 236, 239, 0.2);
}
.dark-mode .modal-header {
    border-bottom: 1px solid rgba(233, 236, 239, 0.2);
}
.dark-mode .panel-footer {
    background-color: rgba(247, 247, 247, 0.2);
}
.dark-mode .btn-white:not(:disabled):not(.disabled):active, .dark-mode .btn-white:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-white.dropdown-toggle {
    color: #ffff;
    background-color: #131633 !important;
    border-color: #131633 !important;
}
.dark-mode .btn-white:hover {
    color: #ffff;
    background-color: #131633;
    border-color: #131633;
}
.dark-mode .animated-arrow span, .dark-mode .animated-arrow span:before, .dark-mode .animated-arrow span:after {
    background: #fff;
}
.dark-mode .dropdown-menu-arrow.dropdown-menu-left:after {
    border-bottom: 9px solid #131633 !important;
}
.dark-mode .dropdown-menu-arrow.dropdown-menu-left:before {
    border-bottom: 10px solid rgb(49, 53, 78);
}
.dark-mode .dropify-wrapper {
    background-color: #1c2048 !important;
}
.dark-mode .dropify-wrapper .dropify-preview {
    background-color: #1c2048 !important;
}
.dark-mode .dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, rgba(246, 246, 246, 0.1) 25%, transparent 25%, transparent 50%, rgba(246, 246, 246, 0.1) 50%, rgba(246, 246, 246, 0.1) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(-45deg, rgba(246, 246, 246, 0.1) 25%, transparent 25%, transparent 50%, rgba(246, 246, 246, 0.1) 50%, rgba(246, 246, 246, 0.1) 75%, transparent 75%, transparent) !important;
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}
.dark-mode .countdown1 li{
	background:#383d53 !important;
    color: #fff !important;
}
.dark-mode .countdown1 .time {
    color: #fff !important;
}
.dark-mode #back-to-top:hover {
    background: #222840;
    color: #fff !important;
    border: 2px solid #4a32d4;
}
.dark-mode .daterangepicker .calendar-table {
    border:1px solid rgba(221, 228, 235, 0.15) !important;
    background-color: #131633 !important;
}
.dark-mode .daterangepicker td.active, .dark-mode .daterangepicker td.active:hover {
    background-color:#131633 !important;
    color: #fff !important;
}
.dark-mode .daterangepicker .calendar td {
    color: #fff !important;
}
.dark-mode .daterangepicker td.off, .dark-mode .daterangepicker td.off.in-range, .dark-mode .daterangepicker td.off.start-date, .dark-mode .daterangepicker td.off.end-date {
    background-color: #42445b !important;
}
.dark-mode .daterangepicker td.in-range {
    background-color: #42445b !important;
}
.dark-mode .daterangepicker .input-mini{
	border:1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .daterangepicker td.available:hover, .dark-mode .daterangepicker th.available:hover {
    background-color: #42445b !important;
}
.dark-mode .daterangepicker.dropdown-menu {
    background: #131633;
}
.dark-mode .daterangepicker:after {
    border-bottom: 6px solid #131633;
}
.dark-mode .daterangepicker:before {
    border-bottom: 7px solid #31354e;
}
.dark-mode .ui-timepicker-list li {
    color: #fff !important;
    background: #131633 !important;
}
.dark-mode .table th, .dark-mode .text-wrap table th, .dark-mode .text-wrap table td {
    border-top: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .table-vcenter td, .dark-mode .table-vcenter th {
    border-top:1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .table-bordered th, .dark-mode .text-wrap table th, .dark-mode .table-bordered td, .dark-mode .text-wrap table td {
    border: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .ui-datepicker {
    background-color: #131633;
	border: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #42445b;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar td span, .dark-mode .ui-datepicker .ui-datepicker-calendar td a {
    background-color: #131633;
}
.dark-mode .selectgroup-input:checked+.selectgroup-button {
    border-color: #518cff;
    color: #518cff;
    background: #131633;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar td span, .dark-mode .ui-datepicker .ui-datepicker-calendar td a, .dark-mode .ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #131633;
	color:#fff;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar td {
    border: 1px solid rgba(221, 228, 235, 0.15);
	background-color: #131633;
}
.dark-mode .material-switch>label::after {
    background: #222840;
}
.dark-mode .breadcrumb-arrow li span {
    color: #9a9a9a;
}
.dark-mode .btn-outline-primary {
    color: #518cff;
    border-color: #518cff;
}
.dark-mode .btn-outline-primary:hover{
	background-color:#518cff;
}
.dark-mode .avatar-status {
    border: 2px solid #131633;
}
.dark-mode .custom-switch-indicator:before {
    background: #222840;
}
.dark-mode .input-icon-addon {
    color: #fff;
}
.dark-mode .tab_wrapper.right_side > ul li.active:before {
    background: #31354e;
}
.dark-mode .tab_wrapper > ul li.active:after {
    background: #131633;
}
.dark-mode .bs-popover-left .arrow::after, .dark-mode .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #131633;
}
.dark-mode .bs-popover-left .arrow::before, .dark-mode .bs-popover-auto[x-placement^="left"] .arrow::before {
    border-left-color: #3e4158;
}
.dark-mode .bs-popover-right .arrow::after, .dark-mode .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #131633;
}
.dark-mode .bs-popover-right .arrow::before, .dark-mode .bs-popover-auto[x-placement^="right"] .arrow::before {
    border-right-color: #474d60;
}
.dark-mode .close, .dark-mode .close:hover, .dark-mode .close:focus {
    color: #fff;
    text-shadow: none;
    opacity: .7;
}
.dark-mode .timeline h2 {
    color: #fff;
    background: #222840;
    border:1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-close a.sweet-modal-close-link {
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" fill="%23292c34" /></svg>')
}
.dark-mode .sweet-modal-buttons a.button, .sweet-modal-buttons button {
    color: #fff !important;
}
.dark-mode .sweet-modal-title-wrap {
    border-bottom: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .sweet-modal-title .sweet-modal-tabs-links ul li+li a {
    border-left: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .sweet-modal-buttons {
    border-top: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .sweet-modal-title .sweet-modal-tabs-links ul li:last-child a {
    border-right: 1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-buttons{
	border-color: rgba(221, 228, 235, 0.15);
    box-shadow: none;
}
.dark-mode .sweet-modal-title .sweet-modal-tabs-links ul li a::after {
    border-bottom-color: #31354e;
}
.dark-mode .sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title-wrap {
    border-color: rgba(221, 228, 235, 0.15);
    box-shadow: none;
}
.dark-mode .bs-popover-top .arrow::after, .dark-mode .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #3b3f55;
}
.dark-mode .bs-popover-bottom .popover-header::before, .dark-mode .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid #131633;
}
.dark-mode .bs-popover-bottom .arrow::before, .dark-mode .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #3c3f56;
}
.dark-mode .bs-popover-bottom .arrow::after, .dark-mode .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #131633;
}
.dark-mode .msb-reply button:hover {
    background: #222840;
}
.dark-mode .msb-reply textarea {
    color: #fff;
}
.dark-mode .text-dark {
    color: #fff !important;
}
.dark-mode .demo_changer i {
    color: #131633;
}
.dark-mode .demo-icon.bg_dark{
	background:#fff;
}




.dark-mode .rating-stars .rating-stars-container .rating-star.is--active, .dark-mode .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}
.dark-mode .br-theme-bars-1to10 .br-widget a.br-active, .dark-mode .br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #518cff;
}
.dark-mode .br-theme-bars-movie .br-widget a.br-active, .dark-mode .br-theme-bars-movie .br-widget a.br-selected {
    background-color: #518cff;
}
.dark-mode .br-theme-bars-square .br-widget a.br-active, .dark-mode .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #518cff;
    color: #518cff;
}
.dark-mode .br-theme-bars-pill .br-widget a.br-active, .dark-mode .br-theme-bars-pill .br-widget a.br-selected {
    background-color: #518cff;
}
.dark-mode .br-theme-bars-horizontal .br-widget a.br-active, .dark-mode .br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #518cff;
}
.dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    color: #518cff;
}
.dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    color: #518cff;
}
.dark-mode .rating-stars .rating-stars-container .rating-star.is--active .fa-heart, .dark-mode .rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
    color: #518cff;
}
.dark-mode .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #518cff;
}
.dark-mode .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #518cff !important;
}
.dark-mode .br-theme-fontawesome-stars .br-widget a.br-active:after{
	color: #518cff !important;
}
.dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    color: #518cff;
}
.dark-mode .br-theme-bars-movie .br-widget .br-current-rating{
	color: #518cff;
}
.dark-mode .br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #518cff;
}
.dark-mode code {
    background: #26283f;
    border: 1px solid#26283f;
}
.dark-mode .breadcrumb-item.active {
    color: #8e9cad;
}
.dark-mode .panel-heading {
    background: #131633;
}
.dark-mode .panel-primary .list-group-item.active {
    color: #FFF;
    background-color: #4a32d4;
    border-color: #4a32d4;
}
.dark-mode .panel-success .list-group-item.active {
    color: #fff;
    background-color: #27af06;
    border-color: #27af06;
}
.dark-mode .panel-info .list-group-item.active {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}
.dark-mode .panel-warning .list-group-item.active {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}
.dark-mode .panel-danger .list-group-item.active {
    color: #fff;
    background-color: #fb1c52;
    border-color: #fb1c52;
}
.dark-mode .list-group-item-success {
    color: #27af06;
    background-color: #d2ecb8;
}
.dark-mode .list-group-item-info {
    color: #2393ff;
    background-color: #cbe7fb;
}
.dark-mode .list-group-item-warning {
    color: #eab407;
    background-color: #fbeebc;
}
.dark-mode .list-group-item-danger {
    color: #fb1c52;
    background-color: #f1c1c0;
}
.dark-mode .mail-inbox .list-group-item{
	border:0px;
}
.dark-mode .card-body+.card-body{
	border-top:1px solid rgba(221, 228, 235, 0.15);
}
.dark-mode .item-card .cardtitle a {
    color: #6c9fff;
}
.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
    background-color: #222840;
    border:1px solid #3f4159;
}
.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
    background-color: #222840;
}
.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a {
    border-bottom:1px solid #3f4159;
}
.dark-mode .box-shadow-0 {
	box-shadow: none !important;
}