.elementor-4525 .elementor-element.elementor-element-57e460a3{--display:flex;--padding-top:40px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4525 .elementor-element.elementor-element-57e460a3{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-6809c939 */* {
  font-family:
    DM Sans,
    sans-serif;
}

.lms-tabs {
  width: 100%;
}
.lms-tabs__bar {
  display: flex;
  border-bottom: 1px solid #c1c7d0;
}
.lms-tab {
  border-radius: 0 !important;
  appearance: none;
  border: none !important;
  background: transparent !important;
  padding: 8px 16px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 160% !important;
  color: #818898 !important;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.lms-tab[aria-selected="true"] {
  border-bottom: 2px solid #fec300 !important; /* podmień pod swój brand */
  font-weight: 600;
  color: #fec300 !important;
}
.lms-tab:focus-visible {
  outline: 2px solid #fec300;
  outline-offset: 2px;
}

.lms-panel {
  padding-top: 24px;
}
.lms-panel[hidden] {
  display: none !important;
} /* wsparcie dla starych przeglądarek */

.lms-panel__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  color: #04a200 !important;
  margin-bottom: 24px;
}

.lms-tablewrap {
  width: 100%;
  overflow-x: auto;
}
.lms-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0;
}
.lms-table th,
.lms-table td {
  padding: 8px;
  border: none;
  text-align: left;
}
.lms-table th {
  font-weight: 600;
  padding: 24px 8px;
  box-shadow: inset -2px 0 0 #e0e0e0; /* kolumna, ale nie sięga brzegu */
}

.lms-table th:last-child,
.lms-table th:first-child {
  border-right: none;
}

.lms-table td {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #1a1b25;
}

.lms-table td:first-child,
.lms-table th:first-child,
.lms-table td:nth-child(2),
.lms-table th:nth-child(2) {
  text-align: center;
}

table caption + thead tr:first-child th {
  border-top: none;
}

.lms-table thead tr th {
  background: #c1c7d04d;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2%;
  color: #00000080;
}

.lms-table thead tr th:first-child {
  border-top-left-radius: 14px;
}
.lms-table thead tr th:last-child {
  border-top-right-radius: 14px;
}

table tbody tr:hover > td {
  background: transparent;
}

.lms-table tbody tr {
  background: transparent;
  border-bottom: 1px solid #aaaaaa66;
}

.lms-table tbody > tr:nth-child(odd) > td {
  background-color: transparent;
}

.lms-table tbody tr:hover {
  background: #fec3000d;
}

.lms-table tbody > tr:nth-child(odd):hover {
  background-color: #fec3000d;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}

.lms-f__specials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lms-filters {
  padding-bottom: 16px;
}

.lms-f__meta {
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8d8d8d;
}

.lms-f__meta strong {
  font-weight: 500;
  color: #1e1e1e;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
input[type="date"],
input[type="password"] {
  width: 100%;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid #c1c7d0;
  color: #1a1b25;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
}

.lms-datefilter,
.lms-datefilter__inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}

hr {
  border: none;
  height: 38px;
  width: 1px;
  background-color: #c1c7d0 !important;
  margin: 0 8px;
}

.lms-tablewrap {
  padding: 8px;
  border: 1px solid #c1c7d0;
  border-radius: 16px;
}

.act {
  height: 24px;
  width: 24px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
}

.act svg path {
  fill: none;
  stroke: none;
}

.lms-table tbody tr:hover > td .act svg path {
  stroke: #1a1b25;
}

.lms-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.lms-panel__paginationwrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  gap: 10px;
}

.lms-pagination {
  display: flex;
  border-radius: 6px;
  border: 1px solid #c1c7d0;
  color: #818898;
}
.lms-pagination > * {
  background: transparent !important;
  cursor: pointer;
  border-radius: 0 !important;
  border: none !important;
  border-right: 1px solid #c1c7d0 !important;
  height: 46px;
  width: 46px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lms-pagination > *:last-child {
  border-right: none !important;
}

.lms-pagination [aria-current="page"] {
  font-weight: 500;
  color: #1a1b25 !important;
  border: 2px solid #fec300 !important;
}

.pg-btn {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #818898 !important;
}

#enrollments-per-page {
  height: 48px;
}

.lms-sortbtn {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  height: 24px;
}

.th-center {
  display: flex;
  text-align: center;
  gap: 10px;
}

.lms-table td span {
  color: #818898;
}

.lms-btn--clear {
  background: #818898 !important;
  color: #ffffff !important;
  border: none !important;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 8px 12px !important;
}

.is-hidden {
  display: none !important;
}

.lms-hidden-by-class {
  display: none !important;
}
/* 
/* --- Poprawiony arkusz stylów dla Drawer / Detail Panel --- */

/* Główny kontener - musi być fixed, żeby przykryć całą stronę */
#lms-manager-detail {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex; /* Ułatwia pozycjonowanie panelu */
  visibility: visible;
  opacity: 1;
  transition:
    visibility 0.2s,
    opacity 0.2s;
}

#lms-manager-detail.is-hidden {
  display: none; /* Całkowite ukrycie, gdy nieaktywne */
}

/* Tło przyciemniające */
.lms-detail__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: -1;
}

/* Panel boczny (Drawer) */
.lms-drawer__panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(720px, 92vw);
  background: #ffffff;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateX(0); /* Domyślnie widoczny w tym stanie */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animacja wysuwania, jeśli używasz aria-hidden do sterowania JS */
#lms-manager-detail[aria-hidden="true"] .lms-drawer__panel {
  transform: translateX(-100%);
}

/* Nagłówek panelu */
.lms-drawer__head {
  padding: 20px 24px 0;
  border-bottom: 1px solid #eee;
  flex-shrink: 0; /* Nie pozwala się zgniatać */
}

.lms-drawer__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.lms-drawer__close:hover {
  background: #f5f5f5;
}

.lms-drawer__titlewrap {
  margin: 8px 0 12px;
}

.lms-drawer__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1a1b25;
}

/* Zakładki (Tabs) */
.lms-drawer__tabs {
  display: flex;
  gap: 20px;
}

.lms-drawer__tabs button {
  background: none !important;
  border: none !important;
  padding: 12px 0;
  cursor: pointer;
  color: #1a1b25 !important;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  transition: color 0.2s;
}

.lms-drawer__tabs button.is-active {
  color: #111;
}

.lms-drawer__tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #ffc400;
  border-radius: 3px 3px 0 0;
}

/* Treść panelu - SCROLLOWALNA */
.lms-drawer__body {
  padding: 24px;
  overflow-y: auto;
  flex: 1; /* Zajmuje całą dostępną przestrzeń */
  background: #fff;
}

/* Stopka panelu */
.lms-drawer__foot {
  padding: 16px 24px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  background: #fcfcfc;
  flex-shrink: 0;
}

/* Siatka danych (Key-Value) */
.kv__row {
  display: grid;
  grid-template-columns: 140px 1fr; /* Uproszczone dla czytelności na małych ekranach */
  gap: 8px 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}

/* Jeśli chcesz 2 kolumny na szerokim ekranie jak w oryginale */
@media (min-width: 600px) {
  .kv__row {
    grid-template-columns: 120px 1fr 120px 1fr;
  }
}

.kv__k {
  color: #7a7f8a;
  font-size: 13px;
}

.kv__v {
  color: #111;
  font-weight: 600;
  font-size: 14px;
}

.kv__sep {
  height: 1px;
  background: #eee;
  margin: 20px 0;
}

/* Formularze i przyciski */
.lms-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  margin-top: 5px;
}

.lms-datefilter__label {
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.lms-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 16px !important;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  background: #fec300;
  color: #fff;
  transition: opacity 0.2s;
  border: 1px solid #fec300;
}

.lms-btn_outline {
  background: transparent !important;
  border: 1px solid #fec300;
  color: #1a1b25 !important;
  padding: 10px 16px !important;
}

.lms-btn:hover {
  opacity: 0.9;
}
.lms-btn--clear {
  background: #f3f4f7;
  color: #444;
}

/* Sterowanie widocznością sekcji */
.drawer-tab {
  display: none;
}
.drawer-tab.is-active {
  display: block;
}

/* drobne */
.lms-btn {
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
}
.lms-btn:hover {
  opacity: 0.92;
}

/* akcje w tabeli (jeśli potrzebne) */
.lms-actions .act {
  background: none;
  border: 0;
  cursor: pointer;
}

.custom-btn-managers-status-d-none {
  display: none !important;
}

/* ============================
   TRAINING DRAWER – dopięcie tych samych styli co manager
   (bez grzebania w istniejących regułach)
   ============================ */

/* Kontener (overlay + panel) */
#lms-training-detail {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition:
    visibility 0.2s,
    opacity 0.2s;
}

#lms-training-detail.is-hidden {
  display: none;
}

/* Backdrop (przyciemnienie) – to samo co dla manager */
#lms-training-detail .lms-detail__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: -1;
}

/* Panel drawer’a – identycznie jak manager */
#lms-training-detail .lms-drawer__panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(720px, 92vw);
  background: #ffffff;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animacja wsuwania/wyjeżdżania sterowana aria-hidden */
#lms-training-detail[aria-hidden="true"] .lms-drawer__panel {
  transform: translateX(-100%);
}

/* (Opcjonalnie, ale pomaga) overlay klikany wewnątrz aside */
#lms-training-detail .lms-drawer__overlay {
  position: fixed;
  inset: 0;
  background: transparent;
}

/* Tabs / body / footer – bazują na wspólnych klasach,
   więc zwykle zadziałają bez zmian, ale dopinamy spójność: */
#lms-training-detail .lms-drawer__head {
  padding: 20px 24px 0;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

#lms-training-detail .lms-drawer__body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
  background: #fff;
}

#lms-training-detail .lms-drawer__foot {
  padding: 16px 24px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  background: #fcfcfc;
  flex-shrink: 0;
}

#lms-participant-detail {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition:
    visibility 0.2s,
    opacity 0.2s;
}

#lms-participant-detail.is-hidden {
  display: none;
}

#lms-participant-detail[aria-hidden="true"] .lms-drawer__panel {
  transform: translateX(-100%);
}

/* =========================================
   MODAL ROZLICZENIOWY
========================================= */
.lms-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.lms-modal-overlay.is-hidden {
  display: none;
}
.lms-modal {
  background: #fff;
  border-radius: 8px;
  width: 95%;
  max-width: 1150px; /* Zwiększono z 1000px na 1150px */
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.lms-modal__header {
  padding: 20px 24px;
  border-bottom: 1px solid #ebecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lms-modal__title {
  margin: 0;
  font-size: 24px;
  color: #1a9f1a;
  font-weight: 600;
}
.lms-modal__close {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818898;
}
.lms-modal__body {
  padding: 24px;
  overflow-y: auto;
}
.lms-settlement-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: start;
}

/* Wiersze podsumowania kursów */
.lms-sm-table-header {
  display: flex;
  padding: 0 16px 12px;
  font-size: 12px;
  color: #818898;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.lms-sm-group {
  border: 1px solid #ebecef;
  border-radius: 6px;
  margin-bottom: 12px;
}
.lms-sm-group-head {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
.lms-sm-group-body {
  background: #f8f9fa;
  padding: 16px;
  border-top: 1px solid #ebecef;
  text-align: left;
}
.lms-sm-group-body.is-hidden {
  display: none;
}

/* Szerokości kolumn */
.col-lp {
  width: 40px;
  text-align: left;
  font-weight: 600;
  color: #f5a623;
}
.col-name {
  flex: 1;
  text-align: left;
  padding-right: 15px;
}
.col-price {
  width: 140px;
}
.col-qty {
  width: 100px;
}
.col-total {
  width: 140px;
}
.col-actions {
  width: 60px;
  display: flex;
  justify-content: flex-end;
}

.text-muted {
  color: #818898;
  font-weight: normal;
}

/* RESTRYKCYJNY RESET DLA MAŁYCH PRZYCISKÓW (Kosz i Strzałka) */
.lms-sm-toggle-btn,
.lms-sm-del-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 8px !important;
  margin: 0 !important;
  color: #818898 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
  min-width: auto !important;
  min-height: auto !important;
  line-height: 1 !important;
}
.lms-sm-toggle-btn:hover {
  background: #ebecef !important;
  color: #1a1b25 !important;
}
.lms-sm-del-btn:hover {
  color: #d0021b !important;
  background: #fee2e2 !important;
}

.lms-sm-toggle-btn svg {
  transition: transform 0.3s ease;
}
.lms-sm-toggle-btn.is-open svg {
  transform: rotate(180deg);
}

/* Wiersze uczestników */
.lms-sm-part-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  color: #4a4a4a;
  font-size: 14px;
  border-bottom: 1px dashed #ebecef;
}
.lms-sm-part-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lms-sm-part-row small {
  color: #818898;
}

/* Box Podsumowania (Prawy panel) */
.lms-settlement-summary {
  border: 1px solid #ebecef;
  border-radius: 6px;
  padding: 20px;
  background: #fff;
  position: sticky;
  top: 0;
}
.lms-sm-summary-title {
  margin: 0 0 16px;
  color: #1a9f1a;
  font-size: 18px;
  font-weight: 600;
}
.lms-sm-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 12px;
  color: #1a1b25;
}
.lms-sm-total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ebecef;
  font-size: 18px;
  font-weight: 600;
}

.lms-modal__footer {
  padding: 20px 24px;
  border-top: 1px solid #ebecef;
}

@media (max-width: 900px) {
  .lms-settlement-layout {
    grid-template-columns: 1fr;
  }
  .lms-sm-table-header {
    display: none;
  }
  .lms-sm-group-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
  }
  .col-lp,
  .col-name,
  .col-price,
  .col-qty,
  .col-total,
  .col-actions {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
}

/* =========================================
   ZAKŁADKA PROFILU
========================================= */
.lms-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.lms-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.lms-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 6px;
}
.lms-form-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #ebecef;
}
.lms-form-section h3 {
  margin-top: 0;
  font-size: 16px;
  color: #1a1b25;
}
.lms-alert {
  padding: 16px 20px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-size: 14px;
  border-left: 4px solid;
}
.lms-alert--danger {
  background-color: #fee2e2;
  border-left-color: #d0021b;
  color: #4a4a4a;
}
.lms-alert--danger strong {
  color: #d0021b;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

/* =========================================
   LISTA ZAŁĄCZNIKÓW W PROFILU
========================================= */
.lms-attachment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lms-attachment-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ebecef;
  border-radius: 4px;
  margin-bottom: 6px;
  font-size: 13px;
}
.lms-attachment-list a {
  color: #1a9f1a;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
}
.lms-att-del-btn {
  background: none;
  border: none;
  color: #818898;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.lms-att-del-btn:hover {
  color: #d0021b;
  background-color: #fee2e2;
}

.attachments-drop {
  border: 1px dashed #c1c7d0;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px !important;
  dashes: 2, 2;
  align-items: center;
  justify-content: center;
}

.attachments-drop-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  align-items: center;
  justify-content: center;
  color: #04a200;
}

.attachments-drop-text {
  color: #c1c7d0;
  font-size: 14px;
  font-weight: 400;
}

.attachment-trash {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  display: flex;
}

.attachment-trash:hover svg path {
  stroke: #fec300;
}

.attachment-count {
  color: #c1c7d0;
  font-size: 16px;
  font-weight: 400;
}

body.monochrome-mode .lms-panel thead svg,
body.monochrome-mode .lms-panel thead path {
  stroke: #ffffff !important;
  fill: #ffffff !important;
}

body.high-contrast-yellow .lms-panel thead svg,
body.high-contrast-yellow .lms-panel thead path {
  stroke: #000000 !important;
  fill: #000000 !important;
}

body.high-contrast-black .lms-panel thead svg,
body.high-contrast-black .lms-panel thead path {
  stroke: #faff00 !important;
  fill: #faff00 !important;
}

body.monochrome-mode .lms-panel .lms-panel__paginationwrap svg,
body.monochrome-mode .lms-panel .lms-panel__paginationwrap path {
  stroke: #ffffff !important;
}

body.high-contrast-yellow .lms-panel .lms-panel__paginationwrap svg,
body.high-contrast-yellow .lms-panel .lms-panel__paginationwrap path {
  stroke: #000000 !important;
}

body.high-contrast-black .lms-panel .lms-panel__paginationwrap svg,
body.high-contrast-black .lms-panel .lms-panel__paginationwrap path {
  stroke: #faff00 !important;
}

body.monochrome-mode .lms-panel .lms-table tbody tr:hover svg,
body.monochrome-mode .lms-panel .lms-table tbody tr:hover path {
  stroke: #ffffff !important;
}

body.high-contrast-yellow .lms-panel .lms-table tbody tr:hover svg,
body.high-contrast-yellow .lms-panel .lms-table tbody tr:hover path {
  stroke: #000000 !important;
}

body.high-contrast-black .lms-panel .lms-table tbody tr:hover svg,
body.high-contrast-black .lms-panel .lms-table tbody tr:hover path {
  stroke: #faff00 !important;
}

body.monochrome-mode .lms-panel .lms-table th {
  box-shadow: inset -2px 0 0 #ffffff !important;
}

body.high-contrast-yellow .lms-panel .lms-table th {
  box-shadow: inset -2px 0 0 #000000 !important;
}

body.high-contrast-black .lms-panel .lms-table th {
  box-shadow: inset -2px 0 0 #faff00 !important;
}

body.monochrome-mode .lms-drawer__tabs button.is-active::after {
  background: #ffffff !important;
}

body.high-contrast-yellow .lms-drawer__tabs button.is-active::after {
  background: #000000 !important;
}

body.high-contrast-black .lms-drawer__tabs button.is-active::after {
  background: #faff00 !important;
}

body.dark-mode input[type="text"],
body.dark-mode input[type="email"],
body.dark-mode input[type="tel"],
body.dark-mode select,
body.dark-mode input[type="date"],
body.dark-mode input[type="password"] {
  background: #121212 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}/* End custom CSS */