
::-webkit-scrollbar {width: 0px; scrollbar-width: none;}
/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 0px grey; border-radius: 0px;} 
/* Handle */
::-webkit-scrollbar-thumb { background: none; border-radius: 0px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #000; } 
 
html{  scrollbar-width: none;  scrollbar-color: #333 ;}
html::-webkit-scrollbar {width: 0px; scrollbar-width: none;}
/* Track */
html::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey;   border-radius: 0px;} 
/* Handle */
html::-webkit-scrollbar-thumb { background:#C00;  border-radius: 0px;}
/* Handle on hover */
html::-webkit-scrollbar-thumb:hover { background: #000; }

a { outline: 0;  text-decoration: none;}
.application_fonts {  height: 100%; font-family: "Inter", sans-serif;}
.app_bg_sec{ 
  /*--phoneGraphicShadow: 0 20px 50px -20px rgba(50,50,93,0.25),0 30px 60px -30px rgba(0,0,0,0.3),inset 0 -2px 6px 0 rgba(10,37,64,0.35);*/
 --phoneGraphicShadow: 0 5px 10px 00px rgba(0,116,255,0.5),0 10px 15px -30px rgba(0,116,255,0.25),inset 0 -2px 6px 0 rgba(0,116,255,0.25);
  padding: 10px;
  border-radius: 15px;
  background: #f6f9fc;
  box-shadow: var(--phoneGraphicShadow);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
  width:100%;
  display:inline-block;
  position:relative;
   font-family: "Inter", sans-serif;
  }
.app_bg_shedule{ background:#f6f5f9; width:100%; min-height:641px; display:inline-block;  }
.app_bg_shedule{ /* scrollbar-width: thin;*/ scrollbar-color: #333 ;}
.app_bg_shedule::-webkit-scrollbar {width: 0px;  height: 0px;}
.app_bg_shedule::-webkit-scrollbar-track { background-clip: content-box;  border: 2px solid transparent;}
.app_bg_shedule::-webkit-scrollbar-thumb { background: none ; }
.app_bg_shedule::-webkit-scrollbar-thumb:hover { background: none ; }
.app_bg_shedule::-webkit-scrollbar-corner, .app_bg_shedule::-webkit-scrollbar-track { background: none ; } 
/* The below styles are for display purposes only */ 
[class^=app_bg_shedule] { height: 641px; overflow-y: scroll; overflow-x: hidden;}
[class^=app_bg_shedule]  { padding: 0rem;  overflow-x: hidden;}

.app_bg_patient{ background:#f6f5f9; width:100%; min-height:641px;display:inline-block;  }
.app_bg_patient{ /* scrollbar-width: thin;*/ scrollbar-color: #333 ;}
.app_bg_patient::-webkit-scrollbar {width: 0px;  height: 0px;}
.app_bg_patient::-webkit-scrollbar-track { background-clip: content-box;  border: 2px solid transparent;}
.app_bg_patient::-webkit-scrollbar-thumb { background: none ; }
.app_bg_patient::-webkit-scrollbar-thumb:hover { background: none ; }
.app_bg_patient::-webkit-scrollbar-corner, .app_bg_patient::-webkit-scrollbar-track { background: none ; } 
/* The below styles are for display purposes only */ 
[class^=app_bg_patient] { height: 641px; overflow-y: scroll; overflow-x: hidden;}
[class^=app_bg_patient]  { padding: 0rem;  overflow-x: hidden;}

 .app_bg_mobile_sec{ 
  /*--phoneGraphicShadow: 0 50px 100px -20px rgba(50,50,93,0.25),0 30px 60px -30px rgba(0,0,0,0.3),inset 0 -2px 6px 0 rgba(10,37,64,0.35);*/
   --phoneGraphicShadow: 0 5px 10px 00px rgba(0,116,255,0.5),0 10px 15px -30px rgba(0,116,255,0.25),inset 0 -2px 6px 0 rgba(0,116,255,0.25);
  padding: 10px;
  border-radius: 30px;
  background: #f6f9fc;
  box-shadow: var(--phoneGraphicShadow);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
  width:100%;
  display:inline-block;
  position:relative;
   font-family: "Inter", sans-serif;
  }   
.app_bg_mobile{ background:#f6f5f9; width:100%; min-height:641px; display:inline-block;   border-radius: 30px;  } 
.modalbg{ background:rgba(0, 0, 0, 0.5);position:absolute; width:100%; height:96%; z-index:0;}
.app_top{position:relative; width:100%; display:inline-block; background:#fff; padding:5px 0px 0px 0px; z-index:500;}
.menu_icon { float: left;  width: 49px;  padding: 7px 0px 0px 0px;}
.logo_m {  float: left;  padding: 2px 15px 2px 0px; position: relative; z-index: 50; width: 150px;}
.top_icons{  float:  right; padding: 5px 15px 2px 8px; position: relative; z-index: 50; width: 250px;}
.top_icons img {  position: relative; margin: -5px 0px 0px 0px; border-radius: 50%;
    width: 30px; height: 30px; border: 0px;}
.badge {
    display: inline-block;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #fcc558;
    position: absolute;
    color: #fff;
    margin: -12px -7px 0px 0px;
    top: 5px;
    right: 9px;
}
.badge1 { display: inline-block;
    padding: 0px;  font-size: 12px;
    font-weight: normal;  line-height: 18px; text-align: center;
    white-space: nowrap; vertical-align: baseline;
    border-radius: 50%; width: 18px; height: 18px;
    text-align: center;
    background: #ff9292; position: absolute;
    color: #fff; margin: -12px -7px 0px 0px;    top: 5px;  right: 9px;
}
.app_bg_sec .dropdown { position: relative;  height: 33px;  float: right;  padding: 5px 15px;}  
.section_box1 { background-color: #ffffff; width: 100%;display: inline-block; 
    border: 0px solid #f7f7f8;  margin: 0px 0px 8px 0px;padding: 0px;
    box-shadow: 0 1px 3px rgb(164 173 186 / 25%); 
    border-radius: 8px;    
    position: relative;
}
.section_box1_content { padding: 7px 6px 6px 6px; display: inline-block;  width: 100%; position: relative;}
.section_box1 h2 {color: #545454 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0px 10px 10px !important;
    text-align: left;
    font-weight: 700 !important;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 10px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
} 
.weeks_sec_td_cl { background-color: #fff;  border-left: 3px solid #fff !important;  text-align: left !important; padding-left: 10px !important;}
.weeks_sec_td_gry {background-color: #e4e4e4; border-left: 3px solid #e4e4e4 !important; text-align: left !important; padding-left: 0px !important;} 
.weeks_sec_td_cl0 {background-color: #aeedff; border-left: 3px solid #5ebcd7 !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl1 {background-color: #ffebd2; border-left: 3px solid #ebd7be !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl2 {background-color: #ffe0b2; border-left: 3px solid #e8ac52 !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl3 {background-color: #ffdfde; border-left: 3px solid #ebcbca !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl4 {background-color: #e7ffc8; border-left: 3px solid #d3ebb4 !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl5 {background-color: #f5d2fb; border-left: 4px solid #db84ea !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl6 {background-color: #fff59d; border-left: 3px solid #ffc107 !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl7 {background-color: #ccff90; border-left: 3px solid #64dd17 !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl8 {background-color: #c7d5eb; border-left: 3px solid #98b8ea !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl9 {background-color: #76bab2; border-left: 3px solid #007770 !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl10 {background-color: #bfc292;border-left: 3px solid #8b8e4b !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl11 {background-color: #9fe5c3;border-left: 3px solid #21d081 !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl12 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl13 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl14 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl15 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl16 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl17 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl18 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl19 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl20 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl21 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl22 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl23 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl24 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.weeks_sec_td_cl25 {background-color: #dbbfb6;border-left: 3px solid #ba735d !important; text-align: left !important; padding-left: 0px !important;}
.dairy_l { margin: 0px 0px 0px 0px; padding: 0px; width: 55px; float: left; text-align: center;}
.dairy_r { margin: 0px; padding: 0px; width: 90%; float: left; text-align: center;} 
.work_hol_top { margin: 0px; padding: 2px; width: 25%; float: left; text-align: center;  border: 0px solid #e4e4e4; } 
.work_hol_m { margin: 0px; padding: 0px 0px 0px 0px; width: 25%; float: left;}
.week_hol_m { margin: 0px; padding: 41px 0px 0px 0px; width: 14.285%; float: left;	background: #fff;}
.week_today { background: #f4fff5 !important;}
.dairy_th { width: 100%; background: #fff; border-radius: 8px; FONT-WEIGHT: 500; padding: 4px 5px 4px 0px; display: inline-block;}
.week_image { width: 36px; float: left;  margin: 0px 2px 0px 5px;}
.week_image img { border-radius: 50%; width: 33px; height: 33px;}
.ehr_left {width: 190px;float: left;margin: 0px; padding: 0px; position: relative;}
.ehr_right { width: 73%; float: left; margin: 0px 0px 0px 10px; padding: 0px;  position: relative;}
.docters_week_sec {
  font-size: 14px !important;
  font-weight: 600;
  color: #545454;
  text-align: left;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0px 0px 5px 0px;
  float: left;
  width: 50%;
}

.docters_today {
  font-size: 14px !important;
  font-weight: 600;
  color: #545454;
  text-align: right;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0px 0px 5px 0px;
  float: right;
    margin: 10px 0px 0px 0px;
    position: fixed;
    right: 15px;
} 
.docters_dairy_sec {
  margin: 0px;
  background: #f9f9f9;
  box-shadow: 0px 0px 0px #ccc;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 8px;
}
.docters_dairy_sec1 {
  margin: 0px;
  background: #fff;
  box-shadow: 0px 0px 0px #ccc;
  display: inline-block;
  width: 100%;
  padding: 5px 2px 5px 2px;
  border-radius: 8px;
}
.docters_cal_l { width: 10%; float: left;}
.docters_cal_r {width: 10%; float: left;}
.docters_cal_m { width: 80%; float: left;}
.docters_day {  text-align: center;
  font-size: 11px;
  color: #fff;
  line-height: 18px;  padding: 7px 15px 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  /*background: #edfff3;
    border: 1px solid #95f5b2;*/
  border-radius: 8px;
}
.docters_day a {  color: #0074ff;}
.docters_date_sec {
  margin: 0px 5px 0px 5px;
  padding: 6px 0px 6px 0px;
  width: 200px;
  float: left;
  text-align: center;
  border-bottom: 2px solid #fff;
  background: #fff;
  border-radius: 0px;
}
.docters_date_sec a { color: #383838;}
.active_day { border-bottom: 2px solid #0074ff !important; } 
.docters_weks {  text-align: center;
  font-size: 11px;  text-transform: uppercase;
  line-height: 15px;  font-weight: bold;
}
.docters_week_day {  text-align: center;
  font-size: 12px;  line-height:20px;
  font-weight: 600;  color: #0074ff;
  text-transform: none;
  } 
.docters_all {  margin: 0px 0px 0px 0px;  padding: 12px 0px 0px 0px;
  width: 0%;  float: left;
  text-align: center;  font-size: 14px;  font-weight: 600;
}
.docters_all a {  color: #0074ff;  text-align: center; font-size: 14px;  font-weight: 600;}
.docters_r {  margin: 0px;  padding: 0px 0px 0px 40px;  width: 99%;  float: left;  text-align: center;}
.docters_sec {  margin: 0px 0px 0px 5px;    padding: 5px 0px 5px 0px;
    width: 24%;    float: left;
    text-align: center;    background: #fff;
    border-radius: 8px;    border: 1px solid #fff;
    /*border-bottom: 1px solid #fff;
    border-right: 0px solid #e4e4e4;*/
}
.docters_sec:hover { background: #fff; border: 1px solid #56a3ff  ;  }
.docters_active {   margin: 0px 0px 0px 5px;    padding: 5px 0px 5px 0px;
    width: 24%;    float: left;
    text-align: center;    background:#fff !important;
    border-radius: 8px;	border: 1px solid #56a3ff  ;
 	/*border-bottom: 1px solid #fff; 
    border-right: 0px solid #e4e4e4;*/
}
.docters_th { width: 224px !important;}
.docters_image { width: 40px;  float: left;  margin: 0px 10px 0px 10px;}
.docters_image img { border-radius: 50%; width: 35px;  height: 35px;}
.docters_name { padding: 7px 0px 7px 0px !important;  text-align: left;  font-size: 14px;}
.docters_list_l {
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding: 22px 15px 0px 0px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  float: left;
  margin: -65px 0px 0px 1.5%;
}
.docters_list_l a {  color: #545454;}
.docters_list_l .fa-angle-left {  font-size: 40px !important;}
.docters_list_r {  text-align: center;  font-size: 12px;  color: #fff;
  line-height: 18px;  padding: 22px 15px 0px 15px;  text-transform: uppercase;
  font-weight: bold;  position: relative;  float: right;
  margin: -65px 0px 0px 0px;  z-index: 60;
}
.docters_list_r a {  color: #545454;}
.docters_list_r .fa-angle-right {  font-size: 40px !important;}
.patient_names { padding:0px 0px 6px 0px;
  font-weight: 600;  color: #19bf0c;  font-size: 13px;
}
.patient_details_td {  font-size: 11px;}
.bookings_r { margin: 0px; padding: 0px 50px;    width: 99%;    float: left;    text-align: center;}
.bookings_list_l {
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding: 22px 15px 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  float: left;
  margin: -65px 0px 0px 1%;
}
.bookings_list_l a { color: #545454;}
.bookings_list_l .fa-angle-left { font-size: 40px !important;}
.bookings_list_r {  text-align: center;  font-size: 12px;
  color: #fff;  line-height: 18px;
  padding: 22px 15px 0px 15px;  text-transform: uppercase;
  font-weight: bold;  position: relative;
  float: right;  margin: -65px 0px 0px 0px;
}
.bookings_list_r a { color: #545454;}
.bookings_list_r .fa-angle-right {font-size: 40px !important;}
.holiday_list { margin: 0px;   padding: 0px 0px 0px 0px;
    width: 100%; text-align: right; height: 30px;
    line-height: 22px; border: 1px solid #e4e4e4;
    border-top: 0px; font-size: 10px; color: #b2b4b2;
    border-bottom: 1px dotted #e4e4e4;
    border-right: 0px solid #e4e4e4;
	/*overflow: hidden;
    text-overflow: clip;
    white-space: nowrap; */
}
.holiday_list a { margin: 0px; padding: 0px 0px 0px 0px;
    width: 100%; height: 30px;  font-size: 10px;
    color: #000 !important;
    display: block;text-align: left; text-transform: none; 
	/*overflow: hidden;
    text-overflow: clip;
    white-space: nowrap; */
}
.weekly_list { margin: 0px; padding: 0px 0px 0px 0px;
    width: 100%; text-align: right;
    height: 30px;  border: 1px solid #e4e4e4;
    border-top: 0px; font-size: 10px;
    color: #b2b4b2; border-bottom: 1px dotted #e4e4e4;
    border-right: 0px solid #e4e4e4;
}
.weekly_list a { margin: 0px; padding: 0px 0px 0px 0px; width: 100%;
    height: 30px;   color: #000 !important;
    display: block;  text-align: left;
    text-transform: none;  
}
.weeks_days { width: 10.4%; text-align: center !important;
    background: #f5f5f5;  border-right: 0px solid #ccc;
    border-radius: 0px; font-weight: 600;
    font-size: 12px; color: #2d2d2d;
    padding: 12px 0px 11px 0px;
    position: fixed; /* top: 0; */
    z-index: 50; margin: -41px 0px 0px 0px;
}
.weeks_days1 { width: 10.5%; text-align: center !important;
    background: #fff; border-right: 1px solid #ccc;
    border-radius: 10px;font-weight: 600;
    font-size: 12px; color: #2d2d2d;
	}
.weekly_days { width: 10.5%; text-align:  left !important; background: #fff;  border: 0px !important}
.weekly_days_time{ font-size:12px; text-align: center !important; background: #fff; padding: 12px 0px 11px 0px;}
.week_dr_names{  margin: 0px; padding: 5px 5px 0px 5px; color: #000;
    border-radius: 5px; font-size: 11px;  text-transform: none;
	line-height:20px;font-weight:600;	
}
.week_dr_time{margin: 0px;  padding: 3px 5px 0px 5px;
    color: #545454;  border-radius: 5px;   font-size: 10px;  
    text-transform: none; line-height:12px;	
	font-weight:600;
}
.week_percent35{ width:35%; float:left;overflow: hidden; text-overflow: clip; white-space: nowrap;}
.week_percent50{ width:50%; float:left;overflow: hidden; text-overflow: clip; white-space: nowrap;}
.week_percent65{ width:65%; float:left;overflow: hidden; text-overflow: clip; white-space: nowrap;}
.week_percent100{ width:100%; overflow: hidden; text-overflow: clip; white-space: nowrap; }
.week_height30{height: 30px;}
.week_height60{height: 60px;}
.week_height90{ height: 90px;}
.week_height120{height: 120px;	}
.active_day { color: #27d61a !important; border-bottom: 2px solid #27d61a !important;}
.active_day a { color: #27d61a !important; border-bottom: 2px solid #27d61a !important;}
.dairy_dates_m {margin: 0px; padding: 0px 0px 0px 0px; width: 14.28571429%; float: left;}
.dairy_dates_m a { position:relative;}
.dates_active {background: #f3ecf8;}
.dairy_dates { margin: 0px; padding: 0px 20px 0px 15px;
    width: 100%;  text-align: right;
    height: 30px; line-height: 30px;
    border: 1px solid #e4e4e4; border-top: 0px;
    font-size: 10px; color: #b2b4b2;
    border-bottom: 1px dotted #e4e4e4;
    border-right: 0px solid #d0d2d0;
}
.dairy_dates_gry { background: #ffe9f1 !important;}
.dates_br4 { border-top: 1px solid #cfcfcf !important;}
.booking_br {border-top: 1px solid #cfcfcf !important;}
.dairy_dates:hover { margin: 0px; background: #eedafd; border-radius: 5px;}
.dairy_time { margin: 0px; padding: 0px; text-align: center;
    height: 30px; line-height:30px; border-top: 0px;
    border-bottom: 1px dotted #e4e4e4;
}
.dairy_time_m { font-size: 10px; color: #000; border-top: 1px dotted #c3c3c3;}
.dairy_time_s { font-size: 10px; color: #999;}
.dairy_headl { font-size: 25px; font-weight: normal; text-align: center; color: #000;}
.dairy_date_sec { margin: 0px 0px 0px 0px; background: #f0f0f0; box-shadow: 0px 0px 0px #ccc;
    display: inline-block;  padding: 3px 0px 3px 0px; position:  ;  z-index: 500;
	 width:100%; float:left; height: 50px;
}
 .wrapper.toggled .dairy_date_sec  { width:100%; float:left;}
.dairy_sec { margin: 5px 0px 0px 0px;  background: #fff;
    display: inline-block; width: 100%;
    padding: 4px 0px 0px 0px;
}
.dairy_sec1 { margin: 116px 0px 0px 0px; background: #fff; display: inline-block; width: 100%;}
.weekly_sec {    margin: 45px 0px 0px 0px; background: #fff;
    display: inline-block; width: 100%;
    padding: 0px 0px 0px 0px;
	height: calc(100vh - 120px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.dates_m {text-align: center; font-size: 11px; text-transform: uppercase; line-height: 15px; font-weight: bold;} 
.dates_m_day { text-align: center; font-size: 22px; line-height: 28px;}
.dates_m1 { text-align: center; font-size: 11px; text-transform: uppercase; line-height: 15px; font-weight: bold; color: #27d61a;} 
.dates_m_day1 {text-align: center; font-size: 22px; line-height: 28px; color: #27d61a;}
.list_names_l { text-align: center;  color: #fff;
    line-height: 18px; padding: 15px 15px 0px 15px;
    text-transform: uppercase;   font-weight: bold;
    position: relative;    float: left;
    margin: -59px 0px 0px 1.5%;
}
.list_names_l a { color: #545454;}
.list_names_l .fa-angle-left { font-size: 36px !important; }
.list_names_r { text-align: center;  font-size: 12px;  color: #fff;
    line-height: 18px;  padding: 15px 0px 0px 15px; text-transform: uppercase;
    font-weight: bold; position: relative;
    float: right; margin: -59px 0px 0px 0px;
}
.list_names_r a { color: #545454; }
.list_names_r .fa-angle-right {font-size: 36px !important;}	
.weeksday_arrow_l{text-align: center; color: #fff; line-height: 18px;
    padding: 15px 15px 0px 15px; text-transform: uppercase;
    font-weight: bold;  position:  fixed;
    float: left; margin: -12px 0px 0px -34px; z-index: 50;
}
.weeksday_arrow_l a { color: #545454; }
.weeksday_arrow_l .fa-angle-left {font-size: 32px !important;}
.weeksday_arrow_r {text-align: center; font-size: 12px;
    color: #fff; line-height: 18px; padding: 15px 0px 0px 15px;
    text-transform: uppercase;
    font-weight: bold; position: fixed;
    float: right; margin: -12px 0px 0px 0px;
    right: 20px;z-index: 70;
}
.weeksday_arrow_r a { color: #545454; }
.weeksday_arrow_r .fa-angle-right { font-size: 32px !important; }		
.pre_day { text-align: center; font-size: 10px; color: #fff; line-height: 18px;
    float: right; padding: 0px 15px 0px 15px; text-transform: uppercase;
}
.pre_day a { color: #000; }
.next_day { text-align: center;  font-size: 12px;
    color: #fff; line-height: 18px; padding: 10px 4px 0px 4px;
    text-transform: uppercase; font-weight: bold;
}
.next_day a { color: #0f71f7; }	
.dates_close { position: absolute; right: 3px; margin: 0px 3px 3px 3px;}
.diary_m_l{ width: 230px; flex: 0 0 auto; display:block }
.diary_m_r { width: 73%; flex: 0 0 auto; margin-left: 0px;	padding-left:0px;}
.front_diary_m_l{ width:285px; flex: 0 0 auto; display:block  }
.front_diary_m_r { width: 84.5%; flex: 0 0 auto; padding: 0px;}
.wrapper.toggled .front_diary_m_r { width: 86%; flex: 0 0 auto; padding: 0px;} 
.front_diaryl_con{ width:100%; position: relative; z-index:500;}
.diary_l_con{ width:100%; position: relative; z-index:500;}
.diary_catge { margin: 2px 0px 0px 0px; padding: 0px; width: 100%; }
.diary_catge ul { margin:0px; padding:0px;}
.diary_catge li{ margin:0px 3px; padding:0px;float: right; } 
.diary_catge li a{ margin:0px; padding:5px 8px; 
	color:#000; border-radius: 5px;	font-size:12px;
	background:#f6f5f9;	border:1px solid #f6f5f9;text-transform: none;
}
.diary_catge li a:hover{ margin:0px; color: #56d461;border-radius: 5px;	background:#fff;border:1px solid #56d461; }
.diary_catge .actives{ margin:0px; 	color: #56d461;
	border-radius: 5px;	background:#fff;
	border:1px solid #56d461; 	font-weight:600;
	text-decoration:none; 
}
.diary_events { margin: 2px 0px 0px 0px; padding: 0px; width: 100%; }
.diary_events ul { margin:0px; padding:0px;}
.diary_events li{ margin:0px 3px; padding:0px;float: left; } 
.diary_events li a{ margin:0px; padding:5px 8px; color:#000;
	 border-radius: 5px;	font-size:12px; 
	background:#f6f5f9;	border:1px solid #f6f5f9;
	text-transform: none; 
}
.diary_events li a:hover{ margin:0px; 	color: #56d461;	border-radius: 5px;	background:#fff;	border:1px solid #56d461; }
.diary_events .actives{ margin:0px; 	color: #56d461;
	border-radius: 5px;	background:#fff;border:1px solid #56d461; 
	font-weight:600;
	} 
.diary_top_dates {float: left;
    width: 160px;  margin: 0px;
   font-size: 14px;  font-weight: 300;
    line-height: 1.5;  color: #212529;
    text-transform: uppercase; text-align: center;
	overflow: hidden; text-overflow: clip;
    white-space: nowrap;padding: 3px 0px 0px 0px;
}
.diary_top_dates .form-control {  display: block;
    width: 100%;  padding: 0.375rem 0.75rem;
    font-size: 14px;  font-weight: 300;
    line-height: 1.5; color: #212529; background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #d4d9e2  !important;
    -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 31px; text-align:center;
}
.diary_top_dates .pickmeup { display:none !important;}
.diary_top_dates .pmu-view-days { display:none !important;}
.diary_top_arrow { float: left; width: 20px;  height: 30px;
    border: 0px solid #d4d9e2 !important;border-radius: 5px;
	 text-align:center;	 line-height: 18px; margin: 0px 0px;padding:5px 0px 0px 0px;
}
.diary_appointments_con{ width:100%;margin: 0px;   padding: 00px; 	}
.diary_appointments_con a{ width:100%;
	margin: 0px;  padding: 0px 0px 0px 0px;
    font-size: 12px;text-align:left;
	background:#fff;border-bottom: 1px dotted #e4e4e4;
	display:inline-block; margin-bottom: 0px;
	}
.diary_appointments_con a:hover{  background:#f6f5f9;border-bottom: 1px dotted #e4e4e4;display:inline-block;}	
.appointments_time{ width:52px; float:left; 
	margin: 0px;  padding: 5px 0px 5px 0px;
    font-size: 9px;text-align: center; 	color:#000;
	font-weight:500;border-radius: 5px; 
	}	
.appointments_time_clr{ background:#ffdfde; }		
.appointments_time_clr1{ background:#e7ffc8; }	
.appointments_time_clr2{  background:#f5d2fb; }	
.appointments_time_clr3{  background:#ffe0b2; }		
.appointments_conts{ width:110px; float:left; 	margin: 0px 0px 0px 10px;
    padding: 0px 0px 3px 0px;   font-size: 11px;
	text-align:left;color:#000; 
	}
.appointments_conts span{ width:100%; display:inline-block;
	padding: 0px 0px 0px 0px; font-weight: 600;
    color: #19bf0c; font-size: 11px;
	}			
.appointments_flag{ width:20px; float:right;
	margin: 0px; padding: 5px 0px 5px 0px;
    font-size: 12px;text-align:left;	 
	}	
.diary_m_sec { position: relative;  width: 100%;  margin: 0px;
  padding: 0px; background: #f6f5f9; z-index: 600;
} 
.diary_add_time{font-size: 12px; font-weight: 500 !important;
    line-height: 21px;  text-align:  center; 
    color: #090; padding: 0px 0px 0px 0px;
	text-transform: uppercase;	
}
.diary_add_time1{font-size: 14px;  font-weight: 500 !important;
    line-height: 21px;  text-align: left; 
    color: #494c50; padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.diary_add_time2{font-size: 12px;
    font-weight: 500 !important;
    line-height: 21px;
    text-align:  right; 
    color: #494c50;
    padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.diarypatient_add {font-weight: 600;
    font-size: 0.6em;
    letter-spacing: 0.6px;
    display: inline-block; 
    list-style: none;
    cursor: pointer;
    text-align: center;
    color: #545454;
    border: 0px !important;
    width: 100%;
    text-transform: uppercase;
	text-decoration:none;
}
.diary_pop_br {border-bottom: 1px solid #f0f0f0 !important;}
.diary_pop_br label {
    display: inline-block;
    font-weight: 600 !important;
    size: 100%;
    margin-bottom: 3px;
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    color: #ba104f;
    /* color: #073578; */
    width: 100%;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.diary_pop_br input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: -31px;
    line-height: 27px;
    font-weight: 500;
    font-size: 12px;
    padding-left: 8px;
    width: 100%;
	text-transform:none !important;
}	
.week_name { text-align: left;
    font-size: 11px; padding: 7px 0px 0px 0px;
    overflow: hidden; text-overflow: clip;
    white-space: nowrap;
}
.form-control { display: block;
    width: 100%; padding: 0.375rem 0.75rem;
    font-size: 12px; font-weight: 300;
    line-height: 1.5;  color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 30px;
}
.form-select { display: block;
    width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size:14px;  font-weight: 300; line-height: 1.2;
    color: #212529; 
    height: 30px;
}
.modal-content {  position: relative;
    display: flex;  flex-direction: column;
    width: 100%;color: var(--bs-modal-color);
    pointer-events: auto;
    background-color:#fff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius:10px;
    outline: 0;
}
.modal-dialog { margin: 60px auto !important; width: 90%;}
.modal_contents { width: 100%; padding:25px 35px 25px 35px; display: inline-block;}
.modal_contents1 { width: 100%; padding:0px 00px 0px 0px !important; display: inline-block;}
.new_modals .nav-tabs {border-width: 0px !important;
    position: relative !important;
    z-index: 1000;
    background: #f5f5f5;    width: 100%;
    padding: 5px 7px 5px 7px;
	position:relative;
	z-index:1000;	 
} 
.new_modals .nav-link { font-weight: 500;
   font-size: 0.85em !important;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 8px 6px;
    margin: 0px 0px 0px 0px  !important;
    list-style: none;
    cursor: pointer;
    text-align: center;
    color: #b0b0b0;
    border: 0px !important;
    width: 100%;
    text-transform: uppercase;
}
.new_modals .nav > li {    position: relative;
    display: block;    font-size: 12px;  !important;
    text-transform: uppercase; 	margin: 0px 0px 0px 0px  !important;
}
.new_modals .nav-tabs .active {  background: #fff !important; color: #0074ff !important; border-radius: 5px !important; opacity: 1;}
.search_btn1 {
    margin: 0px 0px 0px 5px!important;
    padding: 4px 25px !important;
    color: #000 !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    background: #f6f5f9 !important;
    border: 0px solid #ccc !important;
    text-transform: uppercase;
    float: right;
	height:30px !important;
}
.add_btns3 { position: absolute;  float: right;  margin: -33px 30px 0px 0px;  z-index: 1500;  right: 0px;}
.m-t-10 { margin-top: 10px !important;}
.save_bt_modal { float: right; margin: 35px 0px 0px 0px;}
.search_btn1 {  margin: 0px 0px 0px 5px!important;  padding: 4px 25px !important;
    color: #000 !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    background: #f6f5f9 !important;
    border: 0px solid #ccc !important;
    text-transform: uppercase;
    float: right;width: auto; height: 30px !important;
	letter-spacing: 0.08em;
    line-height: 16px;
	font-weight:500;
}
.search_btn2 {  margin: 0px 0px 0px 5px!important;  padding: 4px 25px !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    background: #56d461 !important;
    border: 0px solid #ccc !important;
    text-transform: uppercase;
    float: right;width: auto;height: 30px !important;
	letter-spacing: 0.08em;
    line-height: 16px;
	font-weight:500;
}
.container1 { padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;  width: 953px; margin-top: 0px;}
.dashboard_top { margin: 5px 0px 6px 0px; padding: 30px 15px 30px 15px;
    width: 100%;    background: #fff;
    display: inline-block;   box-shadow: 0px 0px 0px #e1e1e1;
    border-radius: 8px;   z-index: 500;
}
.dashboard_top_mob {  margin: 5px 0px 6px 0px;  padding: 15px 15px 15px 15px;
    width: 100%;  background: #fff;  display: inline-block;
    box-shadow: 0px 0px 0px #e1e1e1;
    border-radius: 8px;  z-index: 500;
}
.dashboard_brs { float:left; width:50px; height:50px; background:#fff;
  border-radius:50%;
  font-size: 25px !important;
  font-weight: 600;
  text-align: center;
  padding: 0px 0px 0px 0px; margin:0px 10px 0px 0px;
  text-transform: uppercase;
  line-height:45px;
  box-shadow: 0px 0px 0px #e2e2e2;
 }
.dashboard_br1{ color: #75c43b; border: 2px solid #75c43b;}
.dashboard_br2{ color: #fc03a7; border: 2px solid #fc03a7;}
.dashboard_br3{ color: #ff8502; border: 2px solid #ff8502;}
.dashboard_br4{ color: #39b3e4; border: 2px solid #39b3e4;}
.dashboard_con { float: left; width: 65%; border-radius: 50%;
    font-size: 14px !important; color: #646464; font-weight: 600;
    text-align: left; padding: 1px 0px 0px 15px;  margin-top: 0;
    text-transform: uppercase; line-height: 24px; 
} 
.patient_link{ margin:0px; padding:0px; width:100%; display:inline-block;}
.patient_link ul{ margin:0px; padding:0px;}
.patient_link li{ float: left;  margin: 0px 6px 0px 0px !important;  width:87px;
    background: #fff; border-radius: 8px; text-align:center;    
    letter-spacing: 0.6px;
}
.patient_link li a{ text-decoration:none;}
.patient_active { font-weight: 600;
    font-size: 9px;  letter-spacing: 0.6px;
    display: inline-block;
    padding: 8px 0px;  margin: 0px 0px 5px 0px;
    list-style: none; cursor: pointer;  text-align: center;
    color: #0074ff ; border: 0px !important;
    width: 100%;text-transform: uppercase;
    opacity:1;
}
.patient_link_se { font-weight: 600;
    font-size:9px;  letter-spacing: 0.3px;
    display: inline-block;
    padding: 8px 0px;  margin: 0px 0px 5px 0px;
    list-style: none; cursor: pointer; text-align: center;
    color: #545454;  border: 0px !important;
    width: 100%; text-transform: uppercase;
    opacity:.9;
}
.patient_link .icons { display: block; margin: 0px 0px 5px 0px;}
.app_bg_patient label {
    display: inline-block;
    font-weight: 400 !important;
    margin-bottom: 3px;
    font-size: 0.6em;
    padding: 5px 0px 0px 0px;
    color: #2d2d2d;
    width: 100%;
    text-transform: uppercase;
}
.app_bg_patient .pickmeup {
    background: #fff;
    border-radius: 4px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    touch-action: manipulation;
    width: 100%;
    box-shadow: 0 0px 0px rgb(164 173 186 / 25%);
    padding-bottom: 0px;
    margin-bottom: 6px;
    z-index: 1500;
}
.time_m { float: left; margin: 1px 0px 8px 0px; padding: 0px 3px 0px 3px; width: 20%;}
.time_m a { background-color: #fff  ;    border: 1px solid #ccf1ff !important;
    color: #545454; margin: 0px 5px 10px 0px; padding: 5px 0px 5px 0px;
    font-size: 12px; border-radius: 4px;
    text-align: center; display: inline-block;
    width: 100%; font-weight: 500;
    text-transform: uppercase; text-decoration:none;
}
.time_m a:hover { color:#000; background-color: #ccf1ff; border:1px solid #ccf1ff;}    
.time_m .active {color:#000 !important;  background-color: #ccf1ff; border:1px solid #ccf1ff;}
input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: -17px;
    line-height: 23px;
    font-weight: 500 !important;
    font-size: 14px;
    padding-left: 8px;
    width: 100%;
    text-transform: none;
    color: #2d2d2;
} 
input[type=checkbox]:not(old) + label > span/*,
input[type=radio   ]:not(old) + label > span*/{
  display          : inline-block;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em -6px;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : #fff;
  
  vertical-align   : bottom;
} 
.save { float: right;  margin: 0px 0px 15px 0px;} 
.save .btn-success { color: #000; margin-top: 0px;
    border-radius: 44px;  background-color: #f9f9f9 !important;
    border: 1px solid #0074ff !important;
    font-size: 12px !important;
    font-weight: 600; 
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 20px  !important;height: 30px !important;
    line-height: 21px;
}
.save .btn-success:hover { color: #000; }
.conten_profile { margin: 0px 0px 0px 0px; padding: 10px 15px 8px 15px;
    width: 100%;  background: #fff; display: inline-block;
    box-shadow: 0px 0px 0px #e1e1e1; border-radius: 8px;
    z-index: 500;
}
.profile_imgs { float: left;  width: 60px;}
.profile_dt1_women img { border: 2px solid #ff3991 !important;
    box-shadow: 0px 0px 0px #ff3991 ; width: 50px;
    height: 50px;  border-radius: 50%;
}
.profile_imgs_mob { float: left; width:35px; margin:0px 10px 0px 0px;}
.profile_dt1_women_mob img { border: 2px solid #ff3991;
    box-shadow: 0px 0px 0px #ff3991; width: 35px;
    height: 35px; border-radius: 50%;
}
.profile_sec { width: 66%; float: left;}
.profile_name_women { padding-bottom: 0px;
    text-align: left;    font-size: 12px;
    color: #ff3991;    text-decoration: none;
    margin: 4px 0px 8px 0px;    font-weight: 600;
    text-transform: uppercase;   line-height: 14px;
}
.profile_contact { color: #545454;  font-size: 11px; font-weight: 600; filter: blur(1.8px);}
.profile_address {    float: none; padding-bottom: 0px;
    text-align: left;  font-size: 11px;
    color: #37425c;  text-decoration: none;  margin: 0px 0px 0px 7px;
    padding: 5px 0px 0px 0px;  width: 100%;  font-weight: 600;
    text-transform: none;  overflow: hidden;
    text-overflow: clip;  white-space: nowrap;
}
.profile_address_mob { float: none;  padding-bottom: 0px; text-align: left;
    font-size: 11px; color: #37425c;
    text-decoration: none;  margin: 0px 0px 10px 7px; padding: 5px 0px 0px 0px;
    width: 100%;  font-weight: 600;  text-transform: none;
    overflow: hidden; text-overflow: clip; white-space: nowrap;
}
.profile_details { background: #f7f7f7; width: 100%; display: inline-block;  
   padding: 3px 5px 7px 5px;  margin: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #f5f5f5;  border-radius: 8px;
    height: 45px; border: 1px solid #f2f1f7;
}
.profile_icon { float: left; margin: 4px 5px 0px 0px; width: 30px;}
.profile_icon img { width:100%;}
.profile_head_n {  float: left;  color: #0074ff;
    padding: 0px 0px 0px 0px; font-size: 11px !important;
    font-weight: 600; width:73%; text-align: left;
}
.blur_sp{ filter: blur(1.8px);}
.bmi_sec {  float: left;  width: 33.33%;}
.bmi_r {color: #F00; padding: 0px 0px 0px 0px; font-size: 11px !important; font-weight: 600; text-align: left;}
.appointment_date_top { text-align: right;
    font-size: 11px;  color: #37425c;
    text-decoration: none;
    margin: 0px 0px 0px 0px; padding: 7px 0px 0px 0px;
    width: 100%; font-weight: 600; text-transform: none;  min-height: 23px;
}
.diet_con { color: #000000; font-size: 11px; font-weight: normal;}
.add_newencounter { display: block; position:  relative;
    float: right; margin: -40px 0px 0px 0px; z-index: 600; right: 0px;
	}
.add_newencounter a { background:#fff;
    color: #0074ff;  margin: 0px 0px 0px 0px; padding: 8px 3px 8px 3px;
    text-align: center;   font-weight: 600;
    width: 100%; display: inline-block;   font-size: 9px;
    letter-spacing: 0; text-transform: uppercase;
	border-radius: 8px; text-decoration:none;
}
.add_newencounter a:hover {  color: #000; }
.hr_sec { background-color: #fff; width: 100%;
  text-align: center;  padding: 6px;
  color: #2d2d2d; display: inline-block;
  margin:0px 0px 10px 0px; border-radius: 8px;
} 
.hr_sec_time { font-size: 25px !important;
  color: #646464;  font-weight: 600;
  text-align: center;  padding: 10px 0px 0px 0px;
  margin-top: 0;  text-transform: uppercase;
  line-height: 21px;
}
.hr_sec_time span { font-size: 11px !important; display: inline-block; width: 100%; line-height: 24px;}
.app_bg_shedule .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px 5px 5px 5px;
    line-height: 1.42857143;
    vertical-align: top;    border: 0px solid #ddd;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle !important;
    font-size: 11px;
}
.app_bg_shedule .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px 5px 5px 5px;
    line-height: 1.42857143;
    vertical-align: top;    border: 0px solid #ddd;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle !important;
    font-size: 11px;
}
.app_bg_shedule .table th {  background: #f0f7ff;
    padding: 10px 5px 10px 5px !important;
    border-top: 0px solid #f2f2f2 !important;
    text-align: left !important;
    color: #4f9af4 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.section_box1_content2 { padding: 10px 10px 5px 10px;}
.create_nvoice { float:right;   margin: -52px 0px 0px 0px;
    position: absolute; right: 15px; font-size: 12px;
    text-transform: uppercase;
}
.add_invoice {  width: auto;  padding: 7px 15px 0px 15px;
    font-size: 10px; font-weight: 600 !important;
    color: #0074ff;  height: 30px;  background: #fff;
    border-radius: 30px; z-index: 500;  right: 5px;
    margin: -3px 0px 0px 0px;
    letter-spacing: 0.08em;
    border: 1px solid #0074ff; text-decoration:none;
}
.patient_prof_link{ margin:10px 0px 0px 0px; padding:0px; width:100%; display:inline-block;}
.patient_prof_link ul{ margin:0px; padding:0px;}
.patient_prof_link li{  float: left; margin: 0px 6px 3px 0px !important;  width:65px;
    background: #fff; border-radius: 8px;
}
.patient_prof_link li a{ text-decoration:none;} 
.p_l_0 {padding-left: 0px; position: relative;}
.p_r_0 {padding-right: 0px;  position: relative;}
.p_r_l_0 {padding-right: 0px; padding-left: 8px; position: relative;}
.p_l_6 { padding-left: 6px;position: relative;}
.p_l_8 {  padding-left: 8px; position: relative;}
.menuicon{ padding:15px 0px 15px 0px;}
.left_menu{ width:70px; margin:0px; padding:0px 5px; background:#1a1f29; position:absolute; height:96%; z-index:0; display:none}
.left_menu ul{ margin:0px; padding:0px;}
.left_menu li{  margin: 0px 0px 5px 0px !important; width: 100%; 
    border-radius: 8px;	text-align:center;    
	letter-spacing: 0.6px;	display:inline-block;
	padding:1px 0px 1px 0px; 
} 
.left_menu_active {  background:#0074ff; padding:5px 0px 5px 0px}
/*.app_right{ width:100%;  margin:0px; padding:0px 0px 0px 80px;}*/
.app_right{ width:100%;  margin:0px; padding:0px 0px 0px 0px;}
.top_sec {  width: 100%;  margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;
    display: inline-block; position: relative;  background: #f6f5f9;    
}
.profile_mainsec { margin: 0px 0px 0px 0px;}
.conten_profile { margin: 0px 0px 0px 0px; padding: 10px 10px 0px 10px;
    background: #FFF;  display: inline-block; box-shadow: 0px 0px 0px #e1e1e1;
    border-radius: 8px 8px 8px 8px; width: 100%;
}
.store_img {  margin: 0px 15px 0px 0px; padding: 0px 0px 0px 0px; width: 250px; float: left;}
.store_img{ margin:0px 15px 0px 0px; padding:0px 0px 0px 0px; width:250px; float:left;}
.store_img img {border-radius: 8px; }
.store_cont{ margin:0px; padding:0px; width:60%; float:left;}
.store_cont h1{font-weight: 600;
    font-size: 35px !important;
    display: inline-block;
    padding:0px 10px 6px 0px  !important;
    margin: 0px 5px 0px 0px  !important;
    text-align:  left;
    color: #000; 
    width: 100%;
    text-transform:  none;
	font-family: 'Roboto Condensed', sans-serif;
	}
.store_cont h2{font-weight:400;
    font-size: 14px;
    display: inline-block;  padding: 0px 10px 6px 0px; margin: 0px 5px 0px 0px; 
    text-align:  left; color: #2d2d2d;  width: 100%;
    text-transform:  none;
	font-family: 'Roboto Condensed', sans-serif;
	}
.store_cont h3{font-weight: 300;
    font-size: 16px !important;
    display: inline-block;  padding:0px 10px 0px 0px;   margin: 0px 5px 0px 0px; 
    text-align:  left; color: #2d2d2d; width: 100%;
    text-transform:  none;
	font-family: 'Roboto Condensed', sans-serif;
	filter:blur(1.8px)
	}
.opentill{font-weight: 300;
    font-size: 13px;
    display: inline-block;  padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px;
    list-style: none; color: #2d2d2d; width: 100%;
    text-transform:  none;
	}
.delivery{font-weight: 300;  font-size: 13px;  display: inline-block;
    padding:8px 0px 0px 0px; margin: 0px 0px 0px 0px; 
    text-align: left; color: #2d2d2d; width: 100%;
    text-transform:  none; 
	filter: blur(1.8px);	 
	}
.clinicsite_link {  border-bottom: 0px solid #ddd !important;
    margin-top: 0px; padding: 3px 0px 10px 0px;
    border-left: 0px solid #e7e7e7 !important;
    background: #fff;  border-radius: 8px;
    justify-content: center;  display: flex; width: 100%;
}
.clinicsite_link ul{ margin:0px; padding:0px;}
.clinicsite_link li{font-weight: 700;
    font-size: 12px;     padding: 12px 10px 4px 10px;
    margin: 0px 5px 0px 0px; text-align: center;  color: #545454; 
    text-transform: uppercase;  border: 0px !important;
	float:left;
}
.clinicsite_link li a{ text-decoration:none; color:#545454;}
.clinicsite_link_active { color: #1eb700 !important; border-radius: 8px !important;  border: 0px !important; opacity:1;}
.banner_clinic_sec{ margin:0px; padding:0px; position:relative;} 
.banner_clinic { position: absolute;  margin: 0px;  padding:110px 50px 0px 50px; width: 100%;}
 
.banner_clinic_con{
	font-weight: 300;
    font-size: 14px !important; 
	    display: inline-block;
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px; 
    text-align:   center;
    color: #fff !important; 
    width: 100%;
    text-transform:  none;
	line-height:28px;
}
.buttons {
    margin: 20px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    text-align: left; 
	font-weight: bold;
}
.buttons a {
    margin: 0px 2px 0px 2px;
    padding: 5px 16px;
    text-align: center;
    color: #fff;
    list-style: none;
    background: #5dbe01;
    border: 2px solid #5dbe01;
    display: inline-block;
    line-height: 23px;
    border-radius: 50px;
    font-size: 13px;
}
 
.buttons a:hover{  color: #1eb700; list-style:none; text-decoration:none; background:#fff;  border:0px solid #02a94d; }	

.buttons_n { float:right;
    margin: 20px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    text-align: left; 
	font-weight: bold;
}
.buttons_n a{ margin: 0px 2px 0px 2px;
    padding: 5px 16px;
    text-align: center;
    color: #fff;
    list-style: none;
    background: #5dbe01;
    border: 2px solid #5dbe01;
    display: inline-block;
    line-height: 23px;
    border-radius: 50px;
    font-size: 13px;
}
 
.buttons_n a:hover{  color: #1eb700; list-style:none; text-decoration:none; background:#fff;  border:0px solid #02a94d; }	
 

.buttons1 {
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    text-align: left;
    font-size: 14px;
	font-weight: bold;
}
.buttons1 a{ color: #000;
    margin-top: 0px;
    border-radius: 44px;
    background-color: #f9f9f9 !important;
    border: 1px solid #0074ff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 20px 7px 20px;
    min-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
 }
.buttons1 a:hover{  color: #1eb700; list-style:none; text-decoration:none; background:#e9e9e9;  border:0px solid #02a94d; }	

.buttons2 { float:right;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 10px;
    text-align: left;
    font-size: 14px;
	font-weight: bold;
}
.buttons2 a{color: #000;
    margin-top: 0px;
    border-radius: 44px;
    background-color: #f9f9f9 !important;
    border: 1px solid #0074ff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 20px 7px 20px;
    min-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.08em; 
 }
.buttons2 a:hover{  color: #1eb700; list-style:none; text-decoration:none; background:#e9e9e9;  border:0px solid #02a94d; }	


.content_sec{ margin:0px; padding:0px;}
.content_sec h2 {
    font-weight: 600;
    font-size: 20px !important;
    display: inline-block;
    padding: 15px 0px 6px 0px;
    margin: 0px 5px 0px 0px;
    text-align: left;
    color: #2d2d2d;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.content_sec p {
    font-weight: 300;
    font-size: 14px !important;
    display: inline-block;
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    text-align: justify;
    color: #000;
    width: 100%;
    text-transform: none;
    line-height: 21px !important;
}

.social {
    margin: 20px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    text-align: left;
    font-size: 15px;
    border-top: 1px solid #ccc;
}
.social a {
    margin: 0px 2px 0px 2px;
    text-align: center;
    color: #fff;
    list-style: none;
    border: 0px solid #29aafe;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
}
.invoice_content {
    padding:20px; 
    width:780px ;
    position: relative;
	margin:0px ;
}
.invoice_head {
    font-size: 20px;
    text-align: left;
    color: #000;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: 600;
}
.invoice_billto {
    font-size: 12px;
    text-align: left;
    color: #545454;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: 600;
}
.invoice_bill_address {
    font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: 300;
}
.invoice_bill_address span {filter:blur(1.8px)}
.invoice_span{ filter:blur(1.8px)}
.invoice_content label {
    color: #545454 !important;
	display: inline-block;
    font-weight: 400 !important;
    size: 100%;
    margin-bottom: 3px;
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    color: #ba104f; 
    width: 100%;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
}

 .invoice_con {
    font-size: 12px;
    text-align:   left;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    font-weight: 300;
}
 .invoice_con1 {
    font-size: 12px;
    text-align:   left;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    font-weight: 300;
}
 .invoice_amount {
    font-size: 12px;
    text-align:  right;
    color: #000;
    margin: 0px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    font-weight: 300;
}
.diary_pop_br {
    border-bottom: 1px solid #f0f0f0 !important;
}
.cal_pament {
    width: 50%;
    margin: 0px auto;
}
.payment_btn {
    margin: 8px 0px 10px 5px!important;
    padding: 4px 0px !important;
    color: #000 !important;
    border-radius: 5px !important;
    font-size: 10px !important;
    background: #f6f5f9;
    border: 0px solid #ccc !important;
    text-transform: uppercase;
    float: left !important;
    width: 84px !important;
    height: 25px !important;
    line-height: 16px !important;
	text-align:center !important;
}
.payment_btn_active {
    color: #fff !important;
    background: #56d461 !important;
}

.save_bt {
    float: right;
    margin: 8px 0px 15px 8px;
}

.save_bt .btn-success {
    color: #000;
    margin-top: 0px;
    border-radius: 44px;
    background-color: #f9f9f9 !important;
    border: 1px solid #0074ff !important;
    font-size: 11px !important;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    height: 34px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 16px;
}

.select-calander {
    width: 100%;
    -moz-border-radius: 5px;
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 10%);
    background: url(../images/calander.png) #fff;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #e9ecef;
    box-shadow: none;
    color: #212529 !important;
    font-size: 14px;
    height: 30px !important;
    padding: 0px 0px 0px 10px;
}
.deleteamount {
    margin: 24px 0px 0px 10px ;
	}
	
	.m-b-15 {
    margin-bottom: 15px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}

.ehrsite_link { margin:0px; padding:5px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
.ehrsite_link ul{ margin:0px; padding:0px;
}
.ehrsite_link li{font-weight: 600;
    font-size: 0.65em;
    letter-spacing: 0.8px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: -5px 0px 0px 0px;
    list-style: none;
    cursor: pointer;
    text-align: center;
    color: #2d3748;
    border: 0px !important;
    width: 100%;
    text-transform: uppercase;
    border-left: 2px solid #fff !important;
    opacity: 0.75;
}
 
.ehrsite_link_active {
       color: #0074ff;
    background-color: #f0f7ff;
    border-radius: 0px;
    border-left: 2px solid #0074ff !important;
    opacity: 1 !important;
}
 
 .profile_icon_clr1 {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 20px;
  color: #fff;
  text-align: center;
  box-shadow: 0px 0px 5px #ccc;
  line-height: 40px;
  padding: 0px;
  margin: 2px 5px 2px 5px;
}
 .profile_con {
    width: 72%;
    float: left;
}
 .profile_con_mob{
    width: 60%;
    float: left;
}
.profile_con_name {
    text-align: left;
    padding: 9px 0px 0px 0px;
    font-size: 9px;
}
.profile_con_name_mob {
    text-align: left;
    padding: 9px 0px 0px 0px;
    font-size: 12px;
}


.profile_con_name_active { color:#0074ff !important;
    text-align: left;
    padding: 14px 0px 0px 0px;
	 opacity: 1 !important;
}
.ehr_heading {
    color: #545454;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 10px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.add_btns {
    position: absolute;
    float: right;
    margin: -34px 3px 0px 0px;
    z-index: 400;
    right: 0px;
}
.summary_con_p {
    padding: 0px 0px 0px 0px;
}
.encounter_main_sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid #f0f0f0;
}
 .encounter_main_sec:hover { 
  border-bottom: 0px solid #f9f9f9;
  background:#ddecfe;
  cursor:pointer;
   padding: 0px 0px 2px 0px;
} 
.encounter_active {
    border-bottom: 0px solid #f9f9f9;
    background: #ddecfe !important;
    cursor: pointer;
    padding: 0px 0px 2px 0px; 
}
.ecounter_cont {
    color: #545454 !important;
    margin: 0px 0px 0px 0px !important; 
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 400 !important;
    width: 100%;
    display: inline-block;
    font-size: 10px !important;
    letter-spacing: 0.06em;
    text-transform: none;
    font-family: 'Oxygen', sans-serif; 
	line-height:5px;
}
.summary_contents {
    /*background: url(../images/ehr_bullet.png);
    background-repeat: no-repeat;
    background-position: 4px 7px;*/
    color: #ba104f  !important;
    margin: 0px 0px 0px 0px !important;
    padding:0px 0px 0px 0px;
    text-align: left;
    font-weight: 600 !important;
    width: 100%;
    display: inline-block;
    font-size: 10px !important;
    letter-spacing: 0.06em;
    text-transform:  none;
}

.summary_contents_enc {position:relative; margin:-0px 0px 0px 0px !important;
}
.summary_sec {
    margin: 0px 0px 0px 15px;
    padding: 3px 0px 3px 7px;
    border-bottom: 0px solid #f9f9f9;
    position: relative;
}
.ehr_sec_date {
    letter-spacing: 0.06em;
    position: relative;
    right: 0px;
    float: right;
    font-style: normal;
    background: #f9f9f9;
    padding: 3px;
    border-radius: 5px;
    font-size: 8px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}
.encounter_active {
    border-bottom: 0px solid #f9f9f9;
    background: #ddecfe !important;
    cursor: pointer;
    padding: 0px 0px 2px 0px; 
}
.ehr_sec_con {
    color: #ba104f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 0px 0px 3px 0px;
}
 
.expand_btns {
    position: absolute;
    float: right;
    margin: -31px 10px 0px 0px;
    z-index: 400;
    right: 0px;
}
.recorded_by {
    color: #494c50;
    font-size: 10px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 100%;
    font-weight: 300;
    font-style: italic;
}
 
.ehr_encounter_link {
    border-width: 0px !important;
    z-index: 450;
    background: #f9f9f9;
    width: 100%;
    padding: 4px 0px 4px 4px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 30px;
}
.ehr_encounter_link ul{ margin:0px; padding:0px;
}
.ehr_encounter_link li {
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 5px 5px 8px 5px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    cursor: pointer;
    text-align: center;
    color: #545454;
    border: 0px !important;
    width: 100%;
    text-transform: uppercase;
    opacity: 1;
    float: left;
    width: auto;
}
 
.ehr_encounter_link_active {background: #fff !important;
    color: #0074ff !important;
    border-radius: 3px !important;
    padding: 5px 8px;
    margin: 0px 0px 0px 0px;
}
.expand_btns1 {
    position: absolute;
    float: right;
    margin: -33px 15px 0px 0px;
    z-index: 499;
    right: 0px;
}
.yesno_btn_pe {
    margin: 7px 5px 0px 0px !important;
    float: left;
    padding: 3px 5px 0px 5px !important;
    color: #000 !important;
    text-align: center;
    font-size: 10px !important;
    border-radius: 4px;
    background: #f6f5f9 !important;
    border: 1px solid #f6f5f9;
    min-height: 23px !important;
    font-weight: normal !important;
    font-family: "Inter", sans-serif !important;
}
.yesno_btn_pe_start {
    width: 100%;
    float: none;
    display: inline-block;
}
.yesno_btn_pe_start .active {
    color: #56d461;
    background: #fff;
    border: 1px solid #56d461;
}
.pe_section {   width: 100%; float: none; display: inline-block;}
.normel_btn_pe { float:left; margin: 7px 5px 0px 0px ;     
  padding: 3px 5px 0px 5px ;   
  color: #000 ;   
  text-align: center; 
  font-size: 11px!;   
  border-radius: 4px; 
  background: #eeffee ;   
  border: 1px solid #eeffee;
  min-height:23px ;
  font-weight:normal ;   
  font-family: "Inter", sans-serif ; 
}
.normel_btn_pe:hover { background: #eeffee; color: #18bc43; text-align: center; border: 1px solid #0bdb41; cursor: pointer;}
.active_normal {   background: #eeffee; 
    color: #18bc43;
    text-align: center; 
    border: 1px solid #0bdb41; 
} 
.abnormel_btn_pe { float:left; margin: 7px 5px 0px 0px ;     
  padding: 3px 5px 0px 5px ;   
  color: #000 ;   
  text-align: center; 
  font-size: 11px ;   
  border-radius: 4px; 
  background: #fff0f0 ;   
  border: 1px solid #fff0f0;
  min-height:23px ;
  font-weight:normal ;   
  font-family: "Inter", sans-serif ;    
}
.abnormel_btn_pe:hover {  background: #fff0f0;  color: #ff4800; text-align: center; border: 1px solid #ff4800; cursor: pointer;}
.active_abnormel {   background: #fff0f0;  color: #ff4800;  text-align: center;  border: 1px solid #ff4800;  } 
.notexamined_btn_pe { float:left; margin: 7px 5px 0px 0px ;     
  padding: 3px 5px 0px 5px ;   
  color: #000 ;   
  text-align: center; 
  font-size: 11px ;   
  border-radius: 4px; 
  background: #fff5ea ;   
  border: 1px solid #fff5ea;
  min-height:23px ;
  font-weight:normal ;   
  font-family: "Inter", sans-serif ;     
}
.notexamined_btn_pe:hover {  background: #fff5ea; color: #ff8a00; text-align: center; border: 1px solid #ff8a00; cursor: pointer;}
.active_notexamined {   background: #fff5ea;  color: #ff8a00; text-align: center;  border: 1px solid #ff8a00; cursor: pointer;	}
.duration_start {  width: 100%; float: none; display: inline-block;}
.duration_btn{  margin: 7px 5px 0px 0px; 
  float: left;
  padding: 5px 10px;
  color: #000;
  text-align: center; 
  font-size: 11px;   
  border-radius: 5px; 
  background: #fff;
  border: 1px solid #f0f0f0;  
}
.duration_btn:hover {  color: #56d461; background: #fff; border: 1px solid #56d461; float: left; cursor: pointer;}
.duration_start .active {   color: #56d461; background: #fff; border: 1px solid #56d461;}
.text_area {
    height: 80px;
    font-size: 11px;
}
.text_area1{height:70px;
    font-size: 11px !important;
	}

.pe_con{ color:#ba104f ; 
    font-weight: 600 !important;
	font-size:12px;
	}
.ehr_box_height{ min-height:450px;}

.summary_main_sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.summary_contents2 {
    color: #ba104f !important;
    margin: 0px 0px 0px 0px !important;
    padding: 5px 0px 3px 0px;
    text-align: left;
    font-weight: 600 !important;
    width: 100%;
    display: inline-block;
    font-size: 11px !important;
    letter-spacing: 0.06em;
    text-transform: none;
    font-family: 'Oxygen', sans-serif;
}
.summary_sec {
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    border-bottom: 0px solid #f9f9f9;
    position: relative;
}
.summary_sec_enc {
    margin: 0px 0px 0px 0px   !important;
    padding: 0px 0px 0px 0px  !important;
    border-bottom: 0px solid #f9f9f9;
    position: relative;
}
.ehr_sec_head {
    color: #2d2d2d;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0px 0px 5px 0px;
    font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
}
.ehr_sec_con_sum {
    color: #562a93;
    font-size: 10px;
    padding: 0px 0px 7px 0px;
    margin: -2px 0px 0px 0px;
    text-align: left;
    width: 100%;
    font-weight: 300;
    font-style: normal;
    font-family: 'Source Sans Pro', sans-serif;
}
.ehr_sec_date2 {
    letter-spacing: 0.06em;
    position: absolute;
    right: 0px;
    float: right;
    font-style: normal;
    /* background: #f9f9f9; */
    padding: 0px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    right: 10px;
    margin: -15px 0px 0px 0px;
}
.closed_problem {  font-size: 9px;
    color: #f3830b !important;
    text-transform: none !important;
    padding: 0px 0px 5px 0px;
}
.verymild {
    font-style: normal;
    background: #d0ffb8;
    padding: 3px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}
.verymild{font-style:  normal; background:#d0ffb8; padding:3px;
    border-radius: 5px;
	font-size: 11px;
	font-weight:normal;
	color:#000;
}
.mild{font-style:  normal; background:#ffd988; padding:3px;
    border-radius: 5px;
	font-size: 11px;
	font-weight:normal;
	color:#000;
}
.moderate{font-style:  normal; background:#ffb8a5; padding:3px;
    border-radius: 5px;
	font-size: 11px;
	font-weight:normal;
	color:#000;
}
.severe{font-style:  normal; background:#ff4817; padding:3px;
    border-radius: 5px;
	font-size: 11px;
	font-weight:normal;
	color:#000;
}
.verysevere{font-style:  normal; background:#da0a0a; padding:3px;
    border-radius: 5px;
	font-size: 11px;
	font-weight:normal;
	color:#000;
}

.allnormal {
    letter-spacing: 0.02em;
    position: absolute;
    right: 0px; 
	margin:5px 30px 0px 0px;
	
}
.allnormal a { 
    float: right;
    font-style: normal; 
    padding: 3px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #09a642; 
}

.reviews_btn_start_no {
  width: 100%;
  float: none;
  display: inline-block;
}

.reviews_btn_no {
  margin: 4px 3px 0px 0px;
  background: #f6f5f9;
  float: left;
  padding: 2px 5px 0px 3px;
  border-radius: 4px;
  color: #000;
  text-align: center;
  font-size: 10px;
   border: 1px solid #f6f5f9;
  font-weight: 500; 
	  min-height: 23px;
	  min-width: 55px;
}
.reviews_btn_no:hover {
  color: #18bc43;
    background: #eeffee;
    border: 1px solid #0bdb41;
  float: left;
  cursor: pointer;
}
.reviews_btn_start_no .active {
  color: #18bc43;
    background: #eeffee;
    border: 1px solid #0bdb41;
}

.reviews_btn_no span { /*background-image:url(../images/review_wrong.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; */
	float:left;
}
.reviews_btn_no:hover span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; 
	float:left;
}
.reviews_btn_start_no .active span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; 
	float:left;
}


.reviews_btn_start_yes {
  width: 100%;
  float: none;
  display: inline-block;
}

.reviews_btn_yes {
  margin: 4px 3px 0px 0px;
  background: #f6f5f9;
 /* background: #fff1f1;*/
  float: left;
  padding: 2px 5px 0px 3px;
  border-radius: 4px;
  color: #000;
  text-align: center;
  font-size: 10px;
  border: 1px solid #f6f5f9;
  font-weight: 500; 
	  min-height: 23px;
	  min-width: 55px;
}
.reviews_btn_yes:hover {
  color: #e81616;
  background: #fff1f1;
  border: 1px solid #e81616;
  float: left;
  cursor: pointer;
}
.reviews_btn_start_yes .active {
  color: #e81616;
  background: #fff1f1;
  border: 1px solid #e81616;
}

.reviews_btn_yes span { /*background-image:url(../images/review_wrong.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; */
	float:left;
}
.reviews_btn_yes:hover span { background-image:url(../images/review_tick1.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; 
	float:left;
}
.reviews_btn_start_yes .active span { background-image:url(../images/review_tick1.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; 
	float:left;
}

.app_mobile_sec {
    width: 260px;
    margin: 0px 7px 0px 0px;
    padding: 0px;
    float: left;
}
.row1 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.top_header_mob {
    position:  relative;
    top: 0;
    left: 0px;
    right: 0;
    background-color: #fff;
    border-bottom: 0px solid #e2e3e4;
    background-clip: padding-box; 
    z-index:600;
    padding: 10px 0px 10px 0px;
    transition: all .2s;
    margin-top: -1px;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 0px 6px #e2e3e4;
    z-index: 1050;
	 width: 100%;
    display: inline-block;
}
 
.main_menus {
    margin: 0px 0px 9px 0px;
    padding: 4px 0px 0px 0px;
    min-height: 92px;
    box-shadow: 0px 0px 5px #eaeaea;
    background: #fff;
    border-radius: 8px;
}
.items_name0 {
    background: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 5px 0px 0px 0px;
    width: 60px;
    height: 50px;
    margin: 0px auto;
    box-shadow: 0px 0px 0px #f5f5f5;
}
.main_menus {
    margin: 0px 0px 9px 0px;
    padding: 4px 0px 0px 0px;
    min-height: 78px;
    box-shadow: 0px 0px 5px #eaeaea;
    background: #fff;
    border-radius: 8px;
}
.items_con {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 6px 0px;
    text-align: center;
    font-weight: 700;
    color: #545454;
    font-size:9px;
    text-transform: uppercase;
}
.p_l_r_5 {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.profile_icon_mob {
    float: left;
    margin: 4px 10px 0px 0px;
    width: 28px;
}

.profile_icon_mob img { 
    width: 100%;
}
.profile_head_n_mob {
    float: left;
    color: #0074ff;
    padding: 0px 0px 0px 0px;
    font-size: 11px !important;
    font-weight: 600;
    width: 70%;
    text-align: left;
}
.allegies_con {
    text-align: left;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.allegies_con {
    text-align: left;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.footer {
    position:  relative;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 0 0 0px;
    background: #f6f5f9;
}
.footer_sec {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 8px 0 7px;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px 0px 6px #ccc;
}
.footer ul {
 margin:0;
 padding:0
}
.footer li {
 float:left;
 width:25%;
 list-style:none;
 text-align:center; 
 font-weight:600;
 text-transform:uppercase
}
.footer li a {
	  width: 100%;
display: inline-block;
color: #005bac;
letter-spacing: .7px;
font-size: 10px;
font-weight: 600;
}
 
.footer li a:hover {
 color:#000;
}
.footer .fa {
 font-size:18px;
 padding:0 0 5px
}
 
.footer span {
 float:right;
 color:#74b94e;
 position:relative;
 margin:-15px -2px 0 0
}
.footer img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6px;
    width: 23px;
}
.ehr_encounter1 {
  float: right;
  margin: 0px 0px 10px 0px;  
  color: #000;
}

.ehr_encounter1 a{ color:#0074ff; 
    background: #fff;
    padding:6px 8px 6px 8px;
    border: 1px solid #0074ff !important;
	letter-spacing: 0.01em;
    text-transform: uppercase;
    border-radius: 8px;
	font-size: 0.5em;
    font-weight: 600;
	text-align:center;
	margin:0px 0px 0px 0px;
}

.ehr_encounter1 a:hover{ color:#0074ff;
    background: #f5f5f5; 
    border: 1px solid #0074ff !important; 
} 

.dropdown_mob {
    position: relative;
    height: 33px;
    float: right;
    padding: 5px 7px !important;
}
.back_home { 
    margin: 4px 0px 10px 0px; 
    color: #000;
    z-index: 500;
}

.mobile_main{ width:100%; display:inline-block;}

.content2 {
    margin: 5px 0px 0px 0px;
}
.sub_menus {margin: 0px 0px 0px 0px;
    padding:15px 10px 15px 10px; 
    box-shadow: 0px 0px 5px #eaeaea;
    background: #fff;
    border-radius: 8px;
}
.sub_menus ul {
 margin:0;
 padding:0
}
.sub_menus li {
 margin:0;
 list-style:none; 
 font-weight:900!important;
 margin-bottom:0
}
.sub_menus li a {
margin: -6px 0px 0px 0px;
 padding:7px 0 7px 0px;
 color:#565a5d !important;
 width:100%;
 display:inline-block;
 font-size:14px;
 font-weight:600!important;
 border-bottom:1px solid #dbdbdb;
 text-transform: none; 
 letter-spacing: 0px;
 background-image:url(../images/menu_arrow.png);
 background-repeat:no-repeat;
 background-position:right ;
}
.sub_menus li a:hover {
 text-decoration:none;  
 background:#f0f7ff; 
  background-image:url(../images/menu_arrow.png);
 background-repeat:no-repeat;
 background-position:right ;
}

.sub_menus .active {
 text-decoration:none;  
 background:#f0f7ff; 
  background-image:url(../images/menu_arrow.png);
 background-repeat:no-repeat;
 background-position:right ;
}
 .ehr_count {
    position:  absolute;
    right: 6px;
    width: 20px;
    height: 20px;
    float: right;
    color: #545454;
    font-weight: 500;
    font-size: 11px;
    border-radius: 5px;
    background: #fff;
    line-height: 20px;
    margin: 7px 0px 0px 0px;
	padding:0px 3px 0px 3px;
    text-align: center;
}

.sub_menus_con {
    float: left;
    width: 80%;
    margin: 0 0 0 10px;
    padding: 8px 0 0;
    text-align: left;
}

.sub_menus_arrow {
    float: right;
    width: 30px;
    margin: 0 10px 0 0;
    padding: 0;
}


.sub_menus1 {margin: 0px 0px 12px 0px;
    padding:6px 10px 15px 10px; 
    box-shadow: 0px 0px 5px #eaeaea;
    background: #fff;
    border-radius: 8px;
}
.sub_menus1 ul {
 margin:0;
 padding:0
}
.sub_menus1 li {
 margin:0;
 list-style:none; 
 font-weight:900!important;
 margin-bottom:0
}
.sub_menus1 li a {
 margin: -6px 0px 0px 0px;
 padding:14px 0px 14px 0px;
 color:#565a5d !important;
 width:100%;
 display:inline-block;
 font-size:14px;
 font-weight:600!important;
 border-bottom:1px solid #dbdbdb;
 text-transform: none; 
 letter-spacing: 0px;
 background-image:url(../images/menu_arrow.png);
 background-repeat:no-repeat;
 background-position:right ;
}
.sub_menus1 li a:hover {
 text-decoration:none;  
 background:#f0f7ff; 
  background-image:url(../images/menu_arrow.png);
 background-repeat:no-repeat;
 background-position:right ;
}

.sub_menus1 .active {
 text-decoration:none;  
 background:#f0f7ff; 
  background-image:url(../images/menu_arrow.png);
 background-repeat:no-repeat;
 background-position:right ;
}

.complete_appointment {
  background-color: #fff;
    width: 103px;
    height: 103px;
    text-align: center;
    padding: 12px 0px 0px 0px;
    color: #2d2d2d;
    border-radius: 50%; 
    box-shadow: 0px 0px 0px #ccc;
    text-transform: uppercase;
	    margin: 0px auto 15px auto;
} 

.complete_appointment_br1 { 
    border: 5px solid #75c43b;
} 
.complete_appointment_br2 { 
    border: 5px solid #fc03a7;
} 
.complete_appointment_br3 { 
    border: 5px solid #ff8502;
} 
.complete_appointment_br4 { 
    border: 5px solid #39b3e4;
} 
.complete_con {  
    font-size: 10px;
    letter-spacing: 0.3px;
    padding: 0px 0px 0px 0px;
    margin: 0px 2px 0px 0px;
    text-align: center;
    color: #545454;
    text-transform: uppercase;
    font-weight: 700;
}
.complete_count {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.6px;
    padding: 5px 0px 7px 0px;
    margin: 0px 2px 0px 0px;
    text-align: center;
    color: #75c43b;
    text-transform: uppercase;
    line-height: 20px;
}
.complete_count1 {  
	font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.6px; 
    padding: 5px 0px 7px 0px;
    margin: 0px 2px 0px 0px;  
    text-align: center;
    color: #fc03a7 ; 
    text-transform: uppercase;
	line-height:20px;
}
.complete_count2 {  
	font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.6px; 
    padding: 5px 0px 7px 0px;
    margin: 0px 2px 0px 0px;  
    text-align: center;
    color: #ff8502 ; 
    text-transform: uppercase;
	line-height:20px;
}
.complete_count3 {  
	font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.6px; 
    padding: 5px 0px 7px 0px;
    margin: 0px 2px 0px 0px;  
    text-align: center;
    color: #0074ff ; 
    text-transform: uppercase;
	line-height:20px;
}
.dash_sec {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 6px;
    color: #2d2d2d;
    display: inline-block;
    margin-top: 0px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px #ccc;
    margin-bottom: 10px;
    min-height: 85px;
}
.dash_sec_con {
    font-size: 12px !important;
    color: #646464;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px 0px 10px;
    margin-top: 0;
    text-transform: none;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
.dash_sec_con_sub {
    color: #a8a8a8;
    font-size: 10px !important;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    padding: 0px 10px 0px 10px;
    margin-top: 0;
}

.heading_bg {
    background: #fff;
    width: 100%;
    display: inline-block;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position:  relative;
    z-index: 600;
}
.page-title {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: left;
    font-size: 12px;
    padding: 8px 0px 8px 15px;
    font-weight: 700;
    color: #0074ff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.create_new_branch1 {
    float: right;
    margin: 8px 0px 10px 0px;
    position: fixed;
    right: 15px;
    color: #000;
}
.create_new_branch1 .btn {
    background: #f0f0f0;
    padding: 3px 12px 1px 12px;
}

label {
    display: inline-block;
    font-weight: 600 !important;
    size: 100%;
    margin-bottom: 3px;
    font-size: 11px;
    padding: 5px 0px 0px 0px;
    color: #ba104f;
    /* color: #073578; */
    width: 100%;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.text_areabox {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	min-height:83px;
}

.email_box1 {
    background-color: #ffffff;
    width: 100%;
    border: 0px solid #f7f7f8;
    margin: 0px 0px 8px 0px;
    box-shadow: 0 0px 5px rgb(164 173 186 / 25%);
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}
.email_box2 {
    position: absolute;
    background-color: #ffffff;
    width: 89%;
    border: 0px solid #f7f7f8;
    margin: 0px 0px 8px 0px;
    box-shadow: 0 0px 5px rgb(164 173 186 / 25%);
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
}
.email_content {
    padding: 50px 50px 20px 50px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
   min-height: 530px;
}
.email_content1 {
    padding: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px; 
    min-height: 530px;
}
.email_head {
    text-align: left;
    font-size: 12px;
    color: #0074ff;
    background: #f0f7ff;
    padding: 8px 8px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.email_content h2 {
    color: #545454 !important;
    margin: 0px 0px 10px 0px !important;
    padding: 0px 0px 10px 0px;
    text-align: left;
    font-weight: 700 !important;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.emailslink {
  width: 100%;
  float: none;
  display: inline-block;
      margin: 0px 0px 10px 0px;
}
.emailslink ul{ margin:0px; padding:0px;}
.emailslink li{ margin:0px 0px 2px 0px; padding:0px;}
.emailslink li a {
  margin: 4px 3px 0px 0px;
  background: #f6f5f9; 
  padding: 8px 5px 8px 3px;
  border-radius: 4px;
  color: #000;
  text-align: center;
  font-size: 12px;
   border: 1px solid #f6f5f9;
  font-weight: 500;
  display:inline-block;
  width:100%; 
  
}
.emailslink li a:hover {
  color: #18bc43;
    background: #eeffee;
    border: 1px solid #0bdb41;
  float: left;
  cursor: pointer;
}
.emailslink .active {
  color: #18bc43;
    background: #eeffee;
    border: 1px solid #0bdb41;
}

.emailslink li span { /*background-image:url(../images/review_wrong.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; */
	 
}
.emailslink li:hover span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block; 
	 
}
.emailslink li .active span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;
    height: 17px; 
	display: inline-block;  
}

.text_area2 {
    height: 290px !important;
    resize: none;
}
.mb_4 { margin-bottom:10px;}

.section_box1_clinic {
    width: 100%;
    padding: 8px 10px 2px 10px;
    display: inline-block;
}
.clinics_amt { float:left; width:25px; height:25px; background:#fff;
  border-radius:50%;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
  padding: 0px 0px 0px 0px; margin:0px 10px 0px 0px;
  text-transform: uppercase;
  line-height: 22px;
  box-shadow: 0px 0px 0px #e2e2e2;
   
}

.clinics_amt_br1{ color: #ff5454; 
  border: 2px solid #ff5454;
}
.clinics_amt_br2{ color: #d266ec; 
  border: 2px solid #d266ec;
}
.clinics_amt_br3{  color: #39b3e4;
  border: 2px solid #39b3e4;
}
.clinics_amt_br4{  color: #75c43b;
  border: 2px solid #75c43b;
}
.clinics_amt_br5{ color: #fc03a7; 
  border: 2px solid #fc03a7;
}
.clinics_amt_br6{  color: #ff8502;
  border: 2px solid #ff8502;
}
  
.clinics_amt_con {
    float: left;
    width: 68%;
    border-radius: 50%;
    font-size: 10px !important;
    color: #646464;
    font-weight: 600;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 24px;
}
 
 .clinc_docters_image { 
    width:36px;
    float: left;
    margin: 5px 10px 5px 0px ;
}
.clinc_docters_image img {
    border-radius: 50%;
    width: 33px;
    height: 33px;
}
.clinc_docters_name { font-weight:700;
    padding: 10px 0px 7px 15px !important;
    text-align:   left;
    font-size: 12px;
}


.select_box { border-left: 2px solid #ff0096 !important;
}
.select_box1 {border-left: 2px solid #ff00f6 !important;
}
.select_box2 {border-left: 2px solid #a800ff !important;
}
.select_box3 {border-left: 2px solid #1200ff !important;
}
.select_box4 {border-left: 2px solid #00ff24 !important;
}
.select_box5 {border-left: 2px solid #fffc00 !important;
}
.select_box6 {border-left: 2px solid #ff9000 !important;
}
.select_box7 {border-left: 2px solid #ff0000 !important;
}
.select_box8 {border-left: 2px solid #fbb4da !important;
}
.select_box9 {border-left: 2px solid #f697f9 !important;
}
.select_box10 {border-left: 2px solid #eeb4fb !important;
}
.select_box11 {border-left: 2px solid #b4b4fb !important;
}
.select_box12 {border-left: 2px solid #b7fbb4 !important;
}
.select_box13 {border-left: 2px solid #faf09a !important;
}
.select_box14 {border-left: 2px solid #ffd3b6 !important;
}
.select_box15 {border-left: 2px solid #ffb6b6 !important;
}
.select_box16 {border-left: 2px solid #af4189 !important;
}
.select_box17 {border-left: 2px solid #c823be !important;
}
.select_box18 {border-left: 2px solid #8817a9 !important;
}
.select_box19{border-left: 2px solid #1b297e !important;
}
.select_box20{border-left: 2px solid #23902d !important;
}
.select_box21 {border-left: 2px solid #ae9f1d !important;
}
.select_box22 {border-left: 2px solid #a26335 !important;
}
.select_box23 {border-left: 2px solid #af3030 !important;
}
 .select_box24 {border-left: 2px solid #15c5aa !important;
} 

.checkin_btn {
    margin: 0px;
    padding: 0px 15px !important;
    color: #000 !important;
    border-radius: 5px !important;
    font-size: 10px !important;
    background: #f6f5f9 !important;
    border: 0px solid #ccc !important;
    text-transform: uppercase;
    min-height: 25px;
}
.create_new_branch1 { display:none;
    float: right;
    margin: 8px 0px 10px 0px;
    position: fixed;
    right: 15px;
    color: #000;
}

.checkin_btn {
    margin: 0px;
    padding: 0px 15px !important;
    color: #000 !important;
    border-radius: 5px !important;
    font-size: 10px !important;
    background: #f6f5f9 !important;
    border: 0px solid #ccc !important;
    text-transform: uppercase;
    min-height: 25px !important;
    display: inline-block;
    width: auto !important; 
}
.task_sec {
    background: #fff;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px solid #fff;
    box-shadow: 0 0 0px #e5e5e5;
    border-radius: 8px;
    width: 100%;
    display: inline-block;
	min-height:150px;
}
.task_sec h6{
    color: #545454 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0px 10px 10px;
    text-align: left;
    font-weight: 700 !important;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.task_top{ width:84%; display:inline-block; position: relative; 
    margin: -15px 6px 0px 0px;
	padding:15px 0px 0px 0px;
	z-index:400;
	background:#f6f5f9;
}
.wrapper.toggled .task_top {width:95%;
}
.task_content{ width:100%; display:inline-block; position: relative;

    margin: 0px 6px 0px 0px;
}
 
 
.task_names { float: left;
    width: 30px; 
    margin: 0px 6px 0px 0px;
}
.task_names a {  
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #84b9f8;
    font-size: 12px;
    color: #2d2d2d;
    text-align: center;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
	display:inline-block;
}

.task_names a:hover {  
    color: #33F; 
	background:#f5f5f5;
	border:1px solid #ccc;
} 

.task_names .actives{  
    color: #fff; 
	background:#0074ff;
	border:1px solid #0074ff;
} 
.task_days { margin:0px; padding:0px;
}
.task_days ul { margin:0px; padding:0px;
}

.task_days li{ margin:0px 3px; padding:0px;
	float: right; 
} 
.task_days li a{ margin:0px; padding:5px 15px; 
	color:#000;
	 border-radius: 30px;
	font-size:10px;
	background:#f2f6fa;
	border:1px solid #ccc;
	text-transform:uppercase;
 
}

.task_days li a:hover{ margin:0px; padding:5px 15px; 
	color: #33F;
	border-radius: 30px;
	background:#f5f5f5;
	border:1px solid #ccc;
 
}

.task_days .actives{ margin:0px; padding:5px 15px; 
	color: #fff;
	border-radius: 30px;
	background:#0074ff;
	border:1px solid #0074ff;
 
}

.task_status { margin:0px; padding:0px;
}
.task_status ul { margin:0px; padding:0px;
}

.task_status li{ margin:0px 3px; padding:0px;
	float:  left; 
} 
.task_status li a{ margin-top: 0px;
    background: #fff;
    padding:5px 10px 5px 5px;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    line-height: 10px;
	color:#2d2d2d;
	font-size:11px;
	text-transform:uppercase;
	display:inline-block;
 
}

.task_status li a:hover{ margin:0px; padding:5px 10px 5px 5px;
	color: #33F;
	border-radius: 30px;
	background:#f5f5f5;
	border:1px solid #ccc;
 
}

.task_status .actives{ margin:0px; padding:5px 10px 5px 5px;
	color: #000;
	border-radius: 30px;
	background:#f0f0f0;
	border:1px solid #ccc;
 
}

.task_cat { margin:0px; padding:0px;
}
.task_cat ul { margin:0px; padding:0px;
}

.task_cat li{ margin:0px 3px; padding:0px;
	float: right; 
} 
.task_cat li a{ margin:0px; padding:5px 15px; 
	color:#000;
	 border-radius: 30px;
	font-size:10px;
	background:#fff;
	border:1px solid #ccc;
	text-transform:uppercase;
 
}

.task_cat li a:hover{ margin:0px; padding:5px 15px; 
	color: #33F;
	border-radius: 30px;
	background:#f5f5f5;
	border:1px solid #ccc;
 
}
.task_cat .actives{ margin:0px; padding:5px 15px; 
	color: #000;
	border-radius: 30px;
	background:#f0f0f0;
	border:1px solid #ccc;
 
}
 
.task_low {
    background: #00b203;
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 50%;
}
.task_mwdium {
    background: #ffaf03;
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 50%;
}
.task_high {
    background: #f80202;
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 50%;
}

.task_sec_low {
    background: #00b203;
    width: 12px;
    height: 12px;
    float:  right;
    margin: -25px 10px 0 0;
    border-radius: 50%;
	position:relative;
	
}
.task_sec_mwdium {
    background: #ffaf03;
    width: 12px;
    height: 12px;
    float:  right;
    margin: -25px 10px 0 0;
    border-radius: 50%;
	position:relative;
}
.task_sec_high {
    background: #f80202;
    width: 12px;
    height: 12px;
    float:  right;
    margin: -25px 10px 0 0;
    border-radius: 50%;
	position:relative;
}
 
.leave_satus_con {
    margin: 0px 15px 0px 0px;
    float: right;
}

.task_sec {
    background: #fff;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px solid #fff;
    box-shadow: 0 0 0px #e5e5e5;
    border-radius: 8px;
    width: 100%;
    display: inline-block;
	min-height:150px;
}
.task_sec h1 {
    color: #545454 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0px 10px 10px;
    text-align: left;
    font-weight: 700 !important;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.task_low_br {
    border-bottom: 0px solid #00b203;
}
 
.task_mwdium_br { 
	 border-bottom: 0px solid #ffaf03;  
}
.task_high_br { 
	 border-bottom: 0px solid #f80202;  
}

.task_low_br_bt { background:#00b203; width:100%;
    height:5px;
	border-radius: 8px;
	margin:0px 0px 0px 0px;
}
.task_mwdium_br_bt { background:#ffaf03; width:100%;
    height:5px;
	border-radius: 8px;
	margin:0px 0px 0px 0px;
}
.task_high_br_bt { background:#f80202; width:100%;
    height:5px;
	border-radius: 8px;
	margin:0px 0px 0px 0px;
}

.task_cont_sec {font-size: 12px;
    color: #2d2d2d;
    text-align:  left;
    line-height: 23px;
	padding:10px 10px 0px 10px;
	margin:0px;
	height:140px;
	border-bottom:0px solid #e8e8e8;
}

.task_assign {font-size: 11px;
    color: #2d2d2d;
    text-align:  left;
    line-height: 16px;
	padding: 0px 0px 5px 10px;
	margin:0px; 
	 
} 
.task_assign span {font-size: 10px;  
	 
}  
.task_cont_bottom { padding: 5px 0px 0px 0px;
    margin: 0px;
    border-top: 1px solid #e8e8e8;
    position: relative;
    display: inline-block;
    width: 100%;
} 

.dewdate {
    float: left;
    width: 60%;
    font-size: 12px;
    color: #2d2d2d;
    text-align: left;
    line-height: 25px;
    padding: 5px 10px 0px 10px;
    margin: 0px;
}
.viewicon {
    float: right;
    width: 30px font-size: 12px;
    color: #2d2d2d;
    text-align: left;
    line-height: 25px;
    padding: 5px 10px 0px 10px;
    margin: 0px;
}

.website_settings{ margin:0px; padding:0px;}
.website_settings .nav-tabs {
    border-bottom: 0;
    box-shadow: 0px 0px 0px #eaeaea;
    background: #fff;
    margin: 0;
    padding: 5px 5px;
    border-radius: 8px;
    position: relative;
    width: 100%;
    z-index: 50;
}
.website_settings .nav-item {
  padding: 0px 7px;

}
.website_settings .nav-link {
    font-weight: 600;
    font-size: 0.65em;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 8px 0px;
    margin: 0px 2px 0px 0px;
    list-style: none;
    cursor: pointer;
    text-align: center;
    color: #545454;
    border: 0px !important;
    width: 100%;
    text-transform: uppercase;
    opacity: 1;
}
.website_settings .tab_content_sec1 {
    margin-top: 0px !important;
    padding: 6px 0px 0px 0px;
}

.website_settings .nav-tabs .active {
    background: #fff !important;
    color: #0074ff !important;
    border-radius: 5px !important;
    opacity: 1;
}
.create_new_setting {
    float: right;
    margin: 10px 0px 0px 0px;
    position:  absolute;
    right: 15px;
    font-size: 12px;
    text-transform: uppercase;
}
.add_new_task {
    width: auto;
    padding: 2px 2px 4px 4px ;
    font-size: 10px;
    font-weight: 600 !important;
    color: #0074ff;
    height: 25px;
    background: #fff;
    border-radius: 30px;
    z-index: 500;
    right: 5px;
    margin: -3px 0px 0px 0px;
    letter-spacing: 0.08em;
    border: 1px solid #0074ff;
    box-shadow: 0px 0px 1px #0074ff;
}
.add_new_con { float: left; padding: 2px 5px 0px 2px;}
.add_new_icon { float:right; margin:0px 0px 0px 0px;}
.formsetting_view { 
    width: 768px !important;
    border: 0px solid #f7f7f8;
    margin: 0px auto; 
    padding: 0px;
    border-radius: 0px;
    position: relative;
}
.forms_content {
    padding: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
   /* height: calc(100vh - 220px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;*/
}
.form_section_box1 { width:768px;
    background-color: #ffffff; 
    border: 0px solid #f7f7f8;
    margin: 0px auto;
    box-shadow: 0 1px 3px rgb(164 173 186 / 25%);
    padding: 0px;
    border-radius: 8px;  
}
.form_section_box2 {
    width: 768px;
    background-color: #ffffff;
    border: 0px solid #f7f7f8;
    margin: 100px auto;
    box-shadow: 0 1px 3px rgb(164 173 186 / 25%);
    padding: 0px;
    border-radius: 8px;
}
.sucess_completed {
    color: #545454 !important;
    margin: 30px 0px 0px 0px;
    padding: 5px 0px 2px 0px;
    text-align: center;
    font-weight: 700;
    /* background: #d6e4ff; */
    width: 100%;
    display: inline-block;
    font-size: 25px !important;
    letter-spacing: 0px;
    text-transform: none;
}
.save_bt {float: right; margin: 8px 0px 15px 8px;}
.forms_content1{ padding: 60px; display: inline-block;
    width: 100%;  position: relative; font-size: 14px; 
}
.forms_mo { margin: 0px;  padding: 0px;  width: 100%;}
.forms_headbg {
    background: #f9f9f9;
    padding: 10px 15px 10px 15px;
    width: 100%;
    display: inline-block;
}
.forms_mainhead {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 2px 0px;
    text-align: center;
    font-weight: 700;
    /* background: #d6e4ff; */
    width: 100%;
    display: inline-block;
    font-size: 25px !important;
    letter-spacing: 0px;
    text-transform: none;
}
.forms_subhead {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-weight: 500;
    /* background: #d6e4ff; */
    width: 100%;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 0px;
    text-transform: none;
    min-height: 35px;
}
.forms_names {
    color: #0074ff !important;
    margin: 0px 0px 5px 0px !important;
    padding: 15px 0px 10px 0px;
    text-align: center;
    font-weight: 600 !important;
    border-bottom: 0px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 16px !important;
    letter-spacing: 0.06em;
    text-transform: none;
}
.forms_mainhead1 {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 2px 0px;
    text-align: left;
    font-weight: 700;
    font-size: 18px !important;
    letter-spacing: 0px;
    text-transform: none;
    display: inline-block;
}
.forms_subhead1 {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 20px 0px;
    text-align: left;
    font-weight: 500;
    /* background: #d6e4ff; */
    font-size: 12px !important;
    letter-spacing: 0px;
    text-transform: none;
}
.forms_head {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 2px 0px;
    text-align: left;
    font-weight: 500;
    /* background: #d6e4ff; */
    border-bottom: 0px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 14px !important;
    letter-spacing: 0px;
    text-transform: none;
    min-height: 35px;
}
.forms_head1 {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 2px 10px;
    text-align: left;
    font-weight: 500;
    /* background: #d6e4ff; */
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    font-size: 14px !important;
    letter-spacing: 0px;
    text-transform: none;
    min-height: 35px;
}
.section_box_question {
    background-color: #ffffff;
    width: 100%;
    border: 0px solid #f7f7f8;
    margin: 15px 0px 10px 0px;
    box-shadow: 0 0px 5px rgb(164 173 186 / 25%);
    padding: 0px;
    border-radius: 8px;
    display: inline-block;
}
.signature_form {
    margin: 0px 0px 25px 0px;
    padding: 20px 15px 20px 15px;
    width: 300px;
    background: #fff;
    display: inline-block !important;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: 1px solid #dddddd;
    z-index: 500;
    height: 100px;
}
label.form-check-label {
    font-size: 12.5px; padding:1px 0px 0px 6px;  
    font-weight: 500 !important;  
    width: 100%;
    text-transform: none;
    color: #545454;
} 
.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0.2em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
} 

.filled_form { padding: 1px 3px 1px 3px; margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float: right;
    right: 0;
    background: #35bd00;
    color: #FFF;
    font-size: 10px;
    width: 50px;
}
.pending_form { padding: 1px 3px 1px 3px; margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float: right;
    right: 0;
    background: #F60;
    color: #FFF;
    font-size: 10px;
    width: 50px;
}

.formsetting_view .text_area { height: 80px !important; resize: none;}
.superbill_content { padding: 10px 30px 10px 30px; display: inline-block; width: 100%; position: relative;}
.superbill_content label { color: #545454 !important;}
.superbill_content .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 30px;
}
.ehr_right ::-webkit-input-placeholder { font-size: 11px !important; font-weight: 300;  color: #000;}
.ehr_right ::-moz-placeholder { font-size: 11px !important; font-weight: 300;  color: #000;}
.ehr_right :-ms-input-placeholder {font-size: 11px !important; font-weight: 300;  color: #000;}
.ehr_right :-moz-placeholder {font-size: 11px !important; font-weight: 300; color: #000;} 
.superbill_content ::-webkit-input-placeholder { font-size: 12px !important; font-weight: 600;  color: #000;}
.superbill_content ::-moz-placeholder { font-size: 12px !important; font-weight: 600; color: #000;}
.superbill_content :-ms-input-placeholder {font-size: 12px !important; font-weight: 600; color: #000;}
.superbill_content :-moz-placeholder {font-size: 12px !important; font-weight: 600; color: #000;} 
.superbill_head{font-size: 14px;  text-align:  center; color: #000; margin: 0px 0px 0px 0px; padding: 10px 0px 7px 0px; font-weight:600;}
.superbill_to{display: inline-block;
    font-weight: 600 !important;
    size: 100%;
    margin-bottom: 0px; padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #545454 ; 
    width: 100%;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
	}
.superbill_to span{font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0px 0px 5px 0px; padding: 0px;
    font-weight: 300;
	font-family: "Inter", sans-serif;
	}
	
.superbill_address{font-size: 12px;  text-align: left;  color: #000;  margin: 0px 0px 5px 0px;  padding: 0px; font-weight:400;}
.superbill_address1{font-size: 12px;  text-align: left;  color: #000;  margin: 0px 0px 5px 0px; padding: 5px 0px 0px 0px; font-weight:600;}
.superbill_address span{ filter:blur(1.8px)}
.superbill_address1 span{ filter:blur(1.8px)}
.superbill_ins_se{ width:100%; display:inline-block; padding: 5px 0px 0px 15px; }
.superbill_ins{ 
    font-weight: 500 !important; 
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #545454 ;  
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important; width:70px; float: left;
	}
.superbill_ins1{ font-weight: 500 !important; 
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px; font-size: 12px;
    color: #545454 ;  
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important; width:10px; float: left;
	}	
.superbill_ins span{ font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0px 0px 0px 0px; padding: 0px;
    font-weight: 500;
	font-family: "Inter", sans-serif;
}
.superbill_form{ font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0px 0px 0px 0px; padding: 0px;
    font-weight: 300;
	font-family: "Inter", sans-serif;
	width:150px; float: left;
	}
.billform{  margin: 0px 0px 2px 0px; } 
.superbill_con{font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0px 0px 5px 0px;  padding: 0px;
    font-weight: 600;
} 
.superbill_con1{font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0px 0px 5px 0px;  padding: 0px;
    font-weight: 600;
	}
.superbill_amount{font-size: 12px;
    text-align:  right;
    color: #000;  margin: 0px 0px 5px 0px; padding: 7px 0px 0px 0px;
    font-weight: 600;
	}
.superbillforms1{ width:100px; margin:0px auto; padding:0px;} 
.superbill_plus{ position:absolute; right:15px; margin:-4px 0px 0px 0px; z-index:5; cursor:pointer;	}	
.superbill_content .table {  margin:0px !important; padding:0px !important;}	
.superbill_content .table th {
    background: #fff;
    padding: 6px 5px 6px 5px !important;
    border-top: 0px solid #f2f2f2 !important;
	border-bottom: 1px solid #f0f0f0 !important;
    text-align: left;
    color: #545454   !important;
    font-size: 12px !important;
    text-transform:  none;
    letter-spacing: normal;
    font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif !important;
	
}	 
.superbill_content .table td {
    padding: 7px 5px 7px 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle !important;
    font-size: 12px;  
    text-align:  left;
    color: #000; 
    font-weight: 300;
}
.td_right { text-align:right !important;}
.superbill_b { float:  left;  margin: 0px 10px 0px 10px;  width:200px;}
.superbill_to1 {     font-weight: 600 !important; 
    float:  left;
    margin: 0px 10px 0px 10px;
    width: 100px;
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    color: #545454; 
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.results_sec{ background:#f8f8f8; width:100%; display:inline-block; padding:6px 12px 3px 12px;}	
.results_h{	margin: 0px;
    padding: 0px 0px 8px 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #000; 
    text-transform:  none;
	}	
.results_con{	margin: 0px;
    padding: 0px 0px 5px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #000; 
    text-transform:  none;
	}
.results_con_sec{ width:100%; display:inline-block; padding:0px; margin:0px;	}
.results_questions{	margin: 0px;
    padding: 12px 0px 5px 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    color: #000; 
    text-transform:  none;
	}		
.results_score { float:right !important;
    margin: 7px 5px 0px 0px;
    padding: 2px 5px 0px 3px;  
    border-radius: 4px;
    color: #fff;
    text-align: center;
    min-height: 23px;
    font-size: 11px;
    border: 1px solid #f6f5f9;
    min-width: 55px;
    line-height: 17px;
	font-weight:600;
}
.outcomesec {
    padding: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
   /* height: calc(100vh - 170px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;*/	
}
.outcomesec1 {
    padding: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px; 
	    height: calc(100vh - 264px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
 
}
.outcomes_headbg {
    background: #f9f9f9;
    padding: 15px;
    width: 100%;
    display: inline-block;
}
.outcomes_mainhead {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 2px 0px;
    text-align: center;
    font-weight: 700;
    /* background: #d6e4ff; */
    width: 100%;
    display: inline-block;
    font-size: 25px !important;
    letter-spacing: 0px;
    text-transform: none;
}
.outcomes_subhead {
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-weight: 500;
    /* background: #d6e4ff; */
    width: 100%;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 0px;
    text-transform: none;
    min-height: 35px;
}
.results_con_sec { width: 100%; display: inline-block;  padding: 0px;  margin: 0px 0px 5px 0px;}
.results_questions {   margin: 0px;   padding: 12px 0px 5px 0px;
    text-align: left;    font-size: 13px;
    font-weight: 300;    color: #000;
    text-transform: none;
}
.results_p{	margin: 0px;  padding: 10px 0px 5px 0px;
    text-align: left;    font-size: 13px;
    font-weight: 300;    color: #000; 
    text-transform:  none;
	}
.questionbtn_start {  width: auto; float: none; display: inline-block;  } 
.question_btn {  margin: 7px 5px 0px 0px; padding: 2px 5px 0px 3px;
  background: #f6f5f9; 
  border-radius: 4px;
  color: #000;  text-align:  left;  min-height: 23px;
  font-size: 12px;
  border: 1px solid #f6f5f9; 
  line-height: 17px; 
}
.question_btn:hover {  color: #18bc43; background: #eeffee; border: 1px solid #0bdb41;  cursor: pointer;}
.questionbtn_start .active { color: #18bc43; background: #eeffee; border: 1px solid #0bdb41;} 
.question_btn span { float:left;}
.question_btn:hover span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;  height: 17px; 
	display: inline-block; 
	float:left;
}
.questionbtn_start .active span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px; height: 17px; 
	display: inline-block; 
	float:left;
}   
.yesno_btn_start {  width: 100%; float: none; display: inline-block;}
.yesno_btn {  margin: 7px 5px 0px 0px; padding: 2px 5px 0px 3px;
  background: #f6f5f9;
  float: left;  
  border-radius: 4px;
  color: #000;
  text-align: center;
  min-height: 23px;
  font-size: 11px;
  border: 1px solid #f6f5f9;
  min-width: 55px; 
  line-height: 17px;
}
.yesno_btn:hover {  color: #18bc43; background: #eeffee; border: 1px solid #0bdb41; float: left; cursor: pointer;}
.yesno_btn_start .active { color: #18bc43; background: #eeffee; border: 1px solid #0bdb41;} 
.yesno_btn span { float:left;}
.yesno_btn:hover span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px;  height: 17px; 
	display: inline-block; 
	float:left;
}
.yesno_btn_start .active span { background-image:url(../images/review_tick.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
    width: 14px; height: 17px; 
	display: inline-block; 
	float:left;
}
.yesno_btns {  margin: 7px 5px 0px 0px;
  background: #edfff3; float: left;
  padding: 3px 5px 3px 3px;
  border-radius: 80px;
  color: #000; text-align: center;
  min-width: 80px;
  font-size: 11px;
  border: 1px solid #95f5b2;  
}
.yesno_btns:hover {  color: #fff; background: #0bdb41; border: 1px solid #0bdb41; float: left; cursor: pointer;}
.yesno_btns .active { color: #fff; background: #0bdb41; border: 0px solid #0bdb41;}
.yesno_btn_start {  width: 100%; float: none; display: inline-block;}
.yesno_btn_pe_start {  width: 100%; float: none; display: inline-block;}
.yesno_btn_pe {  margin: 7px 5px 0px 0px !important;    
  float: left;
  padding: 3px 5px 0px 5px !important;   
  color: #000 !important;   
  text-align: center; 
  font-size: 11px !important;   
  border-radius: 4px; 
  background: #f6f5f9 !important;   
  border: 1px solid #f6f5f9;
  min-height:23px !important;
  font-weight:normal !important;   
  font-family: "Inter", sans-serif !important; 
}
.yesno_btn_pe:hover {  color: #56d461; background: #fff; border: 1px solid #56d461; float: left;  cursor: pointer;}
.yesno_btn_pe_start .active { color: #56d461; background: #fff; border: 1px solid #56d461;}
.results_name_h {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: none;
}
.scrore_sec {
    width: 100%;
    display: inline-block;
    margin: 5px 0px 0px 0px;
    padding: 10px 0px 8px 0px;
    border-top: 1px solid #ccc;
}
.appointment_tabs{ margin:0px 0px 0px 0px; padding:7px 3px 0px 3px; 	}
.appointment_tabs ul{ margin:0px;  padding:5px 3px 7px 3px; border-bottom: 0px solid #e8e8e8; background: #f9f9f9; width: 100%; display: inline-block; }		
.appointment_tabs li{ margin:0px 5px 0px 0px; padding:0px;  float:left;}
.appointment_tabs li a{ font-weight: 600; font-size: 9px;
    letter-spacing: 0.6px; display: inline-block;
    padding: 5px 3px 3px 3px; margin: 0px 0px 0px 0px;  list-style: none;
    cursor: pointer; text-align: center;
    color: #545454; border: 0px !important;
    width: 100%; text-transform: uppercase;
    opacity: 1;
	}
.appointment_tabs li a:hover{ background: #fff !important; color: #545454 !important; border-radius: 3px !important;  box-shadow: 0 0px 3px rgb(0, 116, 255, 0.7);}	
.appointment_tabs .active { background: #fff !important; color: #0074ff !important; border-radius: 3px !important;  box-shadow: 0 0px 3px rgb(0, 116, 255, 0.7);}
.filled_form {
    padding: 1px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float: right;
    right: 0;
    background: #35bd00;
    color: #FFF;
    font-size: 10px;
    width: 65px;
}
.pending_form {
    padding: 1px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float: right;
    right: 0;
    background: #F60;
    color: #FFF;
    font-size: 10px;
    width: 65px;
}
.new_form {
    padding: 1px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float:  left;
    right: 0;
    background: #1d1d1d;
    color: #FFF;
    font-size: 10px;
    width: 65px;
}
.completed_form {
    padding: 1px 3px 1px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float:  left;
    right: 0;
    background: #036f00;
    color: #FFF;
    font-size: 10px;
    width: 65px;
}
.incomplete_form{
    padding: 1px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float:  left;
    right: 0;
    background: #F60;
    color: #FFF;
    font-size: 10px;
    width: 65px;
}
.portalinvite_btn {  margin: 0px 3px 5px 0px; float:left;  }
.portalinvite_btn a {  margin:0px !important;   background: #f6f5f9 ;
  padding: 5px 6px 5px 6px !important;
  border-radius: 4px;  color: #000;
  text-align: center;  font-size: 11px;
  border: 1px solid #f6f5f9 ;  font-weight: 500;  
}
.portalinvite_btn a:hover {  color: #000; background: #f0f0f0 ; border: 1px solid #f6f5f9 ; 
cursor: pointer; }
.table{ padding:0px; margin:0px;}
.invoice_content .form-select { 
    font-size: 12px; 
}
.invoice_content .select-calander { 
    font-size: 12px; 
}
.invoice_content ::-webkit-input-placeholder { font-size: 12px !important; font-weight: 300;  color: #000;}
.invoice_content ::-moz-placeholder { font-size: 12px !important; font-weight: 300;  color: #000;}
.invoice_content :-ms-input-placeholder {font-size: 12px !important; font-weight: 300;  color: #000;}
.invoice_content :-moz-placeholder {font-size: 12px !important; font-weight: 300; color: #000;} 
 
.reviewsystemforms label {
    width: 100%;
    display: inline-block;
    font-weight: 500 !important;
    size: 100%;
    margin-bottom: 3px;
    padding: 5px 0px 0px 0px;
    font-size: 10px;
    color: #3c65e6;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
}
 
#pe_smok td {
    color: #ba104f;
    /* color: #073578; */
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-weight: 700;
    border-bottom: 0px solid #e8e8e8;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: none;
    font-family: 'Oxygen', sans-serif;
}
.reviewsystemforms h2 {
    color: #ba104f !important;
    margin: 0px 0px 0px 0px !important;
    padding: 5px 0px 0px 0px !important;
    text-align: left;
    font-weight: 600 !important;
    border-bottom: 0px solid #e8e8e8 !important;
    width: 100%;
    display: inline-block;
    font-size: 11px !important;
    letter-spacing: 0.06em;
    text-transform: none;
    font-family: 'Oxygen', sans-serif;
}
.open_forms { position:  relative; margin: 0px 0px 0px 0px; }
.open_forms a {  margin: 0px 3px 0px 0px !important;   background: #eeffee;
  padding: 1px 6px 2px 6px !important;
  border-radius: 4px;  color: #18bc43;
  text-align: center;  font-size: 11px;
  border: 1px solid #0bdb41;  font-weight: 500;  min-height: 20px; 
}
.open_forms a:hover {  color: #18bc43 !important; background: #eeffee; border: 1px solid #0bdb41;   cursor: pointer;   }

 
 .col-sm-6 { 
        position: relative;
    }
.m_t{ margin-top:40px !important}
.tabs_booking {
    justify-content: center;
}
.consecetop {
    margin: 0px;
    padding: 0px;
    position: relative;
} 
.consecetop .nav-tabs {
    border-width: 0px !important;
    z-index: 450;
    background: #f9f9f9;
    width: 100%;
    padding: 3px 4px;
    position: absolute;
}
.consecetop .nav-item {
    padding: 1px 0px 1px 0px;
}
.consecetop .nav-link {
    font-weight: 600;
    font-size: 0.6em;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 5px 10px  !important; 
    margin: 0px 0px 0px 0px;
    list-style: none;
    cursor: pointer;
    text-align: center;
    color: #545454;
    border: 0px !important;
    width: 100%;
    text-transform: uppercase;
	opacity: 1;
	
}
.consecetop .nav-tabs li {
    float: left;
    margin: 0px 6px 0px 0px !important;
    width: auto !important;
    background: #fff;
    border-radius: 8px;
}
.consecetop .nav-tabs .active {
    background: #fff !important;
    color: #0074ff !important;
    border-radius: 3px !important; 
    padding: 5px 10px  !important; 
	margin: 0px 0px 0px 0px;
}	


@media only screen and (max-width: 1100px) {
.dairy_r { width: 91%; }
.ehr_right { width: 76%; }
}
@media only screen and (max-width: 900px) {
.dairy_r { width: 89%; }
.diary_m_r {width: 69%; flex: 0 0 auto;  margin-left: 0px; padding-left: 0px;}
.diary_top_dates {  width: 130px; }
.appointments_conts { width: 108px; }
.ehr_right { width: 69%;}
.patient_prof_link li {  width: 57px; }
.patient_link_se { font-size: 8px; letter-spacing: 0.2px; }
.appointments_conts { width: 108px; float: left; margin: 0px 0px 0px 10px; padding: 0px 0px 3px 0px;  font-size: 12px; text-align: left; color: #000;}

}
	
 