
/*custom css for frontend starts*/

.asterisk
{
  color: red !important;
}

#nameCheck, #existingEmailCheck, #emailCheck, #passcheck, #conpasscheck, #phoneCheck, #hospitalCheck, #startDateCheck, #endDateCheck, #image_check, #patientsCheck, #doctorCheck, #appointmentDateCheck, #appointmentTimeCheck, #capacityCheck, #startTimeCheck, #endTimeCheck, #addressCheck, #specializationCheck, #qualificationsCheck, #emergencyPhoneCheck, #bedCapacityCheck, #titleCheck, #descriptionCheck, #diseaseCheck, #ageCheck, #favicon_icon_check, #logo_check, #copyrightCheck, #developed_byCheck, #appTitleCheck, #radiusCheck, #type_check, #albumCheck, #video_check  {
    display: none;
}

.my-img-fluid {
    /*width: 320px !important;*/
    height: 230px !important;
    max-width: 320px !important;
    /*max-height: 230px !important;*/
}

.adv-img-fluid {
    /*width: 320px !important;
    height: 230px !important;*/
}

.error_div {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
  padding-left : 5px;
}

.pending-btn a {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    background: #ffd701;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
} 

.confirmed-btn a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #1cc88a;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
}

.declined-btn a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #ff4500;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
}
.content.camp-content .mb-3 {
  margin-bottom: 5px !important;
}
.department-block.text-center.adv-content {
  height: 300px;
}
.adv-content .img-fluid.adv-img-fluid {
  width: 100%;
  height: 100% !important;
}

@media screen and (max-width: 1339px) { 
  body .top-header-right {
     right: 0;
  }
  body header .qr-code {
    right: 0;
  }
}


.list-unstyled.footer-menu.lh-35 {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu li {
  width: 50%;
}


.my-sidebar-widget {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.my-datatable
{
    overflow: auto;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    white-space: nowrap;
}

li.align-items-center.active a {
    color: #e12454 !important;
}

.doctors-filter {
  scrollbar-color: #223a66 #CDCDCD;
  scrollbar-width: thin;
  -ms-overflow-style: none;  
  overflow-x: scroll;
  padding: 0 0 5px;
}
.doctors-filter .btn-group.btn-group-toggle {
  width: 3080px;
  justify-content: start;
}
.department-block.patient-text {
  width: 100%;
  text-align: center;
}



.top-icon {
    right: 70px !important;
    bottom: 10px !important;
    
}



a.backtop.whatsapp {
    opacity: 1;
    top: auto;
    max-width: 55px;
    background: transparent;
    bottom: 9px;
    right: 12px;
}
a.backtop.whatsapp img {
    max-width: 100%;
    border-radius: 30px;
}

.counter-stat span {
  font-size: 55px !important;
}

a.btn.btn-main-2.btn-round-full.btn-icon {
    color: #fff !important;
}

@media screen and (max-width: 767px) { 
 .department-block.mb-5 .img-fluid {
  max-width: 100% !important;
 } 
}

