@charset "UTF-8";

.switch-box {
	display: inline-block;
	z-index: 9999;
	margin-right: 5px;
	align-items: center;
}

.switch-box .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	border: 1.5px solid #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch-box .slider::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 1px;
	bottom: 4px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: 0 0px 15px #2020203d;
	box-shadow: 0 0px 15px #2020203d;
	background: url("../images/dark.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.switch-box .slider.round {
	border-radius: 5px;
}

.switch-box .slider.round::before {
	border-radius: 50%;
}

.switch-box .switch {
	position: relative;
	display: inline-block;
	width: 24px !important;
	height: 24px !important;
	margin-bottom: 0;
}

.switch-box .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch-box input:checked+.slider {
	background-color: transparent;
	/*   border: 1.5px solid #0046c0; */
}

.switch-box input:focus+.slider {
	-webkit-box-shadow: 0 0 1px #0046c0;
	box-shadow: 0 0 1px #0046c0;
}

.switch-box input:checked+.slider:before {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	background: url("../images/light.svg");
	background-repeat: no-repeat;
	background-position: center;
}


.theme-dark .theme-1 .cmt-header-style-02 .site-header-menu {
    background-color: #2e3343 !important;
}
.theme-dark .theme-1 .site-branding.site-logo .home-link {
    background: #dddddd;
    border-radius: 4px;
    padding: 4px 2px;
}
.theme-dark .theme-1 .site-branding.site-logo .home-link.custom-home-link {
    margin-top: 4px;
    padding-left: 10px;
}
.theme-dark .site-branding.custom-site-branding.agrid-logo {
    margin-left: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
}
.theme-dark .theme-1 .cmt-header-style-02 .site-navigation ul.menu > li > a {
    color: #fff;
}
.theme-dark .site-main, .theme-dark .main-content {
    background-color: #3c4358;
}
.theme-dark .section-title h2.title {
    color: #fff;
}
.theme-dark .menubar-inner, .theme-dark .menubar-inner:after, .theme-dark .menubar-inner:before {
    background-color: #fff;
}

.theme-dark .page-title {
    padding-top: 20px;
    margin-top: 0;
}
.theme-dark .title-text {
    color: #fff;
}
.theme-dark .page-title .breadcrumb,  .theme-dark .page-title .breadcrumb a{
    color: #fff;
}
.theme-dark .page-title .breadcrumb a:hover {
	color: var(--base-skin);
}
.theme-dark .card-box.custom-outer-card {
   background: #2f3546;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
}
.theme-dark .form-group label {
    color: #fff;
}
.theme-dark .select2-container .select2-selection--single .select2-selection__rendered, 
.theme-dark .select2-container .select2-selection select2-selection--multiple, 
.theme-dark .select2-dropdown, .theme-dark .select2-container--default .select2-search--dropdown .select2-search__field, 
.theme-dark .select2-container--default .select2-selection--multiple {
    background: #282c38 !important;
    border: 1px solid #545967 !important;
    color: #fff !important;
}
.theme-dark .custom-datatable .dataTables_length, .theme-dark .custom-datatable .dataTables_filter {
    background: #282c38;
}
.theme-dark .custom-datatable .dataTables_wrapper .dataTables_length label,
.theme-dark .custom-datatable .dataTables_wrapper .dataTables_filter label {
    color: #ffffff;
}
.theme-dark .custom-datatable .dataTables_wrapper .dataTables_filter input,
.theme-dark .custom-datatable .dataTables_length select {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgb(145, 145, 145);
}
.theme-dark .custom-datatable td {
    background: #282c38;
    color: #fff !important;
}
.theme-dark .table tr td, .theme-dark .table tr th {
    border: 1px solid #838383;
}
.theme-dark .custom-datatable table.dataTable.no-footer {
    border-bottom: 1px solid #838383 !important;
}
.theme-dark .dataTables_wrapper .dataTables_info {
    color: #fff !important;
}
.theme-dark .sitemap-page h3, .theme-dark .sitemap-page a{
	color: #fff;
}
 .theme-dark .sitemap-page a:hover{
	color: var(--base-skin);
}
.theme-dark .loginborder {
    background: #3c4358;
}
.theme-dark .signin-rpanel .form-check-label h5 {
     color: #fff;
}
/* .theme-dark .signin-rpanel .signin-tbs .form-check-label h5 { */
/*     color: #2c2c2c; */
/* } */
/* .theme-dark .signin-frm-wrp .form-group label { */
/*     color: #2c2c2c; */
/* } */
.theme-dark .right-panel-active .signin-rpanel {
    background: linear-gradient(139deg, rgb(49 49 49 / 83%) 11.2%, rgb(0 28 50 / 77%) 160.2%);
}
.theme-dark input[type="text"], .theme-dark input[type="file"], .theme-dark input[type="time"], .theme-dark .form-control {
    background: #282c38;
    border: 1px solid #545967;
    color: #fff;
}
.theme-dark .theme-1 .forgot-password-wrapper .link-hover {
    background-image: linear-gradient(to right, #459cff, #c0ddff 50%, #fff 50%);
}
.theme-dark .custom-cenlbl {
    color: #fff;
}
.theme-dark .cst-abha-modal .cst-content-box {
    background: #3c4358;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.theme-dark .cst-abha-modal .cst-content-box .inst_block h6, 
.theme-dark .cst-abha-modal .cst-content-box .inst_list li p{
    color: #fff;
}

.theme-dark .custom-step-content,
.theme-dark .cst-content-box.cst-content-boxv2,
.theme-dark .cmt-tabs.cmt-tab-style-02 ul.tabs li,
.theme-dark .c-rtab-content,
.theme-dark .custom-createabha-fblock,
.theme-dark .c-rtab-link.active, .theme-dark .c-rtab-link:hover,
.theme-dark .custom-filter-tab,
.theme-dark .loadmore-btn{
	 background: #2f3546 !important;
}

.theme-dark .accordion-item,
.theme-dark .modal-content,
.theme-dark .fltr-cards-wrp .fltr-card{
	background-color: #2f3546 !important;
}
   
.theme-dark .notes {
	    background: rgba(247, 200, 0, 0.2);
}

.theme-dark .notes h5,
.theme-dark .custom-collapse-btn.btn,
.theme-dark .abha-consent .inst_title,
.theme-dark .cmt-tabs.cmt-tab-style-03 ul.tabs li a,
.theme-dark label, .theme-dark .custom-lbl,
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark .notes ul li,
.theme-dark body,
.theme-dark .c-rtab-link,
.theme-dark .btn,
.theme-dark .custom-filter-tab .fltr-btn{
	color:#fff;
}

.theme-dark .custom-icon-group .eyes_button,
.theme-dark .reg-page .abha-consent,
.theme-dark .custom-vtab .cvtab-left,
.theme-dark body,
.theme-dark .abha-add.cst-abha-modal .modal-body,
.theme-dark .c-rtab-link{
	background: #3c4358 !important;
}

.theme-dark .cst-content-box.cst-content-boxv2,
.theme-dark .c-rtab-content,
.theme-dark .accordion-item,
.theme-dark .c-rtab-link,
.theme-dark .custom-tab-links{
	border: 1px solid #545967;
}

.theme-dark .fltr-cards-wrp .fltr-card {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 4px 30px 35px #2f3546;
}







