.therapist-page .top-banner {
  background-image: url("../../images/banner/banner-listing.jpg");
}
.therapist-page .page {
  padding: 25px 0px 45px 0px;
}
.therapist-page .container {
  width: 100%;
  padding: 0px 140px;
}
.therapist-page .content-holder {
  width: 100%;
}
.therapist-page .widget {
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
}
.therapist-page .error-alert {
  margin-bottom: 20px p;
  margin-bottom-line-height: 36px;
}
.therapist-page #profile-form {
  margin-top: 20px;
}
.therapist-page #profile-form .form-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0px;
  margin: 30px 0px 15px 0px;
}
.therapist-page #document-form .form-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0px;
  margin: 30px 0px 15px 0px;
}
.therapist-page #profile-form .form-heading i {
  margin-right: 10px;
}
.therapist-page #document-form .form-heading i {
  margin-right: 10px;
}
.therapist-page #profile-form .form-group {
  margin-bottom: 10px;
}
.therapist-page #document-form .form-group {
  margin-bottom: 10px;
}
.therapist-page #document-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.therapist-page #profile-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.therapist-page #profile-form .hint {
  font-size: 12px;
}
.therapist-page #document-form .hint {
  font-size: 12px;
}
.therapist-page #profile-form .document-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  border: 1px solid #EFF1F3;
  padding: 22px;
  margin-bottom: 15px;
}
.therapist-page #document-form .document-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  border: 1px solid #EFF1F3;
  padding: 22px;
  margin-bottom: 15px;
}
.therapist-page #profile-form .document-box .btn-remove {
  content: "x";
  background-color: var(--color-primary);
  color: white;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 500;
}

.therapist-page #document-form .document-box .btn-remove {
  content: "x";
  background-color: var(--color-primary);
  color: white;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 500;
}
.therapist-page #profile-form .btn-upload-documents {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.therapist-page #document-form .btn-upload-documents {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.therapist-page .drawer-overlay-left {
  display: none;
  transition: all 0.3s ease-in;
}
.therapist-page .page-drawer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.438);
  position: fixed;
  top: 0px;
  z-index: 5000;
}
.therapist-page .drawer-menu {
  top: 0px;
  z-index: 100000001;
  position: fixed;
  transition: all 0.3s ease-in;
  transform: translateX(-400px);
  min-width: 300px;
  height: 100%;
  padding: 20 20px 20px 40px;
  background-color: white;
}
.therapist-page .drawer-menu a {
  color: var(--color-body);
}
.therapist-page h3 {
  font-weight: 600;
}
.therapist-page .page-menu a {
  color: var(--color-bory);
}
.therapist-page .page-menu .btn-white {
  border-radius: 100px;
  border: 1px solid #ccc;
  line-height: 18px;
  margin-right: 10px;
  padding: 10px 20px;
}
.therapist-page .page-menu .btn-white i {
  margin-right: 10px;
}
.therapist-page .page-menu .btn-white[active] {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.therapist-page .left-menu :nth-child(2) {
  margin-top: 20px;
}
.therapist-page .left-menu #left-menu-close {
  color: var(--color-primary);
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  text-align: center;
}
.therapist-page .left-menu a {
  padding: 10px 20px;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.therapist-page .left-menu a[active] {
  background-color: var(--color-primary);
  color: white;
}
.therapist-page .left-menu a i {
  margin-right: 10px;
}
.therapist-page .left-menu a:hover, .therapist-page .left-menu.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.therapist-page .account-detail {
  display: none;
}
.therapist-page .account-detail .username-cont {
  margin-bottom: 15px;
}
.therapist-page .account-detail label {
  color: var(--color-heading);
  font-weight: 500;
}
.therapist-page .account-detail .user-name {
  margin-left: 15px;
}
.therapist-page .account-detail .form-group {
  margin-bottom: 10px;
}
.therapist-page .account-detail .form-group input {
  margin-top: 10px;
}
.therapist-page .account-detail .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 10px;
}
.therapist-page .account-detail .change-password {
  margin-top: 20px;
}
.therapist-page .account-detail .password-cont {
  display: none;
  margin-bottom: 20px;
}
.therapist-page .packages-cont {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.therapist-page .packages-cont .package-item {
  display: flex;
  width: 49%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid #E2E7ED;
  padding: 50px 25px;
}
.therapist-page .packages-cont .package-item p {
  color: var(--color-body);
  line-height: 24px;
}
.therapist-page .packages-cont .package-item .title, .therapist-page .packages-cont .package-item .price {
  font-size: 30px;
  color: var(--color-heading);
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.therapist-page .packages-cont .package-item .title .popular, .therapist-page .packages-cont .package-item .price .popular {
  border-radius: 5px;
  background-color: #8AEA8B;
  font-size: 20px;
  font-weight: 500;
  padding: 3px 5px;
  margin-left: 10px;
}
.therapist-page .packages-cont .package-item .price {
  font-size: 58px;
  margin: 30px 0px;
}
.therapist-page .packages-cont .package-item .per-month {
  font-size: 18px;
}
.therapist-page .packages-cont .package-item .btn[selected] {
  background-color: #F0F2F6;
  color: var(--color-grey);
}
.therapist-page .packages-cont .package-item .btn[selected] i {
  margin-right: 15px;
  color: #8B96AE;
  font-size: 18px;
}
.therapist-page .packages-cont .package-item[selected] {
  border: 2px solid var(--color-primary);
}
.therapist-page .packages-cont .package-item:hover .title {
  color: var(--color-primary);
}
.therapist-page .pagination {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-top: 30px;
}/*# sourceMappingURL=therapist.css.map */