.buy-session-sidebar .modal-title-wrapper, .refill-sidebar .modal-title-wrapper {
  padding-bottom: 0;
}

.buy-session-sidebar .modal-title-wrapper .right-sidebar-title, .refill-sidebar .modal-title-wrapper .right-sidebar-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #333333;
  width: 100%;
}

.buy-session-sidebar .right-sidebar-content-wrapper, .refill-sidebar .right-sidebar-content-wrapper {
  padding: 0;
  width: calc(100% - 5px);
  contain: none;
}

.buy-session-sidebar .right-sidebar-content, .refill-sidebar .right-sidebar-content {
  padding: 16px 11px 16px 16px;
}

.buy-session-sidebar .buy-coach-info-wrapper, .refill-sidebar .buy-coach-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-avatar, .refill-sidebar .buy-coach-info-wrapper .buy-coach-avatar {
  width: 96px;
  min-width: 96px;
  height: 96px;
  border: 1px solid #FFFFFF1F;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-avatar img, .refill-sidebar .buy-coach-info-wrapper .buy-coach-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-avatar svg, .refill-sidebar .buy-coach-info-wrapper .buy-coach-avatar svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-info, .refill-sidebar .buy-coach-info-wrapper .buy-coach-info {
  margin-left: 18px;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-info h5, .refill-sidebar .buy-coach-info-wrapper .buy-coach-info h5 {
  font-size: 20.25px;
  line-height: 33.75px;
  font-weight: 700;
  margin-bottom: 0;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-info .buy-coach-rating, .refill-sidebar .buy-coach-info-wrapper .buy-coach-info .buy-coach-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-info .rating-stars, .refill-sidebar .buy-coach-info-wrapper .buy-coach-info .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-info .rating-stars > div, .refill-sidebar .buy-coach-info-wrapper .buy-coach-info .rating-stars > div {
  line-height: 0;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-info .rating-number, .refill-sidebar .buy-coach-info-wrapper .buy-coach-info .rating-number {
  font-size: 11.7px;
  line-height: 18px;
  font-weight: 600;
  color: #EF5600;
}

.buy-session-sidebar .buy-coach-info-wrapper .buy-coach-info .buy-coach-headline, .refill-sidebar .buy-coach-info-wrapper .buy-coach-info .buy-coach-headline {
  font-size: 11.7px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 8px;
}

.buy-session-sidebar .session-packages-wrapper, .refill-sidebar .session-packages-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.buy-session-sidebar .session-packages-wrapper .session-package-radio-label, .refill-sidebar .session-packages-wrapper .session-package-radio-label {
  font-size: 13.5px;
  line-height: 22.5px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buy-session-sidebar .session-packages-wrapper .session-package-radio-label .label-session-count, .refill-sidebar .session-packages-wrapper .session-package-radio-label .label-session-count {
  font-weight: 600;
}

.buy-session-sidebar .session-packages-wrapper .session-package-radio-label .label-regular-price, .refill-sidebar .session-packages-wrapper .session-package-radio-label .label-regular-price {
  font-size: 11.7px;
  line-height: 18px;
  font-weight: 400;
  color: #808080;
  text-decoration: line-through;
  margin-right: 4px;
}

.buy-session-sidebar .session-packages-wrapper .session-package-radio-label .label-real-price, .refill-sidebar .session-packages-wrapper .session-package-radio-label .label-real-price {
  font-size: 15.75px;
  line-height: 27px;
  font-weight: 600;
}

.buy-session-sidebar .buy-sessions-info-wrapper, .refill-sidebar .buy-sessions-info-wrapper {
  margin-top: 24px;
  font-size: 11.7px;
  line-height: 18px;
  font-weight: 400;
}

.buy-session-sidebar .buy-sessions-info-wrapper p, .refill-sidebar .buy-sessions-info-wrapper p {
  margin-bottom: 8px;
}

.buy-session-sidebar .use-wallet-with-stripe, .refill-sidebar .use-wallet-with-stripe {
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.buy-session-sidebar .use-wallet-with-stripe.active, .refill-sidebar .use-wallet-with-stripe.active {
  visibility: visible;
  opacity: 1;
  height: 20px;
  margin-top: 18px;
}

.buy-session-sidebar .use-wallet-with-stripe input, .refill-sidebar .use-wallet-with-stripe input {
  margin-right: 0;
}

.buy-session-sidebar .use-wallet-with-stripe label, .refill-sidebar .use-wallet-with-stripe label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13.5px;
  font-weight: 400;
  color: #FFFFFF;
}

.buy-session-sidebar .used-from-wallet-msg, .refill-sidebar .used-from-wallet-msg {
  padding: 0;
  background-color: #EF560029;
  border-radius: 8px;
  border: 1px solid #EF5600;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.buy-session-sidebar .used-from-wallet-msg.active, .refill-sidebar .used-from-wallet-msg.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 18px;
  padding: 12px;
}

.buy-session-sidebar .used-from-wallet-msg p, .refill-sidebar .used-from-wallet-msg p {
  margin: 0;
  font-size: 11.7px;
  line-height: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

.buy-session-sidebar .used-from-wallet-msg a, .refill-sidebar .used-from-wallet-msg a {
  font-size: 11.7px;
  line-height: 18px;
  font-weight: 400;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper, .refill-sidebar .right-sidebar-bottom-wrapper {
  padding: 0 16px;
  width: 100%;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-bottom-content, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-bottom-content {
  padding: 16px 0;
  border-top: 1px solid #333333;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-bottom-content .select-payment-method, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-bottom-content .select-payment-method {
  margin-top: 0;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .total-amount-wrapper, .refill-sidebar .right-sidebar-bottom-wrapper .total-amount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #333333;
  margin-top: 16px;
  padding: 16px 0;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .total-amount-wrapper .total-amount-msg, .refill-sidebar .right-sidebar-bottom-wrapper .total-amount-wrapper .total-amount-msg {
  font-size: 13.5px;
  line-height: 22.5px;
  font-weight: 400;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .total-amount-wrapper .total-amount, .refill-sidebar .right-sidebar-bottom-wrapper .total-amount-wrapper .total-amount {
  font-size: 18px;
  line-height: 31.5px;
  font-weight: 600;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .button-common, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .button-common {
  width: 100%;
  height: 48px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .button-common span, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .button-common span {
  padding-left: 2px;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .timer-text, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .timer-text {
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .countdown-timer, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons .countdown-timer {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.buy-session-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons #buySessionBuy, .refill-sidebar .right-sidebar-bottom-wrapper .right-sidebar-buttons #buySessionBuy {
  padding: 0 14px 0 18px;
}

.buy-session-sidebar .right-sidebar-success-wrapper, .refill-sidebar .right-sidebar-success-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buy-session-sidebar .right-sidebar-success-wrapper .buy-success-content, .buy-session-sidebar .right-sidebar-success-wrapper .refill-success-content, .refill-sidebar .right-sidebar-success-wrapper .buy-success-content, .refill-sidebar .right-sidebar-success-wrapper .refill-success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  text-align: center;
}

.buy-session-sidebar .right-sidebar-success-wrapper .buy-success-content .buy-success-title, .buy-session-sidebar .right-sidebar-success-wrapper .buy-success-content .refill-success-title, .buy-session-sidebar .right-sidebar-success-wrapper .refill-success-content .buy-success-title, .buy-session-sidebar .right-sidebar-success-wrapper .refill-success-content .refill-success-title, .refill-sidebar .right-sidebar-success-wrapper .buy-success-content .buy-success-title, .refill-sidebar .right-sidebar-success-wrapper .buy-success-content .refill-success-title, .refill-sidebar .right-sidebar-success-wrapper .refill-success-content .buy-success-title, .refill-sidebar .right-sidebar-success-wrapper .refill-success-content .refill-success-title {
  font-size: 20.25px;
  line-height: 33.75px;
  font-weight: 700;
  margin: 17px 0 8px;
}

.buy-session-sidebar .right-sidebar-success-wrapper .buy-success-buttons, .buy-session-sidebar .right-sidebar-success-wrapper .refill-success-buttons, .refill-sidebar .right-sidebar-success-wrapper .buy-success-buttons, .refill-sidebar .right-sidebar-success-wrapper .refill-success-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
/*# sourceMappingURL=buy-session.css.map */