@font-face {
  font-family: "Sawarabi Mincho";
  src: url("../fonts/SawarabiMincho-Regular.woff2") format("woff2"), url("../fonts/SawarabiMincho-Regular.woff") format("woff"), url("../fonts/SawarabiMincho-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/****************************************************** Button UI ********************************************/
.btn {
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 24px;
  transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
  font-size: 16px;
}
.btn a {
  color: #ffffff;
}
.btn a:hover {
  color: #ffffff;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #0B2351;
  color: #ffffff;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #B79531;
  color: #ffffff;
}
.btn.btn-danger {
  background-color: #FF462C;
  color: #ffffff;
  border: none;
}
.btn.btn-danger:hover {
  background: transparent;
  outline: 1px solid #FF462C;
  color: #FF462C;
}
.btn.btn-outline-danger {
  background-color: transparent;
  border: 1px solid #FF462C;
  color: #FF462C;
  border: none;
}
.btn.btn-outline-danger:hover {
  background-color: #FF462C;
  border: none;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #B79531;
  color: #ffffff;
  border: none;
}
.btn.btn-secondary:hover {
  background-color: #0B2351;
  color: #ffffff;
}
.btn.btn-outline-primary {
  background: transparent;
  border: 2px solid #0B2351;
  color: #0B2351;
}
.btn.btn-outline-primary:hover {
  background: #0B2351;
  color: white;
}
.btn.btn-outline-secondary {
  background: transparent;
  border: 2px solid #B79531;
  color: #B79531;
}
.btn.btn-outline-secondary:hover {
  background: #B79531;
  color: #ffffff;
}
.btn.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #0B2351;
}
.btn.btn-light:hover {
  background: #0B2351;
  color: #ffffff;
}

@font-face {
  font-family: "Sawarabi Mincho";
  src: url("../fonts/SawarabiMincho-Regular.woff2") format("woff2"), url("../fonts/SawarabiMincho-Regular.woff") format("woff"), url("../fonts/SawarabiMincho-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/****************************************************** Button UI ********************************************/
.btn {
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 24px;
  transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
  font-size: 16px;
}
.btn a {
  color: #ffffff;
}
.btn a:hover {
  color: #ffffff;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #0B2351;
  color: #ffffff;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #B79531;
  color: #ffffff;
}
.btn.btn-danger {
  background-color: #FF462C;
  color: #ffffff;
  border: none;
}
.btn.btn-danger:hover {
  background: transparent;
  outline: 1px solid #FF462C;
  color: #FF462C;
}
.btn.btn-outline-danger {
  background-color: transparent;
  border: 1px solid #FF462C;
  color: #FF462C;
  border: none;
}
.btn.btn-outline-danger:hover {
  background-color: #FF462C;
  border: none;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #B79531;
  color: #ffffff;
  border: none;
}
.btn.btn-secondary:hover {
  background-color: #0B2351;
  color: #ffffff;
}
.btn.btn-outline-primary {
  background: transparent;
  border: 2px solid #0B2351;
  color: #0B2351;
}
.btn.btn-outline-primary:hover {
  background: #0B2351;
  color: white;
}
.btn.btn-outline-secondary {
  background: transparent;
  border: 2px solid #B79531;
  color: #B79531;
}
.btn.btn-outline-secondary:hover {
  background: #B79531;
  color: #ffffff;
}
.btn.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #0B2351;
}
.btn.btn-light:hover {
  background: #0B2351;
  color: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #151D48;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  color: #000000;
  font-family: "Montserrat";
}

a {
  font-family: "Montserrat";
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1E4AE9;
  text-decoration: none;
}

ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

label {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
}

blockquote {
  padding: 1rem;
  border-left: 4px solid #0B2351;
  font-style: italic;
  color: #737791;
}

img,
.image {
  width: 100%;
  height: auto;
}

.image {
  -o-object-fit: cover;
     object-fit: cover;
}

small {
  font-size: 80%;
  color: #737791;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/****************************************************** Login UI ********************************************/
.login {
  padding-top: 40px;
  padding-bottom: 40px;
}
.login__content {
  width: 85%;
  height: 100%;
}
@media (max-width: 992px) {
  .login__content {
    width: 100%;
  }
}
.login__content.send-email-content, .login__content.forgot-password-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
}
.login__logo {
  max-width: 150px;
  margin-bottom: 80px;
}
.login__title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Sawarabi Mincho";
  margin-bottom: 2rem;
}
@media (max-width: 568px) {
  .login__title {
    font-size: 24px;
  }
}
.login__subtitle {
  font-size: 20px;
  font-family: "Montserrat";
  color: #313957;
  margin-bottom: 2rem;
}
.login__form {
  display: flex;
  flex-direction: column;
}
.login .forgot__form, .login .email__form {
  width: 85%;
}
@media (max-width: 992px) {
  .login .forgot__form, .login .email__form {
    width: 100%;
  }
}
.login__form-group {
  margin-bottom: 25px;
}
.login__form-group label {
  display: block;
  margin-bottom: 3px;
}
.login__form-group .login__input {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #D4D7E3;
  background-color: #F7FBFF;
  border-radius: 12px;
  font-size: 14px;
}
.login__form-group .login__input:focus, .login__form-group .login__input:focus-visible {
  border: 1px solid #D4D7E3;
  outline: 1px solid #D4D7E3;
}
.login__form-group .login__input::-moz-placeholder {
  color: #8897AD;
}
.login__form-group .login__input::placeholder {
  color: #8897AD;
}
.login__form-group .login__forgot {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-top: 25px;
  color: #1E4AE9;
  transition: all 0.5s ease-in-out;
}
.login__form-group .login__forgot:hover {
  text-decoration: underline;
}
.login__divider {
  position: relative;
  text-align: center;
  margin: 40px 0 20px;
  color: #294957;
}
.login__divider::before, .login__divider::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #CFDFE2;
  top: 50%;
  text-align: center;
}
.login__divider::before {
  left: 0;
}
.login__divider::after {
  right: 0;
}
.login__social {
  padding: 12px 24px;
  margin-bottom: 20px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  background-color: #F7FBFF;
}
.login__social a {
  color: #313957;
}
.login__social--google, .login__social--facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.login__signup {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
.login__signup a {
  color: #1E4AE9;
  font-weight: 400;
  transition: all 0.5s ease-in;
}
.login__signup a:hover {
  font-weight: 500;
  text-decoration: underline;
}
.login__reserved {
  text-align: center;
  margin-top: 90px;
  color: #959CB6;
}
.login__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.login__image.forgot-password, .login__image.send-email {
  height: 450px;
}

/****************************************************** SignUp UI ********************************************/
.signup {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.signup__logo {
  margin-bottom: 1.5rem;
}
.signup__logo-img {
  width: 150px;
}
.signup__toggle {
  margin-top: 1rem;
}
@media (max-width: 568px) {
  .signup__toggle {
    margin: 0;
  }
}
.signup__toggle-wrapper {
  background-color: #F7FBFF;
  border: 1px solid #D4D7E3;
  border-radius: 12px;
  padding: 4px;
}
.signup__toggle .signup__tab {
  border: none;
  background-color: #F7FBFF;
  color: #000000;
  padding: 0.7rem 3.5rem;
  font-size: 18px;
  font-family: "Sawarabi Mincho";
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 768px) {
  .signup__toggle .signup__tab {
    padding: 0.7rem 1.5rem;
  }
}
@media (max-width: 568px) {
  .signup__toggle .signup__tab {
    width: 100%;
  }
}
.signup__toggle .signup__tab--active {
  background-color: #0B2351;
  color: #ffffff;
  border-radius: 12px;
}
.signup__form .signup__input,
.signup__form .signup__select {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #D4D7E3;
  background-color: #F7FBFF;
  border-radius: 12px;
  font-size: 14px;
}
.signup__form .signup__input:focus, .signup__form .signup__input:focus-visible,
.signup__form .signup__select:focus,
.signup__form .signup__select:focus-visible {
  border: 1px solid #D4D7E3;
  outline: 1px solid #D4D7E3;
}
.signup__form .signup__input::-moz-placeholder, .signup__form .signup__select::-moz-placeholder {
  color: #8897AD;
}
.signup__form .signup__input::placeholder, .signup__form .signup__input option,
.signup__form .signup__select::placeholder,
.signup__form .signup__select option {
  color: #8897AD;
}
.signup__form .signup__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #8897AD;
  background-image: url("data:image/svg+xml,%3Csvg fill='%236c757d' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 24px 24px;
}
.signup__form .signup__label {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
.signup__section .signup__checkboxes {
  display: flex;
  gap: 1rem;
}
.signup__section .signup__checkboxes label {
  font-size: 16px;
  color: #8897AD;
}
.signup__section .signup__checkboxes input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #0B2351;
  border: 1px solid #F7FBFF;
}
.signup__actions {
  margin-top: 50px;
}
.signup__actions-login {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .signup__actions-login {
    gap: 15px;
  }
}
.signup__actions-footer {
  color: #313957;
}
.signup__actions-footer a {
  color: #1E4AE9;
  font-weight: 500;
}
.signup__actions-footer a:hover {
  text-decoration: underline;
}
.signup__divider {
  margin: 1rem 0;
  text-align: center;
  color: #999;
  position: relative;
}
.signup__divider::before, .signup__divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #ccc;
}
.signup__divider::before {
  left: 0;
}
.signup__divider::after {
  right: 0;
}
.signup__social {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.signup__social-btn {
  padding: 12px 24px;
  margin-bottom: 20px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  background-color: #F7FBFF;
}
@media (max-width: 768px) {
  .signup__social-btn {
    margin-bottom: 10px;
  }
}
.signup__social-btn a {
  color: #313957;
}
.signup__social-btn--google, .signup__social-btn--facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.verify-modal__content {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid #D4D7E3;
  color: #000000;
}
.verify-modal__header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 0;
}
.verify-modal__title {
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #000000;
}
.verify-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.verify-modal__body {
  padding: 0;
}
.verify-modal__text {
  font-size: 15px;
  color: #000000;
  margin-bottom: 2rem;
}
.verify-modal__button {
  padding: 8px 50px;
}

.booking-modal__content {
  background-color: #F7FBFF;
}

.message-modal__content {
  background-color: #F7FBFF;
}
.message-modal__content textarea {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #D4D7E3;
}
.message-modal__content textarea:focus, .message-modal__content textarea:focus-visible {
  border: 1px solid #D4D7E3;
  outline: 1px solid #D4D7E3;
}

/* Schedule Calendar Styles */
.schedule-calendar {
  color: #737791;
  min-height: 100vh;
}

.schedule-calendar__container {
  display: flex;
  align-items: start;
  gap: 10px;
}

.schedule-calendar__settings {
  flex: 1;
  max-width: 400px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #D4D7E3;
}

.schedule-calendar__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0B2351;
  line-height: 1.2;
}

.schedule-calendar__subtitle {
  font-size: 15px;
  color: #8897AD;
  margin-bottom: 12px;
  line-height: 1.5;
}

.schedule-calendar__learn-more {
  color: #B79531;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.schedule-calendar__learn-more:hover {
  color: #0B2351;
  text-decoration: underline;
}

.schedule-calendar__select {
  width: 100%;
  padding: 14px 18px;
  background: #ffffff;
  border: 2px solid #D4D7E3;
  border-radius: 10px;
  color: #737791;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: all 0.2s ease;
}

.schedule-calendar__select:focus {
  outline: none;
  border-color: #B79531;
  box-shadow: 0 0 0 3px rgba(183, 149, 49, 0.1);
}

.schedule-calendar__days {
  margin-bottom: 35px;
}

.schedule-calendar__day {
  display: flex;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid #D4D7E3;
  transition: background-color 0.2s ease;
}

.schedule-calendar__day:last-child {
  border-bottom: none;
}

.schedule-calendar__day-name {
  width: 45px;
  font-weight: 700;
  color: #0B2351;
  font-size: 15px;
}

.schedule-calendar__day-status {
  flex: 1;
  color: #8897AD;
  font-size: 14px;
  font-weight: 500;
}

.schedule-calendar__day-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.schedule-calendar__time-range {
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule-calendar__time-input {
  background: #ffffff;
  border: 2px solid #D4D7E3;
  border-radius: 8px;
  padding: 4px 8px;
  color: #737791;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 90px;
  transition: all 0.2s ease;
}

.schedule-calendar__time-input:focus {
  outline: none;
  border-color: #B79531;
  box-shadow: 0 0 0 3px rgba(183, 149, 49, 0.1);
}

.schedule-calendar__time-separator {
  color: #8897AD;
  font-size: 14px;
  font-weight: 500;
}

.schedule-calendar__day-actions {
  display: flex;
  gap: 10px;
}

.schedule-calendar__day-action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #F7FBFF;
  color: #8897AD;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}

.schedule-calendar__day-action:hover {
  background: #B79531;
  color: #ffffff;
  transform: scale(1.05);
}

.schedule-calendar__remove-time-slot {
  width: 28px;
  height: 28px;
  font-size: 12px;
}

.schedule-calendar__timezone {
  margin-top: 10px;
}

.schedule-calendar__view {
  flex: 2;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #D4D7E3;
}

.schedule-calendar__view-header {
  display: flex;
  align-items: start;
  padding: 20px 16px;
  border-bottom: 1px solid #D4D7E3;
  background: #F7FBFF;
}

.schedule-calendar__timezone-display {
  font-size: 14px;
  color: #8897AD;
  display: block;
  font-weight: 500;
  width: 100%;
}

.schedule-calendar__week-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  margin-bottom: 12px;
}

.schedule-calendar__week-day {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #8897AD;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.schedule-calendar__week-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
}

.schedule-calendar__week-date {
  text-align: center;
  font-size: 15px;
  color: #737791;
  padding: 10px 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.schedule-calendar__week-date:hover {
  background: #F7FBFF;
  transform: scale(1.1);
}

.schedule-calendar__week-date--selected {
  background: #B79531;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(183, 149, 49, 0.3);
}

.schedule-calendar__grid {
  display: flex;
  overflow-y: auto;
}

.schedule-calendar__time-axis {
  width: 90px;
  border-right: 1px solid #D4D7E3;
  padding: 25px 0;
  background: #F7FBFF;
}

.schedule-calendar__time-slot {
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 13px;
  color: #8897AD;
  font-weight: 500;
}

.schedule-calendar__grid-content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: #D4D7E3;
}

.schedule-calendar__day-column {
  background: #ffffff;
  position: relative;
}

.schedule-calendar__time-blocks {
  height: 100%;
  position: relative;
}

.schedule-calendar__availability-block {
  position: absolute;
  left: 6px;
  right: 6px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: 2px solid #B79531;
  box-shadow: 0 4px 12px rgba(11, 35, 81, 0.2);
}

.schedule-calendar__availability-segments {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px;
}

.schedule-calendar__availability-segment {
  flex: 1;
  background: #B79531;
  border-radius: 6px;
  opacity: 0.9;
}

.schedule-calendar__availability-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .schedule-calendar__container {
    flex-direction: column;
    gap: 30px;
  }
  .schedule-calendar__settings {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .schedule-calendar__container {
    padding: 0 15px;
  }
  .schedule-calendar__grid {
    height: 360px;
  }
  .schedule-calendar__time-axis {
    width: 70px;
  }
  .schedule-calendar__time-slot {
    padding-left: 12px;
    font-size: 12px;
    height: 40px;
  }
}
/************************************** Sidbar UI ********************************************/
.sidebar {
  width: 250px;
  min-height: 100vh;
  background-color: #ffffff;
  transition: transform 0.4s ease-in-out;
  z-index: 1000;
  padding: 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    transition: transform 0.4s ease-in-out;
  }
  .sidebar.show-toggle {
    transform: translateX(0%);
  }
}
.sidebar__logo {
  margin: 20px auto;
  text-align: center;
}
.sidebar__logo img {
  width: 130px;
}
.sidebar__nav {
  margin: 25px 0 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sidebar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__menu--bottom {
  margin-top: auto;
}
.sidebar__menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #737791;
  font-size: 16px;
  font-weight: 500;
}
.sidebar__menu-item:hover, .sidebar__menu-item--active {
  background-color: #B79531;
  color: #ffffff;
}
.sidebar__menu-item:hover__icon, .sidebar__menu-item--active__icon {
  fill: #ffffff;
}
.sidebar__menu-item span {
  font-size: 1rem;
  font-weight: 500;
}
.sidebar__icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  display: inline-block;
  color: inherit;
}
.sidebar__icon svg {
  display: block;
}

/********************************** Topbar Nav UI ********************************************/
.topbar {
  background-color: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .topbar {
    padding: 1rem;
  }
}
.topbar__toggler--heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topbar__toggle {
  z-index: 1001;
  background: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
}
@media (max-width: 992px) {
  .topbar__toggle {
    display: inline;
    z-index: 1000;
  }
}
.topbar__heading {
  font-family: "Montserrat";
  font-size: 18px;
  color: #151D48;
  margin: 0;
}
.topbar__user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.topbar__notification {
  position: relative;
  cursor: pointer;
}
.topbar__notification::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #EB5757;
}
.topbar__profile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.topbar__profile--avatar {
  display: block;
}
.topbar__profile--name {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #151D48;
}
.topbar__profile--name span {
  display: flex;
  align-items: center;
  gap: 18px;
}
.topbar__profile--name img {
width: auto;
}
.topbar__profile--role {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #737791;
}
.topbar__profile-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0.5rem 0;
  min-width: 150px;
  z-index: 100;
  display: none;
}
.topbar__profile-dropdown--item {
  padding: 0.5rem 1rem;
  font-size: 14px;
  color: #737791;
  cursor: pointer;
  transition: background-color 0.3s;
}
.topbar__profile-dropdown--item:hover {
  background-color: #B79531;
  color: #ffffff;
}
.topbar__profile.is-open .topbar__profile-dropdown {
  display: block;
}

/*********************************** common card Component UI ********************************************/
.card {
  background-color: #F7FBFF;
  border: 1px solid #D4D7E3;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/*********************************** Get Verified page  UI ********************************************/
.verify-page {
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 568px) {
  .verify-page {
    padding: 1rem;
  }
}
.verify-page__title, .verify-page__subtitle {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}
.verify-page__upload-box {
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
  border-radius: 12px;
}
.verify-page__icon {
  width: 40px;
  height: 40px;
}
.verify-page__icon img {
  width: 100%;
  height: 100%;
}
.verify-page__label {
  margin-top: 0.5rem;
  color: #737791;
}
.verify-page__button {
  border-radius: 12px;
  padding: 40px 0;
  border: none;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.verify-page__button .verify-page__label {
  color: #ffffff;
}
.verify-page__button--video {
  background-color: #0B2351;
}
.verify-page__button--video:hover {
  background-color: #0B2351;
}
.verify-page__button--audio {
  background-color: #B79531;
}
.verify-page__button--audio:hover {
  background-color: #B79531;
}
.verify-page__button-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
.verify-page__submit-btn {
  margin: 30px 0;
  width: 50%;
}
@media (max-width: 768px) {
  .verify-page__submit-btn {
    width: 100%;
  }
}

/*********************************** Dashboard UI ********************************************/
.dashboard {
  height: 100vh;
  overflow: hidden;
  display: flex;
  /*********************************** Dashboard student card UI ********************************************/
  /*********************************** recived invite card UI ********************************************/
  /*********************************** Booking Table UI ********************************************/
}
.dashboard__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  height: 100vh;
  overflow: hidden;
}
.dashboard__content {
  flex-grow: 1;
  padding: 2rem 1rem;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .dashboard__content {
    padding: 2rem 0;
  }
}
.dashboard__tab-content {
  display: none;
  padding: 1rem 0 0;
}
.dashboard__tab-content.active {
  display: block;
}
.dashboard__summary-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dashboard__summary-card:hover {
  background-color: #0B2351;
}
.dashboard__summary-card:hover .dashboard__summary-card__icon,
.dashboard__summary-card:hover .dashboard__summary-card__value,
.dashboard__summary-card:hover .dashboard__summary-card__label {
  color: #ffffff;
}
.dashboard__summary-card.dashboard__summary-card--active {
  background-color: #0B2351;
}
.dashboard__summary-card.dashboard__summary-card--active .dashboard__summary-card__icon,
.dashboard__summary-card.dashboard__summary-card--active .dashboard__summary-card__value,
.dashboard__summary-card.dashboard__summary-card--active .dashboard__summary-card__label {
  color: #ffffff;
}
.dashboard__summary-card__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #0B2351;
}
.dashboard__summary-card__info {
  display: flex;
  flex-direction: column;
}
.dashboard__summary-card__value {
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #0B2351;
}
.dashboard__summary-card__label {
  font-size: 16px;
  font-weight: 700;
  color: #0B2351;
}
.dashboard .student-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.dashboard .student-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.dashboard .student-card__headerspan {
  width: 60px;
  height: 60px;
}
.dashboard .student-card__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.dashboard .student-card__name {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
.dashboard .student-card__info {
  font-size: 14px;
  color: #000000;
}
.dashboard .student-card__info p {
  display: flex;
  gap: 4px;
  margin-bottom: 0.25rem;
}
.dashboard .student-card__info strong {
  font-weight: 700;
}
.dashboard .student-card__footer {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.dashboard .student-card__chat-btn {
  background-color: #0b1f4e;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dashboard .student-card__chat-btn i {
  font-size: 1rem;
}
.dashboard .student-card__chat-btn:hover {
  background-color: #092043;
}
.dashboard .invite-card {
  margin: 15px 0;
}
.dashboard .invite-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 992px) {
  .dashboard .invite-card__wrapper {
    gap: 4px;
    margin-top: 4px;
  }
}
.dashboard .invite-card__wrapper--top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboard .invite-card__img {
  width: 60px;
  height: 60px;
}
.dashboard .invite-card__img--avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard .invite-card__name {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.dashboard .invite-card__text {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}
.dashboard .invite-card__text strong {
  font-weight: 700;
}
.dashboard .invite-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .dashboard .invite-card__actions {
    gap: 6px;
  }
}
.dashboard .invite-card__actions--btn {
  padding: 8px 50px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .dashboard .invite-card__actions--btn {
    width: 100%;
  }
  .dashboard .invite-card__actions--btn ~ div {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dashboard .invite-card__actions--btn ~ div {
    gap: 6px;
    flex-wrap: wrap;
  }
}
.dashboard .booking-table {
  height: calc(100vh - 290px);
  overflow-x: auto;
  padding: 0;
  margin: 0;
}
.dashboard .booking-table--scrollable {
  overflow-x: auto;
}
.dashboard .booking-table--scrollable::-webkit-scrollbar {
  height: 10px;
  width: 5px;
}
.dashboard .booking-table--scrollable::-webkit-scrollbar-thumb {
  background-color: #B79531;
  border-radius: 5px;
}
.dashboard .booking-table--scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #F7FBFF;
}
.dashboard .booking-table--scrollable::-webkit-scrollbar-track {
  background-color: #D4D7E3;
}
.dashboard .booking-table__header {
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #D4D7E3;
  background-color: #F7FBFF;
}
.dashboard .booking-table__header span {
  font-weight: normal;
  font-size: 0.85rem;
}
.dashboard .booking-table__body .row {
  border-bottom: 1px solid #D4D7E3;
}
.dashboard .booking-table__cell {
  padding: 0.75rem;
  text-align: center;
  font-size: 0.85rem;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D4D7E3;
  border-bottom: 1px solid #D4D7E3;
}
.dashboard .booking-table__cell--heading {
  background-color: #F7FBFF;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.dashboard .booking-table__cell--available, .dashboard .booking-table__cell--booked {
  background-color: #0B2351;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.dashboard .booking-table__cell--booked {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.dashboard .setting-card {
  margin: 16px 0;
}
.dashboard .setting-card__heading {
  font-size: 18px;
  font-weight: 600;
  color: #0B2351;
  margin-bottom: 0;
}
.dashboard .setting-card__actions--btn {
  padding: 8px 50px;
}
@media (max-width: 568px) {
  .dashboard .setting-card__actions--btn {
    width: 100%;
  }
}

/*********************************** Dashboard form UI ********************************************/
.form {
  /* Firefox */
  /* Edge */
}
.form__group {
  position: relative;
  margin: 1rem 0;
}
@media (max-width: 568px) {
  .form__group {
    margin: 0.5rem 0;
  }
}
.form__group .form__control {
  position: relative;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #D4D7E3;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  /* color: #B0BACB; */
}
.form__group .form__control:focus, .form__group .form__control:focus-visible {
  border: 1px solid #D4D7E3;
  outline: 1px solid #D4D7E3;
}
.form__group .form__control::-moz-placeholder {
  color: #8897AD;
}
.form__group .form__control::placeholder, .form__group .form__control option {
  color: #8897AD;
}
.form__group .form__control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #8897AD;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 20px 20px;
}
.form__group .form__control select option {
  color: #8897AD;
}
.form__group.setting-card__form-group .form__control {
  background-color: #F7FBFF;
}
.form__group--icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 24px;
  height: 24px;
}
.form__group--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.form__search {
  position: relative;
  flex: 1;
}
@media (max-width: 568px) {
  .form__search {
    flex: 0;
    width: 100%;
  }
}
.form__search--icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form__search .form__control {
  padding-right: 2.5rem;
}
.form__lable {
  font-size: 14px;
  color: #0B2351;
  font-weight: 500;
  margin-bottom: 8px;
}
.form__checkboxes {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__checkboxes label {
  font-weight: 400;
  font-size: 16px;
  color: #8897AD;
}
.form__checkboxes input[type=checkbox] {
  width: 15px;
  height: 15px;
  accent-color: #0B2351;
  border: 1px solid #F7FBFF;
}
.form__employment-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.form__remove-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .form__remove-btn {
    position: absolute;
    top: -115px;
    right: 10px;
  }
}
.form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.form input[type=date]::-moz-calendar-picker-indicator {
  display: none;
}
.form input[type=date]::-ms-clear,
.form input[type=date]::-ms-expand {
  display: none;
}

/*********************************** Billing wallet UI ********************************************/
.wallet__balance-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 35px 30px;
}
@media (max-width: 480px) {
  .wallet__balance-card {
    flex-direction: column;
  }
}
.wallet__balance-info {
  display: flex;
  flex-direction: column;
}
.wallet__balance-label {
  margin: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.wallet__balance-amount {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
.wallet__button {
  padding: 8px 50px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .wallet__button {
    width: 100%;
  }
}
.wallet__history {
  margin-top: 1rem;
}
.wallet__history-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 15px;
  color: #000000;
}
.wallet__history-row {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.wallet__history-name, .wallet__history-date, .wallet__history-amount {
  font-size: 15px;
  color: #000000;
}
.wallet__history-amount {
  font-weight: 600;
}

/*********************************** chat UI ********************************************/
.chat {
  margin: 0;
  padding: 0;
  height: calc(100vh - 145px);
}
.chat__sidebar {
  position: relative;
  height: calc(100vh - 145px);
  padding: 1rem;
  overflow-y: auto;
}
.chat__sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #D4D7E3;
  width: 1px;
  height: 100vh;
}
.chat__sidebar--scrollable {
  overflow-x: auto;
}
.chat__sidebar--scrollable::-webkit-scrollbar {
  height: 10px;
  width: 3px;
}
.chat__sidebar--scrollable::-webkit-scrollbar-thumb {
  background-color: #B79531;
  border-radius: 5px;
}
.chat__sidebar--scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #F7FBFF;
}
.chat__sidebar--scrollable::-webkit-scrollbar-track {
  background-color: #D4D7E3;
}
.chat__search {
  background: #F7FBFF !important;
}
.chat__user-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chat__user {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.chat__user--active {
  background-color: rgba(97, 94, 240, 0.06);
}
.chat__user-img {
  width: 50px;
  height: 50px;
}
.chat__user-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.chat__user strong {
  font-size: 14px;
  font-weight: 600;
}
.chat__user .chat__preview {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}
.chat__user .chat__time {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  color: #213462;
}
.chat__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.chat__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D4D7E3;
  padding: 16px 0;
}
.chat__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #D4D7E3;
  width: 100%;
  height: 1px;
}
.chat__header-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat__header-img {
  width: 40px;
  height: 40px;
}
.chat__header-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.chat__header .chat__name {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.chat__header .chat__status {
  position: relative;
  font-size: 12px;
  padding-left: 13px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.chat__header .chat__status::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 4px;
  left: 0;
  background-color: #68D391;
}
.chat__messages {
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 1rem;
  height: calc(100vh - 300px);
  overflow-y: auto;
}
.chat__messages--scrollable {
  overflow-x: auto;
}
.chat__messages--scrollable::-webkit-scrollbar {
  height: 10px;
  width: 3px;
}
.chat__messages--scrollable::-webkit-scrollbar-thumb {
  background-color: #B79531;
  border-radius: 5px;
}
.chat__messages--scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #F7FBFF;
}
.chat__messages--scrollable::-webkit-scrollbar-track {
  background-color: #D4D7E3;
}
.chat__message {
  max-width: 60%;
  padding: 10px 0;
  border-radius: 12px;
  margin-bottom: 10px;
}
.chat__message-img {
  width: 40px;
  height: 40px;
}
.chat__message-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.chat__message--received {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat__message--received p {
  padding: 4px 6px;
  border-radius: 8px;
  background: #F1F1F1;
  margin: 0;
}
.chat__message--sent {
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}
.chat__message--sent p {
  padding: 4px 6px;
  border-radius: 8px;
  background: #B79531;
  color: #ffffff;
  margin: 0;
}
.chat__input-area {
  display: flex;
  align-items: center;
  border-top: 1px solid #D4D7E3;
  gap: 6px;
}
.chat__input-area .chat__input {
  position: relative;
  padding: 10px;
  border: 1px solid #D4D7E3;
  border-radius: 8px;
  background: #F7FBFF !important;
}
.chat__input-area .chat__input--wrap {
  width: 95%;
  position: relative;
}
.chat__input-area .chat__input--btn {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background-color: transparent;
}

/*********************************** Pricing Plan UI ********************************************/
.pricing__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pricing__wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.pricing__wrapper .pricing__card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 2rem;
}
.pricing__wrapper .pricing__card .pricing__title {
  color: #323232;
  font-weight: 400;
}
.pricing__wrapper .pricing__card .pricing__price {
  color: #323232;
}
.pricing__wrapper .pricing__card .pricing__price .pricing__price-unit {
  font-weight: 500;
  color: #636363;
  margin: 0;
}
.pricing__wrapper .pricing__card--essential {
  width: 550px;
  border: 1px solid #B79531;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(50, 50, 50, 0.2);
}
@media (max-width: 768px) {
  .pricing__wrapper .pricing__card--essential {
    width: 100%;
  }
}
.pricing__wrapper .pricing__card--essential .pricing__title {
  font-size: 40px;
}
.pricing__wrapper .pricing__card--essential .pricing__price {
  font-size: 70px;
  font-weight: 700;
}
.pricing__wrapper .pricing__card--essential .pricing__price .pricing__price-unit {
  font-size: 32px;
  font-weight: 500;
}
.pricing__wrapper .pricing__card--basic {
  border-radius: 12px;
  width: 380px;
  border: 1px solid #eee;
  text-align: center;
  box-shadow: 0 4px 20px rgba(50, 50, 50, 0.2);
}
@media (max-width: 768px) {
  .pricing__wrapper .pricing__card--basic {
    width: 100%;
  }
}
.pricing__wrapper .pricing__card--basic .pricing__title {
  font-size: 32px;
}
.pricing__wrapper .pricing__card--basic .pricing__price {
  font-size: 45px;
  font-weight: 400;
}
.pricing__wrapper .pricing__card--basic .pricing__price .pricing__price-unit {
  font-size: 24px;
}
.pricing__wrapper .pricing__card--top {
  padding: 2rem;
  background-color: #ffffff;
}
.pricing__wrapper .pricing__card--bottom {
  padding: 2rem;
  background-color: #F5F5F5;
}
.pricing__wrapper .pricing__badge {
  background-color: #B79531;
  color: #ffffff;
  padding: 12px 18px;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.pricing__wrapper .pricing__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.pricing__wrapper .pricing__feature {
  position: relative;
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 26px;
  color: #636363;
  text-align: left;
}
.pricing__wrapper .pricing__feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  color: #B79531;
  position: absolute;
  left: 0;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing__wrapper .pricing__button {
  width: 100%;
  padding: 0.75rem;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(183, 149, 49, 0.1);
  border: 1px solid #B79531;
  color: #B79531;
}
.pricing__wrapper .pricing__button:hover {
  background-color: #B79531;
  color: #ffffff;
}
.pricing__wrapper .pricing__button--highlighted {
  background-color: #B79531;
  color: #ffffff;
}
.pricing__wrapper .pricing__button--highlighted:hover {
  background-color: rgba(183, 149, 49, 0.1);
  border: 1px solid #B79531;
  color: #B79531;
}

/*********************************** tutor card UI ********************************************/
.tutor-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.tutor-card__header--wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tutor-card__header--wrapper span {
  width: 60px;
  height: 60px;
}
.tutor-card__header--wrapper span .tutor-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tutor-card__detail--wrap {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 10px;
}
.tutor-card__detail--wrap h5 {
  margin: 0;
}
.tutor-card__detail--wrap .tutor-card__badge {
  width: 20px;
  height: 20px;
}
.tutor-card__detail--wrap .tutor-card__badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tutor-card__detail--wrap .tutor-card__name {
  font-size: 16px;
  font-family: 500;
  color: #000000;
}
.tutor-card__detail--expert {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tutor-card__detail--expert p {
  font-size: 14px;
  font-family: 500;
  color: #000000;
  margin: 0;
}
.tutor-card__detail--expert button {
  font-family: "Montserrat";
  font-size: 15px;
  border: none;
  background-color: #DAE5FF;
  border-radius: 6px;
  padding: 3px 10px;
  color: #0B2351;
}
.tutor-card__ratting {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.tutor-card__ratting p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.tutor-card__ratting .rating {
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}
.tutor-card__ratting .rating-0 {
  filter: grayscale(100%);
}
.tutor-card__ratting .rating > input {
  display: none;
}
.tutor-card__ratting .rating > label {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}
.tutor-card__ratting .rating > input:checked ~ label,
.tutor-card__ratting .rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.tutor-card__ratting .rating > input:not(:checked) ~ label:hover,
.tutor-card__ratting .rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.tutor-card__info--summery {
  font-size: 13px;
  margin: 12px 0;
  color: #000000;
}
.tutor-card__info--lang {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tutor-card__info--lang p {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #000000;
}
.tutor-card__info--lang button {
  font-family: "Montserrat";
  font-size: 15px;
  border: none;
  background-color: #DAE5FF;
  border-radius: 6px;
  padding: 3px 10px;
  color: #0B2351;
}
.tutor-card__footer {
  margin-top: 20px;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 992px) {
  .tutor-card__footer {
    border: none;
  }
}
.tutor-card__footer--hourly-rate {
  color: #231F20;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tutor-card__footer--credits {
  color: #B79531;
  font-size: 20px;
}
.tutor-card__footer--credits span {
  font-weight: 400;
  color: #000000;
  font-size: 13px;
}

.tutor-profile__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.tutor-profile__header--wrap {
  display: flex;
  align-items: start;
  gap: 8px;
}
.tutor-profile__header--img {
  width: 60px;
  height: 60px;
}
.tutor-profile__header--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tutor-profile__header--detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 992px) {
  .tutor-profile__header--detail {
    gap: 0;
  }
}
.tutor-profile__header--top {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tutor-profile__header--top h5 {
  font-size: 16px;
  font-weight: 500;
}
.tutor-profile__header--top span {
  width: 20px;
}
.tutor-profile__header--top span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tutor-profile__header--bottom {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 992px) {
  .tutor-profile__header--bottom {
    flex-direction: column;
    align-items: baseline;
  }
}
.tutor-profile__header--bottom p {
  font-size: 14px;
  font-weight: 500;
}
.tutor-profile__header--rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tutor-profile__header--section {
  margin-top: 20px;
}
.tutor-profile__header--section h5 {
  font-size: 16px;
  font-weight: 600;
}
.tutor-profile__header--section p {
  font-size: 13px;
  font-weight: 400;
}
.tutor-profile__rate p {
  font-size: 16px;
  color: #B79531;
  font-weight: 700;
}
.tutor-profile__rate p span {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.tutor-profile__section--info {
  padding-bottom: 10px;
  border-bottom: 2px solid #D4D7E3;
}
.tutor-profile__section--info div {
  font-size: 14px;
  font-weight: 500;
}
.tutor-profile__section--detail__heading {
  font-size: 14px;
  font-weight: 500;
  margin: 10px;
}
.tutor-profile__section--detail__btn {
  display: flex;
  align-items: center;
  width: 280px;
  justify-content: space-between;
  margin: 12px 0;
}
.tutor-profile__section--detail__btn button {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  border: none;
  background-color: #DAE5FF;
  border-radius: 6px;
  padding: 3px 10px;
  color: #0B2351;
}
.tutor-profile__section--detail__btn div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tutor-profile__section--detail__btn div span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tutor-profile__Employment h5 {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4D7E3;
}
.tutor-profile__Employment--detail {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin: 12px 0;
}
.tutor-profile__Employment--detail p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.tutor-profile__Employment--detail span {
  font-size: 13px;
  font-weight: 400;
}
.tutor-profile__heading {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4D7E3;
}
.tutor-profile__history {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 13px;
  border-bottom: 2px solid #D4D7E3;
}
@media (max-width: 768px) {
  .tutor-profile__history {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.tutor-profile__history span {
  display: flex;
  flex-direction: column;
}
.tutor-profile__history span h6 {
  font-weight: 700;
  margin: 0;
}
.tutor-profile__history span p {
  margin: 0;
  font-weight: 400;
}
.tutor-profile__history span .start-rating {
  display: flex;
  flex-direction: row;
}
.tutor-profile__actions {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .tutor-profile__actions {
    justify-content: start;
    margin-bottom: 20px;
  }
}
.tutor-profile__actions .btn {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.tutor-profile__actions .btn Svg {
  width: 20px;
}
.tutor-profile__audio--left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tutor-profile__audio--left div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffffff;
  padding: 10px;
}
.tutor-profile__audio--left div span {
  width: 80px;
}
.tutor-profile__audio--left div span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tutor-profile__audio--left div audio {
  background-color: #ffffff !important;
}
.tutor-profile__video {
  position: relative;
}
.tutor-profile__video video {
  width: 100%;
  height: 250px;
  border-radius: 8px;
}
.tutor-profile__video--play__btn {
  position: absolute;
  top: 35%;
  left: 45%;
  background-color: #0B2351;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 45px;
}/*# sourceMappingURL=style.css.map */

.skeleton {
  background: linear-gradient(90deg, #ececec 25%, #f5f5f5 50%, #ececec 75%);
  background-size: 200% 100%;
  border-radius: 8px;
  animation: shimmer 1.2s linear infinite;

}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.skeleton-card {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}
.skeleton-wrapper {
    display: block;   /* block layout so full width */
    width: 100%;      /* fill container */
}
/* Main container */
.select2-container--default .select2-selection--single {
    height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 8px 12px;
    background-color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
}

/* Placeholder text */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6b7280;
}

/* Selected text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    line-height: 34px;
}

/* Dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 10px;
}

/* Dropdown menu */
.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

/* Dropdown items */
.select2-container--default .select2-results__option {
    padding: 10px 12px;
    font-size: 15px;
}

/* Hover */
.select2-container--default .select2-results__option--highlighted {
    background-color: #2563eb;
    color: #fff;
}

/* Selected item */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #213462;
    color: #fff;
}

/* Focus / active */
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

.skeleton-avatar { width: 60px; height: 60px; border-radius: 50%; margin-bottom: 10px; }
.skeleton-line { height: 14px; margin: 8px 0; border-radius: 6px; }
.skeleton-line.short { width: 40%; }
.skeleton-line.medium { width: 70%; }
.skeleton-line.long { width: 100%; }

/*********************************** Document Upload UI ********************************************/

.doc-section {
  margin-top: 20px;
  padding: 20px;
  background-color: #F7FBFF;
  border-radius: 8px;
  display: none;
}
.doc-section.show {
  display: block;
}
.doc-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0B2351;
  margin-bottom: 20px;
}
.doc-section .section-header i {
  font-size: 18px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .file-upload-wrapper {
    margin-bottom: 15px;
  }
}
.file-upload-wrapper .file-upload-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #0B2351;
  margin-bottom: 8px;
}
.file-upload-wrapper .file-upload-label .required {
  color: #dc3545;
}
.file-upload-wrapper .file-upload-container {
  position: relative;
  width: 100%;
  height: 200px;
  border: 2px dashed #D4D7E3;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.file-upload-wrapper .file-upload-container:hover {
  border-color: #0B2351;
  background-color: #F7FBFF;
}
.file-upload-wrapper .file-upload-container .file-upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 20px;
}
.file-upload-wrapper .file-upload-container .file-upload-placeholder .camera-icon {
  font-size: 48px;
  color: #8897AD;
}
.file-upload-wrapper .file-upload-container .file-upload-placeholder .upload-text {
  font-size: 14px;
  color: #8897AD;
  font-weight: 400;
}
.file-upload-wrapper .file-upload-container .file-upload-preview {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.file-upload-wrapper .file-upload-container .file-upload-preview.show {
  display: block;
}
.file-upload-wrapper .file-upload-container .file-upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.file-upload-wrapper .file-upload-container .file-upload-preview .file-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 6px;
}
.file-upload-wrapper .file-upload-container .file-upload-preview .file-preview-overlay .preview-icon {
  color: #fff;
  font-size: 32px;
}
.file-upload-wrapper .file-upload-container .file-upload-preview:hover .file-preview-overlay {
  opacity: 1;
}
.file-upload-wrapper .file-upload-container .file-upload-preview .file-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-wrapper .file-upload-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

