.fs-14{
  font-size: 14px;
} 
.fw-500{
  font-weight: 500;
}
.live-session-page {
  padding: 12px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.page-title {
  margin-bottom: 5px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Lora", serif;
}

.page-subtitle {
  color: #8a8a8a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lora", serif;
}
.session-tabs {
  border-radius: 8px;
  background: rgba(240, 240, 240, 0.5);
  border: none;
  width: fit-content;
  padding: 6px 12px;
}
.session-tabs .nav-link {
  color: #fc9f10;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 4px 20px;
  min-width: 250px;
  font-family: "Lora", serif;
}
.session-tabs .nav-link:hover {
  border-color: transparent;
}
.session-tabs .nav-link.active {
  background-color: #fc9f10;
  color: #ffffff;
}
.live-session-page .nodata-img {
  max-height: 500px;
}
.live-session-page hr {
  color: #b6b6b6;
  margin-top: 6px;
  opacity: 1;
}
.filters-row {
  margin: 20px 0;
}
.live-session-page .filters-row .dash-btn {
  padding: 8px 20px;
}
.dashboard-layout .search-input,
.dashboard-layout .filter-select {
  padding: 12px 12px;
  border-radius: 8px;
  border: 1px solid var(--fields-object-inactive-fields, #d0d5dd) !important;
  background: var(--Base-Body, #fff);
  color: var(--G2, #696969) !important;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  font-family: "Inter", sans-serif;
  text-align: left;
}
.dashboard-layout .filter-select {
  width: 100%;
}
.dashboard-layout .filter-select.dropdown-toggle::after {
  position: absolute;
  right: 6px;
  color: #000;
  border-top: 0.6em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  border-radius: 2px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dashboard-layout .live-session-page .input-group {
  border: 1px solid var(--fields-object-inactive-fields, #d0d5dd) !important;
}
.dashboard-layout .search-input::placeholder,
.dashboard-layout .filter-select::placeholder {
  color: var(--G2, #696969) !important;
  font-family: "Inter", sans-serif;
}
.active-session-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 14px;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #fffaf3;
}

.session-left {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.guru-avatar {
  width: 55px;
  height: 55px;
  border-radius: 6px;
}

.session-title {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 18px;
}

.guru-name {
  color: #4f4f4f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.session-meta {
  font-size: 14px;
  font-weight: 500;
  color: #636363;
  margin-bottom: 0;
}

.live-badge {
  font-size: 12px;
  margin-left: 6px;
  padding: 3px 12px;
  border-radius: 12px;
  background-color: rgba(255, 0, 0, 0.09) !important;
  color: #f00 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.live-badge i {
  font-size: 5px;
  height: 5px;
  width: 5px;
}
.attendance-btn {
  background-color: #f89c1c;
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.attendance-btn:hover {
  background-color: #f89c1c;
}

.past-session-table {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
}

.past-session-table thead {
  background-color: #fff3e0;
}

.past-session-table th {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 8px;
  color: #696969;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.past-session-table td {
  border-bottom: 1px solid #cacaca;
  text-align: center;
  padding: 15px 8px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
}
.past-session-table .status-completed {
  color: #2bb673;
  font-weight: 600;
}

.view-details {
  color: #fc9f10;
  font-weight: 600;
  cursor: pointer;
}

/* ==================== view details page ======================== */
.back-btn {
  color: var(--golden-shade-button, #fc9f10) !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Lora", serif;
  margin-bottom: 24px;
  cursor: pointer;
}
.back-btn img {
  height: 30px;
  width: 30px;
  margin-right: 4px;
}
.live-session-page .view-detail-session {
  margin-bottom: 24px;
}
.live-session-page .view-detail-session img {
  height: 97px;
  width: 97px;
  border-radius: 8px;
}
.live-session-page .view-detail-session h6 {
  font-size: 28px;
  margin-bottom: 8px;
}
.live-session-page .view-detail-session .guru-name {
  color: #939393;
  margin-bottom: 4px;
  font-size: 18px;
}
.live-session-page .view-detail-session .session-meta {
  font-size: 16px;
  margin-bottom: 0;
}
.live-session-page .view-detail-session .session-meta span {
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}
.live-session-page .dash-btn {
  border-radius: 6px;
  background: var(--golden-shade-button, #fc9f10);
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: capitalize;
  border: 1px solid #fc9f10;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-family: "Lora", serif;
}
.live-session-page .dash-btn.cancel-btn {
  border: 1px solid #d0d5dd;
  color: #000;
  background: #fff;  
}
.live-session-page .outer-signature-box {
  position: relative;
  height: 100px;
  border-radius: 6px;
  width: 100px;
  border: 1px solid #000;
}
.live-session-page .outer-signature-box.for-audio-box {
    max-width: 335px !important;
    width: 100%;     
}
.live-session-page .outer-signature-box .main-signature-img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.live-session-page .outer-signature-box .close-btn {
  position: absolute;
  background-color: #fc9f10;
  height: 22px;
  width: 22px;
  top: -6px;
  right: -6px;
  border-radius: 2px;
  border: none;
  padding: 0px;
  line-height: 20px;
}
.live-session-page .outer-signature-box .close-btn img {
  height: 14px;
  width: 14px;
  object-fit: contain;
}
/* ------------------------------------ */
.create-session-page {
  font-family: "Inter", sans-serif;

  .form-group-custom {
    margin-bottom: 22px;
  }

  .form-label-custom {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
    color: #000;
    font-family: "Inter", sans-serif;
  }

  .form-input-custom {
    border-radius: 8px;
    border: 1px solid var(--fields-object-inactive-fields, #d0d5dd) !important;
    background-color: #eee !important;
    border: none;
    padding: 12px;
    font-size: 14px;
    color: #696969 !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: left;
  }

  .form-input-custom::placeholder {
    color: #696969;
    font-family: "Inter", sans-serif;
  }

  .error-text {
    font-size: 12px;
    color: #d9534f;
    margin-top: 4px;
    display: inline-block;
  }

  /* Upload Box */
  .upload-box {
    border-radius: 6px;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px dashed #dc096c;
    background: #f2f2f3;
    position: relative;
  }
  .upload-box input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .upload-content {
    display: flex;
    align-items: start;
    gap: 12px;
  }

  .upload-icon {
    font-size: 22px;
    color: #ff9f1c;
  }

  .upload-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }

  .upload-text span {
    font-size: 12px;
    font-weight: 400;
    color: #777;
  }

 

  /* Notify */
  .notify-row {
    align-items: center;
    margin-top: 25px;
  }

  .notify-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .notify-switch .form-check-input {
    background-color: #ff9f1c;
    border-color: #ff9f1c;
            box-shadow: none !important;
        outline: none !important
  }

  .notify-switch .form-check-input:checked {
    background-color: #ff9f1c;
  }
}
/* ================================================ */
.requests-box {
  border-radius: 14px;
  border: 1px solid var(--G4, #ddd);
  background: #fff;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 16px;
  justify-content: space-between;
}
.requests-box.h-90 {
  height: 76%;
}
.request-head {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #585858;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.request-head img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.requests-box h5 {
  color: #272727;
  font-family: "Lora", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
/* ==================== chart css ====================== */
.dau-card {
  padding: 1.25rem 1.5rem;
  border-radius: var(--20, 20px);
  background: #f9f9fa;
  margin-bottom: 1rem;
}

.dau-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}
/* ========================================== */
.withdrawl-box{
  border-radius: 16px;
  border: 1px solid #E9ECEF;
  background: #FFF;
  padding: 1rem 0.75rem;
  margin-bottom: 1rem;
}
.withdrawl-box p{
  color: rgb(88, 88, 88, 0.7);
  font-family: 'Lora', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.withdrawl-box h3{
  color: #202224;
  font-family: 'Lora', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}


 /* Radio Buttons */
  .radio-group {
    /* display: flex;
    flex-direction: column; */
    gap: 8px;
  }
 .radio-custom{
  text-align: left;
 }
  .radio-custom label {
    font-size: 14px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .radio-custom input {
    accent-color: #faa637;
    border-color: #a2a2a2 !important;
    box-shadow: none !important;
  }
  .form-check-input:checked {
    background-color: #faa637;
    border-color: #faa637 !important;

  }
 .outer-signature-box {
    position: relative;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 0.6rem;
    max-width: 8rem;
    margin-top: 1rem;
}
.outer-signature-box.for-audio-box{
  max-width: 21rem;
}
  .outer-signature-box img{
width: 100%;
  }
 .outer-signature-box .close-btn {
    position: absolute;
    background-color: #faa637;
    height: 22px;
    width: 22px;
    top: -6px;
    right: -6px;
    border-radius: 2px;
    border: none;
    padding: 0px;
    line-height: 0;
    padding: 0.3rem;
}
/* ---------------------- */
@media (max-width: 992px) {
  .session-tabs .nav-link {
    min-width: auto;
  }
  .page-title {
    font-size: 24px;
  }
  .page-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-subtitle{
    margin-bottom: 12px !important;
  }
  .back-btn img {
    height: 24px;
    width: 24px;
  }
  .back-btn {
    font-size: 20px;
  }
  .create-session-page .form-label-custom {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .active-session-card {
    flex-direction: column;
    gap: 12px;
    padding: 14px 10px;
  }
  .active-session-card > div {
    width: 100%;
  }
  .session-title {
    font-size: 14px;
  }
  .attendance-btn {
    padding: 6px 16px;
    font-size: 10px;
    border-radius: 8px;
  }
  .guru-avatar {
    width: 50px;
    height: 50px;
  }
  .guru-name,
  .session-meta {
    font-size: 12px;
  }
  .live-badge {
    font-size: 10px;
    padding: 2px 8px;
  }
  .session-left {
    margin-bottom: 8px;
  }
  .live-session-page .view-detail-session img {
    height: 70px;
    width: 70px;
  }
  .live-session-page .view-detail-session h6 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .live-session-page .view-detail-session .guru-name {
    color: #939393;
    font-size: 12px;
  }
  .live-session-page .view-detail-session .session-meta {
    font-size: 10px;
  }
  .live-session-page .view-detail-session .session-meta span {
    display: block;
    margin-left: 0;
  }
  .requests-box{
  flex-wrap: wrap;
  }
  .requests-box h5{
    font-size: 14px;
  }
  .request-head{
    font-size: 12px;
  }
  .request-head img{
    height: 25px;
    width: 25px;
  }
  .shadow-box-dash img {
    width: 30px;
    height: 30px;
}
.dau-card{
  padding: 1rem;
}
.live-session-page .dash-btn{
  padding: 8px 16px;
}
}
