.auth-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.auth-page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.auth-page-header .logo {
  width: 8.7rem;
  margin-bottom: 4.4rem;
}
.auth-page-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
}
.auth-page-header .details {
  color: #666;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-top: 1.6rem;
}

.auth-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  flex-direction: column;
  margin: auto;
  margin-top: 10rem;
  margin-bottom: 4rem;
  max-width: 56rem;
  width: 100%;
}

.actions {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.actions .btn-resend {
  height: auto;
  color: #333333;
  font-size: 1.4rem;
  padding: 0;
}
.actions .btn-resend:hover {
  color: #666666;
}
.actions .btn {
  margin-inline-start: auto;
}

.timer {
  font-size: 1.6rem;
  font-weight: 600;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0.5;
  cursor: none;
  z-index: 3;
  pointer-events: none;
  border-radius: 4px;
}

.error-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 1.2rem 1.6rem;
  background-color: #ffebea;
  border-radius: 4px;
  color: #ff3b30;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  text-align: center;
}

.left-side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.left-side .btn-resend {
  font-size: 1.6rem;
}/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
.class-sessions-header {
  position: relative;
  margin-bottom: 3.2rem;
}
.class-sessions-header__banner {
  background-color: #026bb0;
  height: 10.8rem;
  width: 100%;
  overflow: hidden;
}
.class-sessions-header__banner::before, .class-sessions-header__banner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 10.8rem;
  opacity: 0.08;
  background-image: radial-gradient(ellipse 67rem 50.4rem at 31.29rem 36.58rem, #ffffff 0%, transparent 100%);
  pointer-events: none;
}
.class-sessions-header__banner::before {
  left: 0;
}
.class-sessions-header__banner::after {
  right: 0;
  transform: scaleX(-1);
}
.class-sessions-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -4.2rem;
  padding-bottom: 2.4rem;
}
.class-sessions-header__icon-wrapper {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.8rem solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 0.8rem;
}
.class-sessions-header__icon-letter {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.class-sessions-header__icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.class-sessions-header__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.4rem;
  text-align: center;
}
.class-sessions-header__subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666666;
  margin: 0;
  text-align: center;
}/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
.tutor-session-card__btn--dimmed, .tutor-session-card__btn--outline-dark, .tutor-session-card__btn--solid-white, .tutor-session-card__btn--outline-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  line-height: 2rem;
  cursor: pointer;
  border: none;
  outline: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.tutor-session-card__btn--dimmed:hover, .tutor-session-card__btn--outline-dark:hover, .tutor-session-card__btn--solid-white:hover, .tutor-session-card__btn--outline-white:hover {
  opacity: 0.85;
}

.tutor-session-card {
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
}
.tutor-session-card--ended {
  background-color: #f3f3f3;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  outline: none;
}
.tutor-session-card--ended:hover {
  background-color: rgb(235.35, 235.35, 235.35);
}
.tutor-session-card--ended:focus-visible {
  box-shadow: 0 0 0 3px rgba(2, 107, 176, 0.4);
}
.tutor-session-card--in-progress {
  background-color: #026bb0;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.tutor-session-card--in-progress .tutor-session-card__title {
  color: #ffffff;
}
.tutor-session-card--in-progress .tutor-session-card__divider {
  border-color: rgba(255, 255, 255, 0.4);
}
.tutor-session-card--in-progress .tutor-session-card__datetime {
  color: #ffffff;
}
.tutor-session-card--in-progress .tutor-session-card__duration {
  color: #ffffff;
}
.tutor-session-card--in-progress .tutor-session-card__duration i {
  color: #ffffff;
}
.tutor-session-card--upcoming {
  background-color: #f3f3f3;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.tutor-session-card--upcoming .tutor-session-card__title {
  color: #333333;
}
.tutor-session-card--upcoming .tutor-session-card__divider {
  border-color: #cccccc;
}
.tutor-session-card--upcoming .tutor-session-card__datetime {
  color: #808080;
}
.tutor-session-card--upcoming .tutor-session-card__duration {
  color: #808080;
}
.tutor-session-card--upcoming .tutor-session-card__duration i {
  color: #808080;
}
.tutor-session-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
  min-width: 0;
}
.tutor-session-card__top {
  width: 100%;
}
.tutor-session-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0;
  word-break: break-word;
  text-align: left;
}
.tutor-session-card__date {
  font-size: 1.6rem;
  font-weight: 400;
  color: #808080;
  margin: 0;
  line-height: 2.2rem;
  text-align: left;
}
.tutor-session-card__divider {
  border: none;
  border-top: 1px solid;
  margin: 0;
  width: 100%;
}
.tutor-session-card__datetime {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0;
  text-align: left;
}
.tutor-session-card__chevron {
  color: #b3b3b3;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-left: 1.2rem;
}
.tutor-session-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tutor-session-card__duration {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.tutor-session-card__duration i {
  font-size: 2rem;
}
.tutor-session-card__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tutor-session-card__tag {
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.tutor-session-card__btn--outline-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  min-width: 10rem;
}
.tutor-session-card__btn--solid-white {
  background-color: #ffffff;
  color: #026bb0;
  min-width: 10rem;
}
.tutor-session-card__btn--outline-dark {
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
  min-width: 10rem;
}
.tutor-session-card__btn--dimmed {
  background-color: #9ac4e0;
  color: #ffffff;
  min-width: 10rem;
  cursor: not-allowed;
  pointer-events: none;
}
.tutor-session-card__btn--dimmed:hover {
  opacity: 1;
}/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
.class-sessions {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 4rem;
}
.class-sessions__list {
  flex: 1;
}
.class-sessions__cards {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.class-sessions__empty {
  font-size: 1.6rem;
  color: #808080;
  text-align: center;
  padding: 4rem 0;
}
.class-sessions__loading, .class-sessions__error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
}
.class-sessions__error {
  color: #ff3b30;
}.card {
  padding: 1.6rem;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(2, 107, 176, 0.04);
  transition: 0.3s;
}
.card .card-title {
  font-weight: 600;
}
.card .card-level {
  font-size: 1.6rem;
}
.card .card-header {
  padding: 1.6rem;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.card .card-content {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.card.session-card {
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  border: 1px solid #026bb0;
  border-radius: 1.5rem;
  display: flex;
  width: 100%;
  max-width: 41.2rem;
  flex: 0 0 62.5%;
  min-width: fit-content;
}
.card.session-card .card-header {
  background-color: #f0f6fb;
  padding: 1.6rem;
}
.card.session-card .card-header .card-title {
  max-width: 40rem;
  font-size: 1.8rem;
}
.card.session-card .card-content {
  padding: 0.8rem 1.6rem;
}
.card.class-card {
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  border: 0.5px solid #c2c2c2;
}
.card.class-card .card-header {
  background-color: #f0f6fb;
  padding: 1.6rem;
}
.card.class-card .card-header .card-title {
  font-size: 2rem;
}
.card.class-card .card-content {
  padding: 1.6rem;
}
.card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem 1.6rem;
  margin-top: auto;
}
.card .card-footer .duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 1.4rem;
}
.card .card-footer .duration i {
  font-size: 1.8rem;
}
.card .card-footer .card-actions {
  display: flex;
  gap: 1rem;
}
.card .card-footer .card-actions button {
  height: 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.card .card-subject,
.card .card-datetime {
  color: #666;
  font-size: 1.6rem;
}
.card .card-schedule,
.card .card-students {
  margin-bottom: 1.5rem;
}
.card .card-schedule:last-child,
.card .card-students:last-child {
  margin-bottom: 0;
}
.card .schedule-label,
.card .students-label {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.card .schedule-time,
.card .students-count {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
}.list__container {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: repeat(auto-fill, minmax(45rem, 1fr));
}
.list__container .list__item {
  padding: 1.6rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  color: #333;
  position: relative;
  gap: 1.6rem;
  max-height: 10rem;
  text-decoration: none;
  background-color: #f3f3f3;
}
.list__container .list__item.with-background {
  background-color: #f3f3f3;
}
.list__container .list__item__icon {
  display: flex;
}
.list__container .list__item__icon img {
  width: 4rem;
  height: 4rem;
}
.list__container .list__item__details {
  flex: 1;
}
.list__container .list__item__details .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.list__container .list__item__details .title h2 {
  margin: 0;
}
.list__container .list__item__details .details {
  font-size: 1.4rem;
  color: #666;
}
.list__container .list__item__details .details p {
  margin: 0;
  line-height: 1.4;
}
.list__container .list__item__price {
  margin-left: auto;
  padding-left: 1.6rem;
}
.list__container .list__item__price .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}.home-page {
  margin-bottom: 4rem;
}
.home-page .section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.sessions {
  background-color: #f3f3f3;
  padding: 2.4rem 0;
  margin-bottom: 2.4rem;
}.footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #cccccc;
  padding: 2.4rem 0;
  font-size: 1.4rem;
  background: transparent;
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright {
  color: #333333;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
/* === Calc Mixin ==== */
/* ==== Usage example
@include calc( width, '100% - 2px');
===================*/
/* This is to override the box-sizing mixin in compass so that the deprecated warning doesn't show */
/* Clearfix */
/*********************************************************
    // handling font awesome icon
**********************************************************/
.main-header {
  width: 100%;
  font-size: 1.6rem;
}
.layout-ltr .main-header {
  direction: ltr;
}
.layout-rtl .main-header {
  direction: rtl;
}
.main-header {
  position: relative;
  z-index: 9999999;
  background-color: #fff;
}
.main-header a {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
}
.main-header.push-down {
  margin-top: 5.6rem;
}
@media screen and (max-width: 581px) {
  .main-header.push-down {
    margin-top: 7.4rem;
  }
}
@media screen and (max-width: 461px) {
  .main-header.push-down {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 383px) {
  .main-header.push-down {
    margin-top: 11.4rem;
  }
}
.main-header .container {
  display: flex;
}
.main-header .top-header {
  height: 10rem;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e8e9e9;
}
@media screen and (max-width: 766px) {
  .main-header .top-header {
    position: relative;
  }
}
@media screen and (max-width: 426px) {
  .main-header .top-header {
    height: 7rem;
  }
}
@media screen and (max-width: 766px) {
  .main-header .top-header .container {
    height: 100%;
    overflow: hidden;
  }
}
.main-header .user-actions {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 766px) {
  .main-header .user-actions {
    display: none;
  }
}
.main-header .user-actions > ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.layout-ltr .main-header .user-actions > ul > li {
  margin-right: 2rem;
}
.layout-rtl .main-header .user-actions > ul > li {
  margin-left: 2rem;
}
.layout-ltr .main-header .user-actions > ul > li {
  padding-right: 2rem;
}
.layout-rtl .main-header .user-actions > ul > li {
  padding-left: 2rem;
}
.layout-ltr .main-header .user-actions > ul > li {
  border-right: solid 1px #e8e9e9;
}
.layout-rtl .main-header .user-actions > ul > li {
  border-left: solid 1px #e8e9e9;
}
.layout-ltr .main-header .user-actions > ul > li:last-child {
  margin-right: 0;
}
.layout-rtl .main-header .user-actions > ul > li:last-child {
  margin-left: 0;
}
.layout-ltr .main-header .user-actions > ul > li:last-child {
  padding-right: 0;
}
.layout-rtl .main-header .user-actions > ul > li:last-child {
  padding-left: 0;
}
.layout-ltr .main-header .user-actions > ul > li:last-child {
  border-right: 0;
}
.layout-rtl .main-header .user-actions > ul > li:last-child {
  border-left: 0;
}
.main-header .user-actions span {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
}
.main-header .user-actions a {
  white-space: nowrap;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  display: flex;
  align-items: center;
  color: #333333;
}
.main-header .user-actions a:hover {
  text-decoration: underline;
}
.main-header .user-actions a.active {
  font-weight: bold;
}
.layout-ltr .main-header .user-actions a i {
  margin-right: 5px;
}
.layout-rtl .main-header .user-actions a i {
  margin-left: 5px;
}
.layout-ltr .main-header .user-actions a i.chevron-down-icon {
  margin-right: 0;
}
.layout-rtl .main-header .user-actions a i.chevron-down-icon {
  margin-left: 0;
}
.layout-ltr .main-header .user-actions a i.chevron-down-icon {
  margin-left: 5px;
}
.layout-rtl .main-header .user-actions a i.chevron-down-icon {
  margin-right: 5px;
}
.main-header .user-actions a i.chevron-down-icon {
  font-size: 1.5rem;
}
.main-header .user-actions .dropdown {
  position: relative;
  transform: none;
}
.main-header .user-actions .dropdown-menu {
  position: absolute;
  top: 4rem;
}
.layout-ltr .main-header .user-actions .dropdown-menu {
  right: 0;
}
.layout-rtl .main-header .user-actions .dropdown-menu {
  left: 0;
}
.main-header .user-actions .dropdown-menu {
  min-width: 200px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 10;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow-x: hidden;
}
.main-header .user-actions .dropdown-menu li {
  width: 100%;
  display: block;
  border-right: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.main-header .user-actions .dropdown-menu li:last-child {
  border-bottom: 0;
}
.main-header .user-actions .dropdown-menu a {
  padding: 1.6rem 1.2rem;
  display: flex;
  align-items: center;
  color: #333333;
  border: 0;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.2s ease;
  border-radius: 0;
}
.main-header .user-actions .dropdown-menu a .icon {
  display: flex;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-inline-end: 12px;
  border-radius: 50%;
  justify-content: center;
}
.main-header .user-actions .dropdown-menu a .icon i {
  font-size: 1.2rem;
  color: #666;
}
.main-header .user-actions .dropdown-menu a:hover {
  text-decoration: none;
  background-color: #f8f9fa;
  color: #333333;
}
.main-header .user-actions .dropdown-menu::after {
  content: none;
}

.logo {
  display: flex;
  align-items: center;
}
.logo a {
  display: block;
  flex-shrink: 0;
}
.logo img {
  height: 5.6rem;
}
@media screen and (max-width: 426px) {
  .logo img {
    height: 4rem;
  }
}
.logo h2 {
  margin-left: 1rem;
  color: white;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 85rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .logo h2 {
    display: none;
  }
}
@media screen and (max-width: 1190px) {
  .logo h2 {
    max-width: 70rem;
  }
}
@media screen and (max-width: 990px) {
  .logo h2 {
    max-width: 50rem;
  }
}
@media screen and (max-width: 790px) {
  .logo h2 {
    max-width: 40rem;
  }
}
@media screen and (max-width: 766px) {
  .logo h2 {
    max-width: initial;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
  }
}

a.toggle-mobile-nav {
  width: 5rem;
  height: 5rem;
  position: relative;
  z-index: 14;
  transition: transform 0.4s;
  margin-inline-start: auto;
  margin-inline-end: -1.5rem;
  opacity: 0;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  display: none;
  color: white;
}
@media screen and (max-width: 766px) {
  a.toggle-mobile-nav {
    opacity: 1;
    display: flex;
  }
}
a.toggle-mobile-nav .bar {
  width: 2rem;
  background-color: #026bb0;
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
a.toggle-mobile-nav .bar:nth-child(1) {
  top: 40%;
}
a.toggle-mobile-nav .bar:nth-child(2) {
  top: 50%;
}
a.toggle-mobile-nav .bar:nth-child(3) {
  top: 60%;
}
.show-mobile-nav a.toggle-mobile-nav .bar {
  background-color: white;
}

.account-pic {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 1rem;
}
.account-pic img {
  width: 100%;
  height: 100%;
  object-fit: content;
}

.bottom-header {
  border-bottom: solid 1px #e8e9e9;
  height: 5rem;
  display: flex;
}
@media screen and (max-width: 766px) {
  .bottom-header {
    position: fixed;
    height: initial;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    width: 100%;
    margin: 0;
    will-change: transform;
    transform: translateX(100%);
    z-index: 9999999;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: none;
    background-color: #474d54;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border: 0;
  }
}
.bottom-header .container {
  height: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 766px) {
  .bottom-header .container {
    height: initial;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.bottom-header .left {
  flex: 1;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .bottom-header .left {
    width: 100%;
    flex: initial;
  }
}
.bottom-header .right {
  height: 100%;
}
@media screen and (max-width: 766px) {
  .bottom-header .right {
    display: none;
  }
}
.bottom-header .right ul,
.bottom-header .right li {
  height: 100%;
}
.bottom-header .main-nav {
  height: 100%;
}
.bottom-header .main-nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 766px) {
  .bottom-header .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.bottom-header .main-nav > ul > li {
  height: 100%;
}
.layout-ltr .bottom-header .main-nav > ul > li {
  margin-right: 4.8rem;
}
.layout-rtl .bottom-header .main-nav > ul > li {
  margin-left: 4.8rem;
}
@media screen and (max-width: 766px) {
  .layout-ltr .bottom-header .main-nav > ul > li {
    margin-right: 0;
  }
  .layout-rtl .bottom-header .main-nav > ul > li {
    margin-left: 0;
  }
  .bottom-header .main-nav > ul > li {
    margin-bottom: 2rem;
    width: 100%;
    display: block;
  }
}
.layout-ltr .bottom-header .main-nav > ul > li:last-child {
  margin-right: 0;
}
.layout-rtl .bottom-header .main-nav > ul > li:last-child {
  margin-left: 0;
}
.bottom-header .main-nav > ul > li i {
  margin-top: -2px;
}
.layout-ltr .bottom-header .main-nav > ul > li i {
  margin-right: 5px;
}
.layout-rtl .bottom-header .main-nav > ul > li i {
  margin-left: 5px;
}
.layout-rtl .bottom-header .main-nav > ul > li i {
  transform: scaleX(-1);
}
@media screen and (max-width: 766px) {
  .bottom-header .main-nav {
    display: none;
  }
}
.bottom-header a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #333333;
  font-weight: 700;
  gap: 0.5rem;
}
.bottom-header a .nav-svg {
  width: 2rem;
  height: 2rem;
  transition: all 0.3s ease;
}
.bottom-header a:hover, .bottom-header a.active {
  color: #026bb0;
}
.bottom-header a:hover .nav-svg[alt*=Sessions], .bottom-header a.active .nav-svg[alt*=Sessions] {
  content: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4432_516)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.9993%2014.1147C8.89867%2014.1106%208.00586%2013.2086%208.00586%2012.0961C8.00586%2010.9824%208.89961%2010.0832%209.99961%2010.0769C11.0996%2010.0832%2011.9934%2010.9824%2011.9934%2012.0961C11.9934%2013.2099%2011.0996%2014.1091%209.9993%2014.1147ZM9.25945%2015.125H10.7438C11.9876%2015.125%2013.0001%2016.1819%2013.0001%2017.4818C13.0001%2017.851%2012.7095%2018.1538%2012.347%2018.1538H7.65008C7.2907%2018.1538%207.00008%2017.851%207.00008%2017.4818C7.00008%2016.1819%208.01258%2015.125%209.25945%2015.125ZM17.7439%2015.125H16.2595C15.0127%2015.125%2014.0002%2016.1819%2014.0002%2017.4818C14.0002%2017.851%2014.2908%2018.1538%2014.6502%2018.1538H19.347C19.7095%2018.1538%2020.0002%2017.851%2020.0002%2017.4818C20.0002%2016.1819%2018.9876%2015.125%2017.7439%2015.125ZM17.0003%2014.1147C15.8996%2014.1106%2015.0068%2013.2086%2015.0068%2012.0961C15.0068%2010.9824%2015.9006%2010.0832%2017.0006%2010.0769C18.1006%2010.0832%2018.9943%2010.9824%2018.9943%2012.0961C18.9943%2013.2099%2018.1006%2014.1091%2017.0003%2014.1147ZM1.00661%2012.0962C1.00661%2013.2086%201.89942%2014.1107%203.00005%2014.1148C4.10005%2014.1091%204.9938%2013.2099%204.9938%2012.0962C4.9938%2010.9824%204.10005%2010.0832%203.00005%2010.0769C1.89942%2010.0832%201.00661%2010.9824%201.00661%2012.0962ZM2.25938%2015.125H3.74375C4.9875%2015.125%206%2016.1819%206%2017.4818C6%2017.851%205.70937%2018.1538%205.34781%2018.1538H0.650937C0.291875%2018.1538%200%2017.851%200%2017.4818C0%2016.1819%201.01312%2015.125%202.25938%2015.125Z'%20fill='%23026BB0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.99985%204.01923H16.9998V9.06731C17.7692%209.06731%2018.4686%209.37098%2018.9998%209.85607V3.56585C18.9998%202.702%2018.328%202%2017.4998%202H2.49985C1.67172%202%200.999847%202.702%200.999847%203.56585V9.85702C1.5311%209.37177%202.23047%209.06825%202.99985%209.06825V4.01923Z'%20fill='%23D0E3F0'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4432_516'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.bottom-header a:hover .nav-svg[alt*=Messages], .bottom-header a.active .nav-svg[alt*=Messages] {
  content: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5744%2015.8656C19.3551%2014.9344%2019.8259%2013.7688%2019.8259%2012.5C19.8259%209.4625%2017.1618%207%2013.8781%207C13.8684%207%2013.859%207.00128%2013.8492%207.00134C13.8626%207.16562%2013.8781%207.33125%2013.8781%207.5C13.8781%2010.5819%2011.4098%2013.1625%208.1131%2013.8281C8.75744%2016.2219%2011.0622%2018%2013.8781%2018C14.9218%2018%2015.9016%2017.7498%2016.7545%2017.3131C17.5088%2017.6875%2018.466%2018%2019.5874%2018C19.6822%2018%2019.7658%2017.9461%2019.8049%2017.8561C19.843%2017.7661%2019.8253%2017.664%2019.7602%2017.595C19.7516%2017.5844%2019.0794%2016.8531%2018.5744%2015.8656Z'%20fill='%23026BB0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.887%207.5C12.887%204.4625%2010.0029%202%206.44352%202C2.88413%202%205.76864e-05%204.4625%205.76864e-05%207.5C5.76864e-05%208.73656%200.483937%209.87375%201.29092%2010.7937C0.783186%2011.8175%200.0756445%2012.585%200.0644923%2012.5962C-0.00056201%2012.6652%20-0.0182198%2012.7673%200.0198525%2012.8573C0.058916%2012.9469%200.142619%2013%200.23735%2013C1.42536%2013%202.42937%2012.6525%203.2032%2012.2487C4.15733%2012.7219%205.26015%2013%206.44352%2013C10.0029%2013%2012.887%2010.5375%2012.887%207.5Z'%20fill='%23D0E3F0'/%3e%3c/svg%3e");
}
.bottom-header a:hover .nav-svg[alt*=Studio], .bottom-header a.active .nav-svg[alt*=Studio] {
  content: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4432_528)'%3e%3cpath%20d='M18.9541%2013.2225C19.9317%2014.2001%2019.9317%2015.7877%2018.9541%2016.7653L16.7878%2018.9317C15.8102%2019.9093%2014.2225%2019.9093%2013.2449%2018.9317L10.6953%2016.3821L12.0249%2015.0525L14.5745%2017.6021C14.8169%2017.8133%2015.2158%2017.8133%2015.4582%2017.6021L17.6246%2015.4358C17.8358%2015.1933%2017.8358%2014.7944%2017.6246%2014.552L16.9833%2013.9107L16.0839%2014.8101C15.8414%2015.0564%2015.4426%2015.0564%2015.2001%2014.8101C14.9538%2014.5676%2014.9538%2014.1688%2015.2001%2013.9263L16.0995%2013.0269L15.075%2012.0024L16.4045%2010.6729L18.9541%2013.2225Z'%20fill='%23D0E3F0'/%3e%3cpath%20d='M3.61808%209.30393L1.06809%206.75433C0.0908706%205.77672%200.0908706%204.18909%201.06809%203.21344L3.23564%201.04589C4.21168%200.0683619%205.79931%200.0683619%206.77692%201.04589L9.32652%203.59549L7.99697%204.92425L6.97244%203.89972L6.07304%204.79912C5.8306%205.04548%205.43173%205.04548%205.18929%204.79912C4.94293%204.55667%204.94293%204.15781%205.18929%203.91536L6.08868%203.0144L5.44737%202.37309C5.20493%202.12869%204.80606%202.12869%204.56362%202.37309L2.39529%204.54103C2.15127%204.78348%202.15127%205.18234%202.39529%205.42479L4.94684%207.97439L3.61808%209.30393H3.61808Z'%20fill='%23D0E3F0'/%3e%3cpath%20d='M2.29033%2012.6279L14.1831%200.733147C15.1607%20-0.244382%2016.7483%20-0.244382%2017.726%200.733147L19.2667%202.27503C19.3879%202.39703%2019.4935%202.52881%2019.5873%202.66764C20.2286%203.63898%2020.123%204.95954%2019.2667%205.81592L7.37115%2017.7075C7.32031%2017.7584%207.26947%2017.774%207.21473%2017.8561C6.83933%2018.1885%206.39354%2018.3997%205.90865%2018.5756L1.20323%2019.9599C0.873972%2020.0577%200.517732%2019.9678%200.274894%2019.6901C0.0320486%2019.4829%20-0.0587434%2019.127%200.0381569%2018.7946L1.42221%2014.0904C1.58489%2013.539%201.88325%2013.0346%202.29033%2012.6279Z'%20fill='%23026BB0'/%3e%3cpath%20d='M3.22283%2014.6182L2.32422%2017.6762L5.38061%2016.7768C5.59568%2016.7025%205.85768%2016.5656%206.04538%2016.3818L14.9768%207.44647L12.5171%204.98682L3.6174%2013.9534C3.59433%2013.9769%203.57204%2014.0003%203.55053%2014.0277C3.39959%2014.1959%203.28736%2014.3992%203.22283%2014.6182H3.22283Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4432_528'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.bottom-header a:after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .bottom-header a:after {
    display: none;
  }
}
.bottom-header a:hover:after, .bottom-header a.active:after {
  background-color: #026bb0;
}/* Placeholder styles for Loading component */.live-session-body {
  display: flex;
  align-items: center;
}/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
.live-session__slides {
  display: flex;
}

.screen-slides-container {
  overflow: hidden;
  display: flex;
  min-height: 6rem;
  position: relative;
}

.slides-container {
  width: 100%;
  background-color: #b3b3b3;
  padding: 0.8rem;
  display: flex;
  z-index: 99;
}
.slides-container.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.slides {
  display: flex;
  overflow-x: auto;
  gap: 0.4rem;
}
.slides img {
  width: 100%;
  height: 100%;
}
.slides .slide {
  aspect-ratio: 4/3;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 2px solid transparent;
  min-width: fit-content;
  transition: opacity 0.2s ease;
}
.slides .slide__num {
  position: absolute;
  bottom: -1px;
  background-color: #e8e8e8;
  color: #333333;
  border-radius: 0.8rem 0 0 0;
  transition: 0.3s;
  width: clamp(17px, 5vw, 40px);
  height: clamp(13px, 4vw, 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, 3vw, 16px);
  font-weight: 500;
  right: 0;
}
.slides .slide.active {
  border-color: #026bb0;
}
.slides .slide.active .slide__num {
  background-color: #026bb0;
  color: #e8e8e8;
}
.slides .slide.disabled {
  opacity: 0.45;
  filter: grayscale(0.5);
  pointer-events: none;
}

.slides-navigation {
  display: flex;
  align-items: center;
}

.btn.slides-navigation__button {
  position: absolute;
  width: clamp(2rem, 3vw, 3rem);
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  height: clamp(2rem, 3vw, 3rem);
  background-color: #787878;
  border-radius: 50%;
  padding: 0;
  color: white;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.layout-ltr .btn.slides-navigation__button.left-btn {
  left: 1rem;
}
.layout-rtl .btn.slides-navigation__button.left-btn {
  right: 1rem;
}
.layout-ltr .btn.slides-navigation__button.right-btn {
  right: 1rem;
}
.layout-rtl .btn.slides-navigation__button.right-btn {
  left: 1rem;
}
.btn.slides-navigation__button.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.btn.slides-navigation__button:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}.dropdown {
  position: absolute;
  z-index: 1000;
  transform: translateX(-50%); /* Re-enable transform for proper centering */
}

.dropdown-menu {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0.5px 5px 20px rgba(202, 202, 202, 0.5);
}
.dropdown-menu .btn {
  width: 100%;
  height: auto;
  padding: 0;
}
.dropdown-menu .btn.active {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.dropdown-menu ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding: 2.4rem 0;
  padding-top: 2.8rem;
}
.dropdown-menu li:has(.line) {
  padding: 0 1.5rem;
}
.dropdown-menu::after {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #026bb0;
  z-index: 1001;
  content: "";
}

.dropdown-title {
  background: #026bb0;
  color: white;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.users-dropdown .dropdown-menu {
  max-height: 30rem;
  overflow: auto;
}
.users-dropdown .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 2rem;
  left: inherit;
  transform: unset;
}
.users-dropdown .empty-state {
  padding: 3rem 2rem;
  min-height: 10rem;
  background-color: white;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0.5px 5px 20px rgba(202, 202, 202, 0.5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.users-dropdown .empty-state p {
  color: #9e9e9e;
  font-size: 1.5rem;
  text-align: center;
}
.users-dropdown li {
  display: flex;
  padding: 12px 16px;
  align-items: center;
}
.users-dropdown li:last-child {
  border-bottom: none;
}
.users-dropdown li span {
  font-size: 1.5rem;
}
.users-dropdown li .btn {
  width: auto;
  color: #ff3b30;
  margin-inline-start: auto;
}
.users-dropdown li .btn:hover {
  color: rgb(226.5, 12.0362318841, 0);
}
.users-dropdown:has(.empty-state)::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 2rem;
  transform: unset;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #026bb0;
  z-index: 1001;
}.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
.modal p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.modal .cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .cta--block {
  flex-direction: column;
}
.modal .cta--block .btn {
  height: 5.6rem;
  width: 100%;
}

.modal_container {
  width: 65rem;
  margin: auto;
  background-color: white;
  border-radius: 16px;
  padding: 1.6rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.modal_container--small {
  width: 40rem;
}

.kick-out-popup .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kick-out-popup .popup-icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #fff4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kick-out-popup .popup-icon i {
  font-size: 2rem;
  color: #ff3b30;
}.session-controllers-container {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  height: 10rem;
  overflow: hidden;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 991px) {
  .toolbar {
    padding: 0 1.5rem;
  }
}

.toolbar__pens {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 auto;
  margin-bottom: -7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.toolbar__pens .btn-pen {
  padding: 0;
}
.toolbar__pens .btn-pen img {
  width: 2.6rem;
}
@media screen and (max-width: 991px) {
  .toolbar__pens .btn-pen img {
    width: 2rem;
  }
}
.toolbar__pens .btn-pen.active {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .toolbar__pens {
    gap: 1rem;
  }
}

.toolbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-inline-end: 2rem;
  max-width: 33.333%;
  flex-wrap: wrap;
}
.toolbar__actions .btn {
  padding: 0;
}
.toolbar__actions .btn.app-btn-icon {
  background-color: white;
  border-radius: 50%;
  font-size: 1.8rem;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
}
.toolbar__actions .btn.app-btn-icon img {
  width: 2rem;
}
.toolbar__actions .btn.app-btn-icon.btn-red {
  background-color: #ff3b30;
  color: white;
}
.toolbar__actions .btn.app-btn-icon.btn-white {
  background-color: White;
}
.toolbar__actions .btn.app-btn-icon.btn-blue {
  background-color: #026bb0;
  color: white;
}
.toolbar__actions .btn.app-btn-icon.active {
  background-color: #026bb0;
  color: white;
}
.toolbar__actions .btn.app-btn-icon.active img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .toolbar__actions .btn.app-btn-icon {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
  }
  .toolbar__actions .btn.app-btn-icon img {
    width: 2rem;
  }
}
.toolbar__actions.session-buttons-actions {
  margin-inline-start: auto;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-inline-start: 2rem;
  margin-inline-end: 0;
}

.line {
  display: block;
  height: 0.2rem;
  width: 17rem;
  background-color: #e8e9e9;
  transition: 0.3s;
  border-radius: 25px;
}
.line:hover {
  background-color: rgb(208.54, 210.56, 210.56);
}
.line.line--regular {
  height: 0.3rem;
}
.line.line--medium {
  height: 0.4rem;
}
.line.line--semibold {
  height: 0.5rem;
}
.line.line--bold {
  height: 0.6rem;
}
.line.line--black {
  background-color: #4d4d4f;
}
.line.line--blue {
  background-color: #56a5e1;
}
.line.line--red {
  background-color: #e24c3c;
}
.line.line--green {
  background-color: #119f25;
}
.line.line--orange {
  background-color: #f4a304;
}
.line.line--purple {
  background-color: #ff2aff;
}
.line.line--eraser {
  background-color: rgba(2, 107, 176, 0.4);
}

.toolbar__time p {
  display: flex;
  align-items: baseline;
  color: #4d4d4f;
  font-size: 1.5rem;
  font-weight: bold;
}
.toolbar__time p span {
  color: rgba(77, 77, 79, 0.4);
  margin-inline-end: 1rem;
  font-size: 1.2rem;
}

.grid-dropdown .slide-template {
  border: 1px solid #afafaf;
  position: relative;
  width: 172px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
}
.grid-dropdown .slide-template.selected {
  border: 1px solid #026bb0;
}
.grid-dropdown ul {
  gap: 1rem;
  padding: 1.5rem 0;
}

.blank-template {
  background: #fff;
}

.counter-controller {
  position: absolute;
  bottom: 18px;
  left: 1.2rem;
  right: 1.2rem;
  background-color: #eeeeef;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  box-shadow: 0px 0.15rem 0 #b2b2b2;
}

.counter-display {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
}

.counter-button {
  border: none;
  background: none;
  font-size: 2rem;
  flex: 1;
  cursor: pointer;
  border-inline-end: 1px solid rgba(60, 60, 67, 0.1803921569);
}
.counter-button:last-child {
  border-inline-end: none;
}

.notification {
  background-color: #026bb0;
  color: white;
  padding: 0.3rem 1rem;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.5vw, 1.3rem);
  border-radius: 0.2rem;
}
.notification .notification-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification img {
  filter: brightness(0) invert(1);
  width: 1.5rem;
  margin-inline-start: 1rem;
}
.notification-warning {
  background-color: #d91e18;
  box-shadow: 0 0 0 2px #d93636, 0 0 10px rgba(217, 54, 54, 0.5), 0 0 20px rgba(217, 54, 54, 0.3), 0 0 30px rgba(217, 54, 54, 0.15);
}

.redo-btn img {
  transform: scaleX(-1);
}.end-session-timer {
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.end-session-timer .time-value {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 2ch;
  text-align: center;
}
.end-session-timer .time-label {
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: 0.5rem;
}

.end-session-timer--extra {
  color: red;
}
.end-session-timer--extra .time-value,
.end-session-timer--extra .time-label {
  color: red;
}/* === Calc Mixin ==== */
/* ==== Usage example
@include calc( width, '100% - 2px');
===================*/
/* This is to override the box-sizing mixin in compass so that the deprecated warning doesn't show */
/* Clearfix */
/*********************************************************
    // handling font awesome icon
**********************************************************/
/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
.chat {
  display: flex;
  overflow: hidden;
  position: relative;
}
.chat p {
  overflow-wrap: anywhere;
}
.chat > ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: 0.3s;
}
.chat h4 {
  font-size: 1.5rem;
  padding: 0 1.5rem;
}
.chat svg {
  width: 2rem;
  height: 2rem;
  fill: #026bb0;
}
.chat .action {
  margin-inline-start: auto;
}
.chat .action button {
  height: 2.5rem;
  width: 1rem;
  padding: 0;
  padding-top: 6px;
}
.chat li {
  padding: 1rem 1.5rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  padding-inline-end: 2.3rem;
}
.chat li h3 {
  font-weight: 600;
  color: #333;
  font-size: 1.3rem;
  display: inline;
}
.chat li p {
  font-size: 1.3rem;
  display: inline;
  margin-top: 0.2rem;
}
.chat li.same-sender {
  margin-top: -1rem;
}
.chat li.same-sender h3 {
  display: none;
}
.chat li.same-sender p {
  margin: 0;
}
.chat .message {
  padding-inline-end: 1rem;
}

.dropdown-menu--message {
  min-width: 20rem;
}
.dropdown-menu--message .action-button {
  margin-inline-start: auto;
}
.dropdown-menu--message .dropdown-menu__list {
  padding: 0;
  gap: 0;
}
.dropdown-menu--message .dropdown-menu__list li {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.dropdown-menu--message::after {
  content: none;
}
.dropdown-menu--message ul {
  position: relative;
}
.dropdown-menu--message ul::after {
  content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 1.1rem;
  margin-inline-start: -1rem;
  top: -2rem;
  z-index: 1;
  right: 1rem;
}
.dropdown-menu--message .btn {
  font-weight: 400;
}/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
/* === Calc Mixin ==== */
/* ==== Usage example
@include calc( width, '100% - 2px');
===================*/
/* This is to override the box-sizing mixin in compass so that the deprecated warning doesn't show */
/* Clearfix */
/*********************************************************
    // handling font awesome icon
**********************************************************/
.statistics-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.statistics-block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  bottom: 0;
  background: #eee;
  padding: 1.5rem;
}
.statistics-block::-webkit-scrollbar {
  display: none;
}
.statistics-block .statistics {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.statistics-block li {
  padding: 0 !important;
}
.statistics-block li:hover {
  background-color: transparent;
}
.statistics-block .total-persentage {
  display: flex;
  align-items: center;
  border-radius: 0.6rem 0 0 0.6rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.layout-ltr .statistics-block .total-persentage {
  left: 0;
}
.layout-rtl .statistics-block .total-persentage {
  right: 0;
}

.choice {
  font-size: 2.4rem;
  border-radius: 0.6rem;
  width: 5.6rem;
  min-width: 5.6rem;
  height: 5.6rem;
  border: 1px solid #c4c4c4;
  background-color: white;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.statistics--action {
  margin-top: auto;
  padding: 1.6rem;
}
.statistics--action button {
  border-radius: 0.6rem;
  width: 100%;
  height: 5.4rem;
}

.total-statistics {
  border: 0.5px solid #b3b3b3;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: white;
  height: 5.6rem;
  padding: 1.2rem;
}
.total-statistics .total-responsive {
  z-index: 9;
}
.total-statistics .student-count {
  font-size: 1.8rem;
  font-weight: 700;
  margin-inline-end: 0.5rem;
}

.statistics-header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.accordion-toggle {
  width: 5.6rem;
  height: 5.6rem;
  min-width: 5.6rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  background: white;
  border: 1px solid #b3b3b3;
}

.icon-status {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
}

.statistics-item .students-list {
  background: #fff;
  border-radius: 8px;
  margin-top: 1.2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0666666667);
  padding: 1.2rem;
  max-height: 256px;
  overflow-y: auto;
}
.statistics-item .students-list .student-item {
  font-size: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #eee;
  color: #666;
}
.statistics-item .students-list .student-item:first-child {
  padding-top: 0.4rem;
}
.statistics-item .students-list .student-item:last-child {
  padding-bottom: 0.4rem;
  border-bottom: none;
}

.accordion-toggle {
  cursor: pointer;
}

.remaining-students {
  color: #666;
}
.remaining-students .total-persentage {
  background-color: #f3f3f3;
}

.disabled-answer .accordion-toggle {
  background-color: transparent;
  pointer-events: none;
  color: #999;
}
.disabled-answer .total-persentage {
  display: none;
}

.statistics-item {
  color: #026bb0;
}
.statistics-item .total-persentage {
  background-color: rgba(2, 107, 176, 0.1019607843);
}
.statistics-item.green-answer {
  color: #78b517;
}
.statistics-item.green-answer .choice {
  background-color: #78b517;
  color: white;
}
.statistics-item.green-answer .total-persentage {
  background-color: rgba(120, 181, 23, 0.1);
}
.statistics-item.red-answer {
  color: #ff3b30;
}
.statistics-item.red-answer .total-persentage {
  background-color: rgba(255, 59, 48, 0.1);
}.notifications {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.notifications i {
  font-size: 1.3rem;
}
.notifications .btn-link {
  padding: 0;
}
.notifications h5 {
  font-size: 1.3rem;
  margin-inline-end: auto;
  margin-inline-start: 0.8rem;
}
.notifications figure {
  margin-inline-start: 1rem;
  display: flex;
  align-items: center;
}
.notifications.notifications--green {
  color: #78b517;
}
.notifications.notifications--red {
  color: #ff3b30;
}

.sidebar {
  background-color: #eeeeef;
  height: 100%;
}.whiteboard-container {
  height: 100%;
}.session-report-table {
  border: 1px solid #cccccc;
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
}
.session-report-table__header-row {
  display: flex;
  align-items: center;
  height: 5rem;
  border-bottom: 1px solid #cccccc;
}
.session-report-table__header-row .session-report-table__cell {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  white-space: nowrap;
}
.session-report-table__row {
  display: flex;
  align-items: center;
  height: 5.1rem;
}
.session-report-table__row--striped {
  background-color: rgba(243, 243, 243, 0.5);
}
.session-report-table__cell {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  line-height: 2rem;
  padding: 0 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.session-report-table__cell--name {
  flex: 1.5;
}.session-report {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 3.2rem 0 4rem;
}
.session-report__meta {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.session-report__meta-item {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  margin: 0;
  line-height: 2rem;
}
.session-report__meta-label {
  font-weight: 600;
}
.session-report__empty {
  font-size: 1.6rem;
  color: #808080;
  text-align: center;
  padding: 4rem 0;
}
.session-report__loading, .session-report__error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
}
.session-report__error {
  color: #ff3b30;
}.session-details-header {
  position: relative;
  margin-bottom: 3.2rem;
}
.session-details-header__banner {
  height: 10.8rem;
  background-color: #026bb0;
  width: 100%;
  overflow: hidden;
}
.session-details-header__banner::before, .session-details-header__banner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 10.8rem;
  opacity: 0.08;
  background-image: radial-gradient(ellipse 67rem 50.4rem at 31.29rem 36.58rem, #ffffff 0%, transparent 100%);
  pointer-events: none;
}
.session-details-header__banner::before {
  left: 0;
}
.session-details-header__banner::after {
  right: 0;
  transform: scaleX(-1);
}
.session-details-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -4.2rem;
  padding-bottom: 2.4rem;
}
.session-details-header__icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.session-details-header__icon {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  border: 0.8rem solid #ffffff;
  object-fit: cover;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.session-details-header__icon--fallback {
  background: #f3f3f3;
  border-color: #ffffff;
}
.session-details-header__title {
  margin: 0 0 0.4rem;
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.session-details-header__meta {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
}.session-resource-list {
  padding: 1.6rem;
  border: 1px solid #cccccc;
  border-radius: 1.6rem;
  background: #ffffff;
}
.session-resource-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.session-resource-list__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  color: #333333;
}
.session-resource-list__download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.8rem;
  border: none;
  border-radius: 50%;
  background: #f3f3f3;
  color: #333333;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}
.session-resource-list__download-btn:hover:not([disabled]) {
  background: rgb(230.25, 230.25, 230.25);
}
.session-resource-list__download-btn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.session-resource-list__download-btn:focus-visible {
  outline: 2px solid #026bb0;
  outline-offset: 2px;
}
.session-resource-list__divider {
  height: 1px;
  background: #e6e6e6;
  margin: 1.6rem 0;
}
.session-resource-list__empty {
  margin: 0;
  padding: 1.6rem 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #333333;
  text-align: start;
}
.session-resource-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.session-resource-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333333;
  font-size: 2rem;
  line-height: 2.7rem;
}
.session-resource-list__link:hover .session-resource-list__name {
  color: #026bb0;
}
.session-resource-list__name {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  font-weight: 400;
}.session-live-recording__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  padding: 2rem 1.6rem;
  border: 1px solid #cccccc;
  border-radius: 1.6rem;
  background: #ffffff;
}
.session-live-recording__empty-text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 2.2rem;
  text-align: center;
}
.session-live-recording__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .session-live-recording__cards {
    grid-template-columns: 1fr;
  }
}
.session-live-recording__column {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.session-live-recording__column:only-child {
  grid-column: 1/-1;
}
.session-live-recording__card-label {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
  line-height: 2.7rem;
}
.session-live-recording__card {
  position: relative;
  border: none;
  border-radius: 1.6rem;
  height: 42.1rem;
  padding: 2.9rem 1.6rem 6rem;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.session-live-recording__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.session-live-recording__card--live {
  background: #e51d74;
}
.session-live-recording__card--ai {
  background: #026bb0;
}
.session-live-recording__card:focus-visible {
  outline: 2px solid #026bb0;
  outline-offset: 2px;
}
.session-live-recording__card-eyebrow {
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
  margin-bottom: 1rem;
}
.session-live-recording__card-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 100%;
  word-break: break-word;
}
.session-live-recording__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
}
.session-live-recording__card--live .session-live-recording__play {
  color: #e51d74;
}
.session-live-recording__card--ai .session-live-recording__play {
  color: #026bb0;
}
.session-live-recording__pill {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 2.4rem;
  border-radius: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  max-width: calc(100% - 3.2rem);
  overflow: hidden;
  text-overflow: ellipsis;
}
.session-live-recording__pill--live {
  background: #ef5699;
}
.session-live-recording__pill--ai {
  background: #3c8cc1;
}
.session-live-recording__modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}
.session-live-recording__modal-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.session-live-recording__modal-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  background: #000;
  border-radius: 0.8rem;
  overflow: hidden;
}
.session-live-recording__modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  color: #333333;
}
.session-live-recording__video {
  display: block;
  width: 100%;
  max-height: 80vh;
}.session-student-report__card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 2.4rem 1.6rem;
  border: 1px solid #cccccc;
  border-radius: 1.6rem;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  text-align: start;
  box-sizing: border-box;
}
.session-student-report__card:hover {
  background: #f3f3f3;
}
.session-student-report__card:focus-visible {
  outline: 2px solid #026bb0;
  outline-offset: 2px;
}
.session-student-report__text {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.session-student-report__label {
  width: 100%;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #333333;
}
.session-student-report__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #b3b3b3;
  font-size: 2rem;
  line-height: 1;
}.session-details-page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 4rem;
}
.session-details-page__state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
}
.session-details-page__materials {
  flex: 1;
}
.session-details-page__materials > .container > * {
  margin-bottom: 2.4rem;
}
.session-details-page__materials > .container > *:last-child {
  margin-bottom: 0;
}.admin-page {
  padding: 2.4rem 0 4rem;
}
.admin-page .admin-cards {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.admin-page .admin-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  background-color: #f0f6fb;
  border-radius: 1.6rem;
  padding: 2.4rem 9.8rem 3.2rem;
  text-decoration: none;
  color: #333333;
  width: 36.9rem;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.admin-page .admin-card:hover {
  background-color: #d0e3f0;
  text-decoration: none;
}
.admin-page .admin-card__icon {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.admin-page .admin-card__icon img {
  width: 4.9rem;
  height: 4rem;
  object-fit: contain;
}
.admin-page .admin-card__label {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  text-align: center;
  color: #333333;
  white-space: nowrap;
}.profile-page {
  padding: 3.2rem 0 6rem;
  min-height: 100%;
}
.profile-page__content {
  max-width: 75.4rem;
  margin: 0 auto;
}
.profile-page__header {
  margin-bottom: 1rem;
}
.profile-page__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.profile-page__section-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
  margin: 0 0 0.8rem;
}
.profile-page__card {
  background-color: #f3f3f3;
  border-radius: 0.8rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.profile-page__fields-row {
  display: flex;
  gap: 0.8rem;
}
.profile-page__fields-row .profile-page__field {
  flex: 1 0 0;
  min-width: 0;
}
.profile-page__field {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.3rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  color: #808080;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
}
.profile-page__error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #ff3b30;
}.class-card {
  background-color: #ffffff;
  border: 1px solid #e8e9e9;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.class-card:hover {
  border-color: #026bb0;
  box-shadow: 0 4px 16px rgba(2, 107, 176, 0.1);
}
.class-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.4rem;
}
.class-card__subtitle {
  font-size: 1.4rem;
  color: #666666;
  margin: 0 0 1.2rem;
}
.class-card__row {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.class-card__label {
  font-size: 1.4rem;
  color: #999999;
}
.class-card__value {
  font-size: 1.4rem;
  color: #333333;
}.manage-classes {
  padding: 4rem 0;
  min-height: 100%;
}
.manage-classes__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0 0 3.2rem;
}
.manage-classes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1200px) {
  .manage-classes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .manage-classes__grid {
    grid-template-columns: 1fr;
  }
}
.manage-classes__empty {
  font-size: 1.6rem;
  color: #808080;
  text-align: center;
  padding: 4rem 0;
}
.manage-classes__error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
}
.manage-classes__error {
  color: #ff3b30;
}.seats-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
  .seats-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .seats-summary {
    grid-template-columns: 1fr;
  }
}
.seats-summary__card {
  background-color: #f3f3f3;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem;
}
.seats-summary__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.seats-summary__number {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  line-height: 1;
}
.seats-summary__icon {
  width: 2.6rem;
  height: 2.6rem;
  fill: #808080;
  flex-shrink: 0;
  margin-top: 0.4rem;
}
.seats-summary__label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  margin: 0 0 0.6rem;
}
.seats-summary__breakdown {
  font-size: 1.2rem;
  font-weight: 400;
  color: #808080;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  margin: 0;
  line-height: 1.8rem;
}.admin-common-table {
  --admin-table-min-width: 120rem;
  --admin-table-max-height: 53.4rem;
  border: 1px solid #cccccc;
  border-radius: 1.6rem;
  background: #ffffff;
  overflow: hidden;
}
.admin-common-table__scroll-wrapper {
  overflow: auto;
  max-height: var(--admin-table-max-height);
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd #ffffff;
  scrollbar-gutter: stable;
}
.admin-common-table__scroll-wrapper::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}
.admin-common-table__scroll-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
.admin-common-table__scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 4rem;
  border: 0.2rem solid #ffffff;
}
.admin-common-table__element {
  width: 100%;
  min-width: var(--admin-table-min-width);
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.admin-common-table__head {
  background: #ffffff;
}
.admin-common-table__row {
  min-height: 8.6rem;
}
.admin-common-table__row--head {
  height: 5rem;
}
.admin-common-table__row--head .admin-common-table__cell {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  position: sticky;
  top: 0;
  z-index: 1;
  white-space: nowrap;
}
.admin-common-table__row--shaded {
  background: rgba(243, 243, 243, 0.5);
}
.admin-common-table__cell {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  padding: 1.6rem 1.5rem;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
  line-height: 1.4;
}
.admin-common-table__cell--center {
  text-align: center;
}
.admin-common-table__cell--right {
  text-align: right;
}
.admin-common-table__empty {
  padding: 3.2rem;
  font-size: 1.4rem;
  color: #808080;
  text-align: center;
}.add-student-popup {
  width: 57.3rem;
  min-height: 39.6rem;
  background-color: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 2rem 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.add-student-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 2.4rem;
  margin-bottom: 2.8rem;
}
.add-student-popup__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}
.add-student-popup__cancel-btn {
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  color: #026bb0;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1;
}
.add-student-popup__cancel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.add-student-popup__add-btn {
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  color: #808080;
  cursor: default;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}
.add-student-popup__add-btn:not(:disabled) {
  color: #026bb0;
  cursor: pointer;
}
.add-student-popup__add-btn:disabled {
  color: #808080;
  cursor: not-allowed;
}
.add-student-popup__input-section {
  background-color: #f3f3f3;
  border-radius: 0.4rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.6rem;
}
.add-student-popup__input-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.3rem 1.6rem;
  gap: 0.8rem;
  height: 4.8rem;
  box-sizing: border-box;
}
.add-student-popup__flag {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.add-student-popup__flag-img {
  width: 2rem;
  height: 1.6rem;
  border-radius: 2px;
  object-fit: cover;
}
.add-student-popup__prefix {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  white-space: nowrap;
}
.add-student-popup__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  background: transparent;
  min-width: 0;
}
.add-student-popup__input::placeholder {
  color: #b0b0b0;
}
.add-student-popup__input:disabled {
  color: #b0b0b0;
}
.add-student-popup__search-row {
  display: flex;
  justify-content: flex-end;
}
.add-student-popup__search-btn {
  background-color: #026bb0;
  color: #ffffff;
  border: none;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  height: 4.8rem;
  width: 10rem;
}
.add-student-popup__search-btn:hover:not(:disabled) {
  opacity: 0.9;
}
.add-student-popup__search-btn:disabled {
  background-color: #9ac4e0;
  cursor: not-allowed;
}
.add-student-popup__error-banner {
  margin-top: 1.6rem;
  background-color: rgba(255, 48, 60, 0.1);
  border-radius: 0.4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ff3b30;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  padding: 0 1.6rem;
}
.add-student-popup__student-card {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: #f3f3f3;
  border-radius: 0.4rem;
  padding: 1.6rem;
  height: 8.8rem;
  box-sizing: border-box;
}
.add-student-popup__student-avatar {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.add-student-popup__avatar-initials {
  font-size: 2rem;
  font-weight: 700;
  color: #026bb0;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
}
.add-student-popup__student-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  overflow: hidden;
}
.add-student-popup__student-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
}
.add-student-popup__student-grade {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666666;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.students-list {
  --students-list-min-width: 114rem;
}
.students-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}
.students-list__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  margin: 0;
}
.students-list__add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background-color: #026bb0;
  color: #ffffff;
  border: none;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  min-height: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.students-list__add-btn:hover {
  opacity: 0.9;
}
.students-list__add-icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: #ffffff;
  flex-shrink: 0;
}
.students-list__table {
  border: 1px solid #cccccc;
  border-radius: 1.6rem;
  width: 100%;
  height: 53.4rem;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.students-list .admin-common-table {
  --admin-table-min-width: var(--students-list-min-width);
  --admin-table-max-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.students-list .admin-common-table__scroll-wrapper {
  flex: 1;
  max-height: 100%;
}
.students-list .admin-common-table__col--name {
  width: 24.6rem;
}
.students-list .admin-common-table__col--type {
  width: 22.4rem;
}
.students-list .admin-common-table__col--mobile {
  width: 24.7rem;
}
.students-list .admin-common-table__col--blocks {
  width: 23.7rem;
}
.students-list .admin-common-table__col--activation {
  width: 18.6rem;
}
.students-list .admin-common-table__row {
  height: 5.1rem;
}
.students-list .admin-common-table__row--head {
  height: 5rem;
}
.students-list .admin-common-table__row--body:last-child .admin-common-table__cell:first-child {
  border-bottom-left-radius: 1.6rem;
}
.students-list .admin-common-table__row--body:last-child .admin-common-table__cell:last-child {
  border-bottom-right-radius: 1.6rem;
}
.students-list .admin-common-table__cell {
  line-height: normal;
  height: 5.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.students-list .admin-common-table__cell:last-child {
  overflow: visible;
  padding-left: 0;
  padding-right: 1.6rem;
}
.students-list .admin-common-table__empty {
  height: 48.3rem;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  vertical-align: middle;
}
.students-list .admin-common-table__empty-row .admin-common-table__empty {
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.students-list__table-head-wrapper {
  flex-shrink: 0;
  overflow: hidden;
}
.students-list__table-body-wrapper {
  flex: 1;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd #ffffff;
  scrollbar-gutter: stable;
}
.students-list__table-body-wrapper::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}
.students-list__table-body-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
.students-list__table-body-wrapper::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 4rem;
  border: 0.2rem solid #ffffff;
}
.students-list__table-element {
  width: 100%;
  min-width: var(--students-list-min-width);
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.students-list__col--name {
  width: 24.6rem;
}
.students-list__col--type {
  width: 22.4rem;
}
.students-list__col--mobile {
  width: 24.7rem;
}
.students-list__col--blocks {
  width: 23.7rem;
}
.students-list__col--activation {
  width: 18.6rem;
}
.students-list__table-head {
  background-color: #ffffff;
}
.students-list__table-body .students-list__table-row--body:nth-child(even) {
  background-color: rgba(243, 243, 243, 0.5);
}
.students-list__table-body .students-list__table-row--body:nth-child(odd) {
  background-color: #ffffff;
}
.students-list__table-row {
  height: 5.1rem;
}
.students-list__table-row--head {
  height: 5rem;
}
.students-list__table-row--head .students-list__cell {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}
.students-list__table-row--body:last-child .students-list__cell:first-child {
  border-bottom-left-radius: 1.6rem;
}
.students-list__table-row--body:last-child .students-list__cell:last-child {
  border-bottom-right-radius: 1.6rem;
}
.students-list__cell {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  line-height: normal;
  height: 5.1rem;
  padding: 1.6rem 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-align: left;
}
.students-list__cell--name {
  min-width: 0;
}
.students-list__cell--type {
  min-width: 0;
}
.students-list__cell--mobile {
  min-width: 0;
}
.students-list__cell--blocks {
  min-width: 0;
}
.students-list__cell--activation {
  overflow: visible;
  padding-left: 0;
  padding-right: 1.6rem;
}
.students-list__activate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.students-list__activate-btn:hover {
  opacity: 0.7;
}
.students-list__activate-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.students-list__empty {
  height: 48.3rem;
  padding: 3.2rem;
  font-size: 1.4rem;
  color: #808080;
  text-align: center;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  vertical-align: middle;
}
.students-list__empty-row .students-list__empty {
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.students-list__activate-error {
  margin-top: 1.2rem;
  background-color: rgba(255, 48, 60, 0.1);
  border-radius: 0.4rem;
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff3b30;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
}
@media (max-width: 991px) {
  .students-list__table {
    height: 48rem;
  }
  .students-list__table-element {
    min-width: 98rem;
  }
  .students-list .admin-common-table {
    --admin-table-min-width: 98rem;
  }
  .students-list .admin-common-table__empty {
    min-height: 42.9rem;
  }
  .students-list__empty {
    min-height: 42.9rem;
  }
}
@media (max-width: 426px) {
  .students-list__title {
    font-size: 1.8rem;
  }
  .students-list__add-btn {
    width: 100%;
  }
  .students-list__table {
    height: 42rem;
  }
  .students-list__table-element {
    min-width: 92rem;
  }
  .students-list .admin-common-table {
    --admin-table-min-width: 92rem;
  }
  .students-list .admin-common-table__empty {
    min-height: 36.9rem;
  }
  .students-list__empty {
    min-height: 36.9rem;
  }
}

.activate-confirm-popup {
  width: 38.9rem;
  background-color: #ffffff;
  border-radius: 1.6rem;
  padding: 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.activate-confirm-popup__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  margin: 0 0 1.6rem;
  text-align: center;
  white-space: nowrap;
}
.activate-confirm-popup__message {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  text-align: center;
  margin: 0 0 2.4rem;
  line-height: 1.5;
  width: 34.1rem;
}
.activate-confirm-popup__yes-btn {
  width: 100%;
  background-color: #026bb0;
  color: #ffffff;
  border: none;
  border-radius: 4rem;
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-bottom: 0.8rem;
}
.activate-confirm-popup__yes-btn:hover:not(:disabled) {
  opacity: 0.9;
}
.activate-confirm-popup__yes-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.activate-confirm-popup__no-btn {
  width: 100%;
  background: none;
  border: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  cursor: pointer;
  padding: 1.4rem 2.4rem;
  text-align: center;
}
.activate-confirm-popup__no-btn:hover {
  opacity: 0.7;
}.class-detail {
  min-height: 100%;
}
.class-detail .container {
  padding-top: 3.2rem;
  padding-bottom: 4rem;
}
.class-detail__error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
}
.class-detail__error {
  color: #ff3b30;
}
.class-detail__header {
  margin-bottom: 2.4rem;
}
.class-detail__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  margin: 0 0 0.4rem;
}
.class-detail__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  margin: 0;
  line-height: 2.2rem;
}.earnings-page {
  padding: 2.4rem 0 6rem;
  min-height: 100%;
}
.earnings-page__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0 0 2.4rem;
}
.earnings-page__filter {
  margin-bottom: 2.4rem;
  position: relative;
}
.earnings-page__section {
  margin-bottom: 3.2rem;
}
.earnings-page__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 1.6rem;
}
.earnings-page__error, .earnings-page__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
}
.earnings-page__error {
  color: #ff3b30;
}

.earnings-year-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0.8rem;
  padding: 1.4rem 1.6rem;
  background: #ffffff;
  cursor: pointer;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  transition: border-color 0.2s;
}
.earnings-year-filter:hover, .earnings-year-filter:focus-visible {
  border-color: #026bb0;
  outline: none;
}
.earnings-year-filter__label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
}
.earnings-year-filter__icon {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1;
}

.earnings-year-dropdown {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0.8rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-width: 18rem;
  z-index: 100;
}
.earnings-year-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
}
.earnings-year-dropdown__item {
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  transition: background 0.15s;
}
.earnings-year-dropdown__item:hover {
  background: #f3f3f3;
}
.earnings-year-dropdown__item--active {
  font-weight: 600;
  color: #026bb0;
  background: rgba(2, 107, 176, 0.06);
}

.earnings-classes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.earnings-class-card {
  flex: 1 1 calc(50% - 0.8rem);
  min-width: 28rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1.2rem;
  padding: 1.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
}
.earnings-class-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  min-width: 0;
}
.earnings-class-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.earnings-class-card__grade, .earnings-class-card__schedule {
  font-size: 1.4rem;
  font-weight: 400;
  color: #808080;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.earnings-class-card__amount {
  font-size: 0;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
}
.earnings-class-card__currency {
  font-size: 1.8rem;
  font-weight: 400;
  color: #808080;
  margin-right: 4%;
}
.earnings-class-card__amount-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 768px) {
  .earnings-class-card {
    flex: 1 1 100%;
  }
}

.earnings-adjustments-row {
  display: flex;
  gap: 1.7rem;
  flex-wrap: wrap;
}

.earnings-adjustment-card {
  flex: 1 1 calc(50% - 0.85rem);
  min-width: 24rem;
  background: #f3f3f3;
  border-radius: 1.2rem;
  padding: 2rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.earnings-adjustment-card__left {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.earnings-adjustment-card__icon {
  font-size: 2.4rem;
  color: #333333;
  font-family: "Font-Awesome", sans-serif;
  font-style: normal;
  line-height: 1;
  width: 3.2rem;
  text-align: center;
  flex-shrink: 0;
}
.earnings-adjustment-card__label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
}
.earnings-adjustment-card__amount {
  font-size: 0;
  white-space: nowrap;
  margin: 0;
  flex-shrink: 0;
}
.earnings-adjustment-card__currency {
  font-size: 1.6rem;
  font-weight: 400;
  color: #808080;
}
.earnings-adjustment-card__amount-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 768px) {
  .earnings-adjustment-card {
    flex: 1 1 100%;
  }
}

.earnings-period-table {
  border: 1px solid #cccccc;
  border-radius: 1.6rem;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.earnings-period-table__head-wrapper {
  flex-shrink: 0;
  overflow: hidden;
}
.earnings-period-table__body-wrapper {
  flex: 1;
  max-height: 48.4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd #ffffff;
  scrollbar-gutter: stable;
}
.earnings-period-table__body-wrapper::-webkit-scrollbar {
  width: 0.8rem;
}
.earnings-period-table__body-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
.earnings-period-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 4rem;
  border: 0.2rem solid #ffffff;
}
.earnings-period-table__element {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.earnings-period-table__col--amount {
  width: 22rem;
}
.earnings-period-table__col--status {
  width: 16rem;
}
.earnings-period-table__head {
  background: #ffffff;
}
.earnings-period-table__row {
  height: 5.1rem;
}
.earnings-period-table__row--head {
  height: 5rem;
}
.earnings-period-table__row--head .earnings-period-table__cell {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}
.earnings-period-table__row--shaded {
  background: rgba(243, 243, 243, 0.5);
}
.earnings-period-table__row--clickable {
  cursor: pointer;
  transition: background 0.15s;
}
.earnings-period-table__row--clickable:hover {
  background: rgba(2, 107, 176, 0.05);
}
.earnings-period-table__cell {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  padding: 1.6rem 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-align: left;
}
.earnings-period-table__cell--center {
  text-align: center;
}
.earnings-period-table__cell--right {
  text-align: right;
}
@media (max-width: 768px) {
  .earnings-period-table__col--amount {
    width: 16rem;
  }
  .earnings-period-table__col--status {
    width: 12rem;
  }
  .earnings-period-table__cell {
    font-size: 1.3rem;
    padding: 1.2rem;
  }
}.month-earnings-page {
  padding: 2.4rem 0 6rem;
  min-height: 100%;
}
.month-earnings-page__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.month-earnings-page__back-btn {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  color: #333333;
  padding: 0.4rem;
  border-radius: 0.4rem;
  transition: opacity 0.2s;
}
.month-earnings-page__back-btn:hover {
  opacity: 0.7;
}
.month-earnings-page__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0;
}
.month-earnings-page__pdf-wrapper {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
}
.month-earnings-page__pdf-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #026bb0;
  color: #ffffff;
  border: none;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.month-earnings-page__pdf-btn:hover:not(:disabled) {
  opacity: 0.88;
}
.month-earnings-page__pdf-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.month-earnings-page__pdf-btn i {
  font-size: 1.4rem;
}
.month-earnings-page__pdf-error {
  font-size: 1.2rem;
  color: #ff3b30;
  text-align: end;
  margin: 0;
}
.month-earnings-page__error, .month-earnings-page__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
}
.month-earnings-page__error {
  color: #ff3b30;
}

.month-earnings-table {
  --admin-table-min-width: 176rem;
  --admin-table-max-height: 53.4rem;
}
.month-earnings-table .admin-common-table__col--date {
  width: 19rem;
}
.month-earnings-table .admin-common-table__col--class {
  width: 16rem;
}
.month-earnings-table .admin-common-table__col--grade {
  width: 10rem;
}
.month-earnings-table .admin-common-table__col--schedule {
  width: 17rem;
}
.month-earnings-table .admin-common-table__col--session {
  width: 18rem;
}
.month-earnings-table .admin-common-table__col--student {
  width: 16rem;
}
.month-earnings-table .admin-common-table__col--payment {
  width: 22rem;
}
.month-earnings-table .admin-common-table__col--remainder {
  width: 23rem;
}
.month-earnings-table .admin-common-table__col--net {
  width: 25rem;
}
.month-earnings-table .admin-common-table__col--type {
  width: 10rem;
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*********************************************************
    // arabic fonts
**********************************************************/
@font-face {
  font-family: "NotoSans/DroidArabicNaskh";
  src: url("/assets/droidnaskh-bold-DFEWhL-I.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans/DroidArabicNaskh";
  src: url("/assets/droidnaskh-regular-CDtX8Eso.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*********************************************************
    // english fonts
**********************************************************/
@font-face {
  font-family: "NotoSans/DroidArabicNaskh";
  src: url("/assets/notosans-bold-webfont-BSmHhFuD.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0000-007F;
}
@font-face {
  font-family: "NotoSans/DroidArabicNaskh";
  src: url("/assets/notosans-regular-webfont-CGhydutu.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0000-007F;
}
@font-face {
  font-family: "Font-Awesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fa-regular-400-w1ngN6i8.woff2") format("woff2");
}
@font-face {
  font-family: "Font-Awesome";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/assets/fa-light-300-BAFuLwpq.woff2") format("woff2");
}
@font-face {
  font-family: "Font-Awesome-brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fa-brands-400-i2gbILke.woff2") format("woff2");
}
@font-face {
  font-family: "Font-Awesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fa-solid-900-BpQisSSg.woff2") format("woff2");
}
@font-face {
  font-family: "Font-Awesome-Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fa-duotone-900-Dct5uNkA.woff2") format("woff2");
}
/* === Calc Mixin ==== */
/* ==== Usage example
@include calc( width, '100% - 2px');
===================*/
/* This is to override the box-sizing mixin in compass so that the deprecated warning doesn't show */
/* Clearfix */
/*********************************************************
    // handling font awesome icon
**********************************************************/
/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- text-align
- float (left/right)
- margin 
- padding
- absolute position (left/right)
- border
- note: "think about flexbox properties"
- background position (left/right)
- border radious
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
      // text-align
  **********************************************************/
/*********************************************************
      // float
  **********************************************************/
/*********************************************************
      // margin
  **********************************************************/
/*********************************************************
      // padding
  **********************************************************/
/*********************************************************
      // border
  **********************************************************/
/*********************************************************
      // left and right properties for absolute position
  **********************************************************/
/*********************************************************
      // handling not handled props
  **********************************************************/
.notifications {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.notifications i {
  font-size: 1.3rem;
}
.notifications .btn-link {
  padding: 0;
}
.notifications h5 {
  font-size: 1.3rem;
  margin-inline-end: auto;
  margin-inline-start: 0.8rem;
}
.notifications figure {
  margin-inline-start: 1rem;
  display: flex;
  align-items: center;
}
.notifications.notifications--green {
  color: #78b517;
}
.notifications.notifications--red {
  color: #ff3b30;
}

.input,
textarea,
select {
  outline: 0;
  padding: 0;
  appearance: none;
  background-color: transparent;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  border: 0;
  width: 100%;
  font-size: 1.6rem;
}
.input:focus,
textarea:focus,
select:focus {
  border-color: #026bb0;
}
.input[disabled],
textarea[disabled],
select[disabled] {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.input[disabled]:hover,
textarea[disabled]:hover,
select[disabled]:hover {
  opacity: 0.5;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.form-wrapper {
  background-color: #f1f1f1;
  padding: 1.6rem;
  border-radius: 8px;
}
.form-wrapper .form-wrapper__fields .form-wrapper--two-field {
  display: flex;
  align-items: center;
}
.form-wrapper .form-wrapper__fields .form-wrapper--two-field .form-wrapper__fields__input {
  margin-inline-end: 1.5rem;
}
.form-wrapper .form-wrapper__fields .form-wrapper--two-field .form-wrapper__fields__input:last-child {
  margin: 0;
}
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input {
  background-color: white;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 1rem;
  border-radius: 5px;
  position: relative;
  height: 4.9rem;
  display: flex;
}
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input:first-child {
  margin-top: 0;
}
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input .input,
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input .select {
  color: black;
  padding: 0 1.4rem;
  font-size: 1.6rem;
  height: 4.9rem;
}
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input .input::placeholder,
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input .select::placeholder {
  color: #999999;
}
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input .input.password,
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input .select.password {
  padding-right: 4rem;
}
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input .placeholder {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  text-transform: capitalize;
  padding: 0;
}
.form-wrapper .form-wrapper__fields .form-wrapper__fields__input span {
  font-size: 1.5rem;
  color: #999999;
}

.verification-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.8rem;
}
.verification-form .input {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: white;
  min-height: 10.8rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.toggle-switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-top: 1px solid #eaeaea;
}
.toggle-switch__label {
  font-size: 1.2rem;
  color: #333333;
  font-weight: 500;
}
.toggle-switch__control {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 2.8rem;
}
.toggle-switch__control input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch__control input:checked + .slider {
  background-color: #026bb0;
}
.toggle-switch__control input:checked + .slider:before {
  transform: translateX(2.2rem);
}
.toggle-switch__control .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.toggle-switch__control .slider:before {
  position: absolute;
  content: "";
  height: 2rem;
  width: 2rem;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.f-icon {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.f-icon:before {
  display: inline-block;
  font-family: "Font-Awesome";
  font-weight: 900 !important;
  font-style: normal !important;
  font-size: inherit;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.f-icon:after {
  opacity: 1;
}
.f-icon.duotone:before, .f-icon.duotone:after {
  font-family: "Font-Awesome-Duotone";
  font-weight: 900 !important;
  font-style: normal !important;
}
.f-icon.duotone:before {
  opacity: 1;
}
.f-icon.duotone:after {
  opacity: 0.4;
  position: absolute;
  top: 0;
  text-align: center;
}
.f-icon.brand:before {
  font-family: "Font-Awesome-Brands";
  font-weight: 300 !important;
}
.f-icon.fa-light:before {
  font-family: "Font-Awesome";
  font-weight: 300 !important;
}
.f-icon.fa-medium:before {
  font-family: "Font-Awesome";
  font-weight: 400 !important;
}

.times-icon:before {
  content: "\f00d";
}

.microphone-icon:before {
  content: "\f130";
}

.microphone-slash-icon:before {
  content: "\f131";
}

.plus-icon:before {
  content: "+";
}

.minus-icon::before {
  content: "\f068";
}

.paper-plane-icon:before {
  content: "\f1d8";
}

.sync-icon:before {
  content: "\f021";
}

.video-icon:before {
  content: "\f03d";
}

.user-friends-icon:before {
  content: "\f500";
}

.user-times-icon:before {
  content: "\f235";
}

.globe-icon:before {
  content: "\f0ac";
}

.screen-users-icon:before {
  content: "\f63d";
}
.screen-users-icon.duotone::after {
  content: "\10f63d";
}

.pen-ruler-icon:before {
  content: "\f5ae";
}
.pen-ruler-icon.duotone::after {
  content: "\10f5ae";
}

.comments-icon:before {
  content: "\f086";
}
.comments-icon.duotone::after {
  content: "\10f086";
}

.gear-icon:before {
  content: "\f013";
}
.gear-icon.duotone::after {
  content: "\10f013";
}

.chevron-down-icon:before {
  content: "\f078";
}

.chevron-up-icon::before {
  content: "\f077";
}

.stopwatch-icon:before {
  content: "\f2f2";
}

.chevron-right-icon:before {
  content: "\f054";
}

.chevron-left-icon:before {
  content: "\f053";
}

.arrow-down-icon:before {
  content: "\f063";
}

.coins-icon:before {
  content: "\f51e";
}

.user-plus-icon:before {
  content: "\f234";
}

.user-lock-icon:before {
  content: "\f502";
}

.user-group-icon:before {
  content: "\f500";
}

.bars-icon:before {
  content: "\f0c9";
}

.file-pdf-icon:before {
  content: "\f1c1";
}

.file-icon:before {
  content: "\f15b";
}

.play-icon:before {
  content: "\f04b";
}

.image-icon:before {
  content: "\f03e";
}

.ban-icon::before {
  content: "\f05e";
}

.camera-icon::before {
  content: "\f030";
}

.check-icon::before {
  content: "\f00c";
}

.trash-alt-icon::before {
  content: "\f2ed";
}

.ellipsis-vertical-icon::before {
  content: "\f142";
}

.sign-out-alt-icon:before {
  content: "\f2f5";
}

.sign-in-alt-icon:before {
  content: "\f2f6";
}

/* ================ GLOBAL STYLES ================ */
* {
  outline: 0;
}

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

html {
  height: 100%;
  overflow-y: scroll;
  font-size: 10px;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
  scroll-behavior: smooth;
}

body {
  color: #333333;
}
body::after {
  display: block;
  content: "";
  clear: both;
}
body {
  height: 100%;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-overflow-scrolling: touch;
}
body.app-content-rtl {
  font-family: "DroidArabicNaskh", sans-serif;
  font-size: 1.6rem;
}
body.full-height {
  height: 100%;
}
body.small-header {
  height: calc(100% - 100px);
}
body a,
body button,
body input {
  text-decoration: none;
  transition: background-color 0.3s, bottom 0.3s, color 0.3s, border 0.3s;
  outline: none;
}
body *::-webkit-scrollbar {
  width: 0;
  height: 0;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
body *::-webkit-scrollbar-thumb {
  background: #ced4da;
}
body *:hover::-webkit-scrollbar-thumb {
  background: #adb5bd;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 766px) {
  .container.flex {
    display: block;
  }
}
@media screen and (max-width: 603px) {
  .container {
    padding: 0 1.5rem;
  }
}
.container.container--fullwidth {
  max-width: unset;
  padding: 0 2.2rem;
}

.btn, .close-btn, .close-modal, .btn-outline-black, .btn-red, .btn-primary {
  outline: 0;
  border: 0;
  background: none;
  border-radius: 2.5rem;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid transparent;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  height: 4.8rem;
  padding: 0 2.4rem;
  cursor: pointer;
}
[disabled].btn, [disabled].close-btn, [disabled].close-modal, [disabled].btn-outline-black, [disabled].btn-red, [disabled].btn-primary {
  pointer-events: none;
  opacity: 0.5;
}

.btn-primary {
  background-color: #026bb0;
  color: white;
}
.btn-primary:hover {
  background-color: rgb(2.2865168539, 122.3286516854, 201.2134831461);
}

.btn-red {
  background-color: #ff3b30;
  color: white;
}
.btn-red:hover {
  background-color: rgb(255, 83.1449275362, 73.5);
}

.btn-outline-black {
  background-color: transparent;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.disabled:hover {
  opacity: 0.5;
}

.btn-outline-black {
  border: 0.5px solid #333333;
  color: #333333;
}
.btn-outline-black:hover {
  background-color: #333333;
  color: white;
}

.btn-link-dark {
  background-color: transparent;
  color: #333333;
}
.btn-link-dark:hover {
  background-color: transparent;
  color: rgb(63.75, 63.75, 63.75);
}

.btn-link-red {
  background-color: transparent;
  color: #ff3b30;
}
.btn-link-red:hover {
  background-color: transparent;
  color: rgb(255, 83.1449275362, 73.5);
}

.slider__container {
  display: grid;
  grid-template-columns: auto minmax(50%, 1200px) auto;
  grid-template-areas: "sep1 slider sep2";
  overflow: scroll;
}
.slider__container::-webkit-scrollbar {
  display: none;
}
.slider__container .cards {
  grid-area: slider;
  display: flex;
  gap: 1.6rem;
  padding-inline-start: 3rem;
}
@media screen and (max-width: 603px) {
  .slider__container .cards {
    padding-inline-start: 1.5rem;
  }
}
.slider__container .cards::selection {
  background-color: transparent;
}

.slider__arrows {
  display: flex;
  align-items: center;
  width: 0;
}
.slider__arrows .scrollbar-arrow {
  position: absolute;
  margin-top: 5rem;
  width: 5rem;
  height: 5rem;
  padding: 0;
  color: white;
  background-color: rgba(71, 71, 71, 0.9);
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 603px) {
  .slider__arrows .scrollbar-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.slider__arrows .scrollbar-arrow i {
  margin: 0;
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 603px) {
  .slider__arrows .scrollbar-arrow i {
    font-size: 1.2rem;
  }
}
.layout-ltr .slider__arrows .scrollbar-arrow.scrollbar-arrow--left {
  left: 3rem;
}
.layout-rtl .slider__arrows .scrollbar-arrow.scrollbar-arrow--left {
  right: 3rem;
}
@media screen and (max-width: 426px) {
  .layout-ltr .slider__arrows .scrollbar-arrow.scrollbar-arrow--left {
    left: 1rem;
  }
  .layout-rtl .slider__arrows .scrollbar-arrow.scrollbar-arrow--left {
    right: 1rem;
  }
}
.slider__arrows .scrollbar-arrow.scrollbar-arrow--left {
  display: none;
}
.layout-rtl .slider__arrows .scrollbar-arrow.scrollbar-arrow--left i {
  transform: scale(-1.2);
}
.slider__arrows .scrollbar-arrow.scrollbar-arrow--right {
  display: none;
}
.layout-ltr .slider__arrows .scrollbar-arrow.scrollbar-arrow--right {
  right: 3rem;
}
.layout-rtl .slider__arrows .scrollbar-arrow.scrollbar-arrow--right {
  left: 3rem;
}
.layout-rtl .slider__arrows .scrollbar-arrow.scrollbar-arrow--right i {
  transform: scale(-1.2);
}
@media screen and (max-width: 426px) {
  .layout-ltr .slider__arrows .scrollbar-arrow.scrollbar-arrow--right {
    right: 1rem;
  }
  .layout-rtl .slider__arrows .scrollbar-arrow.scrollbar-arrow--right {
    left: 1rem;
  }
}/* :root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
} */