/* AL 05-01-2022 */
.profile_details_list .btn_group, .profile_details_list .full_{
	grid-column:1/-1;
}
/* AL 05-01-2022 */

/* SS 18-01-2022 */
.loginLocked h4{
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	color: #3f694f;
}

.loginLocked img{
	width: 35px;
}

/* AL 02-02-2022 */
@media only screen and (max-width:767px){
	.dash_form_controller .input-field input:not([type]), .dash_form_controller .input-field input[type=date]:not(.browser-default), .dash_form_controller .input-field input[type=datetime-local]:not(.browser-default), .dash_form_controller .input-field input[type=datetime]:not(.browser-default), .dash_form_controller .input-field input[type=email]:not(.browser-default), .dash_form_controller .input-field input[type=number]:not(.browser-default), .dash_form_controller .input-field input[type=password]:not(.browser-default), .dash_form_controller .input-field input[type=search]:not(.browser-default), .dash_form_controller .input-field input[type=tel]:not(.browser-default), .dash_form_controller .input-field input[type=text]:not(.browser-default), .dash_form_controller .input-field input[type=time]:not(.browser-default), .dash_form_controller .input-field input[type=url]:not(.browser-default), .dash_form_controller .input-field textarea.materialize-textarea {
		    height: 12rem;
	}
	
	.dash_form_controller .input-field>label:not(.error) {
	    transform: translateY(4rem);
		    padding: 0 1.5em;
			pointer-events: none;	
	}
	
	.booking_popup .inner_.grid_2 .dash_form_controller:before{
		display: none;
	}
	
	.dash_form_controller textarea.materialize-textarea{
		padding-top: 4rem;
	}
	.dash_form_controller .input-field.attachment_ .choose {
	    height: 12rem;
	}
	.dash_form_controller .input-field span.help_ {margin: 0;}
	
	.dash_form_controller{
		grid-gap:20px;
	}
}

/* AL 24-02-2022 */
.new_dash_pannel{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 3.5vw;
	margin-top: 30px;
}

.new_dash_pannel .msg_widget_area{
	position: relative;
	display: grid;
	grid-template-columns:1fr;
	grid-gap:10px;
	width: 100%;
}

.new_dash_pannel .msg_widget_area .item_{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3.5vw;
	background-color: #fff;
	padding: 15px;
}

.new_dash_pannel .msg_widget_area .item_ .placeholder_{
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 13px;
}

.new_dash_pannel .msg_widget_area .item_ .placeholder_ a{
	display: block;
}

.new_dash_pannel .msg_widget_area .item_ .placeholder_:last-child{
	margin-bottom: 0;
}
.new_dash_pannel .msg_widget_area .item_ .placeholder_ label{
	position: relative;
	display: block;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
}

@media only screen and (max-width:767px){
	.d_c_p_desc p {
	    font-size: 16px;
	}
	
	.booking_popup {
	    padding: 20px;
	}
	
	.profile_icon_wrapper h4 {
	    font-size: 22px;
	    margin: 0;
	}
	
	.profile_icon_wrapper i~h4 {
	    margin-inline-start: 10px;
	}
	
	.dash_main .dash_side_nav .dash_nav {
	    margin-top: 0;
	}
	
	.dash_main .dash_side_nav .dash_nav ul li {
	    margin: 0;
	}
}
/* AL 24-02-2022 */

/* AL 11-04-2022 */
button.sort_filter {position: relative;display: inline-block;width: 25px;height: 25px;border: 0;background: #fff;margin: 0 0.25em;border-radius: 50%;}

button.sort_filter svg {position: relative;display: block;width: 70%;height: auto;margin: 0 auto;}

button.sort_filter svg path {fill: #014f7b;}
/* AL 11-04-2022 */


/* SS 04-07-2022 */

.patient_list_profile.new_sess{
	grid-template-columns: 1fr;
	background: #014f7b;
	padding: 1.25rem;
	border-top: 1px solid #315B3F;
	
}
.patient_list_profile.new_sess .item_p_l{
	justify-content: space-between;
	background: #014f7b;
	border-radius: 0;
	display: grid;
    grid-template-columns: 65% 28%;
	grid-gap: 2%;
}
.rgt__bx{
	display: flex;
    gap: 1em;
	justify-content: space-around;
}
.membr_name{
	display: block;
    font-size: .8vw;
    color: #fff;
    font-weight: 600;
    margin: 0;
	position: relative;
	padding-left: 0;
}
.pati_name {
    display: block;
    font-size: .9vw;
    color: #fff;
    font-weight: 600;
    margin: 0;
	position: relative;
	padding-left: 1.5em;
}
.pati_name:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
    transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #D2B42D;
}
.tic_{}
@media only screen and (max-width: 767px){
	.membr_name{
		font-size: 3vw;
	}
	.pati_name {
		font-size: 3.5vw;
	}
}
/* SS 04-07-2022 */

/* AL 03-02-2023 */
.dash_widget_ input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    pointer-events: auto;
    cursor: pointer;
}
.dash_widget_ input[type=radio]:checked~.link_ {
    background: #014f7b;
}

.dash_widget_ input[type=radio]:checked~.link_ label{
	color: #fff;
}

/* .dash_widget_  {
    overflow: hidden;
} */

.dash_widget_ .link_, .dash_widget_ input[type=radio]~.link_ label {
    transition: all 0.3s ease;
}

.dash_widget_ input[type=radio]~.link_ {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.5em;
border-radius: 1.5vw;
}

.dash_widget_ input[type=radio]~.link_ .icon_ {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
    height: 3vw;
}

.dash_widget_ input[type=radio]~.link_ .icon_ svg {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
}
.dash_widget_ label.error {
    color: red;
    font-weight: 500;
    font-size: 0.9rem;
    margin: 1em;
}
@media only screen and (max-width: 767px){
    .dash_widget_ input[type=radio]~.link_{
        padding: 20px;
        text-align: start;
        height: 100%;
    }
    .dash_widget_ input[type=radio]~.link_ .icon_{
        height: 30px;
    }
	.dash_widget_ input[type=radio]~.link_ {
		border-radius: 3.5vw;
	}
}

/* AL 03-02-2023 */

/* AL 09-02-2023 */
.dash_widget_.disabled_{
	overflow: hidden;
}
.dash_widget_.disabled_ .link_ {
    pointer-events: none;
    opacity: 0.1;
}

.dash_widget_ .disable_mssg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 1em;
	background-color: #014f7b12;
}

.dash_widget_ .disable_mssg span {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 0.8vw;
	color: #014f7b;
	line-height: 2;
}

@media only screen and (max-width: 767px){    
    .dash_widget_ .disable_mssg span {
        font-size: 2.5vw;
    }
}

.booking_popup .empty_alert p {
    margin-top: 1.5em;
    font-size: 120%;
    line-height: 2;
    font-weight: 500;
    color: #014f7b;
}
/* AL 09-02-2023 */
/* AR 16-04-2025 */
:root {
    --primary-color: #8e6a37;
  }
  :root {
    --secondary-color: #014f7b;
  }
  .dashboard_ {
    background: #f9f7ed url(../images/dash_bg.png);

}
.loader .loader-img img{
	max-width: 150px !important;
}
.dash_form_controller .title_ h4,.dash_form_controller .input-field>label:not(.error) {
    color: var(--primary-color);
}
.btn_primary,.dash_form_controller .input-field>label:not(.error).active  {
    background-color: var(--primary-color);
}
.login_content_ .dash_form_controller .input-field input[type=text]:not(.browser-default):focus:not([readonly]),.login_content_ .dash_form_controller .input-field input[type=password]:not(.browser-default):focus:not([readonly]){
	border-color: var(--primary-color);
}
.booking_popup .dash_form_controller .date_>i{
	pointer-events: none;
}
  .dash_widget_area.sessionNotes .dash_child_progress {
    margin-top: 2rem;
}
.status_ [data-attend] img{
	border: 2px solid #fff;
    border-radius: 50%;
}
 
.booking_popup .inner_ .title_bock h3{
	color: var(--primary-color);
}
.patient_list_profile .item_p_l,.dash_doctor_details .inner_ .bg_layer{
	background: var(--primary-color);
}
.sider_bar_notification .content_ .recent_mails li .item_{
	background-color: #fff;
}
.dash_form_controller .date_>i {
    color: var(--primary-color);
}
.dash_form_controller .selectric .label {
    color: var(--primary-color);
}
.dash_form_controller .selectric-wrapper .selectric .button:after {
    border-top-color: var(--primary-color);
}
.sider_bar_notification .content_ .recent_mails li .item_ .noti_content_new p,.sider_bar_notification .noti_content_new h4{
	color:  var(--primary-color);
}
.sider_bar_notification .content_ .recent_mails li .item_:hover .noti_content_new h4,.sider_bar_notification .content_ .recent_mails li .item_:hover .noti_content_new p{
    background-color: var(--primary-color);
    color: #fff;
}
.fancybox-slide--iframe .fancybox-content   {
    min-height: 250px;
}
textarea.materialize-textarea{
	padding-top: 1.5rem;
}

/* AP 23-07-2025 */
.serviceList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .serviceList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 980px) {
  .serviceList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .serviceList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.seItem .inner {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
  border-radius: 1.5vw;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 0.95vw;
  line-height: 110%;
  padding: 2rem 1rem 1.5rem;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .seItem .inner {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 980px) {
  .seItem .inner {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .seItem .inner {
    font-size: 3.4vw;
    gap: 1.1rem;
    padding: 3.5rem 1rem 2rem;
  }
}
.seItem .inner:hover .iconBox::before {
  transform: scale(1.2);
}
.seItem .t {
  padding-inline: 15%;
}
.seItem .iconBox {
  width: 35%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .seItem .iconBox {
    width: 40%;
  }
}
@media only screen and (max-width: 980px) {
  .seItem .iconBox {
    width: 35%;
  }
}
.seItem .iconBox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #8e6a37;
  opacity: 0.1;
  transition: all 0.4s ease-in-out;
}
.seItem .iconBox img,
.seItem .iconBox svg {
  width: 60%;
  height: auto;
  aspect-ratio: 1;
}

.dash_body_pannel:has(.serviceList) .p-row {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.servicePop {
  max-width: 50%;
  border-radius: 2rem;
  padding: 3rem;
}
@media only screen and (max-width: 1024px) {
  .servicePop {
    max-width: 60%;
  }
}
@media only screen and (max-width: 980px) {
  .servicePop {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .servicePop {
    max-width: 95%;
    padding: 5rem;
    border-radius: 3.5rem;
  }
}
.servicePop .inner {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 980px) {
  .servicePop .inner {
    grid-template-columns: 20% 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .servicePop .inner {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}
.servicePop .iconBox {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .servicePop .iconBox {
    max-width: 120px;
    order: 2;
  }
}
.servicePop .iconBox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #8e6a37;
  opacity: 0.1;
  transition: all 0.4s ease-in-out;
}
.servicePop .iconBox img,
.servicePop .iconBox svg {
  width: 40%;
  height: auto;
  aspect-ratio: 1;
}
.servicePop .contentBox {
  padding-inline-start: 2rem;
  border-inline-start: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .servicePop .contentBox {
    padding-inline-start: 0rem;
    border-inline-start: none;
    display: contents;
  }
}
.servicePop .tBox {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .servicePop .tBox {
    margin-bottom: 0;
    order: 1;
  }
}
.servicePop .tBox .t {
  flex: 1;
  font-size: 2.3rem;
  line-height: 100%;
  font-weight: 600;
  color: var(--secondary-color);
}
@media only screen and (max-width: 767px) {
  .servicePop .tBox .t {
    font-size: 5rem;
  }
}
.servicePop .text_box {
  color: var(--secondary-color);
  font-size: 1.1rem;
}
@media only screen and (max-width: 1024px) {
  .servicePop .text_box {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .servicePop .text_box {
    font-size: 3rem;
    order: 3;
  }
}
.servicePop .text_box > *:first-child {
  margin-top: 0;
}
.servicePop .text_box > *:last-child {
  margin-bottom: 0;
}
.servicePop .popupClose {
  width: 2.5rem;
  aspect-ratio: 1;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .servicePop .popupClose {
    width: 6rem;
  }
}
.servicePop .popupClose svg {
  width: 50%;
  height: auto;
}

.moreWrap {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .moreWrap {
    margin-top: 0.5rem;
    order: 4;
  }
}

.more {
  display: inline-flex;
  padding: 0.7rem 1.8rem;
  position: relative;
  color: #fff;
  z-index: 5;
  font-size: 1rem;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .more {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .more {
    font-size: 2.6rem;
    padding: 1.8rem 3rem;
  }
}
.more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  border-radius: 1.5rem;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .more::before {
    border-radius: 3rem;
  }
}
.more:hover, .more:focus {
  color: #fff;
}
.more:hover::before, .more:focus::before {
  opacity: 0.8;
}
/* AP 23-07-2025 */

/* AR 27-10-2025 */
.sider_bar_notification .content_ .recent_mails li .link_{
    color: #fff;
}
.profile_icon_wrapper h4{
     display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.patient_list_profile .item_p_l:hover {
    background: var(--primary-color);
}
.dash_form_controller .input-field>label.error{
  bottom: 100%;
  top: auto;
}
/* --  AR 27-10-2025 */