@charset "UTF-8";
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
/* 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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
/* 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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
/* 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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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
**********************************************************/
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
/* 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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
/* === 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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
/* 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);
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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%;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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;
  }
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
.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");
}
/** Chat UI (migrated) — same stack as app */
/** Chat UI (migrated from o2o) — align with primary / neutrals */
/* === 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;
  left: 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-regular:before {
  font-family: "Font-Awesome";
  font-weight: 400 !important;
}

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

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

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

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

.arrow-right-icon:before {
  content: "\f061";
}

.arrow-left-icon:before {
  content: "\f060";
}

.clock-icon:before {
  content: "\f017";
}

.branch-icon:before {
  content: "\f0e8";
}

.graduation-cap-icon:before {
  content: "\f19d";
}

.question-icon::before {
  content: "\f128";
}
.question-icon.duotone::after {
  content: "\10f128";
}

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

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

.grades-icon:before {
  content: "\f00b";
}

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

.lock-alt-icon:before {
  content: "\f30d";
}

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

.dashboard-icon:before {
  content: "\f0e4";
}

.hat-icon:before {
  content: "\f19d";
}

.search-icon:before {
  content: "\f002";
}

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

.piechart-icon:before {
  content: "\f200";
}

.question-mark-icon:before {
  content: "\f059";
}

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

.child-icon:before {
  content: "\f1ae";
}

.arrow-top-icon:before {
  content: "\f062";
}

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

.plus-circle-icon:before {
  content: "\f055";
}

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

.angle-double-arrow-icon:before {
  content: "\f101";
}

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

.clone-icon::before {
  content: "\f24d";
}
.clone-icon.duotone::after {
  content: "\10f24d";
}

.info-circle-icon:before {
  content: "\f05a";
}

.map-marker-alt-icon:before {
  content: "\f3c5";
}

.phone-icon:before {
  content: "\f879";
}

.envelope-icon:before {
  content: "\f0e0";
}

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

.arrow-alt-circle-right-icon:before {
  content: "\f0a9";
}

.credit-card-icon:before {
  content: "\f09d";
}

.paypal-icon:before {
  content: "\f1ed";
}

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

.card-icon:before {
  content: "\f2bb";
}

.spinner-icon:before {
  content: "\f110";
}

.skipped-icon:before {
  content: "\f050";
}

.levels-icon:before {
  content: "\f201";
}

.home-icon:before {
  content: "\f015";
}

.eye-icon::before {
  content: "\f06e";
}
.eye-icon.duotone::after {
  content: "\10f06e";
}

.pencil-icon:before {
  content: "\f040";
}

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

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

.long-arrow-up-icon:before {
  content: "\f176";
}

.arrow-angle-right-icon:before {
  content: "\f105";
}

.arrow-angle-left-icon:before {
  content: "\f104";
}

.arrows-icon:before {
  content: "\f047";
}

.folders-icon:before {
  content: "\f660";
}

.folders-tree-icon:before {
  content: "\f802";
}

.books-icon::before {
  content: "\f5db";
}
.books-icon.duotone::after {
  content: "\10f5db";
}

.book-icon::before {
  content: "\f02d";
}
.book-icon.duotone::after {
  content: "\10f02d";
}

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

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

.file-certificate-icon::before {
  content: "\f5f3";
}
.file-certificate-icon.duotone::after {
  content: "\10f5f3";
}

.file-chart-pie-icon:before {
  content: "\f65a";
}

.calendar-day-icon:before {
  content: "\f783";
}

.facebook-icon:before {
  content: "\f39e";
}

.whatsapp-icon:before {
  content: "\f232";
}

.linkedin-icon:before {
  content: "\f0e1";
}

.youtube-icon:before {
  content: "\f167";
}

.badge-dollar-icon:before {
  content: "\f645";
}

.business-time-icon:before {
  content: "\f64a";
}

.barcode-alt-icon:before {
  content: "\f463";
}

.id-card-icon:before {
  content: "\f2c2";
}

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

.empty-set-icon:before {
  content: "\f656";
}

.book-reader-icon:before {
  content: "\f5da";
}

.door-open-icon:before {
  content: "\f52b";
}

.door-closed-icon:before {
  content: "\f52a";
}

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

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

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

.folder-open-icon:before {
  content: "\f07c";
}

.paperclip-icon:before {
  content: "\f0c6";
}

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

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

.arrow-to-bottom-icon:before {
  content: "\f33d";
}

.user-tie-icon:before {
  content: "\f508";
}

.users-class-icon:before {
  content: "\f63d";
}

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

.exclamation-triangle-icon:before {
  content: "\f071";
}

.chalkboard-teacher-icon:before {
  content: "\f51c";
}

.copy-icon::before {
  content: "\f0c5";
}
.copy-icon.duotone::after {
  content: "\10f0c5";
}

.comment-alt-lines-icon:before {
  content: "\f4a6";
}

.hourglass-start-icon::before {
  content: "\f251";
}
.hourglass-start-icon.duotone::after {
  content: "\10f251";
}

.tablet-alt-icon:before {
  content: "\f3fa";
}

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

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

.download-icon:before {
  content: "\f019";
}

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

.expand-icon:before {
  content: "\f065";
}

.compress-icon:before {
  content: "\f066";
}

.volume-icon:before {
  content: "\f028";
}

.mute-icon:before {
  content: "\f2e2";
}

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

.search-icon:before {
  content: "\f002";
}

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

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

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

.pause-icon:before {
  content: "\f04c";
}

.reply-icon:before {
  content: "\f3e5";
}

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

.download-icon:before {
  content: "\f019";
}

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

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

.chart-scatter-icon:before {
  content: "\f7ee";
}

.flask-icon:before {
  content: "\f0c3";
}

.underline-icon:before {
  content: "\f0cd";
}

.align-left-icon:before {
  content: "\f036";
}

.align-center-icon:before {
  content: "\f037";
}

.align-right-icon:before {
  content: "\f038";
}

.list-icon:before {
  content: "\f03a";
}

.list-ol-icon:before {
  content: "\f0cb";
}

.square-root-alt-icon:before {
  content: "\f698";
}

.palette-icon:before {
  content: "\f53f";
}

.highlighter-icon:before {
  content: "\f591";
}

.caret-down-icon:before {
  content: "\f0d7";
}

.paragraph-icon:before {
  content: "\f1dd";
}

.paragraph-rtl-icon:before {
  content: "\f878";
}

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

.images-icon::before {
  content: "\f302";
}
.images-icon.duotone::after {
  content: "\10f302";
}

.table-icon:before {
  content: "\f0ce";
}

.bold-icon:before {
  content: "\f032";
}

.italic-icon:before {
  content: "\f033";
}

.remove-format-icon:before {
  content: "\f87d";
}

.rectangle-portrait:before {
  content: "\f2fb";
}

.rectangle-landscape:before {
  content: "\f2fa";
}

.badge-check-icon::before {
  content: "\f336";
}
.badge-check-icon.duotone::after {
  content: "\10f336";
}

.cog-icon:before {
  content: "\f013";
}

.language-icon:before {
  content: "\f1ab";
}

.volume-icon:before {
  content: "\f6a8";
}

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

.square-icon:before {
  content: "\f0c8";
}

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

.headphone-icon:before {
  content: "\f025";
}

.redo-icon:before {
  content: "\f01e";
}

.puzzle-piece-icon:before {
  content: "\f12e";
}

.sliders-icon:before {
  content: "\f1de";
}

.waveform-lines-icon:before {
  content: "\f8f2";
}

.gem-icon:before {
  content: "\f3a5";
}

.dragon-icon:before {
  content: "\f6d5";
}

.ear-listen-icon:before {
  content: "\f2a2";
}

.twitter-icon:before {
  content: "\f099";
}

.instagram-icon:before {
  content: "\f16d";
}

.school-icon:before {
  content: "\f549";
}

.user-graduate-icon:before {
  content: "\f501";
}

.headphones-alt-icon:before {
  content: "\f58f";
}

.squirrel-icon::before {
  content: "\f71a";
}
.squirrel-icon.duotone::after {
  content: "\10f71a";
}

.star-icon::before {
  content: "\f005";
}
.star-icon.duotone::after {
  content: "\10f005";
}

.globe-alt-icon::before {
  content: "\f0ac";
}
.globe-alt-icon.duotone::after {
  content: "\10f0ac";
}

.signal-alt-icon::before {
  content: "\f690";
}
.signal-alt-icon.duotone::after {
  content: "\10f690";
}

.signal-alt-slash-icon::before {
  content: "\f694";
}
.signal-alt-slash-icon.duotone::after {
  content: "\10f694";
}

.magic-icon::before {
  content: "\f0d0";
}
.magic-icon.duotone::after {
  content: "\10f0d0";
}

.paintbrush-pencil-icon::before {
  content: "\f618";
}
.paintbrush-pencil-icon.duotone::after {
  content: "\10f618";
}

.cloud-download-icon::before {
  content: "\f0ed";
}
.cloud-download-icon.duotone::after {
  content: "\10f0ed";
}

.headphones-icon::before {
  content: "\f58f";
}
.headphones-icon.duotone::after {
  content: "\10f58f";
}

.waveform-icon::before {
  content: "\f8f1";
}
.waveform-icon.duotone::after {
  content: "\10f8f1";
}

.waveform-path-icon::before {
  content: "\f8f2";
}
.waveform-path-icon.duotone::after {
  content: "\10f8f2";
}

.language-icon::before {
  content: "\f1ab";
}
.language-icon.duotone::after {
  content: "\10f1ab";
}

.star-shooting-icon::before {
  content: "\e036";
}
.star-shooting-icon.duotone::after {
  content: "\10e036";
}

.hand-pointer-icon::before {
  content: "\f25a";
}
.hand-pointer-icon.duotone::after {
  content: "\10f25a";
}

.stars-icon::before {
  content: "\f762";
}
.stars-icon.duotone::after {
  content: "\10f762";
}

.flag-icon::before {
  content: "\f024";
}
.flag-icon.duotone::after {
  content: "\10f024";
}

.shapes-icon::before {
  content: "\f61f";
}
.shapes-icon.duotone::after {
  content: "\10f61f";
}

.brain-icon::before {
  content: "\f5dc";
}
.brain-icon.duotone::after {
  content: "\10f5dc";
}

.sync-alt-icon::before {
  content: "\f2f1";
}
.sync-alt-icon.duotone::after {
  content: "\10f2f1";
}

.layer-group-icon::before {
  content: "\f5fd";
}
.layer-group-icon.duotone::after {
  content: "\10f5fd";
}

.chart-pie-alt-icon::before {
  content: "\f64e";
}
.chart-pie-alt-icon.duotone::after {
  content: "\10f64e";
}

.ballot-check-icon::before {
  content: "\f733";
}
.ballot-check-icon.duotone::after {
  content: "\10f733";
}

.smile-beam-icon::before {
  content: "\f5b8";
}
.smile-beam-icon.duotone::after {
  content: "\10f5b8";
}

.user-chart-icon::before {
  content: "\f6a3";
}
.user-chart-icon.duotone::after {
  content: "\10f6a3";
}

.file-check-icon::before {
  content: "\f316";
}
.file-check-icon.duotone::after {
  content: "\10f316";
}

.rocket-launch-icon::before {
  content: "\e027";
}
.rocket-launch-icon.duotone::after {
  content: "\10e027";
}

.heart-icon::before {
  content: "\f004";
}
.heart-icon.duotone::after {
  content: "\10f004";
}

.glasses-icon::before {
  content: "\f530";
}
.glasses-icon.duotone::after {
  content: "\10f530";
}

.analytics-icon::before {
  content: "\f643";
}
.analytics-icon.duotone::after {
  content: "\10f643";
}

.user-check-icon::before {
  content: "\f4fc";
}
.user-check-icon.duotone::after {
  content: "\10f4fc";
}

.windows-icon::before {
  content: "\f17a";
}

.apple-icon::before {
  content: "\f179";
}

.linux-icon::before {
  content: "\f17c";
}

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

.arrow-alt-circle-down-icon::before {
  content: "\f358";
}

.filter-icon:before {
  content: "\f0b0";
}

.wallet-icon:before {
  content: "\f555";
}

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

.mobile-android-icon:before {
  content: "\f3ce";
}

.tablet-android-icon:before {
  content: "\f3fb";
}

.desktop-icon:before {
  content: "\f108";
}

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

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

.feather-icon:before {
  content: "\f52d";
}

.arrow-right-from-bracket-icon::before {
  content: "\f08b";
}

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

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

.question-circle-icon::before {
  content: "\f059";
}

.thumbs-up-icon::before {
  content: "\f164";
}

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

.graduation-cap-icon::before {
  content: "\f19d";
}

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

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

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

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

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

.fa-party-horn::before {
  content: "\f7d6";
}

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

.face-grin-icon::before {
  content: "\f580";
}

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

.headset-icon::before {
  content: "\f590";
}

.circle-xmark-icon::before {
  content: "\f057";
}

.badge-percent-icon::before {
  content: "\f646";
}

.gift-icon::before {
  content: "\f06b";
}

.smile-icon::before {
  content: "\f118";
}

.test {
  color: transparent;
}

.female-icon::before {
  content: "\f221";
}

.male-icon::before {
  content: "\f222";
}

.repeat-icon::before {
  content: "\f363";
}

.trash-can-undo-icon::before {
  content: "\f896";
}

/* ================ 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;
}

.chat-page {
  width: 100%;
  padding: 0;
}
.chat-page .wrapper {
  height: calc(100vh - 15rem);
  padding-top: 32px;
  padding-bottom: 99px;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (max-width: 766px) {
  .chat-page .wrapper {
    height: calc(100vh - 10rem);
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 426px) {
  .chat-page .wrapper {
    height: calc(100vh - 7rem);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.chat-page .container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.layout-ltr .chat-widget {
  direction: ltr;
}
.layout-rtl .chat-widget {
  direction: rtl;
}
.chat-widget {
  border: 1px solid #cccccc;
  border-radius: 12px;
  overflow: hidden;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  height: 100%;
  display: flex;
  width: 100%;
  min-height: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.chat-widget__pane {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.chat-widget__pane--sidebar {
  flex-shrink: 0;
  height: 100%;
}
.chat-widget__pane--chat {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 766px) {
  .chat-widget--mobile-list .chat-widget__pane--sidebar {
    flex: 1;
    width: 100%;
  }
  .chat-widget--mobile-list .chat-widget__pane--chat {
    display: none;
  }
  .chat-widget--mobile-list .class-channel-sidebar {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .chat-widget--mobile-chat .chat-widget__pane--sidebar {
    display: none;
  }
  .chat-widget--mobile-chat .chat-widget__pane--chat {
    flex: 1;
    width: 100%;
  }
}
.chat-widget__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
  background: #f1f1f1 url(/assets/chat-pattern-CORZEFLu.png);
  background-size: auto;
  transition: 0.3s;
}
.chat-widget__content__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  padding: 20px;
  gap: 12px;
  width: 100%;
}
.chat-widget__content__head__info {
  display: flex;
  align-items: center;
}
.chat-widget__content__head__info .item-profile {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 1rem;
}
.chat-widget__content__head__info .item-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.chat-widget__content__head .filter-btn {
  background-color: #e6e6e6;
  border-radius: 50%;
  padding: 0.5rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-widget__content__head .filter-btn.active {
  background-color: #026bb0;
  color: white;
}
.chat-widget__content__head .filter-btn.active img {
  filter: brightness(0) invert(1);
}
.chat-widget__content .hide-window-chat {
  background: transparent;
  color: #026bb0;
  padding: 0;
  margin-inline-start: -1.4rem;
  width: 2rem;
  height: 2rem;
  margin-inline-end: 1.3rem;
  font-size: 2rem;
  display: none;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .chat-widget__content .hide-window-chat {
    display: block;
  }
}
.layout-rtl .chat-widget__content .hide-window-chat i {
  transform: scaleX(-1);
}

.chat-widget__content__messages-list__message:has(.audio-wrapper) .time {
  position: absolute;
  bottom: 13px;
  right: 20px;
}
.chat-widget__content__messages-list__message:has(.open) {
  z-index: 99999;
}
.chat-widget__content__messages-list__message:has(.view-reaction.open-view--reaction) {
  overflow: visible;
  z-index: 99999;
}
.chat-widget__content__messages-list__message.message-highlighted {
  position: relative;
}
.chat-widget__content__messages-list__message.message-highlighted::after {
  content: "";
  position: absolute;
  top: -5.5px;
  left: calc(-2rem - 8px);
  right: -2rem;
  bottom: -8px;
  height: calc(100% + 12.1px);
  width: calc(100% + 9rem);
  z-index: -1;
  border-radius: 0;
  animation: messageFlashlight 300s ease-in-out;
  pointer-events: none;
}
.chat-widget__content__messages-list__message.message-highlighted.chat-widget__content__messages-list__message--same-sender::after {
  left: -7rem;
}
.chat-widget__content__messages-list__message:has(.media) {
  cursor: pointer;
}
.chat-widget__content__messages-list__message:has(.media) .message-container {
  position: relative;
  padding: 5px;
}
.chat-widget__content__messages-list__message:has(.media) .message-container .media {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 30rem;
}
.chat-widget__content__messages-list__message:has(.media) .message-container .media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat-widget__content__messages-list__message:has(.media) .message-container .media::after {
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.chat-widget__content__messages-list__message:has(.media) .message-container .media .deleted-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  gap: 4px;
  padding: 6px 8px;
  background-color: #808080;
  border-radius: 9999px;
  color: white;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
}
.chat-widget__content__messages-list__message:has(.media) .message-container .media .deleted-image-placeholder i {
  font-size: 16px;
  color: white;
}
.chat-widget__content__messages-list__message:has(.media) .message-container .media .deleted-image-placeholder span {
  color: white;
}
@media (max-height: 766px) {
  .chat-widget__content__messages-list__message:has(.media) .message-container .media {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .chat-widget__content__messages-list__message:has(.media) .message-container .media {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .chat-widget__content__messages-list__message:has(.media) .message-container {
    width: 100%;
  }
}
.chat-widget__content__messages-list__message:has(.media) .time {
  position: absolute;
  bottom: 1rem;
}
.layout-ltr .chat-widget__content__messages-list__message:has(.media) .time {
  right: 1.5rem;
}
.layout-rtl .chat-widget__content__messages-list__message:has(.media) .time {
  left: 1.5rem;
}
.chat-widget__content__messages-list__message:has(.media) .time {
  z-index: 9;
  color: white;
}
.chat-widget__content__messages-list__message:has(.media):has(.message-reply--wth-media) .time {
  position: relative;
  color: rgba(112, 112, 112, 0.8);
}
.layout-ltr .chat-widget__content__messages-list__message:has(.media):has(.message-reply--wth-media) .time {
  right: inherit;
}
.layout-rtl .chat-widget__content__messages-list__message:has(.media):has(.message-reply--wth-media) .time {
  left: inherit;
}
.chat-widget__content__messages-list__message:has(.media):has(.message-reply--wth-media) .time {
  bottom: inherit;
}

.audio-wrapper .plyr__controls {
  padding: 8px 10px;
  background-color: transparent;
  gap: 0;
  align-items: center;
}
.audio-wrapper .plyr__control[data-plyr=play] {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 0;
  margin-right: 5px;
}
.audio-wrapper .plyr__control[data-plyr=play] svg {
  fill: #333;
  width: 2rem;
  height: 2rem;
}
.audio-wrapper .plyr__control[data-plyr=play]:hover {
  background-color: #d8d8d8;
}
.audio-wrapper .plyr__controls__item {
  color: #707070;
  font-size: 14px;
  margin: 0;
}
.audio-wrapper .plyr__controls__item.plyr__time--current {
  display: block !important;
  min-width: auto;
  padding: 0;
  margin-left: 0;
  order: 2;
  white-space: nowrap;
  font-size: 13px;
  display: none !important;
}
.audio-wrapper .plyr__controls__item.plyr__time--duration {
  display: none !important;
}
.audio-wrapper .plyr__progress__container {
  flex: 1;
  order: 1;
  margin: 0;
  min-width: 0;
  padding: 0 10px;
}
.audio-wrapper .plyr__progress {
  margin: 0;
}
.audio-wrapper .plyr__tooltip {
  color: #333;
}
.audio-wrapper .plyr__tooltip:hover {
  color: #026bb0;
}
.audio-wrapper .plyr--full-ui input[type=range] {
  height: 2px;
  margin: 0;
}
.audio-wrapper .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #707070 var(--value, 0%), #d8d8d8 var(--value, 0%));
  height: 2px;
  border-radius: 1px;
}
.audio-wrapper .plyr--full-ui input[type=range]::-webkit-slider-thumb {
  box-shadow: none !important;
  background: #707070;
  height: 8px;
  width: 8px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #026bb0;
}
.audio-wrapper .plyr--full-ui input[type=range]::-moz-range-track {
  background-color: #d8d8d8;
  height: 2px;
}
.audio-wrapper .plyr--full-ui input[type=range]::-moz-range-progress {
  background: #707070;
  height: 2px;
}
.audio-wrapper .plyr--full-ui input[type=range]::-moz-range-thumb {
  box-shadow: none !important;
  background: #707070;
  height: 8px;
  width: 8px;
  border: none;
}
.audio-wrapper .plyr--full-ui input[type=range]::-ms-track {
  background-color: #d8d8d8;
  height: 2px;
}
.audio-wrapper .plyr--full-ui input[type=range]::-ms-fill-lower {
  background: #707070;
  height: 2px;
}
.audio-wrapper .plyr--full-ui input[type=range]::-ms-thumb {
  height: 8px;
  box-shadow: none !important;
  background: #707070;
  width: 8px;
}
.audio-wrapper .plyr__progress__buffer {
  height: 0;
}

.deleted-audio-placeholder {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(112, 112, 112, 0.8);
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-weight: 400;
}
.deleted-audio-placeholder i {
  font-size: 16px;
  color: rgba(112, 112, 112, 0.8);
}
.deleted-audio-placeholder span {
  color: rgba(112, 112, 112, 0.8);
}

.deleted-audio {
  position: relative;
}
.deleted-audio__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(112, 112, 112, 0.8);
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-weight: 400;
}
.deleted-audio__note i {
  font-size: 16px;
  color: rgba(112, 112, 112, 0.8);
}
.deleted-audio__note span {
  color: rgba(112, 112, 112, 0.8);
}
.deleted-audio__player-wrapper {
  opacity: 0.8;
}
.deleted-audio__player-wrapper .audio-wrapper {
  pointer-events: all;
}

.audio-wrapper {
  display: block;
  top: 0;
  background-color: white;
  position: relative;
}
.audio-wrapper .plyr {
  position: static;
  padding: 10px;
  border-radius: 4px;
  background-color: #f3f3f3;
}
.audio-wrapper .plyr .plyr__controls {
  padding: 0;
  background: none;
}
.audio-wrapper .plyr .plyr__controls .plyr__control:hover {
  background: transparent;
  opacity: 0.8;
}
.audio-wrapper .plyr input[type=range] {
  color: #026bb0;
}
.audio-wrapper .plyr .plyr__menu {
  display: none;
}
.audio-wrapper .plyr__control.plyr__tab-focus {
  box-shadow: none;
}

.chat-types {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.chat-types .send-voice {
  transition: color 0.3s;
}
.chat-types .send-voice i {
  font-size: 2.5rem;
}
.chat-types .form-control {
  border: 1px solid #c8c8cc !important;
}
.chat-types.collapsed .radio-pills,
.chat-types.collapsed .open-compose {
  transform: translateX(-120%);
}
.chat-types.collapsed .open-compose {
  transform: translateX(-50rem);
}
.chat-types.fullscreen .radio-pills {
  width: calc(20% - 3rem);
}

.chat-widget .message-dropdown .message-dropdown-menu a i {
  color: #333333;
  margin-inline-start: auto;
  font-size: 17px;
  margin-inline-end: 0;
  margin-inline-start: auto;
}
.chat-widget .message-dropdown .message-dropdown-menu .btn-link-red {
  color: #ff3b30 !important;
}
.chat-widget .message-dropdown .message-dropdown-menu .btn-link-red i {
  color: #ff3b30 !important;
}
.chat-widget .message-dropdown .message-dropdown-menu img,
.chat-widget .message-dropdown .message-dropdown-menu i {
  margin-inline-start: auto;
  max-width: 1.6rem;
  font-size: 1.6rem;
}
.fullscreen .chat-widget {
  height: 100%;
}

.chat-widget__side {
  width: 30%;
  max-width: 40rem;
  min-width: 35rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
  position: relative;
}
.chat-widget__side.collapsed {
  margin-inline-start: -30%;
  max-width: 30%;
  min-width: auto;
}
.fullscreen .chat-widget__side.collapsed {
  margin-inline-start: -20%;
}
@media screen and (max-width: 766px) {
  .chat-widget__side.collapsed {
    margin-inline-start: -100%;
  }
}
.fullscreen .chat-widget__side {
  min-width: 20%;
  max-width: 20%;
}
@media screen and (max-width: 766px) {
  .chat-widget__side {
    position: absolute;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    border: 0;
    top: 0;
    height: 100%;
  }
}

.chat-widget__side__compose {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  transform: translateX(-100%);
}
.chat-widget__side__compose.expanded {
  transform: none;
}

.chat-widget__side__search {
  display: flex;
  padding: 1.5rem;
  position: relative;
  border-right: 1px solid #dddddd;
}
.chat-widget__side__search input {
  border-radius: 1.1rem;
  height: 3.6rem !important;
  font-size: 1.7rem;
  background-color: #eeeeee;
  border: 0;
  padding-left: 32px;
  border: 1px solid transparent;
}
.chat-widget__side__search input:focus {
  border-color: #026bb0;
}
.chat-widget__side__search i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  font-size: 1.7rem;
  z-index: 999;
  color: rgba(60, 60, 67, 0.6);
}

.chat-widget__side__users-list {
  flex: 1;
  overflow: auto;
  scrollbar-width: 0;
  background-color: white;
  position: relative;
  z-index: 99;
  height: 100%;
  border-inline-end: 1px solid #e8e9e9;
}
.chat-widget__side__users-list::-webkit-scrollbar {
  display: none;
}
.chat-widget__side .chat-widget__side__users-list {
  padding-bottom: 100px;
}
.chat-widget__side__compose .chat-widget__side__users-list {
  padding-bottom: 0;
}

.chat-widget__side__users-list__user__icon,
.number__icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  margin-inline-end: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  overflow: hidden;
  color: #333333;
  margin: 0;
  background: #026bb0;
  min-width: 4.2rem;
  color: white;
}
.chat-widget__side__users-list__user__icon.no-bg,
.number__icon.no-bg {
  margin: 0;
  min-width: unset;
  width: 3rem;
  margin-inline-end: 0.5rem;
  color: #bfbfbf;
}

.chat-widget__side__users-list__user {
  display: flex;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: white;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.normal-popup .chat-widget__side__users-list__user, .chat-types .chat-widget__side__users-list__user {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  margin: 0;
  padding: 0 2rem;
}
.grid--chat-cards .chat-widget__side__users-list__user {
  margin: 0;
}
.chat-widget__side__users-list__user.pre_selected {
  opacity: 0.4;
  pointer-events: none;
}
.chat-widget__side__users-list__user.pre_selected .checkmark {
  opacity: 0.8;
}
.chat-widget__side__users-list__user > input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: none;
}
.chat-widget__side__users-list__user > input:checked ~ .checkmark:before {
  transform: scale(0);
}
.chat-widget__side__users-list__user > input:checked ~ .checkmark:after {
  transform: scale(1);
}
.chat-widget__side__users-list__user .checkmark:before, .chat-widget__side__users-list__user .checkmark:after {
  font-family: "Font-Awesome";
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  top: 1.6rem;
  right: 1rem;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
  line-height: 2rem;
  transition: 0.3s;
}
.chat-widget__side__users-list__user .checkmark:before {
  content: "\f111";
  color: #c7c7cc;
  transform: scale(1);
}
.chat-widget__side__users-list__user .checkmark:after {
  content: "\f00c";
  color: #fff;
  background-color: #026bb0;
  font-size: 1.3rem;
  transform: scale(0);
}
.chat-widget__side__users-list__user.chat-widget__side__users-list__user--small {
  padding: 1rem 1.5rem;
}
.chat-widget__side__users-list__user:hover {
  border-color: #026bb0;
}
.chat-widget__side__users-list__user ~ .tooltip-inner {
  bottom: auto;
  top: 0;
  transform: translateY(-100%);
  min-width: fit-content;
  z-index: 5;
  left: auto;
  right: 0;
  margin: 0 1rem;
}
.tooltip:first-child .chat-widget__side__users-list__user ~ .tooltip-inner {
  bottom: 0;
  top: auto;
  transform: translateY(100%);
}
.tooltip:first-child .chat-widget__side__users-list__user ~ .tooltip-inner:after {
  transform: rotate(180deg);
  top: auto;
  bottom: 100%;
}
.chat-widget__side__users-list__user .btn-link__gray {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 30%;
  right: -30px;
}

.chat-widget__side__users-list__user__details {
  flex: 1;
  min-width: 0;
  padding-inline-start: 1.2rem;
}

.chat-widget__side__users-list__user__details__title {
  display: flex;
}
.chat-widget__side__users-list__user__details__title .message-dropdown-menu {
  left: inherit;
  top: 3rem;
}
.layout-ltr .chat-widget__side__users-list__user__details__title .message-dropdown-menu {
  right: -25px;
}
.layout-rtl .chat-widget__side__users-list__user__details__title .message-dropdown-menu {
  left: -25px;
}
.chat-widget__side__users-list__user__details__title h3 {
  flex: 1;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-inline-end: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.layout-ltr .chat-widget__side__users-list__user__details__title h3 {
  text-align: left;
}
.layout-rtl .chat-widget__side__users-list__user__details__title h3 {
  text-align: right;
}
.chat-widget__side__users-list__user__details__title span {
  color: rgba(60, 60, 67, 0.6);
  font-size: 1.5rem;
}
.chat-widget__side__users-list__user--unread .chat-widget__side__users-list__user__details__title span {
  color: #026bb0;
}
.chat-widget__side__users-list__user__details__title .btn-link i {
  margin: 0;
}

.chat-widget__side__users-list__user__details__info {
  display: flex;
  color: #cccccc;
}
.chat-widget__side__users-list__user__details__info p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
  font-size: 1.5rem;
  margin-inline-end: 1rem;
}
.chat-widget__side__users-list__user__details__info p i {
  margin-inline-end: 0.25rem;
  /*rtl:raw:
      margin-inline-end: 0.5rem;
  */
}
.chat-widget__side__users-list__user__details__info p {
  /*rtl:raw:
    margin-inline-start: 1rem;
  */
}
.chat-widget__side__users-list__user__details__info span {
  background-color: #026bb0;
  padding: 0.3rem 0.7rem;
  color: #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  min-width: 2.2rem;
  justify-content: center;
  margin-inline-start: auto;
  font-weight: bold;
}

.chat-types__content {
  display: flex;
  align-items: center;
  background-color: #026bb0;
  height: 6rem;
  padding: 1.5rem;
  justify-content: center;
  position: relative;
  color: white;
}
.chat-types__content .chat-types__title.show .chat-types__content__title {
  display: none;
}
.chat-types__content .chat-types__title.show .chat-types__content__title .btn-link {
  padding: 0;
  color: white;
}
.chat-types__content .chat-types__title.show .new-chat {
  display: flex;
}
.chat-types__content .chat-types__content__title {
  min-width: 30rem;
  max-width: 30rem;
}
.chat-types__content .chat-types__content__title h2 {
  font-size: 15px;
}
.chat-types__content .chat-types__content__title.new-chat {
  display: flex;
  align-items: center;
  display: none;
  position: relative;
}
.chat-types__content .chat-types__content__title.new-chat h2 {
  font-weight: bold;
}
.chat-types__content .chat-types__content__title.new-chat i {
  margin-inline-end: 6rem;
  font-size: 23px;
}

.action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
  z-index: 9999;
}

.chat-widget__content__messages-list {
  flex: 1;
  padding: 1rem 2rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: 0;
  position: relative;
}
.chat-widget__content__messages-list:has(.add-more-emojis-list.open-list) {
  overflow-x: visible;
}
.chat-widget__content__messages-list:hover::-webkit-scrollbar-thumb {
  background-color: #ced4da;
}
.chat-widget__content__messages-list::-webkit-scrollbar {
  background-color: transparent;
}
.chat-widget__content__messages-list::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.chat-widget__content__messages-list .empty-view {
  margin: auto;
  height: 100%;
}
.chat-widget__content__messages-list .empty-view img {
  margin: 0;
}
@media screen and (max-width: 375px) {
  .chat-widget__content__messages-list {
    padding: 1rem 0;
  }
}

.chat-widget__content__messages-list__day {
  display: flex;
  flex-direction: column;
}
.chat-widget__content__messages-list__day > h5 {
  color: #cccccc;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 1.5rem;
  position: sticky;
  top: -5px;
  font-weight: bold;
  z-index: 9;
  padding: 0 5px;
  padding-bottom: 1rem;
}
.chat-widget__content__messages-list__day > h5 span {
  padding: 4px 8px;
  color: #333;
  border-radius: 12px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 1px 0px 0px #9e9e9e;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.chat-widget__content__messages-list__day + .chat-widget__content__messages-list__day {
  margin-top: 3rem;
}
.chat-widget__content__messages-list__day + .chat-widget__content__messages-list__day:last-child {
  margin: 0;
}

.chat-widget__content__messages-list__message {
  display: flex;
  align-items: flex-end;
  align-self: flex-start;
  position: relative;
  margin-inline-start: 8px;
  min-width: 10rem;
  overflow-wrap: anywhere;
  width: calc(100% - 5rem);
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  z-index: 1;
}
.chat-widget__content__messages-list__message:has(.emoji-container .list-of-emojis.show-list), .chat-widget__content__messages-list__message:has(.emoji-container .add-more-emojis-list.open-list) {
  z-index: 10000;
}
.chat-widget__content__messages-list__message:hover .emoji__action-button {
  display: flex;
}
.chat-widget__content__messages-list__message .account-pic {
  width: 32px;
  height: 32px;
  margin-inline-end: 0.5rem;
  overflow: hidden;
  min-width: 32px;
  border-radius: 50%;
}
.chat-widget__content__messages-list__message .account-pic figure {
  width: 100%;
  height: 100%;
}
.chat-widget__content__messages-list__message .account-pic figure img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.chat-widget__content__messages-list__message .message-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  padding: 6px 12px;
  border-bottom-left-radius: 0;
  max-width: 50vw;
  font-size: 1.6rem;
  min-width: 15rem;
}
.chat-widget__content__messages-list__message .message-container:has(.audio-wrapper) {
  min-width: 40rem;
}
.layout-rtl .chat-widget__content__messages-list__message .message-container {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0;
}
.chat-widget__content__messages-list__message .message-container .arrow-message {
  position: absolute;
  bottom: -1.1px;
}
.layout-ltr .chat-widget__content__messages-list__message .message-container .arrow-message {
  left: -8px;
}
.layout-rtl .chat-widget__content__messages-list__message .message-container .arrow-message {
  right: -8px;
}
.chat-widget__content__messages-list__message .message-container .arrow-message {
  background-image: url(../../images/arrow-chat.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.layout-rtl .chat-widget__content__messages-list__message .message-container .arrow-message {
  transform: scaleX(-1);
}
.chat-widget__content__messages-list__message .message-container:has(.sent-image) {
  padding: 0.5rem;
}
.chat-widget__content__messages-list__message .message-container:has(.sent-image) .message-sender {
  padding: 1.5rem;
}
.chat-widget__content__messages-list__message .message-container:has(.sent-image) h4 {
  padding-inline-start: 1rem;
}
.chat-widget__content__messages-list__message .message-container:has(.sent-image) .time {
  position: absolute;
  bottom: 0.5rem;
}
.layout-ltr .chat-widget__content__messages-list__message .message-container:has(.sent-image) .time {
  right: 1.5rem;
}
.layout-rtl .chat-widget__content__messages-list__message .message-container:has(.sent-image) .time {
  left: 1.5rem;
}
.chat-widget__content__messages-list__message .message-container:has(.message-tag) .message-dropdown {
  margin-inline-start: 0;
}
.chat-widget__content__messages-list__message .message-container p span:first-of-type,
.chat-widget__content__messages-list__message .message-container pre span:first-of-type {
  white-space: unset !important;
}
.chat-widget__content__messages-list__message .message-container p span:has(.mention),
.chat-widget__content__messages-list__message .message-container pre span:has(.mention) {
  color: #6a6a6a;
  white-space: nowrap;
}
.chat-widget__content__messages-list__message .message-container:has(.message-reply-btn) .media {
  width: auto;
}
.chat-widget__content__messages-list__message .message-container:has(.view-reaction.open-view--reaction) {
  overflow: visible;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container:has(.arrow-message) {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0;
}
.layout-rtl .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container:has(.arrow-message) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container .arrow-message {
  background-image: url(../../images/arrow-current-chat.svg) !important;
}
.layout-ltr .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container .arrow-message {
  right: -8px;
}
.layout-rtl .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container .arrow-message {
  left: -8px;
}
.layout-ltr .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container .arrow-message {
  left: inherit;
}
.layout-rtl .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container .arrow-message {
  right: inherit;
}
.layout-rtl .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container .arrow-message {
  transform: none;
}
.layout-ltr .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container .arrow-message {
  transform: scaleX(-1);
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user:has(.message-reply) .time {
  padding-inline-end: 10px;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-dropdown {
  margin-inline-start: auto;
  z-index: 9999 !important;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .dropdown-cta-toggle {
  background-color: #abcbe0 !important;
}
.chat-widget__content__messages-list__message pre {
  word-break: break-word;
  white-space: pre-wrap;
}
.chat-widget__content__messages-list__message pre.see-all-text .more {
  display: inline;
}
.chat-widget__content__messages-list__message .more {
  display: none;
  font-size: 1.5rem;
  color: #333333;
}
.chat-widget__content__messages-list__message p.see-all-text .more {
  display: inline;
}
.chat-widget__content__messages-list__message .see-more {
  display: inline;
  text-decoration: underline;
  color: #026bb0;
}
.chat-widget__content__messages-list__message .dropdown-cta-toggle {
  transition: 0.3s;
  margin-inline-end: -15px;
  position: relative;
}
.chat-widget__content__messages-list__message .plyr__controls__item.plyr__time--current.plyr__time {
  color: rgba(112, 112, 112, 0.8);
  position: absolute;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 1.2rem;
  padding: 0;
  display: flex;
  align-items: center;
  bottom: 1.1rem;
  padding: 0;
  left: 42px;
}
.chat-widget__content__messages-list__message p .time {
  padding-top: 1.5rem;
  padding-left: 1rem;
}
.chat-widget__content__messages-list__message .deleted_msg {
  opacity: 0.8;
  font-style: italic;
  display: flex;
  align-items: baseline;
}
.chat-widget__content__messages-list__message .deleted_msg > i {
  margin-inline-end: 0.5rem;
  opacity: 0.6;
}
.chat-widget__content__messages-list__message .deleted_msg > span {
  font-size: 1.6rem;
  color: #999999;
}
.chat-widget__content__messages-list__message .deleted_msg:hover .dropdown-cta-toggle {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-inline-end: -15px;
  position: relative;
}
.chat-widget__content__messages-list__message.pending_message {
  color: #999999;
}
.chat-widget__content__messages-list__message.pending_message > span > .clock-icon {
  font-size: 1.5rem;
  opacity: 0.6;
  margin-inline-end: 0.5rem;
}
.chat-widget__content__messages-list__message.pending_message:hover .dropdown-cta-toggle {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-inline-end: -15px;
  position: relative;
}
.chat-widget__content__messages-list__message.pending_message pre,
.chat-widget__content__messages-list__message.pending_message p {
  color: #999999;
}
.chat-widget__content__messages-list__message .audio-wrapper {
  width: 35.5rem;
  background-color: transparent;
}
.chat-widget__content__messages-list__message .audio-wrapper .plyr__time--current {
  min-width: 5.5rem;
}
.chat-widget__content__messages-list__message .audio-wrapper .plyr {
  padding: 0;
  background-color: transparent;
}
.chat-widget__content__messages-list__message .audio-wrapper .plyr__volume {
  display: none;
}
.chat-widget__content__messages-list__message .audio-wrapper .plyr__controls__item.plyr__time--duration {
  display: none !important;
}
.chat-widget__content__messages-list__message .audio-wrapper.played .custom-duration {
  display: none;
}
.chat-widget__content__messages-list__message .custom-duration {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(112, 112, 112, 0.8);
  margin-inline-end: 0.5rem;
  margin-inline-start: 2px;
  margin-top: 0.7rem;
}
.chat-widget__content__messages-list__message > svg {
  position: absolute;
  fill: #fff;
  left: -8px;
  top: 0;
}
.layout-rtl .chat-widget__content__messages-list__message > svg {
  right: -8px;
  top: 0;
  transform: scale(-1, 1);
}
.chat-widget__content__messages-list__message h4 {
  font-size: 16px;
  color: #026bb0;
  width: 100%;
  font-weight: 500;
  line-height: 22px;
}
.chat-widget__content__messages-list__message button i {
  margin: 0;
}
.chat-widget__content__messages-list__message .time {
  font-size: 12px;
  color: #808080;
  display: flex;
  align-items: center;
  line-height: 16px;
  margin-inline-start: auto;
}
.chat-widget__content__messages-list__message > .message-wth-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  flex-wrap: wrap;
  line-height: 25px;
}
.chat-widget__content__messages-list__message > .message-wth-link a {
  margin-inline-end: 5px;
  color: #026bb0;
}
.chat-widget__content__messages-list__message > .message-wth-link a.link {
  text-decoration: underline;
  margin-inline-start: 5px;
}
.chat-widget__content__messages-list__message a {
  margin: 0;
  color: #f5a623;
  text-decoration: underline;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user {
  align-self: flex-end;
  justify-content: flex-end;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-reply {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user:first-of-type {
  margin-top: 15px;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .plyr__controls__item {
  width: auto !important;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .plyr__controls__item.plyr__time {
  left: 4.5rem;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .message-container {
  background-color: #d1edff;
  color: #333333;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  margin-inline-end: 8px;
  margin-inline-start: 0;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user span {
  justify-content: flex-end;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control[data-plyr=play] {
  background-color: #e6e6e6;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control[data-plyr=play] svg {
  fill: #707070;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control[data-plyr=play]:hover {
  background-color: #d8d8d8;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__controls__item.plyr__time--current {
  display: block !important;
  color: #707070;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__controls__item.plyr__time--duration {
  display: none !important;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__tooltip {
  color: #333;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range] {
  color: #333333;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #707070 var(--value, 0%), #b7c4cc var(--value, 0%));
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #707070;
  height: 8px;
  width: 8px;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-moz-range-track {
  background-color: #b7c4cc;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-moz-range-progress {
  background: #707070;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #707070;
  height: 8px;
  width: 8px;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-ms-track {
  background-color: #b7c4cc;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-ms-fill-lower {
  background: #707070;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr--full-ui input[type=range]::-ms-thumb {
  background: #707070;
  height: 8px;
  width: 8px;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control svg {
  fill: #333333;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control .icon--pressed,
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control .icon--not-pressed {
  display: block;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control.plyr__control--pressed .icon--not-pressed, .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control:not(.plyr__control--pressed) .icon--pressed {
  display: none;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control:hover {
  background: transparent;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__control:hover svg {
  opacity: 0.8;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .audio-wrapper .plyr__controls__item.plyr__time--current.plyr__time {
  color: rgba(51, 51, 51, 0.5);
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user > svg {
  fill: #d9e9f3;
  left: initial;
  transform: scale(-1, 1);
}
.layout-rtl .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user > svg {
  right: initial !important;
  left: -8px !important;
  transform: none;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user .file-type {
  color: #026bb0;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user > .message-wth-link a {
  color: #026bb0;
}
.layout-rtl .chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--current-user {
  border-radius: 12px;
  border-top-left-radius: 0;
}
.chat-widget__content__messages-list__message + .chat-widget__content__messages-list__message:has(.react-loading-skeleton) {
  margin-top: 0.3rem;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--same-sender {
  margin-bottom: 1.5rem;
  border-radius: 0.8rem;
  margin-inline-start: 5rem;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--same-sender .voice-message-container {
  margin: 0.5rem 0 0;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--same-sender .audio-wrapper .plyr {
  padding: 0;
}
.chat-widget__content__messages-list__message.chat-widget__content__messages-list__message--same-sender > svg {
  display: none;
}
.chat-widget__content__messages-list__message .video-thumb {
  min-width: 250px;
  min-height: 158px;
}
.chat-widget__content__messages-list__message .video-thumb figure a {
  border: none;
}
.chat-widget__content__messages-list__message .video-thumb .video_thumb_title {
  padding: 1rem;
  background: linear-gradient(0deg, black -50%, rgba(0, 0, 0, 0) 90%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: flex-end;
  z-index: 9;
}
.chat-widget__content__messages-list__message .video-thumb .video_thumb_title h4 {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: normal;
}
.chat-widget__content__messages-list__message .file-type {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}
.chat-widget__content__messages-list__message .file-type > i {
  margin-inline-end: 5px;
  font-size: 2rem;
}
.layout-rtl .chat-widget__content__messages-list__message {
  border-radius: 12px;
  border-top-right-radius: 0;
}
.chat-widget__content__messages-list__message:has(.message-tag--abuse) pre {
  text-decoration: line-through;
}

.chat-widget__content__new-message {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
  z-index: 99;
  background-color: #f3f3f3;
  border-top: 0.5px solid #ccc;
  height: 60px;
  min-height: 60px;
  margin-top: auto;
  gap: 12px;
}
.chat-widget__content__new-message .scroll-to-bottom {
  background-color: white;
  border: 1px solid rgba(106, 106, 106, 0.4);
  position: absolute;
  width: 3.7rem;
  height: 3.7rem;
  top: -4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  opacity: 0;
  visibility: hidden;
}
.layout-ltr .chat-widget__content__new-message .scroll-to-bottom {
  right: 1.5rem;
}
.layout-rtl .chat-widget__content__new-message .scroll-to-bottom {
  left: 1.5rem;
}
.chat-widget__content__new-message .scroll-to-bottom.show {
  display: flex !important;
}
.chat-widget__content__new-message .scroll-to-bottom .notification-no {
  position: absolute;
  top: 1px;
  right: -2px;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #026bb0;
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  transform: translateY(-50%);
  color: white;
}
.chat-widget__content__new-message .scroll-to-bottom.show {
  opacity: 1;
  visibility: visible;
}
.chat-widget__content__new-message > input,
.chat-widget__content__new-message [contenteditable=true] {
  flex: 1;
  border-radius: 40px;
  padding: 8px 12px 8px 12px;
  transition: 0.3s;
  outline: 0;
  background-color: white;
  overflow-wrap: anywhere;
  user-select: text;
  cursor: text;
  overflow: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-height: 8rem;
  border: 0.5px solid #ccc;
}
.chat-widget__content__new-message > input:empty::before,
.chat-widget__content__new-message [contenteditable=true]:empty::before {
  content: attr(data-placeholder);
  color: #808080;
}
.chat-widget__content__new-message > input:focus,
.chat-widget__content__new-message [contenteditable=true]:focus {
  border-color: #026bb0;
}
.chat-widget__content__new-message > input::-webkit-scrollbar,
.chat-widget__content__new-message [contenteditable=true]::-webkit-scrollbar {
  display: none;
}
.chat-widget__content__new-message .disabled_chat_msg {
  font-size: 1.4rem;
  color: #818181;
  text-align: center;
  width: 100%;
}
.chat-widget__content__new-message .reply-primary {
  background: #026bb0;
  width: 4.5px;
  display: block;
  min-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.layout-ltr .chat-widget__content__new-message .reply-primary {
  left: 0;
}
.layout-rtl .chat-widget__content__new-message .reply-primary {
  right: 0;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply {
  background-color: #f1f9fc;
  display: flex;
  padding: 0.6rem 1.8rem;
  align-items: flex-start;
  border-top: 0.5px solid rgba(2, 107, 176, 0.5);
  max-height: 10rem;
  overflow: hidden;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply > div {
  margin-inline-end: auto;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply > div > span:first-of-type {
  color: #026bb0;
  font-size: 1.4rem;
  font-weight: 600;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply span:has(.mention) {
  white-space: nowrap;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply span:has(.mention).mention {
  padding: 0;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply p {
  font-size: 1.4rem;
  color: #333333;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow-wrap: anywhere;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply p i {
  margin-inline-end: 5px;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply .btn-link {
  color: #026bb0;
  font-size: 2.4rem;
  padding: 0;
  padding-top: 12px;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply img {
  width: 4.2rem;
  height: 4.2rem;
  margin-inline-start: auto;
  margin-inline-end: 1rem;
}
.chat-widget__content__new-message.chat-widget__content__new-message--reply.chat-widget__content__chat-disabled {
  background-color: #f3f4f4;
  padding: 3rem;
}

.chat-widget__content__new-message__recording {
  display: none;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  padding: 1.5rem;
}
.chat-widget__content__new-message__recording .btn-primary,
.chat-widget__content__new-message__recording .btn-red {
  width: 3.2rem;
  height: 3.2rem;
  color: white;
  padding: 0;
}
.chat-widget__content__new-message__recording .btn-primary i,
.chat-widget__content__new-message__recording .btn-red i {
  font-size: 1.6rem;
  margin: 0;
}
.chat-widget__content__new-message__recording.active {
  display: flex;
}

.record_timer {
  display: flex;
  align-items: baseline;
}
.record_timer > i {
  margin-inline-end: 0.6rem;
  font-size: 2rem;
}
.record_timer > span {
  font-weight: 700;
  font-size: 1.6rem;
}

.chat-widget__content__new-message__action,
.emoji__action-button {
  color: #183153;
  font-size: 2.4rem;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.chat-widget__content__new-message__action.btn-primary,
.emoji__action-button.btn-primary {
  color: white;
}
.chat-widget__content__new-message__action.btn-primary i,
.emoji__action-button.btn-primary i {
  color: white;
}
.chat-widget__content__new-message__action i,
.emoji__action-button i {
  font-size: 16px;
}
.chat-widget__content__new-message__action:first-child,
.emoji__action-button:first-child {
  margin: 0;
}

.chat-widget__info {
  border-inline-start: 1px solid #e8e9e9;
  min-width: 35rem;
  max-width: 35rem;
  position: relative;
  margin-inline-end: -35rem;
  transition: 0.3s;
}
.fullscreen .chat-widget__info {
  min-width: 20%;
  max-width: 20%;
  margin-inline-end: -20%;
}
@media screen and (max-width: 766px) {
  .fullscreen .chat-widget__info {
    margin-inline-end: -100%;
  }
}
.chat-widget__info.expanded {
  margin-inline-end: 0;
}
@media screen and (max-width: 766px) {
  .chat-widget__info {
    position: absolute;
    right: 0;
    min-width: 100%;
    margin-inline-end: -100%;
    max-width: 100%;
    border: 0;
    top: 0;
    z-index: 9999999;
    height: 100%;
  }
}

.chat-widget__info__panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.chat-widget__info__panel.expanded, .chat-widget__info__panel.default-open {
  transform: none;
}

.chat-widget__info__panel__content {
  padding: 1.5rem 0;
  overflow: auto;
  scrollbar-width: 0;
  flex: 1;
}
.chat-widget__info__panel__content::-webkit-scrollbar {
  display: none;
}
.chat-widget__info__panel__content .chat-widget__side__users-list {
  border: 0;
}
.chat-widget__info__panel__content .chat-widget__side__users-list__user {
  padding: 1.5rem 3.5rem;
}
.chat-widget__info__panel__content .chat-widget__side__users-list__user .btn-link {
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
.chat-widget__info__panel__content .chat-widget__side__users-list__user .btn-link i {
  font-size: 2rem;
}
.chat-widget__info__panel__content .chat-widget__side__users-list__user:hover .btn-link {
  opacity: 1;
  visibility: visible;
}

.chat-widget__info__panel__content__section .chat-widget__side__users-list {
  margin: 0 -1.5rem;
}
.chat-widget__info__panel__content__section + .chat-widget__info__panel__content__section {
  margin-bottom: 3rem;
}

.chat-widget__info__panel__content__section__title {
  display: flex;
  padding: 0 1.5rem;
  cursor: pointer;
}
.chat-widget__info__panel__content__section__title h3 {
  flex: 1;
  font-weight: normal;
  font-size: 1.6rem;
}
.chat-widget__info__panel__content__section__title span + span {
  margin-inline-start: 1rem;
}

.chat-widget__info__panel__content__section__content {
  margin-top: 1rem;
  padding: 0 1.5rem;
}

.media-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
  grid-gap: 1rem;
}

.media-gallery__item > a {
  border: 1px solid #e8e9e9;
  display: block;
  position: relative;
  color: inherit;
}
.media-gallery__item > a::before {
  content: "";
  padding-top: 100%;
  display: table;
  width: 100%;
}
.media-gallery__item > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-gallery__item > a .duration {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  color: #333333;
  font-size: 1.4rem;
}
.media-gallery__item > a:hover {
  border-color: #026bb0;
}

.empty-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  height: 100%;
  color: #e6e6e6;
}
.empty-content i {
  font-size: 6rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-content p {
  font-size: 18px;
}

.add_to_group_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: bold;
  display: none;
  color: white;
  text-transform: capitalize;
}

.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding-inline-start: 1rem;
  margin-inline-start: auto;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown.open .dropdown-cta-toggle {
  opacity: 1;
  visibility: visible;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown.open .message-dropdown-menu,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown.open .dropdown-cta-toggle:before {
  display: block;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .dropdown-cta-toggle {
  position: relative;
  background-color: #e9e9e9;
  height: 100%;
  border-radius: 25px;
  margin-inline-end: 0;
  padding: 0;
  width: 3rem;
  height: 2.2rem;
  color: #8e8e93;
  padding: 0;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .dropdown-cta-toggle:hover {
  text-decoration: none;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories {
  min-width: 20rem;
  overflow: hidden;
  padding: 0 1rem;
}
.layout-ltr .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu,
.layout-ltr .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories {
  right: 0;
}
.layout-rtl .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu,
.layout-rtl .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories {
  left: 0;
}
.layout-ltr .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu,
.layout-ltr .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories {
  left: unset;
}
.layout-rtl .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu,
.layout-rtl .chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories {
  right: unset;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu::before,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories::before {
  content: none;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu button,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories button {
  font-size: 1.2rem;
  color: #333333;
  padding: 0 2rem;
  width: 100%;
  border: 0;
  display: flex;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  justify-content: initial;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu button:hover,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories button:hover {
  background-color: transparent;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu button:last-child,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories button:last-child {
  margin: 0;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu li a,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories li a {
  padding: 1.2rem 0 1.4rem 0;
  justify-content: space-between;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu li a i,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories li a i {
  margin-inline-start: auto;
  font-size: 1.4rem;
  color: #333333;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu li:last-child button,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories li:last-child button {
  border: 0;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-header,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-header {
  padding: 0;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-header button,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-header button {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  text-decoration: none;
  background-color: white;
  font-size: 1.2rem;
  font-weight: 600;
  border: 0;
  padding-bottom: 0.4rem;
  cursor: pointer;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-header button i,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-header button i {
  margin: 0;
  margin-inline-end: 0.8rem;
  font-size: 1.4rem;
  color: #333333;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-header button:hover,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-header button:hover {
  background-color: transparent;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item {
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item:last-child,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item:last-child {
  border-bottom: none;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item label,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item label {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  cursor: pointer;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
  width: 100%;
  margin: 0;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item label:hover,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item label:hover {
  background-color: transparent;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item label input[type=checkbox],
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item label input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  appearance: none;
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item label input[type=checkbox]:checked,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item label input[type=checkbox]:checked {
  background-color: #026bb0;
  border-color: #026bb0;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item label input[type=checkbox]:checked::after,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item label input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: "Font-Awesome";
  font-size: 10px;
  color: white;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories .dropdown-category-item label span,
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown .message-dropdown-menu--categories--categories .dropdown-category-item label span {
  flex: 1;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown.custom-dropdown--open-top .message-dropdown-menu {
  top: initial;
  bottom: 2.8rem;
}
.chat-widget__content .chat-widget__content__messages-list__message .message-dropdown.custom-dropdown--open-top .dropdown-cta-toggle::before {
  bottom: initial;
  top: -10px;
  transform: scaleY(-1) translateX(50%);
}
.chat-widget__content .chat-widget__content__messages-list__message.dir-rtl {
  /*rtl:begin:ignore*/
}
.chat-widget__content .chat-widget__content__messages-list__message.dir-rtl .message-dropdown {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  z-index: 99;
  left: inherit;
  /*rtl:end:ignore*/
}
.chat-widget__content:has(.chat-widget__content__new-message--reply) .scroll-to-bottom {
  top: -9.5rem;
}

.add-members {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ddd;
  padding: 1.3rem 0.5rem 2.8rem;
}

.check-list .next-btn {
  display: block;
}

.user-account-icon {
  background-size: 2.5rem;
  background-image: url(../../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.user-account-icon:hover {
  opacity: 0.8;
}

.global-account-icon {
  background-size: 2.5rem;
  background-image: url(../../images/global.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.global-account-icon:hover {
  opacity: 0.8;
}

.chat-widget__content__recipient {
  display: flex;
  align-items: center;
  background: #026bb0;
  color: white;
  background-size: 39rem;
  height: 6rem;
  padding: 1.5rem;
  justify-content: center;
  position: relative;
  height: 8rem;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details {
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details a {
  position: absolute;
  top: 50%;
}
.layout-ltr .chat-widget__content__recipient .chat-widget__content__recipient__details a {
  left: -0.5rem;
}
.layout-rtl .chat-widget__content__recipient .chat-widget__content__recipient__details a {
  right: -0.5rem;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details a {
  transform: translateY(-50%);
  color: inherit;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details a:hover {
  text-decoration: none;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details p {
  font-size: 1.4rem;
  color: #aeaeb2;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details .message-dropdown {
  width: 100%;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details .display-name {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details .display-name span {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}
.chat-widget__content__recipient .chat-widget__content__recipient__details .dropdown-cta-toggle {
  color: inherit;
  text-transform: unset;
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 5rem;
}
.chat-widget__content__recipient .chat-widget__content__recipient__details .dropdown-cta-toggle:hover {
  text-decoration: none;
}
.chat-widget__content__recipient .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-widget__content__recipient h3 {
  font-size: 1.5rem;
  transition: 0.3s;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.chat-widget__content__recipient h3 i {
  color: white;
  font-size: 1.4rem;
}
.chat-widget__content__recipient p {
  font-size: 1.2rem;
}
.chat-widget__content__recipient p i {
  font-size: 1.2rem;
  color: white;
  opacity: 0.6;
}

.chat-widget__side__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #026bb0;
  height: 6rem;
  padding: 1.5rem;
  position: relative;
  z-index: 999;
  min-height: 6rem;
  color: white;
}
.chat-widget__side__head h1,
.chat-widget__side__head h2 {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 1.5rem;
}

.record {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.record i {
  color: #026bb0;
}
.record .progress {
  background-color: #d8d8d8;
  width: 256px;
  height: 1px;
  position: relative;
  margin-inline-start: 12px;
}
.record .progress::after {
  content: "";
  background-color: #026bb0;
  width: 150px;
  display: block;
  height: 1px;
}
.record .progress::before {
  content: "";
  background-color: #026bb0;
  width: 20px;
  display: block;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
}

audio-wrapper {
  display: block;
  top: 0;
  background-color: white;
}

.video-thumb:after {
  content: "\f04b";
  position: absolute;
  left: 50%;
  right: inherit;
  top: 50%;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
  font-family: "Font-Awesome";
  display: flex;
  align-items: center;
  background-color: #026bb0;
  color: white;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  pointer-events: none;
}

.sent-image,
.video-thumb {
  max-width: 100%;
  width: 280px;
  height: auto;
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.sent-image a,
.video-thumb a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.sent-image a::before,
.video-thumb a::before {
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
  height: 6.5rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 0.3rem 0.3rem;
}
.chat-widget__content__messages-list__message--current-user .sent-image a:after,
.chat-widget__content__messages-list__message--current-user .video-thumb a:after {
  background-color: white;
  color: #026bb0;
}

.video-thumb figure a {
  position: relative;
  display: block;
  padding-top: 56.2%;
  overflow: hidden;
}

.image-message .message-container,
.chat-widget__content__messages-list__message--video-message .message-container {
  padding: 5px;
}
.image-message .time,
.chat-widget__content__messages-list__message--video-message .time {
  color: white;
  bottom: 7px;
  position: absolute;
  right: 15px;
  z-index: 9;
}
.image-message h4,
.chat-widget__content__messages-list__message--video-message h4 {
  padding: 5px;
  padding-left: 15px;
}
.image-message .item,
.chat-widget__content__messages-list__message--video-message .item {
  position: relative;
}

.bg-total {
  outline: 0;
  border: 0;
  background: none;
  border-radius: 2.5rem;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  background-color: #333;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: white;
  border-radius: 10px;
  height: auto;
  text-transform: none;
  z-index: 9;
}
.bg-total i {
  font-size: 20px;
}
.bg-total > div {
  margin-inline-start: 1.5rem;
  display: flex;
  align-items: flex-start;
  color: white;
  flex-direction: column;
}
.bg-total > div p {
  font-size: 13px;
  font-weight: 600;
}
.bg-total > div p span {
  color: white;
}
.bg-total > div span {
  color: white !important;
  font-size: 13px;
  align-self: unset;
}
.bg-total:hover {
  color: white;
}

.centered__head h2 {
  margin: 0 auto;
  font-weight: bold;
}

.attachment-list li {
  padding-bottom: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attachment-list li a {
  color: #026bb0;
  font-size: 15px;
  font-weight: 900;
}
.attachment-list li:last-child {
  padding-bottom: 0.5rem;
}

.media-modal {
  width: 36rem;
}
.media-modal .cta a {
  height: 56px;
}

.media-table {
  padding: 0 25px;
}
.media-table .table {
  width: 100%;
}
.media-table .table tr {
  height: 60px;
}
.media-table .table tr a {
  display: flex;
  align-items: center;
}
.media-table .table tr a .icon {
  margin-inline-end: 1rem;
}
.media-table .file-details a {
  color: #333;
  display: flex;
  flex-direction: row;
}
.media-table .file-details a p {
  color: #333;
  font-size: 1.4rem;
}
.media-table .icon {
  background-color: transparent;
  color: white;
  font-size: 2.4rem;
  border-radius: 50%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-table .icon.btn-primary {
  background-color: #026bb0;
  color: white;
  margin-inline-start: auto;
  border-radius: 50%;
  font-size: 1.6rem;
  height: 4rem;
  width: 4rem;
  min-width: 4rem;
  margin-inline-end: 0;
}
.media-table .icon.btn-primary:hover {
  background-color: rgb(2.2865168539, 122.3286516854, 201.2134831461);
}
.card .media-table .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
.card .media-table .icon img {
  width: 3rem;
  height: 3rem;
}

.total-selected {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}
.total-selected p {
  font-size: 1.5rem;
  font-weight: 600;
}

.sending-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sending-buttons button[class^=btn-] {
  margin-inline-end: 1.5rem;
  font-size: 2rem;
  width: 3.8rem;
  height: 3.8rem;
  min-width: 3.8rem;
  padding: 0;
}

.chat-widget__content__messages-list__message--reply .message-container {
  padding: 0.5rem;
}
.chat-widget__content__messages-list__message--reply p {
  padding: 1rem 0.5rem 1.5rem;
  padding-bottom: 0;
  justify-content: inherit;
}
.chat-widget__content__messages-list__message--reply .message-reply-btn {
  outline: 0;
  border: 0;
  background: none;
  border-radius: 2.5rem;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  text-align: inherit;
  padding: 0;
  text-align: unset;
  width: 100%;
  margin-bottom: 1rem;
}
.chat-widget__content__messages-list__message--reply .message-reply-btn span {
  justify-content: unset;
}
.chat-widget__content__messages-list__message--reply .message-reply {
  background-color: #f1f1f1;
  margin-top: 5px;
  padding: 7px 12px;
  border-radius: 7.5px;
  width: 100%;
  color: #333333;
  position: relative;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  min-height: 5.8rem;
}
.chat-widget__content__messages-list__message--reply .message-reply.message-reply--wth-media {
  padding: 0;
  padding-inline-start: 12px;
  display: flex;
  align-items: center;
}
.chat-widget__content__messages-list__message--reply .message-reply.message-reply--wth-media .message-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.chat-widget__content__messages-list__message--reply .message-reply.message-reply--wth-media .message-content .media {
  border-radius: 0 7px 7px 0;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
}
.chat-widget__content__messages-list__message--reply .message-reply.message-reply--wth-media .message-content .media img {
  width: 6rem;
  border-radius: 0 7px 7px 0;
  height: 6rem;
}
.layout-rtl .chat-widget__content__messages-list__message--reply .message-reply.message-reply--wth-media .message-content .media img {
  border-radius: 7px 0 0 7px;
}
.chat-widget__content__messages-list__message--reply .message-reply.message-reply--wth-media .message-content .media::after {
  content: none;
}
.chat-widget__content__messages-list__message--reply .message-reply p {
  max-height: 4rem;
  overflow: hidden;
}
.chat-widget__content__messages-list__message--reply .message-reply span:has(.mention) {
  display: inline-flex;
}
.chat-widget__content__messages-list__message--reply .message-reply span:has(.mention) .mention {
  font-size: 1.6rem;
  color: #333;
  margin: 0;
}
.chat-widget__content__messages-list__message--reply .message-reply span:has(.mention) .mention.mentioned-me {
  color: #ff2d55;
}
.chat-widget__content__messages-list__message--reply .reply-bg {
  background: #026bb0;
  width: 3px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 3px 0 0 3px;
  padding: 0;
}
.layout-ltr .chat-widget__content__messages-list__message--reply .reply-bg {
  left: 0;
}
.layout-rtl .chat-widget__content__messages-list__message--reply .reply-bg {
  right: 0;
}
.layout-rtl .chat-widget__content__messages-list__message--reply .reply-bg {
  border-radius: 0 3px 3px 0;
}
.chat-widget__content__messages-list__message--reply .message-content span {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: block;
}
.chat-widget__content__messages-list__message--reply .message-content i {
  padding-inline-end: 4.5px;
}
.chat-widget__content__messages-list__message--reply .message-content p {
  font-size: 1.4rem;
  color: #333333;
  opacity: 0.7;
  justify-content: inherit;
  padding: 0;
}
.chat-widget__content__messages-list__message--reply .audio-wrapper {
  padding: 0 5px;
}
.chat-widget__content__messages-list__message--reply:has(.voice-message-container) .timer, .chat-widget__content__messages-list__message--reply:has(.sent-image) .timer {
  position: absolute;
  bottom: 0;
}
.layout-ltr .chat-widget__content__messages-list__message--reply:has(.voice-message-container) .timer, .layout-ltr .chat-widget__content__messages-list__message--reply:has(.sent-image) .timer {
  right: 0;
}
.layout-rtl .chat-widget__content__messages-list__message--reply:has(.voice-message-container) .timer, .layout-rtl .chat-widget__content__messages-list__message--reply:has(.sent-image) .timer {
  left: 0;
}
.chat-widget__content__messages-list__message--reply:has(.voice-message-container) .timer, .chat-widget__content__messages-list__message--reply:has(.sent-image) .timer {
  position: absolute;
  bottom: 0;
}
.layout-ltr .chat-widget__content__messages-list__message--reply:has(.voice-message-container) .timer, .layout-ltr .chat-widget__content__messages-list__message--reply:has(.sent-image) .timer {
  right: 0;
}
.layout-rtl .chat-widget__content__messages-list__message--reply:has(.voice-message-container) .timer, .layout-rtl .chat-widget__content__messages-list__message--reply:has(.sent-image) .timer {
  left: 0;
}

.user-reply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.chat-widget__content__messages-list__message--same-sender .message-container {
  border-radius: 12px !important;
}
.chat-widget__content__messages-list__message--same-sender .arrow-message {
  display: none;
}

.chat-widget__content .chat-widget__content__messages-list__day:first-child .chat-widget__content__messages-list__message:first-child .message-dropdown.custom-dropdown--open-bottom .message-dropdown-menu {
  top: auto;
  bottom: 2.8rem;
}
.chat-widget__content .chat-widget__content__messages-list__day:first-child .chat-widget__content__messages-list__message:first-child .message-dropdown.custom-dropdown--open-bottom .dropdown-cta-toggle:before {
  bottom: auto;
  top: -10px;
  transform: scaleY(-1) translateX(50%);
}
.chat-widget__content .empty-view img {
  width: 6rem;
}

.subtitle {
  font-size: 1.4rem;
  color: #787878;
  padding: 0.8rem 3rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.chat-widget__heading {
  flex: 1;
  min-width: 0;
}

.chat-widget__heading__title {
  display: flex;
}
.chat-widget__heading__title .message-dropdown-menu {
  left: inherit;
  top: 3rem;
}
.layout-ltr .chat-widget__heading__title .message-dropdown-menu {
  right: -25px;
}
.layout-rtl .chat-widget__heading__title .message-dropdown-menu {
  left: -25px;
}
.chat-widget__heading__title h3 {
  flex: 1;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-inline-end: 1rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.chat-widget__heading__title span {
  color: rgba(60, 60, 67, 0.6);
  font-size: 1.5rem;
}
.chat-widget__heading--unread .chat-widget__heading__title span {
  color: #026bb0;
}
.chat-widget__heading__title .btn-link i {
  margin: 0;
}

.chat-widget__heading__info {
  display: flex;
  color: #cccccc;
}
.chat-widget__heading__info p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
}
.chat-widget__heading__info p i {
  margin: 0 4px;
}
.chat-widget__heading__info span {
  background-color: #026bb0;
  padding: 0.3rem 0.7rem;
  color: #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  min-width: 2.4rem;
  justify-content: center;
  margin-inline-start: auto;
}

.sessions-chat-list-scroll {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.btn-user-name {
  color: inherit;
  text-transform: unset;
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 5rem;
  cursor: default;
}
.btn-user-name:hover {
  color: white;
}
.btn-user-name p {
  font-size: 1.2rem;
  opacity: 0.6;
}

.dir-rtl h3 i {
  transform: rotate(180deg);
}

.close-reply {
  color: #026bb0;
  font-size: 2.4rem;
  padding: 0;
  padding-top: 0.5rem;
  background: transparent;
  margin-inline-start: 1rem;
}
.close-reply i {
  margin: 0;
}
.close-reply:hover {
  color: rgba(2, 107, 176, 0.8) !important;
}

.sessions-chat-list-scroll {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.student__actions__btn {
  margin-inline-start: auto;
}

.voice-message-container {
  width: 100%;
  height: 5.5rem;
}
.voice-message-container span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*ltr:begin:ignore*/
  direction: ltr;
  /*ltr:end:ignore*/
  /*rtl:raw:
  margin: 0 !important;
  justify-content: inherit !important;

          */
}
.voice-message-container {
  /*rtl:begin:ignore*/
  direction: ltr;
  /*rtl:end:ignore*/
}

.chat-widget__content__empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-widget__content__empty .chat-widget__content__empty__container {
  width: 8rem;
}

.message_content p {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message_content .see-more {
  display: inline;
}

.fully-rounded-messages .message-container {
  border-radius: 12px;
}
.fully-rounded-messages:has(.account-pic) .message-container {
  border-end-start-radius: 0;
}

.emoji-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-ltr .emoji-container {
  right: -4.5rem;
}
.layout-rtl .emoji-container {
  left: -4.5rem;
}
.layout-ltr .emoji-container {
  left: inherit;
}
.layout-rtl .emoji-container {
  right: inherit;
}
.emoji-container {
  z-index: 10020;
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .emoji-container {
  left: -5rem;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .emoji-container {
  right: -5rem;
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .emoji-container {
  right: inherit;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .emoji-container {
  left: inherit;
}
.emoji-container .list-of-emojis {
  display: none;
  position: absolute;
  right: 50%;
  top: -7.2rem;
  width: 30.8rem;
  transform: translateX(50%);
  z-index: 10021;
}
.emoji-container .list-of-emojis ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: white;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 0.1rem solid #e6e6e6;
  padding: 0.8rem 0.4rem;
  border-radius: 50px;
  width: 100%;
  gap: 0;
}
.emoji-container .list-of-emojis ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.emoji-container .list-of-emojis ul li button {
  padding: 0;
  font-size: 2.2rem;
  min-width: 3.7rem;
}
.emoji-container .list-of-emojis ul li button:hover {
  opacity: 1;
  color: inherit;
  border: 0;
  text-decoration: none;
}
.emoji-container .list-of-emojis ul li button.selected-emoji {
  background-color: #f3f4f4;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
}
.emoji-container .list-of-emojis ul li:first-child .btn {
  padding-inline-start: 0;
}
.emoji-container .list-of-emojis ul li:last-child {
  margin: 0;
}
.emoji-container .list-of-emojis ul li .add-more-emojis-btn {
  background-color: #f3f4f4;
  color: #333333;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.8rem;
}
.emoji-container .list-of-emojis.show-list {
  display: flex;
}
.chat-widget__content__messages-list__message--current-user .emoji-container .list-of-emojis {
  right: -17rem;
  transform: unset;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .emoji-container .list-of-emojis {
  right: -13.4rem;
}

.message-wth-reaction {
  margin-bottom: 2rem !important;
}
.message-wth-reaction .time {
  padding-bottom: 5px;
}

.user-list {
  width: 100%;
  max-height: 16.6rem;
  overflow: auto;
}
.user-list li {
  padding: 0 1rem;
  padding-inline-end: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.user-list li:last-child .user {
  border: 0;
}
.user-list li .user {
  border-bottom: 0.5px solid #cccccc;
  display: flex;
  align-items: center;
  padding: 1rem 0.05rem;
  width: 100%;
  border-radius: 0;
  height: auto;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: normal;
}
.user-list li .user .user-pic {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-inline-end: 8px;
  min-width: 3.4rem;
  overflow: hidden;
}
.user-list li .user .user-pic figure {
  width: 100%;
  height: 100%;
}
.user-list li .user .user-pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.user-list li .user:hover {
  text-decoration: none;
}
.user-list li .user:hover span {
  color: rgba(2, 107, 176, 0.8);
}
.user-list .emoji-react {
  margin-inline-start: auto;
  margin-inline-end: 2rem;
  font-size: 2.6rem;
}

.mentions-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid #cccccc;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s;
  z-index: 99;
  max-height: 25rem;
  overflow: auto;
}
.mentions-list .user-pic {
  margin-inline-start: -5px;
}
.mentions-list li {
  padding: 0 1.5rem;
  padding-inline-end: 0;
}
.mentions-list.open-meniton {
  visibility: visible;
  opacity: 1;
  bottom: 6.5rem;
  transform: translateY(0);
}
.mentions-list.open-meniton:has(.user-list li:only-child) {
  bottom: 11rem;
}

.add-more-emojis-list {
  position: absolute;
  bottom: -13.2rem;
  right: 0;
  left: auto;
  display: none;
  z-index: 10022;
  max-width: min(35.2rem, 100vw - 4rem);
}
.add-more-emojis-list em-emoji-picker {
  --border-radius: 10px;
  --shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 36rem;
  width: 35.2rem;
  max-width: 100%;
  box-sizing: border-box;
}
.add-more-emojis-list .emoji-picker-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.2rem;
  max-width: 100%;
  height: 36rem;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 0.1rem solid #e6e6e6;
  font-size: 1.4rem;
  color: #888;
  box-sizing: border-box;
}
.add-more-emojis-list.open-list {
  display: block;
}
.add-more-emojis-list.open-upwards {
  top: -14.5rem;
  bottom: inherit;
}
.chat-widget__content__messages-list__message--current-user .add-more-emojis-list {
  right: auto;
  left: 0;
}

.reactions {
  position: relative;
  position: absolute;
  bottom: -1.7rem;
}
.layout-ltr .reactions {
  left: 1.2rem;
}
.layout-rtl .reactions {
  right: 1.2rem;
}
.layout-ltr .reactions {
  right: inherit;
}
.layout-rtl .reactions {
  left: inherit;
}
.reactions span {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
  padding: 0;
}
.reactions .toggle-list-reaction {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  box-shadow: 0px 0px 0.5px #9e9e9e;
  background-color: white;
  padding: 0.05rem 1rem;
  text-decoration: none;
}
.reactions .toggle-list-reaction ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reactions .toggle-list-reaction li {
  margin-inline-end: 0.5rem;
}
.reactions .toggle-list-reaction li:last-child {
  margin: 0;
}
.reactions .number-of-reactions {
  margin-inline-start: 0.5rem;
}
.reactions .number-of-reactions span {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  color: rgba(106, 106, 106, 0.8);
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .reactions {
  left: inherit;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .reactions {
  right: inherit;
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .reactions {
  right: 1.2rem;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .reactions {
  left: 1.2rem;
}

.view-reaction {
  background: #fff;
  width: 30rem;
  position: absolute;
  border-radius: 10px;
  top: 30px;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  border: 0.1rem solid #e6e6e6;
  z-index: 99999;
  bottom: inherit;
  height: fit-content;
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .view-reaction {
  right: 0;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .view-reaction {
  left: 0;
}
.view-reaction--top {
  bottom: 3rem;
  top: inherit;
}
.view-reaction.open-view--reaction {
  display: block;
}
.view-reaction.open-view--reaction.open-to-top {
  bottom: 2.6rem;
}

.tabs {
  display: block;
  width: 100%;
}
.tabs a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.tabs .tabs-items {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #cccccc;
  padding: 1rem 1.5rem;
  gap: 2px;
}
.tabs .tabs-items li a {
  font-size: 1.6rem;
}

.tabs-content {
  width: 100%;
}
.tabs-content .tab-content {
  display: none;
}
.tabs-content .tab-content.active {
  display: block;
}
.tabs-content li .user {
  pointer-events: none;
}
.tabs-content li .user .user-list .user-pic {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
}

.open-top {
  bottom: inherit;
  top: 0;
}

.tab-item a {
  padding: 3px 8px;
  color: #707070;
  font-size: 1.3rem;
  transition: 0.3s;
}
.tab-item a span {
  margin: 0;
  margin-inline-start: 3px;
  color: #707070;
}
.tab-item a.active {
  background-color: #d8d8d8;
  border-radius: 25px;
}

.message-actions {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-inline-start: 0.5rem;
}
.layout-ltr .message-actions {
  left: 100%;
}
.layout-rtl .message-actions {
  right: 100%;
}
.layout-ltr .message-actions {
  right: inherit;
}
.layout-rtl .message-actions {
  left: inherit;
}
.message-actions {
  gap: 0.8rem;
  width: max-content;
  z-index: 999;
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .message-actions {
  right: 100%;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .message-actions {
  left: 100%;
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .message-actions {
  left: inherit;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .message-actions {
  right: inherit;
}

.emoji__action-button {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(11, 20, 26, 0.2);
  color: white;
  border-radius: 50%;
  transition: 0.3s;
  padding: 0;
}
.emoji__action-button i {
  font-size: 1.7rem;
}
.emoji__action-button.active {
  display: flex;
  background-color: rgba(11, 20, 26, 0.4);
  opacity: 1;
}
.emoji__action-button:hover {
  background-color: rgba(11, 20, 26, 0.3);
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .emoji__action-button {
  right: 100%;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .emoji__action-button {
  left: 100%;
}
.layout-ltr .chat-widget__content__messages-list__message--current-user .emoji__action-button {
  left: inherit;
}
.layout-rtl .chat-widget__content__messages-list__message--current-user .emoji__action-button {
  right: inherit;
}
.chat-widget__content__messages-list__message--current-user .emoji__action-button {
  margin: 0;
  margin-inline-end: 2rem;
}

.chat-widget__aside:hover::-webkit-scrollbar-thumb {
  background-color: #ced4da !important;
}
.chat-widget__aside::-webkit-scrollbar {
  display: block;
  background-color: transparent !important;
}
.chat-widget__aside::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.support-icon {
  background-color: #026bb0;
  width: 4rem;
  height: 4rem;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}
.support-icon img {
  width: 2rem;
}

.images-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f1f1f1;
  z-index: 999;
  height: calc(100% - 8.4rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3rem 2rem;
  padding-bottom: 0;
  display: none;
}
.images-container .controllers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.images-container .controllers .btn,
.images-container .controllers .btn-link {
  padding: 0;
}
.images-container .controllers .btn i,
.images-container .controllers .btn-link i {
  margin: 0;
}
.images-container .image-slides {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-inline-end: 2rem;
  overflow-x: auto;
}
.images-container .image-slides .image-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.6rem;
  min-width: 6.6rem;
  height: 6.6rem;
  border: 1px solid #c8c8cc;
}
.images-container .image-slides .image-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.images-container .image-slides .image-slide.selected {
  border-color: #ff2d55;
}
@media (max-height: 1000px) {
  .images-container .image-slides .image-slide {
    width: 4.6rem;
    min-width: 4.6rem;
    height: 4.6rem;
  }
}
.images-container.open-images {
  display: flex;
}

.image-wrapper {
  height: calc(100% - 12.5rem);
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.images-controllers-top .controllers .btn,
.images-controllers-top .controllers .btn-link {
  width: 3.2rem;
  height: 3.2rem;
}
.images-controllers-top .controllers .btn-red i {
  font-size: 1.6rem;
}

.mention {
  color: #333333;
  display: inline-flex;
  font-size: 1.5rem;
  margin: 0;
  padding-inline-end: 0.4rem;
  font-weight: 600;
}
.mention span {
  display: inline-flex;
  margin-inline-end: 5px;
  font-size: 1.6rem;
  color: rgba(112, 112, 112, 0.8);
}
.mention.mentioned-me {
  color: #ff2d55;
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  background-color: var(--base-color);
  border-radius: 0.25rem;
  display: inline-block;
  line-height: 1;
  width: 100%;
  min-height: 1em;
  position: relative;
  overflow: hidden;
}
.react-loading-skeleton::after {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, var(--highlight-color), transparent);
  animation: react-loading-skeleton 1.2s infinite;
}
.react-loading-skeleton.circle, .react-loading-skeleton[data-circle=true] {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  min-width: 2.5em;
}

.account-pic .react-loading-skeleton,
.chat-widget__content__messages-list__message--current-user .react-loading-skeleton {
  --highlight-color: #ebebeb;
  --base-color: #fff;
}

@keyframes react-loading-skeleton {
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 375px) {
  .chat-widget__content .react-loading-skeleton {
    width: 50%;
  }
}
.account-pic .react-loading-skeleton {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.chat-widget__content__messages-list__message:has(.react-loading-skeleton),
.message-container:has(.react-loading-skeleton) {
  width: 100%;
}

.message-container .chat-widget__content__messages-list__message:has(.react-loading-skeleton),
.chat-widget__aside .chat-widget__content__messages-list__message:has(.react-loading-skeleton) {
  width: 100%;
}
.message-container > div:has(.react-loading-skeleton),
.chat-widget__aside > div:has(.react-loading-skeleton) {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.message-container > div span:has(.react-loading-skeleton),
.chat-widget__aside > div span:has(.react-loading-skeleton) {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: unset !important;
}
.message-container > div span:nth-of-type(1) .react-loading-skeleton,
.chat-widget__aside > div span:nth-of-type(1) .react-loading-skeleton {
  height: 16px;
  width: 75%;
}
.message-container > div span:nth-of-type(2) .react-loading-skeleton,
.chat-widget__aside > div span:nth-of-type(2) .react-loading-skeleton {
  width: 100%;
  height: 16px;
  margin-top: 4px;
}

.chat-widget__aside > div:has(.react-loading-skeleton) {
  flex-direction: unset;
  padding: 1.6rem 2rem;
  height: 8.5rem;
}
.chat-widget__aside > div:has(.react-loading-skeleton) span {
  width: auto;
}
.chat-widget__aside > div:has(.react-loading-skeleton) span .react-loading-skeleton {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.chat-widget__aside > div:has(.react-loading-skeleton) > div {
  margin-left: 1.3rem;
  flex: 1 1 0%;
}
.chat-widget__aside > div:has(.react-loading-skeleton) > div span:nth-child(1) .react-loading-skeleton {
  height: 16px;
  width: 75%;
  border-radius: 0;
}
.chat-widget__aside > div:has(.react-loading-skeleton) > div span:nth-child(2) .react-loading-skeleton {
  height: 16px;
  border-radius: 0;
  width: 100%;
  margin-top: 4px;
}

.chat-widget__content__head:has(.react-loading-skeleton) {
  flex-direction: unset;
  padding: 1.6rem 2rem;
  height: 8.5rem;
}
.chat-widget__content__head:has(.react-loading-skeleton) span .react-loading-skeleton {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.chat-widget__content__head:has(.react-loading-skeleton) > div {
  margin-left: 1.3rem;
  flex: 1 1 0%;
}
.chat-widget__content__head:has(.react-loading-skeleton) > div span:nth-child(1) .react-loading-skeleton {
  width: 33.333%;
  height: 16px;
  border-radius: 0;
}
.chat-widget__content__head:has(.react-loading-skeleton) > div span:nth-child(2) .react-loading-skeleton {
  height: 16px;
  width: 50%;
  border-radius: 0;
  margin-top: 4px;
}

.vertical-text p {
  white-space: break-spaces;
}

.chat-widget__content__new-message__action--submit {
  background-color: #026bb0;
  color: white;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  transition: color 0.3s, background-color 0.3s;
  margin-inline-start: 1rem;
}
.chat-widget__content__new-message__action--submit i {
  font-size: 1.6rem;
  margin-inline-start: 0.3rem;
  color: white;
}
.chat-widget__content__new-message__action--submit:hover {
  background-color: rgb(2.2865168539, 122.3286516854, 201.2134831461);
}
.layout-rtl .chat-widget__content__new-message__action--submit i {
  transform: scale(-1);
}

.images-controllers-bottom {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 8px 10px;
  margin: 0 -2rem;
  padding-inline-end: 1.5rem;
}
.images-controllers-bottom .controllers {
  margin-inline-start: auto;
}
.images-controllers-bottom .controllers .btn,
.images-controllers-bottom .controllers .btn-link {
  width: 4rem;
  height: 4rem;
}
.images-controllers-bottom .controllers .btn i,
.images-controllers-bottom .controllers .btn-link i {
  color: white;
  font-size: 2.3rem;
}
.images-controllers-bottom .controllers .chat-widget__content__new-message__action--submit {
  margin-inline-start: 1rem;
  position: relative;
}
.images-controllers-bottom .controllers .chat-widget__content__new-message__action--submit .img-count {
  background: white;
  color: #026bb0;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.layout-ltr .images-controllers-bottom .controllers .chat-widget__content__new-message__action--submit .img-count {
  right: -5px;
}
.layout-rtl .images-controllers-bottom .controllers .chat-widget__content__new-message__action--submit .img-count {
  left: -5px;
}
.images-controllers-bottom .controllers .chat-widget__content__new-message__action--submit .img-count {
  top: -7px;
  border: 1px solid #026bb0;
  font-weight: bold;
}

.chat-widget__content__messages-list__message--media-grid .message-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  width: 215px;
  grid-gap: 0.5rem;
  padding: 5px;
}
.chat-widget__content__messages-list__message--media-grid .chat-widget__content__messages-list__message {
  margin: 0;
}

.skeletons {
  display: block;
}

.message-rendering {
  display: none;
}

.hide-skeletons .skeletons {
  display: none;
}
.hide-skeletons .message-rendering {
  display: block;
}

.item-info .deleted_msg i {
  margin-inline-end: 4px;
}

.emoji-font {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", emoji, sans-serif !important;
  font-variant-emoji: emoji;
}

.subject-title {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.subject-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.subject-title p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.fullscreen-popup {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  top: 0;
}
.fullscreen-popup:has(.fullscreen-popup) {
  background-color: black;
}
.fullscreen-popup .wrapper-media-popup {
  height: 100%;
}
.fullscreen-popup .wrapper-media-popup .images-container {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  display: flex;
  padding: 0;
  height: 100%;
}
.fullscreen-popup .wrapper-media-popup .image-wrapper {
  height: calc(100% - 20rem);
  display: flex;
  width: 75%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 6rem 0;
}
.fullscreen-popup .wrapper-media-popup .images-controllers-top .controllers {
  gap: 1.7rem;
  margin-inline-start: auto;
}
.fullscreen-popup .wrapper-media-popup .images-controllers-bottom {
  margin: 0;
  justify-content: center;
}
.fullscreen-popup .wrapper-media-popup .chat-widget__content__head .item-info {
  margin-inline-end: auto;
}
.fullscreen-popup .wrapper-media-popup .chat-widget__content__head h2 {
  font-size: 16px;
  font-weight: 600;
}
.fullscreen-popup .wrapper-media-popup .chat-widget__content__head p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.fullscreen-popup .wrapper-media-popup .chat-widget__content__head .controllers i {
  color: #666;
}
.fullscreen-popup .wrapper-media-popup .item-profile {
  width: 4rem;
  height: 4rem;
  margin-inline-end: 0.8rem;
}
.fullscreen-popup .wrapper-media-popup .download-icon {
  margin-bottom: 5px !important;
  margin-inline-start: 5px;
}
.fullscreen-popup .wrapper-media-popup .chat-widget__content__new-message__action:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Hide the default close button when media-popup is present */
.mfp-wrap.mfp-ready .fullscreen-popup.mfp-with-anim:has(.wrapper-media-popup) + .mfp-close {
  display: none !important;
}

.wrapper-media-popup ~ .mfp-close {
  display: none !important;
}

.app-content-ltr .mfp-container:has(.wrapper-media-popup) {
  padding: 0 !important;
}

.app-content-ltr .mfp-wrap:has(.wrapper-media-popup) {
  overflow: unset !important;
}

.arrow-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  z-index: 99999;
  width: 100%;
  padding: 0 4rem;
  transform: translateY(-50%);
}
.arrow-slide .btn-outline {
  background: white;
  border-color: black;
  color: black;
  width: 6rem;
  height: 6rem;
  display: flex;
  padding: 0;
}
.arrow-slide .btn-outline i {
  margin: 0;
  font-size: 2.4rem;
}

.audio-wrapper.loading .plyr__controls,
.audio-wrapper.rec-loading .plyr__controls {
  position: relative;
  /* Add overlay to prevent interactions during loading */
}
.audio-wrapper.loading .plyr__controls::before,
.audio-wrapper.rec-loading .plyr__controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
}
.audio-wrapper.loading .plyr__control[data-plyr=play],
.audio-wrapper.rec-loading .plyr__control[data-plyr=play] {
  position: relative;
  cursor: default;
  /* Hide the default SVG icons when loading */
}
.audio-wrapper.loading .plyr__control[data-plyr=play] svg,
.audio-wrapper.rec-loading .plyr__control[data-plyr=play] svg {
  visibility: hidden;
}
.audio-wrapper.loading .plyr__control[data-plyr=play],
.audio-wrapper.rec-loading .plyr__control[data-plyr=play] {
  /* Create loading spinner */
}
.audio-wrapper.loading .plyr__control[data-plyr=play]::before,
.audio-wrapper.rec-loading .plyr__control[data-plyr=play]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -14px;
  margin-inline-start: -18px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #026bb0;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 3;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes messageFlashlight {
  0% {
    background: rgba(0, 0, 0, 0.1);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
.test {
  color: transparent;
}

.message-tags {
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
  position: relative;
  margin-inline-start: auto;
}
.message-tags--inline {
  position: static;
  margin-inline-start: 8px;
}

.message-tag {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 9999px;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.message-tag--academic {
  background-color: #f0f9ff;
  color: #026bb0;
}
.message-tag--abuse {
  background-color: #fff4f4;
  color: #ff3b30;
}
.message-tag--technical {
  background-color: #fff7e5;
  color: #f5a623;
}
.message-tag--unclassified {
  background-color: #fff4f4;
  color: #ff3b30;
}
.message-container.resolved .message-tag--academic {
  background-color: #f5f5f5;
  color: #808080;
}
.message-container.resolved .message-tag--abuse {
  background-color: #f5f5f5;
  color: #808080;
}
.message-tag--resolve {
  background-color: white;
  color: #78b517;
  border: 1px solid #78b517;
}
.message-tag--resolve.resolved-tag {
  color: #333333;
  border-color: #333333;
  background-color: #f5f5f5;
}
.message-tag.resolved {
  color: #808080;
  border-color: #808080;
  background-color: #f5f5f5;
}
.message-tag--emoji {
  background-color: #f3f3f3;
  width: 22px;
  height: 22px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-tag--emoji i {
  font-size: 12px;
  color: #333333;
}
.message-tag:hover {
  opacity: 0.8;
}

.message-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.message-actions__emoji {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.message-sender {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  justify-content: flex-end;
}
.message-sender.sender-pink {
  color: #e51d74;
}
.message-sender.sender-blue {
  color: #026bb0;
}
.message-sender .sender-role {
  margin-inline-start: 4px;
  margin-inline-end: 2rem;
}

.message-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.message-footer .message-category {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #808080;
}
.message-footer .message-time {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #808080;
  margin-inline-start: auto;
}

.message-container--received {
  background-color: white;
  border-bottom-left-radius: 0;
}
.message-container--sent {
  background-color: #d1edff;
  border-bottom-right-radius: 0;
  margin-inline-start: auto;
  margin-inline-end: 8px;
}
.message-container--support {
  background-color: #d1edff;
  border-bottom-left-radius: 0;
}

.message-text {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.message-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.message-content-wrapper pre {
  flex: 1;
  margin: 0;
}

.message-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.chat-widget__content__new-message .input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: white;
  border: 0.5px solid #ccc;
  border-radius: 40px;
  padding: 8px 8px 8px 12px;
  min-height: 40px;
}
.chat-widget__content__new-message .input-wrapper .message-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
}
.chat-widget__content__new-message .input-wrapper .message-input::placeholder {
  color: #808080;
}
.chat-widget__content__new-message .input-wrapper .message-input:empty::before {
  content: attr(data-placeholder);
  color: #808080;
}
.chat-widget__content__new-message .message-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-widget__content__head .item-info h2 {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
  margin: 0;
}
.chat-widget__content__head .item-info p {
  font-family: "NotoSans/DroidArabicNaskh", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
  margin: 4px 0 0 0;
}

.chat-widget__content__messages-list__message__header .dropdown-cta-toggle {
  background-color: #f3f3f3;
  border-radius: 9999px;
  width: 22px;
  height: 22px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-widget__content__messages-list__message__header .dropdown-cta-toggle i {
  font-size: 12px;
  color: #333333;
}
.chat-widget__content__messages-list__message__header .dropdown-cta-toggle:hover {
  background-color: #e6e6e6;
}

.chat-widget__content__messages-list__message--support {
  align-self: flex-start;
  justify-content: flex-start;
}
.chat-widget__content__messages-list__message--support .message-container {
  background-color: #d1edff;
}

.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;
  }
} */