@font-face {
  font-family: "URW DIN Arabic";
  src: url("../../assets/fonts/URWDINArabic-Regular.woff2") format("woff2"),
    url("../../assets/fonts/URWDINArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN Arabic Demi";
  src: url("../../assets/fonts/URWDINArabic-Demi.woff2") format("woff2"),
    url("../../assets/fonts/URWDINArabic-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN Arabic";
  src: url("../../assets/fonts/URWDINArabic-Black.woff2") format("woff2"),
    url("../../assets/fonts/URWDINArabic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN Arabic";
  src: url("../../assets/fonts/URWDINArabic-Bold.woff2") format("woff2"),
    url("../../assets/fonts/URWDINArabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN Arabic";
  src: url("../../assets/fonts/URWDINArabic-Medium.woff2") format("woff2"),
    url("../../assets/fonts/URWDINArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN Arabic";
  src: url("../fonts/URWDINArabic-Thin.woff2") format("woff2"),
    url("../fonts/URWDINArabic-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN Arabic";
  src: url("../fonts/URWDINArabic-Light.woff2") format("woff2"),
    url("../fonts/URWDINArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GESSTwoBold";
  src: url("../fonts/GESSTwoBold.otf"),
    url("../fonts/GESSTwoBold.otf");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GESSTwoLight";
  src: url("../fonts/GESSTwoLight.otf"),
    url("../fonts/GESSTwoLight.otf");
  font-style: normal;
  font-display: swap;
}

:root {
  /* Background Colors */
  --background-color-1: #FFB636;
  --background-color-2: #ffffff;
  --background-color-3: #eaf1ee;
  --background-color-4: #f8faf8;
  --background-color-5: #FFB636;
  --background-color-6: #f1f8f5;
  --background-color-7: #abc5bd;
  --background-color-8: #595a5c;
  --background-color-9: #e3eeea;
  --background-color-10: #f0f9f6;
  --background-color-11: #f5f5f5;
  --background-color-12: #f7f7f7;
  --background-color-13: #f4f8f7;
  --background-color-14: #fff;
  --background-color-15: #f9f9f9;
  --background-color-16: #e3eeea;
  --background-color-17: #f0f9f6;
  --background-color-18: #fff;
  --background-color-19: #e3eeea;
  --background-color-20: #f0f5f3;
  --background-color-21: #f8f8f8;
  --background-color-22: #f8f8f8;
  --background-color-23: #fff6f6;
  --background-color-24: #fff6f6;
  --background-color-25: rgba(0, 0, 0, 0.05);
  /* Border Colors */
  --border-color-1: #e0e0e1;
  --border-color-2: #ccdcd7;
  --border-color-3: #a8a8a8;
  --border-color-4: #ffffff;
  --border-color-5: #2c6e59;
  --border-color-6: #d6d6d6;
  --border-color-7: #ddd;
  --border-color-9: #ccdcd7;
  --border-color-10: #d6d6d6;

  /* Text Colors */
  --text-color-1: #595a5c;
  --text-color-2: #595a5c;
  --text-color-3: #6e6f72;
  --text-color-4: #b4b5b6;
  --text-color-5: #2c6e59;
  --text-color-6: #595a5c;
  --text-color-7: #2c6e59;
  --text-color-9: rgba(110, 111, 114, 0.5);
  /* Gradient Colors */
  --grd-color-1: linear-gradient(90.03deg,
      #297d59 -27.75%,
      #297d59 13.22%,
      rgba(45, 109, 90, 0) 110.01%);
  --scroll-thumb: #d9d9d9;
  --scroll-thumb-bg: #ededee;
  --invert: unset;

  --graph-background-color: rgba(255, 255, 255, 1);

  --background-select-selected: #0d6efd;
  --color-select-selected: #fff;

  --background-hover-selected: #e9ecef;
  --color-hover-selected: #000;
  --ckeditor-filter: unset;
  --filter-red-border: red;

}

[data-theme="dark"] {
  /* Background Colors */
  --background-color-1: #338068;
  --background-color-2: #1e1e1e;
  --background-color-3: #1e1e1e;
  --background-color-4: #121212;
  --background-color-5: #1e1e1e;
  --background-color-6: #343434;
  --background-color-7: #616161;
  --background-color-8: #343434;
  --background-color-9: #2e2e2e;
  --background-color-10: #2e2e2e;
  --background-color-11: #2e2e2e;
  --background-color-12: #1e1e1eb3;
  --background-color-13: #2b2b2b;
  --background-color-14: #1e1e1e;
  --background-color-15: #1a1a1a;
  --background-color-16: #151515;
  --background-color-17: #1e1e1e;
  --background-color-18: #2e2e2e;
  --background-color-19: #1e1e1e;
  --background-color-20: #1e1e1e;
  --background-color-21: #1e1e1e;
  --background-color-22: #2e2e2e;
  --background-color-23: #2e2e2e;
  --background-color-24: #2e2e2e;
  --background-color-25: rgba(0, 0, 0, 0.9);

  /* Border Colors */
  --border-color-1: #4b4b4b;
  --border-color-2: #343434;
  --border-color-3: #4b4b4b;
  --border-color-4: #1e1e1e;
  --border-color-5: #4b4b4b;
  --border-color-6: #4b4b4b;
  --border-color-7: #4b4b4b;
  --border-color-9: #4b4b4b;
  --border-color-10: #a79e9e;

  /* Text Colors */
  --text-color-1: #787878;
  --text-color-2: #ffffff;
  --text-color-3: #a5a5a5;
  --text-color-4: #b4b5b65c;
  --text-color-5: #787878;
  --text-color-6: #a5a5a5;
  --text-color-7: #338068;
  --text-color-9: rgba(110, 111, 114, 0.7);

  /* Gradient Colors */
  --grd-color-1: linear-gradient(90.01deg,
      #1e1e1e 15.9%,
      #1e1e1e 40.91%,
      rgba(30, 30, 30, 0) 99.99%);
  --scroll-thumb: #343434;
  --scroll-thumb-bg: #1e1e1e;
  --invert: invert(1);
  --graph-background-color: rgba(0, 0, 0, 0.3);
  --background-select-selected: #121212;
  --color-select-selected: #4b4b4b;


  --background-hover-selected: #1e1e1e;
  --color-hover-selected: #ffffff;
  --ckeditor-filter: invert(85.5%) brightness(0.8);
  --filter-red-border: #00ffff;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "URW DIN Arabic";
  font-weight: 500;
  scrollbar-width: thin;

  word-wrap: break-word;
}

.lms-courses-list {
  scrollbar-width: unset;
}

.lms-courses-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.lms-courses-list::-webkit-scrollbar-thumb {
  background: var(--background-color-1);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.preloader.hide {
  display: none;
  pointer-events: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

.lwr {
  text-transform: lowercase !important;
}

ul {
  list-style: none;
}

.GESSTwoLight {
  font-family: "URW DIN Arabic" !important;
}

table tbody tr td.GESSTwoLighttd {
  font-family: "URW DIN Arabic" !important;
}

.GESSTwoBold {
  font-family: "URW DIN Arabic" !important;
}

body.transition *,
body.transition *::before,
body.transition *::after {
  transition: color 0.1s, border 0.3s, background-color 0.3s,
    background-image 0.3s;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--scroll-thumb);
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.passType {
  pointer-events: all !important;
  cursor: pointer;
}

.primary-link,
.primary-link:hover {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--background-color-1);
  gap: 5px;
}

.primary-link-bg,
.primary-link-bg:hover {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  background-color: var(--background-color-1);
  border: 1px solid var(--background-color-1);
  color: #fff;
  padding: 6px 14px 6px 14px;
  gap: 5px;
}

.primary-link-bg-sm,
.primary-link-bg-sm:hover {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid var(--background-color-1);
  background-color: var(--background-color-1);
  color: #fff;
  padding: 4px 14px 4px 14px;
  gap: 5px;
}

.primary-link-border,
.primary-link-border:hover {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid var(--background-color-1);
  color: var(--background-color-1);
  padding: 6px 14px 6px 14px;
  gap: 5px;
}

.primary-link-border-sm,
.primary-link-border-sm:hover {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid var(--background-color-1);
  color: var(--background-color-1);
  padding: 4px 14px 4px 14px;
  gap: 5px;
}

.primary-link-bg.disabled,
.primary-link-bg-sm.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.secondary-btn {
  color: var(--text-color-6) !important;
  border: 1px solid var(--border-color-6) !important;
}

.secondary-btn.mt-20 {
  margin-top: 20px;
}

.text-color-warning {
  color: #ff8585 !important;
}

img {
  max-width: 100%;
}

/* input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

.dashboard-main-container {
  position: relative;
  display: flex;
  height: 100vh;
  overflow: hidden;
  /*overflow: hidden; top: 0;
    left: 0;
    display: flex;
    height: 100vh;
    position: fixed;
    width: 100%; */
}

.sidebar-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.sidebar-bg.open {
  opacity: 1;
  visibility: visible;
}

.dashboard-main-container .dashboard-sidebar {
  width: 280px;
  height: 100%;
  background-color: var(--background-color-3);
  border-right: 1px solid var(--border-color-1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-logo {
  position: relative;
  padding: 25px 0 20px 25px;
  border-bottom: 1px solid #FFB636;
}

.dashboard-main-container .dashboard-sidebar .sidebar-logo img {
  height: 60px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-logo #closeSidebar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  line-height: 0;
  display: none;
  cursor: pointer;
}

.dashboard-main-container .dashboard-sidebar .sidebar-logo #closeSidebar img {
  width: 100%;
  height: 100%;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav {
  padding: 25px 25px 25px 0;
  max-height: calc(100% - 120px);
  overflow: auto;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav::-webkit-scrollbar {
  width: 0;
  -webkit-appearance: none;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul {
  padding: 0 0 0 25px;
  list-style: none;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li {
  position: relative;
  margin-bottom: 5px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  font-size: 14px;
  color: var(--text-color-1);
  transition: color 0.2s;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a span {
  font-family: "URW DIN Arabic Demi";
  display: flex;
  align-items: center;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a>div {
  display: flex;
  align-items: center;
}

dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .sidebar-tooltip {
  width: 18px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a.active .sidebar-tooltip {
  width: 20px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .sidebar-tooltip {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .sidebar-tooltip>span {
  position: relative;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .sidebar-tooltip>span::before {
  content: '';
  position: absolute;
  top: calc(100% + 8px);
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  display: none;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .sidebar-tooltip::before {
  content: attr(data-comment);
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-color-3);
  background-color: var(--background-color-4);
  border: 1px solid var(--border-color-6);
  border-radius: 10px;
  display: none;
  cursor: default;
  text-transform: capitalize;
  z-index: 1;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .sidebar-tooltip:hover>span::before,
.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .sidebar-tooltip:hover::before {
  display: block;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 6px;
  height: 100%;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a.active::before {
  background-color: var(--background-color-1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a:hover {
  color: var(--background-color-1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a.active {
  background-color: var(--background-color-1);
  color: #fff;
  box-shadow: 5px 4px 13px 0px #00000026;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a.active .sidebar-tooltip img {
  filter: brightness(0) invert(1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a.active .link-icon img {
  filter: grayscale(1) contrast(3) invert(1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a .drop-icon {
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: var(--text-color-1);
  border-bottom-color: var(--text-color-1);
  transform: rotate(-45deg);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a.active .drop-icon {
  border-left-color: #fff;
  border-bottom-color: #fff;
  margin-top: 8px;
  transform: rotate(135deg);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .link-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  width: 45px;
  height: 45px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a .link-icon img {
  width: 24px;
  height: 24px;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu {
  padding: 10px;
  background-color: var(--background-color-6);
  display: none;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown.active .sidebar-dropdown-menu {
  display: block;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown.active .sidebar-dropdown-menu {
  display: none;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown:hover .sidebar-dropdown-menu {
  display: block;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu ul {
  padding: 0;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--text-color-1);
}

.sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li .sub-dropdown {
  padding: 5px 0;
  display: none;
}

.sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li .sub-dropdown a {
  position: relative;
  font-size: 13px;
  padding: 4px 0 4px 35px !important;
}


[dir="rtl"] .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li .sub-dropdown a {
  padding: 4px 35px 4px 0 !important;
}


.sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li .sub-dropdown a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--text-color-1);
}

[dir="rtl"] .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li .sub-dropdown a::before {

  left: auto;
  right: 20px;
}

.sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li>a .drop-icon {
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: var(--text-color-1);
  border-bottom-color: var(--text-color-1);
  transform: rotate(-45deg);
  margin-inline-end: 10px;
}

.sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li>a.active {
  color: var(--background-color-1);
  background-color: var(--background-color-9);
}

.sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li>a.active .drop-icon {
  margin-top: 8px;
  transform: rotate(135deg);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--text-color-1);
}


.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.has-sub-dropdown.active .sub-dropdown {
  display: block;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li a.active {
  color: var(--background-color-1);
  background-color: var(--background-color-9);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li a {
  padding: 4px 0 4px 25px;
  color: var(--text-color-1);
  transition: color 0.2s;
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li a:hover {
  color: var(--background-color-1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li:hover>a {
  color: var(--background-color-1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li.active>a {
  color: var(--background-color-1);
  background-color: var(--background-color-9);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li:hover::after {
  background-color: var(--background-color-1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li.active::after {
  background-color: var(--background-color-1);
}

.dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown.active {
  box-shadow: 5px 4px 13px 0px #00000014;
}

.dashboard-main-container .dashboard-main-content {
  width: calc(100% - 280px);
  height: 100%;
  background-color: var(--background-color-4);
  overflow: auto;
}

/* Menu Toggle */
.dashboard-main-container.sidebar-menu-sm {
  height: auto;
  min-height: 100vh;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar {
  width: 100px;
  height: auto;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-main-content {
  width: calc(100% - 100px);
  height: auto;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-logo {
  padding: 20px 0 20px 0;
  text-align: center;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-logo img:nth-child(1) {
  height: 44px;
  display: none;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-logo img:nth-child(2) {
  height: 44px;
  display: inline-block !important;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav {
  max-height: unset;
  overflow: visible;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li {
  display: inline-block;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li>a {
  display: inline-flex;
  padding: 0;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li>a>div span:nth-child(2) {
  display: none;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li>a .drop-icon {
  display: none;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li.sidebar-dropdown .sidebar-dropdown-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 200px;
  border-radius: 2px;
  box-shadow: 5px 4px 13px 0px #00000014;
  border: 1px solid #00000040;
  z-index: 5;
}

.dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li.sidebar-dropdown .sidebar-dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  z-index: 5;
}

/* Menu Toggle End */

/* Main Content Header */
.main-content-header {
  position: sticky;
  top: 0;
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background-color-2);

  box-shadow: 0px 1px 0px 0px #12203b17;
  z-index: 5;
}

.main-content-header #sidebarMenuSm {
  cursor: pointer;
}

.dashboard-user-dropdown {
  position: relative;
  padding-left: 15px;
}

.dashboard-user-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: var(--border-color-1);
}

.dashboard-user-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
}

.dashboard-user-dropdown .dropdown-toggle::after {
  width: 6px;
  height: 6px;
  border: 2px solid transparent;
  border-left-color: var(--text-color-2);
  border-bottom-color: var(--text-color-2);
  /* display: none; */
  transform: rotate(-45deg);
  margin-left: 10px;
}

.dashboard-user-dropdown.AdminDashboardHide .dropdown-toggle::after {
  display: none;
}

.dashboard-user-dropdown .user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  border: 2px solid var(--background-color-1);
}

.dashboard-user-dropdown .user-avatar img {
  width: 100%;
  height: 100%;
}

.activity-list-comment,
.activity-list-feedback,
.activity-list-file {
  display: flex;
  gap: 5px;
}

.activity-list-comment span,
.activity-list-feedback span,
.activity-list-file span {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
}

.activity-list-feedback span span {
  background: var(--background-color-10);
  display: inline-block;
  color: var(--text-color-7);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px;
}

.activity-list-comment,
.activity-list-file {
  margin-top: 2px;
}

.dashboard-user-dropdown .user-info h3 {
  font-size: 14px;
  margin: 0;
  color: var(--background-color-1);
}

.dashboard-user-dropdown .user-info p {
  font-size: 12px;
  margin: 0;
  color: var(--text-color-3);
}

.dashboard-user-dropdown .dropdown-menu {
  width: 250px;
  border-radius: 0;
  border: 1px solid var(--border-color-1);
  padding: 0;
  margin-top: 20px !important;
  background-color: var(--background-color-2);
}

.dashboard-user-dropdown .dropdown-menu .dropdown-menu-user-info {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid var(--border-color-1);
}

.dashboard-user-dropdown .dropdown-menu .dropdown-menu-user-info .user-avatar {
  width: 35px;
  height: 35px;
}

.dashboard-user-dropdown .dropdown-menu .dropdown-menu-user-info .user-info h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-user-dropdown .dropdown-menu ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.dashboard-user-dropdown .dropdown-menu ul li a {
  font-size: 14px;
  padding: 5px 15px;
  display: block;
  color: var(--text-color-2);

  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "URW DIN Arabic Demi";
}

.dashboard-tabs-tranee ul li.mark-all {
  margin-inline-start: auto;
}

.dashboard-tabs-tranee ul li.mark-all a {
  font-size: 14px !important;
  color: var(--background-color-1) !important;
  font-family: "URW DIN Arabic", sans-serif !important;
}

.notification-dropdown {
  padding: 0 15px;
}

.notification-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: var(--border-color-1);
}

.notification-dropdown .dropdown-toggle::after {
  display: none;
}

.notification-dropdown .dropdown-toggle {
  /* height: 44px; */
  line-height: 44px;
}

.notification-dropdown .dropdown-toggle .icon {
  position: relative;
}

.notification-dropdown .dropdown-toggle .icon img {
  width: 20px;
}

.notification-dropdown .dropdown-toggle .icon span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 16px;
  background: var(--background-color-1);

  font-size: 10px;
}

.notification-dropdown .dropdown-menu {
  margin-top: 20px !important;
  border-radius: 0;
  margin-right: -15px !important;
  background-color: transparent;
  padding-top: 20px;
  width: 350px;
  max-width: 90vw;
  border: 0;
}

.notification-list {
  position: relative;
  border: 2px solid var(--border-color-1);
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: var(--background-color-2);
}

.notification-list .notification-dropmenu-arrow {
  position: absolute;
  top: -25px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: block;
  background-image: var(--bg-img-1);
}

.notification-list .notification-list-header {
  border-top: 6px solid var(--background-color-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  border-bottom: 1px solid var(--border-color-1);
}

.notification-list .notification-list-header h3 {
  font-size: 18px;
  margin: 0;
  color: var(--text-color-2);
}

.notification-list .notification-list-body {
  height: 300px;
  overflow: auto;
}

.notification-list .notification-list-body .notification-list-item {
  display: flex;
  gap: 10px;
  padding: 20px 15px;
  border-bottom: 1px solid var(--border-color-1);
}

.notification-list .notification-list-body .notification-list-item.new {
  background-color: var(--background-color-6);
}

.notification-list .notification-list-body .notification-list-item .icon {
  width: 50px;
}

.notification-list .notification-list-body .notification-list-item .icon img {
  width: 45px;
}

.notification-list .notification-list-body .notification-list-item .item-text {
  width: calc(100% - 70px);
}

.notification-list .notification-list-body .notification-list-item .item-text h3 {
  font-size: 14px;
  color: var(--text-color-2);

  font-family: "URW DIN Arabic Demi";
}

.notification-list .notification-list-body .notification-list-item .item-text p {
  font-size: 12px;
  font-weight: 400;
  color: #97989b;
  margin-bottom: 0;
}

.notification-list .notification-list-body .notification-list-item .item-dot {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.notification-list .notification-list-body .notification-list-item .item-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--background-color-7);
}

.notification-list .notification-list-footer {
  height: 40px;
  border-top: 1px solid var(--border-color-1);
}

.notification-list .notification-list-footer a {
  width: 100%;
  height: 100%;
  color: var(--background-color-1);
  background-color: var(--background-color-6);

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "URW DIN Arabic Demi";
}

.language-change {
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #595a5c;
}

.language-change::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: var(--border-color-1);
}

.language-change span {
  display: inline-flex;
}

.language-change .language-icon {
  margin-right: 8px;
}

.language-change .language-icon img {
  width: 24px;
  height: 24px;
}

.theme-switch {
  position: relative;
  padding: 0 15px;
  cursor: pointer;
}

.theme-switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: var(--border-color-1);
}

.theme-switch input {
  display: none;
}

.theme-switch .theme-switch-icon {
  width: 28px;
  height: 28px;
  padding: 5px;
  line-height: 0;
  border: 1px solid #338068;
  border-radius: 100%;
  cursor: pointer;
}

.theme-switch #starGroup {
  opacity: 0;
}

.theme-switch .sunRays {
  fill: #338068;
}

/* Main Content Header End */

.main-content-body {
  padding: 40px;
}

.primary-title {
  font-size: 20px;
  color: var(--text-color-2);

  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.primary-title a {
  color: var(--background-color-1);

  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: "URW DIN Arabic Demi";
}

.primary-title-demi {
  font-size: 20px;
  color: var(--text-color-2);

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-family: "URW DIN Arabic Demi";
}

.primary-title-demi a {
  color: var(--background-color-1);

  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: "URW DIN Arabic Demi";
}

.secondare-title {
  font-size: 16px;
  color: #595a5c;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-title {
  font-size: 26px;
  font-weight: 600;
  color: var(--text-color-2);
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-6);
  margin-bottom: 0;
}

.page-title.margin-bottom {
  margin-bottom: 33px;
}

.sub-page-title {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.page-sub-title {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 33px 0px;
}

.main-content-card {
  margin-bottom: 20px;
  height: calc(100% - 20px);
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-2);
  overflow: hidden;
}

.dashboard-welcome-card {
  position: relative;
  background-color: transparent;
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-color: transparent;
}

.dashboard-welcome-card .dashboard-welcome-card-text {
  position: relative;
  color: #fff;
  z-index: 4;
}

.dashboard-welcome-card .dashboard-welcome-card-text span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
  color: var(--text-color-3);
}

.dashboard-welcome-card .dashboard-welcome-card-text h1 {
  font-size: 24px;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 7px;
  font-family: "URW DIN Arabic Demi";
  color: #2c6e59;
}

/* Breadcrumbs */
.dashboard-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  color: #b9b9b9;
  margin-bottom: 15px;
}

.dashboard-breadcrumbs a {
  position: relative;
  font-weight: 400;
}

.dashboard-breadcrumbs span {
  color: var(--background-color-1);

  font-weight: 600;
}

/* Breadcrumbs End */

/*******************Dashboard Starts***********************/

/* Summary Card Start */
.summary-card {
  border: 1px solid var(--border-color-2);
  background: var(--background-color-2);
  padding: 20px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.summary-card .summary-card-heading {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 50px;
}

.summary-card .summary-card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-card .summary-card-info div {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.summary-card-wrapper .summary-card .summary-card-heading {
  margin-bottom: 33px;
  padding-bottom: 0px;
  position: relative;
  padding-left: 20px;
}

.summary-card-wrapper .summary-card .summary-card-heading::after {
  content: "";
  background: #2c6e59;
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  position: absolute;
}

/* Summary Card End */

/* Search Bar Start */
.search-bar-wrapper {
  border-top: 1px solid var(--border-color-6);
  padding-top: 30px;
  margin-bottom: 30px;
}

.search-bar-wrapper .search-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.search-bar-wrapper .search-bar-content div:nth-child(1) {
  width: 100%;
  max-width: 50%;
  background: var(--background-color-2);
}

.search-bar-wrapper.search-bar-wrapper-2 .search-bar-content div:nth-child(1) {
  flex: 1;
  max-width: inherit;
}

.search-bar-wrapper .search-bar-content div:nth-child(1) input {
  color: var(--text-color-6);
}

.search-bar-wrapper .search-bar-content div:nth-child(1) input::placeholder {
  color: var(--text-color-4);
}

.search-bar-wrapper .search-box input {
  background: url(../images/TB/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  border: 1px solid var(--border-color-6);
  padding: 14px;
  padding-left: 40px;
  width: 100%;
  height: 48px;
}

.search-bar-wrapper .search-box input:focus {
  border: 1px solid var(--border-color-6);
  outline: none;
}

.search-bar-wrapper .primary-link-bg {
  display: inline-flex;
  height: 48px;
  padding: 14px 24px 14px 18px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.search-bar-content-2 .search-bar-content-2-content {
  display: flex;
  gap: 14px;
}

.search-bar-content-2 .search-bar-content-2-content .configuration-icon {
  width: 46px !important;
}

/* Search Bar End */

/* Search Icon */
.search-box-tranee {
  position: relative;
  width: 100%;
  height: 35px;
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-1);
  margin-bottom: 20px;
}

.search-box-tranee .search-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-color-1);

  line-height: 0;
}

.search-box-tranee .search-box-icon img {
  width: 18px;
  height: 18px;
}

.search-box-tranee input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding-left: 45px;
  padding-right: 10px;
  font-size: 12px;
  color: var(--text-color-3);
}

.search-box-tranee input::placeholder {
  color: var(--text-color-3);
  opacity: 0.6;
}

.search-box-tranee select {
  width: calc(100% - 35px);
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  margin-left: 35px;
  padding-left: 10px;
  font-size: 12px;
  color: var(--text-color-3);
}

.search-box-tranee select::placeholder {
  color: var(--text-color-3);
  opacity: 0.6;
}

/* Search Icon End */

/* LMS Course List Start */
.responsive-table-wrapper {
  margin-bottom: 50px;
}

.lms-courses-list table {
  width: 100% !important;
  border-collapse: collapse;
  border: 1px solid var(--border-color-7);
  margin-top: 33px;
  margin-bottom: 6px;
}

.lms-courses-list table thead {
  background: var(--background-color-16);
}

.lms-courses-list table tbody tr td {
  vertical-align: middle;
}

.lms-courses-list table thead tr th,
.lms-courses-list table tbody tr td {
  color: var(--text-color-7);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* text-transform: capitalize; */
  padding: 14px;
}

.lms-courses-list table tbody tr td {
  color: var(--text-color-6);
  font-size: 14px;
  font-weight: 500;
  font-family: "URW DIN Arabic";
}

.lms-courses-list table thead tr th {
  white-space: nowrap;
}

.lms-courses-list table tbody tr {
  background-color: var(--background-color-14);
}

/* .lms-courses-list table tbody tr:nth-child(3n) {
  background-color: var(--background-color-14);
}

.lms-courses-list table tbody tr:nth-child(1) {
  background-color: var(--background-color-14);
} */

.lms-courses-list table thead tr th:nth-child(1) {
  padding: 14px 22px 14px 25px;
}

.lms-courses-list table tbody tr td:nth-child(1) {
  padding: 14px 22px 14px 25px;
}

.lms-courses-list table thead tr th:nth-child(9) {
  padding: 14px 25px 14px 0px;
}

.lms-courses-list table tbody tr td:nth-child(9) {
  padding: 14px 25px 14px 0px;
}

.lms-courses-list table tbody tr td span {
  background: var(--background-color-10);
  height: 30px;
  padding: 6px;
  color: var(--text-color-7);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  text-align: center;
  gap: 5px;
  padding: 6px 9px;
  white-space: nowrap;
  min-width: 100px;
}

.lms-courses-list table tbody tr td span.width-auto {
  min-width: auto;
}

.lms-courses-list table tbody tr td span.openRefusal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.lms-courses-list table tbody tr td:nth-child(1),
.lms-courses-list table tbody tr td:nth-child(3) {
  white-space: nowrap;
}

.lms-courses-list table tbody tr:last-child td .course-list-dropdown-wrapper .dropdown-menu {
  margin-top: 0px !important;
}

.lms-courses-list table tbody tr td span.attempt-unattempt {
  min-width: 88px;
  display: inline-block;
  text-align: center;
}

.lms-courses-list table tbody tr td span.active,
.lms-courses-list table tbody tr td span.pass {
  color: #38C14E;
  background: #EFFAF1;
}

.lms-courses-list table tbody tr td span.fail {
  color: #FF7777;
  background: #FFF2F2;
  background: var(--background-color-23);
}

.lms-courses-list-2 table tbody tr {
  background: var(--background-color-14);
}

.lms-courses-list-2 table tbody tr td .course-item-detail div {
  display: flex;
  justify-content: space-between;
  max-width: 120px;
}

.lms-courses-list-2 table tbody tr td .course-item-detail:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.lms-courses-list-2 table tbody tr td:nth-child(1) {
  font-weight: 600;
}

.lms-courses-list-2 table tbody tr td:nth-child(1),
.lms-courses-list table tbody tr td:nth-child(3) {
  white-space: unset;
}

.lms-courses-list-3 table tbody tr td:nth-child(1),
.lms-courses-list-3 table tbody tr td:nth-child(2) {
  width: 35%;
}

.lms-courses-list-3 table tbody tr td:nth-child(2) {
  width: 25%;
}

.lms-courses-list-3 table tbody tr td:nth-child(3),
.lms-courses-list-3 table tbody tr td:nth-child(4),
.lms-courses-list-3 table thead tr th:nth-child(3),
.lms-courses-list-3 table thead tr th:nth-child(4) {
  text-align: center;
}

.lms-courses-list-4 table tbody tr td:nth-child(1),
.lms-courses-list-4 table tbody tr td:nth-child(2),
.lms-courses-list-4 table tbody tr td:nth-child(3) {
  width: 28%;
}

.lms-courses-list-5 table tbody tr td:nth-child(1) {
  width: 24%;
}

.lms-courses-list-6 table tbody tr td:nth-child(3),
.lms-courses-list-6 table tbody tr td:nth-child(4),
.lms-courses-list-6 table thead tr th:nth-child(3),
.lms-courses-list-6 table thead tr th:nth-child(4),
.lms-courses-list-6 table tbody tr td:nth-child(5),
.lms-courses-list-6 table tbody tr td:nth-child(7),
.lms-courses-list-6 table thead tr th:nth-child(5),
.lms-courses-list-6 table thead tr th:nth-child(7) {
  text-align: center;
}

.lms-courses-list-7 table tbody tr td:nth-child(1),
.lms-courses-list-7 table tbody tr td:nth-child(2),
.lms-courses-list-7 table tbody tr td:nth-child(3) {
  width: 24%;
}

.lms-courses-list-8 table tbody tr td:nth-child(3),
.lms-courses-list-8 table tbody tr td:nth-child(4),
.lms-courses-list-8 table thead tr th:nth-child(3),
.lms-courses-list-8 table thead tr th:nth-child(4),
.lms-courses-list-8 table tbody tr td:nth-child(6),
.lms-courses-list-8 table thead tr th:nth-child(6) {
  text-align: center;
}

.lms-courses-list-8 tbody tr td:nth-child(4) a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.lms-courses-list-9 table {
  border: 1px solid var(--border-color-7);
  border: none;
  border-color: var(--border-color-7);
}

.lms-courses-list-9 table tbody tr td:nth-child(1) {
  width: 60%;
  white-space: nowrap;
}

.lms-courses-list-9 table tbody tr td:nth-child(2),
.lms-courses-list-9 table thead tr th:nth-child(2) {
  font-weight: 600;
  width: 25%;
  white-space: nowrap;
}

.lms-courses-list-9 table tbody tr td span {
  min-width: auto;
}

.lms-courses-list-10 table tbody tr td:nth-child(1) {
  width: 50%;
}

.lms-courses-list-11 table,
.no-outer-border table {
  border: 1px solid var(--border-color-7);
  border: none;
  border-color: var(--border-color-7);
}

.lms-courses-list-11 table thead {
  vertical-align: middle;
}

.lms-courses-list-11 table thead .form-check-input {
  border: 1px solid var(--text-color-7);
  background-color: transparent;
}

.lms-courses-list-11 table thead .form-check-input:checked {
  background-color: var(--text-color-7);
}

.lms-courses-list-11 table tbody tr td:nth-child(2),
.lms-courses-list-11 table thead tr th:nth-child(2) {
  white-space: nowrap;
}

.lms-courses-list-11 table tbody tr td:nth-child(3),
.lms-courses-list-11 table tbody tr td:nth-child(4),
.lms-courses-list-11 table tbody tr td:nth-child(5),
.lms-courses-list-11 table tbody tr td:nth-child(6),
.lms-courses-list-11 table tbody tr td:nth-child(7),
.lms-courses-list-11 table thead tr th:nth-child(3),
.lms-courses-list-11 table thead tr th:nth-child(4),
.lms-courses-list-11 table thead tr th:nth-child(5),
.lms-courses-list-11 table thead tr th:nth-child(6),
.lms-courses-list-11 table thead tr th:nth-child(7) {
  text-align: center;
}

.lms-courses-list-12 table tbody tr td:nth-child(1),
.lms-courses-list-12 table thead tr th:nth-child(1) {
  white-space: nowrap;
}

.lms-courses-list-12 table tbody tr td:nth-child(2),
.lms-courses-list-12 table thead tr th:nth-child(2) {
  text-align: center;
}

.lms-courses-list-13 table tbody tr td:nth-child(1),
.lms-courses-list-13 table thead tr th:nth-child(1) {
  white-space: nowrap;
  font-weight: 600;
}

/* .lms-courses-list-13 table tbody tr td:nth-child(3),
.lms-courses-list-13 table thead tr th:nth-child(3) {
  white-space: nowrap;
} */
.lms-courses-list-14 table tbody tr td:nth-child(1),
.lms-courses-list-14 table thead tr th:nth-child(1) {
  width: 25%;
}

.lms-courses-list-14 table tbody tr td:nth-child(2),
.lms-courses-list-14 table thead tr th:nth-child(2) {
  width: 40%;
}

.lms-courses-list-14 table tbody tr td:nth-child(4),
.lms-courses-list-14 table thead tr th:nth-child(4) {
  text-align: center;
}

.lms-courses-list-15 table tbody tr td:nth-child(2),
.lms-courses-list-15 table thead tr th:nth-child(2) {
  font-weight: 600;
}

.lms-courses-list-16 table tbody tr td:nth-child(5),
.lms-courses-list-16 table thead tr th:nth-child(5) {
  text-align: center;
}

.lms-courses-list-17 table tbody tr td:nth-child(7),
.lms-courses-list-17 table thead tr th:nth-child(7) {
  text-align: center;
}

.lms-courses-list-18 table tbody tr td:nth-child(4),
.lms-courses-list-18 table thead tr th:nth-child(4),
.lms-courses-list-18 table tbody tr td:nth-child(5),
.lms-courses-list-18 table thead tr th:nth-child(5) {
  text-align: center;
}

table .dataTables_empty {
  text-align: center !important;
}

/* LMS Course List End */

/* LMS Course Dropdown Start  */
.course-list-dropdown-wrapper .course-item-dropdown {
  margin: auto;
  width: 14px;
}

.course-list-dropdown-wrapper .dropdown-toggle {
  width: 14px;
  margin: auto;
}

.course-list-dropdown-wrapper .dropdown-toggle::after {
  margin-left: 0px;
  border: none;
  display: none !important;
}

.course-list-dropdown-wrapper .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  min-width: 165px !important;
  border: 1px solid var(--border-color-1);
  background-color: var(--background-color-2);
  margin-top: 0px !important;
  z-index: 1;
}

.course-list-dropdown-wrapper .course-item-dropdown-info a {
  display: block;
  padding: 10px 0px 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: var(--text-color-3);
}

.course-list-dropdown-wrapper .course-item-dropdown-info a:hover {
  color: var(--text-color-3);

}

.course-list-dropdown-wrapper .course-item-dropdown-info a:not(:last-child) {
  border-bottom: 1px solid var(--border-color-1);
}

.course-list-dropdown-wrapper .course-item-dropdown-info a span {
  background: transparent;
  color: var(--text-color-6);
  height: auto;
  padding: 0;
  text-align: left;
}

.course-list-dropdown-wrapper .course-item-dropdown-info img {
  filter: var(--invert);
}

.course-list-dropdown-wrapper .dropdown-menu {
  margin-top: 10px !important;
}

/* LMS Course Dropdown End  */

/* LMS Course Pagination Start */
.course-pagination-wrapper {
  position: relative;
  padding-bottom: 33px;
  margin-top: 33px;
}

.course-pagination-wrapper nav {
  position: absolute;
  right: 0px;
  display: flex;
  width: 100%;
  align-items: center;
}

.course-pagination-wrapper nav .divider {
  width: 100%;
  background: var(--border-color-6);
  height: 1px;
}

.course-pagination-wrapper nav .pagination {
  margin-bottom: 0px;
  padding-left: 10px;
  gap: 10px;
}

.course-pagination-wrapper nav .pagination .page-item {
  width: 40px;
  height: 40px;
}

.course-pagination-wrapper nav .pagination .page-item.disable .page-link {
  opacity: 0.3;
}

.course-pagination-wrapper nav .pagination .page-item.active .page-link {
  background: #2c6e59;
  border: 1px solid #2c6e59;
  color: #fff;
}

.course-pagination-wrapper nav .pagination .page-item .page-link {
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color-6);
  padding: 0px;
  color: var(--text-color-6);
  text-align: center;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--background-color-2);
}

.course-pagination-wrapper nav .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.course-pagination-wrapper nav .pagination .page-item .page-link span {
  display: flex;
  align-items: center;
  justify-content: center;
}






/* LMS Course Pagination End  */

/* Result Card  Start */
.result-card-wrapper {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-14);
  padding: 30px;
}

.result-card-wrapper-2 .result-card-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.result-card-wrapper-2 .result-card-header div:nth-child(1),
.result-card-wrapper-2 .result-card-header div:nth-child(2) {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic Demi";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.result-card-wrapper-2 .result-card-header div:nth-child(2) {
  font-size: 16px;
  margin-top: 10px;
}

.result-card-wrapper-2 .question-wrapper {
  margin-bottom: 50px;
}

.result-card-wrapper .custom-form-field-3 label span {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.result-card-wrapper .custom-form-field-3 label span span {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.result-card-wrapper .custom-form-field-3 label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.result-card-wrapper .custom-form-field-3 label span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.result-card-wrapper .assessment-info-wrapper {
  border: 1px solid var(--border-color-6);
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.result-card-wrapper .assessment-info-wrapper div {
  display: flex;
  justify-content: space-between;
}

.result-card-wrapper .assessment-info-wrapper div span {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.result-card-wrapper .assessment-info-wrapper div div {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.result-card-wrapper .assessment-info-container {
  border-bottom: 1px solid var(--border-color-6);
  padding-bottom: 15px;
}

.result-card-wrapper .assessment-info-container div .assessment-info-content {
  padding-bottom: 15px;
  display: flex;
  gap: 5px;
}

.result-card-wrapper .assessment-info-container div div div {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.result-card-wrapper .assessment-info-container div div span {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

/* Result Card  End */

/* Result Detail Start */
.uploaded-video-file-wrapper {
  margin-bottom: 50px !important;
  position: relative;
  display: inline-block;
  max-height: 218px;
  width: 100%;
  max-width: 489px;
}

.uploaded-video-file-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uploaded-video-file-wrapper::after {
  content: "";
  position: absolute;
  width: 40px;
  /* background-image: url(../images/video-icon.svg); */
  height: 40px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.input-group {
  margin-top: 15px;
}

.input-group-text {
  border: 1px solid var(--border-color-6);
  border-radius: 0;
  background: var(--background-color-14);
  color: var(--text-color-6);
  text-align: center;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.input-group-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.input-group-wrapper .input-group-text {
  margin-top: 15px;
  height: 48px;
}

.question-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.question-status span {
  color: #2c6e59;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.question-status div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.question-status div span {
  color: #ff8585;
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.form-question-btn {
  margin-top: 22px !important;
}

/* Result Detail End */

/* Manage Assessment  Start */
.manage-assessment-wrapper .manage-assessment-header {
  border-bottom: 1px solid var(--border-color-6);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.manage-assessment-wrapper .manage-assessment-header .custom-form-field .form-control:disabled {
  color: var(--text-color-6);
}

.form-assessments-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.form-assessments-button div {
  margin-top: 30px;
}

.form-check-image {
  position: relative;
}

.form-check-image span {
  position: absolute;
  right: 0;
}

/* .decrement {
  background: transparent;
  border: 5px solid transparent;
  border-top-color: #595a5c;
  margin-top: 3px;
}

.increment {
  background: transparent;
  border: 5px solid transparent;
  border-bottom-color: #595a5c;
  margin-bottom: 3px;
} */

.input-number-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom-form-field-number {
  position: relative;
}

.custom-form-field-number .input-number-arrows {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.custom-form-field-number input {
  /* padding-right: 29px !important; */
}

.custom-form-field-number {
  max-width: 91px;
}

.assessment-wrapper-choice {
  min-width: 191px;
}

.assessment-wrapper-type {
  display: flex;
  flex: 1;
}

.custom-form-field-wrapper {
  display: flex;
  flex-direction: column;
}

.custom-form-field-wrapper .custom-form-field-number {
  max-width: 100%;
}

/* Manage Assessment  End */

/* Miscellaneous  Start */
.question-wrapper {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-14);
  padding: 30px;
}

.question-wrapper {
  margin-top: 20px;
}

.question-wrapper .assessment-wrapper-header {
  display: flex;
}

.question-wrapper .assessment-wrapper-header .form-label {
  flex: 1;
}

.question-wrapper .assessment-wrapper-header .custom-form-field {
  display: flex;
}

.question-wrapper .assessment-wrapper-header .form-label,
.form-label {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.question-wrapper .assessment-wrapper-header {
  display: flex;
  gap: 10px;
}

.add-question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.add-question-wrapper .add-question-wrapper-button,
.add-question-wrapper .add-question-wrapper-buttons {
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #2c6e59;
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
}

.add-question-wrapper .add-question-wrapper-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.add-question-wrapper .add-question-wrapper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.add-question-wrapper .add-question-wrapper-buttons div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.add-question-wrapper .add-question-wrapper-buttons div:nth-child(1) {
  text-decoration: underline;
}

.add-question-wrapper .add-question-wrapper-buttons div:nth-child(2) {
  border: 1px solid var(--border-color-6);
  padding: 6px 14px 6px 14px;
}

.options .form-check-option {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-2);
  margin-bottom: 8px;
  padding: 12px 14px;
}

.options .form-check label {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.options .form-check-option.success .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%238cbcae'/%3e%3c/svg%3e") !important;
}

.options .form-check-option.success .form-check-input:checked[type="radio"] {
  background-color: #ffffff;
  border-color: #8cbcae;
}

.options .form-check-option.wrong .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FF8585'/%3e%3c/svg%3e") !important;
}

.options .form-check-option.wrong .form-check-input:checked[type="radio"] {
  background-color: #ffffff;
  border-color: #ff8585;
}

.options .form-check-option.success {
  background: #c6ddd6;
}

.options .form-check-option.wrong {
  background: #f0e0e0;
}

.options .form-label {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.options-assessment .form-check .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2315578B'/%3e%3c/svg%3e") !important;
}

.options-assessment .form-check .form-check-input:checked[type="radio"] {
  background-color: #ffffff;
  border-color: #FFB636;
}

.options-assessment .form-check-option.active {
  background: var(--background-color-10);
}

/* Miscellaneous  End */

/* Edit Trainer / Trainee Start*/
.custom-form-field.text-align-end label,
.custom-form-field.text-align-end div input {
  text-align: end;
  display: block;
}

.document-list {
  border-bottom: 1px solid var(--border-color-9);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.document-list .document-list-item {
  display: flex;
  justify-content: space-between;
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0px 10px;
}

.document-list .document-list-item:not(:last-child) {
  margin: 14px 0px;
}

.document-list .document-list-item .document-list-item-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.document-list .document-list-item .document-list-item-links {
  display: flex;
  gap: 10px;
}

.document-list .document-list-item .document-list-item-links div {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #2c6e59;
}

.qualification-detials-container {
  border-bottom: 1px solid var(--border-color-9);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.qualification-detials-container .form-label {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic";
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.qualification-detials-container .qualification-item:not(:last-child) {
  margin-bottom: 20px;
}

.qualification-detials-container .qualification-item .qualification-title {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.qualification-detials-container .qualification-details span {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}

.qualification-detials-container .qualification-details img {
  filter: var(--invert);
}

.qualification-detials-container .qualification-details {
  display: flex;
  justify-content: space-between;
}

.qualification-detials-container .qualification-details .qualification-details-info,
.qualification-detials-container .qualification-details .qualification-details-info div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.qualification-detials-container .qualification-details .qualification-details-info div {
  gap: 3px;
}

.notification-setting-container {
  border-bottom: 1px solid var(--border-color-9);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.notification-setting-container .notification-title {
  margin-top: 16px;
  margin-bottom: 14px;
  color: var(--text-color-2);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.notification-setting-container .form-check-inline label {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.iti.iti--show-flags .iti__flag-container {
  padding: 0;
  z-index: 2;
  /* right: 0 !important; */
}

.iti.iti--show-flags .iti__arrow {
  border: 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #343a4080;
  border-bottom: 1px solid #343a4080;
  transform: rotate(45deg);
}

/* .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: var(--iti-selected-flag-color) !important;
} */

.iti__selected-flag {
  padding: 0 6px 0 14px !important;
  background-color: var(--background-color-12) !important;
}

.input-phone-wrapper .iti__selected-flag {
  background-color: var(--background-color-2) !important;
}

/* .iti.iti--show-flags .iti__flag-container::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 54px;
  width: 1px;
  height: 20px;
  background: #d6d6d6;
  z-index: 1;
} */

.iti--allow-dropdown {
  width: 100%;
  display: flex;
  background-color: var(--background-color-12);
  border: 1px solid var(--border-color-6);
  border-radius: 0;
}

.iti--allow-dropdown input.iti__tel-input {
  /* margin-left: 56px; */
  width: 100%;
  z-index: 1;
  border: none !important;
  outline: none !important;
  padding-block: 12px !important;
  background-color: var(--background-color-2) !important;
}

.iti--allow-dropdown input:disabled {
  background-color: var(--background-color-12) !important;
}

.iti--allow-dropdown input::placeholder {
  color: var(--text-color-3) !important;
}

.iti__country-list {
  /* width: 100%; */
  margin: 0 !important;
}

.iti__country-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iti__country {
  align-items: baseline;
  background-color: var(--background-color-2);
  color: var(--text-color-1);
}

.iti__country.iti__highlight {
  background-color: var(--background-color-25);
}

/* Edit Trainer / Trainee End*/

/* RMS Start*/
.sub-page-title.margin-top-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.tab-wrapper ul li button {
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: var(--text-color-6);
}

.tab-wrapper .nav-tabs .nav-link:focus,
.tab-wrapper .nav-tabs .nav-link:hover {
  color: var(--text-color-6);
}

.tab-wrapper .nav-tabs {
  margin-top: 34px;
  border-bottom: 1px solid var(--border-color-9);
}

.tab-wrapper .nav-tabs .nav-link {
  border: 1px solid var(--border-color-9);
  background: none;
  border-radius: 0;
  height: 46px;
  width: 200px;
}

.tab-wrapper .nav-tabs .nav-item.show .nav-link,
.tab-wrapper .nav-tabs .nav-link.active {
  color: var(--text-color-7);
  border: 1px solid var(--border-color-9);
  background: var(--background-color-10);
}

.tab-wrapper .nav-tabs .nav-item:not(:last-child) .nav-link {
  border-right: none !important;
}

.course-approval-content-wapper {
  margin-top: 33px;
}

.course-approval-content-wapper-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.course-approval-content-wapper-row .course-approval-content {
  flex: 1;
  max-width: 100%;
}

.course-approval-content-wapper-row:not(:last-child) {
  margin-bottom: 30px;
}

.course-approval-content-wapper-row .course-approval-content:nth-child(2) {
  text-align: end;
}

.course-approval-content-wapper .course-approval-content div {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.course-approval-content-wapper .course-approval-content span {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 14px;
}

.course-approval-content-wapper .custom-form-field {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
  border-bottom: 1px solid var(--border-color-6);
  padding: 20px 0px;
}

.course-approval-content-wapper .custom-form-field select {
  max-width: 200px;
  width: 100%;
}

.activity-log-list {
  position: relative;
}

.activity-log-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  background: var(--border-color-6);
  top: 10px;
  left: 8px;
}

.activity-log-list .activtiy-list-item {
  margin-left: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color-6);
}

.activity-log-list .activtiy-list-item .bullet-icon {
  background: var(--background-color-10);
  display: inline-block;
  color: var(--text-color-7);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px;
  position: relative;
}

.activity-log-list .activtiy-list-item .bullet-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--text-color-7);
  left: -27px;
  z-index: 1;
  transform: translateY(-50%);
}

.activity-log-list .activtiy-list-item .activtiy-list-title {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic Demi";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 7px;
  margin-bottom: 14px;
}

.activity-log-list .activtiy-list-item .activtiy-list-date {
  display: flex;
  gap: 10px;
}

.activity-log-list .activtiy-list-item .activtiy-list-date span {
  color: #595a5c;
  font-family: "URW DIN Arabic Demi";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.activity-log-list .activtiy-list-item .activtiy-list-date div {
  color: #595a5c;
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.activity-log-list .activtiy-list-item.payment-fields {
  display: flex;
  gap: 20px;
}

.activity-log-list .activtiy-list-item.payment-fields .activtiy-list-date {
  margin-bottom: 15px;
}

.activity-log-list .activtiy-list-item.payment-fields>div:nth-child(1) {
  width: 40%;
}

.activity-log-list .activtiy-list-item.payment-fields>div:nth-child(2) {
  width: 60%;
}

.activity-log-list .activtiy-list-item.payment-fields .activtiy-field-title {
  font-size: 12px;
  margin-bottom: 2px;
}

.activity-log-list .activtiy-list-item.payment-fields p {
  font-size: 14px;
}

.activity-log-list .activtiy-list-item.payment-fields a {
  font-size: 12px;
  color: var(--background-color-1);
}

@media screen and (max-width: 600px) {
  .activity-log-list .activtiy-list-item.payment-fields {
    flex-wrap: wrap;
    gap: 0;
  }

  .activity-log-list .activtiy-list-item.payment-fields>div:nth-child(1) {
    width: 100%;
  }

  .activity-log-list .activtiy-list-item.payment-fields>div:nth-child(2) {
    width: 100%;
  }
}

.course-module-wrapper {
  border-top: 1px solid var(--border-color-6);
}

.course-module-wrapper .course-module-intro-wrapper {
  padding-top: 33px;
}

.course-module-intro-content .course-module-number {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.course-module-intro-content h1 {
  color: #2c6e59;
  font-family: "URW DIN Arabic";
  font-size: 30px;
  font-weight: 600;
  word-wrap: break-word;
}

.course-module-intro-content p {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 400;
}

.course-module-intro-content .course-module-intro-list {
  margin-top: 30px;
}

.course-module-intro-content .course-module-intro-list div span:nth-child(1) {
  margin-bottom: 8px;
  display: inline-block;
}

.course-module-intro-content .course-module-intro-list span {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
}

.course-module-intro-content .course-module-intro-list .course-module-intro-list-items div {
  display: flex;
  align-items: flex-start;
  gap: 0px 8px;
  margin-bottom: 10px;
}

.course-module-intro-content .course-module-intro-list .course-module-intro-list-items div img {
  margin-top: 2px;
}

.course-module-intro-content .course-module-intro-list .course-module-intro-list-items div img {
  width: 16px;
}

.course-module-intro-content .course-module-intro-list .course-module-intro-list-items div span {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 400;
}

.course-module-intro-content .course-module-intro-list .current-price {
  color: var(--text-color-1);
  font-family: "URW DIN Arabic";
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 10px;
}

.course-module-intro-content .course-module-intro-list .previous-price div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.course-module-intro-content .course-module-intro-list .previous-price del {
  color: var(--text-color-9);
  font-family: "URW DIN Arabic";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.course-module-intro-content .course-module-intro-list .previous-price span {
  border-radius: 5px;
  display: inline-block;
  background: rgba(44, 110, 89, 0.15);
  color: #2c6e59;
  font-family: "URW DIN Arabic";
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
}

.course-module-intro-content>div.row.course-module-intro-list>div:nth-child(1) {
  border-right: 1px solid rgba(89, 90, 92, 0.2);
}

.course-module-intro-content>div.row.course-module-intro-list>div:nth-child(2) {
  padding-left: 50px;
}

.course-module-details-wrapper {
  margin-top: 55px;
}

.course-module-details-wrapper h2 {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.course-module-details-wrapper p {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 400;
}

div.row.course-module-details-wrapper>div:nth-child(1) {
  border-right: 1px solid rgba(89, 90, 92, 0.2);
}

.course-detail-content.margin-top {
  margin-top: 45px;
}

ul.course-detail-list {
  padding-left: 0px;
  list-style-type: none;
}

ul.course-detail-list li {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 400;
  position: relative;
  background: url(../images/TB/check-circled-outline-icon.svg) no-repeat left 2px;
  padding-left: 24px;
}

ul.course-detail-list-1 {
  flex-wrap: wrap;
  display: flex;
  gap: 16px 0px;
}

ul.course-detail-list-1 li {
  width: 50%;
}

ul.course-detail-list-2 {
  flex-wrap: wrap;
  display: flex;
  gap: 10px 0px;
}

ul.course-detail-list-3 {
  flex-wrap: wrap;
  display: flex;
  gap: 10px 20px;
}

ul.course-detail-list-3 li {
  background: url(../images/ellipse-style-icon.svg) no-repeat left center;
  padding-left: 12px;
}

#traineeApprovalTabContent,
#trainerApprovalTabContent,
#organizationApprovalTabContent,
#financialApprovalTabContent {
  margin-top: 33px;
}

.traineeApprovalTabContentDivider {
  border-top: 1px solid var(--border-color-6);
  margin-bottom: 14px;
}

.modal-document-list .document-list-item:last-child {
  padding-bottom: 14px;
}

.modal-document-list {
  border: 1px solid var(--border-color-9);
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.modal-radio-buttons-and-dropdown {
  margin-bottom: 20px;
}

.modal-radio-buttons-and-dropdown .modal-dropdown-link a {
  color: var(--text-color-7);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.modules-modal .modal-dialog.modal-dialog-large {
  max-width: 866px;
}

.trainer-personal-info span:nth-child(1) {
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 14px;
}

.trainer-personal-info span:nth-child(2) {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  margin-bottom: 30px;
}

.qualification-modal-detials-container .qualification-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color-6);
  padding-bottom: 23px;
  margin-bottom: 23px;
}

.rev-field {
  border: 1px solid red !important;
}

/* RMS End*/

/* Configuration Start*/
.configuration-icon {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-2);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-new-button-wrapper {
  text-align: right;
  margin-top: 33px;
}

.add-new-button-wrapper img {
  max-width: 11px !important;
}

.dashboard-tabs-wrapper {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.dashboard-tabs-vertical div .nav-pills {
  padding-right: 22px;
  padding-top: 25px;
  gap: 10px;
}

.dashboard-tabs-vertical div .tab-content {
  padding: 25px 0 25px 40px;
  border-left: 1px solid var(--border-color-1);
  overflow: hidden;
  width: 100%;
}

.dashboard-tabs-vertical .nav-pills .nav-link {
  width: 183px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 8px 10px;
  text-align: left;
  border-radius: 0;
}

.dashboard-tabs-vertical .nav-pills .nav-link span {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 14px;
  line-height: normal;
}

.dashboard-tabs-vertical .nav-pills .nav-link img {
  filter: unset;
}

.dashboard-tabs-vertical .nav-pills .nav-link {
  border: 1px solid transparent;
}

.dashboard-tabs-vertical .nav-pills .nav-link.active {
  border: 1px solid var(--border-color-1);
  background: var(--background-color-10);
}

.dashboard-tabs-vertical .nav-pills .nav-link.active span {
  color: var(--background-color-1);
}

.dashboard-tabs-vertical .nav-pills .nav-link.active img {
  filter: invert(38%) sepia(15%) saturate(1236%) hue-rotate(110deg) brightness(94%) contrast(96%);
}

.dashboard-tabs .nav-pills {
  border-bottom: 1px solid var(--border-color-6);
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-between;
  gap: 0px 10px;
}

.dashboard-tabs .nav-pills .nav-link {
  color: #c1c1c3;
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  width: auto;
  border-color: transparent;
  background: none;
  padding: 8px 0px;
  white-space: nowrap;
}

.dashboard-tabs .nav-pills .nav-link.active {
  border-color: transparent;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #297d59;
  color: #297d59;
}

.dashboard-tabs .nav-pills::-webkit-scrollbar {
  height: 3px !important;
  width: 5px !important;
  background-color: var(--scroll-thumb-bg);
}

.dashboard-tabs .nav-pills::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--scroll-thumb);
}

.dashboard-tabs .tab-content {
  border-left: none !important;
  padding-left: 0px !important;
}

/* Configuration End*/

/* Dashboard Tabs */
.dashboard-tabs-tranee ul {
  border-bottom: 1px solid var(--border-color-1);
}

.dashboard-tabs-tranee ul li a,
.dashboard-tabs-tranee ul li a:hover {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #C1C1C3;
  font-family: "URW DIN Arabic Demi";
}

.dashboard-tabs-tranee ul li:not(:last-child) a {
  margin-right: 20px;
}

.dashboard-tabs-tranee .nav-pills .nav-link.active,
.dashboard-tabs-tranee .nav-pills .show>.nav-link {
  background: transparent;
  color: var(--background-color-1);
}

.dashboard-tabs-tranee .tab-content .tab-pane {
  padding: 15px 0;
}

/* Dashboard Tabs End */

/* Notification Page */
.notifications-list .notifications-item {
  padding: 15px;
  border: 1px solid var(--border-color-1);
  background-color: var(--background-color-2);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notifications-list .notifications-item:not(:last-child) {
  margin-bottom: 10px;
}

.notifications-list .notifications-item.new {
  background-color: var(--background-color-13);

}

.notifications-list .notifications-item.new .notifications-item-action span {
  background-color: var(--background-color-7);

}

.notifications-list .notifications-item .notifications-item-text {
  display: flex;
  max-width: calc(100% - 100px);
}

.notifications-list .notifications-item .notifications-item-text .notifications-item-icon {
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}

.notifications-list .notifications-item .notifications-item-text .notifications-item-icon img {
  width: 100%;
}

.notifications-list .notifications-item .notifications-item-text h3 {
  margin: 0;
  color: var(--text-color-2);

  font-size: 16px;
  font-family: "URW DIN Arabic Demi";
  margin-bottom: 5px;
}

.notifications-list .notifications-item .notifications-item-text p {
  margin: 0;
  color: var(--text-color-3);

  font-size: 14px;
  font-weight: 400;
}

.notifications-list .notifications-item .notifications-item-action {
  display: flex;
  align-items: center;
  width: 90px;
}

.notifications-list .notifications-item .notifications-item-action a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid var(--background-color-1);
  color: var(--background-color-1);

}

.notifications-list .notifications-item .notifications-item-action a img {
  width: 14px;
}

.notifications-list .notifications-item .notifications-item-action span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 10px;
}

/* Notification Page End */

/* Reports Start*/
.reports-filter-wrapper {
  display: flex;
  gap: 15px;
}

.reports-filter-wrapper .form-input-container {
  width: 100%;
}

.reports-filter-wrapper .custom-form-field {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.reports-filter-wrapper .custom-form-field label {
  margin: 0;
}

.reports-filter-wrapper .form-select {
  min-width: 140px;
}

.reports-filter-wrapper .report-icon {
  height: 48px;
  min-width: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reports-filter-wrapper .report-icon-light {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-2);
}

.reports-filter-wrapper .report-icon-dark {
  border: 1px solid var(--border-color-5);
  background: var(--background-color-1);
}

.reports-filter-wrapper .reports-filter-button {
  display: flex;
  gap: 10px;
}

.reports-filter-button select+.select2-container--bootstrap-5 {
  width: 100% !important;
}

.reports-search-wrapper .search-bar-wrapper .search-bar-content {
  gap: 0px;
}

.reports-filter-wrapper-2 {
  display: flex;
  gap: 10px;
}

.reports-filter-wrapper-2 .reports-filter-wrapper-2-item {
  width: 30%;
  display: flex;
  gap: 10px;
}

.reports-filter-wrapper-2 .reports-filter-wrapper-2-item:nth-child(2) {
  width: 45%;
}

.reports-filter-wrapper-2 .reports-filter-wrapper-2-item:nth-child(3) {
  width: 25%;
}

.reports-filter-wrapper-2 .search-bar-wrapper {
  width: 100%;
}

.reports-filter-wrapper-2 .search-bar-wrapper .search-bar-content {
  gap: 0;
}

.reports-filter-wrapper-2 .custom-form-field {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1;
}

.reports-filter-wrapper-2 .custom-form-field .form-input-container {
  width: 100%;
}

.reports-filter-wrapper-2 .custom-form-field label {
  margin: 0;
}

.reports-filter-wrapper-2 .report-icon {
  height: 48px;
  min-width: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reports-filter-wrapper-2 .report-icon-light {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-2);
}

/* Reports End*/

/*******************Dashboard Ends***********************/

/*******************Dashboard Step-Form Start***********************/
.step-form-wrapper {
  display: flex;
}

.step-form-sidebar {
  padding-top: 33px;
  padding-right: 27px;
}

.progress-bar-wrapper {
  border-bottom: 1px solid var(--border-color-6);
}

.progress-bar-wrapper .progress {
  margin-left: 207px;
}

.step-form-content {
  border-left: 1px solid var(--border-color-6);
  padding-top: 33px;
  padding-left: 33px;
  width: 100%;
}

.form-step-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 29px;
}

.form-step-group .form-step-group-item {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  width: 180px;
  box-sizing: border-box;
}

.form-step-number,
.form-step-content {
  color: #b4b5b6;
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-step-number {
  border: 2px solid #b4b5b6;
  font-size: 19px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-step-group .form-step-group-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 38px;
  left: 18px;
  width: 1.4px;
  height: 29px;
  background: #b4b5b6;
  z-index: 1;
}

.form-step-group .form-step-group-item.previousItem:not(:last-child):before {
  background: #2c6e59;
}

.form-step-group .form-step-group-item.activeItem:not(:last-child):before {
  background: #2c6e59;
}

.form-step-group .form-step-group-item.activeItem .form-step-number {
  border: 2px solid #2c6e59;
  color: #2c6e59;
  background: transparent;
}

.form-step-group .form-step-group-item.activeItem .form-step-content {
  color: #2c6e59;
}

.form-step-group .form-step-group-item.previousItem .form-step-number {
  border: 2px solid #2c6e59;
  color: #fff;
  background: #2c6e59;
}

.form-step-group .form-step-group-item.previousItem .form-step-content {
  color: #2c6e59;
}

.step-form-title {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

#registration-form-1 .custom-buttons-wrapper-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color-2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#registration-form-1 .custom-buttons-wrapper-1 .custom-buttons-content {
  display: flex;
  gap: 13px;
  border-bottom: none;
  margin-bottom: 0;
}

.custom-buttons-content.custom-buttons-content-d-flex {
  display: flex;
  gap: 20px;
}

#registration-form-1 .custom-buttons-wrapper-1 .form-switch {
  display: flex;
  align-items: end;
}

#registration-form-1 .custom-buttons-wrapper-1 .form-switch label {
  margin-right: 50px;
  color: var(--text-color-1);
  margin-left: 3px;
}

#registration-form-1 .custom-buttons-wrapper-1 .form-switch input {
  float: right;
  border-radius: 25px !important;
}

.custom-buttons-wrapper .custom-buttons-content {
  display: flex;
  border-bottom: 1px solid var(--border-color-9);
  margin-bottom: 33px;
}

.custom-buttons-wrapper .custom-buttons-content .custom-button {
  border: 1px solid var(--border-color-9);
  height: 48px;
  border-radius: 0;
  border-bottom: 0 !important;
  justify-content: center;
  display: flex;
  min-width: 140px;
  max-width: 200px;
  width: 100%;
}

.custom-buttons-wrapper .custom-buttons-content .custom-button:nth-child(2),
.custom-buttons-wrapper .custom-buttons-content .custom-button:nth-child(3) {
  border-left: 0;
}

.custom-buttons-wrapper .custom-buttons-content .form-check {
  display: flex;
  gap: 9px;
  padding: 10px;
  width: 100%;
  height: 100%;
  align-items: revert;
  justify-content: center;
  background: var(--background-color-18);
}

.custom-buttons-wrapper .custom-buttons-content .form-check.active {
  background: var(--background-color-17) !important;
}

.custom-buttons-wrapper-3 .custom-buttons-content .custom-button {
  min-width: unset;
  max-width: 33.33%;
}

.add-module-button,
.add-file-module-button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.add-module-button .step-form-title,
.add-file-module-button .step-form-title {
  margin-bottom: 0px;
}

.add-module-button a,
.add-file-module-button a {
  color: #2c6e59 !important;
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  text-decoration: underline !important;
}

.module-wrapper {
  background: var(--background-color-20);
  padding: 20px;
}

.module-content {
  border: 1px solid #b4b5b6;
  background: var(--background-color-21);
  padding: 20px;
}

.module-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 14px;
}

.module-icons img {
  cursor: pointer;
}


.module-circulum-item {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-2);
}

.module-circulum-item.hidden {
  display: none;
}

.noneditable-fields.hidden {
  display: none;
}

.module-circulum-item p {
  margin: 0;
  padding: 14px;
}

.module-circulum-item a {
  display: flex;
  justify-content: space-between;
  color: var(--text-color-2);
}

.module-circulum-item .card {
  border: none;
  padding: 10px;
  margin: 14px;
  margin-top: 4px;
  background: var(--background-color-22);
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: var(--text-color-7);
  text-decoration: underline;
}

.module-circulum-item .card div {
  display: flex;
  gap: 5px;
}

.module-circulum-item .card a span {
  color: var(--text-color-7);
}

.module-button {
  margin-top: 0px !important;
  justify-content: flex-end !important;
}

.module-description-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.module-description-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

#registration-form-5 .form-buttons {
  justify-content: space-between;
  margin-top: 0;
}

#registration-form-5 .form-buttons div {
  display: flex;
  gap: 13px;
}

.form-buttons a {
  cursor: pointer;
}

.arabic input,
.arabic,
.arabic textarea {
  text-align: right;
}

.module-icon-headings {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.module-icon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lecture-heading {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 0px 20px;
  border-bottom: 1px solid #b4b5b6;
}

.resource-list {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}

.resource-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.resource-list-info {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  align-items: center;
}

.module-icon-list {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.module-link span {
  text-decoration: underline;
  color: #2c6e59;
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.add-new-resource-button {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-14);
  padding: 10px;
  margin-top: 20px;
}

.add-new-resource-button a {
  display: block;
  background: var(--background-color-22);
  padding: 10px;
  text-align: right;
}

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

.active-checkbox .form-check-inline {
  margin-right: unset;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-9);
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.form-buttons-2 {
  justify-content: flex-end;
}

/***************/
.form-switch .form-check-input {
  background-color: #e0e0e1;
  border-color: #e0e0e1;
  padding: 10px;
  width: 39px !important;
}

.form-check {
  color: var(--text-color-1);
}

.form-check-input:checked {
  background-color: var(--background-color-1);
  border-color: var(--background-color-1);
}

.form-check-input[type="checkbox"] {
  border-radius: 0px !important;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: var(--background-color-1);
}

.form-switch .form-check-input:focus {
  border-color: transparent;
}

.form-switch .form-check-input,
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  background-size: 17px;
  box-shadow: none;
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFB636'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked[type="radio"] {
  background-color: #ffffff;
  border-color: var(--background-color-1);
}

.custom-form-field {
  margin-bottom: 20px;
}

.custom-form-field label {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  line-height: 24px;
}

.custom-form-field label .custom-form-field-images {
  min-width: 50px;
}

.custom-form-field input {
  height: 48px;
}

.custom-form-field input,
.custom-form-field textarea {
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-6);
  border-radius: 0;
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  line-height: normal;
  padding: 12px 14px;
}

.custom-form-field input::placeholder,
.custom-form-field textarea::placeholder {
  color: #b4b5b6;
}

.custom-form-field textarea {
  resize: none;
}

.form-control:focus {
  background-color: var(--background-color-2);
}

.custom-form-field .form-control:focus {
  box-shadow: none;
  border-color: var(--border-color-6);
  color: var(--text-color-1);
}

.custom-form-field .form-control:disabled {
  background-color: var(--background-color-12);
  opacity: 1;
  color: var(--text-color-3);
}

.custom-form-field .form-control:disabled::placeholder {
  color: var(--text-color-3);
}

.custom-form-field .form-input-container {
  position: relative;
}

.custom-form-field .form-input-container input[type="date"]::-webkit-inner-spin-button,
.custom-form-field .form-input-container input[type="date"]::-webkit-calendar-picker-indicator {
  /* / display: none; / */
  opacity: 0;
  -webkit-appearance: none;
}

.custom-form-field .form-input-container img,
.custom-form-field .form-input-container .custom-form-field-images img:nth-child(1) {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: var(--background-color-2);
}



.custom-form-field .form-input-container .custom-form-field-images {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 72px;
  height: 46px;
  background: var(--background-color-2);
  transform: translateY(-50%);
}

.custom-form-field .form-input-container .custom-form-field-images img {
  cursor: pointer;
  position: unset;
  display: inline-block;
}

.custom-form-field .form-input-container .custom-form-field-images img:nth-child(1) {
  pointer-events: all;

}

.custom-form-field .form-input-container .custom-form-field-images img:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  transform: translateY(-50%);
  pointer-events: all;

}




.form-label {
  color: var(--text-color-2);
}

.form-buttons {
  display: flex;
  gap: 13px;
  margin-top: 30px;
}

.form-buttons .primary-link-border {
  background: transparent;
}

.form-label span {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#documentUpload,
#documentUpload2 {
  position: relative;
}

.file-up,
.file-up-dom,
.file-up-dom-banner,
.file-up-dom-resources {
  display: none;
}

.file-up-btn,
.file-up-btn-dom,
.file-up-btn-dom-banner,
.file-up-btn-dom-resources {
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-6);
  max-height: 48px;
  border-radius: 0;
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
  text-align: center;
  cursor: pointer;
}

.file-up-btn.style,
.file-up-btn-dom.style,
.file-up-btn-dom-resources.style {
  padding: 7px 14px;
  display: flex;
  flex-direction: column;
  min-height: 48px;
  justify-content: center;
}

.file-up-btn.style img,
.file-up-btn-dom.style img,
.file-up-btn-dom-resources.style img {
  display: block;
  margin: auto;
}

#videoUpload {
  position: relative;
}

.video-file-up {
  display: none;
}

.video-file-up-btn {
  border: 1px solid var(--border-color-6);
  background: var(--background-color-19);
  height: 181px;
  padding: 12px;
  cursor: pointer;
}

.video-file-up-btn div {
  border: 10px solid transparent;
  padding: 12px;
  border: 1px dashed rgb(44, 110, 89, 0.5);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

.video-file-up-btn div p {
  font-size: 12px;
  margin-top: 10px;
  color: var(--text-color-3);
}

.video-file-up-btn span a {
  color: var(--background-color-1) !important;
}

.video-file-up-btn span {
  color: #595a5c;
  color: var(--text-color-6);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  display: block;
  margin-top: 12px;
}

.video-uploaded .thumbnail {
  width: 100%;
  height: 181px;
  max-height: 181px;
  object-fit: cover;
}

.video-uploaded .videothumbnail {

  width: 100%;
  height: 181px;
  object-fit: cover;
  max-height: 181px;
}

.video-uploaded {
  position: relative;
  display: none;
}

.video-icon {
  position: relative;
  display: none;
}

.video-icon::after {
  content: "";
  position: absolute;
  width: 40px;
  background-image: url(../images/TB/video-icon.svg);
  height: 40px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.join-as-trainer .form-buttons {
  display: flex;
  gap: 10px;
}

.custom-form-field .form-select {
  border: 1px solid var(--border-color-1);
  border-radius: 0;
  color: #b4b5b6;
  background-color: var(--background-color-2);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 48px;
  line-height: normal;
  padding: 14px 14px 14px 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.custom-form-field .form-select.dark-color {
  color: var(--text-color-1);
}

.custom-form-field .form-select option {
  color: #595a5c;
}

.custom-form-field .form-select:focus {
  box-shadow: none;
  border-color: var(--border-color-6);
  outline: none;
}

.mult-select-tag {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-color: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  --border-color: rgb(218, 221, 224);
  font-family: Verdana, sans-serif;
}

.mult-select-tag .wrapper {
  width: 100%;
}

.mult-select-tag .body {
  display: flex;

  min-height: 48px;
  width: 100%;

  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-1);
  border-radius: 0 !important;
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 14px;
}

.mult-select-tag .input-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  padding: 0.1rem;
  gap: 5px;
}

.mult-select-tag .input-body {
  display: flex;
  width: 100%;
}

.mult-select-tag .input {
  flex: 1;
  background: transparent;
  border-radius: 0.25rem;
  padding: 0.45rem;
  margin: 10px;
  color: #b4b5b6;
  outline: 0;
  border: 1px solid var(--border-color-1);
}

.mult-select-tag .btn-container {
  color: #e2ebf0;
  padding: 0.5rem;
  display: none !important;
  border-left: 1px solid var(--border-color);
}

.mult-select-tag button {
  cursor: pointer;
  width: 100%;
  color: #718096;
  outline: 0;
  height: 100%;
  border: none;
  padding: 0;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  margin: 0;
}

.mult-select-tag button:first-child {
  width: 1rem;
  height: 90%;
}

.mult-select-tag .drawer {
  position: absolute;
  background: var(--background-color-18);
  max-height: 15rem;
  z-index: 40;
  top: 98%;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid var(--border-color-1);
  border-radius: 0.25rem;
}

.mult-select-tag ul {
  list-style-type: none;
  padding: 0 0.5rem;
  margin: 0;
}

.mult-select-tag ul li {
  padding: 0.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 13px;
  color: var(--text-color-2);
}

.mult-select-tag ul li:last-child {
  margin-bottom: 8px;
}

.mult-select-tag ul li:hover {
  background: var(--background-color-13);
}

.mult-select-tag .item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2c7a7b;
  padding: 5px 10px;
  font-weight: 500;
  background: #595a5c;
}

.mult-select-tag .item-label {
  max-width: 100%;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 400;
  flex: 0 1 auto;
  color: #fff;
  color: #f8faf8;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.mult-select-tag .item-close-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row-reverse;
}

.mult-select-tag .item-close-svg {
  width: 1rem;
  margin-left: 0.2rem;
  height: 1rem;
  color: #fff;
  cursor: pointer;
  border-radius: 9999px;
  display: block;
  opacity: 0.4;
}

.hidden {
  display: none;
}

.mult-select-tag .shadow {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mult-select-tag .rounded {
  border-radius: 0 !important;
}

.modules-modal .modal-content {
  background: none;
  border: none;
}

.modules-modal .modal-dialog {
  max-width: 710px;
}

.modules-modal .modal-content-form {
  background: var(--background-color-2);
  padding: 33px;
}

.modules-modal .modal-content .close-modal {
  background: none;
  border: none;
  text-align: end;
  margin-bottom: 30px;
  width: 36px;
  height: 36px;
  margin-left: auto;
}

.modules-modal .modal-content h5 {
  color: var(--text-color-2);
  border-bottom: 1px solid var(--border-color-1);
  font-family: "URW DIN Arabic Demi";
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 33px;
}

.modules-modal .modal-content .form-buttons {
  margin-top: 21px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.modules-modal .modal-content .form-buttons button {
  margin-bottom: 0px;
  width: auto;
  height: auto;
}

.modules-modal .modal-content .custom-form-field input::placeholder,
.modules-modal .modal-content .custom-form-field textarea::placeholder {
  color: #b4b5b6;
}

.module-modal-wrapper {
  display: flex;
  gap: 23px;
}

.module-modal-content {
  display: flex;
  gap: 5px;
  align-items: center;
}

.module-modal-content div {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.module-modal-content span {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.modal-dialog-wrapper {
  max-width: 900px !important;
}

.modules-modal .modal-dialog-wrapper .modal-content h5 {
  display: inline-block !important;
  min-width: 708px;
}

.modules-modal .modal-content h6 {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-top: 33px;
  margin-bottom: 28px;
}

.modules-modal .modal-content-form .primary-link-border {
  margin-top: 50px;
}

.modules-modal .modal-content-form div .module-wrapper:not(:last-child) {
  margin-bottom: 50px;
}

/*******************Dashboard Step-Form Ends***********************/

/*******************Dashboard Step-Form Start**********************/

.step-form-header-wrapper .step-form-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.step-form-header-wrapper .step-form-title span {
  color: #2c6e59;
  font-family: "URW DIN Arabic Demi";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.step-form-header-wrapper .progress-bar-value {
  position: absolute;
  top: -20px;
  right: -10px;
  /* margin-left: 207px; */
  color: #2c6e59;
  font-family: "URW DIN Arabic Demi";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
  overflow: visible;
}

.step-form-header-wrapper .progress {
  --bs-progress-border-radius: 2.5px;
  --bs-progress-height: 5px;
  overflow: visible;
  margin-top: 25px;
}

.step-form-header-wrapper .progress-bar {
  position: relative;
  background-color: #2c6e59;
  border-radius: 2.5px;
  overflow: visible;
}

#other-fields {
  overflow: hidden;
  height: auto;
  opacity: 1;
  transition: height 1s ease-in-out, opacity 1s ease-in-out;
}

.custom-form-field-label-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.custom-form-field-label-checkbox label {
  margin: 0;
}

.custom-form-field-label-checkbox .custom-switch span {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.custom-form-field-label-checkbox .custom-switch {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.custom-form-field-label-checkbox .custom-switch input {
  height: 22px;
  border-radius: 25px !important;
  margin-top: 0;
}

.custom-form-field-duration-wrapper {
  display: flex;
  justify-content: space-between;
}

.custom-form-field-duration-wrapper .custom-form-field {
  min-width: 49%;
}

.custom-form-field-number .input-number-title {
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  color: rgba(89, 90, 92, 0.5);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  background-color: var(--background-color-2);
}

.padding-top-border {
  padding-top: 22px;
  margin-top: 10px;
  border-top: 1px solid rgba(89, 90, 92, 0.16);
}

.curriculum-item-wrapper {
  padding: 0px 14px 14px;
}

.curriculum-item-wrapper a div span {
  color: #6e6f72;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/*******************Dashboard Step-Form Ends***********************/
.image-option input {
  display: none;
}

.image-option .image-option-box {
  padding: 40px 20px;
  text-align: center;
  border: 1px dashed #2C6E59;
  background: #2D6D5A0D;
  border-radius: 5px;
}

.image-option .image-option-box.dragover {
  border-style: solid;
}

.image-option .image-option-box img {
  width: 24px;
  margin-bottom: 10px;
}

.image-option .image-option-box p {
  font-size: 16px;
  color: var(--text-color-1);
  font-weight: 400;
  margin: 0;
}

.image-option .image-option-box p label {
  color: #2C6E59;
  font-weight: 500;
  cursor: pointer;
}

.image-option .image-option-preview {
  margin-top: 15px;
}

.image-option .image-option-preview .image-option-preview-item:not(:last-child) {
  margin-top: 15px;
}

.image-option .image-option-preview .image-option-preview-item {
  border: 1px solid var(--border-color-opt1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.image-option .image-option-preview .image-option-preview-item .name {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 50%;
}

.image-option .image-option-preview .image-option-preview-item .name img {
  min-width: 16px;
  width: 16px;
}

.image-option .image-option-preview .image-option-preview-item .name h5 {
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  border: 0;
  margin: 0;
}

.image-option .image-option-preview .image-option-preview-item .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.image-option .image-option-preview .image-option-preview-item span {
  font-size: 14px;
  color: var(--text-color-3);
}

.image-option .image-option-preview .image-option-preview-item a {
  color: var(--text-color-5);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.image-option .image-option-preview .image-option-preview-item a img {
  width: 16px;
  height: 16px;
}

.document-item-certificate {
  justify-content: flex-start !important;
}

.document-item-certificate .actions,
.document-item-certificate .name {
  width: 50%;
}

.document-item-certificate .actions div {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 1300px) {
  .reports-filter-wrapper {
    flex-direction: column;
  }

  .reports-filter-wrapper .form-input-container .form-control {
    width: 92%;
    margin-left: auto;
  }

  .reports-filter-wrapper .custom-form-field label {
    width: 8%;
    margin-left: auto;
  }
}

@media screen and (max-width: 1200px) {
  .reports-filter-wrapper-2 {
    flex-direction: column;
  }

  .reports-filter-wrapper-2-item {
    width: 100% !important;
  }
}

@media screen and (max-width: 998px) {
  .search-bar-wrapper .search-bar-content div:nth-child(1) {
    max-width: 60%;
  }

  .custom-buttons-content.custom-buttons-content-d-flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .question-wrapper .assessment-wrapper-header {
    flex-direction: column;
  }

  .course-approval-content-wapper-row .course-approval-content {
    flex: none;
    width: 100%;
  }

  .course-approval-content-wapper-row .course-approval-content:nth-child(2) {
    width: 100%;
  }

  .modules-modal .modal-dialog-wrapper .modal-content h5 {
    min-width: auto;
  }

  .tab-wrapper .nav-tabs .nav-link {
    width: auto;
    margin-bottom: 0px;
  }

  .modal-radio-buttons-and-dropdown {
    flex-direction: column;
    gap: 3px;
  }

  .search-bar-wrapper.search-bar-wrapper-2>div>div {
    margin-top: 5px;
  }

  .dashboard-tabs-vertical .nav-pills .nav-link {
    width: 58px;
    justify-content: center;
  }

  .dashboard-tabs .nav-pills .nav-link {
    width: auto;
  }

  .dashboard-tabs-vertical .nav-pills .nav-link span {
    display: none;
  }

  .dashboard-tabs-vertical div .nav-pills {
    padding-right: 12px;
    padding-top: 26px;
  }

  .dashboard-tabs-vertical div .tab-content {
    padding-top: 26px;
    padding-left: 12px;
  }

  .custom-buttons-wrapper-3 .custom-buttons-content {
    flex-direction: column;
  }

  .custom-buttons-wrapper-3 .custom-buttons-content .custom-button {
    min-width: 100%;
    max-width: 100%;
  }

  .custom-buttons-wrapper-3 .custom-buttons-content .custom-button .form-check {
    justify-content: start;
    background: var(--background-color-18);
    padding-left: 40px;
  }

  .custom-buttons-wrapper-3 .custom-buttons-content .custom-button:nth-child(2),
  .custom-buttons-wrapper-3 .custom-buttons-content .custom-button:nth-child(3) {
    border-left: 1px solid var(--border-color-9);
  }
}

@media screen and (max-width: 500px) {
  .course-pagination-wrapper nav .pagination .page-item {
    width: 35px;
    height: 35px;
  }

  .course-pagination-wrapper nav .divider {
    display: none;
  }

  .course-pagination-wrapper nav {
    justify-content: center;
  }

  .course-pagination-wrapper nav .pagination {
    gap: 5px;
    padding-left: 0px;
  }

  .search-bar-wrapper .search-bar-content {
    flex-direction: column;
  }

  .search-bar-content-2 {
    gap: 10px !important;
  }

  .search-bar-content-2 .search-bar-content-2-content {
    width: 100%;
    gap: 10px;
  }

  .search-bar-content-2 .search-bar-content-2-content .add-new-button-wrapper {
    flex: 1;
  }

  .search-bar-content-2 .search-bar-content-2-content .configuration-icon {
    max-width: 46px !important;
  }

  .search-bar-wrapper .search-bar-content-2 {
    flex-direction: column;
  }

  .search-bar-wrapper .search-bar-content div:nth-child(1) {
    max-width: 100%;
  }

  .search-bar-wrapper .primary-link-bg {
    width: 100%;
    justify-content: center;
  }

  .result-card-wrapper {
    padding: 30px 12px;
  }

  .question-wrapper {
    padding: 30px 12px;
  }

  .dashboard-tabs-vertical div .tab-content {
    border: none;
    padding: 25px 0;
  }

  .dashboard-tabs-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-tabs-vertical div .nav-pills {
    height: auto;
  }

  .dashboard-tabs-vertical .dashboard-tabs-wrapper .flex-column {
    flex-direction: row !important;
    width: 100%;
  }

  .dashboard-tabs-vertical div .nav-pills {
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dashboard-tabs-vertical div .nav-pills {
    gap: unset;
    border-bottom: 1px solid #d6d6d6;
  }

  .dashboard-tabs-vertical div .tab-content {
    padding-left: 0px;
  }

  .reports-filter-wrapper-2 .reports-filter-wrapper-2-item:nth-child(2) {
    flex-direction: column;
  }

  .reports-filter-wrapper-2 .form-input-container .form-control {
    width: 92%;
    margin-left: auto;
  }

  .reports-filter-wrapper-2 .custom-form-field label {
    width: 8%;
    margin-left: auto;
  }
}

@media screen and (max-width: 400px) {
  .result-card-wrapper .assessment-info-wrapper div {
    flex-direction: column;
  }
}

@media screen and (max-width: 1170px) {
  .dashboard-main-container .dashboard-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 280px;
    height: 100%;
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10;
  }

  .dashboard-main-container .dashboard-sidebar.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .dashboard-main-container .dashboard-main-content {
    width: 100%;
  }

  .dashboard-main-container .dashboard-sidebar .sidebar-logo #closeSidebar {
    display: block;
  }

  .dashboard-assessment-card {
    flex-wrap: wrap;
  }

  .dashboard-assessment-card .dashboard-assessment-list {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .dashboard-assessment-card .dashboard-assessment-statistics {
    width: 100%;
    padding: 0;
  }

  .dashboard-assessment-statistics .assessment-statistic::after {
    display: none;
  }
}

@media screen and (max-width: 990px) {

  .dashboard-tabs ul li a,
  .dashboard-tabs ul li a:hover {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .badges-cards .badges-card-wrapper {
    width: 33.33%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  div.row.course-module-details-wrapper>div:nth-child(1) {
    border: none;
  }

  .uploaded-video-file-wrapper {
    margin-top: 55px;
  }

  .course-detail-content.margin-top {
    margin-top: 0;
  }

  .course-detail-content {
    margin-bottom: 30px;
  }

  .course-module-details-wrapper h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 878px) {
  .tab-wrapper #trainerApprovalTab .nav-link {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .main-content-header {
    padding: 12px 15px;
  }

  .main-content-body {
    padding: 20px 15px;
  }

  .learning-path-module-body ul li .action a {
    width: unset;
    height: unset;
    line-height: unset;
    font-size: 14px;
    padding: 5px 15px;
  }

  .form-step-group .form-step-group-item .form-step-content {
    display: none;
  }

  .form-step-group .form-step-group-item {
    width: auto;
  }

  .step-form-sidebar {
    padding-top: 26px;
    padding-right: 12px;
  }

  .step-form-content {
    padding-top: 26px;
    padding-left: 12px;
  }

  #registration-form-1 .custom-buttons-wrapper-1 .custom-buttons-content {
    flex-direction: column;
    display: flex;
    gap: 2px;
  }

  .add-module-button,
  .add-file-module-button {
    flex-direction: column;
    gap: 10px;
  }

  #registration-form-6>div.add-module-button>a {
    align-self: flex-end;
  }

  .progress-bar-wrapper .progress,
  .step-form-header-wrapper .progress-bar-value {
    margin-left: 0px;
  }

}

@media screen and (max-width: 700px) {
  .assessment-card {
    flex-direction: column;
  }

  .assessment-card .assessment-card-left {
    width: 100%;
    padding-bottom: 20px;
  }

  .assessment-card .assessment-card-right {
    width: 100%;
    padding: 5px;
    padding-top: 20px;
    border: 0;
    border-top: 1px solid #d6d6d6;
  }

  .badges-cards .badges-card-wrapper {
    width: 50%;
  }

  .survey-page .survey-container .survey-question .survey-question-head {
    font-size: 20px;
  }

  .qualification-detials-container .qualification-details {
    flex-direction: column;
    gap: 4px;
  }
}

#trainerApprovalTab {
  overflow: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 1px 0;
}

@media screen and (max-width: 657px) {

  #trainerApprovalTab::-webkit-scrollbar {
    height: 2px !important;
    width: 5px !important;
  }

  #trainerApprovalTab::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--scroll-thumb);
  }
}

@media screen and (max-width: 576px) {
  .theme-switch::after {
    display: none;
  }

  .document-list .document-list-item {
    align-items: flex-start;
  }

  .document-list .document-list-item .document-list-item-links {
    gap: 0px;
    align-items: end;
    flex-direction: column;
  }

  .qualification-detials-container .qualification-details .qualification-details-info,
  .qualification-detials-container .qualification-details .qualification-details-info div {
    flex-direction: column;
    align-items: end;
  }

  .course-module-intro-content>div.row.course-module-intro-list>div:nth-child(2) {
    padding-left: 12px;
    padding-top: 30px;
  }

  .course-module-intro-content>div.row.course-module-intro-list>div:nth-child(1) {
    border: none;
  }

  .uploaded-video-file-wrapper {
    margin-top: 30px;
  }

  .course-module-details-wrapper {
    margin-top: 30px;
  }

  ul.course-detail-list-1 li {
    width: 100%;
  }

  #traineeApprovalTab {
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  #traineeApprovalTab::-webkit-scrollbar {
    height: 2px !important;
    width: 5px !important;
  }

  #traineeApprovalTab::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--scroll-thumb);
  }
}

@media screen and (max-width: 560px) {
  .main-content-header {
    padding: 20px;
  }

  .dashboard-user-dropdown .dropdown-toggle .user-avatar {
    margin: 0;
  }

  .dashboard-user-dropdown .dropdown-toggle .user-info {
    display: none;
  }

  .dashboard-tabs ul li a,
  .dashboard-tabs ul li a:hover {
    font-size: 14px;
  }

  .dashboard-welcome-card .dashboard-welcome-card-text {
    padding: 10px;
  }

  .dashboard-welcome-card .dashboard-welcome-card-text>div {
    max-width: 100%;
  }

  .dashboard-welcome-card img {
    right: 20px;
    opacity: 0.5;
  }

  .dashboard-welcome-card .dashboard-welcome-card-text::after {
    background-size: calc(100% - 1px) 100%;
  }

  .image-option .image-option-preview .image-option-preview-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .image-option .image-option-preview .image-option-preview-item .name {
    max-width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .modules-modal .modal-content-form {
    padding: 20px 15px;
  }

  .modules-modal .modal-content button {
    margin-bottom: 15px;
    width: 28px;
    height: 28px;
  }

  .modules-modal .modal-content .input-number-arrows button {
    margin-bottom: 0px;
    width: auto;
    height: auto;
  }

  .step-form-wrapper {
    display: flex;
    flex-direction: column;
  }

  .form-step-group {
    display: flex;
    align-items: center;
    gap: 21px;
    flex-direction: row;
    justify-content: center;
  }

  .step-form-sidebar {
    padding-top: 26px;
    padding-right: 0px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--border-color-6);
  }

  .form-step-group .form-step-group-item:not(:last-child):before {
    top: 50%;
    left: 100%;
    height: 1.4px;
    width: 21px;
  }

  .step-form-content {
    padding-top: 26px;
    padding-left: 0px;
    border-left: none;
  }

  #registration-form-1 .custom-buttons-wrapper-1 {
    flex-direction: column;
  }

  #registration-form-1 .custom-buttons-wrapper-1 .form-switch {
    justify-content: flex-end;
  }

  #registration-form-5>div.form-buttons {
    flex-direction: column;
    align-items: center;
  }

  #registration-form-5>div.form-buttons>button {
    justify-content: center;
  }

  .add-new-resource-button a {
    white-space: nowrap;
  }

  .module-modal-wrapper {
    flex-direction: column;
    gap: 1px;
  }

  #organizationApprovalTab {
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  #organizationApprovalTab::-webkit-scrollbar {
    height: 2px !important;
    width: 5px !important;
  }

  #organizationApprovalTab::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--scroll-thumb);
  }
}

@media screen and (max-width: 450px) {

  .primary-link,
  .primary-link:hover {
    font-size: 12px;
  }

  .primary-link-bg,
  .primary-link-bg:hover {
    font-size: 12px;
  }

  .primary-link-bg-sm,
  .primary-link-bg-sm:hover {
    font-size: 12px;
  }

  .primary-link-border,
  .primary-link-border:hover {
    font-size: 12px;
  }

  .primary-link img,
  .primary-link:hover img {
    width: 22px;
  }

  .primary-link-bg img,
  .primary-link-bg:hover img {
    width: 22px;
  }

  .primary-link-bg-sm img,
  .primary-link-bg-sm:hover img {
    width: 22px;
  }
}

@media screen and (max-width: 500px) {
  .module-circulum-item .card {
    flex-direction: column;
  }
}

.input-phone .error-txt {
  font-size: 12px;
  color: #FF3939;
  font-family: "URW DIN Arabic";
  font-weight: 500;
  display: none;
}

.input-phone.error {
  margin-bottom: 25px;
}

.input-phone.error .error-txt {
  display: block;
}

/* RTL CSS */
[dir="rtl"] .me-3 {
  margin-right: unset !important;
  margin-left: 1rem !important;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-logo {
  padding: 25px 25px 20px 0;
}

[dir="rtl"] #ServerErrors a {
  text-decoration: underline;
  /* margin-right: 2px;
  margin-left: 2px; */
}

[dir="rtl"] .dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-logo {
  padding: 20px 0 20px 0;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-nav {
  padding: 25px 0 25px 25px;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-nav ul {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-nav ul li a {
  padding-right: unset;
  padding-left: 15px;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-nav>ul>li>a::before {
  left: unset;
  right: -25px;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li a {
  padding: 6px 25px 6px 0;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-nav ul li.sidebar-dropdown .sidebar-dropdown-menu li::after {
  left: unset;
  right: 10px;
}

[dir="rtl"] .dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li>a {
  padding: 0;
}

[dir="rtl"] .dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li.sidebar-dropdown .sidebar-dropdown-menu {
  left: unset;
  right: calc(100% + 10px);
}

[dir="rtl"] .dashboard-main-container.sidebar-menu-sm .dashboard-sidebar .sidebar-nav>ul>li.sidebar-dropdown .sidebar-dropdown-menu::before {
  left: auto;
  right: -10px;
}

[dir="rtl"] .dashboard-user-dropdown::after,
[dir="rtl"] .notification-dropdown::after,
[dir="rtl"] .language-change::after {
  left: unset;
  right: 0;
}

[dir="rtl"] .dashboard-user-dropdown {
  padding-right: 15px;
  padding-left: 0;
}

[dir="rtl"] .dashboard-user-dropdown .user-avatar {
  margin-right: unset;
  margin-left: 10px;
}

[dir="rtl"] .dashboard-user-dropdown .dropdown-toggle::after {
  margin-left: unset;
  margin-right: 10px;
}

[dir="rtl"] .dashboard-user-dropdown .dropdown-menu {
  text-align: right;
}

[dir="rtl"] .notification-list .notification-dropmenu-arrow {
  right: unset;
  left: 10px;
}

[dir="rtl"] .notification-dropdown .dropdown-menu {
  margin-right: unset !important;
  margin-left: -15px !important;
}

[dir="rtl"] .notification-list .notification-list-body .notification-list-item .item-text {
  text-align: right;
}

[dir="rtl"] .dashboard-main-container .dashboard-sidebar .sidebar-logo #closeSidebar {
  right: unset;
  left: 20px;
}

[dir="rtl"] .dashboard-welcome-card .overlay1 {
  left: unset;
  right: 50px;
  transform: rotate(0);
}

[dir="rtl"] .dashboard-welcome-card img {
  right: unset;
  left: 40px;
  transform: rotateY(180deg);
}

[dir="rtl"] .dashboard-welcome-card .dashboard-welcome-card-text::after {
  transform: rotate(180deg);
}

[dir="rtl"] .dashboard-welcome-card .dashboard-welcome-card-text h1 {
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] .total-card .icon {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .dashboard-assessment-card .dashboard-assessment-list {
  padding-right: 0;
  padding-left: 40px;
}

[dir="rtl"] .dashboard-assessment-statistics .assessment-statistic::after {
  left: unset;
  right: -20px;
}

[dir="rtl"] .statistic-percentage-list .percentage-list-item .dot {
  margin-right: 0;
  margin-left: 8px;
}

[dir="rtl"] .search-box .search-box-icon {
  left: unset;
  right: 0;
}

[dir="rtl"] .search-box input {
  padding-left: 0;
  padding-right: 45px;
}

[dir="rtl"] .search-box select {
  padding-right: 10px;
  padding-left: 45px;
  margin-left: 10px;
  margin-right: 35px;
}

[dir="rtl"] .learning-path-module-head .module-head-content .head-content-count {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .learning-path-module-head .module-head-content .head-content-info .content-info-title h2 {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .learning-path-module-head .module-head-content .head-content-info .content-info-title .time-progress .time {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] .learning-path-module-head .module-head-content .head-content-info .content-info-desc span:nth-child(1) {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #595a5c;
}

[dir="rtl"] .learning-path-module-body ul {
  padding-left: 0;
  padding-right: 55px;
}

[dir="rtl"] .learning-path-module-body ul::after {
  left: unset;
  right: 0;
}

[dir="rtl"] .learning-path-module-body ul li::before {
  left: unset;
  right: -40px;
}

[dir="rtl"] .learning-path-module-body ul li:not(:last-child)::after {
  left: unset;
  right: -35px;
}

[dir="rtl"] .learning-path-module-body ul li .action a {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .badges-cards .badges-card .badge-icon-sm {
  text-align: right;
}

[dir="rtl"] .levels-card .level-status::after {
  right: unset;
  left: 0;
}

[dir="rtl"] .join-as-trainer .acknowledgment-container .form-check {
  padding-left: 0;
  padding-right: 1.5em;
  margin-right: 0;
}

[dir="rtl"] .join-as-trainer .acknowledgment-container .form-check-input[type="checkbox"] {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

[dir="rtl"] .form-select {
  background-position: left 0.75rem center;
}

[dir="rtl"] .custom-form-field .form-input-container input[type="date"] {
  text-align: right;
}

[dir="rtl"] .custom-form-field .form-input-container img {
  right: unset;
  left: 14px;
}

[dir="rtl"] .custom-form-field .form-input-container input[type="date"]::-webkit-inner-spin-button,
[dir="rtl"] .custom-form-field .form-input-container input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

[dir="rtl"] .assessment-card .assessment-card-right {
  padding-left: 5px;
  padding-right: 40px;
  border-left: 0;
  border-right: 1px solid #d6d6d6;
}

[dir="rtl"] .assessment-card-right-cards .assessment-card-right-card {
  border-right: 0;
  border-left: 1px solid #d6d6d6;
}

[dir="rtl"] .assessment-card-right-cards .assessment-card-right-card:last-child {
  border-left: 0;
}

[dir="rtl"] .assessment-card-right-cards .assessment-card-right-card:first-child {
  padding-left: 20px;
  padding-right: 0;
}

[dir="rtl"] .assessment-attempt-container .assessment-attempt-head .timer .time {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .radio-options label .radio {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .course-detail-content .course-detail-tabs .nav-pills .nav-item:not(:last-child) .nav-link {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .notes-tab .notes-tab-header .add-filter-notes select {
  background-position: 10px 50%;
}

[dir="rtl"] .notes-tab .notes-tab-note .note-text .note-title h2 span {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .community-board .community-board-comments .comment-card .comment-card-text>h2 span {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] .community-board .community-board-comments .comment-card .comment-card-text .comment-card-reply .comment-card-img::before {
  left: unset;
  right: -28px;
}

[dir="rtl"] .community-board .community-board-comments .comment-card.has-reply>.comment-card-img::after {
  left: unset;
  right: 16px;
}

[dir="rtl"] .community-board .community-board-comments .comment-card .comment-card-text {
  padding-right: 0;
  padding-left: 10px;
}

[dir="rtl"] .community-board .community-board-comments .comment-card .comment-card-text .comment-card-reply .comment-card:last-child .comment-card-img .hide-line {
  left: unset;
  right: -35px;
}

[dir="rtl"] .course-detail-modules-module .course-detail-modules-module-body .module-item:not(:last-child) .module-text .module-count::before {
  left: unset;
  right: 20px;
}

[dir="rtl"] .community-board .community-board-comments .comment-card .comment-card-text>.reply-textarea {
  padding-right: 0;
  padding-left: 10px;
}

[dir="rtl"] .dashboard-tabs-vertical div .nav-pills {
  padding: 25px 0 20px 22px;
}

[dir="rtl"] .dashboard-tabs-vertical div .tab-content {
  padding: 25px 40px 25px 0;
}

[dir="rtl"] .dashboard-tabs-vertical div .tab-content {
  border-left: 0;
  border-right: 1px solid #d6d6d6;
}

[dir="rtl"] .course-list-dropdown-wrapper .dropdown-menu {
  inset: 0px auto auto 0px !important;
}

[dir="rtl"] .course-list-dropdown-wrapper .course-item-dropdown-info a {
  padding: 10px 12px 10px 0;
}

[dir="rtl"] .dashboard-tabs-vertical div .tab-content .warning-text,
[dir="rtl"] .dashboard-tabs-vertical div .tab-content .form-check-inline:nth-child(2) {
  padding-left: unset;
  padding-right: 1.5em;
}

[dir="rtl"] .form-check .form-check-input {
  margin-left: unset;
  margin-right: -1.5em;
}

[dir="rtl"] .dashboard-tabs-vertical div .tab-content .warning-text {
  padding-right: 0;
}

[dir="rtl"] .form-check-inline {
  margin-right: 0;
}

[dir="rtl"] .notifications-list .notifications-item .notifications-item-text .notifications-item-icon {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .notifications-list .notifications-item.new .notifications-item-action span {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .payment-receipt-wrapper .payment-receipt-item .payment-receipt-item-info table tr td:nth-child(1) {
  padding-left: 0;
  padding-right: 17px;
}

[dir="rtl"] .payment-receipt-wrapper .payment-receipt-item .payment-receipt-item-info table tr td:nth-child(2) {
  padding-left: 0;
  padding-right: 36px;
}

[dir="rtl"] .payment-receipt-wrapper .payment-receipt-item .payment-receipt-item-info table tr:last-child td:nth-child(1) {
  border-radius: 0;
  border-bottom-right-radius: 10px;
}

[dir="rtl"] .course-pagination-wrapper nav .pagination {
  padding-left: 0px;
  padding-right: 10px;
}

[dir="rtl"] .search-bar-wrapper .search-box input {
  background-position: right 14px center;
}

[dir="rtl"] .lms-courses-list table tbody tr td:nth-child(9) {
  padding: 14px 0px 14px 25px;
}

[dir="rtl"] .course-pagination-wrapper nav .pagination .page-item .page-link:nth-child(1) span img {
  transform: rotate(180deg);
}

[dir="rtl"] .course-pagination-wrapper nav .pagination .page-item .page-link:nth-child(-1) span img {
  transform: rotate(180deg);
}

[dir="rtl"] .form-step-group .form-step-group-item:not(:last-child):before {
  left: unset;
  right: 18px;
}

[dir="rtl"] .step-form-sidebar {
  padding-right: 0px;
  padding-left: 27px;
}

[dir="rtl"] .step-form-content {
  padding-left: 0px;
  padding-right: 27px;
}

[dir="rtl"] .step-form-content {
  border-left: none;
  border-right: 1px solid var(--border-color-6);
}

[dir="rtl"] .form-check .form-check-input {
  float: right;
}

[dir="rtl"] .form-check {
  padding-right: 1.5em;
  padding-left: unset;
}

[dir="rtl"] .form-check-image span {
  right: unset;
  left: 0;
}

[dir="rtl"] .custom-buttons-wrapper .custom-buttons-content .custom-button:nth-child(2),
[dir="rtl"] .custom-buttons-wrapper .custom-buttons-content .custom-button:nth-child(3) {
  border: 1px solid var(--border-color-9);
  border-right: 0;
}

[dir="rtl"] .summary-card-wrapper .summary-card .summary-card-heading {
  padding-left: unset;
  padding-right: 20px;
}

[dir="rtl"] .summary-card-wrapper .summary-card .summary-card-heading::after {
  right: 0;
  left: unset;
}

[dir="rtl"] .tab-wrapper .nav-tabs .nav-item:not(:last-child) .nav-link {
  border-right: 1px solid var(--border-color-9) !important;
  border-left: none !important;
}

[dir="rtl"] .activity-log-list .activtiy-list-item {
  margin-right: 28px;
  margin-left: unset;
}

[dir="rtl"] .activity-log-list .activtiy-list-item .bullet-icon::before {
  right: -27px;
  left: unset;
}

[dir="rtl"] .activity-log-list::after {
  right: 8px;
  left: unset;
}

[dir="rtl"] ul.course-detail-list li {
  background: url(../images/TB/check-circled-outline-icon.svg) no-repeat right 2px;
  padding-left: unset;
  padding-right: 24px;
}

[dir="rtl"] ul.course-detail-list-3 li {
  background: url(../images/ellipse-style-icon.svg) no-repeat right center;
  padding-right: 12px;
  padding-left: unset;
}

[dir="rtl"] .course-module-intro-content>div.row.course-module-intro-list>div:nth-child(1) {
  border: none;
  border-left: 1px solid rgba(89, 90, 92, 0.2);
}

[dir="rtl"] .course-module-intro-content>div.row.course-module-intro-list>div:nth-child(2) {
  padding-left: unset;
  padding-right: 50px;
}

[dir="rtl"] div.row.course-module-details-wrapper>div:nth-child(1) {
  border-right: none;
  border-left: 1px solid rgba(89, 90, 92, 0.2);
}

[dir="rtl"] .custom-form-field .form-input-container div img:nth-child(1) {
  /* left: 39px; */
  right: unset;
}

[dir="rtl"] .custom-form-field .form-input-container div img:nth-child(2) {
  left: 14px;
  right: unset;
}

[dir="rtl"] .trainer-personal-info.text-end {
  text-align: left !important;
}

[dir="rtl"] .notification-setting-container .text-end {
  text-align: left !important;
}

[dir="rtl"] .course-list-dropdown-wrapper .course-item-dropdown-info a span {
  text-align: right !important;
}

[dir="rtl"] .add-new-button-wrapper {
  text-align: left;
}

[dir="rtl"] .iti--allow-dropdown input.iti__tel-input {
  /* margin-left: unset !important;
  margin-right: 56px !important; */
  padding: 12px 98px 12px 12px !important;
}

/* [dir="rtl"] .iti__selected-flag {
  padding: 0px 14px 0px 6px !important;
} */

/* [dir="rtl"] .iti.iti--show-flags .iti__flag-container::after {
  left: unset;
  right: 54px !important;
} */

/* [dir="rtl"] .iti.iti--show-flags .iti__flag-container {
  left: 0 !important;
} */

[dir="rtl"] .custom-form-field .form-select {
  padding-right: 12px;
  padding-left: 30px;
}

[dir="rtl"] .dashboard-tabs-tranee ul li:not(:last-child) a {
  margin-right: unset;
  margin-left: 20px;
}

[dir="rtl"] .admin-dashboard-form .custom-form-field .form-input-container img {
  right: unset;
  left: 14px;
}

[dir="rtl"] .admin-dashboard-form .admin-dashboard-bottom-link span img {
  transform: rotate(180deg);
}

[dir="rtl"] .progress-bar-wrapper .progress {
  margin-left: unset;
  margin-right: 207px;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
}

[dir="rtl"] .custom-form-field-number .input-number-arrows {
  right: unset;
  left: 14px;
}

[dir="rtl"] .custom-form-field-number input {
  padding-right: 12px !important;
  /* padding-left: 29px !important; */
}

[dir="rtl"] .custom-form-field-number .input-number-title {
  right: 44px;
  left: unset;
}

[dir="rtl"] .admin-db-registration-box .recent-act-box::before {
  left: unset;
  right: 0;
}

[dir="rtl"] .course-module-intro-content .course-module-intro-list .current-price {
  margin-bottom: 8px;
}

[dir="rtl"] .course-pagination-button {
  margin-left: 10px;
  margin-right: unset;
}

[dir="rtl"] .lms-courses-list table thead tr th,
[dir="rtl"] .lms-courses-list table tbody tr td {
  text-align: right;
}

[dir="rtl"] .lms-courses-list table tbody tr td.dataTables_empty {
  text-align: center !important;
}

@media screen and (max-width: 1300px) {

  [dir="rtl"] .reports-filter-wrapper .form-input-container .form-control,
  [dir="rtl"] .reports-filter-wrapper .custom-form-field label {
    margin-left: unset;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  [dir="rtl"] .step-form-sidebar {
    padding-right: 0px;
    padding-left: 12px;
  }

  [dir="rtl"] .step-form-content {
    padding-left: 0px;
    padding-right: 12px;
  }

  [dir="rtl"] .custom-buttons-wrapper-3 .custom-buttons-content .custom-button .form-check {
    padding-left: unset;
    padding-right: 40px;
  }

  [dir="rtl"] .custom-buttons-wrapper-3 .custom-buttons-content .custom-button:nth-child(2),
  [dir="rtl"] .custom-buttons-wrapper-3 .custom-buttons-content .custom-button:nth-child(3) {
    border-right: 1px solid var(--border-color-9);
  }

  [dir="rtl"] .progress-bar-wrapper .progress,
  [dir="rtl"] .step-form-header-wrapper .progress-bar-value {
    margin-left: unset;
    margin-right: 0px;
  }
}

@media screen and (max-width: 500px) {
  [dir="rtl"] .form-step-group .form-step-group-item:not(:last-child):before {
    left: unset;
    right: 100%;
  }

  [dir="rtl"] .step-form-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  [dir="rtl"] .reports-filter-wrapper-2 .form-input-container .form-control,
  [dir="rtl"] .reports-filter-wrapper-2 .custom-form-field label {
    margin-left: unset;
    margin-right: auto;
  }

  [dir="rtl"] .course-pagination-button {
    margin-left: 10px;
    margin-right: unset;
    display: block;
    align-self: flex-start;
  }
}

@media screen and (max-width: 1170px) {
  [dir="rtl"] .dashboard-main-container .dashboard-sidebar {
    left: unset;
    right: 0;
    transform: translateX(300px);
  }

  [dir="rtl"] .dashboard-main-container .dashboard-sidebar.open {
    transform: translateX(0);
  }

  [dir="rtl"] .dashboard-assessment-card .dashboard-assessment-list {
    padding: 0;
  }

  [dir="rtl"] .step-form-content {
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 991px) {
  [dir="rtl"] div.row.course-module-details-wrapper>div:nth-child(1) {
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 560px) {
  [dir="rtl"] .dashboard-welcome-card img {
    left: 20px;
  }

  [dir="rtl"] .dashboard-tabs-tranee ul li:not(:last-child) a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 500px) {
  [dir="rtl"] .dashboard-tabs-vertical div .tab-content {
    border-right: 0;
    padding: 25px 0;
  }
}

@media screen and (max-width: 576px) {
  [dir="rtl"] .course-module-intro-content>div.row.course-module-intro-list>div:nth-child(2) {
    padding-left: unset;
    padding-right: 12px;
  }

  [dir="rtl"] div.row.course-module-details-wrapper>div:nth-child(1) {
    border-right: none;
    border-left: none;
  }

  [dir="rtl"] .course-module-intro-content>div.row.course-module-intro-list>div:nth-child(1) {
    border: none;
    border-left: none;
  }
}

/* RTL CSS END */

/*Admin Dashboard Start*/

.admin-dashboard-form .custom-form-field {
  margin-bottom: 20px;
}

.admin-dashboard-form .custom-form-field .form-label {
  color: var(--text-color-2);
  font-family: "URW DIN Arabic Demi";
  font-size: 16px;
  line-height: 24px;
}

.admin-dashboard-form .custom-form-field .form-label.text-center {
  text-align: center;
  display: block !important;
}

.admin-dashboard-form .custom-form-field input.form-control {
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-2);
  border-radius: 0;
  color: var(--text-color-3);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 14px;
}

.admin-dashboard-form .custom-form-field .form-input-container .errorEl {
  font-size: 12px;
  color: #FF3939;
  font-family: "URW DIN Arabic";
  font-weight: 500;
  margin-top: 3px;
  display: none;
}

.admin-dashboard-form .custom-form-field .form-input-container.error .errorEl {
  display: flex;
  gap: 3px;
}

.admin-dashboard-form .custom-form-field .form-input-container.error .errorEl img {
  all: unset;
  width: 15px;
  height: 15px;
}

.admin-dashboard-form .custom-form-field .form-input-container.error input {
  border-color: red;
}

.admin-dashboard-form .custom-form-field input.form-control::placeholder {
  color: #b4b5b6;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.admin-dashboard-form .custom-form-field .form-control:focus {
  background-color: var(--background-color-2);
}

.admin-dashboard-form .custom-form-field .form-control:focus {
  box-shadow: none;
  border-color: var(--border-color-2);
  color: var(--text-color-3);
}

.admin-dashboard-form .custom-form-field .form-input-container {
  position: relative;
}

.admin-dashboard-form .custom-form-field .form-input-container img {
  position: absolute;
  top: 25px;
  right: 14px;
  transform: translateY(-50%);
}

.admin-dashboard-form .form-check-input[type="checkbox"] {
  border-radius: 0;
  border: 1.5px solid #595a5c;
}

.admin-dashboard-form .form-check-input:checked {
  background-color: #595a5c;
  border-color: #595a5c;
}

.admin-dashboard-form .form-check-input:focus {
  box-shadow: none;
  border-color: #595a5c;
}

.admin-dashboard-form .custom-password-field {
  display: flex;
  justify-content: space-between;
}

.admin-dashboard-form .custom-password-field label {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.admin-dashboard-form .custom-password-field a {
  color: var(--background-color-1);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  text-decoration-line: underline;
}

.admin-dashboard-form .custom-button-field button {
  margin-top: 20px;
  justify-content: center;
  width: 100%;
  height: 46px;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.admin-dashboard {
  background: linear-gradient(0deg,
      rgba(234, 241, 239, 0.92),
      rgba(234, 241, 239, 0.92)),
    url(../images/TB/admin-dashboard.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.admin-dashboard .admin-dashboard-content {
  max-width: 500px;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  margin: auto;
}

.admin-dashboard div img {
  display: block;
  margin: auto;
}

.admin-dashboard .admin-dashboard-logo img {
  width: 130px !important;
}

.admin-dashboard .admin-dashboard-content .admin-dashboard-form {
  background: #fff;
  padding: 25px 35px;
  margin-top: 20px;
}

.admin-dashboard .admin-dashboard-content .admin-dashboard-form .form-main-heading {
  color: var(--background-color-1);
  text-align: center;
  font-family: "URW DIN Arabic Demi";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
}

.admin-dashboard .admin-dashboard-content .admin-dashboard-form .form-sub-heading {
  color: #6e6f72;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.admin-dashboard .admin-dashboard-content .admin-dashboard-form .admin-dashboard-bottom-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #2c6e59;
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.admin-dashboard-form .admin-dashboard-bottom-link span {
  color: #6e6f72;
}

.otp-input-fields {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.otp-input-fields input {
  width: 100%;
  height: 69px;
  background-color: transparent;
  border: 1.726px solid #d6d6d6;
  text-align: center;
  outline: none;
  max-width: 67px;
  font-size: 16px;
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 19.915px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.otp-input-fields input::placeholder {
  color: #b4b5b6 !important;
  font-family: "URW DIN Arabic";
  font-size: 19.915px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input-fields input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.otp-input-fields input:focus {
  border: 1.726px solid #2c6e59;
}

.loginPage {
  text-align: end;
  padding: 20px 0px;
  display: flex;
  justify-content: flex-end;
}

[dir="rtl"] .loginPage {
  text-align: start;
  justify-content: flex-start;
}

[dir="rtl"] .loginPage #langBtn {
  flex-direction: row-reverse;
}

@media screen and (max-width: 575.98px) {
  .admin-dashboard .admin-dashboard-content .admin-dashboard-form {
    padding: 30px 12px;
  }

  .admin-dashboard .admin-dashboard-content .admin-dashboard-form .form-sub-heading {
    margin-top: 3px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 375.98px) {
  .otp-input-fields input {
    height: 51px;
    padding: 5px;
  }
}

/*Admin Dashboard End*/

/************/
.upload-result {
  padding-bottom: 33px;
  border-bottom: 1px solid var(--border-color-6);
}

.upload-result div {
  color: #595a5c;
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 16px;
}

.upload-result button {
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-list-dropdown-wrapper.width-auto .dropdown-menu {
  min-width: 199px !important;
}

.margin-top-32 {
  margin-top: 32px;
}

.modal-document-list-wrapper .document-list-item-name,
.modal-document-list-wrapper .document-list-item-links {
  width: 50%;

}

.modal-document-list-wrapper .document-list-item-links {
  display: flex;
  justify-content: space-between;
}

.modal-document-list-wrapper .document-list-item-info {
  display: flex !important;
  gap: 15px !important;
}

.course-pagination-button {
  margin-right: 10px;
}

.modules-modal .modal-dialog.small-modal {
  max-width: 406px !important;
}

.delete-modal-wrapper {
  text-align: center;
}

.delete-modal-wrapper div {
  color: var(--text-color-1);
  font-family: "URW DIN Arabic";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 47px;
}

.delete-modal-wrapper p {
  color: var(--text-color-3);
  text-align: center;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}

.delete-modal-wrapper .form-buttons {
  justify-content: center !important;
}

.delete-modal-wrapper .form-buttons a,
.delete-modal-wrapper .form-buttons button {
  padding: 10px 20px;
}

.image-option .form-label {
  margin-top: 33px;
}

.upload-result-assessments {
  background: var(--background-color-14);
  padding: 8px;
  margin-top: 33px;
  border: 1px solid var(--border-color-6);
}

.upload-result-assessments .image-select-area {

  border: 10px solid transparent;
  padding: 12px;
  border-image: url(../images/border.svg) 30 fill round;
  margin: 10px;
}

.upload-result-assessments .image-option .image-option-box {
  background: var(--background-color-14);
}

.upload-result-assessments label {
  text-decoration: underline;
}

.upload-assessments-button {
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .course-pagination-wrapper nav {
    flex-direction: column;
    gap: 10px;
  }

  .course-pagination-button {
    margin-right: 10px;
    display: block;
    align-self: flex-start;
  }
}

@media screen and (max-width: 400px) {
  .modal-document-list-wrapper .document-list-item {
    flex-direction: column;
  }

  .modal-document-list-wrapper .document-list-item-name,
  .modal-document-list-wrapper .document-list-item-links {
    width: 100%;
    gap: 5px;
  }
}

/************/

.module-circulum-item .files-box {
  font-size: 14px;
  color: var(--text-color-3);
}

.module-circulum-item:not(:last-child) {
  margin-bottom: 20px;
}

.module-circulum-item .files-box a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.module-circulum-item .files-box a img,
.files-box .sm-icons {
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
  margin-right: 5px;
}

.module-circulum-item .files-box a span {
  color: var(--text-color-3);
}




#files-area,
#files-names,
.file-block {
  width: 100%;
  margin: 0;
  display: block;
}

.file-block {

  color: initial;
  display: inline-flex;
  margin-bottom: 10px;
  align-items: flex-start;

}

.file-block>span {
  color: #6E6F72;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.file-delete {
  display: flex;
  margin-left: 10px;

}



.file-delete>span {
  color: #2C6E59;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.file-block .name {
  width: 45%;
  margin-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 16px;
}

.file-block .date {
  width: 27%;
  margin-right: auto;
}


.manage-certificated-choose-file-modal {
  border: 1px dashed #2C6E59;
  padding: 20px;
  background: rgba(45, 109, 90, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-top: 33px;
}

.manage-certificated-choose-file-modal .drop-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.manage-certificated-choose-file-modal .drop-message span {
  color: var(--text-color-1);
}

.manage-certificated-choose-file-modal .drop-message span span {
  text-decoration: underline;
  color: var(--text-color-7);
}

.heading-modal {
  color: var(--text-color-1);
  font-family: "URW DIN Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 33px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .file-block {
    flex-wrap: wrap;
  }

  .file-block .name {
    width: 85%;
    display: inline-block;
  }

  .file-block .date {
    display: inline-block;
    width: 100%;
  }

  .file-block .size {
    display: inline-block;
    margin-right: auto;
  }
}


.admin-db-title-box .title {
  color: var(--text-color-5);
  font-size: 28px;
  font-weight: 600;
}

.admin-db-title-box .welcome-label {
  color: var(--text-color-3);
}

.admin-db-title-box .calendar-box img {
  width: 20px;
  height: 20x;
  object-fit: contain;
  object-position: center;
}

.admin-db-title-box .calendar-box>div {
  color: var(--text-color-3);
  font-size: 13px;
}

.admin-db-stats-box h5 {
  color: var(--text-color-1);
  text-transform: capitalize;

}

.admin-db-stats-box .stat-card {
  border: 1px solid var(--border-color-6);
  background-color: var(--background-color-14);
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.admin-db-stats-box .stat-card .stat-card-title {
  color: var(--text-color-1);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  font-family: "URW DIN Arabic Demi";
}

.admin-db-stats-box .stat-card .stat-card-count {
  font-weight: bold;
  color: var(--text-color-2);
  margin: 0;
  margin-top: auto;
}

.admin-db-stats-box .stat-card .stat-card-ico {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}

.admin-db-stats-box .stat-card .heading-color {
  color: var(--text-color-1);
}

.admin-db-registration-box {
  border: 1px solid var(--border-color-6);
  background-color: var(--background-color-14);
  padding: 15px;
}

.admin-db-registration-box h5 {
  color: var(--text-color-1);
  text-transform: capitalize;
}

.admin-chart-box {
  position: relative;
}

.admin-chart-box .chart-1-count {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;

}

.admin-chart-box .chart-1-count span {
  position: relative;
  right: 50px;
  bottom: 45px;
  font-weight: bold;
  font-size: 26px;
  color: var(--text-color-1);
}

.admin-chart-box.box-1 {
  /* border: 1px solid red; */
  height: 160px;
}

.admin-chart-box.box-2 {
  height: 400px;
}

.admin-db-registration-box .recent-act-box {
  min-height: 40px;
  position: relative;
  padding: 10px;
  padding-top: 0;
  margin-bottom: 10px;
}

.admin-db-registration-box .recent-act-box:not(:last-child) {
  border-bottom: 1px solid var(--border-color-6);
}

.admin-db-registration-box .sub-title {
  color: var(--text-color-3);
  font-size: 14px;
}

.admin-db-registration-box .prim-link {
  color: var(--background-color-1);
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.admin-db-registration-box .recent-act-box .log-title {
  color: var(--text-color-3);
  font-size: 15px;
}

.admin-db-registration-box .recent-act-box .log-detail-box {
  font-size: 13px;
  color: var(--text-color-4);
  font-weight: 300;

}

.admin-db-registration-box .recent-act-box .log-detail-box img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

.admin-db-registration-box .recent-act-box::before {
  content: '';
  height: 80%;
  width: 2px;
  background-color: var(--background-color-1);
  position: absolute;
  top: 0;
  left: 0;
}

.registration-box-table {
  border-left: none;
  border-right: none;

}

.registration-box-table .lengthy-td {
  width: 45%;
}

.course-view-new {
  color: var(--text-color-2);
}


.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: 0 0 0 0.25rem rgb(44 110 89 / 17%) !important;
  border-color: var(--background-color-1) !important;
}


.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  box-shadow: 0 0 0 0.25rem rgb(44 110 89 / 17%) !important;
  border-color: var(--background-color-1) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: var(--background-color-1) !important;
}

.select2-results__options {
  overflow-y: hidden;
}




.classes-tab-wrapper .nav-tabs .nav-item .nav-link {
  padding: 0;
}

.classes-tab-wrapper .nav-tabs .nav-item .nav-link .form-check {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#blendedTrainingTab .nav-item {
  width: 50%;
}

#blendedTrainingTab .nav-item .nav-link {
  width: 100%;
}

#onlineTrainingTab .nav-item,
#onsiteTrainingTab .nav-item {
  width: 100%;
}

#onlineTrainingTab .nav-item .nav-link,
#onsiteTrainingTab .nav-item .nav-link {
  width: 100%;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none !important;
}

.select2-selection__placeholder {
  color: #b4b5b6 !important;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-weight: 500 !important;
}


#englishArabicTab {
  border-bottom: 1px solid var(--border-color-6);
}

#englishArabicTab .nav-item {
  width: 200px;
}

#englishArabicTab .nav-item .nav-link {
  width: 100%;
  border-radius: 0px;
  background: var(--background-color-18) !important;
  border: 1px solid var(--border-color-9);
  outline: none;
  padding: 8px 53px;
}

#englishArabicTab .nav-item .nav-link .form-check {
  text-align: left !important;
}

#englishArabicTab .nav-item .nav-link.active {
  background: var(--background-color-17) !important;
}

#englishArabicTab .nav-item:nth-child(1) .nav-link.active {
  border-right: 1px solid transparent !important;
}

#englishArabicTab .nav-item:nth-child(2) .nav-link.active {
  border-left: 1px solid transparent !important;
}

/* 
#english-tab .nav-item,
#arabic-tab .nav-item
{
  width:100%;
}

#english-tab .nav-item .nav-link,
#arabic-tab .nav-item .nav-link
{
  width:100%;
} */

@media screen and (max-width:500px) {

  #englishArabicTab .nav-item {
    width: 140px;
  }

  #englishArabicTab .nav-item .nav-link {
    padding: 8px 20px;
  }
}

.custom-form-field-number.rtl input {
  padding-left: 29px !important;
  padding-right: 14px !important;
}

.custom-form-field-number.rtl .input-number-arrows {
  right: unset;
  left: 14px;
}

.custom-form-field.rtl .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

.custom-form-field.rtl .select2-container--bootstrap-5 .select2-selection--single {
  background-position: left 0.75rem center;
}

#warningtext {
  font-weight: 500;
  margin-top: 2px;
  padding-top: 2px;
  opacity: 0.5;
  display: none;
}


[dir="rtl"] #englishArabicTab .nav-item:nth-child(1) .nav-link.active {
  border-left: 1px solid transparent !important;
  border-right: 1px solid var(--border-color-6) !important;
}

[dir="rtl"] #englishArabicTab .nav-item:nth-child(2) .nav-link.active {
  border-right: 1px solid transparent !important;
  border-left: 1px solid var(--border-color-6) !important;
}


.select2-container--bootstrap-5 {
  max-width: 100%;
}

/* 
.cke_inner {
  background: var(--background-color-2) !important;
}

.cke_button_icon {
  filter: var(--invert) !important;
} */



.select2-container--bootstrap-5 .select2-selection--single {
  background-color: var(--background-color-2) !important;
  border: 1px solid var(--border-color-6) !important;
  border-radius: 0 !important;
  color: var(--text-color-6) !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: var(--text-color-6) !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border: 1px solid var(--border-color-6) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  background-color: var(--background-color-2) !important;
  color: var(--text-color-6) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  background-color: var(--background-color-2) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border: 1px solid var(--border-color-6) !important;
  box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: var(--text-color-6) !important;
  background-color: var(--background-color-2) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  background-color: var(--background-color-2) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: var(--color-select-selected) !important;
  background-color: var(--background-select-selected) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: var(--color-hover-selected) !important;
  background-color: var(--background-hover-selected) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  color: var(--text-color-6) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: var(--border-color-6) !important;

}

/* span.select2-selection.select2-selection--single {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;

}

[dir="rtl"] span.select2-selection.select2-selection--single {
  justify-content: flex-start !important;
  display: flex;
  align-items: center;
} */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  text-align: left !important;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  text-align: right !important;
}

span.select2-selection.select2-selection--single {
  height: 48px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
  font-size: 14px;
}




.text-editor-wrapper {
  filter: var(--ckeditor-filter);
  border: 1px solid var(--border-color-10);
}

.textt-editor-arabic label {
  text-align: end;
  display: block;
}

.cke_chrome {
  border-top: none !important;
  border-bottom: none !important;
  border: 1px solid var(--border-color-6) !important;
}

/*******New Style********/
.datepicker .input-group-text {
  width: 47px;
  height: 100%;
}

.datepicker .form-control {
  border-right: 1px solid var(--background-color-2);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: #297d59 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4) !important;
}


.input-group-append .input-group-text {
  border-left: none !important;
}

[dir="rtl"] .datepicker.input-group {
  flex-direction: row-reverse;
}

[dir="rtl"] .datepicker input {
  border-left: none !important;
  text-align: end;
}

[dir="rtl"] .datepicker .form-control {
  border-right: 1px solid var(--border-color-6);
}

[dir="rtl"] .input-group-text {
  border: 1px solid var(--border-color-6);
  border-left: 1px solid var(--border-color-6) !important;
  border-right: none;
}

[dir="rtl"] .input-group-append {
  border-right: none;
}

[dir="rtl"] .GESSTwoLight {
  font-family: "GESSTwoLight" !important;
}

[dir="rtl"] .GESSTwoBold {
  font-family: "GESSTwoBold" !important;
}

.dirLtr {
  direction: ltr;
  text-align: center;
}

.double-fields {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* .double-fields div {
  width: 50%;
}

.double-fields div:first-child input {
  border-right: none;
} */





.fields-group-wrapper {
  display: flex;
  flex: 1;
}

.fields-group-wrapper .custom-form-field {
  width: 100%;
}

.fields-group-wrapper .custom-form-field:nth-child(1) input {
  border-right: none;
}

.fields-group-wrapper .custom-form-field {
  margin: 0;
}

.fields-group-wrapper .custom-form-field input {
  border: none;
}

.options .select-option-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.options .select-option-wrapper .form-check-option {
  padding: 0;
  margin: 0;
  flex: 1;
}

.options .select-option-wrapper .form-check-option .form-check {
  padding: 0px 20px;
  display: flex;
}

.options .select-option-wrapper .form-check-option .form-check-image {
  margin: 0;
  padding: 0;
  align-items: center;
}

.options .select-option-wrapper .form-check-option .form-check-image span {
  padding: 12px;
  position: relative;

}

.options .select-option-wrapper .form-check-option .form-check-image .form-check-input {
  margin: 12px;

}

.options .select-option-wrapper .removeOption {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;

}

.options .select-option-wrapper .removeOption div {
  border: 1px solid #595a5c;
  padding: 4px;
  border-radius: 100%;
  display: inline-block;
}

.options .select-option-wrapper .removeOption div img {
  display: flex;
  align-items: center;
}

.fields-group-wrapper .custom-form-field:nth-child(1) input {
  padding-left: 0;
}

.fields-group-wrapper .custom-form-field:nth-child(1) input {
  border-right: 1px solid var(--border-color-6);
}

.options .select-option-wrapper .form-check-option .form-check-image span {
  border-left: 1px solid var(--border-color-6);
}


.ui-sortable {
  list-style: none;
  padding: 0;
}

.redBorder {
  border: 1px solid var(--filter-red-border);
}



.OnlineTrainingBtnModal .nav-item {
  width: 100% !important;
  border-right: 1px solid var(--border-color-6);
}

.OnlineTrainingBtnModal .nav-item:nth-child(2) {
  display: none !important;
}

.ClassRoomTrainingBtnModal .nav-item {
  width: 100% !important;
  border-left: 1px solid var(--border-color-6);
}

.ClassRoomTrainingBtnModal .nav-item:nth-child(1) {
  display: none !important;
}





.swal2-popup {
  background: var(--background-color-2) !important;
}

div:where(.swal2-container) .swal2-html-container {
  color: var(--text-color-1) !important;
}




/* //////////////// Selec Picker */


/*bootstrap-select*/
.bootstrap-select {
  margin-bottom: 20px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu {
  max-width: 300px;
}

/* .bootstrap-select .dropdown-menu .inner {
  max-width: 300px;
} */

.bootstrap-select .dropdown-menu li a.selected {
  background-color: var(--background-color-10);
  width: 200%;
}

.bootstrap-select .bs-ok-default:after {
  position: fixed !important;
}

.bootstrap-select>.dropdown-toggle {
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-6);
  border-radius: 0px;
}

.bootstrap-select .bs-ok-default:after {
  background-color: var(--background-color-2);
  height: 24px;
  width: 14px;
  content: "✓";
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-6);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--background-color-10);

}


.form-control:focus {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu {
  background-color: var(--background-color-2);
  color: var(--text-color-6);

}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: var(--text-color-6);
}

.bootstrap-select .dropdown-menu {
  text-align: start;
}

.filter-optionAR {
  float: right !important;
  text-align: right !important;
}

.dropdown-menuAR {
  float: right !important;
  text-align: right !important;
}


.bootstrap-select.show-tick .dropdown-menuAR li a span.text {
  margin-right: 0px !important;
}


.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
  border: 1px solid var(--border-color-6);
  background-color: var(--background-color-2);
  color: var(--text-color-6);
  border-radius: 0px;

}

.bs-actionsbox,
.bs-searchbox .form-control {
  margin-top: 5px;
  background-color: var(--background-color-2);

}

.bs-searchbox .form-control {
  border: 1px solid var(--border-color-6);
  border-radius: 0px;
}

/* .bootstrap-select {
  max-width: 100% !important;
} */

.bootstrap-select {
  width: 722px !important;

  /* width: 100% !important; */
  /* width: 100% !important; */
}

.bootstrap-select .dropdown-toggle {
  height: 50px;
  padding: 12px;
}

.datepicker1 {
  border-radius: 4px;
  /* direction: ltr; */
}


.input-group-append .input-group-text {
  position: absolute;
  border-left: none !important;
  /* height: 48px; */
  margin-right: 100px;
  display: contents;
  z-index: 0;
}


.myinput {
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-6);
  border-radius: 0;
  color: var(--text-color-6);
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 14px;
  margin-bottom: 10px;
}

/* //////////////// Selec Picker */

.datatableactionbutton {
  display: flex;
  align-items: center;
}

[dir="rtl"] .custom-form-field .form-input-container .custom-form-field-images {
  left: 2px;
  right: unset;
}

[dir="rtl"] .custom-form-field .form-input-container .custom-form-field-images img:nth-child(2) {
  right: unset;
  left: 40px;
}




@media screen and (max-width:768px) {

  .video-uploaded {
    margin-bottom: 22px;
  }

  .video-uploaded .thumbnail {
    width: 100%;
    height: auto !important;
    max-height: auto !important;
    object-fit: cover;
  }

  .video-uploaded .videothumbnail {
    width: 100%;
    height: auto !important;
    max-height: auto !important;
    max-width: 100%;
    object-fit: cover;
  }

}

.step-form-content {
  padding-top: 30px;
  padding-left: 20px;
}

/* Shanoor */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="number"]::-ms-inner-spin-button,
input[type="number"]::-ms-outer-spin-button {
  opacity: 1;
}

input[type="number"]+img {
  right: 34px !important;
}

@media screen and (max-width: 800px) {
  input[type="number"]+img {
    right: 14px !important;
  }
}

.non-rtl-row {
  direction: ltr !important;
  text-align: justify;
}

#courseResources .modal-content {
  margin-bottom: 80px !important;
}

@media screen and (max-width:767.98px) {
  #courseResources .modal-content {
    margin-bottom: 60px !important;
  }
}


.bootstrap-select {
  flex: 1 !important;
}

select+.select2-container--bootstrap-5 {
  width: 100% !important;
}

/* .select2-container--bootstrap-5{
  width:100% !important;
} */
.custom-field .select2.select2-container.select2-container--bootstrap-5 {
  width: 100% !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: inherit !important;
  color: #6c757d;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder .filter-option-inner-inner,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active .filter-option-inner-inner,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus .filter-option-inner-inner,
.bootstrap-select>.dropdown-toggle.bs-placeholder .filter-option-inner-inner {
  color: #b4b5b6 !important;
  text-align: start;
}


.custom-form-field .form-input-container img.image-with-sign {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

[dir="rtl"] .custom-form-field .form-input-container img.image-with-sign {
  right: unset;
  left: 32px;
}

[dir="rtl"] input[type="number"]+img {
  right: unset !important;
  left: 32px;
}

[dir="rtl"] table tbody tr td.GESSTwoLighttd {
  font-family: "GESSTwoLight" !important;
}

@media screen and (max-width: 600px) {
  #courseResources .modal-content {
    margin-bottom: 150px !important;
  }
}

.datepicker .input-group-append {
  width: 48px;
  background-color: var(--background-color-2);
  border: 1px solid var(--border-color-6);
  border-left: none !important;
}

.datepicker .form-control {
  border-right: none !important;
}

[dir="rtl"] .datepicker .input-group-append {
  border-left: 1px solid var(--border-color-6) !important;
  border-right: none !important;
}

[dir="rtl"] .datepicker .form-control {
  border-right: 1px solid var(--border-color-6) !important;
  border-left: none !important;
}

table thead tr th::before,
table thead tr th::before,
table thead tr th::before,
table thead tr th::after,
table thead tr th::after,
table thead tr th::after {
  display: none !important;
}

.form-step-group-item {
  cursor: default;
}

.form-step-group-item.activeItem {
  cursor: pointer;
}

.vsitedFormStep {
  cursor: pointer;
}

.visible-to-date.disable-field {
  cursor: not-allowed;

}

.visible-to-date.disable-field input:disabled {
  background-color: var(--background-color-4) !important;
  cursor: not-allowed;

}

.visible-to-date.disable-field input:disabled::placeholder {
  opacity: 0.4;

}

.visible-to-date.disable-field .input-group-append,
.visible-to-date.disable-field .input-group-text {
  background-color: var(--background-color-4);
}




#Table_View_paginate .pagination .page-item .page-link {
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color-6);
  padding: 0px;
  color: var(--text-color-6);
  text-align: center;
  font-family: "URW DIN Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--background-color-2);
  width: 40px;
  height: 40px;

}

table.dataTable {
  border: 1px solid var(--border-color-7);
}

#Table_View_paginate .pagination .page-item .page-link:focus {
  box-shadow: none;
}

#Table_View_paginate .pagination .page-item .page-link span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#Table_View_paginate .pagination {
  gap: 10px;
  padding-left: 0px;
}

#Table_View_paginate .divider {
  width: 100%;
  background: var(--border-color-6);
  height: 1px;
}

#Table_View_paginate {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}

.modal-seperator {
  border-top: 1px solid var(--border-color-6);
  margin: 25px 0px;
}

@media screen and (max-width: 1300px) {
  .myclass {
    width: 100% !important;
  }
}

@media screen and (max-width: 450px) {
  .otp-modal .modal-content .modal-body {
    padding: 30px;
  }
}

@media screen and (max-width: 400px) {
  .otp-modal .modal-content .modal-body {
    padding: 30px 20px;
  }
}

[dir="rtl"] .form-group>div.date input {
  direction: ltr;
  text-align: right;
}

.otp-modal .didnotreceive-text #resendOtp {
  font-size: 16px;
  margin-inline-start: 8px;
  font-family: "URW DIN Arabic Demi";
  display: inline-block;
}

.otp-modal .didnotreceive-text #resendOtp a {
  font-family: "URW DIN Arabic Demi";
  color: var(--background-color-1);
}

.otp-modal .otp-input.error+.errorElOtp {
  display: block;
}

.otp-modal .otp-input.error .input {
  border-color: red;
}

.errorElOtp {
  width: 100%;
  font-size: 12px;
  color: #FF3939;
  font-family: "URW DIN Arabic";
  font-weight: 500;
  display: none;
}

.errorElOtp img {
  margin-right: 4px;
  width: 15px;
  height: 15px;
}

#ServerErrors {
  display: block;
  font-size: 12px;
  color: red;
  background-color: #ffff0024;
  padding: 5px;
  display: none;
  margin-bottom: 15px;
}

#ServerErrors img {
  width: 15px;
  margin: 0;
  margin-right: 4px;
  vertical-align: text-bottom;
}

#ServerErrors a {
  text-decoration: underline;
  margin-right: 2px;
  margin-left: 2px;
}

tr.unattended {
  background-color: #2c6e5904 !important;
}

#cropAvatarmodal .img-container img {
  width: 100%;
}

.activity-list-comment ul {
  list-style: inherit;
}

.activity-list-comment,
.activity-list-file {
  overflow: auto;
}

.input-with-border {
  border: 1 !important;
}

.form-input {
  margin-bottom: 15px;
}

.file-preview-box {
  border: 1px solid var(--border-color-6);
  border-radius: 12px;
  background-color: #fff;
}

.file-preview-box span {
  color: var(--primaryColor) !important;
}

.custom-upload-file-wrapper2 {
  display: flex;
  height: 140px;
  justify-content: center;
  align-items: center;
}

.file-preview-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.file-preview-pdf {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.file-preview-imgs .preview-card {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100px;
}

.file-preview-imgs .preview-card .img {
  position: relative;
}

.file-preview-imgs .preview-card .img .remove {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  background-color: #eee;
  color: #000000a6;
  border: 1px solid #eee;
  cursor: pointer;
  z-index: 0;
}

.file-preview-imgs .preview-card .img .remove::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 12px;
  background-color: #97989b;
}
.file-preview-imgs .preview-card .img .remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 12px;
  background-color: #97989b;
}

.file-preview-imgs .preview-card .img .edit {
  position: absolute;
  top: -8px;
  right: 18px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  background-color: #eee;
  color: #000000a6;
  border: 1px solid #eee;
  cursor: pointer;
}

.file-preview-imgs .preview-card img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.file-preview-imgs .preview-card .card-info {
  padding: 4px;
}

.file-preview-imgs .preview-card .card-name {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.file-preview-imgs .preview-card .card-size {
  font-size: 11px;
  font-weight: 500;
  color: #000000a6;
}

table input:not([type=checkbox]) , table textarea{
  min-width: 200px;
}

#Table_View_Section_One  tbody tr td span {
    height: auto;
    background-color: white;
  }
.dirham-img {
    display: inline-block !important;
    background-image: url("../images/DirhamSign.svg") !important;
    background-size: contain !important;
    width: 20px !important;
    height: 20px !important;
}