.dash-widget-icon {
    align-items: center;
    display: inline-flex;
    font-size: 1.875rem;
    height: 50px;
    justify-content: center;
    line-height: 48px;
    text-align: center;
    width: 50px;
    border: 3px solid;
    border-radius: 50px;
    padding: 28px;
}


.dash-widget-header {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.dash-count {
    font-size: 18px;
    margin-left: auto;
}

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.check:checked + .checktoggle {
    background-color: #55ce63;
}

.check:checked + .checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}
.checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}
.checktoggle {
    background-color: #e0001a;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}




.select2-container .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single{
  border: 1px solid #ced4da !important;
  height: calc(2.25rem + 4px) !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
background-color: #3a7af3 !important;
    border: 1px solid #3a7af3 !important;
        color: #eee !important; 
}

.select2-container .select2-selection--multiple li  span{color: #fff !important;}


.form-box {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.add-more {padding-right: 60px;}
.select2-container {width: 100%;}

.add-plus {
    position: absolute;
    right: 27px;
    top: 4px;
    /*bottom: 30px;*/
}

.add-plus-pb10 {
    position: absolute;
    right: 27px;
    bottom: 10px;
}

.add-plus .bg-info-light {
    background-color: rgb(197, 149, 75) !important;
    color: #fff!important;
}

.form-box .form-check {
    padding: 1.25rem 0 1.25rem 0;
} 

.form-box  label {
    padding: 3px 0;
    font-weight: 600;
} 

/*.form-box .col-md-12 .form-text {color: #000 !important; 
    font-size: 12px;
}
.form-box .col-md-6 .form-text {color: #000 !important; 
    font-size: 12px;
}
.form-box .col-md-3 .form-text {color: #000 !important; 
    font-size: 12px;
}*/
.select2-container .select2-selection--multiple {min-height: 46px !important; height: auto;} 

.set-option ul{padding: 0px; }
.set-option ul li {display: inline-block;}
.set-option ul li a {
    display: block;
    padding: 8px 15px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    margin-right: 2px;
    border-radius: 4px;
    background-color: #eee;
}

.set-option ul li a span {font-size: 14px; margin-left: 5px;}

.bg-add {
/*
    background-color: #3a7af4 !important;
*/
	background-color: #f05037 !important;
    color: #f8f9fa !important;
}



.form-check .form-check-label{
width: 100%;
} 
.form-check .form-check-label ul {padding: 0px;}
.form-check .form-check-label li {display: inline-block;
    padding-right: 10px;}

.form-check .form-check-label .form-control {    height: auto;}





.form-radio .form-check-label{
width: 100%;
} 
.form-radio ul {padding: 0px;}
.form-radio li {display: inline-block;
    padding-right: 10px;}

.form-radio .form-control {    height: auto;}


.doctor-img img {
    border-radius: 5px;
    min-height: 200px;
}

.clinic-details ul li a img {
    border-radius: 5px;
    width: 40px;
    max-height: 37px;
    min-height: 37px;
}


.pt-7 {
    padding-top: 7px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}

.btn-search-p{
    padding: 10px 30px;
} 

.btn-search{
    margin-right: 5px;
}


.selector h2{font-size: 15px; padding: 5px; margin-bottom: 0px;}

.selector-available input {border: 1px solid #ddd; min-height: 30px;}


.filter ul{
    width: 290px; border-right: 1px solid #ddd; padding: 10px 0; padding-right: 10px; margin-bottom: 0px;
}

.filter .filter-widget {margin-bottom: 0px;     height: 75vh;
    overflow: auto;}
.filter .filter-widget .custom_check {margin-bottom: 0px;}
#filter_modal .modal-body { padding: 0 1.25rem;}
.filter ul li{list-style: none; position: static;}
.filter ul li {padding: 8px 20px 8px;}
.filter ul li i{float: right; margin-top: 3px;color: #7b7c82;}
.filter ul li a{color: #7b7c82;}
.filter-option {position: absolute; top: 0; left: 305px; display: none;  right: 0; padding: 20px; height: 93vh; overflow: auto;} 
.filter ul li.hover {background-color: #ff543b;     border-radius: 4px;}
.filter ul li.hover i {color: #EE2365;} 
.filter ul li.hover a{color: #000;}
.filter ul li.hover .filter-option {display: block;} 

/*rgba(244, 50, 62, 0.30196078431372547)*/

.required:after {
    content:" *";
    color: red;
    font-weight: normal;
  }

.pswp img {
    object-fit: contain;
}
