@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); 

:root {
	--white: #fff;
	--light-gray: #F3F3F3;
  --light-primary: #A1A1A1;
	--gray: #626262;
	--gray-dark: #CBCBCB;
	--primary: #181818;
	--secondary: #EBEBEB;
	--success: #219653;
	--info: #E9FAFF;
	--warning: #F4C000;
	--danger: #FF4E4E ;
	--light: #f8f9fc;
	--dark: #181818;
	--form-border-color: #cbcbcb; 
	--bg-light: #FFF9F5;
  --bg-dark: #F3F3F3;
	--bg-color: #fff;
	--table-border: #F5F5F5;
  --dark-border-color: #CBCBCB;
	--border-color: #F3F3F3;
	--purple: #9B2B8B;
	--darkblue: #161820;
  --transparent-bg: #16182000;
  --hover-bg: #f4f4f4;
  
  --radius :  .685rem;
  --border-radius: 0.625rem;
}
* {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
*,
::after,
::before {
	box-sizing: border-box
}
body {
  position: relative;
  min-height: 100%;
  font-family: "Raleway", sans-serif !important;
  padding: 20px;
  background-color: var(--light-gray) !important;
  font-feature-settings: 'lnum' 1 !important;
}

::-webkit-scrollbar{
  width: 12px !important;
  background-color: var(--bg-color) !important;
}
::-webkit-scrollbar-track{
  border-radius: 3px !important;
  background-color: transparent !important;
}
::-webkit-scrollbar-thumb{
  border-radius: 5px !important;
  background-color: var(--light-primary) !important;
  border: 2px solid var(--light-primary) !important;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--light-primary) var(--bg-color) !important;
}

h1 {
  color: var(--dark);
}
h2{
  font-size: 1.695rem !important;
}
h4{
  font-size: 1.425rem !important;
}
h5{
  font-size: 1.3rem !important;
  line-height: 27px;
}
h6{
  font-size: 1rem !important;
}
p{
  color: var(--gray);
  font-size: 0.975rem !important;
  line-height: 1.525rem !important;
  font-weight: 400 !important;

}
a {
  text-decoration: none !important;
  cursor: pointer;
}
a.primary{
  color: var(--primary) !important;
}
.gray {
  color: var(--gray);
}
.dark {
  color: var(--dark);
}
.primary {color: var(--primary);}
.white {
  color: var(--white) !important;
}
.light-gray{color: var(--light-primary) !important;}
.form-control {
  color: var(--darkblue) !important;
}
.text-justify {
  text-align: justify;
}
.rounded-4{border-radius: 1.25rem !important;}

.login-bg{
  background-image: url(../images/login-bg.jpg) !important;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
}
.login-bg-fx{

  background: #333;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.login-card .card-logo{
  width: 298px;
}
.login-card{
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 65px 20px;
  box-shadow: rgb(0, 0, 0) 0px 0px 64px;
}
.form-control:focus {
  background: none;
  color: var(--white);
  box-shadow: none !important;
}
textarea.form-control {
  border: 1px solid var(--primary);
  border-radius: 24px;
}

.form-outline.form-textarea{
  align-items: baseline;
  border-radius: 20px !important;
}

.escribe-icon{width: 60px;height: 60px;object-fit: contain;}

.gray-border {
    border: none !important;
    height: 1px;
    background: #6B6B6B;
    background: linear-gradient(90deg, rgba(107, 107, 107, 1) 0%, rgba(107, 107, 107, 0) 100%);
}
.form-outline.select-outline{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.form-outline.select-outline select{
  border: none !important;
  color: var(--gray) !important;
  font-size: 14px !important;
}

.form-outline .intl-tel-input{width: 100% !important;}
.ntfn-min{width: 70px;}
/* .form-outline.form-textarea{
  min-height: 50px !important;
} */
.btn {border-radius:  .685rem !important;
  font-size: .975rem !important;
  font-weight: 500 !important;}

.btn-primary {
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  padding: .75rem .75rem !important;
  min-width: 145px;
}
.btn-outline-danger{
  color: var(--danger) !important;
  background-color: var(--white) !important;
  border-color: var(--danger) !important;
  padding: .75rem .75rem !important;
  min-width: 150px;
}
.btn-outline-danger:hover{
  color: var(--white) !important;
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
}
.form-control::placeholder {
  color: var(--light-primary) !important;
  opacity: 1;
}
.breadcrumb li{font-size: .875rem !important;}

.br{border-right: 1px solid  var(--dark-border-color);}
.min-h-auto{min-height: auto !important;}

.login-form form a img{
  width: 17px;
  margin-right: 10px;
}
.warning-icon{
  font-size: 90px !important;
  color: var(--warning);
}
.accept-icon{
  font-size: 90px !important;
  color: var(--success);
}
.error-icon{
  font-size: 90px !important;
  color: var(--danger) !important;
}
.invitation-wrapper h5{
  color: #ff6f6f;
}
/* .invitation-wrapper{
  padding: 15px;
  border: 1px dashed var(--dark-border-color);
  border-radius: var(--radius);
} */

.btn-success{
  color: var(--white) !important;
  background-color: var(--success) !important;
  border-color: var(--border-color) !important;
  padding: .75rem .75rem !important;
  min-width: 150px;
}
.btn-outline-primary,.btn-outline{
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--dark-border-color) !important;
  padding: .75rem .75rem !important;
  border: 1px solid;
  min-width: 150px;
}
.btn-outline-inner {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--dark-border-color) !important;
  border: 1px solid;
  font-size: 13px !important;
padding: 8px 12px !important;
}
.btn-outline-inner:hover {
border: 1px solid var(--primary);
  color: var(--white) !important;
  background-color: var(--primary) !important;
}
.btn-outline-normal{
  color: var(--primary) !important;
  background-color: var(--white) !important;
  padding: .75rem .75rem !important;
  border: 1px solid var(--primary);
  min-width: 150px;
}
.btn-outline-checkbox {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--primary) !important;
  border: 1px solid;
}


.btn-outline-primary:hover,a.btn-outline-primary:hover{
  background: var(--gray) !important;
  color: var(--white) !important;
}



/* .web-card.threshhold-card{
  background: linear-gradient(to right, #1d1717 0%, #4f4f4f 100%);
} */

.dropdownBody .input-group{
  background: var(--bg-dark) !important;
  border: none !important;
}
.gallery_wrapper .item{
  position: relative;
}
.gallery_wrapper .item span.material-symbols-outlined{
  color: var(--white);
  background: var(--primary);
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
  transform: translateY(20px); 
  opacity: 0; 
  transition: transform 0.3s ease, opacity 0.3s ease; 
}
.gallery_wrapper .item:hover span.material-symbols-outlined {
  display: block;
  transform: translateY(0); 
  opacity: 1;
}

.carousel-control-prev-icon{
  background-image: url(../images/left-arrow.png) !important;
}
.carousel-control-next-icon{
  background-image: url(../images/right-arrow.png) !important;
}

/* Radio */

.radio-input input {
  display: none;
}

.radio-input label {
  border: 1px solid var(--dark-border-color);
  border-radius: 10px;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}

.radio-input input:checked + label {
  --border-color: var(--primary);
  border-color: var(--dark-border-color);
  border-width: 1px;
}
.radio-input label:hover {
  --border-color: var(--primary);
  border-color: var(--border-color);
}

.radio-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.userTypeInner img{
  width: 50px;
}

.userTypeInner {
  display: flex;
  align-items: center;
  gap: 15px;
}

.userTypeInfo {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.calendar {
  border-radius: 10px;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: max-content;
  grid-auto-flow: row;
  color: #333;
  background-color: var(--white);
  gap: 3px;
  align-items: baseline;
}

.cell {
  width: 100%;
  padding: 0.4em 0.8em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

.cell:hover, .cell:focus {
  color: var(--primary);
  background-color: var(--hover-bg);
  border-radius: 12px;
}

.cell:empty {
  width: 0;
  padding: 0;
}

.cell--unselectable {
  color: var(--primary);
  pointer-events: none; /* Prevents all interactions (click, hover, focus) */
}

.cell--unselectable:hover, 
.cell--unselectable:focus {
  color: var(--primary); /* Retain the base color */
  background-color: transparent; /* Ensure no hover background */
  outline: none; /* Removes focus outline, if applicable */
}
.cell.highlight{
  color: var(--white);
  background-color: var(--primary);
  border-radius: 10px;
  width: 40px;
}

.date-text {
  padding: 0em 0em 1em;
  grid-column: 1 / 5;
  justify-self: start;
  display: flex;
  align-items: center;
  font-size: 1.375rem !important;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--primary) !important;
  font-weight: 500;
}

.join-call img{height: 30px;width: 30px;}

.btn-primary:hover {
  background: var(--white) !important;
  color: var(--primary) !important;
}
/* a.btn.btn-primary:hover {
  color: var(--white) !important;
} */
.btn-check:focus+.btn-primary, .btn-primary:focus {
  box-shadow: none !important;
}
.form-control:focus {
  border-color: var(--primary) !important;
}
ul.dropdown-menu {
  background: var(--bg-color);
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  /* color: var(--white); */
  /* min-width: 280px; */
  width: auto;
}
.page-item.active .page-link {
  z-index: 1 !important;
}
.notfctn-hd ul.dropdown-menu{
  min-width: 490px;
  max-height: 250px;
  overflow: scroll;
}
.profile-hd .dropdown-menu{
  min-width: 16rem;
}
.dropdown-item {
  color: var(--gray) !important;
  font-weight: 500;
  font-size: 0.875rem !important;
}
/* .dropdown-item:focus, .dropdown-item:hover {
  color: var(--white) !important;
  background-color: #3a3a3a !important;
} */
small {
  font-size: 0.875em !important;
  line-height: 24px;
  font-feature-settings: 'lnum' 1 !important;
  line-height: 24px;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none !important;
}
.nav.nav-pills{
  border-bottom: 1px solid var(--dark-border-color);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-bottom: 1px solid var(--primary);
  border-radius: 0 !important;
}
.nav-pills .nav-link {
  font-size: 0.875rem !important;
  padding: .5rem .475rem;
}
.border-bottom-light{border-bottom: 1px solid var(--light-gray);}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: var(--gray) !important;
}

.rating {
  display: inline-flex;
}

.rating input {
  display: none;
}

.rating label {
  float: right;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
}

.rating label:before {
  content: '\2605';
  font-size: 30px;
  line-height: 1;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: var(--warning);
  transition: color 0.3s;
}

.comment_box{
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
  padding: 20px 0px;
  border-bottom: 1px solid var(--light-gray);
}
.comment_box:last-child{border-bottom: none;padding-bottom: 0px;}


.table-hover > tbody > tr:hover{
  --bs-table-accent-bg: var(--hover-bg) !important;

}

.table>:not(caption)>*>* {
  background: var(--bg-color) !important;
}
tbody, td, tfoot, th, thead, tr {
  vertical-align: middle;
}
td {
  font-size: 14px;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom: 1px solid #A1A1A1 !important;
}
.border-top, .border-bottom, .border-left, .border-right {
  border-color: var(--border-color) !important;
}
.wrapper .border-bottom { border-bottom: 1px solid var(--border-color) !important;}
.wrapper .border-top { border-top: 1px solid var(--border-color) !important;}
.wrapper .border-right { border-right: 1px solid var(--border-color) !important;}
.wrapper .border-left { border-left: 1px solid var(--border-color) !important;}
.wrapper .border-primary {border-color: var(--light-primary) !important;}



.tooltip-sec {
  position: relative;
  display: inline-flex;
  margin-left: 5px;
}

.tooltip-sec .tooltiptext{
  visibility: hidden;
  background-color: black;
  color: #fff;
  width: max-content;
  max-width: 450px; 
  white-space: normal;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-sec .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip-sec:hover .tooltiptext {
  visibility: visible;
}

/* 24/07/24 */

.login-form h1{
  font-size: 1.5rem;
  font-weight: 700;
}
footer{
  background: var(--primary);
  color: var(--white) !important;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 997;
  width: 100%;
}
footer p{
  color: var(--white) !important;
  margin: 0px;
}
.social-media{
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.social-media i{color: var(--white);font-size: 1.325rem !important;border-radius: 2rem;}
.social-media i:hover {color: #6d6d6d !important;}

.login-tabs .nav-item{display: flex;flex-grow: 1;}
.login-tabs .nav-link{width: 100%;border-color: var(--dark-border-color) !important;border-radius: .685rem !important;padding: .75rem .75rem !important;transition: box-shadow 0.3s ease, transform 0.3s ease;  backface-visibility: hidden;
  transform-style: preserve-3d;}

.login-tabs .nav-link.active{
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
  background: var(--primary) !important;
}
.login-tabs .nav-link.active:hover {
  border: 1px solid var(--primary) !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.login-tabs .nav-link:hover ,.login-tabs .nav-link:focus{
 border: 1px solid var(--dark-border-color) !important;
 border-radius: .685rem !important;
}
.login-tabs .nav-link:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.breadcrumb li{
  font-size: 13px !important;
}

.wrapper .res-wrapper{
  padding: 10px 10px 40px 10px;
}
.sticky-top{
  position: sticky !important;
  top: 0 !important;
  padding-bottom: 20px;
}
.wrapper-container{
  padding:  0px 0px 20px !important;
  background-color: var(--light-gray) !important;
  height: 100% !important;
  position: relative;
}
.disonnect-loader img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999 !important;
}
.disonnect-loader .modal-backdrop{
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

img.logo{
  max-height: 55px;
  max-width: 160px;
}
.fw-medium{
  font-weight: 600 !important;
}
.fw-400{font-weight: 400 !important;}
.fw-middle{font-weight: 500 !important;}
.loaderImg{width: 250px;}
.welcome-body{
  padding: 0px 30px;
}
.welcome-body h2{
  color: var(--gray);
  font-weight: 400;
  margin: 0;
  font-feature-settings: 'lnum' 1 !important;
}
.welcome-body h3{
  font-size: 1.75rem !important;
  font-weight: 600;
  color: var(--primary);
}
.welcome-body p,.welcome-body a{
  color: var(--gray) !important;
}
table th{
  color: var(--dark) !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
}

table td{
  color: var(--gray) !important;
  font-weight: 400 !important;
  border-bottom: 1px solid var(--border-color);
  font-feature-settings: 'lnum' 1;
}
table td p{
  font-size: 0.975rem !important;
  margin-bottom: 0px;
}
table td.success-info{color: var(--success) !important;}
table td.error-info{color: var(--danger) !important;}
.user_info p{font-size: 14px !important;font-weight: 400 !important;width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px !important;
}
.user_info.appointment_info p{
  width: 180px;

}

.user_info img{
  width: 30px;
  height: 30px;
}
.tab_box{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tab_box .btn.btn-tab.active{
  background: var(--primary);
  color: var(--white);
  border-radius: 7px !important;
}
.tab_box .btn.btn-tab{
  border: 1px solid var(--dark-border-color) !important;
  border-radius: 7px !important;
  min-width: 130px;
  font-size: 0.875rem !important;
  transition: transform 0.2s ease-in;
}

.dropview_body.profileList{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.dropview_body.profileList p{
  margin-bottom: 0px;
}
.appointment_inner{
  background: var(--bg-dark);
  padding: 10px;
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
}
.appointment_inner > div:first-of-type{
  display: flex;
  gap: 10px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--bg-color) !important;
}

.dropzone-wrapper{
  border: 2px dashed var(--light-primary);
  background: var(--bg-dark);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: var(--radius);
}
.dropzone{
  border: 2px dashed #A1A1A1 !important;
  background: #F3F3F3 !important;
  height: auto;
  min-height: 200px !important;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: .685rem;
}
#cboxContent{
  border-radius: 1rem !important;
  padding: 1rem !important;
}

.cropwrp{
  font-family: "Raleway", sans-serif !important;
  font-feature-settings: 'lnum' 1 !important;
  background: var(--white) !important;
}
.cropwrp .dropzoneheader h4{
 margin: 0px 0px 10px;
}
.cropwrp .modal-title{
  margin: 0px 0px 10px;
}
.cropwrp .help-list ul li {
  font-size: 13px;
  margin-bottom: 5px;
  color: var(--gray);
  line-height: 24px;
}
.cropwrp .help-list h6{
  margin: 10px 0px;
}
.cropwrp .help-list ul {
  padding: 0px 10px !important;
  list-style: disc !important;
}
.cropwrp .panel-body{
  border: 2px dashed #A1A1A1 !important;
  background: #F3F3F3 !important;
  min-height: 180px !important;
  display: grid;
  place-items: center;
  border-radius: .685rem;
}
.dropzone .dz-preview .dz-remove{
  margin-top: 5px;
  color: var(--danger) !important;
}
.dropzone .dz-preview{
  padding: 10px;
  border-radius: var(--radius) !important;
}
.profile-remove-btn{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background: var(--danger);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-remove-btn span{
  font-size: 17px !important;
  padding: 1px;
  color: var(--white);
}

.dz-processing.dz-image-preview img{
  width: 50px !important;
  height: 500px !important;
  object-fit: contain;
}

/* .files-container.profileLogo {justify-content: center;} */

.profileLogo .fileBody.profliefileBody{
  height: 200px;
  width: 200px;
  border: 1px solid var(--dark-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.files-container.profileLogo .fileBody img{
  height: 180px !important;
  width: 180px !important;
  border-radius: 5px;
}
.files-container.bannerImage .fileBody{
  height: 200px;
  width: 100%;
  justify-content: center;
}

.files-container.bannerImage .fileBody img{
  height: 93px;
  width: 100%;
  object-fit: contain;
  width: 500px;
  border-radius: 5px;
}

.files-container{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fileBody{
  display: flex;
  width: 160px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--dark-border-color);
  border-radius: 7px;
  padding: 5px;
}
.files-container.fileoptions-container{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.files-container.fileoptions-container .fileBody{
  width: auto;
}
.files-container.fileoptions-container .file_info span{width: 100px;}
/* .fileBody.profliefileBody{width: 80px;} */
.file_info{
  display: flex;
  align-items: center;
  gap: 3px;
}
.fileBody a{
  line-height: 0px;
}
.file_info span{
  display: block;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 0.675rem;
}
.fileBody img{
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.breadcrumb {
  background: var(--white);
  border-radius: 7px;
  padding: 5px !important;
  font-weight: 500 !important;
  margin: 0px !important;
}
.profileData.view_profile{
  /* background-image: url(../images/viewprofile_bg.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 25px;
  margin-top: -100px;
}
.profileData.patientProfile::before{
  content: "";
  background-image: url(../images/patient_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 110px;
  width: 100%;
  z-index: 1;
}

.profileData.nurseData::before{
  content: "";
  background-image: url(../images/nurse_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 110px;
  width: 100%;
  z-index: 1;
}
.profileData.doctorData::before{
    content: "";
    background-image: url(../images/doc_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    height: 110px;
    width: 100%;
    z-index: 1;
}
.web-card.user-card.h-auto{min-height: auto !important;}
.profileData .user_details{position: relative;z-index: 2;}
.view_profile .user_details img{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.web-card.details-innercard{border-radius: var(--border-radius);}

.details-innercard .profileData.view_profile{margin-top: 0px;border-radius: var(--border-radius);}

.innercard-info{display: flex;align-items: center;gap: 5px;}

.details-innercard .border-right{border-right: 1px solid var(--gray) !important;}

.details-innercard .border-left{ border-left: 1px solid var(--gray) !important;}

.innercard-info i{font-size: 20px;}

.details-innercard .view_profile{background: linear-gradient(135deg, #EDEDED, #959595);}

.details-innercard img.user-img{width: 100px;height: 100px;object-fit: cover;}

.details-innercard .view_profile .btn-icon,.details-innercard .view_profile .opt-btn{background: var(--white);}

.details-innercard .innercard-info p{max-width: 400px;word-break:break-all;}


img.user-img {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.user_details img{
  width: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 2px solid var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: var(--white);
}
.btn-icon img{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 5px;
}
.btn-icon{
  border: 1px solid var(--dark-border-color);
  border-radius: var(--radius);
  padding: 5px 10px;
}
a.danger{cursor: pointer;position: relative;z-index: 9;}
.bootstrap-datetimepicker-widget .btn-primary{min-width: 50px !important;}
.detailsList h6{font-size: .875rem !important;}
.detailsList ol{padding-left: 15px !important;}
.detailsList ol::marker{ font-feature-settings: 'lnum' 1 !important;}

.profileData .btn.opt-btn{
  padding: 5px 10px !important;
  height: 45px;
  width: 45px;
}
.filter-btn{
  border-color: var(--dark-border-color) !important;
  color: var(--gray) !important;
  padding: .75rem .75rem !important;
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.avilable-icon{color: var(--success);}
.avilable-icon span{
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--success);
  margin-right: 5px;
}
.notavilable-icon{color: var(--gray);}
.notavilable-icon span{
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--gray);
  margin-right: 5px;
}
.decline-icon{color: var(--danger);}
.decline-icon span{
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--danger);
  margin-right: 5px;
}
.pending-icon{color: var(--warning);}
.pending-icon span{
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--warning);
  margin-right: 5px;
}
hr{
  opacity: unset !important;
  background-color: var(--dark-border-color) !important;
}

.user_inner{
  display: flex;
  align-items: center;
  gap: 10px;
}
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary);
  border-radius: 50%;
}

.user_inner img{
  height: 43px !important;
  width: 43px !important;
  border-radius: 50%;
  object-fit: cover;
}

.pftl-txt h6{font-size: 1rem !important;}

.offcanvas-start {
  width: 300px !important;
}

.glyphicon-chevron-up::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}

.glyphicon-chevron-down::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
}

.glyphicon-chevron-up, .glyphicon-chevron-down {
  font-size: 16px; 
  color: #333;     
}

.offcanvas-header img{max-width: 170px;}

.create-profile a img{
  height: 30px !important;
  width: 30px !important;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0px !important;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-radius: 50%;
  transition: transform 0.2s ease-in;
}
.create-profile a img:hover{
    transform: scale(1.04);
}
.closecolorbox.btn-close {
  background: url(../images/close.png) no-repeat !important;
  background-size: contain !important;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  transition: transform 0.2s ease-in;
}
.closecolorbox.btn-close:hover{
  transform: scale(1.09);
}
.dropzoneheader{
  position: relative;
}
.modal.lightbox .ratio {background: var(--white) !important;}
.modal.modal.lightbox .btn-close svg{display: none;}
.modal.lightbox .btn-close::before{
  content: '';
  background: url(../images/close.png) no-repeat !important;
  background-size: contain !important;
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
}
.modal.modal.lightbox .btn-close:focus{box-shadow: none !important;}

.web-card h4{font-weight: 600 !important;}

.form-group.otp-input{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.form-group.otp-input input{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid var(--primary) !important;
  text-align: center;
}
.detailsList > div{align-items: baseline;}

.detailsList.cardList p{width: 200px;
  text-align: end;margin-bottom: 5px;}

.list_items li i{
  color: var(--white);
  background: var(--primary);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.list_items{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list_items li{
  display: flex;
  gap: 10px;
  color: var(--gray);
}

.gallery_wrapper img{
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  border: 1px solid var(--form-border-color);
}
.gallery_wrapper .more_imgs{
  position: relative;
  cursor: pointer;
}
.gallery_wrapper .more_imgs img{
  filter: brightness(50%);
}
.more_imgs span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: var(--white);
  font-size: 1.475rem;
  transform: translate3d(-50%, -50%, 0);
}
.modal-gallery > div{
  --bs-gutter-y: 1.5rem;
}
.import_section.add_img a{
  position: absolute;
  top: 25px;
  right: 25px !important;
}

/* .map_body iframe{
  border-radius: var(--radius) !important;
} */
.map_body iframe:focus,.map_body iframe:focus-visible,.map_body iframe:focus-within{
  border: none !important;
}

/* end */



.modal-content {
  background-color: var(--white) !important;
  border-radius: 1rem !important;
  /* border: 1px solid var(--primary) !important; */
  /* overflow: hidden; */
}
.modal-dialog button.btn-close {
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: -13px;
  top: -13px;
  display: flex;
  background: var(--white);
  opacity: 1;
  color: var(--dark);
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.modal-header {
  border-bottom: 0 !important;
}
label.form-label {
  font-size: .875rem;
  color: var(--light-gray);
}
.modal-footer {
  border-top: 1px solid var(--border-color) !important;
}




select.form-select {
  /* background: var(--info) !important; */
  /* height: 50px; */
  border-radius: .685rem !important;
  color: var(--primary);
  border-color: var(--dark-border-color) !important;
}

span.select-icon {
  position: absolute;
  right: 15px;
  top: 13px;
}
.modal-footer {
  border-top: 0 !important;
}
.modal-title {
  margin-top: 20px;
}
.wrapper .border-primary {border-color: var(--light-primary) !important;}

.form-checked .form-check-input {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background-color: #25242c !important;
  border: 1px solid #fff !important;
}
label.form-check-label {
  margin-top: 3px;
  font-size: 0.875rem;
}
.cancel {
  color: var(--danger);
}
.warning {
  color: var(--warning);
}
.wrapper .bg-primary {
  background: var(--primary) !important;
}
.form-check.form-radio .form-check-input {
  background-color: #25242c;
  border: 1px solid #fff;
}
.mw-250 {min-width: 250px !important;}

.tab_box .btn-tab.active .badge{background: var(--white) !important;color: var(--primary) !important;}
.tab_box .btn-tab .badge{font-feature-settings: 'lnum' 1 !important;background: var(--primary) !important;color: var(--white) !important;}
.pagination {
  justify-content: end;
}
.page-link {
  padding: .375rem .75rem;
  margin: 0 6px;
  background-color: var(--light-gray) !important;
  color: #404B52 !important;
  border: 2px solid #F5F5F5 !important;
  border-radius: 5px;
}
.page-item.active .page-link {
  z-index: 3;
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  background: var(--white) !important;
  border: none !important;
  color: var(--gray) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-item:first-child .page-link i, .page-item:last-child .page-link i{
  color: var(--primary) !important;
  font-size: 20px !important;
}
.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

.page-link {
  padding: 0.175rem .75rem !important;
}
.sort-sec{
  display: flex;
  align-items: center;
}
.sort-sec select.form-select {
  border: 1px solid var(--primary) !important;
  width: 70px;
  font-size: 0.875rem;
  height: 35px;
}
.modal_list li{color: var(--gray) !important; font-size: 0.875rem !important;}

.btn-align{display: inline-flex !important;justify-content: center;align-items: center;gap: 5px;}

.silder_info img{height: 30px;width: 30px;object-fit: contain;}
  
.swal-footer{
  text-align: center !important;
}
.swal-button{
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  min-width: 120px;
}

.swal2-cancel.swal2-styled:hover{
  background: transparent !important;
}
.collapse-filter {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.collapse-filter.show {
  max-height: 300px;
  transition: max-height 0.5s ease-in-out;
}

span.paid{
  background: var(--success);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 15px;
  width: 70px;
  display: block;
  text-align: center;
}
span.unpaid{
  background: var(--danger);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 15px;
  width: 70px;
  display: block;
  text-align: center;
}

/* basic-end */

/* signin-page-style */

.signin-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  height: 100vh;
}

.sign-in-left-sec {
  background: url(../images/login-bg.jpg) no-repeat;
  background-position: top;
  width: 100%;
  height: 90vh;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: baseline;
  filter: brightness(90%);
}
.sign-in-left-sec img{
  width: 335px;
  object-fit: contain;
}

.sign-in-right-sec {
  color: var(--white);
  min-height: 580px;
  height: 100%;
}

.info-box{
  border: 1px solid var(--dark-border-color);
  padding: 20px;
  border-radius: 12px;
}


/*--- patient login start ----*/

.patient-sign-in-left-sec{
  background: url(../images/patient_signleft.jpg) no-repeat;
  background-position: top;
  width: 100%;
  height: 840px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  padding: 30px;
}
.patient-sign-in-left-sec img{
  width: 250px;
  object-fit: contain;
}
.sign-in-right-sec {
  color: var(--white);
  min-height: 580px;
  height: 100%;
}


/*--- patient login end ---*/



.phone-form {
  display: flex;
  align-items: center;
  background: var(--dark);
  border: 1px solid var(--border-color);
  padding: 0 10px;
  border-radius: 15px;
  height: 50px;
  color: var(--white);
  width: 100%;
}
.login-img-txt h3{
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--white);
}
.login-img-txt p{
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--white);
}
/* .signin-page .form-select, .phone-form .form-control {
  width: 80px;
} */

.care-img{width: 85%;}

.form-select:focus{box-shadow: none !important;}


.signin-page .dropdown-toggle {
  color: var(--primary) !important;
  border-right: 1px solid var(--white);
  border-radius: 0 !important;
}
.signin-page .form-control:focus {
  background: none;
  color: var(--white);
  box-shadow: none;
}
.phone-form span {
  color: #4F4C58;
}
.sign-in-right-sec label {
  color: var(--white);
}

.otp-sec {
  display: flex;
  align-items: center;
}
.otp-sec input {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.sign-in-right-sec a {
  color: var(--white);
}
.sign-in-right-sec a:hover {
  color: var(--primary) !important ;
}

.input-group-text {
  background-color: var(--bg-dark) !important;
  border: 0 !important;
  border-radius: 10px 0 0 10px !important;
  color: #B0B0B0 !important;
}

.web-card {
  background: var(--bg-color);
  padding: 30px;
  border-radius: var(--radius);
  position: relative;
}
.dash-service .card {
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}
.login-modal.modal .login-form p{
  font-size: .925rem;
}
.dash-service .card p {
  font-size: 0.875rem;
}
.dash-service {
  overflow: hidden;
}
.phonenum_group{
  display: flex;
}
.phonenum_group select{
  border-right: 0px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
/* .phonenum_group .form-outline{
  border-left: 0px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
} */
.intl-tel-input.separate-dial-code .selected-flag{
  background: var(--white) !important;
  padding-left: 0px !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 10px !important;
  width: 30px;
}
.form-group.form-outline select.form-select {
  border: 0;
  height: 49px;
}
.form-control,.form-select {
  font-feature-settings: 'lnum' 1 !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: 0px;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 5px solid #555 !important;
}

div:where(.swal2-container) .swal2-html-container{
  line-height: 1.7rem !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
  font-feature-settings: 'lnum' 1 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: var(--primary) !important;
  color: var(--white) !important;
  font-size: 1em;
}
.swal2-actions button{
  min-width: 120px;
}
.swal-button--cancel,.swal2-cancel{
  background-color: var(--white) !important;
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
}
.swal-button:focus{
  box-shadow: none !important;
}
.swal-button-container > button,.swal2-actions > button{
  transition: transform 0.2s ease-in;
}
.swal-button-container > button:hover,.swal2-actions > button:hover{
  transform: scale(1.05);
  transition: transform 0.2s ease-out;
}
.swal-text{
  text-align: center;
}

.amount_body h3 {
  font-size: 4rem !important;
  font-weight: 600 !important;
  line-height: 1;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible{
  box-shadow: none !important;
}
.form-control:focus{
  box-shadow: none !important;
}

.form-group{position: relative;}

.form-group label.error{
  color: var(--danger);
  font-size: 0.75rem !important;
  position: absolute;
  bottom: -22px !important;
  top: auto;
  left: 0;
  font-weight: 500;
}
.input-group.search-box label.error{
  color: var(--danger);
  font-size: 0.75rem !important;
  position: absolute;
  bottom: -20px;
}

.UPerror{
  color: var(--danger);
  font-size: 0.75rem !important;
  font-weight: 500;
  text-align: center;
}
.top-error .error{
  border: 1px solid var(--danger);
  color: var(--danger);
  width: 100%;
  border-radius: var(--radius);
  padding: 10px;
  position: absolute;
  top: -60px;
  left: 0;
}

.form-group.phoneregcls label.error{
  color: var(--danger);
  font-size: 0.75rem !important;
  position: absolute;
  bottom: -28px !important;
  left: -48px;
  font-weight: 500;
}
  
.form-group.otp-input label.error{width: 100%;}

.back_btn{
  display: flex;
  gap: 5px;
  color: var(--white);
  font-weight: 600;
  border: 1px solid transparent;
  padding: .75rem .75rem !important;
  height: 50px;
  border-radius: var(--radius);
}
.back_btn:hover{
  border: 1px solid var(--white);
  color: var(--white);
}

.web-card.dash-service::before {
  content: "";
  width: 130px;
  height: 130px;
  background: url("../images/banner-services/banner-service-icon-left.png") no-repeat ;
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  background-position: center;
  background-size: contain;
  }
  .web-card.dash-service::after {
  content: "";
  width: 130px;
  height: 130px;
  background: url("../images/banner-services/banner-service-icon-right.png") no-repeat ;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-position: center;
  background-size: contain;
  }

/* .lst-prfl {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid var(--border-color);
} */
ul.profile-drpdown .dropdown-item  {
  font-size: .875rem;
  padding: .5rem 1rem;
}
/* ul.profile-drpdown .dropdown-item span {
  padding-left: 5px;
} */
/* .danger-btn, .danger-btn p, .danger-btn:hover {
  color: var(--gray) !important;
} */

.dropdown-menu.show li{
  transition: all 0.2s ease-in-out;
}
/* .dropdown-menu.show li:hover{
  background-color: var(--white) !important;
} */
.dropdown-item:hover {
 background-color: var(--white) !important;
}
.danger,.danger-btn .danger{color: var(--danger) !important;}
ul.ntfcn-dropdwn h4 {
  font-size: 18px !important;
  margin-bottom: 0;
}
.collapse-filter .form-select{height: 50px;}
.filter_Box .form-select{background-image: none;height: 50px;}
.filter_Box{position: relative;}
.filter_Box span {
  position: absolute;
  color: var(--primary);
  right: 5px;
  bottom: 12px;
}
ul{margin-bottom: 0px;list-style: none;}
.view-more-btn{font-size: 0.8125em !important;}
.notfctn-divider{
  height: 1px;
  background: var(--border-color);
  color: var(--border-color);
  width: 100%;
  position: relative;
  text-align: center;
}
.notfctn-divider span{
  border: 1px solid var(--border-color);
}
.or-divider{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 12px 0px 0px;
}
.notfcn-listing li:nth-child(1) .or-divider{margin-top: 0px;}

/* .ntfcn-dropdwn.show > li:last-child{
  border-bottom: none !important;
  padding-bottom: 0px !important;
} */

.or-divider p{
  background: var(--white);
  padding: 2px 20px;
  border: 1px solid var(--dark-border-color);
  margin: 0px;
  border-radius: 50px;
  font-size: 0.875rem !important;
}

.or-divider::before{
  content: '';
  height: 1px;
  background: var(--dark-border-color);
  flex: 1;
}
.or-divider::after{
  content: '';
  height: 1px;
  background: var(--dark-border-color);
  flex: 1;
}

.unread-notfctn {
  width: 10px;
  height: 10px;
  display: block;
  background: var(--primary);
  border-radius: 50%;
}

ul.ntfcn-dropdwn button.dropdown-item h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
ul.ntfcn-dropdwn button.dropdown-item p {
  font-size: 13px;
  margin-bottom: 5px;
}
ul.ntfcn-dropdwn button.dropdown-item small {
  font-size: 11px;
}
span.btn-ntfcn {
  width: 8px;
  height: 8px;
  display: block;
  background: var(--danger);
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 3px;
  right: 0;
}
ul.ntfcn-dropdwn li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
  margin: 0px 0px 1px;
}
ul.ntfcn-dropdwn li:last-child{
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
img.card-realtive {
  width: 100%;
  position: absolute;
  bottom: 0px;
  max-width: 430px;
  left: 50%;
  transform: translateX(-50%);
}
.pftl-txt-hd.pftl-txt p{
  color: var(--primary) !important;
  font-weight: 500;
}
/* .pftl-txt-hd.pftl-txt,.profileData.view_profile .user_details h5{
  overflow-wrap: break-word;
  white-space: normal;
  display: block;
  max-width: 300px;
} */

.profile_bg{
  background: #E9FAFF;
  height: 60px;
}
.profile_bg span{
  color: var(--primary);
  display: flex;
  align-items: flex-end;
  justify-content: end;
  height: 100%;
  padding: 10px;
  cursor: pointer;
}
/* .lst-prfl{
  flex-direction: column;
  margin-top: -33px;
} */
 
.web-card {
  min-height: 350px;
}
.web-card.user-card {
  min-height: 340px !important;
}
.navbar-brand.navbar-brand-mob {
  display: none;
}
.ntfctn-dtls {
  border-bottom: 1px solid var(--light-gray);
  padding:12px 0px;
}
.opt-btn {
  background: var(--white);
  border: 1px solid var(--dark-border-color) !important;
  color: var(--primary) !important;
  display: flex !important;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
  border-radius: 50% !important;
}
.arrow_btn{
  background: var(--white);
  border: 1px solid var(--dark-border-color);
  color: var(--primary) !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow_btn span{
  transition: transform 0.5s ease;
}
/* .detailsList a.btn.opt-btn {
  height: 30px;
  width: 30px;
}
.detailsList .opt-btn .material-symbols-outlined{font-size:1.1rem !important;} */
.opt-btn .material-symbols-outlined{font-size:1.2rem !important;}
.opt-btn img{
  height: 40px;
  width: 40px;
}
.ntfctn-dtls h5 {
  font-size: 1rem;
}
.ntfcn_inner h5{
  font-size: 0.875rem !important;
  color: var(--dark) !important;
  font-weight: 600;
  margin-bottom: 0px;
}
.ntfcn_inner p{
  margin: 0px;
}
.ntfcn_inner small{
  line-height: 18px !important;
  display: block;
  color: var(--gray);
}

.ntfctn-dtls p {
  font-size: 0.875rem;
  color: var(--gray);
}
small.ntfcn-date {
  color: var(--gray);
}
.ntfctn-dtls-text {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
}
.web-card.wallet-card {
  background: var(--light-primary);
  min-height: 130px;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: transparent !important;
}
span.debit {
  color: var(--danger);
}
span.credit {
  color: var(--success);
}
label {
  color: var(--gray);
  font-size: 0.9rem;
}
.contributors-sec {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.web-card.threshhold-card {
  min-height: auto;
}
.rchrg-sec h1 {
  color: var(--gray);
}
.rchrg-sec h1 span {
  color: var(--white);
}
.pay-card {
  position: relative;
  background-image: url(../images/card-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 357px;
  height: 184px;
  display: block;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
}
span.card-logo {
  position: absolute;
  right: 15px;
  top: 15px;
}
.btn-group.card-option .dropdown-toggle {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--white);
  display: flex;
}
.btn-group.card-option .dropdown-toggle::after {
  display: none;
}
.btn-group.card-option ul.dropdown-menu {
  min-width: 170px;
  font-size: 0.875rem;
}

.form-check-input:focus {
  border-color: none !important;
  box-shadow: none !important;
}
.dark-card {
  background: #1B1921;
  border-radius: 20px;
  padding: 20px !important;
}
img.card-banner-img {
  width: 100%;
  max-width: 350px;
}
ul.dropdown-menu {overflow: hidden;}
button.dropdown-item span {
  width: 30px;
}
.categories-sec img {
  max-height: 120px;
  width: 100%;
  object-fit: contain;
}
.categories-sec p {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.rchrg-sec {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.web-card.wallet-card::before {
  content: "";
  width: 130px;
  height: 130px;
  background: url("../images/wallet-before.png") no-repeat;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-position: center;
  background-size: contain;
}
.web-card.wallet-card.modal-wallet-card::before {
  width: 80px;
  height: 80px;
}
.web-card.wallet-card.modal-wallet-card {
  padding: 15px;
  min-height: auto;
}

a.btn-outline-primary.active ,.btn-outline:hover,.btn-outline.active{
  border: 1px solid var(--primary);
  color: var(--white) !important;
  background-color: var(--primary) !important;
}
a.btn-outline-sm {
  border: 1px solid var(--dark-border-color);
  color: var(--white) !important;
  padding: 2px 10px;
  min-width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  font-size: .875rem;
}
a.btn-outline-sm:hover, a.btn-outline-sm.active {
  border: 1px solid var(--primary);
  color: var(--white) !important;
  background: var(--primary);
}
.btn.back-btn {
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
a.btn.back-btn {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
a.btn.back-btn i {
  background: var(--white);
  width: 20px;
  height: 20px;
  border-radius: 7px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 5px;
}
.wallet-rchrg-pg p {
  font-size: .875rem;
}
.right-sec .notfctn-hd{
  border: 1px solid var(--dark-border-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-sec .notfctn-hd .loaderImg{
  width: 200px;
  height: auto;
}
.right-sec .notfctn-hd img,.ntfctn-dtls img{
  width: 25px;
  height: 25px;
}
.ntfcn_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.ntfn-min small{
  display: ruby;
}

.ntfcn-dropdwn span.material-symbols-outlined,.silder_info span.material-symbols-outlined{font-size: 16px !important;}

.ntfcn-dropdwn .btn,.silder_info .btn,.ntfctn-dtls .btn{
  min-width: 85px;
  font-size: 0.695rem !important;
  display: inline-flex;
  align-items: center;
  padding: .35rem .55rem !important;
  gap: 5px;
  justify-content: center;}
  
  .silder_info{
    padding: 10px;
    border-radius: var(--radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transform: translateX(100%);
    transition: all 0.8s ease-in-out;
    animation: slideIn 0.8s ease-in-out forwards;
    opacity: 0;
    background: var(--white);
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

.profile-img{
  width: 120px;
  height: 120px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.profile-img > img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
}
.round {
  position: relative;
}
.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.round input[type="checkbox"] {
  visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
button.btn.dropdown-toggle.primary-dropdown {
  background: var(--primary);
  min-height: 40px;
}
button.btn.dropdown-toggle.primary-dropdown::after {
  display: none;
}
button.btn.dropdown-toggle.primary-dropdown span {
  background: #fff;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
span.track-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BEBEBE;
  border-radius: 50%;
  border: 1px solid var(--white);
}
span.trackline {
  border-left: 2px dashed var(--white);
  height: 70px;
  display: block;
  margin-left: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
span.track-icon.active {
  background: var(--light-primary);
}
.form-outline{
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--dark-border-color) !important;
  border: 1px solid;
  padding: 6px 0px 6px 21px;
  border-radius: .685rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form-outline.form-dropdown{
  padding: 6px 0px 6px 0px;
}
.form-outline.form-dropdown > i{
  position: absolute;
  left: 23px;
}
.form-group.form-outline input{
  border: none;
  border-radius: 2rem;
  z-index: 9;
  background: var(--transparent-bg);
}
.form-group.form-outline textarea{
  border: none !important;
  border-radius: 2rem;
  z-index: 9;
  background: var(--transparent-bg);
}
.form-group.form-outline i{
  color: var(--light-primary);
  font-size: 1rem !important;
}
.form-outline .dropdown-toggle::after{
  display: none;
}
.form-control::placeholder {
  color: var(--light-primary);
  font-weight: 500 !important;
  font-size: 14px;
}

.form-outline label{
  position: absolute;
  top: 14px;
  left: 50px;
  font-weight: 500;
  color: var(--light-primary);
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
}
.form-outline label.active {
  top: -7px;
  left: 20px;
  font-size: 0.675rem;
  padding: 0px 4px;
  background: var(--white);
}
.form-outline .eye-icon{
  position: absolute;
  right: 0;
  padding-right: 10px;
}
.form-outline.pass_input{
  padding: 6px 30px 6px 23px !important;
}
.dropdownBody{
  width: 100%;
}
.dropdownBody .dropdown{
  padding: 6px 0px;
}
.dropdownBody .dropdown-toggle .material-symbols-outlined{
  position: absolute;
  right: 7px;
  top: 7px;
  color: var(--primary);
}
.dropdownBody .dropdown > a{
  margin-right: -5px !important;
}

.modal .modal-header a {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
}
.modal .modal-header a span,.close-btn span{
  background: var(--primary);
  border-radius: 50%;
  font-size: 17px !important;
  padding: 1px;
  color: var(--white);
}
.close-btn{line-height: 0px;}
.modal .modal-body h4{
color: var(--dark);
}

.notfctn-hd {
  position: relative;
}
.notfctn-hd::after {
  content: "";
  display: block;
  border-right: 1px solid var(--dark-border-color);
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
}
.dropview_body{
  background: var(--light-gray);
  padding: 10px;
  border-radius: var(--radius);
  cursor: pointer;
}
.dropview_body  img{
  height: 40px;
  width: 40px;
  object-fit: contain;
  border-radius: 50%;
}
.btn_alignbox{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.btn_inline{
  display: flex;
  align-items: center;
  gap: 5px;
}
.supportImg{
  width: 575px;
}
.import_section a{
  position: absolute;
  top: 25px;
  right: 50px;
}
.nav-top{justify-content: end;gap: 20px;}
.no-records-body img{
  max-width: 200px;
}
.no-records-body p{
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.dropdown-menu {
  min-width: 9rem;
}
.filter_menu li.active a{
  color: var(--primary) !important;
}
.btn_inner{
  transition: transform 0.2s ease-in;
  display: inline-block;
}
.btn_inner:hover{
  transform: scale(1.06);
  transition: transform 0.4s ease-out; 
}
.dropdown-menu li a{  transition: transform 0.4s ease;}

.table-responsive .dropdown-menu li i{width: 14px;}

.btn-tab:hover,.table-responsive .dropdown-menu.show .dropdown-item:hover,.dropdown-menu li a:hover,.ntfcn-dropdwn .view-more-btn:hover{
  transform: scale(1.04);
  transition: none;
}
.dropdown-menu.show .dropdown-item,.ntfcn-dropdwn .view-more-btn{
  transition: transform 0.2s ease-in;
}
.dropdownBody ul{
  max-height: 250px;
  overflow-y: auto;
}
.intl-tel-input .country-list{
    z-index: 9999 !important;
}
img.banner-img {
  width: 100%;
  max-height: 150px;
  height: 100%;
  object-fit: cover;
}
.btn-outline p { 
  color: var(--dark);
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.btn-outline:hover p {color: var(--white) !important;}
a.remove-img {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: var(--white);
  background: var(--dark);
  width: 30px;
  height: 30px;
  font-size: 14px !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease; 
  display: none;
}
a.remove-img span { font-size: 18px;}
.gallery_wrapper .gallery-img:hover a.remove-img {
  transition: transform 0.5s ease; 
  bottom: 10px;
  display: flex;
  color: var(--white) !important;
}
.profile-files-container .fileBody {
  position: relative;
}
.profile-files-container .fileBody a.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.profile-files-container .fileBody img {
  min-height: 80px;
  width: 100%;
  object-fit: cover;
}
.StripeElement {
  border: 1px solid #d0d0d0;
  padding: 15px;
  border-radius: 10px;
}
p.card-error {
  color: var(--danger);
  font-size: 13px !important;
  margin-bottom: 0;
}
.modal-content {
  padding: 1rem !important;
}
ul.upload-note {
  list-style: disc;
  padding-left: 1rem;
  margin-top: 10px;
}
ul.upload-note li {
  color: #8b8b8b;
}
.dropzone .dz-message .dz-button {display: flex !important;}
.table-note p {
  font-size: 13px !important;
  color: #a0a0a0;
  font-style: italic;
  background: #f8f8f8;
  padding: 5px 10px;
  border-bottom: 1px solid #e8e8e8;
}
a.note-link {
  font-size: 18px;
  color: #333;
}
.notfction-norecord img {
  width: 70px !important;
}


/* @keyframes bellRing {
  0% { transform: rotate(0deg); }        
  25% { transform: rotate(15deg); }      
  50% { transform: rotate(-15deg); }     
  75% { transform: rotate(10deg); }  
  100% { transform: rotate(0deg); } 
}

.unread .bell-ring {
  color: var(--danger);
  display: inline-block;
  animation: bellRing 1s ease-in-out infinite;
  transform-origin: top center; 
} */

.disabled{cursor: not-allowed;pointer-events: none;}

.pending-tag{
  background: var(--warning);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 15px;
  width: 100px;
  display: block;
  text-align: center;
}
.accepted-tag{
  background: var(--success);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 15px;
  width: 100px;
  display: block;
  text-align: center;
}
.rejected-tag{
  background: var(--danger);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 15px;
  width: 100px;
  display: block;
  text-align: center;
}

.unread .ntfctn-dtls{
  border-bottom: 1px solid #e3e3e3;
}
.unread .unread-icon{
  width: 15px;
  height: 15px;
  display: block;
  background: var(--danger);
  border-radius: 50%;
  border: 2px solid #fff;
}

.notftn-read .read-icon{
  width: 15px;
  height: 15px;
  display: block;
  background: var(--light-primary);
  border-radius: 50%;
  border: 2px solid #fff;
}

.notftn-read .unread-icon{display: none;}
.unread .read-icon{display: none;}
.card-table table{border: 1px solid #3330;}
.min-h-auto.card-table.inner-tb {
  border: 1px solid var(--dark-border-color);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.table .sub-tb > :not(caption) > * > * {
  background: #fff0 !important;
}
.table .sub-tb {
  background: var(--light-gray);
  border-radius: 6px;
  margin-bottom: 0;
}
.sub-tb tr th {
padding: 10px;
}
.sub-tb tr td {
  padding: 6px 10px;
}
.sub-tb tbody tr:hover{
  background: #ededed;
}
.arrow-r.active span{
  transform: rotate(90deg);
}


/*----- medical history start -----*/



.intaketab-text  p{
  margin-bottom: 0px;
  font-weight: 400;
}
.inputBox-divider{
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
}
.inner-history{
   border: 1px solid var(--form-border-color);
   padding: 15px;
   border-radius: var(--border-radius);
   margin-bottom: 10px;
}
.inner-history .history-info{
   background: #f3f3f3;
   padding: 15px;
   display: flex;
   gap: 5px;
   align-items: center;
   border-radius: var(--border-radius);
}

.opt-btn.danger-icon{
   border-color: var(--danger) !important;
}
.opt-btn.danger-icon .material-symbols-outlined{color: var(--danger);}

.success{color: var(--success);}

.intake-wrapper-tab .nav-link.active{background: transparent !important;}

.intaketab-text {
    max-width: 300px;
    min-height: 100px;
}


.medication-append label.error,.history-wrapperBody label.error,.inner-history label.error,.history-box label.error{
  color: var(--danger) !important;
  font-size: 0.75rem !important;
}

.inner-history label.error{
  color: var(--danger) !important;
  font-size: 0.75rem !important;
}
label.error,label.text-danger{
  color: var(--danger) !important;
  font-size: 0.75rem !important;
}

.login-container {
    padding-top: 65px;
}

.checkbox-wrapper .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1.2em;
    height: 1.2em;
}
.checkbox-wrapper .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.checkbox-wrapper .form-check-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .25rem rgba(56, 56, 56, 0.25);
}

.checkbox-wrapper {
    display: flex;
    justify-content: end;
    gap: 40px;
}

.hidden-checkbox {
    display: none;
}

.update-info{
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: var(--gray);
}

.inner-history .form-outline,.inputBox-divider .form-outline{
    padding: 6px 0px 6px 6px;
}

.checkbox-wrapper .form-check-inline{margin-right: 0px;}

.vaccine-append a.danger{line-height: 14px;}

.success-img{width: 500px;}

.align_middle{
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.history-tab .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--primary) !important;
    background-color: var(--white) !important;
    border-left: 1px solid var(--primary);
    border-radius: 0 !important;
    font-weight: 500;
    border-bottom: none;
}
.history-tab button {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
}
.history-tab {
    border-right: 1px solid var(--form-border-color);
    min-height: 550px;
    height: calc(100% - 35px)
}
.fileBody_inner{
  border: 1px solid var(--form-border-color);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.fileBody_inner.file-cabinet-inner {
  margin-bottom: 0;
  height: 100%;
  position: relative;
} 
.fileBody_inner.file-cabinet-inner .opt-btn {
  width: 35px;
  height: 35px;
}
.file-cabinet-inner  .btn_alignbox {
  position: absolute;
  right: 15px;
  gap: 5px;
}
/* .fileBody_inner.file-cabinet-inner .folderType {
  margin-top: 20px;
} */
.right-sec .user_info h6 {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fileBody_inner .folderType{
  min-height: 130px;
  width: 100%;
  display: grid;
  place-items: center
}

.folderName small,.folderName p{
  font-size: 0.75rem !important;
  color: var(--gray);
  line-height: 1.3rem !important;
  margin-bottom: 0px;
}

.folderName h6{
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3rem !important;
}


.fileBody_inner .folderType img{width: 80px;}

.folderDataHead{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.folderDataHead{
  background: #f3f3f3;
  padding: 15px;
  border-radius: var(--border-radius);
}

.fileResult_inner{
  display: flex;
  align-items: center;
  gap: 10px;
}

.fileResult_inner img{
  width: 40px;
  height: 40px;
  display: block;
}

.notftn-count{
  font-size: .70em !important;
  background-color: var(--danger) !important;
  color: var(--white) !important;
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  display: block;
}

.history-tab .nav-link{
  text-align: start;
}

.selected-condition{
  display: inline-flex;
  gap: 5px;
  background: var(--bg-color);
  border:1px solid var(--primary);
  border-radius: 30px;
  padding: 5px 10px;
}

.selected-condition p{
  font-size: 0.875rem !important;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  
}
.selected-condition .remove-condition{
  box-shadow: none;
  border: none;
  background: transparent;
  color: var(--danger);
  line-height: 0px;
}
.selected-condition .remove-condition span{
  color: var(--danger);
  font-size: 18px !important;
}

.multi-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 5px;
}

.opt-view{background: var(--primary) !important;}
.opt-view span{color: var(--white);}

.pdf-tablelist{
  /* height: 600px !important;
  overflow: scroll; */
  word-wrap: break-word;
}

.nopreview-sec{
  height: 100%;
  background: var(--light-gray);
  display: grid;
  place-items: center;
  border-radius: var(--border-radius);
}
.preldr-img{
  height: auto;
  width: 400px;
}

.inner-history .form-group .float-label,.form-outer .float-label{
  left: 18px;
}

.form-outline.form-outer{padding: 6px 0px 6px 6px;}

.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active{color: var(--primary) !important;}

.cell{position: relative;}

.cell.appointment-date .apt-day{background: #4CEF40;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
}


.ui-menu .ui-menu-item-wrappe{width: 100% !important;display: block !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid var(--primary) !important;
  background: var(--primary) !important;
}

.ui-widget-content.ui-autocomplete span{width: 100% !important;display: block !important;}

.w-99{width: 95%;}

.badge.bg-info{
  background: #cef7fa !important;
  color: var(--primary);
}
.badge{font-weight: 500 !important;}

.badge.bg-danger {
  background-color: var(--danger) !important;
  color: var(--white) !important;
}
.badge.bg-warning {
  background-color: var(--warning) !important;
}
.unread {
  background: var(--light) !important;
  padding: 0px 7px;
}
.notftn-read{
  padding: 0px 7px;
}
.notfctn-hd .unread,
.notfctn-hd .notftn-read{
  padding: 7px 16px;
}
.notftn-read:hover,
.notfctn-hd .notftn-read:hover{
  background: #FAFAFA !important;
  transition: all .3s;
}
.unread:hover,
.notfctn-hd .unread:hover{
  background: #FAFAFA !important;
  transition: all .3s;
}
/*----- medical history end -----*/


input:-webkit-autofill,textarea:-webkit-autofill {
  background-color: var(--white) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.stripe-info{
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.otp-input-field {
  -moz-appearance: textfield; /* Firefox */
}
.otp-input-field::-webkit-outer-spin-button,
.otp-input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.navbar-header .pftl-txt-hd.pftl-txt small{
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.clinicname,.profileData.view_profile .user_details h5{
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

 .form-group input:not(.payment-select input),
.form-group select,
.form-group textarea {
  background-clip: text !important;
}

/* .portal-img{width: 250px;} */


.daterangepicker td.active, .daterangepicker td.active:hover,.daterangepicker .ranges li.active {
  background-color: var(--primary) !important;
  border-color: transparent;
  color: var(--white) !important;
}

.profileData.view_profile .btn-outline p{
  width: 100px;
}
.btn-icon{  height: 45px}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(2rem + 4px) !important;
}

.form-floating{
  border: 1px solid var(--form-border-color) !important;
  padding: 6px 0px 6px 20px !important;
  border-radius: var(--border-radius) !important;
  display: flex;
  align-items: center;
}
.form-floating .form-select{
  border: none !important;
  padding: .375rem 0.75rem !important
}

.form-floating > .form-control:focus ~ label.select-label, .form-floating > .form-control:not(:placeholder-shown) ~ label.select-label, .form-floating > .form-select ~ label.select-label{
  opacity: 1 !important;
  transform: scale(.75) translateY(-0.65rem) translateX(1.01rem) !important;
  padding: 0px 4px !important;
  background: var(--white) !important;
  height: 22px;
  color: var(--light-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.895rem;
}
.form-floating select option:first-child {
  color: var(--gray) !important;
}

.form-floating select option:not(:first-child) {
  color: var(--primary) !important;
}

.form-floating i{
  color: var(--light-primary) !important;
  font-size: 1rem !important;
}

.form-floating > .form-control:focus ~ label.error, .form-floating > .form-control:not(:placeholder-shown) ~ label.error, .form-floating > .form-select ~ label.error {
  opacity: 1;
  transform: none !important;
}
.form-floating > label.error{
  height: auto !important;
  padding: 0px !important;
  border: none !important;
}
.form-floating .select2-container--default .select2-selection--multiple {
  border: 0 !important;
  outline: 0;
}

.radio {
  margin: 0 1rem 0.5rem 0 ;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: .5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--primary);
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--primary);
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
select.form-select {
  font-weight: 500;
  color: var(--light-primary);
  font-size: 14px;
}

textarea::placeholder {
  font-weight: 500;
  color: var(--light-primary);
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice { 
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{font-size: 13px !important;}
.select2-container--default .select2-selection--multiple .select2-selection__clear { 
  font-weight: 300 !important; 
  top: -12px; 
  color: var(--danger); 
  font-size: 2em !important;
}
a.btn.opt-btn:hover {
  background: var(--primary);
  color: var(--white) !important;
}
.page-link {
  height: 30px;
  width: 30px;
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  font-size: 13px;
}
.page-link:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
}
button.btn.dropdown-toggle {
  padding: 5px 10px;
  border: 1px solid var(--white);
}
button.btn.dropdown-toggle:hover {
  border: 1px solid var(--primary);
}
#navbar-wrapper .navbar {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.user_innerbody .user_info p{
  width: 100% !important;
}


/*--- soap notes end ---*/


/*--- onboard start ----*/

.welcme-img{max-width: 300px;}
.inner-onboard{ max-width: 700px; margin: auto;}
.wrapper.onboard-wrapper{padding-left: 0px !important;}
.m-h-auto{min-height: auto !important;}
h2.font-large{font-size: 2.3rem !important;}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select{min-height: auto !important;}

.onboard-wrapper .form-group input, .form-group select, .form-group textarea{background-clip: unset !important;}
.slots-container{margin-bottom: 10px;}
.day-type{font-size:0.875rem !important;min-width: 80px;color: var(--primary) !important;}
.gray-border{
    border: none !important;
    height: 1px;
    background: #6B6B6B;
    background: linear-gradient(90deg, rgba(107, 107, 107, 1) 0%, rgba(107, 107, 107, 0) 100%);
}
ul.imp-point li{display: flex;align-items: center;margin-bottom: 10px;}
.onboard-innerImg{max-height: 300px;}
.asterisk {color: red;font-weight: 600;}
.opt-btn.danger{border-color: var(--danger) !important;color: var(--danger) !important;}
.escribe-icon{width: 60px;height: 60px;object-fit: contain;}

.remainder-container {
  background: linear-gradient(to right, #939393 0%, #505050 100%);
  padding: 20px;
  border-radius: var(--radius);
  margin-bottom: 15px;
}
.remainder-container .btn{
  min-width: 220px;
  font-weight: 600 !important;
}

.escribe-img{max-width: 70px !important;height: 70px !important; object-fit: contain;}
.check-img{height: 30px !important;width: 30px !important;object-fit: contain;}

.onboard-success .material-symbols-outlined{
  font-size: 30px;
  color: #43971C;
}
.onboard-success h5{
  color: #43971C !important;
  font-size: 1rem !important;
}
.onboard-pending .material-symbols-outlined{
  font-size: 30px;
  color: var(--orange);
}
.onboard-pending h5{
  color: var(--orange) !important;
  font-size: 1rem !important;
}
.border.rounded-4.mb-3:last-child{margin-bottom: 0px !important;} 

.no-data-box {
  border: 2px dashed var(--dark-border-color);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
}
.no-data-box span {
  font-size: 26px;
}


.image-body{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.portal-img{max-width: 350px;}
.pay-card-sec .text-success{color: #72B155 !important;}
.pay-card-sec {margin-bottom: 15px;}
.pay-card-sec:last-child {margin-bottom: 0px;}

.border-l {
    border-left: 1px solid var(--dark-border-color);
}

/*--- onboard end ---*/
.overflow-inherit {
    overflow: inherit;
}
.cus-dropdown .dropdown button.form-select {
  border: none;
  border-radius: 15px;
  color: #454545 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.cus-dropdown ul.dropdown-menu{
  min-height: 220px;
  max-height: 300px;
  overflow-y: scroll;
  /* width: 215px !important; */
}

.side-menu-items [aria-expanded="true"] .rotate-arrow {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease-in-out !important;
}
.side-menu-items .rotate-arrow {
  transition: transform 0.3s ease-in-out;
}
.gallery_wrapper img{
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  border: 1px solid var(--form-border-color);
}
.gallery_wrapper .more_imgs{
  position: relative;
  cursor: pointer;
}
.gallery_wrapper .more_imgs img{
  filter: brightness(50%);
}
.tool-img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.more_imgs span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: var(--white);
  font-size: 1.475rem;
  transform: translate3d(-50%, -50%, 0);
}

.kpi-label small{
  font-size: 1rem  !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #6B6B6B;
}


    /* .dashboard-container {
        padding: 20px;
        background-color: #f5f5f5;
    } */

    .dash-card{
        background: var(--white);
        padding: 20px;
        border-radius: 12px;
    }


    .kpi-card {
        display: flex;
        justify-content: space-between;
        height: 100%;
        flex-direction: column;
        gap: 40px;
    }

    .kpi-header {
      display: flex;
      align-items: start;
      justify-content: space-between;
    }


    .kpi-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 10px;
    }

    .kpi-value h4{
      font-size: 2.5rem !important;
      font-weight: 700;
      line-height: 3rem  !important; 
    }

    .kpi-change-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .kpi-badge {
      padding: 5px 10px;
      font-size: 1rem !important;
      font-weight: 600;
    }

  .positive {
      border-radius: 43px;
      color: #00842C;
      background: #C5FFD9;
    }

    .negative {
        border-radius: 43px;
        background: #FFC5C5;
        color: #840000;
    }

    .kpi-change-text {
      font-size: 1rem;
      font-weight: 500;
      color: var(--primary);
    }


    .kpi-icon.clinic {
        background-color: #CA0000;
    }

    .kpi-icon.doctor {
        background-color: #00CA0D;
    }

    .kpi-icon.patient {
        background-color: #2B80FF;
    }

    .kpi-icon.appointment {
        background-color: #FF6A00;
    }
    .kpi-change {
        font-size: 14px;
        padding: 4px 8px;
        border-radius: 4px;
        display: inline-block;
    }


    .chart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .dash-title {
      font-size: 1.25rem !important;
      font-weight: 700;
      line-height: 1.75rem;
      color: var(--primary);
    }

    .dash-card h4 {
      font-size: 2rem !important;
      color: var(--primary);
      font-weight: 700 !important;
      line-height: 2.25rem;
    }

    .chart-container {
        position: relative;
        height: 300px;
        margin-top: 20px;
    }


    .appointments-kpi {
        display: flex;
        gap: 12rem;
    }

    .appointment-kpi-item {
      border-left: 1px solid #CBCBCB;
      padding-left: 16px;
    }


    .appointment-indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
    }

    .appointment-indicator.online {
        background-color: #6B6B6B;
    }

    .appointment-indicator.inperson {
        background-color: #D9D9D9;
    }



    .table-title {
        font-size: 18px;
        font-weight: 600;
        color: #111827;
    }

    .table-toggle {
        display: flex;
        gap: 8px;
    }

    .btn-toggle {
        padding: 8px 16px;
        border: 1px solid var(--dark-border-color);
        background: var(--white);
        border-radius:8px;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.2s;
        font-feature-settings: 'lnum' 1 !important;
    }

    .btn-toggle.active {
        background: var(--primary);
        color: var(--white);
        border-color: var(--primary);
    }

    .clinic-table {
        width: 100%;
        border-collapse: collapse;
    }

    .clinic-table th {
        text-align: left;
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: var(--primary);
        border-bottom: 1px solid #A1A1A1;
    }

    .clinic-table td {
        padding: 10px 0px;
        border-bottom: 1px solid #F3F3F3;
    }

    .clinic-table tr:hover {
        background-color: #f9fafb;
    }

    .clinic-info {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .clinic-logo {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: #e5e7eb;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        color: #6b7280;
    }

    .clinic-details h6 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #111827;
    }

    .clinic-details p {
        margin: 0;
        font-size: 12px;
        color: #6b7280;
    }

    .see-all-link {
        text-align: right;
        margin-top: 16px;
    }



  .dash-card select.form-select{
    width: auto !important;
    font-weight: 400 !important;
    background-color: var(--white);
    border: 1px solid var(--dark-border-color);
    border-radius: 10px;
    padding: 10px;
    color: var(--gray);
    cursor: pointer;
    background-size: 20px 12px;
    min-width: 120px;
  }

/*--- user guide css ----*/

  .tour-btn{
    display: inline-flex !important;
    justify-content: center;
    gap: 5px;
    min-width: 115px !important;
    border-color: var(--primary) !important;
  }

.tour-icon{width: 21px;
  object-fit: contain;
  height: 21px !important;}


/* -------- responsive-sec --------- */



@media (min-width:1550px){
  .signin-page .login-form {max-width: 550px;margin: auto;}
}

@media (min-width: 1360px) {
  .modal-xxl { max-width: 1350px  !important;}
}

@media (max-width: 1359px) and (min-width: 1024px) {
  .modal-xxl {  max-width: 900px  !important;}
}

@media (max-width: 1350px) {
  .btn_alignbox {flex-wrap: nowrap;}
  .opt-btn {width: 30px; height: 30px;}
  .opt-btn img {width: 30px; height: 30px;}
  .cell {padding: 0.4em 0.4em !important;}
  .date-text {font-size: 1.23rem !important;}
  .profileData.view_profile .user_details h5 { max-width: 285px;}
  .profileData.view_profile .btn-outline p {width: 100px;}
  .preldr-img{width: 300px;}
}

@media (max-width: 1023px) and (min-width: 768px) {
  .modal-xxl { max-width: 750px  !important;}
}

@media (max-width: 767px) and (min-width: 577px) {
  .modal-xxl {max-width: 550px  !important;}
}

@media (max-width:1550px){
  h2 { font-size: 1.395rem !important;}
  .web-card.user-card {  min-height: 350px !important;}
  .date-text{font-size: .975rem !important;}
  .cell {width: 100%; padding: 0.4em 0.6em; font-size: 14px; }
  .patient-sign-in-left-sec {height: 790px; }
  .patient-sign-in-left-sec img { width: 200px;}
  .care-img {width: 70%;}
  .contributors-sec .user_info h6 {  width: 140px;}
}


@media (max-width: 1399.98px) { 
  h2 { font-size: 1.275rem !important;}
  .sign-in-left-sec img { width: 250px;}
  section { margin-bottom: 4rem;}
  .user_info.appointment_info p { width: 120px;}
  .calendar .button{font-size: 12px;  font-weight: 600;}
  .cell{width: 25px;}
  .address-align {
    max-width: 230px;
  }
  
 }

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) { 
  .phone-form{max-width: 100%;}
  img.card-wallet {max-width: 150px;margin-bottom: 20px;}
  img.card-realtive {  max-width: 330px;}
  .user_info p {width: 230px;}
  .fileBody_inner .user_info p {width: auto !important;}
  .gallery_wrapper .item{margin-bottom: 25px;}
  .inner-history a.opt-btn{width: 30px;height: 30px;}
  .profileData.view_profile{margin-top: -125px;}
  .profileData .btn.opt-btn {padding: 5px 10px !important; height: 40px !important;width: 40px; }
  .wrapper{margin-top: 110px;}
  /* .navbar-header .clinicname{ max-width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;} */
  .profileData.view_profile .btn-outline p {width: 130px;}
  .profileData.view_profile .user_details h5 {max-width: 330px;}
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) { 
  .sign-in-left-sec img {width: 200px;}
  .btn-primary {font-size: 0.875rem;}
  /* .web-card .border-right{border: none !important;} */
  .side-logo{height: 100px !important;width: 150px !important;object-fit: contain;}
  .btn_alignbox{justify-content: center !important;}
  .form-group.br{border: none;}
  .gallery_wrapper .item{margin-bottom: 10px;}
  .modal-gallery > div {--bs-gutter-y: 0rem;}
  .modal-xl{ max-width: 700px !important;padding: 10px;}
  .modal-dialog {  padding: 10px !important; }
  .sign-in-left-sec{display: none;}
  .logo_singin{width: 230px;margin-bottom: 15px;}
  .back_btn{ color: var(--primary); border: 1px solid var(--primary);}
  .back_btn:hover{color: var(--primary);border: 1px solid var(--primary); }
  .mob-logo{position: relative;}
  .mob-logo .back_btn{position: absolute;right: 0;top: -10px;}
  .top-error .error {  top: -220px; width: 100%;font-weight: 500; border-radius: 15px;padding: 10px;  background-color: rgba(355,355,355,0.135); backdrop-filter: blur(50px);}
  .profileData .user_details{text-align: center !important;}
  .profileData .btn_alignbox{margin-top: 20px;}
  .header-fixed {margin-top: 0px;}
  .user_info.appointment_info p { width: 250px;}
  .signin-page.patient-signin-page{background: url(../images/responsive_loginbg.jpg) no-repeat;width: 100%; height: 900px; border-radius: 30px;overflow: hidden;background-size: cover;padding: 10px;margin-bottom: 0px !important;}
  .signin-page.client-signin-page{background: url(../images/login-bg.jpg) no-repeat; width: 100%;height: 900px;border-radius: 30px;overflow: hidden; background-size: cover;padding: 10px; margin-bottom: 0px !important;}
  .signin-page .login-form p,.login-form h1,.signin-page .btn_inner a{color: var(--white) !important;}
  .login-form .form-outline label.active{border-radius: var(--radius);}
  .signin-page .form-group.otp-input .form-control:focus {background: var(--white) !important;}
  img.user-img {width: 125px; height: 125px;}
  .profileData.view_profile { margin-top: -95px;}
  .btn-icon img {width: 30px; height: 30px;}
  .folderName h6 { max-width: 180px;}
  .import_section a{ position: unset; display: inline-flex !important; margin: 10px 0px;}
  ul.social-media{justify-content: center;}
  .profileData.view_profile .user_details h5{margin: auto;}
  footer .social-media,
  footer img{display: none;}
  footer{padding: 3px;}
  footer p {font-size: 12px !important;}

}
 
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .sign-in-left-sec {height: 40vh;}
  .signin-page{  height: 650px;}
  .sign-in-left-sec img {width: 150px;}
  .right-sec {gap: 15px !important;}
  .pftl-txt-hd {display: none;}
  .dash-service::before, .dash-service::after { width: 90px;height: 90px;}
  .wallet-rchrg-pg .border-right { border-right: 0 !important;}
  .web-card.dash-service::before, .web-card.dash-service::after {display: none;}
  img.card-realtive {max-width: 300px;}
  img.card-wallet {max-width: 100px;}
  .btn-primary.res-menu{min-width: 50px !important;display: inline-flex;}
  .tab_box{display: grid !important;grid-template-columns: repeat(2, 1fr);gap: 10px;margin-top: 15px;}
  .sort-sec{margin-bottom: 15px;justify-content: center;}
  .notfctn-hd::after {right: -8px;}
  .pagination{justify-content: center;}
  .modal-xl{ width: 560px !important; }
  .user_details img {  width: 150px;}
  .navbar-list{overflow-y: scroll;overflow-x: hidden;}
  .fileBody_inner .user_info h6 { width: 120px;}
  .fileBody_inner .user_info p { width: 110px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
  .ui-menu.ui-widget-content.ui-autocomplete{width: auto !important;margin-right: 6px !important;}
  .portal-img{width: 250px;}

}

/* X-Small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) { 
  .table-responsive .table{width: 700px !important;}
  .logo_singin { width: 140px;}
  .back_btn{height: 35px;padding: 5px !important;font-size: 14px !important;display: flex; align-items: center; }
  .back_btn .material-symbols-outlined{font-size: 20px !important;}
  .modal-dialog { margin: 0rem !important; padding: 5px !important;}
  .modal-xl{ max-width: 100% !important;}

  body{padding: 10px;}
  #content-wrapper {padding: 10px 0 !important;}
  .web-card {padding: 15px;}
  /* .modal-content {margin: 0 15px;} */
.pay-card {width: 268px;height: 138px;}
.btn.opt-btn{ height: 30px !important;min-width: 30px !important;}
.nav-top { gap: 5px;}
.dash-service::before, .dash-service::after {display: none;}
.modal-dialog button.btn-close{right: 5px; top: 5px;}
.signin-page { padding: 15px;}
h2 {font-size: 1.395rem !important;}
.welcome-body h3 { font-size: 1.8rem !important}
h4 {font-size: 1.175rem !important;}
p{font-size: 0.795rem !important;}
.welcome-body { padding: 20px;}
footer p{font-size: 0.725rem !important;}
.social-media {gap: 15px;}
.social-media i {font-size: 1.1rem !important;}
#content-wrapper > .container-fluid{padding: 0px 5px !important;}
.silder_info > div:first-of-type{ display: inline-block !important;text-align: center !important;}
.silder_info .ntfcn_inner{flex-direction: column;}
.silder_info{text-align: center;}
.page-link {padding: 0.125rem .55rem !important;}
.form-group.otp-input input { height: 60px;width: 60px;}
.sidebar-wrapper { left: 245px !important;}
.modal-xxl { max-width: 100% !important;}
.header-fixed { width: calc(100% - 20px) !important;}
/* .wrapper { margin-top: 120px;} */

.user_info.appointment_info p { width: 230px;}
.signin-page.patient-signin-page {  height: 900px;}

.right-sec .notfctn-hd {height: 35px;width: 35px;}
.right-sec .notfctn-hd img, .ntfctn-dtls img { width: 20px;height: 20px;}
img.pfl-img {width: 35px !important;height: 35px !important;}
.right-sec {margin-left: 5px;}
.folderName h6 { max-width: 170px;}
.modal-content {padding: 0rem !important;}
.stripe-info {padding: 15px;}
h6 {font-size: .875rem !important;}

}

@media(max-width:450px){
  .user_info p {width: 160px;}
  .top-error .error {font-size: .625rem;}
  .signin-page.patient-signin-page {height: 930px;}
}

@media (min-width: 576px) {
  .modal-dialog.modal-lg{/* max-width: 700px !important; */margin: 1.75rem auto; }
  .modal-content { padding: 0.25rem !important;}
}

@media (min-width: 991.98px){
  .wrapper.res-wrapper { height: calc(100vh - 90px);overflow-y: scroll; scrollbar-width: none;}

}


/*------------ settings new update start ----------- */

.manage-header h1{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.section-title{
    font-size: 1rem !important;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.09375rem;
    white-space: nowrap;
    margin-bottom: 0 !important;
}
.settings-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 0 8px;
}
.section-line{
  flex: 1;
  height: 2px;
  background: var(--dark-border-color);
  border-radius: 2px;
}
.settings-section .card{
  background: #fcfcfc;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  padding: 24px 32px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--border-color);
}
.settings-section h3{
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}
.settings-section {
  margin-bottom: 24px;
}
.card-icon span.material-symbols-outlined{
  font-size: 36px;
  color: var(--primary);
  margin-bottom: 12px;
}
.settings-section  .card:hover {
  transform: translateY(-7px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.breadcrumb-nav {
  margin-bottom: 10px;
}

.breadcrumb-item {
    font-size: 0.875rem;
    color: var(--primary);
    display: flex;
    align-items: baseline !important;
    font-weight: 400;
}

.breadcrumb-item.active {
    color: var(--gray);
    font-weight: 600;
}
.breadcrumb-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
    color: var(--gray);
    font-weight: bold;
    margin: 0 0.75rem;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 0 !important;
}

.breadcrumb-item .material-symbols-outlined {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 0.25rem;
}
.prvt-cnslt-head p{max-width: 700px;}
.subscriptionBox h3{font-size: 34px !important;}
.subscriptionBox h2{font-size: 44px !important;}
.subscriptionBox h4{font-size: 30px !important;}
.subscriptionBox p{line-height: normal !important;}

.subscrptn-header-custom{
  background: linear-gradient(135deg, #1a1a1a 0%, #3a3a3a 100%);
  color: var(--white);
  padding: 40px 30px;
  text-align: center;
}
.subscrptn-header-custom h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.price-badge {
  background: var(--white);
  color: #1a1a1a;
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 20px;
  font-size: 1.75rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.highlight-section{background: #fafafa;
  padding: 7px 12px;
  border-left: 3px solid var(--primary);
  border-radius: 10px;
  color: var(--primary);
  font-weight: 500;
}

/* Responsive design */
@media (max-width: 768px) {
    .breadcrumb-nav {
        padding: 0.75rem 0;
    }
    
    .breadcrumb-item {
        font-size: 0.8rem;
    }
    
    .breadcrumb-item .material-symbols-outlined {
        font-size: 16px;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 0.5rem;
        font-size: 1rem;
    }
    
    .breadcrumb-link {
        padding: 0.2rem 0.4rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb {
        justify-content: center;
    }
    
    .breadcrumb-item {
        font-size: 0.75rem;
    }
}

/* Animation for dynamic updates */
.breadcrumb-item.active {
    animation: slideInFromLeft 0.4s ease-out;
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Smooth transitions */
.breadcrumb-item {
    transition: all 0.3s ease;
}

.breadcrumb-link {
    transition: all 0.3s ease;
    color: var(--primary);
    font-weight: 600;
}






/*------------ settings new update end ----------- */

.filter-wrapperbox .select2-hidden-accessible {
  height: 50px !important;
  position: unset !important;
}
.filter-wrapperbox .select2-container--default .select2-selection--single{
  border: none !important;
  /* height: 50px !important; */
}
.filter-wrapperbox .select2-selection__clear span{font-size: 20px !important;color: var(--danger) !important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.select2-search--dropdown .select2-search__field {
  padding: 10px !important;
  border-radius: 6px !important;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
  margin-top: 8px !important;
  margin-top: 16px !important;
  border-radius: 6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 24px !important;
  margin-top: -3px !important;
  display: none;
}
.select2-results__option--highlighted {
  background-color: red !important;
  color: #000 !important;
}
.select2-results__option {
  padding: 6px 9px !important;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa !important;
  top: -16px;
  border-radius: 6px !important;
  overflow: hidden;
}
.select2-search__field::placeholder {
    color: #999;
    font-size: 14px;
}
.truncate-inline {
    display: -webkit-inline-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    vertical-align: middle;
    max-width: 420px;   
}

.view-more-inline {
    margin-left: 3px;
    font-size: 13px;
    color: var(--primary) !important;
    white-space: nowrap;
    font-weight: 500;
    text-decoration: underline !important;
    vertical-align: middle;
}
.swal-button.swal-button--confirm.btn-danger:hover{border-color: var(--primary) !important;color: var(--white) !important;background: var(--primary) !important;}


        .clinic-profile-card {
            background: var(--white);
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            max-width: 100%;
            width: 100%;
        }

        .card-header {
            background: linear-gradient(135deg, #181818 0%, #3a3a3a 50%, #626262 100%);
            padding: 40px;
            position: relative;
            min-height: 100px;
        }

        .card-body {
            margin-top: -100px;
            position: relative;
            padding: 1rem 1.375rem !important;
        }

        .profile-section {
            /* display: flex; */
            align-items: flex-end;
            gap: 24px;

        }

        .clinic-avatar {
            width: 100px;
            height: 100px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: var(--white);
            border: 5px solid var(--white);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            position: relative;
            flex-shrink: 0;
            margin-bottom: 10px
        }

        .clinic-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            background: var(--white);
        }

        .status-badge {
            position: absolute;
            bottom: -5px;
            right: -5px;
            width: 32px;
            height: 32px;
            background: var(--success);
            border-radius: 50%;
            border: 4px solid var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .status-badge i {
            color: var(--white);
            font-size: 12px;
        }

        .profile-info {
            display: flex;
            gap: 40px;
            padding-bottom: 12px;
        }

        .clinic-name {
            font-size: 28px !important;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 6px;
            line-height: 1.2;
        }

        .clinic-subtitle {
            font-size: 14px !important;
            color: var(--gray);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .contact-info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
        }

        .contact-icon.email {
            background: var(--bg-dark);
            color: var(--primary);
        }

        .contact-icon.location {
            background: var(--bg-dark);
            color: var(--primary);
        }

        .contact-details {
            flex: 1;
            min-width: 0;
        }

        .contact-label {
            font-size: 12px;
            color: var(--light-primary);
            margin-bottom: 2px;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }
       

        .contact-value {
            font-size: 14px;
            color: var(--primary);
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .header-actions {
            position: absolute;
            top: 30px;
            right: 30px;
            display: flex;
            gap: 12px;
            z-index: 999;
        }

        .action-btn {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
        }

        .action-btn:hover {
            color: var(--white) !important;
            transform: translateY(-2px);
        }

        .manage-btn {
            width: auto;
            padding: 0 24px;
            gap: 10px;
            display: flex;
            font-size: 14px;
            font-weight: 600;
        }

        .stats-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            padding-top: 12px;
            border-top: 1px solid var(--border-color);
        }

        .stat-item {
            text-align: center;
        }

        .stat-value {
            font-size: 18px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 4px;
            display: block;
        }

        .stat-label {
            font-size: 14px !important;
            color: var(--gray);
            font-weight: 500;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .card-header {
                padding: 30px 24px;
                min-height: 140px;
            }

            .card-body {
                padding: 0 24px 32px;
            }

            .profile-section {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 20px;
            }

            .clinic-avatar {
                width: 120px;
                height: 120px;
                font-size: 42px;
            }

            .clinic-name {
                font-size: 26px;
            }

            .contact-info {
                grid-template-columns: 1fr;
            }

            .stats-section {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .header-actions {
                top: 20px;
                right: 20px;
            }

            .manage-btn {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .clinic-avatar {
                width: 100px;
                height: 100px;
                font-size: 36px;
            }

            .clinic-name {
                font-size: 22px;
            }

            .stat-value {
                font-size: 28px;

            }
        }


/* ============================================================
   User Guide Modal
   ============================================================ */

.ug-modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background-image: url('../images/userguide/mainbg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.ug-modal-clinictype {
    background-image: url('../images/userguide/clinic-img/clinictype.webp');
    background-size: cover;
    place-content: center;
    padding: 0 !important;
    border-radius: 20px !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-color: transparent !important;
    border: 2px solid #ccc !important;
  }

.ug-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    background: rgba(255,255,255,.12);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    transition: background .2s;
    padding: 0;
}
.ug-close-btn:hover {
    background: rgba(255,255,255,.25);
}
.ug-close-btn .material-symbols-outlined {
    font-size: 1.2rem;
}

.ug-landing-body {
    padding: 3rem 2.5rem 2.75rem;
    text-align: center;
}

.ug-main-title {
    color: var(--white);
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    margin-bottom: 1.5rem;
}

.ug-main-subtitle {
    color: var(--white);
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    margin-bottom: 0;
}

.ug-tour-card {
    position: relative;
    border-radius: .875rem;
    overflow: hidden;
}
.ug-tour-card-img {
    width: 100%;
    height: auto;
    display: block;
}
.ug-tour-card-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
}

.ug-explore-btn {
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, transform .15s;
    letter-spacing: .01em;
}
.ug-explore-btn:hover {
    background: #333;
    transform: translateY(-1px);
}
.ug-clinictype-btns {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.ug-type-btn {
    background: var(--white);
    color: var(--primary);
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: background .2s, transform .15s;
    min-width: 260px;
}
.ug-type-btn:hover {
    background: var(--secondary);
    transform: translateY(-2px);
}


/* ============================================================
   User Guide — Step Modal (Private / Pilot)
   ============================================================ */

.ug-step-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background-image: url('../images/userguide/clinic-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
}

/* Patient tour background override */
.ug-step-patient-content {
    background-image: url('../images/userguide/patient-img/patient-stpbg.webp');
}

/* Dark close button for light background */
.ug-close-dark {
    background: var(--primary);
    color: var(--white);
    z-index: 20;
}
.ug-close-dark:hover {
    background: #333;
}
.btn-outline-primary.tour-btn:hover{
  background-color: var(--white) !important;
  color: var(--gray) !important;
  border-color: var(--gray) !important;
}

/* Sequential fade: exit first, then enter — no overlap */
#privateCarousel.carousel-fade .carousel-item,
#pilotCarousel.carousel-fade .carousel-item,
#patientCarousel.carousel-fade .carousel-item {
    transition: opacity 0.35s ease-in-out 0.3s;
}
#privateCarousel.carousel-fade .active.carousel-item-start,
#privateCarousel.carousel-fade .active.carousel-item-end,
#pilotCarousel.carousel-fade .active.carousel-item-start,
#pilotCarousel.carousel-fade .active.carousel-item-end,
#patientCarousel.carousel-fade .active.carousel-item-start,
#patientCarousel.carousel-fade .active.carousel-item-end {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Lock carousel height so slides never jump */
#privateCarousel,
#privateCarousel .carousel-inner,
#privateCarousel .carousel-item,
#pilotCarousel,
#pilotCarousel .carousel-inner,
#pilotCarousel .carousel-item,
#patientCarousel,
#patientCarousel .carousel-inner,
#patientCarousel .carousel-item {
    height: 580px;
}

/* Step body */
.ug-step-body {
    position: relative;
    height: 580px;
    padding: 2.5rem 3rem 0;
    text-align: center;
    overflow: hidden;
}

/* Step 1 & 11 — large title */
.ug-step-title-lg {
    color: #000;
    text-align: center;
    font-size: 46px !important;
    font-weight: 600 !important;
    line-height: 100%;
    margin-bottom: 1rem !important;
    max-width: 540px;
    margin: auto;
}

/* Step 1 & 11 — large subtitle */
.ug-step-subtitle-lg {
    color: #000;
    text-align: center;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.5rem;
}

/* Steps 2–10 — title */
.ug-step-title {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: .75rem;
}

/* Steps 2–10 — subtitle */
.ug-step-subtitle {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px !important;
    margin-bottom: .75rem;
    max-width: 620px;
    margin: auto;
}

/* Annotation line */
.ug-step-annotation {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1.25rem;
}

/* Gradient overlay on image — steps 2 to 10 only */
.carousel-item:not(:first-child):not(:last-child) .ug-step-body::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 200px;
  border-radius: 0 0 19px 19px;
  background: linear-gradient(177deg, rgba(255, 255, 255, 0.00) 27.45%, rgba(25, 25, 25, 0.42) 62.07%, #000 96.78%);
}

/* Screenshot image — fixed width & height, pinned to bottom */
.ug-step-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100%;
    height: 415px;
    object-fit: cover;
    object-position: top center;
}

#privateCarousel .carousel-item:nth-child(2) .ug-step-img,
#privateCarousel .carousel-item:nth-child(3) .ug-step-img,
#privateCarousel .carousel-item:nth-child(10) .ug-step-img,
#pilotCarousel .carousel-item:nth-child(2) .ug-step-img,
#pilotCarousel .carousel-item:nth-child(3) .ug-step-img,
#pilotCarousel .carousel-item:nth-child(7) .ug-step-img,
#patientCarousel .carousel-item:nth-child(6) .ug-step-img,
#patientCarousel .carousel-item:nth-child(7) .ug-step-img {
    height: 460px;
}

/* Step 1 & last — image flows after text, not overlapping */
#privateCarousel .carousel-item:first-child .ug-step-img,
#privateCarousel .carousel-item:last-child .ug-step-img,
#pilotCarousel .carousel-item:first-child .ug-step-img,
#pilotCarousel .carousel-item:last-child .ug-step-img,
#patientCarousel .carousel-item:first-child .ug-step-img,
#patientCarousel .carousel-item:last-child .ug-step-img {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    display: block;
    margin: 1rem auto 0;
}

#privateCarousel .carousel-item:last-child .ug-step-img,
#pilotCarousel .carousel-item:last-child .ug-step-img,
#patientCarousel .carousel-item:last-child .ug-step-img {
    height: 340px;
}

@media (min-width: 1199px) {
    #privateCarousel .carousel-item:last-child .ug-step-img,
    #pilotCarousel .carousel-item:last-child .ug-step-img,
    #patientCarousel .carousel-item:last-child .ug-step-img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}



/* Footer navigation — pinned bottom-right over content */
.ug-step-footer {
    position: absolute;
    bottom: 10px;
    right: 1rem;
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    gap: .75rem;
    z-index: 5;
}

/* Arrow circle buttons */
.ug-nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    color: var(--primary);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .2s;
    padding: 0;
    flex-shrink: 0;
}
.ug-nav-arrow:hover {
    color: #333;
}
.ug-nav-arrow .material-symbols-outlined {
    font-size: 1rem;
    font-weight: 600 !important;
}

/* Done button */
.ug-nav-done {
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 10px;
    padding: .6rem 1.75rem;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    transition: background .2s;
}
.ug-nav-done:hover {
    background: #333;
}

/* picture wrapper — block so absolute img still works */
.ug-step-body picture {
    display: block;
}

/* br hidden on desktop (≥1200px), shown ≤1199px */
.ug-step-body br,
.ug-landing-body br {
    display: inline;
}

/* ── User Guide Responsive ── */

@media (min-width: 1350px) {
    .modal-xl { max-width: 1300px; }
}

/* ── 1199px ── */
@media (max-width: 1199px) {
    .ug-step-body br,
    .ug-landing-body br { display: none; }

    #privateCarousel,
    #privateCarousel .carousel-inner,
    #privateCarousel .carousel-item,
    #pilotCarousel,
    #pilotCarousel .carousel-inner,
    #pilotCarousel .carousel-item,
    #patientCarousel,
    #patientCarousel .carousel-inner,
    #patientCarousel .carousel-item { height: 500px; }
    .ug-step-body { height: 500px; padding: 2rem 2rem 0; }
    .ug-step-img  { height: 340px; }

    .carousel-item:not(:first-child):not(:last-child) .ug-step-body::after{display: none ;}

    .ug-nav-arrow{color: var(--white);background: var(--primary);}
    .ug-nav-arrow:hover{color: #f3f3f3;}

}

/* ── 991px ── */
@media (max-width: 991px) {
    #clinicTypeTourModal .modal-dialog { max-width: 100% !important;padding: 5px 12px !important; }
    #clinicTourModal .modal-dialog,.privateConsultTourModal .modal-dialog,#patientTourModal.modal-dialog,#pilotProgramTourModal .modal-dialog{padding: 5px 12px !important;}

    /* #privateCarousel,
    #privateCarousel .carousel-inner,
    #privateCarousel .carousel-item,
    #pilotCarousel,
    #pilotCarousel .carousel-inner,
    #pilotCarousel .carousel-item,
    #patientCarousel,
    #patientCarousel .carousel-inner,
    #patientCarousel .carousel-item { height: 440px; }
    .ug-step-body        { height: 440px; padding: 1.75rem 1.5rem 0; }
    .ug-step-img         { height: 260px; } */
    .ug-step-title-lg    { font-size: 36px !important; }
    .ug-step-subtitle-lg { font-size: 17px !important; }
    .ug-step-title       { font-size: 26px !important; }
    .ug-step-subtitle    { font-size: 14px !important; }
     .ug-modal-clinictype  { background-size: cover; background-position: center; border: 1px solid #ccc !important; }
     .ug-step-body picture {  padding-top: 1rem;}
     .ug-type-btn{min-width: auto}
}

/* ── 767px ── */
@media (max-width: 767.98px) {
    .ug-landing-body      { padding: 2rem 1.25rem; }
    .ug-main-title        { font-size: 1.75rem !important; }
    .ug-main-subtitle     { font-size: .875rem !important; }
    .ug-tour-card-overlay { padding-bottom: 1rem; }
    #clinicTourModal .col-6 { width: 100%; }
    .ug-type-btn          { padding: .75rem 1.5rem; font-size: .9375rem; }
   
    .ug-step-body picture { padding-top: 1rem; }

    #privateCarousel,
    #privateCarousel .carousel-inner,
    #privateCarousel .carousel-item,
    #pilotCarousel,
    #pilotCarousel .carousel-inner,
    #pilotCarousel .carousel-item,
    #patientCarousel,
    #patientCarousel .carousel-inner,
    #patientCarousel .carousel-item { height: 500px; }
    .ug-step-body        { height: 500px; padding: 1.5rem 1.25rem 0; }
    .ug-step-img         { height: 350px; }
    .ug-step-title-lg    { font-size: 30px !important; }
    .ug-step-subtitle-lg { font-size: 15px !important; }
    .ug-step-title       { font-size: 20px !important; }
    .ug-step-subtitle    { font-size: 13px !important; }
    .ug-step-annotation  { font-size: 12px; }
    .ug-close-btn {  top: 5px;right: 5px;width: 25px; height: 25px;}
}

/* ── 575px ── */
@media (max-width: 575.98px) {
    .ug-modal-content    { border-radius: 14px; }
    .ug-main-title       { font-size: 1.325rem !important; }
    .ug-main-subtitle    { font-size: 16px !important; }
    .ug-explore-btn      { font-size: 14px; padding: 10px 14px; }
  

    #privateCarousel,
    #privateCarousel .carousel-inner,
    #privateCarousel .carousel-item,
    #pilotCarousel,
    #pilotCarousel .carousel-inner,
    #pilotCarousel .carousel-item,
    #patientCarousel,
    #patientCarousel .carousel-inner,
    #patientCarousel .carousel-item { height: 480px; }
    .ug-step-body        { padding: 1.25rem 1rem 0; }

    .ug-step-title-lg    { font-size: 22px !important; }
    .ug-step-subtitle-lg { font-size: 16px !important; line-height: 24px !important;}
    .ug-step-title       { font-size: 20px !important; }
    .ug-step-subtitle    { font-size: 14px !important;line-height: 20px !important;}
    .ug-nav-arrow        { width: 34px; height: 34px; }
    .ug-nav-done         { font-size: 14px; padding: .5rem 1.25rem; }

    .ug-close-btn .material-symbols-outlined {font-size: 1rem;}
    .ug-step-title-lg {font-size: 24px !important;  }
    .ug-close-btn {top: 5px; right: 5px; width: 23px;height: 23px;}
    .ug-step-body{padding-top: 2rem !important;}
}

/* ── 460px ── */
@media (max-width: 460px) {
    .ug-main-title       { font-size: 1.5rem !important; }
    .ug-step-body        { padding: 1rem .875rem 0; }
   
}

