@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

span[title='Male'] {
  color: black !important;
}

span[title='Female'] {
  color: black !important;
}

span[title='Other'] {
  color: black !important;
}

.form-row.flex.jc-sb {
  align-items: flex-start;
}
.form-row {
  margin-inline: unset !important;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

#dp-islan {
  position: absolute;
  top: 100%;
  z-index: 100;
}

.field-half {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 60px;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
}

h3 {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
}

h4 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 16px;
}

span,
a {
  display: inline-block;
}

textarea {
  resize: none;
  padding: 15px 10px;
}

button {
  cursor: pointer;
}

#main {
  flex: 1;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.jc-sb {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.col-33 {
  width: calc(100% / 3);
  padding: 0 8px;
}

/* --------- Header --------- */

.mini-header {
  padding: 12px 0;
  background: #e5bc93;
}

.header-single-info span {
  color: #323548;
  font-size: 14px;
}

.header-single-info img {
  margin-right: 7px;
}

.header-single-info {
  margin-right: 65px;
}

.header-content {
  background: #f9eee3;
  padding: 25px 0;
}

.header-content li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.site-logo {
  width: 250px;
}

.header-content nav {
  width: calc(100% - 250px);
  display: flex;
  justify-content: flex-end;
}

.header-content li:last-child {
  margin-right: 0;
}

.header-content li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  background: #e5bc93;
  z-index: 99;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.header-content li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-content li a {
  color: #000;
  font-size: 14px;
}

.header-content li ul li {
  display: block !important;
  margin-right: 0;
}

.header-content li ul li a {
  font-size: 14px;
  padding: 10px;
  color: #fff;
  display: block;
}

.header-content li ul li a:hover {
  background: #918374;
}

.menu-toggler {
  height: 30px;
  width: 30px;
  display: none;
  position: relative;
  margin-left: auto;
}

.menu-toggler span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
}

.menu-toggler.active span:first-child {
  opacity: 0;
}

.menu-toggler.active span:nth-child(2) {
  top: 10px;
  transform: rotate(-45deg);
}

.menu-toggler.active span:nth-child(3) {
  top: 10px;
  transform: rotate(45deg);
}

.menu-toggler span:nth-child(2) {
  top: 10px;
}

.menu-toggler span:last-child {
  top: 20px;
}

.banner-section {
  background: #f9eee3;
  padding: 120px 0 90px;
}

.banner-section h1 {
  color: #323548;
  font-size: 48px;
  font-weight: 700;
}

.how-works-section {
  margin: 70px 0;
}

.works-header h2 {
  color: #323548;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.works-header p {
  color: #484654;
  font-size: 16px;
  opacity: 0.8;
}

.how-works-content {
  margin: 50px -8px 0;
}

.single-column {
  background: #fff;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 20px 35px;
  position: relative;
  height: 100%;
}

.works-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.works-copy {
  text-align: center;
}

.works-copy p {
  color: #484654;
  opacity: 0.8;
  font-size: 16px;
  max-width: 276px;
  margin: 0 auto;
}

.counter {
  border-radius: 0px 0px 100px 0px;
  background: #514494;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 26px;
  height: 60px;
  width: 60px;
}

.counter span {
  position: relative;
  top: 5px;
  left: 17px;
}

.contactImg {
  width: 42%;
}

.contactForm {
  width: 58%;
  padding-left: 50px;
}

.contactForm h3 {
  color: #1b3059;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.contactForm p {
  color: #000;
  opacity: 0.7;
  max-width: 600px;
}

.contactForm form {
  margin-top: 70px;
}

.field-half label {
  display: block;
  /*     color: #112A50; */
  color: rgb(152, 152, 152);
  font-size: 14px;
}

.field-half input,
.form-field-half input {
  border: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(17 42 80 / 9%); 
  /*border-bottom: 1px solid rgb(0 0 0);*/
  margin-top: 8px;
  width: 100%;
}

  .field-half input:focus,
  .form-field-half input:focus {
    border-bottom: 2px solid #fda83c !important;
  }

.field-half {
  margin-bottom: 40px;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.field-half select {
  width: 100%;
  opacity: 1;
  font-size: 16px;
  color: #000;
  border: none;
  margin-top: 8px;
  border-bottom: 1px solid rgb(17 42 80 / 9%);
  padding-bottom: 4px;
  cursor: pointer;
  border-radius: 0;
}

.field-btn button {
  width: 100%;
  display: block;
  background: #ffb353;
  padding: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 100px;
}

.field-btn {
  width: 100%;
}

.site-footer {
  padding: 70px 0 20px;
  background: url('../images/footerBg.jpg') center/cover no-repeat;
}

.contact-section {
  margin-bottom: 100px;
}

.ft-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.ft-col {
  width: 25%;
}

.ft-col h5 {
  color: #12141d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.ft-col ul li {
  margin-bottom: 10px;
}

.ft-col li a {
  color: #12141d;
  font-size: 13px;
}

.copyright {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright span {
  color: #12141d;
  font-size: 13px;
  opacity: 0.8;
}

.result-section {
  padding: 80px 0;
}

.result-content {
  max-width: 795px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
  padding: 45px 35px;
}

.result-content h2 {
  font-size: 25px;
  color: #1b3059;
  font-weight: 500;
}

.result-content p {
  color: #000;
  opacity: 0.7;
  margin: 17px 0 28px;
}

.result-content a {
  border-radius: 100px;
  background: #ffb353;
  display: block;
  text-align: center;
  padding: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  width: 100%;
}

.profile-section {
  padding: 80px 0;
}

.profile-wrapper {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
  max-width: 794px;
  margin: 0 auto;
  padding: 45px;
}

.go-back img {
  margin-right: 10px;
}

.go-back {
  color: #514494;
  font-size: 14px;
  font-weight: 500;
}

.profile-wrapper h2 {
  color: #1b3059;
  font-size: 30px;
  font-weight: 500;
  margin: 24px 0 20px;
}

.profile-wrapper p {
  color: #000;
  opacity: 0.6;
  font-size: 16px;
}

.profile-view {
  width: 400px;
  margin: 35px auto 0;
  text-align: center;
}

.prof-pic {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.prof-pic img {
  border-radius: 50%;
  max-width: 120px;
  height: 120px;
  object-fit: cover;
}

.badge {
  color: #514494;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}

.badge img {
  margin-right: 10px;
}

.profile-view h3 {
  color: #323548;
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0 12px;
}

.tags span {
  color: #514494;
  font-size: 12px;
  font-weight: 500;
  background: rgba(81, 68, 148, 0.1);
  padding: 4px 10px;
  border-radius: 27px;
  margin-right: 5px;
}

.profile-tabs {
  margin-top: 50px;
}

.profile-tabs-header .nav-tabs,
.profile-tabs-header .nav-tabs.active {
  border: none;
}

.nav-tabs .nav-link.active {
  border-bottom: 1px solid #112a50 !important;
  opacity: 1;
  color: #112a50;
}

.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  border: none !important;
  padding-bottom: 15px;
  color: #000;
  opacity: 0.7;
  font-size: 14px;
}

.nav-tabs {
  border-bottom: 1px solid rgb(17 42 80 / 20%) !important;
}

.profile-tabs-content {
  padding-top: 30px;
}

.tab-inner h4 {
  color: #323548;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.tab-inner p {
  color: #000;
  opacity: 0.7;
  margin-bottom: 20px;
}

.btnSite {
  border-radius: 100px;
  background: #ffb353;
  display: block;
  text-align: center;
  padding: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  width: 100%;
  border: none;
  margin-top: 30px;
}

/*--- Clinician ---*/
.clinician-listing {
  margin: 60px 0;
}

.clinician-image img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.clinicaian-list-wrapper {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  max-width: 794px;
  padding: 45px 30px;
}

.clicnician-header {
  display: flex;
  flex-wrap: wrap;
}

.clinician-details {
  display: flex;
  /* flex-wrap: wrap; */
  padding-left: 20px;
  width: calc(100% - 120px);
}

.clinician-info h3 {
  font-size: 24px;
  color: #323548;
  font-weight: 600;
  margin: 8px 0 8px;
}

.clinician-body p {
  color: #000;
  font-size: 14px;
  opacity: 0.7;
}

.clinician-footer {
  margin-top: 20px;
}

.clinician-footer a {
  border-radius: 50px;
  background: #ffb353;
  padding: 14px 25px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
  text-transform: uppercase;
}

.avail {
  font-size: 12px;
  font-weight: 600;
  color: #323548;
  padding: 10px 14px;
  background: rgba(81, 68, 148, 0.1);
  border-radius: 30px;
  cursor: pointer;
}

.avail span {
  color: #514494;
}

.clinician-info {
  width: calc(100% - 191px);
  padding-right: 10px;
}

.single-clinician {
  margin-bottom: 25px;
  border-radius: 8px;
  border: 0.5px solid rgba(50, 53, 72, 0.25);
  padding: 25px 15px;
  position: relative;
}

.availabilities {
  position: absolute;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: -11px 0px 22px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  left: 100%;
  top: 0;
  width: 310px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: -1;
}

.availability-row:not(:last-child) {
  margin-bottom: 6px;
}

.availability-row > span {
  color: #051b44;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.schedule {
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid #bbb;
  background: #fff;
  color: #484654;
  padding: 6px 10px;
  margin-right: 6px;
  margin-bottom: 10px;
  width: calc(33.33% - 10px);
}

/*--- Paying with insurance ---*/
.payment-wrapper {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
  /*     max-width: 795px; */
  margin: 0 auto;
  padding: 45px 30px;
}

.help-message {
  background: #ff4545;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 15px 5px;
  margin-bottom: 35px;
}

.help-message p {
  color: #fff;
  font-weight: 600;
}

.payment-wrapper h2 {
  color: #1b3059;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin: 12px 0 20px;
}

.payment-wrapper > p {
  color: #000;
  font-size: 16px;
  opacity: 0.7;
}

.paymentForm {
  margin-top: 40px;
}

.field-wrap h5 {
  color: #112a50;
  font-size: 14px;
  margin-bottom: 20px;
}

.radio-checks-row {
  display: flex;
  flex-wrap: wrap;
}

.check-text {
  font-size: 14px;
  color: #000;
  opacity: 0.8;
}

.radio-single-check {
  margin-right: 50px;
}

.radio-single-check label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  height: 24px;
  width: 24px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  left: 0;
}

.field.insurance-type {
  margin-top: 40px;
}

.field.insurance-type select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(17 42 80 / 33%);
  font-size: 12px;
  color: #000;
  opacity: 0.7;
  padding-bottom: 12px;
  cursor: pointer;
  margin-bottom: 30px;
}

.radio-single-check label input:checked ~ .checkmark {
  border-color: #514494;
}

.radio-single-check .checkmark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #514494;
  transform: translate(-50%, -50%);
  display: none;
}

.radio-single-check label input:checked ~ .checkmark::before {
  display: block;
}

.radio-single-check input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

/*--- Signup landing ---*/
.questioning-content {
  display: flex;
  flex-wrap: wrap;
}

.questioning-content h2 {
  width: 410px;
  font-size: 27px;
  color: #323548;
  font-weight: 600;
}

.questioning-section {
  margin: 60px 0;
}

.copy {
  width: calc(100% - 410px);
  padding-left: 100px;
}

.copy p {
  color: #484654;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 22px;
}

.single-doctor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.doc-img {
  width: 287px;
}

.doc-img img {
  width: 100%;
}

.doc-intro {
  width: calc(100% - 287px);
  padding-left: 50px;
}

.doc-intro h3 {
  color: #323548;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.doc-intro p {
  color: #272a3d;
  font-size: 16px;
  opacity: 0.7;
  max-width: 865px;
}

.listing-section {
  margin-bottom: 50px;
}

.payment-section {
  margin: 80px 0;
}

.paymentForm h4 {
  color: #323548;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
}

.week-days > h5 {
  color: #112a50;
  font-size: 14px;
  margin-bottom: 10px;
}

.single-day-check label {
  position: relative;
}

.single-day-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.week-days .checkmark-schedule {
  border-radius: 4px;
  background: rgba(81, 68, 148, 0.1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #514494;
  font-size: 14px;
}

.schedule-check {
  justify-content: space-between;
}

.schedule-left {
  width: 330px;
}

.single-day-check input:checked ~ .checkmark-schedule {
  color: #fff;
  background: #514494;
}

.week-days.dayTime {
  margin: 25px 0;
}

.dayTime .single-day-check {
  width: 31.5%;
}

.dayTime .single-day-check label {
  display: block;
  width: 100%;
}

.dayTime .checkmark-schedule {
  width: 100%;
}

.language .single-day-check {
  width: 31.5%;
}

.language .single-day-check label {
  width: 100%;
}

.language .checkmark-schedule {
  width: 100%;
  margin-bottom: 10px;
}

.selection {
  width: 100%;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  /*     color: rgba(17, 42, 80, 0.50); */
  color: #000;
  font-size: 16px;
  width: 100%;
}

/* .field-half input{
	font-size: 14px;
} */

.wp-editor-container {
  clear: both;
  border-radius: 4px;
}

#mceu_31 {
  border-right: 1px solid !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  /*     border-bottom: 1px solid rgba(17, 42, 80, 0.10); */
  /*border-bottom: 1px solid rgba(17, 42, 80, 0.10) !important;*/
  /*border-bottom: 1px solid #000 !important;*/
  height: 39px;
  /*margin-bottom: 30px;*/
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  outline: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #514494;
}

.select2-container--default {
  color: #3f3f3f;
  font-size: 16px;
  /*width:100% !important;*/
  /*width: 565px !important;*/
  height: 50px !important;
  border-bottom: 2px solid #eee !important;
  padding-top: 6px;
}

#serviceCodeId + .select2-container--default {
  width: 631px !important;
}

#state_type_select + .select2-container--default {
  width: 349px !important;
  height: 41px !important;
}

#contact-relationship + .select2-container--default {
  width: 349px !important;
  height: 41px !important;
}

#state_type_in_join_patient + .select2-container--default {
  width: 349px !important;
  height: 41px !important;
}

#appointmentSlot + .select2-container--default {
  width: 710px !important;
  height: 41px !important;
}

#appointmentSlot_Edit + .select2-container--default {
  width: 550px !important;
  height: 41px !important;
}

#gender + .select2-container--default {
  height: 41px !important;
}

#state-stafe-user + .select2-container--default {
  height: 41px !important;
}


#find-therapist-state + .select2-container--default {
  width: 330px !important;
}

#find-therapist-gender + .select2-container--default {
  width: 330px !important;
}

#find-therapist-paymentmode + .select2-container--default {
  width: 330px !important;
}

#find-therapist-language_type + .select2-container--default {
  width: 330px !important;
}


.contactForm .select2-selection.select2-selection--single {
  margin-bottom: 0;
  border-bottom:0px;
}

.contactForm .select2-container--default {
  position: relative;
}

/* datepicker */
.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #31639c;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 25px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #31639c;
  margin-bottom: 5px;
  font-size: 18px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: #31639c;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  /*     color: #ffffff !important;
    background-color: #31639c; */
  border-radius: 50px;
}

.ui-state-active {
  color: #ffffff;
  background-color: #31639c;
  border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon {
  margin-left: -30px;
  margin-top: -26px;
  position: relative;
  color: #31639c;
  font-size: 20px;
}

.clinician-header h2 {
  color: #1b3059;
  font-size: 30px;
  font-weight: 500;
  margin: 14px 0;
}

.clinician-header p {
  color: #000;
  opacity: 0.7;
}

.clinician-header {
  margin-bottom: 40px;
}

.clinician-info .badge {
  justify-content: flex-start;
  padding-left: 0;
  /*     background: #FFF;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06); */
  width: fit-content;
  padding: 8px 12px;
  border-radius: 50px;
}

.clinician-info .tags span {
  font-size: 10px;
  margin-right: 4px;
  background: transparent;
}

.clinician-body {
  margin-top: 15px;
}

.availabilities.active {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  left: 98%;
}

.availabilities::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -24px;
  border: 12px solid transparent;
  border-right-color: #fff;
}

.profile-calander .ui-datepicker-title {
  background: #fff;
  color: #323548;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 8px 8px 0 0;
}

.profile-calander div#calendar {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #fff;
}

.profile-calander div#calendar .ui-datepicker-header {
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
}

.profile-calander .ui-datepicker-calendar th {
  text-align: center;
}

.profile-calander .ui-datepicker-calendar th span {
  margin: 0 auto;
  color: #9c9ea9 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.profile-calander .ui-state-active {
  background: #514494;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
}

.profile-calander .ui-state-default {
  font-size: 14px;
  color: #9c9ea9;
}

.profile-calander .ui-state-default:hover,
.profile-calander .ui-state-highlight {
  background: none;
  color: #514494 !important;
}

.profile-calander .ui-datepicker-prev.ui-corner-all {
  background: url('/assets/icons/round-left-arrow.svg') center/cover no-repeat;
  height: 32px;
  width: 32px;
  margin-top: 10px;
}

.profile-calander .ui-datepicker-next.ui-corner-all {
  background: url('/assets/icons/round-right-arrow.svg') center/cover no-repeat;
  height: 32px;
  width: 32px;
  margin-top: 10px;
}

.profile-calander .ui-datepicker-prev.ui-corner-all::after {
  display: none !important;
}

.profile-calander .ui-datepicker-next.ui-corner-all::after {
  display: none !important;
}

.available-slots {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.available-slots h5 {
  color: #051b44;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.available-slots .schedule {
  width: 14%;
  margin-right: 0;
  color: #d8dae5;
  border-color: #d8dae5;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background: url('../images/arrow-down-angle.svg') center/contain no-repeat;
  border: none;
  height: 7px;
  width: 9px;
}

#select2--container {
  padding-left: 0;
}

.how-works-content .col-33:nth-child(4),
.how-works-content .col-33:nth-child(5) {
  margin-top: 30px;
}

.credentials .how-works-content {
  justify-content: center;
}

.dp-highlight .ui-state-default {
  background: #d6f0ee;
  color: #fff;
}

.cf-hidden {
  display: none;
}

.dp-highlight .ui-state-default {
  /*     color: #FFF; */
  color: #70757a;
  background: rgba(81, 68, 148, 0.1);
}

.schedule-right {
  width: calc(100% - 360px);
}

.schedule-right h5 {
  margin-bottom: 10px;
  color: #112a50;
  font-size: 14px;
}

.schedule-right .ui-datepicker-header {
  background: #f8f8f8;
  border-radius: 4px;
  color: #323548;
  text-align: center;
  font-size: 16px;
}

.schedule-right .ui-datepicker-prev:after,
.schedule-right .ui-datepicker-next:after {
  border-color: #323548;
}

.schedule-right .ui-datepicker-prev.ui-corner-all,
.schedule-right .ui-datepicker-next.ui-corner-all {
  margin-top: 15px;
}

.schedule-right .ui-state-default {
  height: 40px;
  width: 40px;
}

.schedule-right .ui-datepicker-calendar thead tr th span {
  color: #323548;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.schedule-right .ui-state-default {
  border-radius: 50%;
}

.schedule-right .dp-highlight {
  /*     background: rgba(81, 68, 148, 0.1); */
  background: #e8f0fe;
}

.schedule-right .dp-highlight a.ui-state-default {
  background: none;
}

.schedule-right .ui-datepicker-calendar th span {
  width: 100%;
  text-align: center;
}

.schedule-right .ui-datepicker-calendar th span {
  width: 100% !important;
  text-align: center;
}

.schedule-right .ui-datepicker-calendar td a {
  margin: 0 auto;
}

.avail-selection label {
  position: relative;
  display: block;
}

.avail-selection input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.avail-selection span {
  font-size: 14px;
  color: #9c9ea9;
  border-radius: 28px;
  border: 1px solid #d8dae5;
  background: #fff;
  display: block;
  padding: 8px 10px;
}

.avail-selection {
  width: 16%;
  margin-bottom: 8px;
}

.avail-selection input:checked ~ span {
  background: #514494;
  color: #fff;
  border-color: #514494;
}

/* Careers */
.clinician-info .tags span {
  margin-right: 0px;
}

#toast-container {
  z-index: 9999999999;
}

@media screen and (max-width: 1440px) {
  .careers-main {
    max-width: 887px;
    margin: auto;
    padding: 100px 0px;
  }

  remote-div {
    padding: 100px 0px;
    max-width: 887px;
    margin: auto;
  }
}

.careers-main {
  max-width: 80%;
  margin: auto;
  padding: 100px 0px;
}

.careers-main p {
  display: block;
  opacity: 0.7;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}

.carrer-text p a {
  opacity: 0.7;
  color: #514494 !important;
}

.career-text span {
  color: #0e0e0e;
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  opacity: 0.8;
  margin-bottom: 16px;
}

.career-text h4 {
  color: #323548;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 10px;
}

.careers-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.careers-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.carrers-btn a {
  border-bottom: 1.5px solid #1b3059;
  color: #1b3059;
  font-size: 17.889px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  padding-bottom: 8px;
  gap: 10px;
}

.carrers-btn {
  margin-top: 32px;
}

.career-text {
  padding: 35px 0;
  border-bottom: 2px solid #cdcfd3;
}

/* job-detailed */
section.job-main {
  padding: 100px 0px;
}

.remote-div {
  /* 		padding: 100px 0px; */
  max-width: 80%;
  margin: auto;
}

.job-detailed {
  margin-bottom: 77px;
}

.job-detailed h4 {
  color: #323548;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 14px;
}

.job-detailed p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  opacity: 0.7;
}

.job-list h4 {
  color: #323548;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 30px */
  margin-bottom: 12px;
  text-transform: capitalize;
}

.job-list {
  margin-bottom: 28px;
}

.job-list li {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  opacity: 0.7;
  list-style: disc;
  margin-bottom: 10px;
}

.job-list ul {
  margin-left: 27px;
}

.carrers-btn.new {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toaster {
  display: none;
  position: fixed;
  top: 100px;
  right: 20px;
  background-color: #ffb353;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.our-team-logos:last-child {
  border: none;
}

.our-team-logos {
  border-bottom: none;
}

.ourteamcheck-flex::after {
  content: none;
}

.our-team-logos::before {
  content: none !important;
}

.page-id-2363 .select2 {
  width: 735px !important;
}

.available a {
  color: #514494;
  font-weight: 600;
  background: rgba(81, 68, 148, 0.1);
}

#myForm
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /*     color: #444; */
  color: #000;
}

.select2-selection__rendered {
    padding-left:5px !important;
}

.custom-ngselect2 .select2-container--open .select2-dropdown--below {
  margin-top: 0 !important; /* remove extra spacing */
  top: 100% !important; /* attach directly under the input */
}

/* Remove double rounding at bottom of select box */
.custom-ngselect2 .select2-container--default .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-datepicker-year,
.ui-datepicker-month {
  font-size: 18px;
  width: 30%;
  padding: unset;
  border: unset;
}

.flag-icon-us {
  position: absolute;
  top: 50px;
}

/* Apply green background to the first child */
#dp-island .dp-highlight.first-child {
  background-color: green;
}

/* Apply green background to the last child */
#dp-island .dp-highlight.last-child {
  background-color: green;
}

.available a::before {
  content: '\2022';
  color: #00cc00;
  position: relative;
  bottom: -11px;
  left: 40%;
  transform: translateX(-50%);
}

/* next availaiblity */
.tim_ins {
  display: flex;
  /*     height: 340px; */
  height: 200px;
  border-radius: 16px;
  background: white;
  align-items: center;
  flex-wrap: wrap;
  width: 300px;
  overflow-y: scroll;
  padding: 20px;
  gap: 20px;
}

.tim_ins h3 {
  color: #051b44;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 184.615% */
  letter-spacing: -0.5px;
}

.slots {
  border-radius: 40px;
  border: 1px solid #bbb;
  background: #fff;
  width: 110px;
  height: 30px;
  padding: 0px 28px;
}

.clicnician-availability {
  position: relative;
  /* left: 100%; */
  /* left: auto; */
  display: inline-block;
}

#nextAvailability:hover #tooltip {
  display: block !important;
}

.clicnician-availability:hover #tooltip {
  display: block !important;
}

#tooltip {
  position: absolute;
  right: 112%;
  /*     left: 155px; */
  top: 0px;
  border: 1px solid rebeccapurple;
  border-radius: 16px;
  z-index: 3;
}

/* Tabs find therapist page css */
.contact-row {
  align-items: flex-start;
}

#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

#tabs-nav li a {
  background: transparent;
  padding: 15px 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #ffb353;
  border-radius: 100px;
}

.active-tab a {
  background: #ffb353 !important;
}

@media only screen and (max-width: 992px) {
  #tabs-nav li a {
    padding: 15px;
    font-size: 14px;
  }

  #tabs-nav {
    margin-bottom: 40px;
  }
}

.available a {
  padding-right: 7px;
}

.profile-section .available a::before {
  left: 13%;
}

@media screen and (max-width: 767px) {
  .profile-section .available a::before {
    left: 20%;
  }
}

@media screen and (max-width: 580px) {
  .profile-section .available a::before {
    left: 30%;
  }
}

@media screen and (max-width: 375px) {
  .profile-section .available a::before {
    left: 35%;
  }
}

/*Hahsim starts here****/
.dr_living {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 10px;
  background: rgba(81, 68, 148, 0.1);
  padding: 5px;
  border-radius: 10px;
}

.dr_specialization {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 10px;
  background: rgba(81, 68, 148, 0.1);
  padding: 5px;
  border-radius: 10px;
}

.dr_insurance {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 10px;
  background: rgba(81, 68, 148, 0.1);
  padding: 5px;
  border-radius: 10px;
  height: fit-content;
  /* 	width:75px; */
  cursor: pointer;
}

.dr_age {
  background: rgba(81, 68, 148, 0.1);
  border-radius: 10px;
  height: fit-content;
}

.dr_gender {
  background: rgba(81, 68, 148, 0.1);
  border-radius: 10px;
  height: fit-content;
}

.profile-view {
  margin-left: 10%;
}

.tags {
  width: 500px;
  /* 	align-items:center; */
}

.page-id-2391 .tags {
  width: 410px !important;
  margin: 0 auto;
}

.tags {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  /* 	position: absolute; */
  z-index: 9999;
}

.dr_living {
  cursor: pointer;
  width: 85px;
  height: fit-content;
}

.dr_specialization {
  cursor: pointer;
  width: 140px;
  height: fit-content;
}

.boxes-active {
  background-color: white;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dr_specialization span {
  display: none;
}

.dr_living span {
  display: none;
}

/* 				 .dr_specialization.active {
					display: inline-block;
				}  */

/* .clinician-info {
    height: 259px;
} */
.dr_insurance span {
  display: none;
}

.clinician-details {
  justify-content: space-between;
}

.dr_specialization p {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 158px;
  color: #514494;
  font-size: 12px;
  font-weight: 500;
  font-size: 10px;
}

.dr_living p {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 46px;
  color: #514494;
  font-size: 12px;
  font-weight: 500;
  font-size: 10px;
}

.dr_insurance p {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 46px;
  color: #514494;
  font-size: 12px;
  font-weight: 500;
  font-size: 10px;
}

.dr_specialization {
  position: relative;
}

.dr_living {
  position: relative;
}

.dr_insurance {
  position: relative;
}

.clinician-info .badge {
  padding: 0;
}

span.badge.flex {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
}

.badge {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}

.dr_living img {
  width: 6px;
  height: 4px;
}

.dr_insurance img {
  width: 6px;
  height: 4px;
}

.dr_specialization img {
  width: 6px;
  height: 4px;
}

.dr_living span {
  padding-left: 0px;
  padding-right: 0px;
  text-align: start;
}

.dr_insurance span {
  padding-left: 0px;
  padding-right: 0px;
  text-align: start;
}

.dr_specialization span {
  text-align: start;
  padding-left: 0px;
  padding-right: 0px;
}

.dr_specialization p::after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  background-image: url(/assets/icons/drop-down-icon.svg);
  width: 9px;
  height: 9px;
  vertical-align: middle;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(70%) contrast(120%);
}

.dr_insurance p::after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  background-image: url(/assets/icons/drop-down-icon.svg);
  width: 9px;
  height: 9px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.dr_living p::after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  background-image: url(/assets/icons/drop-down-icon.svg);
  width: 9px;
  height: 9px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.profile-view {
  margin-top: 6px;
}

span.badge.flex {
  margin-bottom: 12px;
}

.dr_living span {
  background: transparent;
}

.dr_specialization span {
  background: transparent;
}

.dr_insurance span {
  background: transparent;
}

span.badge.flex {
  text-wrap: wrap;
  text-align: left;
}

.dr_specialization p,
.dr_insurance p {
  pointer-events: none;
}

.profile-wrapper div#nav-tab {
  margin-top: 70px;
}

.tags span {
  background: transparent;
}

.dr_age {
  padding: 5px;
}

.dr_gender {
  padding: 5px;
  text-align: center;
}

.tags span {
  margin-right: 0px;
}

.dr_specialization {
  display: flex;
}

.dr_specialization p,
.dr_insurance p {
  top: 10px;
  right: 0px;
}

.dr_living p {
  right: 0;
  top: 10px;
}

.profile-view {
  margin: 0;
}

.profile-wrapper .profile-view {
  width: max-content;
  margin: auto;
}

.tags {
  left: 0px;
  right: 0px;
  width: auto;
  display: flex;
  gap: 10px;
  width: max-content;
  margin: auto;
}

div#tooltip {
  z-index: 9999;
}

.dr_living p {
  pointer-events: none;
}

.clinician-info .tags span {
  margin-right: 0px;
}

.dr_specialization p,
.dr_insurance p {
  left: auto;
  right: 6px;
}

.dr_insurance {
  width: max-content;
}

.page-id-2391 .tags {
  width: max-content !important;
}

.dr_insurance {
  width: 140px;
}

header.fixed {
  z-index: 9999999;
}

@media screen and (max-width: 992px) {
  .clinician-info {
    width: 100%;
  }

  .clinician-details {
    flex-direction: column;
    gap: 40px;
  }

  .clicnician-availability {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .dr_specialization p {
    left: 160px;
  }

  /* 	 .clinician-info .tags span {
		width:fit-content;
	} */
  .badge {
    font-size: 10px;
  }

  .tags {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    align-items: center;
    gap: 10px;
  }

  .tags span {
    text-align: center;
  }

  .dr_insurance {
    width: 195px;
  }

  .dr_living {
    width: 195px;
  }

  .dr_living p {
    left: 160px;
  }

  .dr_age {
    width: 195px;
  }

  .dr_gender {
    width: 195px;
  }

  .dr_insurance p {
    left: 160px;
  }

  .profile-view {
    margin-left: 0;
  }
}

@media screen and (max-width: 470px) {
  .dr_specialization p {
    left: 75%;
  }
}

.profile-view h3 {
  display: none;
}

.page-id-2349 .result-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.page-id-2423 .result-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.page-id-2349 .result-content img {
  width: 120px !important;
  height: 120px !important;
}

.page-id-2423 .result-content img {
  width: 120px !important;
  height: 120px !important;
}

.close {
  width: 30px !important;
  height: 30px !important;
}

/* therapist listing style  */

.secduleRang ul,
.secduleRang ol {
  margin: 0;
  padding: 0;
}

.secduleRang li {
  list-style: none;
}

.secduleRang img {
  max-width: 100%;
  display: block;
}

.secduleRang a {
  text-decoration: none;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.secduleRang a:hover,
.secduleRang a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.secduleRang p {
  margin: 0;
}

.secduleRang h1,
.secduleRang h2,
.secduleRang h3,
.secduleRang h4,
.secduleRang h5,
.secduleRang h6,
.secduleRang ul,
.secduleRang ol,
.secduleRang li,
.secduleRang a,
.secduleRang input,
.secduleRang select,
.secduleRang button,
.secduleRang textarea,
.secduleRang p,
.secduleRang img {
  margin: 0;
  padding: 0;
}

.secduleRang span,
.secduleRang a {
  display: inline-block;
}

.secduleRang textarea {
  resize: none;
}

.secduleRang button {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.outer-therapist-box {
  margin-bottom: 25px;
  border-radius: 8px;
  border: 0.5px solid rgba(50, 53, 72, 0.25);
  padding: 25px 15px;
  position: relative;
  width: 100%;
}

.therapist-box-upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.therapist-box-upper-left {
  display: flex;
  gap: 24px;
}

.outer-therapist-box {
  width: 100%;
}

.inner-therapist-box {
  width: 100%;
}

.span-ul-tharapist-flex {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.span-ul-tharapist-flex ul {
  display: flex;
  gap: 30px;
}

.span-ul-tharapist-flex ul li {
  list-style: disc;
  font-size: 18px;
}

.span-ul-tharapist-flex span {
  font-size: 18px;
}

/* .therapist-box-upper-left-content h3 {
  font-size: 48px;
} */

.therapist-box-upper-left img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.selection-area ul {
  display: flex;
  gap: 8px;
}

.selection-area ul li {
  position: relative;
  background: rgb(224, 203, 243);
  padding: 12px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: blueviolet;
}

.therapist-box-upper-left-content h3 {
  font-size: 32px;
  padding-bottom: 10px;
}

.therapist-box-lower {
  margin-top: 30px;
}

.therapist-box-lower p {
  font-size: 22px;
}

.therapist-box-lower a {
  width: max-content;
  border-radius: 50px;
  background: #ffb353;
  padding: 14px 25px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
  text-transform: uppercase;
  color: black;
  margin-top: 32px;
  border: 1px solid transparent;
}

.therapist-box-lower a:hover {
  background: transparent;
  border: 1px solid #ffb353;
}

.selection-area ul li .dropdown-menu {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition:
    visibility 0s,
    opacity 0.5s linear;
  opacity: 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-top: 12px;
}

.selection-area ul li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.dropdown-menu li {
  border-radius: unset !important;
  text-decoration: none;
  display: block;
  color: #333;
  background: unset !important;
}

.dropdown-menu li:hover {
  background-color: rgb(224, 203, 243) !important;
}

.selection-area ul {
  list-style-type: none;
  padding: 0;
}

.selection-area ul li {
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .selection-area ul li {
    font-size: 14px;
  }

  .therapist-box-lower p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .therapist-box-upper-left {
    flex-direction: column;
  }

  .selection-area ul {
    flex-wrap: wrap;
  }
  .contactForm {
    width: 58%;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .therapist-box-upper-left-content h3 {
    font-size: 30px;
  }

  .therapist-box-lower p {
    font-size: 14px;
  }
}

/* removing caret */
.dropdown-toggle::after {
  display: unset;
  margin-left: 0px !important;
  vertical-align: unset !important;
  content: '';
  border-top: unset !important;
  border-right: unset !important;
  border-bottom: 0;
  border-left: unset !important;
}

/* loader */
.containers_loader {
  position: relative;
}

.loader {
  display: none;
  width: 50px;
  height: 50px;
  border: 8px solid #e5bc93;
  border-top: 8px solid #514494;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: absolute;
  top: -50px;
  left: 45%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* image upload style */
#image-preview-container {
  width: 150px;
  /* Adjust the size as needed */
  height: 150px;
  /* Adjust the size as needed */
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  /* Optional: add a border for better visibility */
  margin-top: 10px;
  /* Add some space between input and preview */
}

#image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  /* Initially hide the preview */
}

.select2-container--default .select2-selection--multiple {
  /*border: 1px solid rgb(17 42 80 / 9%) !important;*/
  border: 0px !important;
  border-bottom: 2px solid #eee !important;
}

#find-therapist-language_type + .select2-container--default .select2-selection--multiple {
  border: 0px !important;
}

#language_type + .select2-container--default .select2-selection--multiple {
  border: 0px !important;
}

#language_type_joint + .select2-container--default .select2-selection--multiple {
  border-bottom: 2px solid #eee !important;
}

.error-message {
  color: red;
}

.selection-area ul {
  flex-wrap: wrap;
}

.selection-area ul li {
  width: 49%;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
  cursor: not-allowed;
}
.wid-full {
  width: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: unset !important;
}
@media screen and (max-width: 370px) {
  .settings-title svg {
    height: 25px !important;
  }
  .settings-title span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 330px) {
  .settings-title svg {
    height: 20px !important;
  }
  .settings-title span {
    font-size: 16px !important;
  }
}
.therapist-signup .contactForm .select2-container--default {
  height: 40px !important;
  width: unset !important;
}
.btn-disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
}
.ellipsis-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modalInput {
  border-bottom: 2px solid #eee !important;
  margin-top: 8px;
  padding-bottom: 4px;
}

  .modalInput:focus {
    border-bottom: 2px solid #FFB353 !important;
  }

.mat-mdc-paginator-range-label,
.mat-mdc-paginator-page-size-label {
  width: max-content !important;
}
.icon-similar {
  width: 20px;
}
.toast-custom-btn {
  color: white !important;
  text-decoration: none !important;
  background-color: #ffb353 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  display: inline-block !important;
}
button:disabled {
  background-color: gray !important;
  color: white !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
.capitalize-header {
  text-transform: capitalize;
}
select option {
  padding-left: 10px !important;
}
.default-text-size {
  font-size: 14px !important;
}
.text-size-sm {
  font-size: 13px !important;
}
.main-heading {
  font-size: 24px; /* Added by Ahsan */
  font-weight: 500; /* Added by Ahsan */
}
.sub-heading {
  font-size: 18px;
}
.heading-default {
  font-size: 16px;
}
.mat-mdc-dialog-surface.mdc-dialog__surface {
  border-radius: 8px !important;
}
.mat-mdc-button:not(:disabled) {
  color: white !important;
  background-color: #ffb353 !important;
}
.text-underline {
  text-decoration: underline !important;
  text-decoration-color: #ffb353 !important;
  color: #ffb353 !important;
}
.treatment-plan-container {
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f51b5;
}

.goal-group,
.objective-group,
.strategy-group {
  margin-bottom: 20px;
}

.goal-card {
  border: 1px solid transparent;
  border-radius: 8px;
  padding-block: 10px;
}

.goal-header,
.objective-header,
.strategy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.objective-card {
  border-radius: 6px;
  margin-top: 15px;
}

.strategy-card {
  border-radius: 4px;
  padding: 10px;
}

.full-width {
  width: 100%;
}

.add-new-goal-button {
  display: block;
  position: absolute;
  bottom: 0;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, 20px);
  padding: 10px 25px;
}

.submit-button {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 12px 30px;
}

.editor-group {
  position: relative;
  margin-bottom: 20px;
}
.editor-group ngx-editor {
  width: 100%;
  &:focus-within {
    border-color: #007bff;
  }
}
.editor-group ngx-editor .NgxEditor__Content,
.editor-group ngx-editor .NgxEditor .NgxEditor__Content {
  min-height: 100px;
}
.editor-group ngx-editor .NgxEditor__Content p {
  margin: 0;
}

.editor-placeholder {
  position: absolute;
  top: 55px;
  left: 15px;
  color: #999;
  pointer-events: none;
  font-style: italic;
  font-size: 0.9em;
}
.mat-mdc-raised-button:not(:disabled) {
  background-color: #ffb353 !important;
  color: white !important;
}
.strategy-list-container {
  margin-left: 20px; /* Indent strategies from objective */
  border: 1px dashed #c8e6c9; /* Light green border */
  padding: 15px;
  border-radius: 6px;
  background-color: #f1f8e9; /* Very light green background */
  margin-bottom: 20px;
}

.strategy-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dcdcdc; /* Separator for rows */
  &:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.strategy-card-row {
  display: flex;
  flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
  gap: 10px; /* Space between form fields */
  align-items: flex-start; /* Align top of fields */
  border: 1px solid #c8e6c9;
  padding: 10px;
  border-radius: 4px;
  background-color: #f9fbe7; /* Even lighter green/yellow tint */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.strategy-col-type,
.strategy-col-modality,
.strategy-col-frequency,
.strategy-col-completion {
  flex: 1 1 200px; /* Flex-grow, flex-shrink, flex-basis for columns */
  min-width: 150px; /* Minimum width before wrapping */
  max-width: 250px; /* Max width to control sizing */
}

.strategy-col-other-type,
.strategy-col-other-frequency {
  flex: 1 1 150px;
  min-width: 120px;
}

.strategy-row-actions {
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: 10px; /* Space from form fields */
}

.strategy-add-row {
  text-align: right;
  margin-right: 20px; /* Align button to the right, matching indentation */
}

.strategy-suggestion-panel {
  border: 1px solid #b2dfdb; /* Teal border */
  background-color: #e0f2f7; /* Light cyan background */
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;

  h4 {
    color: #00796b; /* Darker teal */
    margin-bottom: 15px;
  }
}
.strategy-input,
.strategy-select {
  width: 235px !important;
}
.suggested-strategies-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Space between buttons */
}

.suggested-strategies-grid button {
  white-space: nowrap; /* Prevent button text from wrapping */
  padding: 8px 12px;
  font-size: 0.9em;
  color: #00796b;
  border-color: #00796b;
  &:hover {
    background-color: #e0f2f7;
  }
}

/* Ensure MatFormField has enough space for content inside,
   especially if it's not a direct matInput */
.mat-mdc-form-field {
  width: 100%; /* Make sure it takes full width of its parent flex item */
}
input, select {
  color: black !important;
  font-size: 16px !important;
}
.remove-btn {
  padding: 3px 5px;
  margin-bottom: 0;
  width: 25px;
  border-radius: 5px;
  cursor: pointer;
}
.remove-btn:hover {
  background-color: #ccc;
}
.diagnosis-input-group
  .select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single {
  margin-bottom: 6px !important;
  font-size: 13px;
}
.diagnosis-input-group
  .select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.diagnosis-input-group .select2-container.select2-container--default span {
  display: block;
}
.sign-form-section .form-field-group {
  background-color: rgba(255, 179, 83, 0.2);
  border: 1px solid #ffb353;
  border-radius: 10px;
  padding: 16px;
}
.checkbox-group,
.declared-group {
  display: flex;
  margin-bottom: 20px;

  input[type='checkbox'] {
    margin-right: 10px;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }

  label {
    font-size: 13px;
    color: #484444;
    cursor: pointer;
  }
}
.sign-form-div .mat-mdc-checkbox.mat-internal-form-field .mdc-label {
  margin-bottom: 0 !important;
}
.mdc-label {
  margin-bottom: 0 !important;
}
.mat-mdc-form-field-infix {
  min-height: var(--mat-form-field-container-height, 30px) !important;
  padding-top: var(
    --mat-form-field-filled-with-label-container-padding-top,
    15px
  ) !important;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 25px !important;
}
.mat-mdc-table,
.mat-mdc-paginator {
  background-color: #fff !important;
}
.mat-mdc-header-cell,
.mat-mdc-cell {
  border-bottom-color: #dadadb !important;
}
.header-band {
  background-color: #c8e6c9;
  padding: 5px 10px;
  border-radius: 4px;
  border-top-left-radius: 0;
  position: absolute;
  top: -10px;
  left: 1.5rem;
  display: inline-block;
  font-size: 14px;
}

.header-band::before {
  content: ' ';
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0px;
  left: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #555;
  border-bottom: 0px solid transparent;
}
.mat-mdc-option .mdc-list-item__primary-text {
  font-size: 13px;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text,
.mat-mdc-option .mdc-list-item__primary-text {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}
.mat-select-search-clear {
  display: none !important;
}
.mat-mdc-menu-panel.mat-menu-below.notes-modal.ng-star-inserted.mat-menu-before
  .mat-mdc-menu-content {
  max-height: 300px !important;
}
.confirm-dialog[_ngcontent-ng-c3122517353]
  .confirm-actions[_ngcontent-ng-c3122517353]
  .btn.confirm[_ngcontent-ng-c3122517353],
.confirm-dialog[_ngcontent-ng-c3243872746]
  .confirm-actions[_ngcontent-ng-c3243872746]
  .btn.confirm[_ngcontent-ng-c3243872746] {
  background-color: #ffb353 !important;
}
@media screen and (max-width: 1250px) {
  .strategy-input,
  .strategy-select {
    width: 100% !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .mat-mdc-paginator-container {
    flex-wrap: unset !important;
    justify-content: unset !important;
  }
}

.mat-mdc-select-value {
  font-size: 13px !important;
}
.mat-mdc-option {
  padding: 0 8px !important;
}
.mat-mdc-option .mdc-list-item__primary-text {
  font-size: 13px !important;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  overflow: auto;
}

video.remote-track {
  height: 100%;
  width: 100%;
}

.mat-calendar-period-button.mat-mdc-button:not(:disabled)
  .mdc-button__label
  span {
  color: #44474e !important;
}
.separator .fa-lock-open {
  max-width: 14px !important;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #aaa !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ✅ Therapist toast only */
.therapist-toast {
  width: 420px !important;
  min-height: 60px !important;
  background-color: #fff7ed !important; /* light theme background */
  color: #FFA532 !important; /* text color */
  font-size: 15px;
  border-radius: 10px;
  padding: 12px 18px !important;
  box-shadow: 0 4px 14px rgba(255, 168, 57, 0.3); /* orange-tinted shadow */
  position: relative;
  overflow: hidden;
  border-left: 5px solid #FFA532; /* accent border for visual pop */
}

  /* Make sure layout is flex for message part */
  .therapist-toast .toast-message {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 8px !important;
  }

/* Your custom HTML inside toastr */
.toast-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.toast-icon {
  font-size: 20px;
  color: #FFA532 !important;
}

.toast-text {
  flex: 1;
  white-space: normal;
  line-height: 1.4;
  color: #FFA532 !important;
  font-weight: 500;
}

/* ✅ Force close button to absolute right */
.therapist-toast .toast-close-button {
  position: absolute !important;
  top: 5px !important;
  right: 10px !important;
  color: #FFA532 !important;
  font-size: 18px !important;
  opacity: 0.8 !important;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}

  .therapist-toast .toast-close-button:hover {
    opacity: 1 !important;
    color: #ff8f00 !important; /* darker hover orange */
  }

