/* Overlay & Container */
.send_message_overlay {
  position: fixed; top:0; left:0;
  width:100vw; height:100vh;
  background:rgba(0,0,0,0.5);
  display:flex; align-items:center; justify-content:center;
  z-index:2000;
}
.send_message_container {
  position:relative;
  width:478px; max-width:90%;
  background:#fff; border-radius:12px;
  padding:24px; box-shadow:0 8px 24px rgba(0,0,0,0.1);
  text-align:center;
}
.send_message_container:has(.send_message_step4.active){
  width: 520px !important;
  height: 384px !important;
}
.send_message_container:has(.send_message_step3.active){
  width: 505px !important;
}

.send_message_container.fullscreen::-webkit-scrollbar {
  width:0; height:0;
}
.send_message_container.fullscreen {
  width:100vw !important;
  height:100vh !important;
  max-width:none;
  max-height:none;
  border-radius:0 !important;
  overflow-y:auto;
  padding-block: 67px 105px;
}
.send_message_close {
    position: absolute;
    top: 6px;
    right: 13px;
    font-size: 30px;
    cursor: pointer;
    font-weight: 400;

}
/* Step visibility */
.send_message_step { display:none; }
.send_message_step.send_message_step1.active,  
.send_message_step.send_message_step2.active {  
  margin-top: 48px;
}
.send_message_step.active { display:block;}
/* Shared Step 1 & 2 styles */
.send_message_avatar {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  object-fit: cover;
  margin: 0 auto 16px;
}
.send_message_title { font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px; }
.send_message_subtitle { font-size:16px; margin-bottom:32px; line-height:1.4; }
/* Step 1 */
.send_message_textarea {
  width:100%; height:106px;
  max-height:106px;
  resize: none;
  overflow: auto;
  border: 2px solid #DCDCE5;
   border-radius:8px;
  padding:16px; font-size:16px; margin-bottom:24px;
}
.send_message_textarea:focus {
  outline: none;
  box-shadow: none;
}
.send_message_share {
     align-items: self-start;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: -10px;
}
.send_message_share input { margin-right:8px; border: 1px solid #00000080; border-radius: 8px; height: 25px; width: 25px;}
.send_message_share_images img {
  position: relative;
    width: 25px;
    height: 25px;
    border-radius: 2px;
}
.send_message_share_images img:nth-of-type(2) {
  transform: translateX(-42%);
}
.send_message_share_images img:nth-of-type(3) {
  transform: translateX(-73%);
}

.send_message_primary:hover,
.send_message_button:hover {
   background: rgba(255, 88, 60, 1) !important; 
}
.send_message_button {
  width:100%; justify-content: center; border: 2px solid #121117; display: flex; align-items: center;
  border-radius:8px; background:#FF2500;
  color:#fff; font-size:18px; cursor:pointer;
  margin-top:8px; font-weight: 600;
  height: 49px;
}
/* Step 2 */
.send_message_btn {
 width:100%; justify-content: center; border: 2px solid #121117; display: flex; align-items: center;
  border-radius:8px; 
  color:#fff; font-size:18px; cursor:pointer;
  margin-top:8px; font-weight: 600;
  height: 49px;
  margin-bottom:12px;
}
.send_message_primary {
  background:#FF2500; color:#fff;
}
.send_message_icon { margin-right:8px; font-size:18px; }
.send_message_secondary {
  background:#fff; color:#000;
}
.send_message_step2 .send_message_btn:last-child { margin-bottom:0; }
/* Step 3 */
.send_message_header3 { display:flex; align-items:center; margin-bottom:21px; }
.send_message_avatar3 { width:48px; height:48px; border: 1px solid #1211170F; border-radius:4px; object-fit:cover; margin-right:12px; }
.send_message_title3 { font-size:18px; margin:0; font-weight: 600; color: #121117;}
.send_message_subtitle3 { font-size:14px; color:var(--text-muted); margin:2px 0 0; }
.send_message_tabs {
 overflow: hidden;
    margin-bottom: 11px;
    height: 41px;
    display: flex;
    align-items: center;
    box-shadow: none;
    outline: none;
    background: #f5f5f5;
     border-radius: 8px;
}
.send_message_tab {
  flex:1; padding:8px;  border:none; cursor:pointer;
  font-size: 14px; font-weight:600;
}
.send_message_tab.active {
  background: #fff;
    border: 2px solid #DCDCE5;
    border-radius: 8px;
}
.send_message_calendar {
  display:flex; align-items:center; justify-content:space-between;
  margin-left: 24px;
}
.arrow-box-calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 24px;
  height: 40px;
  margin-bottom: 12px;
}
.send_message_nav {
  background:none; border:none; font-size:20px; cursor:pointer;
}
.arrow-box-calendar {
  min-height: 40px;
}
.arrow-calendar:hover {
  background: #f5f5f5;
}
.arrow-calendar {
  border: 2px solid #DCDCE5;
  border-radius: 8px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cal-heading {
  font-weight: 600;
  font-size: 16px;
}
.send_message_week { display:flex; justify-content: space-between;}
.send_message_date {     width: 65px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
.send_message_day { font-size: 14px;
    text-transform: capitalize;
    color: #6A697C;
    font-weight: 500; text-transform:capitalize; }
.send_message_number { margin-top:4px; font-size:16px; font-weight: 600; 
  background: transparent;
   border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #121117;
    cursor: pointer;
}
.send_message_date.selected .send_message_day {
  color: #FF2500;
}
.send_message_date.selected .send_message_number {
    background: #FF25001A;
    border: 2px solid #FF6348;
    color: #FF2500;
}
.calendar-box {
  padding-block: 21px 15px;
  border-block: 1px solid #B2B2B2;
  margin-left: -24px;
  width: calc(100% + 48px);
  margin-bottom: 14px;
}
.g-heading {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.7;
  text-align: left;
  margin-bottom: 22px;
}
.send_message_section { margin-bottom:24px; text-align:left; }
.send_message_section_title { font-size:16px; font-weight:600; margin-bottom:12px; }
.send_message_slots { display:flex; flex-wrap:wrap; gap:16px; }
.send_message_slot:hover {
  background: #f5f5f5;
}
.send_message_slot {
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 48px;
 border: 2px solid #0000001F;
 border-radius: 9px;
 font-size: 14px;
 font-weight: 700;
 font-family: 'Figtree', sans-serif; 
 flex: 1;
}
.mtt-12 {
  margin-top: 12px !important;
}
.timer-section {
  max-height: 287px;
  overflow: auto;
  scrollbar-width: none;
}
/* Step 4 */
.choose-payment-meth:hover {
   background: #f5f5f5;
}
.choose-payment-meth {
  border: 2px solid #DCDCE5;
  border-radius: 8px;
  height: 104px;
  padding: 10px 18px;
  text-align: left;
  cursor: pointer;
}
.balance_heading {
  font-weight: 600;
  font-size: 16px;
}
.balance_sub_heading {
  color: var(--text-muted);
  font-weight: 400;
  font-size: 16px;
  font-family: 'Figtree', sans-serif; 
}
/* Step 5 Checkout */
.send_message_checkout {
    display: flex;
    gap: 64px;
    padding-inline: 208px;
    max-width: 1392px;
    margin: 0 auto;
  }
.checkout_left {
  padding: 24px;
  border: 1px solid #DCDCE5;
  max-width: 400px;
  width: 100%;
}
.checkout_right{
  max-width: 512px;
  width: 100%;
}
.checkout_left, .checkout_right {
  background:#fff; border-radius:8px;
}
.teacher_card {
  display:flex; align-items:center; gap:12px; margin-bottom:12px;
}
.super_heading {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}
.payment-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    border: 2px solid #dcdce5;
    border-radius: 8px;
    background-color: #ffffff;
    cursor: pointer;
}
.card-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.card-icon {
   width: 48px;
    height: 24px;
}
.card-details {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.card-details {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dropdown-icon {

}

.promo_code { display:inline-block; margin-top:8px; font-size:14px; color:#2563eb; text-decoration:none; }
.info_box { border-radius:8px; padding:12px; margin-top:12px; font-size:14px; }
.info_switch { display:flex; align-items:center; background:#d1fae5; }
.info_switch .info_icon { font-size:18px; margin-right:8px; color:#047857; }
.info_charge { background:#f3f4f6; }
.payment_select {
  display:flex; align-items:center; justify-content:space-between;
  border:1px solid #ddd; border-radius:8px; padding:8px 12px;
  margin-bottom:12px;
}
.card_icon { width:40px; }
.confirm_button {
  width:100%; padding:12px; background:#FF2500; border:none;
  border-radius:8px; color:#fff; font-size:16px; cursor:pointer;
  border: 2px solid #121117;
  margin-bottom:12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}
.confirm_button:hover {
  background: rgba(255, 88, 60, 1) !important;
}

.checkout-review-box {
  border-top: 5px solid #F4F4F8;
}

.checkout-review-window {
  border-radius: 8px;
  border: 1px solid #DCDCE5;
  padding: 17px;
}

.arrowz {
  cursor: pointer;
  width: 58px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pointer {
  cursor: pointer;
}
.arrowz:hover {
  background: #f5f5f5;
}

.payment-option:hover {
  background: #F4F4F8;
  cursor: pointer;
}
.payment-option {
  display: flex;
  gap: 10px;
  padding-block: 10px;
    padding-inline: 24px;
    border-radius: 8px;
}
.payment-optionz:hover {
  background: white !important;
}
.payment-optionz {
  top: 52px;
  left: 0px;
  border-radius: 8px;
  border: 1px solid black;
  background: white;
  padding: 0 !important;
  z-index: 3;
}