@charset "UTF-8";
/**
 * basic reset
 */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
  vertical-align: baseline;
}

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block;
}

body {
  line-height: 1;
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

li {
  list-style: none;
  text-align: inherit; /* or left, center, right */
  unicode-bidi: normal;
}

blockquote, q {
  quotes: none;
}

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

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

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

/**
 * iOS "clickable elements" fix for role="button"
 *
 * Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
 * for traditionally non-focusable elements with role="button"
 * see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 */
[role=button] {
  cursor: pointer;
}

/**
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
 *
 * In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
 * DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
 * However, they DO support removing the click delay via `touch-action: manipulation`.
 * See:
 * - http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * - http://caniuse.com/#feat=css-touch-action
 * - http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/**
 * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 */
[hidden] {
  display: none !important;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Manrope", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/**
 * Links
 * =============================================================================
 */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * Text-level semantics
 * =============================================================================
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 * =============================================================================
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "Manrope", sans-serif;
}

/**
 * Forms
 * =============================================================================
 */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

button:focus {
  outline: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
input:focus {
  outline: 0;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
textarea:focus-visible {
  outline: 0;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* total width */
/* background of the scrollbar except button or resizer */
/* scrollbar itself */
/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.align-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.align-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.flex-space-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flex-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flex-direction-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

:root {
  --primary-blue: #28ABCE;
  --primary-blue-dark: #203496;
  --primary-blue-light: #6366F1;
  --sidebar-bg: #203496;
  --sidebar-text: #FFFFFF;
  --sidebar-text-secondary: rgba(255, 255, 255, 0.7);
  --sidebar-hover: rgba(255, 255, 255, 0.1);
  --sidebar-active: rgba(255, 255, 255, 0.2);
  --bg-primary: #FFFFFF;
  --bg-secondary: #F2F6FF;
  --bg-tertiary: #F1F5F9;
  --bg-black: #000000;
  --text-primary: #141729;
  --text-secondary: #A3B2FF;
  --text-tertiary: #94A3B8;
  --text-white: #FFFFFF;
  --text-black: #000000;
  --status-active: #96ECD0;
  --status-active-bg: #E8FBF5;
  --status-inactive: #EA3A3D;
  --status-inactive-bg: rgba(234, 58, 61, 0.1);
  --status-pending: rgba(153, 178, 198, 0.1);
  --status-pending-bg: #FEF3C7;
  --border-white: #FFFFFF;
  --border-light: #BAC5E6;
  --border-medium: #CBD5E1;
  --border-dark: #94A3B8;
  --action-view: #6B7280;
  --action-edit: #3B82F6;
  --action-delete: #EF4444;
  --btn-primary: #F97316;
  --btn-primary-hover: #EA580C;
  --btn-secondary: #6B7280;
  --btn-secondary-hover: #4B5563;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-primary);
  background: var(--bg-secondary);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F2F6FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: url("/images/background/dcare-login-bg-image.png") no-repeat center center;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px 0;
  color: var(--text-primary);
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

.page-title {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 28px 0;
}

.text-primary {
  color: var(--text-primary);
}

.text-secondary {
  color: var(--text-secondary);
}

.text-tertiary {
  color: var(--text-tertiary);
}

.text-white {
  color: var(--text-white);
}

.text-sm {
  font-size: 12px;
}

.text-base {
  font-size: 14px;
}

.text-lg {
  font-size: 16px;
}

.text-xl {
  font-size: 18px;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

a {
  color: var(--primary-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: var(--primary-blue-dark);
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
  .page-title {
    font-size: 20px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
.breadcrumb-holder {
  display: flex;
}
.breadcrumb-holder li {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
  color: #738899;
  margin-bottom: 15px;
  padding: 0 5px;
}
.breadcrumb-holder li::before {
  content: ">";
  left: -2.5px;
  position: absolute;
  color: #738899;
}
.breadcrumb-holder li:first-child::before {
  display: none;
}
.breadcrumb-holder li a {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #738899;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.justify-content-end {
  justify-content: flex-end;
}

.bg-none {
  background: transparent !important;
}

.shadow-none {
  box-shadow: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid #EA6235;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: var(--text-white);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  white-space: nowrap;
  background: #FE7F55;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.btn .icon {
  width: 16px;
  height: 16px;
}
.btn .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.btn--primary {
  background: var(--btn-primary-hover);
}
.btn--primary:hover:not(:disabled) {
  background: var(--btn-primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--secondary {
  background: var(--bg-primary);
  color: var(--text-primary);
  border-color: var(--border-light);
}
.btn--secondary:hover:not(:disabled) {
  background: var(--bg-secondary);
  border-color: var(--border-medium);
}
.btn--ghost {
  background: transparent;
  color: var(--text-secondary);
}
.btn--ghost:hover:not(:disabled) {
  background: var(--bg-secondary);
  color: var(--text-primary);
}
.btn--danger {
  background: var(--status-inactive);
  color: var(--text-white);
}
.btn--danger:hover:not(:disabled) {
  background: #DC2626;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.btn--sm {
  padding: 4px 16px;
  font-size: 12px;
}
.btn--sm .icon {
  width: 14px;
  height: 14px;
}
.btn--lg {
  padding: 16px 24px;
  font-size: 16px;
}
.btn--lg .icon {
  width: 18px;
  height: 18px;
}
.btn--icon-only {
  padding: 8px;
}
.btn--icon-only.btn--sm {
  padding: 4px;
}
.btn--icon-only.btn--lg {
  padding: 16px;
}

.action-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.action-btn:hover {
  background: var(--bg-tertiary);
}
.action-btn--view {
  color: var(--action-view);
}
.action-btn--edit {
  color: var(--action-edit);
}
.action-btn--edit:hover {
  background: rgba(59, 130, 246, 0.1);
}
.action-btn--delete {
  color: var(--action-delete);
}
.action-btn--delete:hover {
  background: var(--status-inactive-bg);
}
.action-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.btn-group {
  display: flex;
  align-items: center;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.btn-group .btn:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.btn-group .btn:not(:last-child) {
  border-right: none;
}

@media (max-width: 640px) {
  .btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  .btn--lg {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.form-group__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.form-group__help {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 4px;
}
.form-group__error {
  font-size: 12px;
  color: var(--status-inactive);
  margin-top: 4px;
}

.search-input {
  position: relative;
  display: inline-block;
}
.search-input__field {
  width: 300px;
  height: 40px;
  padding: 0 16px 0 40px;
  border: 1px solid var(--border-light);
  border-radius: 0.5rem;
  background: var(--bg-primary);
  font-size: 14px;
  color: var(--text-primary);
  transition: all 0.2s ease;
}
.search-input__field::placeholder {
  color: var(--text-tertiary);
}
.search-input__field:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}
.search-input__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: var(--text-tertiary);
  pointer-events: none;
}
.search-input__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width: 768px) {
  .search-input__field {
    width: 100%;
    max-width: 300px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  border: 1px solid #BAC5E6;
  border-radius: 8px;
}
.dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 120px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--border-light);
  border-radius: 0.5rem;
  background: transparent;
  font-size: 13px;
  line-height: 20px;
  color: #141729;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dropdown__trigger:hover {
  border-color: var(--border-medium);
}
.dropdown__trigger.open {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}
.dropdown__trigger .icon {
  width: 16px;
  height: 16px;
  color: var(--text-tertiary);
  transition: transform 0.2s ease;
  margin-left: 8px;
}
.dropdown__trigger .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.dropdown__trigger.open .icon {
  transform: rotate(180deg);
}
.dropdown__menu {
  position: absolute;
  top: 100%;
  left: auto;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-lg);
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  z-index: 10000000 !important;
}
.dropdown__menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown__item {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: none;
  background: none;
  text-align: left;
  font-size: 14px;
  color: var(--text-primary);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dropdown__item:hover {
  background: var(--bg-secondary);
}
.dropdown__item:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.dropdown__item:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
.dropdown__item.selected {
  background: var(--primary-blue);
  color: var(--text-white);
}

.filter-bar {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .filter-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

.search-suggestion {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.search-suggestion li {
  padding: 8px 16px;
  cursor: pointer;
}
.search-suggestion li:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.search-suggestion li:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
.search-suggestion li:hover {
  background: var(--bg-secondary);
}

.search-input__field:focus + .search-suggestion,
.search-input__field:focus ~ .search-suggestion {
  display: block;
}

.tabs-holder .tabs {
  /* Tabs */
  display: inline-flex;
  padding: 0px;
  list-style-type: none;
  border-radius: 0.5rem;
  border: 1px solid #E3E3E3;
}
.tabs-holder .tabs .tab-nav {
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
}
.tabs-holder .tabs .tab-nav a {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
  padding: 10px 16px;
  border-right: 1px solid #E3E3E3;
  background-color: var(--text-white);
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tabs-holder .tabs .tab-nav .tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #EFF3FC;
  color: var(--text-primary);
  font-size: 10px;
  line-height: 20px;
  margin-left: 4px;
}
.tabs-holder .tabs .tab-nav:hover a {
  color: #25a7b5;
  /*border-bottom-color: #35c9d7;*/
}
.tabs-holder .tabs .tab-nav.active a {
  color: #25a7b5;
  border-bottom-color: #35c9d7;
  font-weight: 600;
}
.tabs-holder .tabs .tab-nav.active .tab-count {
  background: #e4eff1;
  color: var(--text-primary);
}
.tabs-holder .tabs .tab-nav:first-child a {
  border-radius: 7px 0 0 7px;
}
.tabs-holder .tabs .tab-nav:last-child a {
  border-right: 0;
  border-radius: 0 7px 7px 0;
}

.tab-content-holder {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tab-content-holder .tab-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.tab-content-holder .tab-content__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  flex: 1;
}
.tab-content-holder .tab-content__empty .empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  opacity: 0.5;
}
.tab-content-holder .tab-content__empty .empty-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--text-tertiary);
}
.tab-content-holder .tab-content__empty .empty-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--text-primary);
}
.tab-content-holder .tab-content__empty .empty-description {
  font-size: 14px;
  margin: 0;
}

.users-table-wrapper {
  overflow-x: auto;
}

.users-grid-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}
.users-grid-table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
}
.users-grid-table tbody tr td {
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #141729;
  vertical-align: top;
  width: 25%;
  background: transparent;
}
.users-grid-table tbody tr td.user-name {
  font-weight: 400;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.status-badge.status-correct {
  background: rgba(20, 164, 117, 0.1);
  color: #14A475;
  border: 1px solid rgba(20, 164, 117, 0.2);
}
.status-badge.status-incorrect {
  background: rgba(239, 68, 68, 0.1);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.users-list-section .tabs-holder {
  border-bottom: 1px solid #ddd;
}
.users-list-section .tabs-holder .tabs {
  background: transparent;
  border: none;
}
.users-list-section .tabs-holder .tabs .tab-nav {
  margin-bottom: 0;
}
.users-list-section .tabs-holder .tabs .tab-nav a {
  padding: 6px;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid transparent;
}
.users-list-section .tabs-holder .tabs .tab-nav a .tab-count {
  background: #ddd;
}
.users-list-section .tabs-holder .tabs .tab-nav.active a {
  border-bottom-color: var(--primary-blue);
}
.users-list-section .tabs-holder .tabs .tab-nav.active a .tab-count {
  background: var(--primary-blue);
}
.users-list-section .tab-content {
  min-height: 60px;
}
.users-list-section .tab-content__empty {
  padding: 24px;
  text-align: center;
}
.users-list-section .tab-content__empty .empty-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 4px;
}
.users-list-section .tab-content__empty .empty-description {
  font-size: 14px;
  color: var(--text-tertiary);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__content {
  transform: scale(1);
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.modal__content {
  position: relative;
  background: var(--bg-primary);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-lg);
  max-width: 480px;
  width: 90%;
  max-height: 90vh;
  height: 80vh;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .modal__content {
    max-width: 95%;
    margin: 16px;
    height: 85vh;
  }
}
.modal__content[style*="max-width: 800px"] {
  height: 85vh;
}
@media (max-width: 640px) {
  .modal__content[style*="max-width: 800px"] {
    height: 90vh;
  }
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--border-light);
}
.modal__header .modal__title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.modal__header .modal__close {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all 0.2s ease;
}
.modal__header .modal__close:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
}
.modal__header .modal__close svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.modal__body {
  padding: 20px 24px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.modal__body .form-group {
  margin-bottom: 20px;
}
.modal__body .form-group:last-child {
  margin-bottom: 0;
}
.modal__body .form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.modal__body .form-input {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--border-light);
  border-radius: 0.5rem;
  background: var(--bg-primary);
  font-size: 14px;
  color: var(--text-primary);
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.modal__body .form-input::placeholder {
  color: var(--text-tertiary);
}
.modal__body .form-input:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}
.modal__body .form-input.error {
  border-color: var(--status-inactive);
}
.modal__body .form-input.error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.modal__body .form-error {
  font-size: 12px;
  color: var(--status-inactive);
  margin-top: 4px;
  display: none;
}
.modal__body .form-error.show {
  display: block;
}
.modal__body .form-help {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 4px;
}
.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 20px 24px 24px;
  border-top: 1px solid var(--border-light);
}
@media (max-width: 640px) {
  .modal__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .modal__footer .btn {
    width: 100%;
    justify-content: center;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
.password-strength {
  margin-top: 8px;
}
.password-strength__bar {
  height: 4px;
  background: var(--border-light);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}
.password-strength__bar .strength-fill {
  height: 100%;
  width: 0%;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.password-strength__bar .strength-fill.weak {
  width: 25%;
  background: var(--status-inactive);
}
.password-strength__bar .strength-fill.fair {
  width: 50%;
  background: var(--status-pending);
}
.password-strength__bar .strength-fill.good {
  width: 75%;
  background: #3B82F6;
}
.password-strength__bar .strength-fill.strong {
  width: 100%;
  background: var(--status-active);
}
.password-strength__text {
  font-size: 12px;
  color: var(--text-secondary);
}
.password-strength__text.weak {
  color: var(--status-inactive);
}
.password-strength__text.fair {
  color: var(--status-pending);
}
.password-strength__text.good {
  color: #3B82F6;
}
.password-strength__text.strong {
  color: var(--status-active);
}

.modal-step-indicator {
  margin-bottom: 0;
}
.modal-step-indicator .step-text {
  font-size: 14px;
  line-height: 20px;
  color: #141729;
}

.topic-selection {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.topic-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.topic-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}
.topic-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--primary-blue);
}
.topic-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid var(--border-medium);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-top: 2px;
}
.topic-checkbox .checkmark::after {
  content: "";
  width: 10px;
  height: 6px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.topic-checkbox input[type=checkbox]:checked + .checkmark {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}
.topic-checkbox input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}
.topic-checkbox .topic-text {
  color: var(--text-primary);
  flex: 1;
}
.topic-checkbox:hover .checkmark {
  border-color: var(--primary-blue);
}

.empty-state__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .empty-state__actions {
    flex-direction: column;
    align-items: center;
  }
  .empty-state__actions .btn {
    width: 100%;
    max-width: 280px;
  }
}

.stepper-modal h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
}
.stepper-modal .modal__header {
  align-items: flex-start;
  border-bottom: 0;
}
.stepper-modal .modal__header .modal__title {
  font-size: 24px;
  margin-bottom: 0 !important;
}
.stepper-modal .modal__body {
  padding-top: 6px;
}
.stepper-modal .modal__footer {
  border-top: 0;
  justify-content: flex-start;
}
.stepper-modal .accordion__toggle-icon.active {
  background: transparent;
}
.stepper-modal .accordion__toggle-icon.active svg {
  fill: var(--primary-blue);
}
.stepper-modal .accordion {
  border-radius: 12px;
  border: 1px solid var(--border-light);
  gap: 0;
  overflow: hidden;
}
.stepper-modal .accordion__item {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border-light);
}
.stepper-modal .accordion__item:last-child {
  border-bottom: none;
}
.stepper-modal .topic-selection {
  gap: 15px;
}
.stepper-modal .topic-item {
  padding: 0 0 0 16px;
  margin: 0 !important;
}
.stepper-modal .topic-item input[type=checkbox] {
  display: none;
}
.stepper-modal .topic-item .checkmark {
  border-width: 1px;
}
.stepper-modal .topic-item:hover {
  background: transparent;
}
.stepper-modal .topic-item:first-child {
  padding: 0 0 0 16px;
}
.stepper-modal .stepper-2 .topic-item {
  padding: 0;
}
.stepper-modal .stepper-4 {
  height: 100%;
  border-radius: 12px;
  background-color: #202646;
  padding: 30px;
}
.stepper-modal .stepper-4 p {
  color: var(--text-white);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.stepper-modal .stepper-4 h3 {
  color: var(--text-white);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.stepper-modal .stepper-4 ul {
  list-style: none;
  padding: 0;
}
.stepper-modal .stepper-4 ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-white);
  padding-left: 0;
  margin-bottom: 10px;
}

.difficulty-selection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .difficulty-selection {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.difficulty-card {
  position: relative;
  border-radius: 0.5rem;
  border: 2px solid var(--border-light);
  background: var(--bg-primary);
  transition: all 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}
.difficulty-card:hover {
  border-color: var(--primary-blue);
}
.difficulty-card.selected {
  border-color: var(--primary-blue);
  background: rgba(79, 70, 229, 0.02);
}
.difficulty-card.selected .difficulty-card__radio .radio-button::after {
  opacity: 1;
  transform: scale(1);
}
.difficulty-card:first-child.selected {
  border-color: #1AD598;
  background: rgba(26, 213, 152, 0.1);
}
.difficulty-card:nth-child(2).selected {
  border-color: #FACA4A;
  background: rgba(250, 202, 74, 0.1);
}
.difficulty-card:nth-child(3).selected {
  border-color: #F3654A;
  background: rgba(243, 101, 74, 0.1);
}
.difficulty-card .difficulty-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.difficulty-card__content {
  display: block;
  padding: 12px 12px 20px;
  cursor: pointer;
  height: 100%;
  min-height: 120px;
}
.difficulty-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: -10px;
  padding: 0 18px;
}
.difficulty-card__title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 24px;
}
.difficulty-card__radio {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
.difficulty-card__radio .radio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid var(--border-medium);
  border-radius: 50%;
  background: var(--bg-primary);
  position: relative;
  transition: all 0.2s ease;
}
.difficulty-card__radio .radio-button::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bg-black);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}
.difficulty-card__description {
  color: var(--text-primary);
  font-size: 14px;
  line-height: 18px;
  padding: 0 18px;
}
.difficulty-card__description p {
  margin: 0 0 2px 0;
}
.difficulty-card__description p:last-child {
  margin-bottom: 0;
}

.quiz-generation-header p {
  color: var(--text-white);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.quiz-generation-header h3 {
  color: var(--text-white);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.generation-progress-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.progress-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.progress-item .progress-label {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-white);
}

.circular-progress-wrapper {
  flex-shrink: 0;
}

.circular-progress {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #10B981 0deg, #10B981 calc(var(--percentage, 0) * 3.6deg), #202646 calc(var(--percentage, 0) * 3.6deg), #202646 360deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-progress::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #202646;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circular-progress[data-percentage="0"] {
  --percentage: 0;
}
.circular-progress[data-percentage="5"] {
  --percentage: 5;
}
.circular-progress[data-percentage="10"] {
  --percentage: 10;
}
.circular-progress[data-percentage="15"] {
  --percentage: 15;
}
.circular-progress[data-percentage="20"] {
  --percentage: 20;
}
.circular-progress[data-percentage="25"] {
  --percentage: 25;
}
.circular-progress[data-percentage="30"] {
  --percentage: 30;
}
.circular-progress[data-percentage="35"] {
  --percentage: 35;
}
.circular-progress[data-percentage="40"] {
  --percentage: 40;
}
.circular-progress[data-percentage="45"] {
  --percentage: 45;
}
.circular-progress[data-percentage="50"] {
  --percentage: 50;
}
.circular-progress[data-percentage="55"] {
  --percentage: 55;
}
.circular-progress[data-percentage="60"] {
  --percentage: 60;
}
.circular-progress[data-percentage="65"] {
  --percentage: 65;
}
.circular-progress[data-percentage="70"] {
  --percentage: 70;
}
.circular-progress[data-percentage="75"] {
  --percentage: 75;
}
.circular-progress[data-percentage="80"] {
  --percentage: 80;
}
.circular-progress[data-percentage="85"] {
  --percentage: 85;
}
.circular-progress[data-percentage="90"] {
  --percentage: 90;
}
.circular-progress[data-percentage="95"] {
  --percentage: 95;
}
.circular-progress[data-percentage="100"] {
  --percentage: 100;
  background: #10B981;
}
.circular-progress .progress-percentage {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
}
.circular-progress .progress-check {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  background: #10B981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-loader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.pulse-loader .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  animation: pulse 1.5s ease-in-out infinite;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
}
.pulse-loader .dot:nth-child(1) {
  animation-delay: 0s;
}
.pulse-loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.pulse-loader .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulse {
  0%, 60%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  30% {
    transform: scale(1.5);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0%, 60%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  30% {
    transform: scale(1.5);
    opacity: 1;
  }
}
.update-audio-modal .modal__content {
  max-width: 560px;
  height: auto;
  max-height: 70vh;
}
.update-audio-modal .modal__header {
  position: relative;
  padding: 40px 40px 30px;
  border-bottom: 0;
}
.update-audio-modal .modal__header .modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.update-audio-modal .modal__title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #141729;
}
.update-audio-modal .modal__body {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.update-audio-modal .modal__footer {
  padding: 20px 0 0;
  margin: 18px 40px 30px;
  gap: 16px;
  border-top: 1px solid #BAC5E6;
}
.update-audio-modal .modal__footer .btn {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 15px;
  border-radius: 8px;
}
.update-audio-modal .modal__footer .btn--secondary {
  color: #141729;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
}
.update-audio-modal .modal__footer .btn--secondary:hover {
  background: #F9FAFB;
  border-color: #D1D5DB;
}
.update-audio-modal .modal__footer .btn--primary {
  color: #FFFFFF;
  background: #FE7F55;
  border: 1px solid #EA6235;
}
.update-audio-modal .modal__footer .btn--primary:hover {
  background: #fd6a42;
}
.update-audio-modal .audio-section {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 16px 20px;
}
.update-audio-modal .audio-section__title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #272D44;
  margin: 0;
}
.update-audio-modal .audio-player-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.update-audio-modal .audio-progress {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.update-audio-modal .audio-progress__bar {
  flex: 1;
  height: 5px;
  background: #E7E7E7;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.update-audio-modal .audio-progress__fill {
  height: 100%;
  background: #2C3E50;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.update-audio-modal .audio-progress__time {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #738899;
  white-space: nowrap;
  min-width: 80px;
}
.update-audio-modal .audio-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.update-audio-modal .audio-control-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #272D44;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.update-audio-modal .audio-control-btn:hover {
  background: #1f2d3d;
  transform: scale(1.05);
}
.update-audio-modal .audio-control-btn:active {
  transform: scale(0.95);
}
.update-audio-modal .audio-control-btn svg {
  width: 24px;
  height: 24px;
}
.update-audio-modal .btn--generate {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  background: #272D44;
  border: 1px solid #272D44;
  padding: 6px 32px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}
.update-audio-modal .btn--generate:hover {
  background: #1f2d3d;
  border-color: #1f2d3d;
}

.data-table {
  display: flex;
  flex-direction: column;
  background: var(--bg-primary);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  flex: 1;
  background: var(--bg-primary);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.data-table__container {
  flex: 1;
  position: relative;
  max-height: calc(100vh - 190px);
  overflow-y: auto;
  border-radius: 12px;
  border: 0;
}
.data-table__container::-webkit-scrollbar {
  width: 6px;
}
.data-table__container::-webkit-scrollbar-track {
  background: var(--bg-tertiary);
}
.data-table__container::-webkit-scrollbar-thumb {
  background: var(--border-medium);
  border-radius: 3px;
}
.data-table__container::-webkit-scrollbar-thumb:hover {
  background: var(--border-dark);
}
.data-table__table {
  width: 100%;
  border-collapse: collapse;
}
.data-table__table thead {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: #cee0e4;
  border-radius: 12px 12px 0px 0px;
}
.data-table__table thead th {
  font-family: "Sora", sans-serif;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-light);
  white-space: nowrap;
  vertical-align: middle;
}
.data-table__table thead th > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-table__table thead th.sortable {
  cursor: pointer;
  user-select: none;
  position: relative;
}
.data-table__table thead th.sortable:hover {
  color: var(--text-primary);
}
.data-table__table thead th.sortable::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #D9D9D9;
}
.data-table__table thead th.sortable::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #D9D9D9;
}
.data-table__table thead th.sortable.sort-asc::before {
  border-bottom: 4px solid var(--text-primary);
  opacity: 1;
}
.data-table__table thead th.sortable.sort-desc::after {
  border-bottom: 4px solid var(--text-primary);
  opacity: 1;
}
.data-table__table thead th .checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #BAC5E6;
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
}
.data-table__table thead th .checkbox:checked {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}
.data-table__table thead th .checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  font-weight: bold;
}
.data-table__table thead th:first-child {
  width: 40px;
  text-align: center;
}
.data-table__table thead th:last-child {
  width: 120px;
}
.data-table__table tbody tr {
  border-bottom: 1px solid #edeff5;
  transition: background-color 0.2s ease;
}
.data-table__table tbody tr:last-child {
  border-bottom: none;
}
.data-table__table tbody td {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #4a5965;
  vertical-align: middle;
}
.data-table__table tbody td .progress-bar-section {
  color: #738899;
}
.data-table__table tbody td:first-child {
  width: 40px;
  text-align: center;
}
.data-table__table tbody td:first-child .checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #BAC5E6;
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
}
.data-table__table tbody td:first-child .checkbox:checked {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}
.data-table__table tbody td:first-child .checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  font-weight: bold;
}
.data-table__table tbody td .email {
  color: var(--text-secondary);
}
.data-table__table tbody td .status {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.data-table__table tbody td .status--active {
  background: var(--status-active-bg);
  color: var(--status-active);
  border-color: #96ECD0;
}
.data-table__table tbody td .status--inactive {
  background: var(--status-inactive-bg);
  color: var(--status-inactive);
  border-color: #EA3A3D;
}
.data-table__table tbody td .status--pending {
  background: var(--status-pending-bg);
  color: var(--status-pending);
  border-color: var(--status-pending-bg);
}
.data-table__table tbody td .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.data-table__table tbody td .actions .action-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.data-table__table tbody td .actions .action-btn:hover {
  background: rgba(55, 88, 249, 0.1);
}
.data-table__table tbody td .actions .action-btn--view {
  color: var(--action-view);
}
.data-table__table tbody td .actions .action-btn--edit {
  color: var(--action-edit);
}
.data-table__table tbody td .actions .action-btn--delete {
  color: var(--action-delete);
}
.data-table__table tbody td .actions .action-btn--delete:hover {
  background: var(--status-inactive-bg);
}
.data-table__table tbody td .actions .action-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.data-table__empty {
  text-align: center;
  padding: 28px;
  color: var(--text-secondary);
}
.data-table__empty .empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  opacity: 0.5;
}
.data-table__empty .empty-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.data-table__empty .empty-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--text-primary);
}
.data-table__empty .empty-description {
  font-size: 14px;
  margin: 0;
}

.leaderboard-table {
  padding: 0 20px 24px;
  width: 100%;
}
.leaderboard-table__table {
  width: 100%;
  border-collapse: collapse;
}
.leaderboard-table__table thead th {
  font-weight: 500;
  padding: 8px 10px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  color: var(--text-primary);
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid var(--border-light);
  text-align: right;
}
.leaderboard-table__table thead th:first-child {
  text-align: left;
}
.leaderboard-table__table tbody td {
  padding: 12px 10px;
  font-size: 11px;
  line-height: 20px;
  color: #738899;
  vertical-align: middle;
  text-align: right;
}
.leaderboard-table__table tbody td:first-child {
  text-align: left;
}
.leaderboard-table__name {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
  gap: 12px;
}
.leaderboard-table__rank {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 4px;
  background: var(--primary-blue);
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transform: rotate(45deg);
}
.leaderboard-table__rank span {
  transform: rotate(-45deg);
}
.leaderboard-table tr:first-child .leaderboard-table__rank {
  background: #F47690;
}
.leaderboard-table tr:nth-child(2) .leaderboard-table__rank {
  background: #1AD598;
}
.leaderboard-table tr:nth-child(3) .leaderboard-table__rank {
  background: #A584F3;
}
.leaderboard-table tr:nth-child(4) .leaderboard-table__rank {
  background: #FACA4A;
}
.leaderboard-table tr:nth-child(5) .leaderboard-table__rank {
  background: #12AFF0;
}

.participant-details-table {
  max-height: 400px;
  overflow-y: auto;
}
.participant-details-table thead th:first-child {
  width: auto;
  text-align: left;
}
.participant-details-table thead th:last-child {
  text-align: right;
}
.participant-details-table tbody td:first-child {
  width: auto;
  text-align: left;
}
.participant-details-table tbody td:last-child {
  text-align: right;
}

.progress-bar-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
.progress-bar-section .progress-bar-holder {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #E8ECFE;
  border-radius: 9px;
}
.progress-bar-section .progress-bar-holder .progress-bar {
  display: block;
  height: 100%;
}
.progress-bar-section .progress-bar-holder .progress-bar.needs_improvement, .progress-bar-section .progress-bar-holder .progress-bar.poor {
  background-color: #f52400;
  margin-right: 4px;
}
.progress-bar-section .progress-bar-holder .progress-bar.average {
  background-color: #fa994a;
  margin-right: 4px;
}
.progress-bar-section .progress-bar-holder .progress-bar.good {
  background-color: #FACA4A;
  margin-right: 4px;
}
.progress-bar-section .progress-bar-holder .progress-bar.excellent {
  background-color: #1AD598;
  margin-right: 4px;
}

.members-grid-table th:first-child, .members-grid-table td:first-child {
  padding-left: 20px;
}
.members-grid-table .member-name-field {
  width: 140px;
  font-weight: 500;
  color: #141729 !important;
  text-align: left;
  justify-content: flex-start;
}
.members-grid-table .member-id-field {
  width: 100px;
  text-align: left;
  justify-content: flex-start;
  color: #738899;
}
.members-grid-table .member-region-field {
  width: 100px;
  text-align: left;
  justify-content: flex-start;
  color: #738899;
}
.members-grid-table .member-progress-field {
  width: 100px;
  color: #141729 !important;
  text-align: left;
  justify-content: flex-start;
}
.members-grid-table .member-status-field {
  width: 100px;
  text-align: left;
  justify-content: flex-start;
}
.members-grid-table .member-status-field .dot-status {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 4px;
}
.members-grid-table .member-status-field.in_progress {
  color: #96792C;
}
.members-grid-table .member-status-field.in_progress .dot-status {
  background-color: #FACA4A;
}
.members-grid-table .member-status-field.completed {
  color: #10805B;
}
.members-grid-table .member-status-field.completed .dot-status {
  background-color: #1AD598;
}
.members-grid-table .member-status-field.not_started {
  color: #923D2C;
}
.members-grid-table .member-status-field.not_started .dot-status {
  background-color: #F3654A;
}
.members-grid-table .member-last-activity-field {
  width: 100px;
  color: #738899;
  text-align: left;
  justify-content: flex-start;
}

.pagination-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.pagination {
  display: inline-flex;
  border-radius: 0.375rem;
  border: 1px solid #D9E1E7;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-right: 1px solid #D9E1E7;
  background: var(--bg-primary);
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #809FB8;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.pagination__item:last-child {
  border-right: 0;
}
.pagination__item:hover:not(.disabled):not(.active) {
  background: #EFF3FC;
  color: var(--text-primary);
}
.pagination__item.active {
  background: #EFF3FC;
  color: var(--text-primary);
}
.pagination__item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination__item--prev, .pagination__item--next {
  font-weight: 600;
  padding: 0 16px;
  gap: 4px;
}
.pagination__item--prev svg, .pagination__item--next svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.pagination__item--ellipsis {
  border: none;
  background: none;
  cursor: default;
}
.pagination__item--ellipsis:hover {
  border: none;
  background: none;
}
@media (max-width: 640px) {
  .pagination {
    gap: 4px;
  }
  .pagination__item {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .pagination__item--prev, .pagination__item--next {
    padding: 0 8px;
  }
  .pagination__item:not(.active):not(.pagination__item--prev):not(.pagination__item--next):not(.pagination__item--ellipsis):nth-child(n+6):nth-last-child(n+4) {
    display: none;
  }
}

.pagination-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 14px;
  color: var(--text-secondary);
}
.pagination-info__results {
  font-weight: 500;
}
.pagination-info__showing span {
  font-weight: 600;
  color: var(--text-primary);
}
@media (max-width: 640px) {
  .pagination-info {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 9991;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  background: var(--bg-primary);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.drawer.active {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .drawer {
    width: 100%;
    max-width: 100vw;
  }
}
@media (max-width: 640px) {
  .drawer {
    width: 100vw;
  }
}
.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.drawer__overlay.active {
  opacity: 1;
  visibility: visible;
}
.drawer__header {
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 40px;
  background: var(--bg-primary);
}
.drawer__header .close_icon {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.drawer__header .drawer__title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.drawer__header .drawer__close {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all 0.2s ease;
}
.drawer__header .drawer__close:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
}
.drawer__header .drawer__close svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.drawer__body {
  flex: 1;
  padding: 14px 60px 20px 40px;
  overflow-y: auto;
}
.drawer__body::-webkit-scrollbar {
  width: 6px;
}
.drawer__body::-webkit-scrollbar-track {
  background: var(--bg-tertiary);
}
.drawer__body::-webkit-scrollbar-thumb {
  background: var(--border-medium);
  border-radius: 3px;
}
.drawer__body::-webkit-scrollbar-thumb:hover {
  background: var(--border-dark);
}
.drawer__footer {
  padding: 0 60px 0;
  background: var(--bg-primary);
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 640px) {
  .drawer__footer {
    flex-direction: column-reverse;
  }
  .drawer__footer .btn {
    width: 100%;
    justify-content: center;
  }
}

.drawer-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.drawer-form .form-group:last-child {
  margin-bottom: 0;
}
.drawer-form .form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0;
  min-width: 80px;
  margin-right: 16px;
}
.drawer-form .form-control {
  width: 100%;
}
.drawer-form .form-input-group {
  position: relative;
  width: 100%;
}
.drawer-form .form-input-group .form-input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 44px;
  border: 1px solid var(--border-light);
  border-radius: 0.5rem;
  background: var(--bg-primary);
  font-size: 14px;
  color: var(--text-primary);
  transition: all 0.2s ease;
  box-sizing: border-box;
  resize: none;
}
.drawer-form .form-input-group .form-input::placeholder {
  color: var(--text-tertiary);
}
.drawer-form .form-input-group .form-input:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}
.drawer-form .form-input-group .form-input.error {
  border-color: var(--status-inactive);
}
.drawer-form .form-input-group .form-input.error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.drawer-form .form-input-group .form-input.no-icon {
  padding-left: 16px;
}
.drawer-form .form-input-group .form-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: var(--text-tertiary);
  pointer-events: none;
}
.drawer-form .form-input-group .form-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.drawer-form .form-error {
  font-size: 12px;
  color: var(--status-inactive);
  margin-top: 4px;
  display: none;
}
.drawer-form .form-error.show {
  display: block;
}
.drawer-form .form-help {
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 4px;
}

.form-select {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 40px 10px 10px;
  background: #FFFFFF url("../../../images/icon/dropdown-arrow.svg") no-repeat right 10px center;
  border: 1px solid #D9E1E7;
  border-radius: 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-select:focus {
  outline: none;
  border-color: #3758F9;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.generate-questions-drawer .drawer__title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #141729;
  margin: 0;
}
.generate-questions-drawer .drawer__header {
  padding: 40px 40px 32px 40px;
}
.generate-questions-drawer .drawer__body {
  flex: none;
  padding: 0px 40px 30px 40px;
}
.generate-questions-drawer .drawer__footer {
  padding: 0 40px 40px 40px;
  justify-content: flex-end;
}
.generate-questions-drawer .drawer__footer .btn {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 8px 48px;
  border-radius: 8px;
  background: #FE7F55;
  border: 1px solid #EA6235;
}
.generate-questions-drawer .drawer__footer .btn:hover {
  background: #fd6a42;
}
.generate-questions-drawer .generate-questions-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.generate-questions-drawer .generate-questions-form .form-group:last-child {
  margin-bottom: 0;
}
.generate-questions-drawer .generate-questions-form .form-label {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #141729;
  min-width: 108px;
}
.generate-questions-drawer .generate-questions-form .form-control {
  flex: 1;
}
.generate-questions-drawer .generate-questions-form .form-input {
  width: 100%;
  height: auto;
  padding: 8px 16px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #141729;
  transition: all 0.2s ease;
}
.generate-questions-drawer .generate-questions-form .form-input::placeholder {
  color: #A7B1CB;
}
.generate-questions-drawer .generate-questions-form .form-input:focus {
  outline: none;
  border-color: #3758f9;
  box-shadow: 0 0 0 3px rgba(55, 88, 249, 0.1);
}
.generate-questions-drawer .generate-questions-form .form-input.no-icon {
  padding-left: 16px;
}
.generate-questions-drawer .generate-questions-form .form-textarea {
  resize: vertical;
  max-height: 42px;
}

.edit-question-drawer .drawer__title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #141729;
  margin: 0;
}
.edit-question-drawer .drawer__header {
  padding: 40px 40px 32px 40px;
}
.edit-question-drawer .drawer__body {
  flex: none;
  padding: 0px 40px 30px 40px;
}
.edit-question-drawer .add-distractor-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.edit-question-drawer .add-distractor-btn span {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #272D44;
}
.edit-question-drawer .drawer__footer {
  padding: 0 40px 40px 40px;
  justify-content: flex-end;
  gap: 12px;
}
.edit-question-drawer .drawer__footer .btn {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 48px;
  border-radius: 8px;
}
.edit-question-drawer .drawer__footer .btn--primary {
  color: #FFFFFF;
  background: #FE7F55;
  border: 1px solid #EA6235;
}
.edit-question-drawer .drawer__footer .btn--primary:hover {
  background: #fd6a42;
}
.edit-question-drawer .drawer__footer .btn--secondary {
  color: #141729;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
}
.edit-question-drawer .drawer__footer .btn--secondary:hover {
  background: #F9FAFB;
  border-color: #D1D5DB;
}
.edit-question-drawer .edit-question-form .form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.edit-question-drawer .edit-question-form .form-group:last-child {
  margin-bottom: 0;
}
.edit-question-drawer .edit-question-form .form-label {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #141729;
  min-width: 108px;
  padding-top: 8px;
}
.edit-question-drawer .edit-question-form .form-control {
  flex: 1;
}
.edit-question-drawer .edit-question-form .form-input {
  width: 100%;
  height: auto;
  padding: 8px 16px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #141729;
  transition: all 0.2s ease;
}
.edit-question-drawer .edit-question-form .form-input::placeholder {
  color: #A7B1CB;
}
.edit-question-drawer .edit-question-form .form-input:focus {
  outline: none;
  border-color: #3758f9;
  box-shadow: 0 0 0 3px rgba(55, 88, 249, 0.1);
}
.edit-question-drawer .edit-question-form .form-input.no-icon {
  padding-left: 16px;
}
.edit-question-drawer .edit-question-form .form-textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 200px;
}

.drawer-enter {
  transform: translateX(100%);
}

.drawer-enter-active {
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.drawer-exit {
  transform: translateX(0);
}

.drawer-exit-active {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.drawer-loading .drawer__body {
  position: relative;
}
.drawer-loading .drawer__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.assessment-learner-analysis-drawer {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 9992;
  background: #F2F6FF;
}
.assessment-learner-analysis-drawer .drawer__header {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  background: #F2F6FF;
}
.assessment-learner-analysis-drawer .drawer__header .close_icon {
  margin-bottom: 0;
}
.assessment-learner-analysis-drawer .drawer__header .drawer__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  color: #141729;
  margin-bottom: 5px;
}
.assessment-learner-analysis-drawer .drawer__header .drawer__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #141729;
}
.assessment-learner-analysis-drawer .drawer__body {
  padding: 10px 40px 40px;
}
.assessment-learner-analysis-drawer .key-metrics-panel__label {
  font-size: 18px;
  line-height: 20px;
}
.assessment-learner-analysis-drawer .accordion__item.active .accordion__header {
  background: #fff;
}
.assessment-learner-analysis-drawer .accordion__item.active .accordion__header .accordion__round-badge {
  text-transform: uppercase;
  margin-right: 5px;
}
.assessment-learner-analysis-drawer .accordion__body .questions-list-holder .questions-item .questions-list {
  width: 70%;
}
.assessment-learner-analysis-drawer .question-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin-left: 10px;
  text-align: center;
  padding: 2px 12px;
  border-radius: 10.5px;
}
.assessment-learner-analysis-drawer .question-status.correct-answer {
  color: #14a475;
  background: #E8FBF5;
  border: 1px solid #96ECD0;
}
.assessment-learner-analysis-drawer .question-status.wrong-answer {
  color: #EA3A3D;
  background: rgba(234, 58, 61, 0.1);
  border: 1px solid #F5A4A6;
}
.assessment-learner-analysis-drawer .topicwise-analysis-box-holder .box-holder__box-head {
  padding: 14px 20px;
}
.assessment-learner-analysis-drawer .topicwise-analysis-box-holder .bloom-taxonomy-chart__item:last-child {
  padding-bottom: 0;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__item.active .accordion__header:hover {
  background: transparent;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__body {
  padding: 0 24px 20px 54px;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__body .questions-list-holder .options-list__item-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__body .questions-list-holder .options-list__item-checkbox .answer-highlight-block {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 3px;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__body .questions-list-holder .options-list__item-checkbox .corect-answer {
  display: flex;
  align-items: center;
  color: #1AD598;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__body .questions-list-holder .options-list__item-checkbox .corect-answer .answer-highlight-block {
  background-color: #1AD598;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__body .questions-list-holder .options-list__item-checkbox .incorrect-answer {
  display: flex;
  align-items: center;
  color: #EA3A3D;
}
.assessment-learner-analysis-drawer .exercise-wise-analysis-holder .accordion__body .questions-list-holder .options-list__item-checkbox .incorrect-answer .answer-highlight-block {
  background-color: #EA3A3D;
}
.assessment-learner-analysis-drawer .exerciseRounds-accordion .accordion__header:hover {
  background: transparent;
}
.assessment-learner-analysis-drawer .exerciseRounds-accordion .accordion__body {
  padding: 0 24px 20px 54px;
}
.assessment-learner-analysis-drawer .exerciseRounds-accordion .accordion__body .questions-list-holder .options-list__item-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.assessment-learner-analysis-drawer .exerciseRounds-accordion .accordion__body .questions-list-holder .options-list__item-checkbox label {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--text-primary);
  margin-bottom: 14px;
}
.assessment-learner-analysis-drawer .exerciseRounds-accordion .accordion__body .questions-list-holder .options-list__item-checkbox label strong {
  font-weight: 600;
}
.assessment-learner-analysis-drawer .exerciseRounds-accordion .accordion__body .questions-list-holder .question-number-holder {
  width: 100%;
}
.assessment-learner-analysis-drawer .exerciseRounds-accordion .accordion__body .questions-list-holder .view_users-holder {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #3758F9;
  cursor: pointer;
}
.assessment-learner-analysis-drawer .question-answer-details-block .bloom-taxonomy-chart {
  padding: 0;
}

.sidebar {
  width: 284px;
  height: 100vh;
  background: var(--sidebar-bg);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  background: var(--sidebar-bg) url("/images/background/sidebar-bg.png") no-repeat;
  background-position: right 0;
  background: radial-gradient(174.69% 53.63% at 11.95% 5.04%, #000000 5.37%, #161616 40.87%, #1B1A1A 83.51%);
  border-radius: 0px;
}
.sidebar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/gma/sidebar-bg.png") no-repeat 0px bottom;
}
.sidebar__header {
  padding: 36px 0 0 20px;
}
.sidebar__header .logo {
  display: flex;
}
.sidebar__nav {
  flex: 1;
  padding: 70px 14px 20px 0;
}
.sidebar__nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar__nav .nav-list__item {
  margin-bottom: 4px;
}
.sidebar__nav .nav-list__item .default-icon {
  display: block;
}
.sidebar__nav .nav-list__item .active-icon {
  display: none;
}
.sidebar__nav .nav-list__item .hover-icon {
  display: none;
}
.sidebar__nav .nav-list__item.active .nav-list__link {
  background: #333333;
  border-radius: 0px 6px 6px 0px;
  border: #3b4343;
  background-image: linear-gradient(#333333, #333333), linear-gradient(180deg, #5E5E5E 0%, #5B5B5B 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}
.sidebar__nav .nav-list__item.active .nav-list__link::before {
  display: block;
}
.sidebar__nav .nav-list__item.active .nav-list__link .default-icon {
  display: none;
}
.sidebar__nav .nav-list__item.active .nav-list__link .hover-icon {
  display: none;
}
.sidebar__nav .nav-list__item.active .nav-list__link .active-icon {
  display: block;
}
.sidebar__nav .nav-list__item.active .nav-list__link .text {
  color: #000;
  background: linear-gradient(98.4deg, #5AEDCC 12.83%, #29E4CC 26.08%, #1BD9F4 44.62%, #06B1DF 60.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sidebar__nav .nav-list__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px 12px;
  color: var(--sidebar-text-secondary);
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.sidebar__nav .nav-list__link::before {
  display: none;
  content: "";
  position: absolute;
  left: -2px;
  width: 8px;
  height: 25px;
  background: url("/images/gma/nav-link-bg.png") no-repeat center center;
}
.sidebar__nav .nav-list__link:hover {
  background: transparent;
  box-shadow: none;
}
.sidebar__nav .nav-list__link:hover::before {
  display: none;
}
.sidebar__nav .nav-list__link:hover .default-icon {
  display: none;
}
.sidebar__nav .nav-list__link:hover .active-icon {
  display: none;
}
.sidebar__nav .nav-list__link:hover .hover-icon {
  display: block;
}
.sidebar__nav .nav-list__link:hover .text {
  color: #98F8FF;
}
.sidebar__nav .nav-list__link .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__nav .nav-list__link .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--sidebar-text);
}
.sidebar__footer {
  position: relative;
  padding: 20px;
}
.sidebar__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("/images/gma/sidebar-footer-bdr.png") no-repeat center center;
}
.sidebar__footer .user-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--sidebar-text);
}
.sidebar__footer .user-profile__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1cbea5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
}
.sidebar__footer .user-profile__info {
  flex: 1;
}
.sidebar__footer .user-profile__info .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-white);
  margin: 0 0 2px 0;
}
.sidebar__footer .user-profile__info .role {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--sidebar-text-secondary);
  margin: 0;
}
.sidebar__footer .user-profile__dropdown {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.sidebar__footer .user-profile__dropdown svg {
  width: 100%;
  height: 100%;
  fill: var(--sidebar-text-secondary);
}

@media (max-width: 1024px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1060;
  }
  .sidebar.open {
    transform: translateX(0);
  }
}
.box-holder {
  background: var(--bg-primary);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
}
.box-holder:last-child {
  margin-bottom: 0;
}
.box-holder__box-head {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 15px;
}
.box-holder__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.box-holder__subtitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #738899;
}

.need_assistance_hiolder {
  background-color: rgba(186, 197, 230, 0.1);
  width: 30%;
  border-radius: 0 12px 12px 0;
}
.need_assistance_hiolder .bloom-taxonomy-chart__item:first-child {
  padding-top: 0;
}

.quiz-grid {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}
.quiz-grid__card {
  flex-basis: 33.33%;
  padding: 10px 10px 10px 20px;
  border-radius: 12px;
}
.quiz-grid__card:last-child {
  background: #FEF4DB;
}
.quiz-grid__card:last-child .icon-container {
  background: #FACA4A;
}
.quiz-grid__card:last-child .icon-container img {
  width: 20px;
}
.quiz-grid__title-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.quiz-grid__purple {
  background: #F6F3FE;
}
.quiz-grid__purple .icon-container {
  background: #634F92;
}
.quiz-grid__orange {
  background: #FEF0ED;
}
.quiz-grid__orange .icon-container {
  background: #F3654A;
}
.quiz-grid__green {
  background: #E8FBF5;
}
.quiz-grid__green .icon-container {
  background: #1AD598;
}
.quiz-grid .card-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.quiz-grid .icon-container {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.quiz-grid .quiz-card-stats {
  display: flex;
  gap: 10px;
}
.quiz-grid .quiz-card-stats .stat {
  display: flex;
  flex-direction: column;
}
.quiz-grid .quiz-card-stats .stat-label {
  font-weight: 400;
  font-size: 8px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #738899;
}
.quiz-grid .quiz-card-stats .stat-value {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
}

.quiz-card {
  border-radius: 20px;
  padding: 2rem;
  position: relative;
}

.bonus-section {
  display: flex;
  background: #F4F6FD;
  border-radius: 0 0 12px 12px;
}

.bonus-card {
  flex: 1;
  padding: 0 30px;
  margin: 14px 0;
  text-align: left;
  border-right: 1px solid #BAC5E6;
}
.bonus-card:last-child {
  border-right: none;
}

.bonus-card:first-child {
  border-radius: 12px 0 0 12px;
}

.bonus-card:last-child {
  border-radius: 0 12px 12px 0;
}

.bonus-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
  margin: 0;
}

.bonus-value {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
  margin: 0;
}

.chapter-progress-chart {
  padding: 0 20px 24px;
}
.chapter-progress-chart__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  gap: 2px;
}
.chapter-progress-chart__item:first-child {
  padding-top: 0;
}
.chapter-progress-chart__item__progress {
  flex: 1;
  height: 1px;
  border-bottom: 1px dashed #738899;
}
.chapter-progress-chart__item__value {
  min-width: 50px;
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 10.5px;
  margin: 0;
}
.chapter-progress-chart__item__value.completed {
  color: #10805B;
  background: #E8FBF5;
}
.chapter-progress-chart__item__value.in-progress {
  color: #96792C;
  background: #FEF4DB;
}
.chapter-progress-chart__item__value.not-started {
  color: #923D2C;
  background: #FDE7E3;
}
.chapter-progress-chart__item__label {
  font-size: 14px;
  line-height: 20px;
  color: #141729;
  margin: 0;
}
.chapter-progress-chart__item__progress-inner {
  height: 100%;
  background-color: #3758F9;
  border-radius: 3px;
}
.chapter-progress-chart__item__progress-inner--completed {
  background-color: #10B981;
}

.module-analytics-chart {
  padding: 0 20px 24px;
}
.module-analytics-chart__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  gap: 2px;
}
.module-analytics-chart__item:first-child {
  padding-top: 0;
}
.module-analytics-chart__item__label {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #141729;
  margin: 0;
}
.module-analytics-chart__item__value {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #141729;
  margin: 0;
}
.module-analytics-chart__item__progress {
  flex: 1;
  height: 1px;
  border-bottom: 1px dashed #738899;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordion__item {
  background: var(--bg-primary);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.accordion__item:hover {
  box-shadow: var(--shadow-md);
}
.accordion__item.active .accordion__header {
  background-color: #e4e9fc;
}
.accordion__item.active .accordion__header:hover {
  background-color: #e4e9fc;
}
.accordion__item.active .accordion__header .accordion__instruction {
  display: block;
}
.accordion__item.active .accordion__content {
  max-height: unset;
}
.accordion__header {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  background: var(--bg-primary);
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  width: 100%;
  text-align: left;
}
.accordion__header:hover {
  background: var(--bg-tertiary);
}
.accordion__header.active {
  background: var(--bg-secondary);
}
.accordion__header-dtl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.accordion__header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion__instruction {
  display: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #738899;
  padding-left: 30px;
}
.accordion__round-icon {
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.accordion__round-badge {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.accordion__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.accordion__subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-tertiary);
}
.accordion__title-group {
  flex: 1;
  display: flex;
}
.accordion__question-count {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #738899;
  margin-left: 10px;
}
.accordion__toggle-icon {
  width: 24px;
  height: 24px;
  border: 1px solid var(--border-medium);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.accordion__toggle-icon.active {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}
.accordion__toggle-icon.active svg {
  fill: white;
}
.accordion__toggle-icon svg {
  width: 12px;
  height: 12px;
  fill: var(--text-tertiary);
  transition: fill 0.2s ease;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: var(--bg-primary);
}
.accordion__content.active {
  max-height: 200px;
  overflow-y: auto;
}
.modal .accordion__content.active {
  max-height: 180px;
}
.accordion__body p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-primary);
  margin: 0 0 16px 0;
}
.accordion__body p:last-child {
  margin-bottom: 0;
}
.accordion__body ul, .accordion__body ol {
  margin: 0 0 16px 0;
  padding-left: 20px;
}
.accordion__body ul:last-child, .accordion__body ol:last-child {
  margin-bottom: 0;
}
.accordion__body ul li, .accordion__body ol li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.accordion__body ul li:last-child, .accordion__body ol li:last-child {
  margin-bottom: 0;
}
.accordion__body .questions-list-holder .questions-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.accordion__body .questions-list-holder .questions-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.accordion__body .questions-list-holder .questions-item .questions-list {
  flex: 6;
  padding: 30px;
}
.accordion__body .questions-list-holder .questions-item .questions-list .options-list {
  width: 100%;
  background-color: transparent;
}
.accordion__body .questions-list-holder .questions-item .options-list {
  flex: 4;
  align-items: flex-start;
  padding: 30px;
  overflow-y: auto;
  background-color: #F3F7FB;
  border-radius: 6px;
}
.accordion__body .questions-list-holder .questions-item .options-list h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #141729;
  margin-bottom: 16px;
}
.accordion__body .questions-list-holder .questions-item .options-list ul li, .accordion__body .questions-list-holder .questions-item .options-list ol li {
  list-style-type: decimal;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item {
  flex-direction: column;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 {
  padding: 40px 40px 30px 36px;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 .topic-list-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 .topic-list-item-header .topic-list-item-header__action {
  display: flex;
  align-items: center;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 .topic-list-item-header .topic-list-item-header__action .action-item {
  display: flex;
  align-items: center;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid rgba(39, 45, 68, 0.6);
  cursor: pointer;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 .topic-list-item-header .topic-list-item-header__action .action-item:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 .questions-list {
  padding: 0;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 .questions-list .options-list {
  padding-top: 0;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 .questions-list .options-list .options-list__item-checkbox {
  margin-left: -3px;
}
.accordion__body .questions-list-holder .questions-item.topic-list-item.topic-list-item-v1 h3 {
  margin: 0;
}
.accordion__body .questions-list-holder .question-number-holder {
  display: flex;
  justify-content: space-between;
}
.accordion__body .questions-list-holder .question-number {
  position: absolute;
  left: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-primary);
}
.accordion__body .questions-list-holder h3 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 15px 0;
  padding-left: 25px;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder {
  padding-left: 0;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-black);
  margin-bottom: 2;
  background-color: rgba(186, 197, 230, 0.1);
  padding: 6px 12px 6px 28px;
  border-radius: 6px;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F47690;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item strong {
  font-weight: 600;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item:first-child::before {
  background-color: #F47690;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item:nth-child(4n+2)::before {
  background-color: #1AD598;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item:nth-child(4n+3)::before {
  background-color: #A584F3;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item:nth-child(4n+4)::before {
  background-color: #FACA4A;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item:last-child {
  margin-bottom: 0;
}
.accordion__body .questions-list-holder .questions-explanation .explanation-options-holder__item:last-child::before {
  background-color: #12AFF0;
}
.accordion__body .questions-list-holder .options-list {
  padding: 0;
}
.accordion__body .questions-list-holder .options-list .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: rgba(234, 58, 61, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(234, 58, 61, 0.6);
}
.accordion__body .questions-list-holder .options-list label {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--text-primary);
}
.accordion__body .questions-list-holder .options-list__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.accordion__body .questions-list-holder .options-list__item.correct .checkbox {
  background-color: #1AD598;
  border-color: rgba(13, 198, 137, 0.6);
}
.accordion__body .questions-list-holder .options-list__item-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion--compact {
  gap: 8px;
}
.accordion--compact .accordion__item {
  border-radius: 0.375rem;
}
.accordion--compact .accordion__header {
  padding: 16px 20px;
}
.accordion--compact .accordion__round-icon {
  width: 32px;
  height: 32px;
}
.accordion--compact .accordion__round-icon svg {
  width: 16px;
  height: 16px;
}
.accordion--compact .accordion__title {
  font-size: 14px;
}
.accordion--compact .accordion__subtitle {
  font-size: 12px;
}
.accordion--compact .accordion__body {
  padding: 16px 20px;
}
.accordion--no-gap {
  gap: 0;
}
.accordion--no-gap .accordion__item {
  border-radius: 0;
  border-bottom: 1px solid var(--border-light);
}
.accordion--no-gap .accordion__item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion--no-gap .accordion__item:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom: none;
}

@media (max-width: 768px) {
  .accordion {
    gap: 8px;
  }
  .accordion__header {
    padding: 16px 20px;
    gap: 8px;
  }
  .accordion__round-icon {
    width: 32px;
    height: 32px;
  }
  .accordion__round-icon svg {
    width: 16px;
    height: 16px;
  }
  .accordion__title {
    font-size: 14px;
  }
  .accordion__subtitle {
    font-size: 12px;
  }
  .accordion__question-count {
    font-size: 12px;
  }
  .accordion__body {
    padding: 16px 20px;
  }
  .accordion__body p, .accordion__body li {
    font-size: 13px;
  }
  .accordion__toggle-icon {
    width: 20px;
    height: 20px;
  }
  .accordion__toggle-icon svg {
    width: 10px;
    height: 10px;
  }
}
@keyframes accordionExpand {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    opacity: 1;
  }
}
@keyframes accordionCollapse {
  from {
    max-height: 1000px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
.accordion__content.expanding {
  animation: accordionExpand 0.3s ease forwards;
}
.accordion__content.collapsing {
  animation: accordionCollapse 0.3s ease forwards;
}

.accordion__item:hover .accordion__toggle-icon {
  border-color: var(--primary-blue);
}
.accordion__item:hover .accordion__toggle-icon svg {
  fill: var(--primary-blue);
}

.matching-item {
  display: flex;
  gap: 20px;
}

.matching-item-content-info {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 40%;
}

.matching-item-explanation {
  width: 60%;
  text-align: left;
}

.matching-connector {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  border-bottom: 1px solid #0DC689;
}
.matching-connector::before {
  content: "";
  position: absolute;
  left: -6px;
  width: 6px;
  height: 6px;
  background-color: #0DC689;
  border-radius: 50%;
}
.matching-connector::after {
  content: "";
  position: absolute;
  right: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0DC689;
}

.explanation-options-list-holder {
  background-color: rgba(186, 197, 230, 0.1);
  padding: 12px;
  border-radius: 6px;
  margin-top: 20px;
}
.explanation-options-list-holder .explanation-options-holder {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.explanation-options-list-holder .explanation-options-holder__item {
  position: relative;
  padding-left: 16px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.explanation-options-list-holder .explanation-options-holder__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F47690;
  transform: translateY(-50%);
}
.explanation-options-list-holder .explanation-options-holder__item:first-child::before {
  background-color: #F47690;
}
.explanation-options-list-holder .explanation-options-holder__item:nth-child(4n+2)::before {
  background-color: #1AD598;
}
.explanation-options-list-holder .explanation-options-holder__item:nth-child(4n+3)::before {
  background-color: #A584F3;
}
.explanation-options-list-holder .explanation-options-holder__item:nth-child(4n+4)::before {
  background-color: #FACA4A;
}
.explanation-options-list-holder .explanation-options-holder__item:last-child::before {
  background-color: #12AFF0;
}

.topic-content.topic-content--assessment {
  margin-top: 78px;
  margin-left: 286px;
  padding: 10px;
}
.topic-content.topic-content--assessment.dark-bg {
  background: #272D44;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder {
  background: #0F111A;
  border-radius: 20px;
  padding: 24px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .concept-note-card {
  max-width: 70%;
  margin-bottom: 16px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .concept-note-card:last-child {
  margin-bottom: 0;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .intro-text {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 16px;
  max-width: 70%;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .intro-description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #BAC5E6;
  margin-bottom: 34px;
  max-width: 70%;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card {
  border-radius: 12px;
  padding: 10px;
  border: 0;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.memory-tip {
  background-color: #DBF6EE;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.common-mistakes-to-avoid {
  background-color: #F2CFD8;
  padding: 30px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.common-mistakes-to-avoid h3 {
  background: transparent !important;
  padding: 0;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.ielts-tips {
  background-color: #DFD9FF;
  border-color: #fff;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.exam-tips {
  background-color: #DFD9FF;
  border-color: #fff;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.remember-card {
  position: relative;
  background-color: #FFF6CC !important;
  z-index: 1;
  padding: 30px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.remember-card h3 {
  background: transparent !important;
  padding: 0;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.remember-card .remember-icon {
  position: absolute;
  top: -13px;
  left: 0px;
  width: 68px;
  height: 68px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.remember-card .remember-icon > h3 {
  margin-left: 40px !important;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card.remember-card + .remember-block-shadow {
  max-width: 70%;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card h3 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #0F1119;
  background: #76E6C1;
  border-radius: 12px;
  padding: 14px 20px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card h3 strong {
  font-weight: 600;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card h4 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #131526;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card p {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #141729;
  margin-bottom: 0;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card .divider {
  display: block;
  padding-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D3D1D5;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card ul {
  list-style-type: none;
  margin-bottom: 12px;
  margin-top: 12px;
  padding-right: 20px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card ul li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #0F1119;
  position: relative;
  padding-left: 44px;
  padding-bottom: 16px;
  margin-bottom: 0px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card ul li p {
  margin-bottom: 0;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card ul li:last-child {
  padding-bottom: 0;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card ul li:last-child::after {
  display: none;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #131526;
  border: 4px solid #76E6C1;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card .explanatory-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  color: #0F1119;
  border: 1px solid #0F1119;
  border-radius: 12px;
  padding: 16px 24px;
  margin: 24px 20px 30px;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+1) {
  background: #E8FBF5;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+1) h3 {
  background: #76E6C1;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+1) ul li:before {
  border: 4px solid #76E6C1;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+2) {
  background: #FFFAED;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+2) h3 {
  background: #FBD56E;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+2) ul li:before {
  border: 4px solid #FBD56E;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+3) {
  background: #E7F7FE;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+3) h3 {
  background: #71CFF6;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+3) ul li:before {
  border: 4px solid #71CFF6;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+4) {
  background: #FFF0F8;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+4) h3 {
  background: #FEA6D6;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .normal-card:nth-child(4n+4) ul li:before {
  border: 4px solid #FEA6D6;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .remember-card-holder {
  position: relative;
}
.topic-content.topic-content--assessment .topic-notes-editor-holder .remember-card-holder .remember-block-shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #CCC5A3;
  border-radius: 20px;
  transform: rotate(-2deg);
  max-width: 600px;
  top: 2px;
  left: -8px;
}
.accordion__exercise-group {
  display: flex;
}
.accordion__exercise-group .accordion__exercise-content {
  flex: 6;
  padding: 30px;
}
.accordion__exercise-group .accordion__exercise-content h2 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #141729;
  margin-bottom: 25px;
}
.accordion__exercise-group .accordion__exercise-content h3 {
  font-size: 17px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #131526;
  margin: 0 0 15px 0;
}
.accordion__exercise-group .accordion__exercise-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #272D44;
  margin-bottom: 10px;
}
.accordion__exercise-group .accordion__exercise-content p strong {
  font-weight: 600;
}
.accordion__exercise-group .accordion__exercise-content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.accordion__exercise-group .accordion__exercise-content ul li {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #272D44;
  padding-left: 16px;
  margin-bottom: 2px;
}
.accordion__exercise-group .accordion__exercise-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  background: url("../../../images/icon/icon_bullet.svg") no-repeat center center;
  transform: translateY(-50%);
}
.accordion__exercise-group .accordion__exercise-content ol {
  padding: 0;
  margin-bottom: 24px;
  padding-left: 18px;
}
.accordion__exercise-group .accordion__exercise-content ol li {
  display: list-item;
  list-style-type: decimal;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #272D44;
  padding-left: 0;
  margin-bottom: 2px;
}
.accordion__exercise-group .accordion__exercise-content table {
  border: 1px solid #CFCFCF;
  border-radius: 6px;
  border-spacing: 0;
  margin-bottom: 24px;
}
.accordion__exercise-group .accordion__exercise-content table thead th {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #131526;
  padding: 15px 18px;
  background: #F5F5F5;
  border-radius: 5px 0px 0px 0px;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  text-align: left;
}
.accordion__exercise-group .accordion__exercise-content table td {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #131526;
  padding: 15px 18px;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  text-align: left;
}
.accordion__exercise-group .accordion__exercise-revision {
  flex: 4;
  padding: 42px 24px;
  background-color: #F3F7FB;
}
.accordion__exercise-group .accordion__exercise-revision h4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #FE7F55;
  margin-bottom: 24px;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #BAC5E6;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #272D44;
  margin-bottom: 16px;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #272D44;
  margin-bottom: 24px;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder p strong {
  font-weight: 600;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder .exercise-questions-distractors-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #3758F9;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder .exercise-questions-distractors-title span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #3758F9;
  text-transform: uppercase;
  cursor: pointer;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder .exercise-questions-answers-distractors {
  padding-left: 0;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder .exercise-questions-answers-distractors li {
  position: relative;
  font-size: 13px;
  line-height: 17px;
  color: #272D44;
  padding-left: 16px;
  margin-bottom: 10px;
}
.accordion__exercise-group .accordion__exercise-revision .exercise-questions-list-holder .exercise-questions-answers-distractors li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #272D44;
  transform: translateY(-50%);
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FE7F55;
  margin-bottom: 20px;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .exercise-questions-list-holder {
  margin-bottom: 0;
  border-bottom: 0;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .exercise-questions-list-holder p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000000;
  border-radius: 9px;
  padding: 16px;
  margin-bottom: 15px;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block:last-child {
  margin-bottom: 0;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block .icon-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  padding: 0 !important;
  background: #272D44;
  border-radius: 50% !important;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block .audio-player__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block .audio-player__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block .audio-title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #272D44;
  margin-bottom: 5px;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block .audio-time {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #738899;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block.audio-empty-state h3 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #272D44;
  margin: 0;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block .audio-action-button {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  border: 0;
  border-radius: 4px;
  padding: 8px 10px;
  background: #272D44;
}
.accordion__exercise-group .accordion__exercise-revision.accordion__tratranscript-holder .audio-block .audio-action-button:hover {
  opacity: 0.8;
}

.modal .accordion .accordion__body {
  padding: 16px 20px;
}
.modal .accordion .accordion__body .topic-selection .topic-item {
  margin-bottom: 8px;
}
.modal .accordion .accordion__body .topic-selection .topic-item:last-child {
  margin-bottom: 0;
}
.modal .accordion .accordion__content.active::-webkit-scrollbar {
  width: 6px;
}
.modal .accordion .accordion__content.active::-webkit-scrollbar-track {
  background: var(--bg-secondary);
  border-radius: 3px;
}
.modal .accordion .accordion__content.active::-webkit-scrollbar-thumb {
  background: var(--border-medium);
  border-radius: 3px;
}
.modal .accordion .accordion__content.active::-webkit-scrollbar-thumb:hover {
  background: var(--text-tertiary);
}

.mb-3 {
  margin-bottom: 12px;
}

.key-metrics-panel {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 20px;
}
.key-metrics-panel__item {
  flex: 1;
  background: var(--bg-primary);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 28px 24px;
}
.key-metrics-panel__item:hover {
  box-shadow: var(--shadow-md);
}
.key-metrics-panel__item.active .accordion__header:hover {
  background: transparent;
}
.key-metrics-panel__item.active .accordion__header .accordion__instruction {
  display: block;
}
.key-metrics-panel__item.active .accordion__content {
  max-height: unset;
}
.key-metrics-panel__label {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #141729;
}
.key-metrics-panel__value {
  margin-top: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #141729;
}
.key-metrics-panel__value small, .key-metrics-panel__value .small {
  font-size: 16px;
}
.key-metrics-panel__metrics-measure {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  color: #141729;
}

/* Login page specific styles */
.login-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: url("/images/background/dcare-login-bg-image.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.login-container::before {
  display: none;
  content: "";
  position: absolute;
  top: -10%;
  left: 15%;
  width: 456px;
  height: 100%;
  background: url("/images/background/dcare-login-bg-left.svg") no-repeat center center;
}
.login-container::after {
  display: none;
  content: "";
  position: absolute;
  top: 6%;
  right: 10%;
  width: 456px;
  height: 100%;
  background: url("/images/background/dcare-login-bg-right.svg") no-repeat center center;
}

.login-card {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  flex: 1;
}

.login-left-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.login-left-panel-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 70px 70px 0;
  flex: 1;
}
.login-left-panel-content__head {
  flex: 1;
}

.login-left-panel .logo-section {
  margin-bottom: 80px;
}

.login-left-panel .tagline {
  /* Less admin more care */
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.login-left-panel .tagline.tagline--secondary {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.02em;
  background: linear-gradient(98.4deg, #5AEDCC 12.83%, #29E4CC 26.08%, #1BD9F4 44.62%, #06B1DF 60.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.powered-by {
  position: absolute;
  bottom: 70px;
  left: 70px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #818181;
}

.login-right-panel {
  display: flex;
  flex-direction: column;
  padding: 220px 70px 0 70px;
  flex: 1;
  width: 50%;
  align-items: center;
  position: relative;
}
.login-right-panel__content {
  border-radius: 30px;
  padding: 60px 60px 94px;
  width: 100%;
  max-width: 482px;
  backdrop-filter: blur(20px);
  position: relative;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url("/images/gma/form-bg.png"), linear-gradient(135deg, rgba(41, 41, 41, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 100% 100%;
  background-position: left center, 0 0;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}
.login-right-panel::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  width: 624px;
  height: 330px;
  background: linear-gradient(98.4deg, #5AEDCC 12.83%, #29E4CC 26.08%, #1BD9F4 44.62%, #06B1DF 60.53%);
  opacity: 0.2;
  filter: blur(100px);
}

.login-right-panel .login-header {
  margin-bottom: 24px;
}

.login-right-panel .login-header h1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.login-right-panel .login-header p {
  /* Join thousands of students improving their skills with our interative digital platform */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #A9A9A9;
}

.login-right-panel .login-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.login-right-panel .login-form .form-group:last-of-type {
  margin-bottom: 20px;
}
.login-right-panel .login-form .form-group::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(90deg, #A2A3A4 0%, #696969 61%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.login-right-panel .login-form .form-group input {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 15px;
  color: #fff;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  border: 1px solid transparent;
  position: relative;
}
.login-right-panel .login-form .form-group input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(55, 88, 249, 0.1);
}
.login-right-panel .login-form .form-group input::placeholder {
  color: #A7B1CB;
}
.login-right-panel .login-form .form-group input.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.login-right-panel .login-form .form-group .error-message {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #ef4444;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  display: none;
}
.login-right-panel .login-form .form-group .error-message.show {
  display: block;
}

.login-right-panel .login-form .form-group label {
  display: none;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #a7b1cb;
}

.login-right-panel .login-form .submit-button {
  width: 100%;
  padding: 14px 0;
  border-radius: 0.5rem;
  font-weight: 700;
  color: var(--text-white);
  background: #fe7f55;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 24px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  background: #00C7BE;
  border: 1px solid #DDDDDD;
  border-radius: 25px;
}
.login-right-panel .login-form .submit-button.btn-loader {
  position: relative;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  text-indent: -9999px;
}
.login-right-panel .login-form .submit-button.btn-loader span {
  visibility: hidden;
}
.login-right-panel .login-form .submit-button.btn-loader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spinAskAiBtn 0.8s linear infinite;
  z-index: 2;
}

@keyframes spinAskAiBtn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.login-right-panel .login-form .submit-button:hover {
  background: #01e1d7;
  box-shadow: -2px 2px 4px #087f7b;
  border-radius: 25px;
}

.login-right-panel .login-footer {
  text-align: center;
  margin-top: 10px;
}

.login-right-panel .login-footer p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #3A466E;
}

.login-right-panel .login-footer p a {
  font-weight: 600;
  color: #3758f9;
  text-decoration: none;
}

.login-right-panel .login-footer p a:hover {
  text-decoration: underline;
}

/* Error message styles */
.error-message {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-family: "Inter", sans-serif;
}

.error-message.field-error {
  display: block;
}

.error-message.form-error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  color: #dc2626;
}

/* Success message styles */
.success-message {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  color: #15803d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

/* Loading state */
.loading .submit-button {
  position: relative;
}

.loading .submit-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
}
/* Responsive design */
@media (max-width: 768px) {
  .login-card {
    flex-direction: column;
    width: 90vw;
    height: auto;
    max-width: 400px;
  }
  .login-left-panel {
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }
  .login-left-panel .illustration-container {
    display: none;
  }
  .login-right-panel {
    width: 100%;
    padding: 30px 20px;
  }
}
.login-container {
  background: url("/images/gma/login-bg.png") no-repeat center center;
  background-size: cover;
}
.login-container::before {
  display: none;
}

.main-content {
  display: flex;
  flex-direction: column;
  margin-left: 284px;
  min-height: 100vh;
  padding: 24px 36px 48px;
  background: #F5F9FA;
}
@media (max-width: 1024px) {
  .main-content {
    margin-left: 0;
    padding: 20px;
  }
}

.no-sidebar .main-content {
  margin-left: 0;
}

.topic-layout {
  display: flex;
  flex-direction: column;
  background: var(--bg-primary);
}

.topic-header {
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--bg-primary);
  border-bottom: 1px solid #BAC5E6;
  padding: 16px 24px;
  gap: 16px;
}
.topic-header__breadcrumb {
  display: flex;
  align-items: center;
}
.topic-header__breadcrumb .breadcrumb-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  left: 20px;
  top: 23px;
  border: 1px solid #BAC5E6;
  border-radius: 6px;
  background-color: #fff;
}
.topic-header__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topic-header__content .breadcrumb-item {
  margin-bottom: 10px;
}
.topic-header__main {
  flex: 1;
}
.topic-header__main .topic-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-primary);
  line-height: 28px;
  margin-bottom: 0;
}

.topic-sidebar {
  position: fixed;
  top: 78px;
  left: 0;
  width: 285px;
  height: calc(100vh - 84px);
  background: var(--bg-primary);
  border-right: 1px solid var(--border-light);
  overflow-y: auto;
  z-index: 90;
}
.topic-sidebar__content {
  padding: 0;
}

.topic-section {
  border-bottom: 1px solid var(--border-light);
}
.topic-section:last-child {
  border-bottom: none;
}
.topic-section .section-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  padding: 16px 24px 12px;
  background: var(--bg-secondary);
}

.topic-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topic-item {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
}
.topic-item::before {
  display: none;
  content: "";
  position: absolute;
  left: -2px;
  width: 8px;
  height: 25px;
  background: url("/images/icon/nav-link-bg.png") no-repeat center center;
}
.topic-item:first-child {
  padding: 24px 8px 24px 24px;
}
.topic-item:hover:not(.locked) {
  background: var(--bg-secondary);
}
.topic-item__content-holder {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.topic-item__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary);
}
.topic-item__action-arrow {
  visibility: hidden;
}
.topic-item.active {
  background: #F3F5FC;
}
.topic-item.active::before {
  display: block;
}
.topic-item.active .topic-item__action-arrow {
  visibility: visible;
}
.topic-item.completed .topic-item__title {
  color: var(--text-primary);
}
.topic-item.locked {
  opacity: 0.5;
  cursor: not-allowed;
}
.topic-item.locked .topic-item__title {
  color: var(--text-tertiary);
}
.topic-item__content {
  flex: 1;
  min-width: 0;
}

.topic-content {
  margin-left: 320px;
  margin-top: 140px;
  min-height: calc(100vh - 140px);
  padding: 32px 40px;
  background: var(--bg-primary);
}
.topic-content__container {
  max-width: 800px;
  margin: 0 auto;
}
.topic-content__container p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.topic-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 48px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--border-light);
}
.topic-navigation .nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  transition: all 0.2s ease;
}
.topic-navigation .nav-btn:hover:not(:disabled) {
  background: var(--primary-blue);
  color: white;
  border-color: var(--primary-blue);
}
.topic-navigation .nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.topic-navigation .nav-btn--next {
  margin-left: auto;
}
.topic-navigation .nav-btn img {
  width: 16px;
  height: 16px;
}

@media (max-width: 1024px) {
  .topic-sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .topic-sidebar.open {
    transform: translateX(0);
  }
  .topic-content {
    margin-left: 0;
    padding: 24px 20px;
  }
  .topic-header {
    padding: 12px 20px;
  }
  .topic-header__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .topic-header__actions {
    align-self: flex-end;
  }
}
@media (max-width: 640px) {
  .topic-header__breadcrumb .breadcrumb-nav {
    font-size: 12px;
  }
  .topic-header__breadcrumb .breadcrumb-nav .breadcrumb-item:not(.active):not(:last-child) {
    display: none;
  }
  .topic-header__breadcrumb .breadcrumb-nav .breadcrumb-separator:not(:last-of-type) {
    display: none;
  }
  .topic-header__main .topic-title {
    font-size: 20px;
  }
  .topic-content {
    padding: 20px 16px;
  }
  .topic-content__container p {
    font-size: 15px;
  }
  .topic-navigation {
    flex-direction: column;
    gap: 12px;
  }
  .topic-navigation .nav-btn {
    width: 100%;
    justify-content: center;
  }
  .topic-navigation .nav-btn--next {
    margin-left: 0;
  }
}
.page-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.page-header__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .page-header {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .page-header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  flex: 1;
}
.empty-state__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-state__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  opacity: 0.4;
}
.empty-state__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--text-tertiary);
}
.empty-state__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 8px 0;
}
.empty-state__description {
  font-size: 14px;
  color: var(--text-primary);
  margin: 0 0 20px 0;
  max-width: 400px;
}
.empty-state__action {
  margin-top: 16px;
}

.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1050;
  width: 40px;
  height: 40px;
  background: var(--primary-blue);
  border: none;
  border-radius: 0.375rem;
  color: white;
  cursor: pointer;
}
.mobile-menu-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media (max-width: 1024px) {
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1019;
  z-index: 1055;
}
@media (max-width: 1024px) {
  .sidebar-overlay.active {
    display: block;
  }
}

.loading-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.loading-state__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--border-light);
  border-top: 3px solid var(--primary-blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-state__text {
  margin-left: 16px;
  color: var(--text-secondary);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .main-content {
    padding-top: 80px;
  }
}
@media (max-width: 640px) {
  .main-content {
    padding: 80px 16px 16px;
  }
  .page-header {
    margin-bottom: 20px;
  }
}
.grid-col-holder {
  display: flex;
  gap: 20px;
}
.grid-col-holder .col-span-6 {
  width: 60%;
}
.grid-col-holder .col-span-4 {
  width: 40%;
}

.topic-distribution-listing {
  display: flex;
  flex-direction: column;
  padding: 0 20px 24px;
}
.topic-distribution-listing li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #BAC5E6;
}
.topic-distribution-listing li:nth-child(1) .dot-status {
  background-color: #F47690;
}
.topic-distribution-listing li:nth-child(2) .dot-status {
  background-color: #1AD598;
}
.topic-distribution-listing li:nth-child(3) .dot-status {
  background-color: #A584F3;
}
.topic-distribution-listing li:nth-child(4) .dot-status {
  background-color: #FACA4A;
}
.topic-distribution-listing li:first-child {
  border-top: 1px solid #BAC5E6;
}
.topic-distribution-listing li:last-child {
  border-bottom: none;
}
.topic-distribution-listing__info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.topic-distribution-listing__count {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #738899;
  margin: 0;
}
.topic-distribution-listing h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-primary);
  margin: 0;
}

.dot-status {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bg-secondary);
}
.dot-status.light-crimson {
  background-color: #F47690;
  margin-right: 4px;
}
.dot-status.caribbean-green {
  background-color: #1AD598;
  margin-right: 4px;
}
.dot-status.lavender {
  background-color: #A584F3;
  margin-right: 4px;
}
.dot-status.needs_improvement, .dot-status.poor {
  background-color: #F3654A;
  margin-right: 4px;
}
.dot-status.average {
  background-color: #FACA4A;
  margin-right: 4px;
}
.dot-status.good {
  background-color: #1AD598;
  background-color: #FACA4A;
  margin-right: 4px;
}
.dot-status.excellent {
  background-color: #1d9ecd;
  background-color: #1AD598;
  margin-right: 4px;
}

.bloom-taxonomy-chart {
  display: flex;
  flex-direction: column;
  padding: 0 20px 24px;
}
.bloom-taxonomy-chart__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 10px;
}
.bloom-taxonomy-chart__item:first-child {
  padding-top: 0;
}
.bloom-taxonomy-chart__label {
  min-width: 110px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
  margin: 0;
  max-width: 160px;
  min-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bloom-taxonomy-chart__bar {
  flex: 1;
  height: 6px;
  background-color: #F1F5F7;
  border-radius: 3px;
}
.bloom-taxonomy-chart__bar-inner {
  height: 100%;
  background-color: #3BDDCD;
  border-radius: 3px;
}
.bloom-taxonomy-chart__value {
  min-width: 35px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
  margin: 0;
}
.bloom-taxonomy-chart.adaptive-learning-chart .bloom-taxonomy-chart__item:first-child .bloom-taxonomy-chart__bar-inner {
  background-color: #1AD598 !important;
}
.bloom-taxonomy-chart.adaptive-learning-chart .bloom-taxonomy-chart__item:nth-child(2) .bloom-taxonomy-chart__bar-inner {
  background-color: #FACA4A !important;
}
.bloom-taxonomy-chart.adaptive-learning-chart .bloom-taxonomy-chart__item:nth-child(2) .bloom-taxonomy-chart__bar-inner {
  background-color: #F3654A !important;
}

.difficulty-distribution-chart-holder {
  padding: 0 20px 30px;
}

.difficulty-distribution-chart {
  display: flex;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 19px;
}
.difficulty-distribution-chart__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: 20px;
  background-color: #F1F5F7;
  text-align: center;
}
.difficulty-distribution-chart__item:first-child {
  background-color: #FACA4A;
  border-radius: 30px 0 0 30px;
}
.difficulty-distribution-chart__item:first-child .difficulty-distribution-chart__percentage {
  color: #64511E;
}
.difficulty-distribution-chart__item:nth-child(2) {
  background-color: #1AD598;
}
.difficulty-distribution-chart__item:nth-child(2) .difficulty-distribution-chart__percentage {
  color: #0A553D;
}
.difficulty-distribution-chart__item:nth-child(3) {
  background-color: #F3654A;
  border-radius: 0 30px 30px 0;
}
.difficulty-distribution-chart__item:nth-child(3) .difficulty-distribution-chart__percentage {
  color: #fff;
}
.difficulty-distribution-chart__item.needs_improvement {
  background-color: #F3654A !important;
}
.difficulty-distribution-chart__item.needs_improvement .difficulty-distribution-chart__percentage {
  color: #fff !important;
}
.difficulty-distribution-chart__item.average {
  background-color: #FACA4A;
}
.difficulty-distribution-chart__item.average .difficulty-distribution-chart__percentage {
  color: #64511E;
}
.difficulty-distribution-chart__item.good {
  background-color: #1AD598;
  border-radius: 0;
}
.difficulty-distribution-chart__item.good .difficulty-distribution-chart__percentage {
  color: #0A553D;
}
.difficulty-distribution-chart__item.excellent {
  background-color: #1d9ecd;
  border-radius: 0 30px 30px 0;
}
.difficulty-distribution-chart__item.excellent .difficulty-distribution-chart__percentage {
  color: #fff !important;
}
.difficulty-distribution-chart__label {
  position: absolute;
  bottom: -30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.difficulty-distribution-chart__desc {
  position: absolute;
  bottom: -50px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
  opacity: 0.6;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.difficulty-distribution-chart__percentage {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #64511E;
  text-align: center;
}

.module-grid-holder {
  flex-wrap: wrap;
}
.module-grid-holder .box-holder {
  flex-basis: 33.33%;
}

.toipic-list-grid {
  display: flex;
  gap: 40px;
  padding: 0 20px 24px;
}
.toipic-list-grid__item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.toipic-list-grid__item .dot-status {
  margin-top: 6px;
}
.toipic-list-grid__item-info {
  display: flex;
  flex-direction: column;
}
.toipic-list-grid__item-info h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.toipic-list-grid__item-info span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
}

.bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: #F4F6FD;
  border-radius: 0px 0px 12px 12px;
}
.bottom-info div {
  flex-basis: 50%;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-primary);
}
.bottom-info div:last-child {
  border-left: 1px solid #BAC5E6;
  padding-left: 20px;
}
.bottom-info .divider {
  height: 1px;
  background: #BAC5E6;
  margin: 10px 0;
}
.bottom-info .published-date, .bottom-info .enrollment-count {
  font-weight: 600;
}

.module-detail-grid-holder .topic-distribution-listing {
  padding: 20px;
}
.module-detail-grid-holder .topic-distribution-listing li:first-child {
  padding-top: 0;
  border-top: none;
}
.module-detail-grid-holder .topic-distribution-listing li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.topic-introduction-listing {
  padding: 20px;
  counter-reset: item;
}
.topic-introduction-listing__item {
  position: relative;
  display: flex;
  align-items: start;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-primary);
  padding: 20px 0 34px 20px;
  border-bottom: 1px solid #BAC5E6;
  list-style-type: none;
}
.topic-introduction-listing__item:before {
  content: counter(item) ". "; /* Display the counter value and a period */
  counter-increment: item;
  position: absolute;
  left: 0;
}
.topic-introduction-listing__item:first-child {
  padding-top: 0;
  border-top: none;
}
.topic-introduction-listing__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.topic-introduction-listing__item__title {
  margin-bottom: 16px;
}
.topic-introduction-listing__item-info {
  width: 100%;
}
.topic-introduction-listing__item-info__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 0 12px 12px;
  list-style-type: none;
  border-bottom: 1px solid #BAC5E6;
}
.topic-introduction-listing__item-info__item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--text-primary);
}
.topic-introduction-listing__item-info__item::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 12.5px;
  width: 10.5px;
  height: 10.5px;
  background: url("../images/icon/icon-action.svg") no-repeat center center;
}
.topic-introduction-listing__item-info__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.topic-introduction-listing__item-info__item__content {
  display: flex;
  align-items: center;
}
.topic-introduction-listing__item-info__item__title {
  display: inline-flex;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-primary);
  margin: 0;
}
.topic-introduction-listing__item-info__item__subtitle {
  display: inline-flex;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #738899;
  margin: 0 0 0 10px;
}

.topic-content--assessment {
  margin-top: 78px;
  margin-left: 286px;
  background: #F2F6FF;
  height: auto;
}

.performance-matrix-container {
  display: flex;
  gap: 16px;
  margin-top: 0;
  padding: 30px 20px;
}

.performance-matrix-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}

.performance-table-container {
  width: 30%;
}

.performance-table-header h3 {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1510px) {
  .performance-table-header h3 {
    max-width: unset;
  }
}

.y-axis-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.y-axis-container .y-axis-label {
  position: absolute;
  left: -5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0;
  transform: rotate(180deg);
}
.y-axis-container .y-axis-values {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 26px;
  transform: rotate(180deg);
}
.y-axis-container .y-axis-values::before {
  content: "";
  position: absolute;
  right: 7.5px;
  bottom: -1px;
  transform: rotate(90deg);
  /* width: 0; */
  /* height: 0; */
  border-left: 6px solid #E5E7EB;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.y-axis-container .y-axis-values span {
  display: inline-block;
  font-size: 12px;
  color: #6B7280;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  background: #fff;
  padding: 5px 0;
  position: relative;
}

.performance-grid-wrapper {
  flex: 1;
  padding-left: 36px;
  padding-bottom: 36px;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-bottom: 20px;
  border-left: 1px dashed #E5E7EB;
  border-bottom: 1px dashed #E5E7EB;
}

.performance-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 200px;
  text-align: center;
}
.performance-box:hover {
  border-color: #3B82F6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.performance-box.selected {
  border-color: #3B82F6;
  background: #EFF6FF;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.performance-box .performance-number {
  display: flex;
  justify-content: flex-end;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1;
}
.performance-box .performance-box__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.performance-box .performance-code {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}
.performance-box .performance-description {
  font-size: 12px;
  color: #738899;
  line-height: 16px;
}
.performance-box .performance-description div {
  margin-bottom: 2px;
}
.performance-box .performance-description div:last-child {
  margin-bottom: 0;
}
.performance-box.low {
  border-color: #FACA4A;
  background-color: rgba(250, 202, 74, 0.1);
}
.performance-box.low.selected {
  border-color: #FACA4A;
  background-color: rgba(250, 202, 74, 0.3);
}
.performance-box.medium {
  border-color: #F3654A;
  background-color: rgba(243, 101, 74, 0.1);
}
.performance-box.medium.selected {
  border-color: #F3654A;
  background-color: rgba(243, 101, 74, 0.3);
}
.performance-box.high {
  border-color: #1AD598;
  background-color: rgba(26, 213, 152, 0.1);
}
.performance-box.high.selected {
  border-color: #1AD598;
  background-color: rgba(26, 213, 152, 0.3);
}

.x-axis-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.x-axis-container .x-axis-values {
  position: absolute;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
  width: 100%;
  bottom: 26px;
}
.x-axis-container .x-axis-values::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 3.5px;
  transform: rotate(0);
  /* width: 0; */
  /* height: 0; */
  border-left: 6px solid #E5E7EB;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.x-axis-container .x-axis-values span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #6B7280;
  text-align: center;
  background: #fff;
  padding: 0 5px;
}
.x-axis-container .x-axis-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.x-axis-container .x-axis-label-wrapper .x-axis-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.x-axis-container .x-axis-label-wrapper .x-axis-arrow svg {
  width: 16px;
  height: 16px;
}

.performance-table-section {
  flex: 1;
  min-width: 400px;
}

.table-container {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
}

.table-header {
  padding: 20px 24px;
  border-bottom: 1px solid #E5E7EB;
  background: #F9FAFB;
}
.table-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.table-content .data-table {
  width: 100%;
  border-collapse: collapse;
}
.table-content .data-table thead {
  background: #F9FAFB;
}
.table-content .data-table thead th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  color: #374151;
  border-bottom: 1px solid #E5E7EB;
}
.table-content .data-table thead th:first-child {
  width: 50%;
}
.table-content .data-table thead th:nth-child(2), .table-content .data-table thead th:nth-child(3) {
  width: 25%;
  text-align: center;
}
.table-content .data-table tbody tr {
  transition: background-color 0.2s ease;
}
.table-content .data-table tbody tr:hover {
  background: #F9FAFB;
}
.table-content .data-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #F3F4F6;
}
.table-content .data-table tbody tr td {
  padding: 14px 20px;
  font-size: 13px;
  color: #111827;
}
.table-content .data-table tbody tr td:nth-child(2), .table-content .data-table tbody tr td:nth-child(3) {
  text-align: center;
  font-weight: 500;
  color: #3B82F6;
}

@media (max-width: 1200px) {
  .performance-analysis-layout {
    flex-direction: column;
  }
  .performance-grid-section {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .grid-with-axes {
    flex-direction: column;
    gap: 16px;
  }
  .y-axis {
    flex-direction: row;
    width: auto;
    height: auto;
    justify-content: space-around;
  }
  .y-axis .y-axis-label {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-bottom: 0;
    margin-right: 16px;
  }
  .y-axis .y-axis-scale {
    flex-direction: row;
    height: auto;
    width: 200px;
  }
  .y-axis .y-axis-scale span {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .performance-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  .x-axis .x-axis-scale {
    width: 100%;
  }
  .performance-box {
    padding: 12px;
  }
  .performance-box .box-number {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .performance-grid {
    grid-template-columns: 1fr;
  }
  .table-content .data-table {
    font-size: 12px;
  }
  .table-content .data-table th, .table-content .data-table td {
    padding: 10px 12px;
  }
}
.completion-content .key-metrics-panel .key-metrics-panel__item {
  padding: 24px;
}

.refresher-report .key-metrics-panel {
  margin-top: 24px;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item {
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: none;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item .key-metrics-panel__label_holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item .key-metrics-panel__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item .key-metrics-panel__value {
  margin: 0;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item .key-metrics-panel__value .small {
  font-weight: 400;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:first-child {
  background: #F6F3FE;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:first-child .key-metrics-panel__label {
  color: #634F92;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:first-child .key-metrics-panel__value {
  color: #423561;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(2) {
  background: #FEF0ED;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(2) .key-metrics-panel__label {
  color: #923D2C;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(2) .key-metrics-panel__value {
  color: #61281E;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(3) {
  background: #E8F5F0;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(3) .key-metrics-panel__label {
  color: #10805B;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(3) .key-metrics-panel__label br {
  display: none;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(3) .key-metrics-panel__value {
  color: #0A553D;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(4) {
  background: #F0F6FF;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(4) .key-metrics-panel__label {
  color: #0B6990;
}
.refresher-report .key-metrics-panel .key-metrics-panel__item:nth-child(4) .key-metrics-panel__value {
  color: #074660;
}

.adaptive-learning-report .key-metrics-panel__item__holder {
  display: flex;
  flex-direction: row;
  gap: 16px;
  position: relative;
  flex: 1;
  padding-top: 8px;
  overflow: hidden;
  border-radius: 24px;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item {
  background: #F4F6FD;
  box-shadow: none;
  padding: 22px 24px;
  overflow: visible;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .progress_bar_holder {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 8px;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .progress_bar_holder:before {
  content: "";
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .progress_bar_holder .progress_bar {
  position: relative;
  display: block;
  height: 3px;
  background: #F3654A;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .progress_bar_holder .progress_ba_count {
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  padding: 2px 3px;
  background: #F3654A;
  border-radius: 3px;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .key-metrics-panel__label_holder {
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E7;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .key-metrics-panel__label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .key-metrics-panel__label span {
  font-size: 14px;
  line-height: 18px;
  color: #738899;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .key-metrics-panel__value {
  font-size: 0;
  line-height: unset;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .key-metrics-panel__value label {
  display: block;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  text-transform: uppercase;
  color: #738899;
  margin-bottom: 8px;
}
.adaptive-learning-report .key-metrics-panel__item__holder .key-metrics-panel__item .key-metrics-panel__value h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 18px;
  margin-bottom: 0;
}
.adaptive-learning-report .key-metrics-panel__item__holder:first-child .progress_bar_holder .progress_bar {
  background: #F3654A;
}
.adaptive-learning-report .key-metrics-panel__item__holder:first-child .progress_bar_holder .progress_ba_count {
  background: #F3654A;
}
.adaptive-learning-report .key-metrics-panel__item__holder:first-child .key-metrics-panel__value h3 {
  color: #F3654A;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(2) .progress_bar_holder .progress_bar {
  background: #FBCA4A;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(2) .progress_bar_holder .progress_ba_count {
  color: #64511E;
  background: #FBCA4A;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(2) .key-metrics-panel__value h3 {
  color: #FBCA4A;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(3) .progress_bar_holder .progress_bar {
  background: #1BD599;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(3) .progress_bar_holder .progress_ba_count {
  color: #0A553D;
  background: #1BD599;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(3) .key-metrics-panel__value h3 {
  color: #1BD599;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(4) .progress_bar_holder .progress_bar {
  background: #41BFF3;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(4) .progress_bar_holder .progress_ba_count {
  color: #074660;
  background: #41BFF3;
}
.adaptive-learning-report .key-metrics-panel__item__holder:nth-child(4) .key-metrics-panel__value h3 {
  color: #41BFF3;
}

.adaptive-learning-bonus-section {
  background: #F6F6F6;
}
.adaptive-learning-bonus-section .bonus-card {
  flex: none;
}
.adaptive-learning-bonus-section .bonus-card:first-child {
  padding-left: 44px;
}

.loader-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: calc(100% - 284px);
  height: 100%;
  left: 284px;
  top: 0;
  z-index: 999;
}
.loader-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}
.loader-holder .lottie-player {
  position: relative;
  z-index: 1;
}

.introduction-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 34px;
  margin-bottom: 10px;
  background: #272D44;
}
.introduction-strip h2 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
}
.introduction-strip h2 span {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.introduction-strip .introduction-action-btns {
  display: flex;
  align-items: center;
}
.introduction-strip .introduction-action-btns .introduction-action-btn {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.introduction-strip .introduction-action-btns .introduction-action-btn img {
  width: 20px;
  height: 20px;
}
.introduction-strip .introduction-action-btns .introduction-action-btn:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item {
  padding: 20px;
  border-radius: 12px;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item:hover .key-metrics-panel__value.small span {
  opacity: 1;
  transition: all 1s;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item:first-child {
  background: #DCFAF3;
  border: 2px solid #fff;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item:nth-child(2) {
  background: #D0FBFF;
  border: 2px solid #fff;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item:nth-child(3) {
  background: #D5EAFF;
  border: 2px solid #fff;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item:nth-child(4) {
  background: #FFE9FB;
  border: 2px solid #fff;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item .key-metrics-panel__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Sora", sans-serif;
  font-size: 17px;
  line-height: 21px;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item .key-metrics-panel__value {
  font-family: "Sora", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-top: 10px;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item .key-metrics-panel__value.small {
  /**/
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #738899;
  transition: all 0.3s ease;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item .key-metrics-panel__value.small span {
  opacity: 0;
  transition: all 0.2s;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item .total-raf-score-panel-icon {
  width: 30px;
  height: 30px;
}
.key-metrics-panel.total-raf-score-panel .key-metrics-panel__item .total-raf-score-panel-icon.raf-value-icon {
  width: 40px;
  height: unset;
}

.total-raf-score-chart .box-holder__box-head-holder {
  display: flex;
  justify-content: space-between;
  background: #E9F0F2;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
}
.total-raf-score-chart .box-holder__box-head-holder .bloom-taxonomy-chart {
  margin: 26px 0 26px 30px;
  border-right: 1px solid #BAC5E6;
  padding: 0;
  flex-shrink: 1;
  flex-basis: 25%;
}
.total-raf-score-chart .box-holder__box-head-holder .bloom-taxonomy-chart:last-child {
  border-left: 30px;
  border-right: 0;
}
.total-raf-score-chart .box-holder__box-head-holder label {
  display: block;
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #141729;
  margin-bottom: 14px;
}
.total-raf-score-chart .box-holder__box-head-holder .value {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #141729;
}
.total-raf-score-chart .box-holder__box-head-holder .value .small {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #141729;
}

.divisionwise-analysis-block .box-holder__box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.divisionwise-analysis-block .bloom-taxonomy-chart__item {
  gap: 30px;
}
.divisionwise-analysis-block .bloom-taxonomy-chart__item .bloom-taxonomy-chart__label {
  min-width: 50px;
  max-width: 50px;
}
.divisionwise-analysis-block .bloom-taxonomy-chart__bar {
  background-color: #BAFFF8;
}
.divisionwise-analysis-block .bloom-taxonomy-chart__value {
  font-size: 14px;
}

.monthly-analysis-block .box-holder__box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.monthly-analysis-block .bloom-taxonomy-chart__item {
  gap: 30px;
}
.monthly-analysis-block .bloom-taxonomy-chart__item .bloom-taxonomy-chart__label {
  min-width: 60px;
  max-width: 60px;
}
.monthly-analysis-block .bloom-taxonomy-chart__item .bloom-taxonomy-chart__bar {
  background: #FFD9FE;
}
.monthly-analysis-block .bloom-taxonomy-chart__item .bloom-taxonomy-chart__bar .bloom-taxonomy-chart__bar-inner {
  background: #FF5FFB;
}

.analysis_table {
  padding: 24px 30px;
}
.analysis_table .leaderboard-table__name .leaderboard-table__rank {
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 3px;
  background: linear-gradient(98.4deg, #5AEDCC 12.83%, #06B1DF 67.93%) !important;
}
.analysis_table thead th {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #141729;
  padding: 0 10px 20px;
}
.analysis_table thead th:first-child {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #141729;
}
.analysis_table tbody td {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #141729;
  padding: 10px;
}
.analysis_table tbody td:first-child {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #141729;
}
.analysis_table tbody tr:first-child td {
  padding-top: 20px;
}
.analysis_table tbody tr:last-child td {
  padding-bottom: 20px;
}
.analysis_table.insurance-providers .leaderboard-table__name .leaderboard-table__rank {
  background: linear-gradient(98.4deg, #D1FE88 12.83%, #1AD598 67.93%) !important;
}

.raf_analysis_table thead th:first-child {
  width: 60px;
}
.raf_analysis_table .text-center {
  text-align: center;
}
.raf_analysis_table .expanded-row td {
  background: #f3f8f9;
}
.raf_analysis_table .expanded-row td:first-child {
  width: 60px;
}
.raf_analysis_table .expanded-row td:first-child .flex-center {
  visibility: hidden;
}

.allow-expand-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #99B2C6;
  border-radius: 5px;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
