@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: #CFF5FF;
	--warning: #F4C000;
	--danger: #FF0000 ;
  --light-danger: #FF5959;
	--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;
	--orange: #F08C00;
  --darkblue: #161820;
  --blue: #5987FF;
  --transparent-bg: #16182000;
  --hover-bg: #fafafa;
  --radius :  .685rem;
  --border-radius: 0.625rem;
}
* {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
*,
*::before,
*::after {
    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.5rem !important;
}
h5{
  font-size: 1.25rem !important;
  line-height: 1.6875rem;
}
h6{
  font-size: 1rem !important;
  line-height: 1.475rem !important;
}
p{
  color: var(--gray);
  font-size: 0.9375rem !important;
  line-height: 1.5rem !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;}

.text-success{ color: var(--success) !important;}

.border{border-color: var(--dark-border-color) !important;}

.rounded-4{border-radius: 1.25rem !important;}

.form-control {
  color: var(--primary) !important;
}
.text-justify {
  text-align: justify;
}

.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:.685rem !important;
}
.form-outline.form-textarea i{
  position: absolute !important;
  left: 23px;
  top: 17px;
}

.form-outline.select-outline{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.form-outline.select-outline select{
  border: none !important;
  font-size: 14px !important;
}

.form-group.textarea-align{
  align-items: start !important;
}
.form-group.textarea-align i{
  padding-top: 10px;
}
.form-outline .intl-tel-input{width: 100% !important;}
.ntfn-min{width: 70px;}
/* .form-outline.form-textarea{
  min-height: 50px !important;
} */
.rounded-3 {
  border-radius:0.575rem !important;
}

.btn {
  border-radius:  .685rem !important;
  /* font-size: .875rem !important; */
  font-size: .975rem !important;
  font-weight: 500 !important;
  cursor: pointer !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-danger{
  color: var(--white) !important;
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
  padding: .75rem .75rem !important;
  min-width: 150px;
}
.btn-danger:hover{
  color: var(--danger) !important;
  background-color: var(--white) !important;
  border-color: var(--danger) !important;
}
.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;
}
.swal-error-icon span{
  font-size: 80px;
  color: var(--danger);
}
.invitation-wrapper h5{
  color: #ff6f6f;
}
.equal-width{flex: 1;}
.web-card h4.fw-bold{font-weight: 700 !important;}

/* .invitation-wrapper{
  padding: 15px;
  border: 1px dashed var(--dark-border-color);
  border-radius: var(--radius);
} */

.profile-hd {
  padding: 3px 9px;
  border-radius: 5px;
}
.profile-hd:hover{
  background: #f4f4f4 !important;
}
.header-fixed{  transition: all 0.3s ease;}
.header-fixed.scroll-header-fixed{margin-top: 0;width: 100% !important;left: 0;}
.header-fixed.scroll-header-fixed nav{border-radius: 0 !important;transition: border-radius 0.3s ease;}


.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-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;
}

/* .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: 24px;
  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;
  height: 50px;
}

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


.user_Type .selected-tick {
    color: var(--primary);
    transform: scale(1);
    animation: scalePop3D 0.4s ease forwards;
}

@keyframes scalePop3D {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(2, 2, 2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.userTypeInfo {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.userTypeInfo h6{font-size: 20px !important;line-height: 24px !important;}
.userTypeInfo small{font-size: 16px !important;font-weight: 400 !important;}

.welcome-img{width: 325px;}

.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;
  font-size: 0.875rem;
}

.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.vacationcls-date{
  color: var(--dark) !important;
border: 1px solid #d80f0f;
  border-radius: 10px;
  width: 40px;
}

.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-today{
  color: var(--primary);
  background-color: var(--bg-dark);
  border-radius: 10px;
  width: 40px;
  border: 1px solid #333;
}
.cell.highlight{
  color: var(--white) !important;
  background-color: var(--primary);
  border-radius: 10px;
  width: 40px;
  border: 1px solid #333;
}
.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: 12px;
  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;
  overflow-x: hidden;
}
.onboard-nav .profile-hd .dropdown-menu{
  min-width: 12rem;
}
.profile-hd .dropdown-menu{
  min-width: 16rem;
}
.dropdown-menu.dropDown-align{
  min-width: 13px !important;
  padding: 0px !important;
}
.dropdown-menu.show.custom-open-menu{
  position: absolute;
  top: 83px;
}
.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;
  font-feature-settings: 'lnum' 1 !important;
  line-height: 22px;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none !important;
}
.nav.nav-pills,.border-bottom-dark{
  border-bottom: 1px solid var(--dark-border-color);
}
.nav-pills .nav-link:hover{background: #f4f4f4;}
.nav-pills .nav-link.active:hover{background: #f4f4f4 !important;}

.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;
  font-weight: 500;
}
.menu-scroller{
  background: var(--white);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: calc(100% - 300px);
}
.menu-scroller::-webkit-scrollbar {
  height: 6px;         
}

.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 {
  transition: background-color 0.3s ease;
}
.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 var(--light-primary) !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;}

.private-tag{
  color: var(--white);
  border-radius: 4px;
  font-size: 10px !important;
  padding: 0px !important;
  background: var(--success);
  padding: 4px 8px !important;
}
.priority-tag{
color: #3b3b3b;
  border-radius: 16px;
  font-size: 19px !important;
  padding: 0px !important;
}
.priority-tag-dtl{
  border-radius: 16px;
  font-size: 12px !important;
  padding: 1px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--white);
  background: linear-gradient(to right, #181818 0%, #7E7E7E 100%);
}
.priority-tag-dtl span{font-size: 12px;}
.profile-tag{
    background: transparent;
    padding: .25rem .5rem;
    color: var(--gray) !important;
    border-radius: 16px;
    font-size: 0.70rem;
    border: 1px solid var(--gray);
}
.profile-tag span{
  font-size: 12px;
  color: var(--gray);
}
.profileData.view_profile .btn.opt-btn{border: 1px solid var(--primary) !important;}
.rpm-box{
  border: 1px solid var(--dark-border-color);
  border-radius: 4px;
  padding: 5px;
}
.rpm-box img{width: 30px;height: 30px;object-fit: contain;}
table .user_inner.device-info-box img{
  height: 50px !important;
  width: 50px !important;
  border-radius: 5px;
  padding: 3px;
  border-color: var(--dark-border-color) !important;
}
.user_inner.device-info-box h6{font-size: 0.875rem !important;}

.toast-container{
  z-index: 999;
}

.toast-container .toast {
  background: var(--white);
  color: var(--primary);
  border: none !important;
  border-radius: 12px;
  width: 450px;
  overflow: hidden;
  transform: translateX(100%);
  opacity: 0;

  &.showing,
  &.show {
    animation: slideIn 0.5s ease-out forwards,
               fadeOut 0.5s ease-in 2s forwards;
  }

  &.hide {
    opacity: 0;
    transform: translateX(100%);
  }
}
.toast-body{padding: 20px !important;}
.toast-body .success-toast{color: #00D519;font-size: 35px;}
.toast-body p{font-size: 0.875rem !important;font-weight: 500;}

.toast.showing,
.toast.show {
  transform: translateX(0);
  opacity: 1;
}

.toast.hide {
  transform: translateX(100%);
  opacity: 0;
}

.toast.show .progress-bar-animated {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #00D519;
  animation: progressBar 2s linear forwards;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@keyframes progressBar {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}



/* 24/07/24 */

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

.social-media i{color: var(--white);font-size: 1.1rem;border-radius: 2rem;}
.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);
}


.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: 50px;
  max-width: 130px;
  object-fit: contain;
}
img.logo.logo.cliniclogocls{border-radius: 10px;}
.fwt-bold{font-weight: 600 !important;}
.fw-medium{font-weight: 600 !important;}
body .fw-light{font-weight: 400 !important;}
.fw-middle{font-weight: 500 !important;}
.fw-exlight{font-weight: 300 !important;}
.loaderImg{width: 250px;}
.loader-round{max-width: 20px;}
.welcome-body{
  padding: 0px 30px;
}
.welcome-body h2{
  font-size: 1.15rem !important;
  color: var(--gray);
  font-weight: 400;
  margin: 0;
  font-feature-settings: 'lnum' 1 !important;
  line-height: 1.7rem;
}
.welcome-body h3{
  font-size: 1.4rem !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: 500 !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.875rem !important;
  margin-bottom: 0px;
}
table td.success-info{color: var(--success) !important;}
table td.error-info{color: var(--danger) !important;}
table .user_info p{
  font-size: 14px !important;font-weight: 400 !important;
  /* width: 160px; */
  min-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px !important;
}
.user_info p{
    font-size: 0.9375rem !important;font-weight: 400 !important;
    line-height: 20px !important;
}
.user_info.appointment_info p{
  width: 180px;

}
.pagination{margin-bottom: 0px !important;}

.user_info img{
  width: 30px;
  height: 30px;
}
.user_info.doctor_info h6{
  font-size: 0.875rem !important;
}
.user_info.doctor_info p{
  font-size: 0.75rem !important ;
}
.user_info.doctor_info .material-symbols-outlined{font-size: 16px;}
.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;
  border: none !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;
  font-feature-settings: 'lnum' 1 !important;
}

.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: 5px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
}
.appointment_inner > div:first-of-type{
  display: flex;
  gap: 10px;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--white);
  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 var(--light-primary) !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 25px;
}
.cropwrp .modal-title{
  margin: 0px 0px 25px;
}
.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 var(--light-primary) !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: 10px;
  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;
}
.min-w-auto{min-width: auto !important}
.sidebar-nav [aria-expanded="true"] .rotate-arrow {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease-in-out !important;
}
.sidebar-nav .rotate-arrow {
  transition: transform 0.3s ease-in-out;
}

/* .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: 420px;
  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) !important;
  border-radius: 7px;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  margin: 0px !important;
}
.profileData.view_profile{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 15px;
  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-card-img{
  width: 68px !important;
  height: 68px !important;
  background: var(--white);
  border-radius: 50%;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-innercard .view_profile{
  background: rgba(210, 210, 210, 0.58);
  border: 1px solid var(--white);
}

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

.details-innercard .view_profile .btn-icon,.details-innercard .view_profile .opt-btn{background: var(--white); border-radius: 50% !important; }
.details-innercard .view_profile .btn-icon:hover, .details-innercard .view_profile .btn-icon .primary:hover {
  border-color: var(--primary);
  /* color: #fff; */
 }

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

.appointmnt_inner small,.appointment_inner label{font-size: .725rem !important;}

.appointment_inner span{font-size: 18px!important;}

.user-img-sec {
  background: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
img.user-img {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 50%;
  /* margin-bottom: 10px; */
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.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;}
.word-break {word-break: break-all;}
.profileData .btn.opt-btn{
  padding: 5px 10px !important;
  height: 45px;
  width: 45px;
  border: none !important;
}
.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%;
}

table .user_inner img{
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  object-fit: cover;
}
.user_inner img{
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  object-fit: cover;
}
.user_inner.user_inner_xl img{
    height: 60px !important;
    width: 60px !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:not(.crt-fullclick) 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.crt-fullclick img{
  height: 110px;
  width: 110px;
  border-radius: 50%;
  transition: filter 0.3s ease;
}
.create-profile a img:hover{
    transform: scale(1.04);
}

/* Logo upload hover overlay */
.create-profile.crt-fullclick .aupload {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.logo-upload-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.logo-upload-overlay .material-symbols-outlined {
  color: #fff;
  font-size: 28px;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}
.create-profile.crt-fullclick .aupload:hover .logo-upload-overlay {
  opacity: 1;
}
.create-profile.crt-fullclick .aupload:hover .logo-upload-overlay .material-symbols-outlined {
  transform: scale(1);
}
.create-profile.crt-fullclick .aupload:hover img {
  filter: brightness(0.75);
}
.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;
}
#colorbox{overflow: visible !important;}
.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%);
}
.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);
}
.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 var(--white) !important;
}
.form-check-input:checked[type="checkbox"]{
  border: none !important;
}
label.form-check-label {
  margin-top: 3px;
  font-size: 0.875rem;
}
.cancel {
  color: var(--danger) !important;
}
.warning {
  color: var(--warning) !important;
}
.wrapper .bg-primary {
  background: var(--primary) !important;
}
.form-check.form-radio .form-check-input {
  background-color: #25242c;
  border: 1px solid var(--white);
}
.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;
}
.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: 1px solid var(--primary) !important;
  min-width: 120px;
}
.swal-icon--info {
  border-color: var(--gray) !important;
}
.swal-icon--info::after, .swal-icon--info::before {
  background-color: var(--gray) !important;
}

.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: 150px;
  transition: max-height 0.5s ease-in-out;
}
.collapse-filter.filter-wrapperbox.show{
  overflow: visible;
}

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; */
}

.sign-in-left-sec {
  background: url(../images/login-bg.jpg) no-repeat;
  background-position: top;
  width: 100%;
  height: calc(100dvh - 40px);
  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%;
}
.right-sec .dropdown-menu.show{padding: 0px !important;}

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


.patient-sign-in-left-sec{
  background: url(../images/patient_signleft.jpg) no-repeat;
  background-position: top;
  width: 100%;
  /* height: 100%; */
  min-height: calc(100dvh - 40px);
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  padding: 30px;
}
.patient-signin-fotr .patient-sign-in-left-sec{
  min-height: calc(100dvh - 100px);
}
.patient-signin-fotr.mb-5{margin-bottom: 3.5rem !important;}

.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;
} */
p.pag-text{font-size: 0.875rem !important;}

.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;
  line-height: 24px !important;
}

.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,.subcategoryerror {position: relative !important;}

.form-group label.error,.subcategoryerror label.error,.form-group label.vacation-error {
  color: var(--danger);
  font-size: 0.75rem !important;
  position: absolute !important;
  bottom: -22px !important;
  top: auto;
  left: 0 !important;
  font-weight: 500;
}
.filedropdown-label .error{
  position: absolute;
  bottom: -25px;
  left: 0;
}

.vacation-error small{
    color: var(--danger);
    font-size: 0.75rem !important;
    font-weight: 500;
}

.subcategoryerror label.error{
  color: var(--danger);
  font-size: 0.75rem !important;
  position: absolute !important;
  bottom: 2px !important;
  top: auto;
  left: 12px !important;
  font-weight: 500;
}

.input-group.search-box label.error{
  color: var(--danger);
  font-size: 0.75rem !important;
  position: absolute;
  bottom: -20px;
}

.input-group.search-box-card{
  border: 1px solid var(--dark-border-color);
  border-radius: .685rem !important;
}
.input-group.search-box.search-box-card {
  min-width: 300px !important;
}
.input-group.search-box.search-box-card input,.search-box-card .input-group-text{
  background: var(--white) !important;
}

.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 !important;
  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{
  border-radius: 12px !important;
  overflow: hidden;
  padding: 2px !important;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  opacity: 1 !important;
  pointer-events: visible !important;
}
/* .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: 20px !important;
  margin-bottom: 0;
}
.collapse-filter .form-select{height: 50px;}
.filter_Box .form-select:not(.filter_Box.custm-filter-box .form-select){background-image: none;}
.filter_Box .form-select{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: 10px 0px 10px;
}
.notfcn-listing li:nth-child(1) .or-divider{margin-top: 0px;margin-bottom: 10px;}

/* .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: 9px;
  height: 9px;
  display: block;
  background: var(--danger);
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  top: 3px;
  right: 0;
}
.top-ntfcn span.btn-ntfcn {
  width: 13px !important;
  height: 13px !important;
/*
  display: block !important;
*/
  background: var(--danger);
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  top: -8px !important;
  right: -8px !important;
}
.escribe-ntfn span.btn-ntfcn{
  width: 13px !important;
  height: 13px !important;
  display: block;
  background: var(--danger);
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  top: -2px !important;
  right: 2px !important;
}
.escribe-ntfn .escribe-notification-icon{
  height: 24px !important;
  width: 24px !important;
  object-fit: contain;
}

span.btn-ntfcn-count{
  font-size: .65em !important;
  background-color: var(--danger) !important;
  color: var(--white) !important;
  height: 20px;
  width: 20px;
  border-radius: 50% !important;
  position: absolute;
  top: -4px;
  right: -4px;
  place-content: center;
  font-feature-settings: 'lnum' 1 !important;
}
ul.ntfcn-dropdwn li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
  margin: 0px 0px 1px;
}
ul.ntfcn-dropdwn li:last-of-type{
  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;
}
a.btn.opt-btn.danger:hover{
    background: var(--danger) !important;
    color: var(--white) !important;
}
/* table .opt-btn{
  border: 1px solid var(--dark-border-color) !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.475rem !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{
  /* font-size: 13px !important;
  line-height: 20px !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: var(--white) !important;
}
span.debit {
  color: var(--danger);
}
span.credit {
  color: var(--success);
}
label {
  color: #6B6B6B;
  font-size: 0.825rem;
}
.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;
}

.btn-outline-primary:hover,a.btn-outline-primary:hover, a.btn-outline-primary.active ,.btn-outline:hover,.btn-outline.active{
  border: 1px solid #333 !important;
  color: var(--white) !important;
  background-color: #333 !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;
  transition: transform 0.8s ease;
}
.right-sec .notfctn-hd:hover {
  border: 1px solid var(--dark);
  transition: transform 0.8s ease;
}
.right-sec .notfctn-hd .loaderImg,.details-innercard .notfctn-hd .loaderImg{
  width: 150px;
  height: auto;
}

.loader_box{
  height: 100%;
  place-content: center;
  text-align: center;
}
.applyBtn {
  display: inline-flex !important;
  align-items: center;
}


.right-sec .notfctn-hd img,.ntfctn-dtls img,.details-innercard .notfctn-hd img{
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.right-sec .notfctn-hd .notftn-type{position: absolute; height: 28px !important;  width: 28px !important;bottom: 0;left: 20px;}
.h-custm{height: 50px;}

.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: var(--white);
  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 var(--white);
  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: var(--white);
  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 22px;
  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);
  padding-left: 25px;
}
.form-group.form-outline.textarea-align textarea{ 
  padding-left: 11px;
}
.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: 48px;
  /* left: 45px; */
  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,.form-outline label.active-label{
  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: 16px !important;
  padding: 1px;
  color: var(--white);
}
.modal .modal-header a span:hover,.close-btn span:hover{
  background: var(--danger);
}

.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;
  width: 100%;
}
.dropview_body  img{
  height: 40px;
  width: 40px;
  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{
  max-width: 450px !important;
}
.import_section a{
  position: absolute;
  top: 25px;
  right: 50px;
}
.nav-top{justify-content: end;gap: 20px;}
.no-records-body img{
  width: 125px !important;
}
.no-records-body p{
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.dropdown-menu {
  min-width: 9rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu th,.bootstrap-datetimepicker-widget.dropdown-menu td{
  padding: 5px !important;
  text-align: center;
   cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tbody tr:last-child td,.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed tr:last-child td{border-bottom: none !important;}

.bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled{
  margin-bottom: 0px !important;
}
/* .bootstrap-datetimepicker-widget.dropdown-menu td span.month, .bootstrap-datetimepicker-widget.dropdown-menu td span.year  {
  display: inline-block;
  width: 25%;
  text-align: center;
  margin: 2px 0;
} */
.datepicker-months span.month,.datepicker-years span.year {
    display: inline-block !important;
    width: 25%;
    text-align: center;
    padding: 5px !important;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
}
.datepicker-decades span.decade{
      display: inline-block !important;
      width: 50%;
      text-align: center;
      padding: 5px !important;
      box-sizing: border-box;
      cursor: pointer;
      vertical-align: top;
}

th.prev i,.th.next i{
  cursor: pointer !important;
}

.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.3s ease-out; 
}
.dropdown-menu li a{  transition: transform 0.4s ease;}
.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.1s ease-in;
}
.dropdownBody ul{
  max-height: 250px;
  overflow-y: auto !important;
}
.intl-tel-input .country-list{
    z-index: 9999 !important;
}
img.banner-img {
  width: 100%;
  max-height: 190px;
  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: 0.5s !important;
  display: none;
}
a.remove-img span { font-size: 18px;}
.gallery_wrapper .gallery-img:hover a.remove-img {
  transition: 0.5s !important;
  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: contain;
}
.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:110px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.accepted-tag{
  background: var(--success);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 15px;
  width:110px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.rejected-tag{
  background: var(--danger);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 15px;
  width:110px;
  display: block;
  text-align: center;
  font-size: 12px;
}

.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 var(--white);
}

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

.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);
}

.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;
  background: var(--white);
}
.form-floating .form-select{
  border: none !important;
  padding: .375rem 0.75rem !important;
  cursor: pointer;
}

.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.4rem) !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;
  border-radius: var(--radius);
}
.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-group.textarea-align{
  align-items: start !important;
}
.form-group.textarea-align i{
  padding-top: 10px;
}
.foodallergy-append .form-outline label {
    left: 14px;
}

.history-box .form-floating{
  padding: 6px 0px 6px 6px !important;
}


/*----- 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) !important;}

.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;
  font-weight: 500;
}

.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;
}
.align_middle_block{
   display: flex;
  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: 15px;
}
.fileBody_inner.file-cabinet-inner {
  margin-bottom: 0;
  height: 100%;
  position: relative;
} 
.fileBody_inner.file-cabinet-inner:hover {
  background: #f4f4f4;
}
.fileBody_inner.file-cabinet-inner .opt-btn {
  width: 30px;
  height: 30px;
}
.fileBody_inner.file-cabinet-inner .opt-btn .material-symbols-outlined {
  font-size: 1.1rem !important;
}
.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.25rem !important;
  margin-bottom: 0px;
}

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

.folderName .insights-tag img{
  width: 110px !important;
  height: auto;
  object-fit: contain;
}
.text-truncate.filename-text{max-width: 250px;}


.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: 25px;
  width: 25px;
  place-content: center;
  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;
  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;
}
.opt-view span{color: var(--white);font-size: 20px;}

.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: 600 !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;
} */
.notfctn-hd .ntfcn-dropdwn li:not(.notfn-list-items li){margin: 0px 15px;padding: 15px 0px  !important;border-bottom: 1px solid var(--border-color);}

.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;
}

.appointmnt_inner{background: var(--white);display: flex;gap: 10px;padding: 5px;border-radius: var(--border-radius);}


/*----- 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;
  line-height: 1.2rem;
}
.clinicname{
  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;
}

.daterangepicker td.active, .daterangepicker td.active:hover,.daterangepicker .ranges li.in-range,.daterangepicker td.in-range {
    background-color: var(--gray) !important;
    border-color: transparent;
    color: var(--white) !important;
}
.ranges li {color: var(--primary) !important;}
.ranges li:hover{border-color: var(--primary) !important;}
.applyBtn.btn-primary{
  background: var(--primary) !important;
  color: var(--white) !important;
}
.filter-box.mh-filterbox .daterangepicker, .filter-box.mh-filterbox .ranges, .filter-box.mh-filterbox .ranges ul {
    width: 100% !important;
}

/* .cancelBtn.btn-default:hover{
  border: 1px solid var(--primary) !important;
  background: var(--white) !important;
}
.applyBtn.btn-primary:hover{
  background: #333 !important;
  border: 1px solid #333 !important;
  color: var(--primary) !important;
} */

.profileData.view_profile .btn-outline p{
  width: 100px;
}

.btn-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opt-btn:hover {
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
  background: var(--primary);
}

.did-floating-label-content {
  position: relative;
  padding: 6px 0px 6px 20px;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border: 1px solid var(--form-border-color)  !important;
}
.did-floating-label-content i{
  color: var(--light-primary) !important;
  font-size: 1rem !important;}

.did-floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 11px;
  transition: 0.2s ease all;
}
.did-error-input .did-floating-label {
  top: 14px;
  left: 50px;
  font-weight: 500;
  color: var(--light-primary) !important;
  font-size: 14px;
}

.did-floating-select {
  font-size: 14px;
  color: var(--light) !important;
  display: block;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border: none !important;
  height: auto !important;
}

.did-floating-input:focus, 
.did-floating-select:focus {
  outline: none;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}


.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -7px;
  left: 20px;
  font-size: 0.675rem;
  padding: 0px 4px;
  background: var(--white);
}

/* .did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 13px;
} */
 .did-floating-label-content label.error{
  font-size: 0.75rem !important;
  position: absolute;
  bottom: -22px !important;
  top: auto;
  left: 0;
  font-weight: 500;
 }

 select.did-floating-select.form-select.valid + label.did-floating-label {
  top: -7px !important;
  left: 20px !important;
  font-size: 0.675rem;
  padding: 0px 4px;
  background: var(--white);
 }

.non-editable input{font-weight: 500 !important;color: var(--light-primary) !important;}

.dz-filename span {
  width: 95px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.dz-filename span:hover {
  width: auto !important; /* Allow full width */
  max-width: none !important;
  white-space: normal !important; /* Allow wrapping if needed */
  overflow: visible;
  text-overflow: unset;
}

.subscription_wrapper p{
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
.subscription_wrapper a{
  color: var(--white) !important;
  background-color: #4460ef;
  border-color: #4460ef;
  padding: 8px 15px;
  border-radius: 6px;
}
.subscription_wrapper{
  background: #FCEBD8;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
  padding: 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 80;
  top: 92px;
  animation: slideDown 0.7s ease-out;
}

.trialdivappend .alert-style {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

section.appointment-details .appnmt-user img {
  height: 50px !important;
  width: 50px !important;
}
section.appointment-details span i {
  font-size: 20px;
  padding-top: 2px;
}
section.appointment-details .gender span i {
  font-size: 23px;
  padding-top: 2px;
}
.web-card.appointment-card {
  min-height: auto !important;
}
.users-sec {
  margin-right: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0;
}
.users-img:first-child {
  margin-left: 0px !important;
}
.users-img {
  margin-left: -10px;
  transition: 0.5s ease-out;
}
.users-img img.thumb-user-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  object-position: center;
  border: 1px solid var(--white);
  margin: 5px 0px;
}
.users-sec:hover .users-img {
  margin-left: 2px;
  transition: 0.5s ease-out;
}
.accordion-button:not(.collapsed) {
  background: var(--white) !important;
}
.prev-appntmnts .accordion-button {
  background: var(--white) !important;
  color: #212529 !important;
}
.prev-appntmnts .accordion-button:hover {
  background: #f4f4f4 !important;
}
.prev-appntmnts .accordion-button h6 {
  color: #212529 !important;
}
.accordion-button::after {
  display: none;
}
.truncate-3{
    max-width: 40rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.prev-appntmnts a.drop-down-btn {
  border: 1px solid #CBCBCB;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
}
.light-gray-bg {
  background: #F3F3F3;
}
.prev-appntmnts .accordion-item {
  background-color: var(--white);
  border: 1px solid rgba(0,0,0,.125) !important;
  margin-bottom: 10px;
  border-radius: 10px !important;
  overflow: hidden;
}

.accordion-button a.drop-down-btn i {
  transform: rotate(0deg);
  transition: all .3s;
}
.accordion-button.collapsed a.drop-down-btn i {
  transform: rotate(180deg);
  transition: all .3s;
} 
.accordion-button a.drop-down-btn i{
    transition: transform 0.3s ease; 
}
.modal-body .outer-wrapper.box-cnt-inner .user_inner p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.card-border {
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.web-card.prev-appntmnts {
  min-height: auto;
}
.or-sec {
  position: relative;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.or-sec p {
  background: var(--white);
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.or-sec::before {
  background: rgb(203,203,203);
  background: linear-gradient(90deg, rgba(203,203,203,0) 0%, rgba(203,203,203,1) 30%, rgba(203,203,203,1) 50%, rgba(203,203,203,1) 70%, rgba(203,203,203,0) 100%);
  height: 1px;
  position: absolute;
  width: 100%;
  top: 50%;
  content: '';
  left: 0;
  transform: translateY(-50%);
}
.radio-input label {
  cursor: pointer;
}
img.stripe-loader {
  width: 70px;
}
img.payout-logo {
  width: 100px;
  height: 100px;
}
.setup-pay h1 {
  font-weight: 700 !important;
  font-size: 40px;
}
.owner-img {
  display: flex;
  align-items: center;
}
.owner-img img {
  height: 40px;
  width: 40px;
}
.btn.receipt-btn {
  background-color: #1e9b2a;
  color: var(--white);
}
.btn.receipt-btn {
  background-color: #1e9b2a;
  color: var(--white);
  padding: 4px 15px;
  border-radius: 15px;
  display: inline-block;
}
.btn.invoice-btn {
  background-color: var(--primary);
  color: var(--white);
  padding: 4px 15px;
  border-radius: 15px;
  display: inline-block;
  font-size: 0.813rem !important;
  border: 1px solid var(--primary);
}
.btn.invoice-btn:hover {
  background-color: var(--white) !important;
}
.card.trail-card {
  border-radius: 15px !important;
}
.card.trail-card p {
  width: 70%;
}
.subscription-exp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: var(--light-gray);
  border-radius: 10px;
  margin-bottom: 15px;
  border: 2px solid var(--primary);
}
a.btn.white-btn {
  background: var(--white);
  font-weight: 600 !important;
}
a.btn.white-btn:hover {
  background: var(--primary);
  color: var(--white);
}
.adress-sec {
  padding: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: var(--radius);
  border: 1px solid var(--dark-border-color);
}
.adress-sec p {
  margin-bottom: 5px;
  font-size: 13px;
}

.billing-head{
  background: linear-gradient(180deg, rgba(67, 67, 67, 1) 0%, rgba(24, 24, 24, 1) 100%);
  padding: 20px;
  color: var(--white);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  position: relative;
}
.pay-card-sec {margin-bottom: 15px;} 
.pay-card-sec:last-child{margin-bottom: 0px;}

h4.premium-gold {
  background: var(--white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px !important;
  font-weight: 700 !important;
}
span.subscriptions-icon {
  font-size: 75px;
  color: var(--light-primary);
  position: absolute;
  right: 10px;
}
.files-container.bannerImage.clinic-banner .fileBody img {
  width: 100% !important;
  height: 100% !important;
  min-height: auto !important;
  border-radius: 0;
}
.web-card.user-card.clinic-profile {
  height: auto !important;
  min-height: 100% !important;
}
.clinic-profile .profileData.view_profile {
  margin-top: auto !important;
}
img.user-img {
  width: 80px !important;
  height: 80px !important;
}
.clinic-profile .profileData.view_profile {
  background: var(--white);
}
a.btn.opt-btn:hover {background: var(--primary) !important;}
.opt-view:hover {
  background: #333 !important;
}
/* .opt-view:hover span {
  color: var(--primary) !important;
} */
a.btn.filter-btn:hover {
  border: 1px solid var(--primary) !important;
}
.join-popup {
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 999;
}

@keyframes bounce-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

.slide-btn{
  animation: bounce-pulse 1.2s ease-in-out infinite;
}

.slide-btn span{font-size: 16px;}

.popup-content {
  background: var(--white);
  display: inline-flex;
  align-items: center;
  padding: 10px;
  min-width: 230px;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid var(--white);
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  animation: slideIn 0.8s ease-in-out forwards;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

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

.slide-out .popup-content{
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  animation: slideOut 0.8s ease-in-out forwards;
}

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

.popup-content p {
  margin-bottom: 0;
  margin-right: 10px;
  color: var(--gray);
}
.join-popup .user_info p{width: 100%;}
button.slide-btn {
  background: var(--primary);
  color: var(--white);
  font-size: 13px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 8px;
  min-width: 110px;
}
button.slide-close{
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 13px;
  border-radius: 20px;
  padding: 8px;
  min-width: 110px;
}

.signin-page .back-btn{
  transition: all 0.3s ease-in-out;
}

.signin-page .back-btn:hover {
  transform: scale(1.05);
}

/*--- saop notes ----*/

.outer-wrapper  .patient_inner {
  display: flex;
  align-items: start;
  gap: 10px;
}
.patient_inner img {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50%;
  object-fit: cover;
}

.outer-wrapper  .patient_info{
  font-size: 0.875rem !important;
  color: #6B6B6B;
}
.outer-wrapper  .patient_info h6{
  font-size: 1.275rem !important;
}

.scribe{
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 7px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  font-size: 0.9375rem !important;
  
}
.scribe::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(to right, #5BD0E8, #0761BD, #369FD5, #0963BE);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
@keyframes writingEffect {
    0% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateX(5px) translateY(-2px) rotate(-5deg);
    }
    50% {
        transform: translateX(10px) translateY(-4px) rotate(-10deg);
    }
    75% {
        transform: translateX(5px) translateY(-2px) rotate(-5deg);
    }
    100% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
}

.scribe-pen {
    animation: writingEffect 2.5s ease-in-out infinite;
    transform-origin: bottom right; 
}


.outer-wrapper .patient_inner .scribe-pen{
    height: 20px !important;
    width: 20px !important;
    animation: writingEffect 2s ease-in-out infinite;
    transform-origin: bottom right;
}

.outer-wrapper .device-info{
    background: var(--bg-color);
    color: var(--gray-dark);
    font-style: italic;
    padding: 3px 12px;
    font-size: 0.875rem !important;
    font-weight: 500;
    border-radius: 25px;
    display: inline-block;
    align-content: center;
}
.tab-scroller {
    overflow-x: auto; 
    overflow-y: hidden;
    white-space: nowrap; 
    scroll-behavior: smooth;
}
.table-border,
.outer-wrapper  .accordion-item{
  border: 1px solid var(--dark-border-color) !important;
  border-radius: 8px !important;
  padding: 1.15rem 0.875rem;
}

.outer-wrapper  .accordion-flush{
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
} 
.outer-wrapper  .accordion-flush h5{
  font-size: 0.875rem !important;
  margin-bottom: 0px !important;
  min-width: 200px;
}
.outer-wrapper .collapse-header .user_inner{min-width: 190px;}

.outer-wrapper  .accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
.outer-wrapper  .accordion-button:not(.collapsed) {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  box-shadow: none !important;
}
.outer-wrapper  .accordion-button{
  padding: 0px !important;
}
.outer-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.outer-wrapper  .collapse-header p{
  font-weight: 600 !important;
  font-size: 0.875rem !important;
}
.collapse-header small,.collapse-header p{
  font-feature-settings: 'lnum' 1 !important;
}
.collapse-header small{
  color: var(--gray) !important;
  font-weight: 300 !important;
}
.l-primary{
  color: var(--blue) !important;
}
.l-danger{
  color: var(--light-danger) !important;
}

.outer-wrapper  .accordion-button::after{
  display: none !important;
}
.outer-wrapper .accordion-button[aria-expanded="true"] .arrow-btn {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease-in-out !important;
}
.outer-wrapper .dropdown-toggle::after{display: none !important;}

.outer-wrapper .btn.btn-primary.dropdown-toggle{
height: 50px;
font-size: 16px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-around;
}

.outer-wrapper .bg-success{background-color: #43971C !important;}
.outer-wrapper .bg-warning{background-color: #D79D00 !important;}
.outer-wrapper .badge{
  font-weight: 600 !important;
  padding: 8px 10px !important;
  border-radius: 14px !important;
}
.align_innerbtn{display: flex;align-items: center;gap: 10px;}

.outer-wrapper .opt-view{
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
  border-radius: 50% !important;
}
.outer-wrapper .opt-action{
  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;
}

.outer-wrapper .opt-btn{text-decoration: none;}
.outer-wrapper .btn-opt .material-symbols-outlined{font-size: 16px !important;}

.outer-wrapper .btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.outer-wrapper .accordion-body{
  margin-top: 1rem !important;
  padding: 1rem 0rem !important;
  border-top: 1px solid var(--dark-border-color) !important;
  border-radius: 0px 0px 8px 8px !important;
  padding-bottom: 0px !important;
}
.outer-wrapper .info-tag{
  background: var(--bg-color);
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.outer-wrapper .info-tag .dot{
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--gray-dark);
}

.dropdown .dropdown-item{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  padding: .35rem 0.35rem !important;
  background: var(--white) !important;
}
.outer-wrapper .collaspe-info p{margin-bottom: 0px !important;}

.cls-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: var(--white);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--primary);
}
.cls-btn span{font-size: 16px !important;}
.outer-wrapper .checkbox-container{
  border: 1px solid var(--dark-border-color);
  padding: 10px;
  border-radius: 10px
}  
.outer-wrapper .service-row .checkbox-container p{font-weight: 400 !important;text-align: center;color: var(--gray) !important;}

.outer-wrapper .form-check-label {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}


.outer-wrapper .form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.outer-wrapper .form-check{padding: 0px !important;margin-bottom: 0px !important;}


.outer-wrapper .form-check-input {
  width: 25px;
  height: 25px;
  min-width: 25px !important;
  min-height: 25px !important;
  cursor: pointer;
}

.outer-wrapper .service-row .form-check-input{
  position: absolute;
  left: 0;
}

.outer-wrapper .form-check .form-check-input{margin-left: 0px !important;}
.outer-wrapper .form-check{position: relative;}
.outer-wrapper .form-check-input:checked ,.form-check-input:focus{box-shadow: none !important;}
.outer-wrapper .image-checkbox {
  width: 100px; 
  height: 100px;
  object-fit: contain;
  border-radius: 5px;
}

.outer-wrapper .modal-content{
  border-radius: 24px !important;
  overflow: hidden;
}

.align-row{gap: 20px 0px;}

.outer-wrapper .modal-body {
  padding: 1.3rem;
}
.outer-wrapper .image-device{
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.outer-wrapper .payment-table td{border: none !important;padding: 5px 0px !important;}

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

/* .voice-mic{background: var(--primary);
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--white);
    font-size: 20px !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 99;
} */
 .voice-mic {
    background: var(--primary);
    position: relative;
    color: var(--white);
    font-size: 20px !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.btn-sm{
  height: 35px !important;
  font-size: 0.875rem !important;
  min-width: auto !important;
  border-radius: 8px !important;
}

.dropdown-item.select_category{
  cursor: pointer;
}
.outer-wrapper .bg-info{background: #EDEDED !important;}

.outer-wrapper .accordion-body,h5{  font-feature-settings: 'lnum' 1 !important;}

.text-linear{
    background: var(--Black-Gradient, linear-gradient(90deg, #2F2E2E 0%, #8C8C8C 29.33%, #2F2E2E 52.88%, #8C8C8C 78.37%, #2F2E2E 99.52%));
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 0.875rem !important;
}


.add-btn{
    height: 30px;
    width: 30px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
}
.delete-btn{
    height: 30px;
    width: 30px;
    background: var(--danger);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
}

.report-img{max-width: 100%;}

.outer-wrapper .scribe img{
    width: 20px;
    object-fit: contain;
}
.table-container table,.table-container tbody,.table-container th,.table-container td,.table-container tr {
font-size: 0.875rem !important;
font-weight: 400 !important;
vertical-align: middle;
}
 .table-container th{font-weight: 600 !important;}
 .table-container td{border-color: #F3F3F3 !important;}
/* .outer-wrapper .accordion-body .table-container td{height: 60px;} */
/* .outer-wrapper .table-container .form-control{border: 1px solid var(--border-color) !important;border-radius: 8px !important;} */

.outer-wrapper .active.opt-action{
    background: var(--primary);
}
.outer-wrapper .active.opt-action span{color: var(--white)}
.outer-wrapper .nav.nav-pills{border-bottom: none;}

.nav-pills .nav-link{font-size: 0.875rem !important;padding: .5rem .475rem;}

.divider{
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}
.divider p{font-size: 0.875rem !important;}

.divider::before,
.divider::after {
    content: '';
    flex-grow: 1;
    height: 0.05rem;
    background-color: var(--dark-border-color); 
}

.form-group.form-outline.no-iconinput{
  padding: 6px 0px 6px 6px !important;
}
.form-outline.no-iconinput label{
  left: 18px;
}
.form-group.form-outline.no-iconinput{
  padding: 6px 0px 6px 6px !important;
}
.form-group.form-outline.no-iconinput textarea{padding-left: 10px;}

/* .form-group.form-floating.no-iconinput .form-select {
  padding:.375rem 0rem !important;
} */


.form-group.form-floating.no-iconinput{
  padding:6px 0px 6px 6px !important;
}

.form-group.form-outline.notes-edit-box textarea {
  padding-left: 10px !important;
  padding-right: 30px !important;
}
.notes-edit-box .notesicon{
  position: absolute !important;
  right: 10px;
  top: 10px;
}
.notesicon span{  font-size: 12px;color: var(--light-primary);cursor: pointer;}

.appointment-info p{font-size: 0.875rem !important;}
.appointment-info span.material-symbols-outlined{font-size: 20px !important;}

.dropdown .dropdown-toggle::after{display: none !important;}
.btn.btn-primary.dropdown-toggle{
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.participant-wrapper{
  background: #F3F3F3 !important;
  padding: 15px;
  margin-bottom: 10px;
}

.upcomingloader {
  position: relative;
}

.upcomingloader .upcomingloadercls{
  height: 230px;
}
.upcomingloader .upcomingloadercls img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.scribe img {
  width: 20px;
  object-fit: contain;
}

.filter-box input{height: 50px;border: 1px solid var(--dark-border-color) !important;border-radius: .685rem !important;cursor: pointer;}
.daterangepicker.ltr.show-ranges.opensright.show-calendar {
  left: auto !important;
  right: 0 !important;
  min-width: 630px !important;
}
.cancelBtn{
  border: 1px solid var(--primary) !important;
}
/* .cancelBtn:hover{
  background: #333 !important;
  border-color: var(--gray-dark) !important;
  color: var(--primary) !important;
} */
.applyBtn{display: inline-flex !important;align-items: center;}

/* .daterangepicker::after {
 display: none !important;
}
.daterangepicker::before {
  top: -8px !important;
} */
.daterangepicker.ltr.show-ranges.opensright{
  left: auto !important;
  right: 0 !important;
  z-index: 9 !important;
}
/* .filter-box .daterangepicker.opensright::before {
  right: 9px !important;
  left: unset !important;
} */
.filter-box .ranges{
  border-right: 1px solid var(--border-color) !important;
  margin-top: 0px !important;
}
.filter-box .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: none !important;
  border-right:1px solid var(--border-color) !important;
}
.filter-box .daterangepicker{
  overflow: hidden !important;
  border-radius: 7px !important;
  z-index: 9;
}

.form-outline.no-icondropdown label {
  left: 15px !important;
}
.form-outline.no-icondropdown label.error {
  left: 0px !important;
}
.form-switch .form-check-input:checked{
  border: none !important;
}
.preview-container{
    background: #ECECEC;
    padding: 10px;
    border-radius: var(--border-radius);
    height: 475px;
    overflow:scroll;
}

.preview-container table{
  width:100%;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
.preview-container .table tr,.preview-container .table td{
  padding: 10px 0px;
  border: none;
}
.preview-container h6{
  font-size: 1rem !important;
}
.preview-container p{
  font-size: 0.875rem !important;
  line-height: 1.475rem !important;
}
.preview-container small{
  font-size: 0.825rem !important;
  line-height: 1.575rem !important;
}

.form-group.form-outline.no-icondropdown input[type="checkbox"]{
  border: 1px solid var(--dark-border-color) !important;
  border-radius: 4px !important;
  background-clip: unset !important;
}
.form-group.form-outline.no-icondropdown input[type="checkbox"]:checked{
  border-color: var(--primary) !important;
}

.dropdownBodyInner ul{
  overflow: scroll !important;
}

.dlt-btn{
  border: 1px solid var(--danger);
  border-radius:50%;
  padding:3px;
  color: var(--danger);
  background: var(--white);
}
.dlt-btn span{
  font-size: 20px !important;
}
.dlt-btn:hover span{
  color: rgb(159, 21, 21) !important;
}
ul.dropdown-menu.dropdown-menu-end i.material-symbols-outlined {
  font-size: 18px;
  margin-left: -3px;
}
ul.dropdown-menu.dropdown-menu-end a.dropdown-item {
  display: flex;
  align-items: center;
}

.outer-wrapper .opt-action.active{
  border: none !important;
}

.preview-container .card{
  border:none;
  border-radius:12px;
}
.catgry-main{
  border-radius: 10px;
  padding: 10px ;
  background: var(--bg-dark) !important;
}
.catgry-sub{
  border-radius: 7px;
  padding: 10px;
  border: 1px solid var(--light-gray);
}

.audiostartcls{background: var(--danger);}

/* .dropdown-toggle[aria-expanded="true"] .material-symbols-outlined,.vscomp-ele.pop-comp-ele [aria-expanded="true"] .vscomp-arrow{
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="false"] .material-symbols-outlined,.vscomp-ele.pop-comp-ele [aria-expanded="false"] .vscomp-arrow{
  transform: rotate(0deg);
  transition: transform 0.3s ease;
} */

.login-form .email-loader{width: 20px !important;margin: 0;}

.form-control.multiselcustomers{
  border-color: var(--dark-border-color) !important;
}

.vscomp-arrow::after{
  border: 2px solid transparent !important;
  border-bottom-color: var(--primary) !important;
  border-right-color: var(--primary) !important;
}

.vscomp-toggle-button{
  padding-left: 3px !important;
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1 !important;
}

.vscomp-value{
  color: var(--light-primary) !important;
  font-size: 14px !important;
  color: var(--light-primary);
  font-size: 14px;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500;
}

.accordion-button.collapsed .colps-btn{
  display: none ;
}

.accordion-button .colps-btn{
  display: inline-flex ;
}
.accordion-button.collapsed .histry-add-btn{
  display: none !important;
}

.accordion-button .colps-btn{
  display: block !important;
}

.vscomp-option.selected {
  background-color: var(--white) !important;
}

.vscomp-clear-icon::before, .vscomp-clear-icon::after{
  background-color: var(--danger) !important;
}

/* .vscomp-option.focused {
  background-color: var(--bg-color) !important;
  color: var(--primary) !important;
} */
/* .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  border-color: var(--primary) !important;
} */
.vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after ,.vscomp-wrapper .checkbox-icon.checked::after{
  border-color:#000 !important;
  border-left:
#fff !important;
  border-top:
#fff !important;
}

.cls-btn:hover {
  background: var(--light-danger);
  color: var(--white);
}


.form-control.multiselcustomers {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  border-radius: 10px;
}
.form-control.multiselcustomers  .vscomp-toggle-button {
  border: 0;
}
.vscomp-wrapper.focused .vscomp-toggle-button, .vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none !important;
}
.vscomp-arrow::after {
  transform: rotate(45deg);
  border-bottom-color: #111;
  border-right-color: #111;
  content: "";
  height: 10px !important;
  margin-top: -6px;
  width: 10px !important;
  margin-right: -10px;
  border-radius: 2px;
}
.vscomp-dropbox {
  border-radius: 10px !important;
  max-width: 535px !important;
}

.pop-comp-wrapper{z-index: 999 !important;}

.notes-collspe .accordion-button[aria-expanded="false"] .collapse-header p{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-check-input:checked[type="radio"],.form-check-input:checked[type="checkbox0"]{
  border: none !important;
}
.form-check-input{
  border: 1px solid var(--dark-border-color) !important;
  cursor: pointer;
}

.print-info{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;

}

.print-info i{font-size: 16px;}

.preview-container .card-body {
  padding: 1.2rem !important;
}
.footer-wrapper{text-align: center;}
.footer-wrapper img{width: 100px;}
.footer-wrapper h6{font-size: 0.825rem !important;margin-bottom: 0px;color: var(--gray);font-weight: 400;}

.graph-wrapper{
  position: relative;
  width: 100%;
  height: 300px;
}
.nograph{
  position: relative;
  width: 100%;
  height: 60px;
}

.accordion-item .user_inner img{border: 1px solid var(--light-primary);}

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


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


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

.welcme-img{max-width: 150px;}
.inner-onboard{ max-width: 900px; margin: auto;}
.wrapper.onboard-wrapper{padding-left: 0px !important;}
.m-h-auto{min-height: auto !important;}
h2.font-large{font-size: clamp(1.4rem, 1.9vw, 2.3rem) !important}
.stepper-wrapper {
  margin: 0 auto;
  max-width: 950px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.stepper-wrapper.doctor-stepper{
  max-width: 400px;
}

.stepper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}
.more-devices-box{border-color: var(--primary) !important;background: var(--primary);}
.more-devices-box span{
  width: 30px;
  height: 30px;
  display: block;
  place-content: center;
  text-align: center;
  font-size: 1rem !important;
  color: var(--white);
}

.stepper-wrapper .stepper.hidelinecls::after{display: none;}

.slot-wrapper .btn-outline-secondary {
    border: 1px solid var(--dark-border-color) !important;
    border-radius: 8px;
    color: var(--primary);
    padding: 10px;
    display: block;
    text-align: center;
}
.slot-wrapper .btn-outline-secondary:hover{
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
  background: var(--white) !important;
}
.slot-wrapper .slot-btn.active,.slot-wrapper .slot-btn.active:hover{
  background: var(--primary) !important;
  color: var(--white) !important;
}
.icon-div{
    border: 1px solid #ccc; 
    padding: 5px; 
    border-radius: 6px; 
    cursor:pointer;
}
.icon-div.active{
    border: 1px solid #000 !important;
}
.med-DrugName {
    padding: 10px;
    border: 1px solid var(--form-border-color);
    border-radius: 10px;
}
.med-arrow-up {
    background: rgba(0, 0, 0, 0) url(../images/arrow.png) no-repeat scroll 0 0;
    display: block;
    height: 25px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -17px;
    width: 40px;
}
.list-cnter-line{
    position: relative;
    padding: 2px;
    display: flex;
    align-items: center;
}
.list-cnter-line::before {
    content: '';
    height: 1px;
    background: var(--dark-border-color);
    flex: 1;
}
.list-cnter-line::after{
    content: '';
    height: 1px;
    background: var(--dark-border-color);
    flex: 1;
}
.list-cnter-line span{font-size: 0.875rem;}

@media(min-width: 991.98px) {
  .stepper:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
  }
  .stepper.laststepcls::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
  }
}


.circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--white);
  color: #666;
  border: 1px solid var(--white);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.3s ease;
}


.circle.active {
  background-color: var(--primary);
  color: var(--white);
  border: none;
}

.circle.on-page{
  background: var(--gray);
  color: var(--white);
  border-color: var(--gray);
}
.circle.on-page p{font-weight: 600 !important;}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
  min-height: 30px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.upload-icon{
  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;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-icon span{font-size: 18px;}
.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{border-bottom:1px solid #d0d0d0; padding: 12px 0px;}
.slot-row{margin-bottom: 24px !important;}
.copy-select-box select{font-size: 14px;}
.copy-select-box select{min-width: 190px;}
.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;} 

.appointment-text{font-size: 0.875rem !important;font-weight: 400;place-content: center;}

.sm-label {
  font-size: 12px !important;
  font-weight: 400;
  color: var(--gray);
}
.md-label{
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gray);
}
body .rounded-3 {
  border-radius: .6rem !important;
}
.user_inner.tools_inner img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0% !important;
    object-fit: contain;
}

/*--- onboard end ---*/

.bootstrap-datetimepicker-widget table{border-collapse: separate; border-spacing: 5px 5px;}
.bootstrap-datetimepicker-widget table td.active{color: var(--white) !important;display: block !important;height: 100%;font-weight: 600 !important;border-radius: 12px !important;background: var(--primary) !important;border: 1px solid var(--primary);}
.bootstrap-datetimepicker-widget table td.today{color: var(--primary) !important;height: 100%;font-weight: 600 !important;border-radius: 12px !important;border: 1px solid var(--primary);background: var(--white) !important;}

.accordion-action{
  position: absolute;
  top: -7px;
  right: 30px;
  /* z-index: 9; */
  pointer-events: auto;
}
/* .box-cnt-inner .accordion-button:hover {
  z-index: unset;
} */

/* start subscribe to blackbag */

  .modal-xl.subscription-modal-xl {
    max-width: 1440px;
  }
  .modal-content.subscription-modal{
    padding: 0px !important;
    border-radius: 1rem !important;
    border: none;
    overflow: hidden;
  }
  .subscription-box {
      background: #434343;
      background: linear-gradient(180deg, rgba(67, 67, 67, 1) 0%, rgba(24, 24, 24, 1) 100%);
      color: white;
      padding: 2rem 2rem 0.2rem 2rem;
      height: 100%;
      flex-direction: column;
  display: flex;
  justify-content: space-between;
  }
  .subscription-box h4,.subscription-box h1, .subscription-box p{ color: white !important;}
  .subscription-box .amount{display: flex;
      gap: 10px;
      margin: 10px 0px;
  }
  .subscription-modal .dropdown-toggle{border: none;}
  .subscription-box .amount p{
    margin: 0;
    font-size: 13px !important;
  }
  .subscription-modal .dropdown-item:hover{
      transform: initial !important;
      transition: none;
  }
  .feature-box {
        border: 1px solid var(--white);
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: 15px;
  }
  .subscription-modal .amount-list p{
      margin: 0;
  }
  .total-price {
      font-size: 1.5rem;
      font-weight: bold;
  }
  .form-container {
      background-color: var(--white);
      border-radius: 10px;
      padding: 2rem;
  }
  .btn-dark {
      border-radius: 0.5rem;
      width: 100%;
      padding: 0.75rem;
  }
  /* .subscription-modal .sub-h{
      font-size: 16px !important;
      font-weight: 600;
  } */
  .subscription-modal .form-check-input{
      height: 17px;
      width: 17px;
      /* border-radius: 4px !important; */
      background-clip: inherit !important;
  }
  .subscription-modal .btn-close {
      width: 13px !important;
      height: 13px !important;
      right: 5px !important;
      top: 5px !important;
      background: #080808 !important;
      color: var(--white) !important;
      font-size: 0px !important;
      padding: 4px !important;
  }
  .subscription-modal .btn-close span{font-size: 14px;}
  .subscription-modal .slt-prescribers{
      border: 1px solid var(--dark-border-color);
      padding: 15px 18px;
      border-radius: 12px;
  }

.subscription-modal .slt-prescribers label.form-check-label {
  font-size: 13px;
  font-weight: 500;
  color: #151515;
}
.subscription-modal .slt-prescribers .gray-borde{
  border: none !important;
  height: 1px;
  background: #6B6B6B;
  background: linear-gradient(90deg, rgb(176, 176, 176) 0%, rgba(107, 107, 107, 0) 100%);
}
.subscription-modal .payment_method img{
  width: 40px;
  margin-right: 6px !important;
}
.subscription-modal .payment_method h6{
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.subscription-modal .payment_method small{
font-size: 13px !important;
  color: #787676 !important;
  gap: 3px !important;
  margin: 0px !important;
}
.subscription-modal .payment_method small span{
  font-size: 17px;
}
.subscription-modal .payment_method a span{font-size: 18px !important;}
/* .subscription-modal .payment_method  a p{font-size: 13px !important;} */
.subscription-modal .form-group.form-outline select.form-select {height: auto;}


/*---- end subscribe to blackbag ----*/

.font-sm{font-size: 0.875rem !important;}
p.es-font{font-size: 0.75rem !important;line-height: 1.1rem !important;}

.vaccation-edit{
  border-radius: 50%;
  height: 30px;
  width: 30px;
  place-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid var(--dark-border-color);
}
.vaccation-edit span{font-size: 16px !important;}

.page-not-found {
  text-align: center;
  place-content: center;
  height: calc(100dvh - 350px);
}


.page-not-found .img-key {
  margin-bottom: 0px;
}

.page-not-found h1.text-xl {
  color: var(--primary);
  text-transform: uppercase;
  line-height: 50px;
  font-size: 160px;
  font-weight: 800;
  letter-spacing: -28px;
  text-shadow: -6px 4px 0px var(--white);
  margin-left: -20px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.page-not-found h2{font-size: 3rem !important;}

@keyframes colorFade {
  0% {
    color: var(--primary);           
  }
  50% {
    color: var(--danger);     
  }
  100% {
    color: var(--primary);  
  }
}

.page-not-found h1.text-xl span {
  transition: all 1s ease;
  display: inline-block;
  animation: colorFade 4s infinite ease-in-out;
}

.info-box{
  padding: 15px;
  border: 2px dashed var(--dark-border-color);
  border-radius: var(--radius);
  background: var(--light-gray);
}
.info-box .material-symbols-outlined{
  font-size: 30px;
  color: var(--primary);
}
.info-box p{font-size: 0.875rem !important;}

.min-w-tag{min-width: 100px;}

.badge-primary{background: var(--primary) !important;}

.radio-box input[type="radio"]{width: 1.25rem;
  height: 1.25rem;}

.radio-box input[type="radio"]:checked {
    accent-color: #000;
}

.radio-box label{
    display: flex;
    align-items: center;
    gap: 5px
}

.cancelled-box{
    border-radius: 10px;
    display: inline-flex;
    justify-content: end;
    gap: 7px;
    padding: 10px 20px;
    border: 1px solid var(--primary);
}


/*--- manage clinic start ---*/

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

.btn-tab .cancld-icon{
    position: absolute;
    right: -3px;
    top: -5px;
    width: 20px;
}
.btn-primary-sm{
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  padding: .75rem .75rem !important;
  min-width: 100px;
  font-size: 0.875rem !important;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* .space-box{min-width: 300px;} */

.outer-wrapper .badge-secondary{
  background: var(--light-gray) !important;
  color: var(--gray) !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  border: 1px solid var(--light-primary);
}


.outer-wrapper .badge-secondary{
  background: var(--light-gray) !important;
  color: var(--gray) !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  border: 1px solid var(--light-primary);
}



/*--- manage clinic end ---*/

/*---- chat start -----*/

.cht-innerBox .notftn-count{
  height: 15px;
  width: 20px;
  border-radius: .2rem !important;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: .55rem !important;
}

.chat-alert{
  height: 15px;
  width: 15px;
  display: inline-block;
  background: var(--danger);
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: -4px;
  border: 2px solid var(--light-primary);
}
.offcanvas.offcanvas-end{
  border-radius: 20px;
  margin: 1.4rem;
  width: 550px !important;
  max-height: 90svh;
  margin-top: 2rem;
}

.message-area {
    height: 100%;
    overflow: hidden;
}

.load-message img{
  width: 45px;
  height: 45px;
  filter: brightness(5%);
}

.chat-area {
  position: relative;
  width: 100%;
  background-color: var(--white);
  overflow: hidden;
  min-height: calc(100% - 1rem);
  height: 100%;
}

.profileData .chat-body .btn.opt-btn{border: 1px solid var(--dark-border-color) !important;}

.chatbox {
  width: auto;
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.chatbox::-webkit-scrollbar {
  display: none;
}

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

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.chat-container .offcanvas-header img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: contain;
}
.chat-container .offcanvas-header h4{
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word;
}
.chat-container .offcanvas-header p{
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-wor
}
.chat-container .offcanvas-header {
    border-bottom: 1px solid var(--primary);
}
.chat-container .offcanvas-header .opt-btn{
  background: var(--white);
  color: var(--primary) !important;
  border: 1px solid var(--dark-border-color) !important;
}
/* .chat-container .offcanvas-header .opt-btn:hover{color: var(--white) !important;} */
.chat-container .cls-btn{
  position: absolute;
  top: 10px;
  right: 10px;
}

.msg-body ul {
    /* overflow: hidden; */
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: end;
}
.msg-body ul li:last-child{margin-bottom: 0;}

.msg-body ul li {
    list-style: none;
    margin: 5px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li p{
    font-size: 0.875rem !important;
    line-height: 20.60px !important;
    word-wrap: break-word;
    font-weight: 400;
    margin-bottom: 0;
}
.msg-body ul li small{
  font-size: .65rem !important;
  line-height: 17.60px !important;
  font-weight: 400;
}
.msg-body ul li.sender .sender-box{
    padding: 10px;
    color: var(--primary);
    background: var(--bg-dark);
    max-width: 240px;
    display: inline-block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.msg-body ul li.replay .replay-box{
    padding: 10px;
    color: var(--white);
    background: var(--primary);
    max-width: 240px;
    display: inline-block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: start;
}
.msg-body ul li.replay {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.chat-user-img{height: 23px !important;width: 23px !important;border-radius: 50%;object-fit: cover;}

.offcanvas-footer{padding: 1rem 1rem;}

.send-box {
    padding: 10px;
    background: var(--bg-dark);
    /* overflow: hidden; */
    border-radius: 7px !important;
}
.send-box .mentions-input-box .mentions-autocomplete-list{
  bottom: 51px;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: rgba(17, 17, 26, 0.2) 0px 0px 16px !important;
  -webkit-box-shadow: none;
}

.mentions-input-box .mentions-autocomplete-list ul{
  padding: 10px !important;
  margin-bottom: 0px !important;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
  background: #f3f3f3 !important;
  min-height:45px;
  border-radius: 6px !important;
}
.mentions-input-box .mentions-autocomplete-list li {
  background-color: var(--white) !important;
  font-size:16px;
  width:100% !important;
  min-height:45px;
  border: none !important;
  color: var(--gray) !important;
  margin-bottom: 0px;
  display: flex !important;
  align-items: center;
}
.mentions-input-box .mentions-autocomplete-list li img{
  margin-right: 5px !important;
}

 
.mentions-input-box .mentions-autocomplete-list li b {
  background: transparent !important;
  font-weight: normal !important;
}
 

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.send-box input::placeholder{color: #6B6B6B !important}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.send-box .form-control:focus{background: transparent !important;}

.send-box button {
    border: none;
    background: transparent;
    padding: 0;
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}


.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}
.button-wrapper i {
   font-size: 20px;
}

.button-wrapper {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.chat-divider{
  align-self: stretch;
  justify-content: flex-start;
  align-items: center; 
  gap: 4px;
  display: inline-flex
}
.chat-divider p{font-size: .75rem !important;}
.chat-divider.new-messages p{color: var(--primary) !important;}
.chat-divider.new-messages >:nth-child(odd){
  outline: 1px var(--primary) solid;
}

/* .chat-divider.new-messages > */

.chat-divider >:nth-child(even) small{
  color: #6B6B6B; font-size: 16px; font-weight: 400; line-height: 24px; word-wrap: break-word"
}
.chat-divider >:nth-child(odd){
  flex: 1 1 0; 
  height: 0px; 
  outline: 1px var(--dark-border-color) solid;
  outline-offset: -0.50px"
}

/* .divider-inner{
  padding: 0px 5px;
  background: var(--white);
} */
.divider.new-messages::before,.divider.new-messages::after{background-color: var(--primary);}
.mentions-input-box {flex-grow: 1;}
.mentions-input-box textarea{border: none !important;background: var(--bg-dark) !important;height: 40px !important;}
.chatbox .fileResult_inner img {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  object-fit: contain;
}
.chatbox .folderName h6{
  font-size: 0.875rem !important;
  line-height: 20.60px !important;
  font-weight: 400;
  width: 170px;
}
.mentions-input-box,.mentions-input-box .mentions{
  background: var(--bg-dark) !important;
  border: none !important;
  height: 40px !important;
}

.chat-dlt span{
  font-size: 18px;
  color: var(--danger);
}
.mentions-input-box textarea{
  position: absolute !important;
}
.mentions-input-box .mentions-autocomplete-list{
  border: none !important;
  /* border-radius: 32px !important; */
}

.send-box textarea{
    border: none;
    flex-grow: 1;
    background: var(--bg-dark);
}
.send-box textarea:focus-visible,
.send-box textarea:focus {
  outline: none !important;
  border: none !important;
}
.patientFiles .no-records-body{place-content: center;height: 100%;}

.subscriptions-icon{
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #374151, #000);
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscriptions-icon span{
  color: var(--white);
  font-size: 30px;
}
.active-plans{
  display: inline-flex;
  align-items: center;
  padding: 0.20rem 0.80rem;
  border-radius: 9999px;
  font-size: 0.80rem !important;
  font-weight: 600; 
}
.active-plans.success-plan{
  background: var(--success);
  color: var(--white);
}
.active-plans.cancld-plan{
  background: var(--light-primary);
  color: var(--white);
}
.active-plans.expired-plan{
  background: var(--danger);
  color: var(--white);
}
.breadcrumb-link{
  color: var(--gray) !important;
}

.renewal-box{
  padding: 12px;
  color: #374151;
  border-radius: 12px;
  font-size: 0.875rem !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border-color);
  background: rgb(252, 252, 252);
}

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


   @media screen and (max-width: 991px) {
     .wl-content{
        padding: 0px 50px 0px 50px;
        transform: none !important;
        left: 0 !important;
        top: 30% !important;
        right: 0 !important;
     }
     /* .video-bg{
         min-height: 850px !important;
     } */
   }

@media (max-width: 767px) {

    /* .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    } */


    .send-box .form-control {
        width: 70%;
    }

 

    .offcanvas.offcanvas-end {
      border-radius: 20px;
      margin: .65rem;
      width: 95% !important;
    }
}



/*---- chat end -----*/


 /*----- full notes start -----*/

.fullnotes-card .border-bottom{border-color: var(--dark-border-color) !important;}

.dlt-btn{
  border: 1px solid var(--danger) !important;
  color: var(--danger) !important;
  display: flex !important;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
  border-radius: 50% !important;
  border-color: var(--danger)  !important;}

.add-itembtn span.material-symbols-outlined{font-size: 20px;} 
.data-wrapper p{margin-bottom: 0;color: var(--primary) !important}
.data-wrapper {margin-bottom: 0;color: var(--primary) !important;font-size: 0.9375rem !important;line-height: 1.575rem !important;}
 .notes-accordion-wrapper .accordion-button{background: transparent !important;}
 .notes-accordion-wrapper .accordion-button:hover, .notes-accordion-wrapper .accordion-button:focus {
  z-index: 0 !important;
}

.voice-icon {
  transition: background 0.3s ease, color 0.3s ease !important;
}

.voice-icon.record-active {
  background: var(--danger);
  border-radius: 50%;
  animation: pulse 1.2s infinite;
  border: none !important;
  position: relative;
  overflow: visible;
}
.voice-icon.record-active span {
  color: var(--white);
}


.voice-icon.record-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.4);
  animation: wave 2s infinite ease-out;
  z-index: -1;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

 /*----- full notes end -----*/

 
 /*---- timeline start ----*/

 .timeline-content .card{
  border-top-left-radius: 0px;
  border-top-right-radius: 12px ;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
 }
.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline-item{
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
   /* .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 250px;
        width: 2px;
        background: #dee2e6;
    } */
    .timeline-content::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        background: #dee2e6;
    }
    .timeline-item {
      position: relative;
      /* display: flex; */
    }
   .timeline-date {
        text-align: right;
        padding-right: 30px;
        font-size: 0.9rem;
        color: #6c757d;
    }
   .timeline-content {
      flex: 1;
      padding-left: 30px;
      position: relative;
      /* padding-bottom: 40px; */
      padding-bottom: 10px;
      padding-top: 50px;
      margin-right: 20px;
    }
    .timeline-content.load-timeline-content {
    padding-top: 0;
}
    .timeline-content::after {
        content: "";
        position: absolute;
        left: -7px;
        top: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #333;
    }
    .card-header {
      background: var(--primary) !important;
      color: var(--white);
      font-weight: 500;
    }
    .timeline-item .user-section {
        position: absolute;
        top: 0;
        left: -7px;
        z-index: 9;
    }
    .timeline-item img.user-img {
        width: 40px !important;
        height: 40px !important;
    }
    @media (max-width: 767.98px) { 
      .timeline-date {
        position: absolute;
        top: -25px;
        left: 50%;
        background: #333;
        padding: 2px 10px;
        border-radius: 20px;
        font-size: 12px;
        color: var(--white);
        transform: translateX(-50%);
        width: max-content;
      }
  }

/*---- timeline end ----*/


.wrapper.res-wrapper.toggled .tooltip-container {
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  font-size: 17px;
  width: fit-content;
  box-sizing: border-box;
  --color: #fff;
  --tooltip-bg: #303030;
  --tooltip-color: #fff;
  --margin: 0.5rem;
}

.wrapper.res-wrapper.toggled .text {
  z-index: 9;
  color: var(--color);
  padding: 0.7em 1.8em;
  border-radius: 0.75rem;
  height: fit-content;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.15);
}

.wrapper.res-wrapper.toggled .tooltip {
  white-space: nowrap !important;
  position: absolute;
  top: 50%;
  left: calc(100% + var(--margin)); 
  transform: translateY(-50%) scale(0);
  padding: 0.3em 0.6em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background: var(--primary);
  color: var(--tooltip-color);
  border-radius: 0.5rem;
  z-index: 99999;
}

.wrapper.res-wrapper.toggled .tooltip::before {
  position: absolute;
  content: "";
  height: 0.6em;
  width: 0.6em;
  left: -0.3em; 
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: var(--primary);
  border-bottom-right-radius: 0.175rem;
}

.wrapper.res-wrapper.toggled .tooltip-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.wrapper.res-wrapper.toggled .collapse.list-unstyled{padding-left: 0 !important;}

.connected-text span.material-symbols-outlined{font-size: 40px;}



.switch-data .form-switch .form-check-input {
  width: 3.5em !important;
}

img.shrinkToFit{
   position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.notfctn-hd.escribe-ntfn::after{display: none;}
.details-innercard .notfctn-hd button:hover{background: var(--primary) !important;border: none !important;}


a.clinic-web{max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    color: #333;
}
a.clinic-web:hover{
  text-decoration: underline !important;
  color: #333 !important;
}
.video-bg {
      position: absolute;
      left: 0;
      width: 100%;
      max-height: 850px;
      z-index: 1;
      object-fit: cover;
      overflow: hidden;
      border-radius: 20px;
      height: calc(100dvh - 210px);
  }
  .wl-content{
    
      position: absolute;
      z-index: 2;
      color:  var(--white);
      text-align: center;
       top: 54%;
      left: 50%;
      transform: translate(-50%, -50%);
      
    }
    .wl-content h1{
    font-size: 2.5rem;
    color: var(--white) !important;
    font-weight: 100 !important;
    }  
    .wl-content p{
        color:var(--white) !important;
    }    
  .wl-content .btn-primary{
      background: var(--white) !important;
      color:#333 !important;
   } 
   .wl-content .btn-primary:hover{
    background: #000 !important;
     color: var(--white) !important;
   }



.Powered p{font-size: 11px !important;color: #c0c0c0 !important;}
.Powered p img{width: 94px;margin-left: 4px;}





.enable-list img{width: 17px;padding-bottom: 2px;}
.enable-list a{color: #000;font-weight: 600;text-decoration: underline !important;}

@media (max-width: 768px) {
.table-container table,.table-container thead,.table-container tbody,.table-container th,.table-container td,.table-container tr {
    display: block;
    width: 100%;
}

  .table-container thead tr { display: none;}
  .table-container tr { margin-bottom: 10px; border: 1px solid #ddd; padding: 10px;}
  .table-container td { display: flex;justify-content: space-between; padding: 10px;border-bottom: 1px solid #ddd;  position: relative;}
  .table-container td:before {content: attr(data-label);font-weight: bold; }

}

.container .lp-bg{
  background: var(--light-gray);
}

/* end FAQ */
 .wc-onboard {place-content: center;}
 .wc-onboard .inner-onboard h6{
  font-size: 46px !important;
    color: #000 !important;
    font-weight: 300 !important;
}
.wc-onboard .inner-onboard p{
  font-weight: 400 !important;
    font-size: 19px !important;
}
.modal.prescription-modal .modal-dialog {
  max-width: 100vw;
  /* max-height: 80vh; */
  overflow-y: auto;
  margin: 20px;
  padding: 0 !important;

}
.modal.prescription-modal .modal-dialog iframe {height: 80vh !important;}
.btn.enablebtnfadeout, .btn.enablebtnfadeout:hover {
    border-color: #8f8f8f !important;
    background: #8f8f8f  !important;
    color: #ffffff !important;
}
a.cancel-order {
    background: #ffffff;
    color: var(--danger);
    border: 1px solid var(--light-danger);
}
a.cancel-order:hover {
    border: 1px solid var(--light-danger);
     color: var(--white);
     background: var(--danger);
}

.billing_loader img{
  max-width: 300px;
  place-content: center;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.eprescribe_preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
span.notfctn-date {
    font-size: 11px;
    color: var(--gray);
    font-weight: 400;
}
.prescription_dosespotlogo img {
    width: 250px;
}
a.opt-btn.video-btn {
    background: var(--primary);
    color: var(--white) !important;
    border: 1px var(--primary);
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: none !important;
    
}
a.opt-btn.video-btn:hover {
  background: var(--white) !important;
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
/* .upcoming-todayapps{position: relative;} */

/* .upcoming-todayapps td:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 12px 0 0 12px;
}

.upcoming-appointment-list tr.upcoming-todayapps:nth-child(1) td:first-child::after {
   background: linear-gradient(180deg, #1f1f1f 0%, #000000 100%);
}

.upcoming-appointment-list tr.upcoming-todayapps:nth-child(2) td:first-child::after {
  background: linear-gradient(180deg, #000 0%, #a9a9a9 100%);
}

.upcoming-appointment-list tr.upcoming-todayapps:nth-child(3) td:first-child::after {
  background: linear-gradient(180deg, #161616 0%, #e5e5e5 100%);
}

.upcoming-appointment-list tr.upcoming-todayapps:nth-child(4) td:first-child::after {
  background: linear-gradient(180deg, #4f4f4f 0%, #e9e9e9 100%);
}

.upcoming-appointment-list tr.upcoming-todayapps:nth-child(5) td:first-child::after {
  background: linear-gradient(180deg, #bcbcbc 0%, #ebebeb 100%);
} */

.upcoming-todayapps td,.upcoming-todayapps td:hover{background: #fbfbfb !important;}

tr.upcoming-todayapps{transition: transform 0.1s ease-in-out !important}
.upcoming-todayapps:hover td{
  background: #f2f2f2 !important;
}
.upcoming-todayapps:hover > td{box-shadow: none !important;}

.sortable {
    cursor: pointer;
    user-select: none;
}

.sortable .sort-icon {
    font-size: 1rem;
    margin-left: 4px;
    color: var(--gray);
}

.sortable.active.asc .sort-icon::after {

    color: var(--primary);
}

.sortable.active.desc .sort-icon::after {
    
    color: var(--primary);
}

.appointment-details.fixed-on-scroll .appointment-card {
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 10px !important;
  border-radius: 15px;
  border: 1px solid #4A4545;
  background: linear-gradient(90deg, #000 0%, #4B4848 100%);
  box-shadow: -1px 4px 1px -2px rgba(0, 0, 0, 0.25);
  min-height: auto !important;
  will-change: opacity;
  transition: padding 0.25s ease, border-radius 0.25s ease, box-shadow 0.25s ease;
}

/* ── Normal view: instant collapse, GPU-only fade out ── */
.appointment-details .normal-view {
  opacity: 1;
  will-change: opacity;
  pointer-events: auto;
}
.appointment-details.fixed-on-scroll .normal-view {
  display: none;
}

/* ── Scrolled view: instant expand, fade-in animation ── */
.scrolled-view {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.appointment-details.fixed-on-scroll .scrolled-view {
  display: flex;
  animation: scrolledFadeIn 0.25s ease forwards;
}

@keyframes scrolledFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Patient title truncation in scrolled view ── */
.patient-title-info {
  min-width: 0;
}
.patient-title-info h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.patient-title-info small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 200px;
}

.scrolled-divider {
    width: 1px;
    height: 35px;
    background: #4A4545;
    margin: 0 10px;
}

.video-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    transition: all 0.3s ease;
    text-decoration: none;
}
.video-action .video-icon-box span { font-size: 40px; }

.video-icon-box:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--white);
}

.scrolled-item i {
    font-size: 18px;
    color: var(--white) !important;
}

/* Scrolled bar – extracted from inline styles */
.scrolled-patient-identity {
    padding-right: 30px;
}
.scrolled-avatar {
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.scrolled-icon {
    font-size: 20px !important;
}
.scrolled-label {
    font-size: 10px;
    line-height: 1;
}
.scrolled-status-badge {
    font-size: 12px;
    min-width: 65px;
    padding: 6px 10px;
}
.scrolled-item  span.material-symbols-outlined{font-size: 20px;}

.wrapper .status-action .badge.bg-primary{background: transparent !important;border-radius: 7px !important;border: 1px solid #727272 !important;padding: 12px 20px !important;}

.appointment-details.fixed-on-scroll .patient-deatils-box  .primary{color: var(--white) !important;}
.appointment-details.fixed-on-scroll .patient-deatils-box small{ color: var(--white) !important;font-weight: 600 !important;}


.webcard small.font-sm{font: 12px !important;}

.chat-btn-ntfcn{
  font-size: .70em !important;
  background-color: var(--danger) !important;
  color: var(--white) !important;
  height: 23px;
  width: 23px;
  border-radius: 50% !important;
  position: absolute;
  top: -15px;
  right: -15px;
  font-feature-settings: 'lnum' 1 !important;
  place-content: center;
}
.chat-icon{font-size: 20px !important;}

.ntfcn_inner .text-truncate{max-width: 250px !important;}
.chat-unread-count{font-size: .70em !important;background-color: var(--danger) !important;color: var(--white) !important;}
.pdfpreview-container table td{border-bottom: none;}
.voice-icon{
   transition: background 0.3s ease;
}
/* .voice-icon:hover{
   background: #ff4d4d;
}
    .mic-btn span {
      z-index: 2;
    }
 .voice-icon::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(255, 77, 77, 0.4);
      animation: pulse 1.5s infinite;
      z-index: 1;
}
    @keyframes pulse {
      0% {
        transform: scale(0.8);
        opacity: 1;
      }
      100% {
        transform: scale(1.5);
        opacity: 0;
      }
    } */

    .x-hidden {overflow-x: hidden !important;}
    .y-hidden {overflow-y: hidden !important;}
    .dropdown-menu.x-hidden.show {
      overflow-x: hidden !important;
    }
    .notes {
    background: #fafafa;
    padding: 5px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.notes small {
    font-size: 0.813rem !important;
}
span.info-btn {
    background: #f9f9f9;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border: 1px dashed #d5d5d5;
}
.notfn-list-items li:last-child {
  margin-left: auto;
}
.connected-icon{font-size: 50px !important;}

a.btn.filter-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.hd-opt-btn {
    height: 50px;
    width: 50px;
}
.hd-opt-btn span.material-symbols-outlined {
    font-size: 1.6rem !important;
}
.notes-form {
    height: 50px;
    justify-content: start;
    align-items: center;
}
.solid-info{
  border: 1px solid var(--dark-border-color);
  background: #f8f8f8;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 1rem;
}
.solid-info .solid-p{
  font-size: 13px !important;
  line-height: 22px !important;
} 
.onboard-info{
  border: 3px dotted var(--dark-border-color);
  background: #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  margin-top: 1rem;
}
.onboard-info span{font-size: 34px;}
.notes-form p { margin-bottom: 0; padding-left: 15px;}

.feature-card {
  border-radius: 12px;
  padding: 24px;
  background-color: var(--white);
  border: 1px solid #CBCBCB;
  position: relative;
  min-height: 450px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
span.feature-card-icon {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
}
.feature-card-modal h1{font-size: 32px !important;line-height: 38px !important;}
.feature-card-modal h6{
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600;
}
.feature-card-modal p{
  font-size: 16px !important;
  line-height: 22px !important;
}
.feature-card-modal small{font-weight: 500 !important;font-size: 16px !important;line-height: 20px !important;color: var(--gray) !important;gap: 10px;}
.h-50p {
    height: 50px;
}
.min-h-50p {
  min-height: 50px;
}
.no-records-sec {
    background: #f8f8f8;
    padding: 5px;
    text-align: center;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 5px;
}
.gray-box {
    padding: 10px 15px;
    background: #fdfdfd;
    border: 1px solid #ebebeb;
    border-radius: 15px;
}
.fill-date label.float-label {
    top: -7px;
    left: 15px;
    font-size: 0.675rem;
    padding: 0px 4px;
    background: var(--white);
}

.pending-note{
  padding: 10px 15px;
  border: 1px solid #777;
  border-radius: 10px;
  background: #f8f8f8;
}
.pending-note span{font-size: 28px;}
.appointment-summary-box{
  border: 1px solid var(--dark-border-color);
  padding: 20px;
  border-radius: 12px;
  background: #fafafa;
}

/*------------ 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(--gray);
    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;
    transform: translateY(-1px);
}

.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);
}

/* .onboard-cardbox{
  padding: 40px;
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
} */
.onboard-cardbox .fee-section {
  background: #F6F6F6;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--gray-dark);
}
.onboard-cardbox .btn-outline-primary.add-card-btn{
  border: 2px dashed var(--dark-border-color);
}
.onboard-cardbox .fee-label {
  font-size: 15px;
  color: var(--gray);
  font-weight: 500;
}
.onboard-cardbox .fee-amount {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}
.onboard-cardbox .selectedcardclserror {
  background: #FAFAFA;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
  border: 1px solid var(--gray-dark);
}
.onboard-cardbox .fee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  padding-top: 16px;
}
.onboard-cardbox .fee-item:first-child {
  padding-top: 0;
}
.onboard-cardbox .fee-item:last-child {
  padding-bottom: 0;
  border-top: 1px solid var(--gray-dark);
  padding-top: 16px;
}
.onboard-cardbox .pay-card-sec{
  background: var(--white);
}
.onboard-cardbox .pay-card-sec h6{font-size: 18px !important;}
.onboard-cardbox .pay-card-sec small{color: var(--gray) !important;}

.onboard-appointment-box{
    background: #F6F6F6;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
    border: 1px solid var(--gray-dark);
    text-align: start;
}
.onboard-appointment-text h6{
  text-transform: uppercase;
  letter-spacing: 1.2px;}



.popup-info span{color: var(--gray) !important;border-radius: 50%;}
.user_inner.plan-img img{object-fit: contain !important;}
h5.premium{
    color: var(--primary);
    font-weight: 700 !important;
}
h5.premium.white{color: var(--white) !important;}
.place-center{place-content: center;}

/* .form-switch .form-check-input:focus {
  --bs-form-switch-bg: none !important;
}
.form-check-input:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
} */


.subtype-icon{
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.plans-head h2,.fees-container h2{font-weight: 700 !important;}
.plans-head p{word-break: keep-all;}

.fees-container{
    padding: 15px 0px;
    border-bottom: 1px solid var(--dark-border-color);
}
.fees-container-highlight{
    background: linear-gradient(180deg, rgba(67, 67, 67, 1) 0%, rgba(24, 24, 24, 1) 100%);
    color: var(--white);
    padding: 20px;
    border-radius: var(--radius) !important;
    position: relative;
    overflow: hidden;
}
.fees-container-highlight::before{
    content: "";
    background-image: url(../images/fees-bg.png);
    height: 185px;
    position: absolute;
    right: -60px;
    top: -60px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 185px;
    background-position: right;
}
.plan-highlighted{border: 2px solid #F5B53D !important ;}
.current-plan{
    background: linear-gradient(180deg, rgba(67, 67, 67, 1) 0%, rgba(24, 24, 24, 1) 100%);
    color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 25px !important;
    padding: 10px;
   
}
.current-plan small{ color: var(--white) !important;}

.expand-wrapper{display: flex;}

.expand-inner img{
    height: 40px;
    width: 40px;
    object-fit: cover;
    border: 1px solid var(--dark-border-color);
    border-radius: 50%;
    margin: 5px 0px;
    background: var(--white);
}
.expand-inner{
    margin-left: -20px;
    transition: 0.5s ease-out;
}
.expand-wrapper:hover .expand-inner{
    margin-left: 2px;
    transition: 0.5s ease-out;
}

/* .escribe-icon{height: 60px;width: 60px;object-fit: cover;} */
.fees-container p{font-size: 0.875rem !important;}
.pay-card-sec p.text-success{font-size: 0.875rem !important;}
.badge-outline-dark{border: 1px solid var(--primary);color: var(--primary) !important;}

.badge-outline-light{border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--primary);
  background: var(--white);
  white-space: nowrap;
}
.badge-outline-light:hover{
    border: 1px solid var(--primary);
    background: var(--primary);
    white-space: nowrap;
    color: var(--white);
}

.subscription-box .image-device{height: 50px;width: 50px;object-fit: cover;}
.expand-inner.more-members span{
    height: 40px;
    width: 40px;
    object-fit: cover;
    border: var(--dark-border-color);
    border-radius: 50%;
    margin: 5px 0px;
    display: block;
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
    font-size: 1rem;
    place-content: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.trail-escribe-icon {
  height: 50px;
}
.linear-divider{  
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dark-border-color), transparent);
  margin: 1rem 0;
}

/*---- patient invite new update ----*/

.welcome-sec p{
  font-weight: 600;
  color: var(--light-primary) !important;
}
.wave-hand {
  display: inline-block;
  transform-origin: 70% 70%;
  animation: wave 2s ease-in-out infinite;
}
.welcome-wrapper p.label{color: #6B6B6B !important;font-weight: 600 !important;}

@keyframes wave {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(14deg); }
  20%  { transform: rotate(-8deg); }
  30%  { transform: rotate(14deg); }
  40%  { transform: rotate(-4deg); }
  50%  { transform: rotate(10deg); }
  60%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

body .welcome-wrapper.welcome-details-wrapper{
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.welcome-wrapper .user_inner img {
  height: 50px !important;
  width: 50px !important;
  border: 1px solid var(--border-color);
}
.welcome-wrapper .user_inner.user_inner_xl img{
  height: 50px !important;
  width: 50px !important;
}
.welcome-details{
  border-radius: 0 0 19px 19px;
  background: var(--light-gray);
}
.welcome-wrapper .male-img{width: 25px;height: 25px;object-fit: contain;}

.rgster-form-sec.patient-invite-form{max-width: 100% !important;}
.rotate-clock{width: 150px;object-fit: contain;}

.stripe-img {
  width: 150px;
  border-radius: 38px;
  margin-bottom: 1.5rem;
}

.stripe-setup-modal h1{
  font-size: 1.875rem !important;
  font-weight: 700 !important;
}
.stripe-setup-modal .head-subtxt{
  max-width: 550px;
  margin: auto;
  margin-bottom: 2.5rem;
}
.stripe-box p{
  max-width: 230px;
  margin: auto;
}

.stripe-connect-box{
  background: #F0F0F0;
  border-radius: 38px;
  height: 100%;
  place-content: center;
}
.stripe-connect-box .onboard-innerImg{max-height: 350px;}
.m-w-0{min-width: 0 !important;}

.card-error-msg,.InputElement.Input--empty,#add-card-errors{
  text-align: start;
  font-size: 0.75rem !important;
  color: var(--danger) !important;
  font-weight: 500 !important;
}
.appnmnt-sec span {
  font-size: 30px;
}
/*---- patient invite new update ----*/

/* 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;
    }
    .video-bg {height: calc(100dvh - 170px);}
    .profile-img {width: 100px;height: 100px;}
    .profile-img > img { width: 90px;height: 90px;}
}

/* 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;
}
/*------------ settings new update end ----------- */

.card-body.medical-document .login-form {
    max-width: 100%;
}
.card-body.medical-document .login-form .p-hd {
  max-width: 70%;
  margin: 0 auto;
}
.upload-cndnt span {
    font-size: 50px;
    color: var(--light-primary);
    margin-bottom: 5px;
}
.upload-cndnt small {
  color: var(--light-primary) !important;
}
.card-body.medical-document .dropzone {
    background: #fbfbfb !important;
    border-color: #CBCBCB !important;
}
.card-body.medical-document .login-form h1 {
    font-size: 1.875rem;
    font-weight: 700;
}
.book-appointment-log a.slot-btn {
  font-size: 14px;
  padding: 10px 5px !important;
  min-width: auto;
  background: var(--white);
  font-weight: 500;
}
.slot-wrapper-box {
    /* max-height: 165px;
    overflow-y: auto; */
    margin-bottom: 30px;
}
.slot-ht {
    max-height: 355px;
    overflow-y: auto;
    overflow-x: hidden;
}
.fileBody.upload-files {
    width: 100%;
    padding: 10px;
    border-color: #CBCBCB !important;
}
.fileBody.upload-files img {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}
.fileBody.upload-files .file_info span {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
}
.fileBody.upload-files a {
  color: var(--danger) !important;
}

.modal.confirm-modal .modal-dialog {
    max-width: 600px;
    height: 500px !important;
    margin: 1.75rem auto;
}

.modal.confirm-modal .modal-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 100%;
    max-height: 400px;
}
.modal.confirm-modal .rotate-clock {
    width: 200px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}


/*-------------------------------start-responsive-table--------------------------*/
.res-table table {border-collapse: collapse;margin: 0;padding: 0;width: 100%;table-layout: fixed; }
.res-table table tr th small {padding-top: 10px;text-align: start;padding-bottom: 0px;font-size: 13px !important;font-weight: 500 !important;color: var(--dark) !important;}
.res-table table tr td p{line-height: normal !important;width: 100%;min-width: 100%;}
.res-table table tr th{padding: 0px 5px;}
.res-table table tr td{padding: 0px 5px;padding-top: 10px;padding-bottom: 6px;border-bottom: 1px solid #F3F3F300;}
.res-table table tr td h5{font-size: 13px !important;color: var(--primary);min-width: 100% !important;line-height: 18px;}
.res-table table tr td{--bs-table-accent-bg: var(--hover-bg) !important;}
.res-table table tr td h2{white-space: collapse;text-align: start;}
.res-table table tr th{border-bottom: 1px solid var(--light-primary) !important;padding-bottom: 9px;}
.res-table .take{background: var(--bg-dark);border-radius: 4px;border-bottom: 1px solid #ddd;}
.res-table .take p{line-height: 23px !important;font-size: 13px !important;}
.res-table .take p strong{color: var(--dark) !important;font-weight: 500 !important;margin-right: 4px;}
.res-table .user_info p{font-size: 13px !important;}
/* .accordion-item.res-table table tr:hover{background: #f2f2f269;} */
@media screen and (max-width: 767px) {
.res-table table {border: 0;}
.res-table table caption {font-size: 1.3em;}
.res-table table thead {border: none;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden; padding: 0;position: absolute;width: 1px;}
.res-table table tr {border-bottom: 3px solid #ddd;display: block;margin-bottom: .625em;}
.res-table table td {border-bottom: 1px solid #ddd;display: block;font-size: .8em;text-align: right;}
.res-table table td::before {content: attr(data-label);float: left;font-weight: bold;text-transform: uppercase;}
.res-table table td:last-child {border-bottom: 0;}.accordion-item.res-table table tr td {padding-top: 10px;padding-bottom: 10px;}
}
/*-------------------------------end-responsive table--------------------------*/

.note-label{
  font-size: 13px !important;
  font-weight: 600;
  background: #EDEDED;
  border-radius: 16px;
  color: #333;
  padding: 5px 14px;
}
.draft-label {
  background: #000;
  color: var(--white);
  font-size: 13px;
  padding: 5px 17px;
  border-radius: 15px;
  font-weight: 600;
}
.voice-recording{
  background: #ff0606 !important;
  border: 1px solid var(--white) !important;
  color:  var(--white) !important;
}
.voice-recording:hover {
  background: #b31010 !important;
}
.join-us-bb {
    border: 2px solid #d0d0d0;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: end;
}
.join-us-bb h5 {
    font-size: 16px !important;
    max-width: 90%;
    margin: 0 auto;
    line-height: 27px;
    /* margin-right: 10px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.join-logo-sec {
    background: #F0F0F0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: -68px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-logo-sec img {
    width: 100%;
    max-height: 50px;
    object-fit: contain;
}
.login-form.rgster-login-form h1 {
    font-size: 1.875rem;
}

.medical-document .join-us-bb {
    margin: 30px 0;
}
a.btn.btn-outline-primary.add-card-btn:hover {
    border: 2px solid #333 !important;
}
.login-form.rgster-login-form h1 {
    font-size: 1.875rem;
    font-weight: 700 !important;
}
.upload-med-doc .dropzone .dz-message {
    margin: 1em 0 !important;
}
.upload-med-doc  .dropzone {
  min-height: 150px !important;
}
.dz-filename span,
.dz-preview.dz-processing.dz-image-preview span {
  max-width: 100px !important;    
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
.onboarding-web-card {
  background: transparent;
}
/* .onboarding-form {
  max-height: 720px;
  overflow-y: auto;
} */
.web-card.onboarding-web-card .stepper:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
  }
  .web-card.onboarding-web-card .stepper.laststepcls::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
  }
  .rgster-login-form img.logo {
      max-height: 80px;
      max-width: 200px;
      object-fit: contain;
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .onboarding-subscptn {
      display: flex;
      /* gap: 20px; */
      flex-wrap: wrap;
      justify-content: center;
  }
  /* .onboarding-subscptn .subscription-card {
      width: 325px;
      width: 100%;
  } */
  .fw-100 {font-weight: 100;}
  .fw-200 {font-weight: 200;}
  .fw-300 {font-weight: 300;}
  .fw-400 {font-weight: 400;}
  .fw-500 {font-weight: 500;}
  .fw-600 {font-weight: 600;}
  .fw-700 {font-weight: 700;}

  .upload-med-doc .dropzone {
    background: #fff !important;
    border: 1px dashed var(--light-primary) !important;
  }
  .rgster-form-sec h5 {
    line-height: 30px;
  }
  .fileBody.upload-files.delete-file a {
    border: 1px solid var(--danger);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cus-cal .calendar{max-width: 100% !important;}
/* .cus-cal h5{font-size: 1.1rem !important;} */
.cus-cal .calendar .calendar-header .nav-arrow {padding: 0 45px;}
.cus-cal .calendar {
    border: 1px solid #000000 !important;
} 
.black{color:var(--black) !important;}
.swal-button.swal-button--confirm.btn-danger:hover{border-color: var(--primary) !important;color: var(--white) !important;background: var(--primary) !important;}


 .feedback-btn {
  position: fixed;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid var(--primary);
  background: var(--primary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  transform: rotate(-90deg);
  top: 60%;
  right: -50px;
}

.feedback-btn:hover{
  border: 1px solid var(--primary);
  background: var(--white);
  color: var(--primary);
}

.feedback-form-container {
  position: fixed;
  bottom: 290px;
  right: 60px;
  width: 600px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.feedback-form-container.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
  animation: slideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feedback-form-container.hide {
  animation: slideOut 0.3s ease forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
      }
    100% {
          opacity: 1;
          transform: translateY(0) scale(1);
        }
    }

@keyframes slideOut {
  0% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  100% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
      }
  }

.feedback-btn.active {
  transform: rotate(90deg);
}

.feedback-form-container h5 {
  margin-bottom: 10px;
  color: var(--primary);
  font-weight: 600;
}

.feedback-form-container .form-group{
  margin-bottom: 1.75rem;
}

.dashboard-appointments table{
  border-collapse: separate;
  border-spacing: 0 10px;
}

/*---- user gideline start ----*/

.tour-btn {
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 8px 16px;
  color: var(--primary);
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--white);
  text-decoration: none;
}

.tour-btn:hover {color: #333;}
.tour-btn .material-symbols-outlined {font-size: 22px;}

.userguide-modal .modal-content{border-radius: 34px !important;}



/* User Guide Modal Styles */

/* Slide visibility control */
.guide-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.guide-slide.active {
  display: block;
}

.guide-video-section {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-video,
.user-guide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.guide-overlay-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem 3rem 0;
}

/* Top Text Section */
.guide-text-top {
  text-align: center;
  margin-bottom: 2rem;
}

.guide-heading-main {
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 0.15rem 0;
}

.guide-heading{
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: var(--white) !important;
  line-height: 2.4rem !important;
}

.guide-subheading {
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.guide-step-3{left: -85px;}
.guide-step-3 .guide-image {max-width: 80%;}


/* Center Image Section */
.guide-image-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
}

.guide-image.guide-image-one{max-width: 64%;}
.guide-image {
  max-width: 90%;
  height: auto;
  display: block;
}

.pulse-gif{
  height: 80px;
  width: 80px;
}

.appointmnt-pulse{
  left: 110px;
  top: 80px;
}
.creteappnt-pulse{
  top: 60px;
  right: 400px;
}
.patient-pulse{
  left: 170px;
  top: 120px;
}
.crtepatient-pluse{
  top: 75px;
  right: 435px;
}
.patientjourney-pulse{
  left: 240px;
  bottom: 155px;
}
.activitypulse{
  left: 120px;
  top: 175px;
}
.submitpulse{
  top: 155px;
  right: 400px;
}
.manage-pulse{
  top: 130px;
  right: 420px;
}

.aptnote-pulse{
  left: 100px;
  top: 65px;
}
.crtnote-pulse{
  right: 330px;
  bottom: 148px;
}


.guide-overlay-content .btn_alignbox{
  bottom: 0;
  padding: 4rem 2rem;
  left: 0;
  width: 100%;
  justify-content: end;
}
.guide-overlay-content .btn{
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: normal !important ;
  min-width: 0;
  padding: 0.75rem 1.75rem !important;
}

/* Progress Dots */
.guide-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
}

.guide-dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #fff;
}

.guide-dots .dot.active {
  background: #fff;
}

.guide-dots .dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Get Started Button */
.guide-button-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  right: 3rem;
  bottom: 2rem;
}

.btn-get-started {
  background: #fff;
  color: #181818;
  border: none;
  padding: 0.875rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-get-started:hover {
  background: #f0f0f0;
  color: #181818;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}


#userguide .modal-content {
  border-radius: 34px;
  overflow: hidden;
  border: none;
}

#userguide .modal-header {
  background: transparent;
  border: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 20;
}

.userguide-modal  .modal-header .material-symbols-outlined {
  font-size: 20px !important;
  padding: 4px;
  background: var(--white);
  color: var(--primary);
  font-weight: 700;
}
.userguide-modal  .modal-header .material-symbols-outlined:hover{color: var(--white);}
.guide-slide-final .guide-image{max-width: 70%;}

.guide-slide-final.active .guide-final-content {
  animation: zoomInFromTop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.guide-slide-final.active .guide-final-image {
  animation: none;
}

@keyframes zoomInFromBottom {
  0% {
    transform: scale(0.6) translateY(100px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes zoomInFromTop {
  0% {
    transform: scale(0.6) translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.view-toggle button{border: 1px solid var(--primary)  !important;color: var(--primary);}
.view-toggle button.active{background: var(--primary) !important;color: var(--white) !important;}


/* Scrollable Nav Styles */
.scrollable-nav-container {
    position: relative;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0 5px;
}

.scrollable-nav-container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 34px;
    width: 20px;
    height: calc(100% - 4px);
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}

.scrollable-nav-container::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
    width: 20px;
    height: calc(100% - 4px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show pseudo elements when buttons are visible */
.scrollable-nav-container:has(.nav-scroll-btn.left:not(.d-none))::before {
    opacity: 1;
}

.scrollable-nav-container:has(.nav-scroll-btn.right:not(.d-none))::after {
    opacity: 1;
}

.scrollable-nav-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    width: 100%;
}

.scrollable-nav-wrapper::-webkit-scrollbar {
    display: none;
}

.nav-scroll-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity 0.2s;
    color: #000;
    opacity: 0.8;
    width: 20px;
    flex: 0 0 auto;
    margin: 5px;
    margin-top: 0px;
}

/* .nav-scroll-btn.left {
    margin-right: -5px;
}

.nav-scroll-btn.right {
    margin-left: -5px;
} */

.nav-scroll-btn:hover {
    opacity: 1;
}

.nav-scroll-btn span {
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.nav-scroll-btn.d-none {
    display: none !important;
}

.scrollable-nav-wrapper .nav-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    padding-bottom: 2px;
}

.scrollable-nav-wrapper .nav-pills .nav-item {
    flex: 0 0 auto;
}
.pac-container{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;}
 .wrapper.res-wrapper.welcome-onboard .video-bg{overflow:  clip;}


/* Responsive */
@media (max-width: 768px) {
  .guide-video-section {
    height: 500px;
  }
  
  .guide-overlay-content {
    padding: 2rem 1.5rem 0;
  }
  
  .guide-heading-main {
    font-size: 2rem !important;
  }
  
  .guide-subheading {
    font-size: 1rem !important;
  }
  
  .guide-image-wrapper {
    padding: 0 1rem;
  }
  
  .guide-bottom-overlay {
    padding: 3rem 1.5rem 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .guide-dots {
    order: 2;
  }
  
  .guide-button-wrapper {
    order: 1;
    width: 100%;
  }
  
  .btn-get-started {
    width: 100%;
  }
}
/*---- user gideline end ----*/

/*---- full clinic upgrade modal start ----*/
.fullclinic-upgrade-modal .modal-dialog {
  max-width: 750px;
}
.fullclinic-upgrade-modal .modal-content {
  border-radius: 30px !important;
  overflow: hidden;
  border: none;
  background: #000;
}
.fullclinic-upgrade-modal .modal-header {
  background: transparent;
  border: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 20;
}
.fullclinic-upgrade-modal .modal-header .material-symbols-outlined {
  font-size: 20px !important;
  padding: 4px;
  background: var(--white);
  color: var(--primary);
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
}
.fullclinic-upgrade-modal .modal-header .material-symbols-outlined:hover {
  color: var(--white);
  background: var(--primary);
}
.fullclinic-upgrade-body {
  position: relative;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.5rem;
  text-align: center;
  background: url('../images/fullclinicguide/blacklayer.png') center/cover no-repeat #000;
}
.fullclinic-upgrade-body .guide-heading-main {
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 1.175;
  color: #fff;
  margin: 0 0 1.5rem 0;
  max-width: 960px;
}
.fullclinic-upgrade-body .guide-subheading {
  font-size: 1.25rem !important;
  color: #fff;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
  max-width: 620px;
}
.fullclinic-icons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 55px;
  padding: 2rem 3rem;
  margin-bottom: 3rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  width: calc(100% - 200px);
}
.fullclinic-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.fullclinic-icon-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.fullclinic-icon-item span {
  font-size: 1.25rem !important;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
.fullclinic-upgrade-body .btn-outline-primary.fullclinic-next-btn {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: normal !important;
  padding: 0.75rem 2.5rem !important;
  border-color: #fff !important;
  color: #fff !important;
  min-width: 0;
}
.fullclinic-upgrade-body .btn-outline-primary.fullclinic-next-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.fullclinic-upgrade-body .fullclinic-step2-heading {
  font-size: 4rem !important;
}
.fullclinic-upgrade-body .fullclinic-step2-subtext {
  font-size: 1.25rem !important;
}

@media (max-width:991.98px){
  .fullclinic-upgrade-body .guide-heading-main {
    font-size: 2.375rem !important;
  }
}

@media (max-width:991.98px){
  .fullclinic-upgrade-body .guide-heading-main {
    font-size: 2rem !important;
  }
  .fullclinic-upgrade-body .guide-subheading {
    font-size: 1rem !important;
    margin-bottom: 1.5rem;
  }
  .fullclinic-icon-item span{font-size: 1rem !important;}
  .fullclinic-icon-item img {width: 50px;  height: 50px;}

}

@media (max-width: 768px) {
  .fullclinic-upgrade-modal .modal-dialog {
    max-width: 95%;
    margin: 1rem auto;
  }
  .fullclinic-upgrade-body {
    padding: 2.5rem 1.5rem 2rem;
    min-height: 350px;
  }
  
  .fullclinic-upgrade-body .fullclinic-step2-heading {
    font-size: 2.5rem !important;
  }
  .fullclinic-upgrade-body .fullclinic-step2-subtext {
    font-size: 1rem !important;
  }
  .fullclinic-icons-container {
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 40px;
  }
  .fullclinic-icon-item img {
    width: 40px;
    height: 40px;
  }
  .fullclinic-icon-item span {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .fullclinic-icons-container {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    padding: 1rem 1.25rem;
  }
  .fullclinic-icon-item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    text-align: start;
    gap: 0.75rem;
  }
  .fullclinic-icon-item img {
    width: 34px;
    height: 34px;
  }
  .fullclinic-icon-item span {
    font-size: 0.75rem;
  }
  .fullclinic-upgrade-body .fullclinic-step2-heading {
    font-size: 2.5rem !important;
  }
  .fullclinic-upgrade-body .fullclinic-step2-subtext {
    font-size: 0.9rem !important;
  }
}

/*---- full clinic upgrade modal end ----*/

.appointemnet-detail-card {
    min-height: 540px;
}





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



@media (min-width:1550px){
  .signin-page .login-form {max-width: 550px;margin: auto;}
  .login-form.rgster-login-form { max-width: 100% !important;}
  .login-form.rgster-login-form .rgster-form-sec { max-width: 800px; margin: 0 auto;}
}

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

@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;}
  .opt-btn .material-symbols-outlined {font-size: 1.2rem !important;}
  .appointemnet-detail-card {min-height: 350px;}
}

@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:1599px){
  .join-us-bb {
    width: 100%;
    justify-content: end;
}
  .join-us-bb h5 {
    max-width: 90%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}
}
/* @media (max-width:1499px){
    .onboarding-subscptn .subscription-card {width: 298px;}
} */
@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;}
  .modal-xl.subscription-modal-xl {max-width: 1300px;padding: 20px;}
  .btn.btn-primary.cht-btn{min-width: 100px !important;}
  .cht-btn{font-size: 18px;}
  .patient-signin-fotr .calendar {padding: 14px  !important;}
  .patient-signin-fotr .calendar  .cell {padding: 5px 0;font-size: 14px;}
  .slot-ht {max-height: 200px;}

  .patient-signin-fotr .form-group.otp-input input {height: 60px;width: 60px;}
  .patient-signin-fotr .profile-img {width: 90px;height: 90px;margin-top: 0;margin-bottom: 0;}
  .patient-signin-fotr .profile-img > img {  width: 80px;height: 80px;}
  .patient-signin-fotr .create-profile a img {height: 25px !important;width: 25px !important}
  .slot-ht { max-height: 220px;}
  .rgster-form-sec h5 { line-height: 28px;font-size: 1.15rem !important;}
  .folderName small, .folderName p {  font-size: 0.70rem !important;line-height: 1rem !important;}

}

@media (max-width:1450px){
  .custm-breakpoint.flex-column{flex-direction: column !important;align-items: start !important;}
  .custm-width.justify-content-xxl-end{width: 100% !important;justify-content: space-between !important;}
  .custm-end .justify-content-xxl-end{justify-content: start !important;}

  /* Dashboard appointments table - compact & scrollable at 1450px */
  .table-responsive.dashboard-appointments{
    overflow-x: auto !important;
    scrollbar-width: thin;
  }
  .table-responsive.dashboard-appointments::-webkit-scrollbar{height: 5px;}
  .table-responsive.dashboard-appointments::-webkit-scrollbar-thumb{background: #ccc;border-radius: 10px;}
  .dashboard-appointments table{min-width: 650px;}
  .dashboard-appointments table th,
  .dashboard-appointments table td{
    font-size: 0.8rem;
    padding: 0.45rem 0.4rem;
    vertical-align: middle;
    white-space: nowrap;
  }
  .dashboard-appointments table td .user_inner{gap: 8px;}
  .dashboard-appointments table td .user_inner img{width: 30px;height: 30px;flex-shrink: 0;}
  .dashboard-appointments table td .user_info h6{
    font-size: 0.78rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
  }
  .dashboard-appointments table td .user_info p{
    font-size: 0.75rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }
  .rgster-form-sec h5 { font-size: 1.10rem !important;}
  .scrolled-divider {margin: 0 5px;}

  .patient-title-info h6 { max-width: 150px; }
  .patient-title-info small { max-width: 150px; }
  .scrolled-patient-identity { padding-right: 0px !important; }

}


@media (max-width: 1399.98px) { 
  h2 { font-size: 1.275rem !important;}
  h5{font-size: 1.2rem !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;}
  .web-card.appointment-card h6{ font-size: 0.875rem !important;}
  .nav-pills .nav-link {font-size: 0.825rem !important;}
  .creteappnt-pulse {top: 60px;right: 390px;}
  .appointmnt-pulse {left: 110px;top: 80px;}
  .crtepatient-pluse {top: 75px;right: 455px;}
  .patient-pulse {left: 160px;top: 116px;}
  .patientjourney-pulse {left: 240px; bottom: 154px;}

  .activitypulse {left: 130px; top: 178px;}
  .submitpulse {top: 155px; right: 386px;}
  .manage-pulse {right: 425px;top: 130px;}

  .welcome-wrapper .form-floating .form-select {padding: .375rem 1.95rem 0.375rem 0.75rem !important;}

  .details-card-img {width: 60px !important;height: 60px !important;}
  .details-innercard img.user-img { width: 58px !important;height: 58px !important;}
  .appointment-details.fixed-on-scroll .scrolled-view{gap: 10px;}

  .scrolled-view small {font-size: 0.815em !important;line-height: 20px;}
  .scrolled-item span.material-symbols-outlined {font-size: 18px;}
  section.appointment-details .appnmt-user img {height: 40px !important;width: 40px !important;}
  .wrapper .status-action .badge.bg-primary { padding: 10px 14px !important;}

  .aptnote-pulse {left: 90px;  top: 55px;}
  .crtnote-pulse {right: 300px;bottom: 125px;}
  .fullclinic-icons-container{width: 100%;}
  .fullclinic-icon-item img {width: 60px;height: 60px;}

 }


/* 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 !important; }
  .wrapper{margin-top: 160px;}
  /* .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;}
  .files-container.bannerImage .fileBody img {width: 350px;}
  .details-innercard .border-left,.details-innercard .border-right { border: none !important;}
  .appointment-card .border-r{ border-right: none ;}
  .accordion-action { top: 1px;}
  .join-us-bb h5 { max-width: 90%; margin-left: 90px; white-space: normal;}
  .join-logo-sec {left: -10px; top: -15px;}
  /* .onboarding-subscptn .subscription-card {width: 275px;} */
  .guide-overlay-content .btn_alignbox {padding: 1.5rem 2rem;}
  .guide-dots{display: none;}
  .guide-image-wrapper-one {right: -370px;}
  .guide-image-wrapper.guide-image-wrapper-one{right: unset;left: 0;}
  .guide-image.guide-image-one {max-width: 36%;}
  .guide-image-wrapper .pulse-gif{display: none;}
  /* .guide-overlay-content .guide-image-wrapper-two{  left: -386px !important;} */
  .guide-image-wrapper-two .guide-image{max-width: 29%;}
  .guide-step-3 .guide-image {max-width: 31%;}
  .guide-step-3 {left: 0px;}
  .guide-step-4 .guide-image {max-width: 31%;}
  .guide-step-5 .guide-image {max-width: 30%;}
  .guide-step-6 .guide-step-5 .guide-image {max-width: 60%; }
  .guide-step-4{left: 0 !important;}
  .guide-step-6 .guide-image{max-width: 33%;}
  .guide-slide-final .guide-image-wrapper{left: 0 !important;}
  .guide-slide-final .guide-image { max-width: 34%;}
  
  .guide-image-wrapper-two.guideres-video .guide-image {max-width: 26%;}

  .welcome-wrapper .male-img {  width: 44px;}
  .appointment-details.fixed-on-scroll .appointment-card{
    position: fixed;
    top: 150px;
    width: calc(100% - 312px);
  }
  .appointment-details.fixed-on-scroll .patient-deatils-box{flex-wrap: wrap;gap: 16px;}
  .patient-title-info h6 { max-width: 140px; }
  .patient-title-info small { max-width: 140px; }
  .scrolled-patient-identity { padding-right: 15px !important; }
  .scrolled-view .scrolled-item small { font-size: 11px !important; }

  /* Switch to fixed so the bar truly sticks to the viewport top on window scroll */

  /* Prevent content below from sliding under the now-fixed bar */
  .appointment-details.fixed-on-scroll {
    padding-top: 62px;
  }

}


/* 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(--white); border: 1px solid var(--primary);background: var(--primary);}
  .back_btn:hover{color: #FFF9F5;border: 1px solid var(--primary); }
  .mob-logo{position: relative;}
  .mob-logo .back_btn{position: absolute;right: 0;top: -200px;}
  .top-error .error {  top: -220px; width: 100%;font-weight: 500; border-radius: 15px;padding: 10px;  background-color: var(--danger); color: var(--white) !important;}
  .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 .card-body{background-color: rgba(255,255,255,0.06);border: 1px solid rgba(255,255,255,0.1); width: 100%;border-radius: 15px; padding: 32px;backdrop-filter: blur(150px);}
  .signin-page .login-form p,.login-form h1,.signin-page .btn_inner a{color: var(--white) !important;}
  .login-inner-data p,.login-inner-data h1,.login-inner-data small,.login-inner-data h5{color: var(--primary) !important;}
  .login-tabs .nav-link{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;}
  .login-form,.login-form small{ color: 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;}
  .files-container.bannerImage .fileBody img {height: 170px; width: 100%;}
  .profileData.view_profile .btn-outline{height: 40px;}
  .setup-pay p {color: var(--white) !important;}
  .setup-pay h1 {color: var(--white) !important;}
  .social-media i{font-size: 1rem;}
  .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.64rem) translateX(1.4rem) !important; }
  span.phn-otp{
    margin-left: 3px;
    /* color: var(--white) !important; */
  }
  /* .timeR{color: var(--white) !important;} */
  body .form-group.otp-input input{background: var(--white) !important;background-clip: unset !important;}
  .card-body.medical-document .login-form .p-hd {max-width: 70%;}

  /* .wrapper.res-wrapper{overflow-y: hidden;} */

  .signin-page .back-btn {font-size: 0.795rem;}
  footer{position: absolute;}
  .navbar-list { height: calc(100vh - 360px);}

  .stepper-wrapper{flex-direction: column;}
  .stepper p{margin-bottom: .5rem !important;}
  /* .slot-row > div{margin-bottom: 10px !important;} */
  /* .slot-row{margin-bottom: 0px !important;} */
  .slots-container .btn_alignbox{justify-content: end !important;}
  section {  margin-bottom: 7rem;}

  .offcanvas-body section{margin-bottom: 0 !important;}
  .modal.prescription-modal .modal-dialog {width: calc(100vw - 40px) !important;}

  .tooltip-container .tooltip{display: none;}
  .wrapper.res-wrapper.toggled .tooltip-container{width: 100% !important;}
  .login-form.rgster-login-form .stepper-wrapper{flex-direction: row;}
.join-us-bb {margin-top: 30px;}
.join-logo-sec { left: -10px; top: -15px;}
.join-us-bb h5 { max-width: 80%; margin-left: 100px;}
.onboarding-form { max-height: 100%; overflow-x: hidden;}
.upload-cndnt small {color: var(--light-primary) !important;}
.login-form.rgster-login-form .fileBody.upload-files .file_info span { color: #333;}
.login-form.rgster-login-form .fileBody.upload-files {background: var(--white);}
section.signin-page.patient-signin-page.book-appointment-log {height: 100%;margin-bottom: 6rem !important;padding: 16px;}
.onboard-cardbox .pay-card-sec .text-success {color: #72B155 !important;}
.onboard-cardbox .pay-card-sec h6 {color: var(--primary) !important;}
section.signin-page.patient-signin-page.book-appointment-log .card-body {background: var(--white);}
section.signin-page.patient-signin-page.book-appointment-log  .login-form, section.signin-page.patient-signin-page.book-appointment-log  .login-form small {color: #000 !important;}
section.signin-page.patient-signin-page.book-appointment-log  .login-form p, section.signin-page.patient-signin-page.book-appointment-log  .login-form h1, section.signin-page.patient-signin-page.book-appointment-log  .login-form .btn_inner a {color: var(--primary) !important;}
.card-body.medical-document {padding: 20px;}
section.signin-page.patient-signin-page.book-appointment-log .toggle-switch {width: 100%;}


.guide-video-section {height: 615px !important;}
.guide-heading-main {font-size: 2rem !important;}
.guide-image.guide-image-one { max-width: 44%;}


  /* .guide-overlay-content .guide-image-wrapper-two {
    left: -275px !important;
  } */
   .guide-image-wrapper-two .guide-image {
    max-width: 35%;
  }
    .guide-step-3 .guide-image {
    max-width: 38%;
  }

  .guide-step-4 .guide-image {max-width: 38%;}
  .guide-step-5 .guide-image {max-width: 55%;}
  .guide-step-5 .guide-image {max-width: 37%;}
  .guide-step-6 .guide-image {max-width: 40%;}
  .guide-slide-final .guide-image { max-width: 40%;}

  .guide-image-wrapper-two.guideres-video .guide-image {max-width: 32%;}

  .cus-cal {margin-top: 6px;}
  .border-r{border-right: none;}
  .res-cls-btn{position: absolute;top: 5px;right: 5px;}
  .right-sec .notfctn-hd .notftn-type {height: 25px !important;width: 25px !important;}
  a.opt-btn.video-btn {width: 40px; height: 40px;}
  a.opt-btn.video-btn i{font-size: 16px;}

  .book-appointment-log a.slot-btn.active:hover{ background: var(--primary) !important;  color: var(--white) !important;}

  .chat-container .offcanvas-header img {height: 50px;width: 50px;}
  .details-innercard .innercard-info p{margin: auto !important;}
  .clinic-nme{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
  }

  .appointment-details.fixed-on-scroll .appointment-card { width: calc(100% - 120px);}

  .patient-title-info h6 { max-width: 150px; font-size: 13px !important; }
  .patient-title-info small { max-width: 150px; font-size: 11px !important; }
  .scrolled-patient-identity { padding-right: 10px !important; }
  .appointment-details.fixed-on-scroll .appointment-card { padding: 8px 10px !important; border-radius: 10px !important; }
  .scrolled-view .scrolled-patient-identity img { width: 34px !important; height: 34px !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;}
  .onboard-nav .pftl-txt-hd{display: block;}
  .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;}
  .collapse-filter.show {max-height: 200px;}
  .card.trail-card p {width: 100%;}
  .setup-pay h1 {font-size: 35px;}
  .outer-wrapper .accordion-item {padding: 0.575rem;}
  .accordion-button .btn-sm {min-width: 110px !important;}
  .accordion-button .btn-sm span{font-size: 18px !important;}
  .popup-content{flex-direction: column;}
  .inner-onboard h5{ font-size: 1rem !important; }
  .wrapper.res-wrapper.toggled  .sidebar-nav{width: 195px;}
  .join-logo-sec {left: 0px; top: 0px; width: 90px; height: 90px; position: relative;margin: 0 auto; margin-bottom: 10px;}
  .join-us-bb {display: block;}
  .join-us-bb h5 { margin: 0; max-width: 100%;}
  .card-body.medical-document .login-form h1 {font-size: 2rem;}
  .web-card.onboarding-web-card .stepper {flex: auto !important;}
  .web-card.onboarding-web-card .stepper p {font-size: 12px !important; line-height: 20px !important;}
  .signin-page.patient-signin-page {height: 100% !important; padding: 20px 0;}
  .card-body.medical-document .login-form .p-hd {max-width: 100%;}
  .rgster-login-form img.logo { margin-top: 30px;}
  .userguide-modal .modal-content { border-radius: 16px !important;}

  
  .guide-image-wrapper-two .guide-image { max-width: 43%;}
  .guide-step-3 .guide-image {max-width: 50%;}
  .guide-image { max-width: 88%;}
  .guide-step-4 .guide-image {max-width: 46%;}
  .resp-wrap{flex-wrap: wrap;}

  .guide-image.guide-image-one { max-width: 60%;}
  .guide-step-5 .guide-image {max-width: 46%;}
  .guide-step-6 .guide-image {max-width: 48%;}

  .guide-slide-final .guide-image {max-width: 50%;}
  .wc-onboard.vedio-onboard .inner-onboard h6 {font-size: 40px !important;}

  .guide-image-wrapper-two.guideres-video .guide-image {max-width: 40%;}

  .timeline-left { padding-right: 30px !important;}
  span.indicate-icon{right: 5px !important;}
  .feedback-form-container {bottom: 320px; right: 21px !important;width: 94%;}
  .pftl-txt h6{  max-width: 250px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

  .appointment-details.fixed-on-scroll .appointment-card {width: calc(100% - 40px);top: 149px;}

  .patient-title-info h6 { max-width: 130px; font-size: 12px !important; }
  .patient-title-info small { max-width: 130px; font-size: 10px !important; }
  .scrolled-view .status-action .badge { font-size: 10px !important; padding: 6px 10px !important; }
  .scrolled-view .video-action .video-icon-box span { font-size: 28px !important; }
  .appointment-details.fixed-on-scroll .scrolled-view { gap: 8px !important; }

}

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

@media (max-width: 575.98px) { 
  .logo_singin { width: 240px;}
  .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 { 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;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.4rem !important}
.welcome-body h2 {font-size: 1rem !important;}
h4 {font-size: 1.25rem !important;}
p { font-size: 0.815rem !important; line-height: 1.3rem !important;}
.welcome-body { padding: 20px;}
footer p{font-size: 0.825rem !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;
  background: var(--white) !important;
  /* border-color: var(--white) !important; */
}
.login-form.rgster-login-form h1 {  font-size: 1.375rem;}
.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: 36px;width: 36px;}
/* .right-sec .notfctn-hd img, .ntfctn-dtls img { width: 20px;height: 20px;} */
.unread .unread-icon,.notftn-read .read-icon{ width: 12px;height: 12px;}
small {font-size: 0.8125em !important;  line-height: 20px;}
.ntfcn_inner .text-truncate { max-width: 210px !important;}
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;}
img.payout-logo {width: 70px; height: 70px;}
.card.trail-card .card-body {padding: 10px;}
.card.trail-card img {width: 80px;}
.signin-page .card-body {padding: 20px;}
.wrapper { margin-top: 180px;}
.join-popup {right: 10px;}
ul.imp-point li { font-size: 0.875rem;}
span.subscriptions-icon {font-size: 50px;}
.modal.prescription-modal .modal-dialog {width: 100vw !important; padding: 5px !important;}
.card-body.medical-document {padding: 10px;}

.card-body.medical-document .login-form h1 {font-size: 1.5rem;}
.medical-document .join-us-bb {margin: 20px 0;}
.onboarding-form .btn-outline-primary {min-width: 135px;}
.onboarding-form .btn-primary {min-width: 135px;}
.web-card.onboarding-web-card .circle {width: 42px; height: 42px;}
.web-card.onboarding-web-card .stepper:not(:last-child)::after {top: 20px;}
.rgster-login-form img.logo { margin-top: 50px;}
/* .onboarding-subscptn .subscription-card {width: 100%;} */

  .userguide-modal .modal-header a {position: absolute;top: -18px; right: -20px;}
  .userguide-modal .modal-header .material-symbols-outlined {font-size: 18px !important; padding: 3px;}

  .guide-image-wrapper-two .guide-image {max-width: 43%;}

  .collapse-filter.show { max-height: 260px;}
  .guide-step-3 .guide-image {max-width: 48%;}
  .guide-step-5 .guide-image { max-width: 47%;}
  .guide-step-6 .guide-image {max-width: 51%;}
  .guide-slide-final .guide-image {max-width: 60%;}

  .guide-image-wrapper-two.guideres-video .guide-image {max-width: 40%;}

  .welcome-details.appnmnt-sec .opt-view{height: 34px;width: 34px;} 
  .welcome-details.appnmnt-sec .fs-6{font-size: 16px !important;}
  .welcome-wrapper .user_inner img {height: 44px !important;width: 44px !important;}
  .welcome-wrapper .user_inner.user_inner_xl img {height: 44px !important;width: 44px !important;}
  .welcome-wrapper .male-img {width: 37px;}
  .notfctn-hd.top-ntfcn i{font-size: 22px;}
  .right-sec { gap: 8px !important;}
  .dashboard-tabs .tab-btn {padding: 0.25rem 1.5rem;}
  .dropview_body.profileList p {white-space: normal; word-break: break-word;}
  .pftl-txt h6 { max-width: 150px;}
  .outer-wrapper .image-device {width: 50px; height: 50px;}
  .manage-header h1 {font-size: 1.75rem;}
  .appointment-details.fixed-on-scroll .patient-deatils-box{gap: 10px;}

  .image-wrapper {  width: 40px;height: 40px;}
  section.appointment-details .appnmt-user img {height: 40px !important;width: 40px !important;}

  .appointment-details.fixed-on-scroll .appointment-card {width: calc(100% - 30px);top: 148px;}

  .patient-title-info h6 { max-width: 100%;}
  .scrolled-view .scrolled-patient-identity img { width: 30px !important; height: 30px !important; }
  .scrolled-patient-identity { padding-right: 8px !important; gap: 4px !important; }
  .scrolled-view .status-action .badge { font-size: 9px !important; padding: 5px 8px !important; }
  .appointment-details.fixed-on-scroll .appointment-card { padding: 6px 8px !important; border-radius: 8px !important; }

  /* Hide MRN, phone, email and their dividers — only avatar + name shows */
  .scrolled-view .scrolled-item,
  .scrolled-view .scrolled-divider { display: none !important; }


}
@media(max-width:450px){
  .user_info p {width: 160px;}
  .top-error .error {font-size: .625rem;}
  .signin-page.patient-signin-page {height: 930px;}
  .web-card.onboarding-web-card .stepper p {display: none;}
  .fileBody.upload-files .file_info span {max-width: 180px;}
  .guide-image.guide-image-one { max-width: 72%;}
  .guide-image-wrapper-two .guide-image { max-width: 75%;}
  /* .guide-step-3 {left: -240px;} */
  .guide-step-3 .guide-image { max-width: 58%;}
  .guide-subheading {font-size: 0.875rem !important;}

  .guide-heading {font-size: 1.8rem !important;}
  .guide-image-wrapper-two .guide-image { max-width: 52%;}
  .guide-video-section { height: 580px !important;}
  .guide-step-4 .guide-image {max-width: 56%;}
  .guide-step-5 .guide-image {max-width: 56%;}
   .btn-outline-primary, .btn-outline{min-width: 145px !important;}
  .guide-step-6 .guide-image {   max-width: 60%; }
  .guide-slide-final .guide-image { max-width: 67%;}
  .feedback-form-container{width: 90%;}
  .clinic-nme {width: 98px;}
  .user_inner img { height: 36px !important;width: 36px !important;}

  .patient-title-info h6 { max-width: 220px; }
  .scrolled-view .video-action .video-icon-box span { font-size: 30px !important; }
  .scrolled-view .status-action .badge { font-size: 8px !important; padding: 4px 6px !important; }

  .guide-image-wrapper-two.guideres-video .guide-image {max-width: 45%;}
}



@media(max-width:390px){
  .guide-image-wrapper-two .guide-image { max-width: 59%;}
  .guide-step-3 .guide-image {max-width: 64%;}
  .guide-step-4 .guide-image { max-width: 60%;}
  .guide-step-5 .guide-image {max-width: 60%;}
  .guide-step-6 .guide-image {max-width: 70%;}
  .guide-slide-final .guide-image { max-width: 70%;}
  .guide-overlay-content .btn{padding: 0.75rem 1.55rem !important;}
  .guide-image.guide-image-one {  max-width: 78%;}

  .guide-image-wrapper-two.guideres-video .guide-image {max-width: 55%;}
}

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

@media (min-width: 1199.98px){
  .wrapper.res-wrapper { 
    height: calc(100dvh - 180px);
    overflow-y: scroll;
    scrollbar-width: none;
    overflow-anchor: none;
    overscroll-behavior-y: contain;
    position: relative;
    scroll-padding-top: 150px;
  }
  .wrapper.res-wrapper.welcome-onboard{height: calc(100dvh - 70px);}
 
}

.sm-content-wrapper .web-card{
    min-height: calc(100dvh - 225px);
}

@media (min-height:640px){
  .sm-content-wrapper .web-card{
    min-height: calc(100dvh - 225px) !important;
  }
}
@media(max-height:800px){
  .modal.prescription-modal .modal-dialog iframe {height: 79vh !important;}
}
@media(max-height:700px){
  .modal.prescription-modal .modal-dialog iframe {height: 75vh !important;}
}

@media (min-width: 991px) {
 .usertype-wrapper .modal-dialog {
    max-width: 650px !important;
  }
}

@media (min-width: 1399.98px){
  .modal-lg.feature-card-modal {
    max-width: 900px  !important;
  }
  /* .table-responsive.dashboard-appointments{overflow-x: visible !important;} */
}


@media (min-width: 1599.98px){
  .userguide-modal .modal-xl{margin-top: 6rem !important;}
}

@media (max-width: 1359px) and (min-width: 1199.98px) {
  .appointmnt-pulse {
    left: 100px;
    top: 65px;
  }
  .creteappnt-pulse {
    top: 46px;
    right: 355px;
  }
  .patient-pulse {
    left: 145px;
    top: 100px;
  }
   .crtepatient-pluse {
    top: 62px;
    right: 400px;
  }
   .patientjourney-pulse {
    left: 206px;
    bottom: 126px;
  }
  .activitypulse {
    left: 105px;
    top: 150px;
  }
  .submitpulse {
    top: 130px;
    right: 345px;
  }
   .manage-pulse {
    right: 375px;
    top: 110px;
  }
}


/* ============================================================
   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: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-color: transparent !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: 44px !important;
    font-weight: 600 !important;
    line-height: 104% !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: 18px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: background .2s, transform .15s;
}
.ug-type-btn:hover {
    background: var(--secondary);
    transform: translateY(-2px);
}


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

  .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;}

.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: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-color: transparent !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: 44px !important;
    font-weight: 600 !important;
    line-height: 104% !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: 18px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: background .2s, transform .15s;
}
.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;
    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;
}

/* 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;
}



/* 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;
}

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


/* ── 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;}
}

/* ── 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; }
   
}