@font-face {
  font-family: "LoewNextArabic";
  src: url("../fonts/LoewNextArabic-Regular.woff2") format("woff2"),
    url("../fonts/LoewNextArabic-Regular.woff") format("woff"),
    url("../fonts/LoewNextArabic-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LoewNextArabic";
  src: url("../fonts/LoewNextArabic-Medium.woff2") format("woff2"),
    url("../fonts/LoewNextArabic-Medium.woff") format("woff"),
    url("../fonts/LoewNextArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LoewNextArabic";
  src: url("../fonts/LoewNextArabic-Bold.woff2") format("woff2"),
    url("../fonts/LoewNextArabic-Bold.woff") format("woff"),
    url("../fonts/LoewNextArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LoewNextArabic";
  src: url("../fonts/LoewNextArabic-ExtraBold.woff2") format("woff2"),
    url("../fonts/LoewNextArabic-ExtraBold.woff") format("woff"),
    url("../fonts/LoewNextArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'LoewNextArabic';
  src: url('@(url)/Loew Next Arabic Thin.otf') format('opentype');
  font-weight: 100 200;
}

@font-face {
  font-family: 'LoewNextArabic';
  src: url('@(url)/Loew Next Arabic Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'LoewNextArabic';
  src: url('@(url)/Loew Next Arabic Medium.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'LoewNextArabic';
  src: url('@(url)/Loew Next Arabic Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'LoewNextArabic';
  src: url('@(url)/Loew Next Arabic ExtraBold.otf') format('opentype');
  font-weight: bolder;
}

@font-face {
  font-family: 'LoewNextArabic';
  src: url('@(url)/Loew Next Arabic Heavy.otf') format('opentype');
  font-weight: 900;
} */

body {
  direction: rtl;
  font-family: LoewNextArabic, sans-serif;
  background-color: #e2e8f0;
}

[type='date'] {
  background: #fff url('./images/calendar.svg') 2% 50% no-repeat;
  display: flex;
  flex-direction: row-reverse;
  text-align: end;
}

[type='date']::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

input::-webkit-inner-spin-button {
  color: red;
}

/* //date-picker */

.ui-datepicker-current-day .ui-state-default {
  border-radius: 50%;
  border: 1px solid #8080ff !important;
  background-color: var(--brand-50, #eef2ff) !important;
  color: var(--brand-600-main, #4f46e5) !important;
  text-align: center;
  padding: 2px 10px;
  font-size: 14px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: 20px;
  /* 142.857% */
}

#ui-datepicker-div {
  background-color: #fff !important;
  padding: 0.7rem 0.5rem !important;
  border-radius: 5px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}

.ui-state-default {
  color: #0f172a;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  padding: 2px 10px;
  line-height: 20px;
  /* 142.857% */
  /* margin: 10px; */
}

.ui-datepicker-calendar thead tr {
  color: var(--neutral-500, #64748b);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.ui-datepicker-week-end::selection {
  background-color: #000;
}

.ui-datepicker-prev {
  background: #fff url('./images/chevron-right.svg') 48% 50% no-repeat;
  cursor: pointer;
}

.ui-datepicker-prev span {
  visibility: hidden;
}

.ui-datepicker-next span {
  visibility: hidden;
}

.ui-datepicker-next {
  background: #fff url(./images/chevron-left.svg) 44% 50% no-repeat;
  cursor: pointer;
}

.ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  /* margin-top: 10px; */
}

.ui-datepicker-title {
  position: absolute;
  left: 33%;
  font-size: 13px;
}

/* ////////////////////////////////////// */
.calender-image {
  position: absolute;
  top: 42px;
  left: 10px;
}

input::placeholder {
  color: var(--neutral-400, #797c81);
  font-size: 11px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: 24px;
  /* 184.615% */
}

input:focus {
  box-shadow: none;
}

.form-control {
  border-radius: 8px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  font-size: 13px;
}

.form-control:not(textarea) {
  height: 2.625rem;
}

.form-control.disabled {
  border-radius: 8px;
  border: 1px solid var(--neutral-200, #e2e8f0) !important;
  /* background: var(--neutral-50, #f8fafc) !important;/ */
  background: #f8fafc url('./images/calendar.svg') 2% 50% no-repeat;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 3px 8px 0px rgba(0, 0, 0, 0.05) !important;
}

.form-control:focus {
  box-shadow: none;
}

input[type='date'] {
  font-size: 13px;
  font-weight: 700;
}

.error {
  border: 1px solid var(--status-danger-600, #e11d48);
}

.error-msg {
  color: var(--status-danger-600, #e11d48);
  font-size: 12px;
  font-weight: 500;
}

.input-check:checked {
  background: var(--secondary-dark-purple-100, #5e1ad5);
  border-color: #5e1ad5 !important;
}

.form-switch {
  padding-right: unset;
  padding-left: unset;
}

.check-radio {
  padding-right: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-radio .input-check {
  margin-left: 5px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

.input-icon {
  position: absolute;
  top: 59%;
  left: 11px;
}

.icon-text {
  padding-right: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  top: 54%;
}

textarea {
  width: 100%;
  display: flex;
  /* height: 130px !important; */
}

textarea::-moz-placeholder {
  color: var(--neutral-400, #797c81);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 184.615% */
}

textarea::placeholder {
  color: var(--neutral-400, #797c81);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 184.615% */
}

.error-icon {
  top: 24%;
}

.form-check-label {
  color: var(--neutral-900, #0f172a);
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  /* 184.615% */
}

.switch-text {
  color: var(--text-placeholder, #94a3b8);
  font-size: 12px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 22px;
  /* 183.333% */
}

.input-switch {
  display: flex;
  width: 42px !important;
  height: 22px;
  padding: 2px 22px 2px 2px;
  align-items: flex-start;
  gap: 10px;
}

.line {
  height: 20px;
  left: 38px;
  border-right: 1px solid var(--neutral-200, #e2e8f0);
  background: transparent;
  top: 42px;
}

.icon-container {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #007ab9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert {
  border-radius: 8px;
  padding: 12px !important;
}

.alert .text {
  color: var(--text-body, #1e293b);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
}

.alert-success {
  border: 1px solid var(--status-success-600, #0d9488);
  background: var(--status-success-50, #f0fdfa);
}

.alert-info {
  border: 1px solid var(--status-info-400, #38bdf8);
  background: var(--status-info-100, #e0f2fe);
}

.alert-warning {
  border: 1px solid var(--status-warning-400, #f59e0b);
  background: var(--status-warning-50, #fef3c7);
}

.alert-danger {
  border: 1px solid var(--status-danger-400, #fb7185);
  background: var(--status-danger-50, #fff1f2);
}

.bi-arrow-left {
  visibility: hidden;
  height: 15px;
  width: 52px;
  right: 37%;
  transition: all 0.3s ease-in;
}

ul {
  padding-left: unset;
  padding-right: unset;
}

.sidebar-content ul .active {
  background: linear-gradient(270deg, #7f92ff -23.16%, #5e1ad5 106.52%);
  color: #fff;
  .side-text {
    color: #fff !important;
  }
}

ul .active .unique {
  border-bottom: none;
}

ul li {
  list-style: none;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
}
.app-pager ul li{
  display:block;
}
.header-content {
  background-image: url('./images/background.jpg');
  height: 12.75rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.12);
}

.header-content .overlay {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 100%);
  backdrop-filter: blur(1.5px);
  box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.12);
  padding: 3rem 1rem 1rem 1rem;
}

.header-content .content .image-container {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.header-content .content .image-container.menu {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.header-content .content .image-container:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header-content .content .image-container .image {
  color: #fff;
}

.header-content .logo {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}

.profile-data {
  display: none;
  width: 206px;
  top: 81px;
  left: 87px;
  padding: 16px;
  border-radius: 8px;
  background: var(--basic-white, #fff);
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 0px 40px 8px rgba(163, 163, 163, 0.25);
}

.profile-arrow {
  position: absolute;
  top: -5px;
  left: 19px;
}

.profile-data .profile-name {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.profile-data .profile-name .name {
  color: var(--text-body, #1e293b);
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.profile-data .postion {
  color: var(--text-placeholder, #94a3b8);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 12px */
}

.profile-data .profile-links {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
}

.profile-data .profile-links .links {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-body, #1e293b);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 11px */
  padding: 5px 0px;
}

.profile-data .profile-links .links:hover {
  background: var(--secondary-light-purple-6, rgba(94, 26, 213, 0.06));
}

.profile-data .logout {
  color: var(--status-danger-600, #e11d48);
  margin-top: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.profile-data .logout:hover a {
  background: var(--Status-Danger-50, #fff1f2);
}

.main-content {
  width: 100%;
  height: 100%;
  margin-top: -112px;
}

.main-content .card {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  position: unset;
  opacity: 92%;
  backdrop-filter: blur(4px);
}

.main-content .alert {
  font-size: 14px;
  font-weight: 600;
  padding: 0.7rem 1rem;
}

.main-content .block {
  gap: 10px;
}

.main-content form .icon-file {
  font-size: 1rem;
}

.main-content form .input-file {
  text-align: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  background: var(--basic-white, #fff);
  display: flex;
  padding: 12px 8px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.main-content form .file[type='file'] {
  display: none;
}

.main-content form .inputTag {
  cursor: pointer;
}

.main-content form #imageName {
  color: green;
}

.main-content form .images-container {
  background-color: #5b03ac;
}

.main-content form .buttons-container {
  gap: 1rem;
}

.main-content form .buttons-container .cancel {
  border: 1px solid var(--neutral-400, #94a3b8);
  color: #64748b;
  padding: 0.7rem 2.5rem;
  font-size: 14px;
  border-radius: 8px;
}

form label {
  color: var(--text-body, #1e293b);
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  /* 183.333% */
}

form .text-muted {
  color: #94a3b8 !important;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

form .calender {
  direction: ltr;
}

form .input-link {
  position: absolute;
  top: 59%;
  right: 11px;
}

.btn {
  font-size: 13px;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
}

.btn-primary {
  border-radius: 8px;
  background: var(--secondary-dark-purple-100, #5e1ad5);
  border: none;
  color: #fff;
  display: flex;
  line-height: unset;
  align-items: center;
  font-size: 13px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--secondary-dark-purple-100, #5e1ad5);
}

.btn-outline-primary {
  border-radius: 8px;
  border: 1px solid #5e1ad5;
  padding: 8px 16px;
  background: #fff;
  color: #5e1ad5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--secondary-dark-purple-100, #5e1ad5);
  color: #fff;
}

.btn-outline-primary:hover svg {
  filter: brightness(100);
}

.form-check-input:checked {
  background-color: #5e1ad5;
  border-color: #0d6efd;
}

.gray {
  color: var(--text-placeholder, #94a3b8);
  font-size: 10px;
  font-weight: 300;
}

.black {
  color: var(--text-body, #1e293b);
  font-size: 10px;
  font-weight: 700;
}

.unique {
  width: 100%;
  padding-left: 1rem;
  border-bottom: 1px solid var(--neutral-200, #e2e8f0);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uniqness:hover {
  color: #5b03ac;
  background-color: #fff;
}

.uniqness:hover .bi-arrow-left {
  visibility: visible;
  width: 20px;
}

.back-icon {
  /* visibility: hidden; */
  cursor: pointer;
  position: absolute;
  transition: all 0.3s ease-in;
  height: 20px;
  right: 5%;
  /*top: 10;*/
  margin-top: 3px;
}

.main-menu {
  display: inline;
  font-weight: 700;
  font-size: 14px;
}

.main-menu-sub {
  display: none;
}
.hovv:hover {
  background-color: #fff !important;
}

.hovv:hover .side-text {
  color: #5e1ad5;
}

.hovv:not(.active-parent):hover .side-icon svg {
  filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(6046%) hue-rotate(259deg)
    brightness(92%) contrast(98%);
}

.hovv:hover .bi-chevron-left {
  stroke: #7f92ff;
}

.cst-inner-sidebar {
  border-top: 2px solid #e2e8f0;
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Stay on top */
  top: 120px;
  left: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  background-color: #fff;
  width: 258px;
  transform: translateX(-258px);
  transition: all 0.3s ease-out;
}
.cst-inner-sidebar ul {
  padding-right: 0;
}
.cst-inner-sidebar ul li {
  margin: 0 1rem 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-bottom: unset;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sidenav {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9) 26.56%,
    rgba(241, 245, 249, 0.9) 100%
  );
  /* background-color: #E5EAEE; */

  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  height: 100%;
  /* 100% Full-height */
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  width: 300px;
  transform: translateX(-300px);
  transition: all 0.3s ease-out;
  /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav.nav-opened {
  box-shadow: 10px 0px 40px 8.036px rgba(0, 0, 0, 0.2);
}

.sidenav .sidebar-content li {
  border-bottom: unset !important;
  padding: 0 !important;
}

.sidenav .sidebar-header {
  padding: 1rem;
}

.sidenav .sidebar-header .search {
  height: 34px;
}

.sidenav .sidebar-header .search:focus {
  box-shadow: none;
}

.sidenav .sidebar-header .search::-moz-placeholder {
  font-size: 12px;
}

.sidenav .sidebar-header .search::placeholder {
  font-size: 12px;
}

.sidenav .sidebar-header .header-text {
  text-align: center;
  margin-top: 15px;
  color: #94a3b8;
}

.sidenav .sidebar-content ul {
  padding-right: 0;
}
.sidenav .sidebar-content .side-icon {
  padding: 14px 0.7rem;
  color: #b591d6;
}

.sidenav .sidebar-content .side-icon.home {
  padding: 10px 1rem;
}

.sidenav .sidebar-content .side-text {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  &:hover {
    color: #5e1ad5;
    /* background-color: #fff !important; */
  }
}

.sidenav .bi-chevron-left {
  height: 20px;
  width: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.displayed-images {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.displayed-images #attatchment-btn-container {
  border: 1px dashed #5b03ac;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.displayed-images #attatchment-btn-container p {
  margin: 3px 0px 6px 0px;
  padding: 0px;
}

.displayed-images #attatchment-btn-container .file[type='file'] {
  display: none;
}

.img-thumbs {
  border-radius: 0.25rem;
  margin: 1.5rem 0;
}

.img-thumbs .wrapper-thumb {
  position: relative;
  display: inline-block;
  margin-left: 3rem;
}

.img-thumbs .wrapper-thumb .img-preview-thumb {
  border-radius: 10px;
  height: 90px;
  width: 103px;
}

.img-thumbs .wrapper-thumb .remove-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  top: -5px;
  left: -23px;
  height: 20px;
  width: 17.78px;
  padding: 2.22px;
  background: #f1f5f9;
  border-radius: 3.33px;
  font-weight: bold;
  cursor: pointer;
}

.img-thumbs-hidden {
  display: none;
}

/*# sourceMappingURL=index.css.map */
/*bassem*/
section.list-view-section .card-actions {
  padding-bottom: 16px;
}

section.list-view-section .card-actions .form-check {
  padding-right: 2.75rem;
}

section.list-view-section .card-actions .form-check-input {
  border-color: #1e293b !important;
  border-radius: 4px;
  background-color: transparent;
}

.highlight {
  color: var(--text-body, #1e293b);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 160% */
}

section.list-view-section .card {
  border-radius: 12px;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
  padding: 12px;
  margin-bottom: 16px;
}

section.list-view-section .card:hover {
  background-color: #f1f9ff;
}

section.list-view-section .card-1 .card-body .icon-title span.card-title {
  color: #1e293b;
  font-size: 12px;
  font-weight: 700;
  padding-right: 8px;
}

section.list-view-section .card-1 .card-body p.card-text {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 300;
  padding-right: 42px;
}

section.list-view-section .card-1 .card-body p.date {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  justify-content: end;
}

section.list-view-section .card-2 .card-body .icon-title span.card-title {
  color: #1e293b;
  font-size: 12px;
  font-weight: 700;
  padding-right: 8px;
  opacity: 0.5;
}

section.list-view-section .card-2 .card-body p.card-text {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 300;
  padding-right: 42px;
  opacity: 0.5;
}

section.list-view-section .card-2 .card-body p.date {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.5;
  display: flex;
  justify-content: end;
}

section.QA-accordion .card {
  padding: 24px;
}

section.QA-accordion .accordion-item {
  border: 0;
}

section.QA-accordion .accordion-item .accordion-body {
  padding: 28px 32px;
}

section.QA-accordion .accordion-item .accordion-card {
  padding: 24px;
  border-radius: 12px;
  background: #f0f0f6;
  margin-bottom: 16px;
}

section.QA-accordion .accordion-item .accordion-body .accordion-card .ans {
  margin-top: 16px;
}

section.QA-accordion .accordion-item .accordion-body .accordion-card .ans .answers-list {
  margin-top: 8px;
}

/* global styles */

section.list-view-section .card-actions .form-check-input:focus {
  box-shadow: none;
}

section.list-view-section .card-actions .form-check-input[type='checkbox']:checked {
  border-color: #5b03ac !important;
  background-color: #5b03ac;
}

/* global styles */
.QA-title {
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

.QA-accordion .form-control {
  margin-left: 8px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 24px; */
}

.QA-accordion .form-check-input[type='radio'] {
  border: 1px solid #64748b;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

.QA-accordion .form-check-input[type='radio']:checked {
  background-color: #5b03ac;
  border-color: #5b03ac;
}

.QA-accordion .delete-icon {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 8px 12px;
}

.QA-accordion .new-ans-btn {
  color: #5e1ad5;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  margin: 0 25px;
}

.QA-accordion .new-ans-btn span {
  margin-right: 8px;
}

.new-qus-btn {
  border-radius: 8px;
  border: 1px solid #5e1ad5;
  padding: 8px 16px;
  background: #fff;
}

.QA-accordion .new-qus-btn span {
  color: #5e1ad5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.QA-accordion .actions-btn span {
  margin-left: 16px;
}

.QA-accordion .actions-btn .btn-cancel {
  border-radius: 8px;
  border: 1px solid #94a3b8;
  padding: 16px 48px;
  background: #fff;
  color: var(--neutral-500, #64748b);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.QA-accordion .actions-btn .btn-draft {
  border-radius: 8px;
  border: 1px solid #5e1ad5;
  background: #fff;
  padding: 16px 24px;
  color: #5e1ad5;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.QA-accordion .actions-btn .btn-submit {
  border-radius: 8px;
  background: #5e1ad5;
  padding: 16px 24px;
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 700;
}

.QA-accordion .accordion-button {
  padding: 0;
}

.QA-accordion .accordion-button span {
  margin-right: 8px;
  color: #1e293b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.QA-accordion .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.QA-accordion .form-check-input:focus {
  box-shadow: none;
}

.QA-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #1e293b;
  box-shadow: none;
}

.QA-accordion .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

/* end global styles */

@media screen and (max-width: 450px) {
  section.QA-accordion .card {
    padding: 24px 16px;
  }

  section.QA-accordion .accordion-item .accordion-body {
    padding: 0;
    padding-top: 24px;
  }

  section.QA-accordion .accordion-item .accordion-card {
    padding: 24px 16px;
  }

  .QA-title {
    margin-bottom: 6px;
  }
  /*.main-content {
                padding: 16px !important;
                margin-top: 32px;
                top: 46%;
            }*/

  section.QA-accordion .accordion-item .accordion-body .accordion-card .ans .answers-items {
    width: 100%;
  }

  section.QA-accordion
    .accordion-item
    .accordion-body
    .accordion-card
    .qus
    .qus-input
    .form-control {
    height: 137px;
    padding: 40px 12px;
    /* text-align: center; */
  }
}

/* cards section */
section.cards-section {
  padding-top: 80px;
}

section.cards-section .row {
  padding-bottom: 32px;
}

section.cards-section h1 {
  color: #1e293b;
  font-size: 24px;
  font-weight: 700;
}

section.cards-section .card {
  padding: 24px 16px;
  border-radius: 10.08px;
  border: 0px solid #9fadff;
  background: #fff;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
}

section.cards-section .card .card-img-top {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 12px;
}

section.cards-section .card .card-title {
  color: #1e293b;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

section.cards-section .card .card-text {
  color: #1e293b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 12px;
}

section.cards-section .card .card-body .date-title {
  color: #94a3b8;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}

section.cards-section .card.cards {
  border-radius: 12px;
  margin-top: 32px;
  padding: 32px;
}

section.cards-section .row.wrapper {
  border-radius: 12px;
  background: #f0f0f6;
  padding: 16px 4px;
}

/* end cards section */

/* forms */
section.forms-accordion {
  padding-top: 0px;
}

section.forms-accordion h1 {
  color: #1e293b;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

section.forms-accordion .accordion-item {
  /* padding: 24px; */
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
}

section.forms-accordion .accordion-button {
  padding: 24px !important;
  border-radius: 12px !important;
}

section.forms-accordion .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

section.forms-accordion .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}

section.forms-accordion .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

section.forms-accordion .accordion-body {
  padding: 16px 32px 32px 32px;
}

section.forms-accordion .accordion-body label {
  color: #1e293b;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 6px;
}

section.forms-accordion .accordion-body input[readonly] {
  color: #666;
  font-size: 13px;
  padding: 12px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}

section.forms-accordion .accordion-button::after {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/chevron-up.svg);
  transform: rotate(180deg);
}

section.forms-accordion .accordion-button:not(.collapsed)::after {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/chevron-down.svg);
}

/* end forms */
/* end bassem */

/* khaled */
/* tabs style */
#tabs .my-task,
#tabs .task-details {
  width: 100%;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

#tabs .my-task {
  display: flex;
  justify-content: center;
}

hr {
  color: #80808087;
  margin: 27px 0px;
}

#tabs .my-task .tab-view,
#tabs .task-details .tab-view {
  display: inline-block;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  border-radius: 35px;
  height: 100%;
  width: fit-content;
  /* overflow-x: scroll; */
  /* white-space: nowrap; */
  margin: 0px 8px;
  cursor: pointer;
  font-weight: 700;
}

#tabs .my-task .tab-view-active,
#tabs .task-details .tab-view-active {
  background-color: rgb(255 255 255);
}

.tab-view img {
  margin-left: 8px !important;
}

#tabs .my-task .tab-view-active label {
  font-size: 14px;
  color: var(--text-body, #1e293b);
  text-align: center;
}

#tabs .task-details .tab-view label {
  color: var(--text-body, #1e293b);
  text-align: center;
  font-size: 12px;
}

#tabs .my-task .tab-view-active label span,
#tabs .task-details .tab-view-active label span {
  color: #5f1ad5;
}

#tabs .my-task .tab-view-inActive,
#tabs .task-details .tab-view-inActive {
  background-color: rgb(255 255 255 / 40%);
}

#tabs .my-task .tab-view-inActive label {
  color: #1e293b80;
  font-size: 14px;
  text-align: center;
}

#tabs .task-details .tab-view-inActive label {
  color: #1e293b80;
  font-size: 12px;
  text-align: center;
}

#tabs .my-task .tab-view-inActive label span,
#tabs .task-details .tab-view-inActive label span {
  color: #5f1ad563;
}

#tabs .my-task::-webkit-scrollbar,
#tabs .task-details::-webkit-scrollbar {
  display: none;
}

.image-inactive {
  opacity: 0.6;
}

#tabs .task-details {
  margin-bottom: 24px;
}

#tabs .task-details .tab-view {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

.task-details .tab-view img {
  height: 20px;
}

#tabs .card {
  height: 161px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  background: var(--basic-white, #fff);
  /* block shadow */
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
}

#tabs .card h5 {
  font-size: 18px;
  color: #000;
}

/* grid style */
.grid-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.title h5 {
  color: var(--text-body, #1e293b);
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.title span {
  color: var(--text-placeholder, #94a3b8);
  /* font-family: Loew Next Arabic; */
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.title .sign {
  margin: 0px 10px;
}

.unid {
  display: flex;
  align-items: center;
}

/* .search {
            border-radius: 80px;
            border: 1px solid var(--neutral-200, #e2e8f0);
            background: var(--basic-white, #fff);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) inset;
            padding: 10px 16px;
            margin-right: 1rem;
            display: flex;
            align-items: center;
        } */

.search input {
  border: none;
  padding: 0 8px;
}

.search input:focus {
  outline: none;
}

.search img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.search input::placeholder {
  color: var(--text-placeholder, #94a3b8);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -1px;
}

.filter {
  color: var(--text-body, #1e293b);
  margin-left: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.grid-layout button {
  padding: 12px 15px;
  border-radius: 25px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #e2e8f0;
  display: flex;
}

.filtered {
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  margin: 0 5px;
  padding: 2px 10px;
  border-radius: 15px;
  border-radius: 80px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  font-size: 11px;
}

.filtered-name {
  color: #5e1ad5 !important;
}

.text-bold {
  color: var(--text-body, #1e293b);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.5rem 1rem 2rem !important;
  text-align: right;
}

.table > :not(:last-child) > :last-child > * {
  text-align: right;
}

.pe-4 {
  text-align: center !important;
}

table .actions {
  text-align: end !important;
}

table thead .action {
  padding-right: 3.5rem !important;
}

.table-layout {
  background-color: #e2e8f0;
  margin: 25px;
  border-radius: 15px;
  padding: 1rem 1rem;
}

thead tr {
  text-align: center;
}

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

.table tbody tr {
  position: relative;
  z-index: 1;
  text-align: center;
  /* display: flex;
          align-items: center; */
}

.table tbody tr:hover {
  background-color: #f1f9ff;
}

.table tbody tr::after {
  content: '';
  position: absolute;
  right: 1.5%;
  bottom: 0;
  width: 96%;
  border-bottom: 1px solid #e2e8f0 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
}

.table thead {
  font-size: 12px;
  color: var(--primary-50, #8080b1);
}

.table tbody {
  color: var(--text-body, #1e293b);
  font-size: 12px;
  font-weight: 700;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  border-radius: 10px;
  line-height: 160%;
  background-clip: border-box;
  background-color: #fff;
  box-shadow: 0 0 0 1px var(--Neutral-200, #e2e8f0);
}

.table table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table tbody tr:first-child td:first-child {
  border-top-right-radius: 10px;
}

.table tbody tr:last-child td:first-child {
  border-bottom-right-radius: 10px;
}

.table tbody tr:first-child td:last-child {
  border-top-left-radius: 10px;
}

.table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 10px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--Neutral-200, #e2e8f0);
}

.table .action-column {
  padding: 1rem 0.5rem 1rem 0rem;
}

.pager {
  background-color: #fff;
  width: 100%;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.pagination {
  margin: 0;
  color: var(--neutral-500, #64748b);
  font-size: 12px;
  font-weight: 700;
}

.pagination li {
  padding: 0;
  border-bottom: none;
  margin: 0 10px;
}

.pagination li:focus {
  color: #fff;
}

.active-page {
  background-color: #8653e0;
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.page-count span {
  color: var(--neutral-500, #64748b);
  font-size: 11px;
  font-weight: 700;
}

.page-count select {
  border-radius: 12px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  background: var(--basic-white, #fff);
  /* block shadow */
  /* box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04); */
  padding: 6px 12px;
  color: var(--neutral-500, #64748b);
  font-size: 11px;
  margin-right: 5px;
  font-weight: 700;
  appearance: none;
  background-image: url('./images/arrow-ios-down.svg');
  background-size: 24px;
  background-position: left 6px center;
  background-repeat: no-repeat;
  width: 70px;
  height: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}

.active-action {
  padding: 8px 12px !important;
  border-radius: 8px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  font-size: 1.25rem;
  line-height: 16px;
}

.active-action:hover {
  color: white;
}

.inactive-action {
  padding: 5px;
  opacity: 0.2;
}

.dot {
  height: 10px;
  width: 10px;
  background: var(--neutral-300, #cbd5e1);
  border-radius: 50%;
  display: inline-block;
}

.dot-active {
  height: 10px;
  width: 10px;
  background: var(--status-success-400, #2dd4bf);
  border-radius: 50%;
  display: inline-block;
}

.btn-add {
  margin: 25px 25px 0;
  border-radius: 8px;
  color: #ffff;
  background: var(--secondary-dark-purple-100, #5e1ad5);
  display: flex;
  padding: 8px 16px;
  width: fit-content;
  align-items: end;
  border: antiquewhite;
}

.btn-add span {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.table-layout.form-switch {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-layout.form-switch input {
  padding: 7px 14px;
}

.table-layout.form-check-input:checked {
  background-color: #2dd4bf;
  border-color: #cbd5e1;
}

.table-layout.form-check-label {
  margin: 0 40px;
}

.readonly {
  color: var(--text-placeholder, #94a3b8);
}

.switch-layout {
  display: flex;
  /* justify-content:/  */
  align-items: center;
}

.switch-layout .form-check-input {
  width: 42px !important;
  height: 20px;
}

.switch-layout .form-check-input:checked {
  background-color: var(--status-success-400, #2dd4bf);
  border-radius: 26.667px;
  border: 0.667px solid var(--neutral-300, #cbd5e1);
}

.pendding {
  display: flex;
  flex-wrap: wrap;
  background: var(--secondary-light-blue-100, #00d0ff);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 120px;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
}

.reject {
  display: flex;
  justify-content: center;
  background: var(--status-danger-600, #e11d48);
  color: #fff;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  padding: 4px;
  font-size: 11px;
  width: 120px;
}

.accept {
  justify-content: center;
  background: var(--status-success-600, #0d9488);
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  padding: 4px;
  display: flex;
  align-items: center;
  width: 120px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .card-view {
    display: flex;
    border-bottom: 1px solid #f8f8f8;
    padding: 5px 0px;
    font-size: 12px;
    align-items: center;
  }

  .card-view span {
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  .card-view {
    display: grid;
    border-bottom: 1px solid #f8f8f8;
    padding: 12px 0px;
  }

  @media (max-width: 896px) {
    #tabs .my-task {
      display: flex;
      justify-content: normal;
    }
  }
}

.sidebar-filter {
  height: 100vh;
  width: 300px;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9) 26.56%,
    rgba(241, 245, 249, 0.9) 100%
  );
  box-shadow: 10px 0px 40px 8.036px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px);
}

.sidebar-filter .filter-title {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.sidebar-filter .filter-controls {
  margin: 0 20px;
}

.sidebar-filter .filter-title span {
  color: var(--text-placeholder, #94a3b8);
  font-size: 16px;
  font-weight: 700;
}

.sidebar-filter .filter-title img {
  cursor: pointer;
}

.filter-controls input,
.filter-controls select {
  border-radius: 10px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
  height: 40px;
  width: 100%;
  color: var(--text-body, #1e293b);
  font-size: 13px;
  font-weight: 700;
}

.filter-controls label {
  color: var(--neutral-700, #334155);
  font-size: 12px;
  font-weight: 700;
}

.filter-controls input:focus,
.filter-controls select:focus {
  outline: none;
}

.sidebar-filter .filter-controls .date {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--neutral-200, #e2e8f0);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
}

.sidebar-filter .filter-controls .date input {
  border: none;
  width: 85%;
  height: 40px;
  margin-right: 5px;
  color: var(--text-body, #1e293b);
  font-size: 12px;
  font-weight: 700;
}

.sidebar-filter .filter-controls .date input:focus {
  outline: none;
}

.sidebar-filter .actions {
  position: absolute;
  bottom: 0;
  margin: 20px 45px;
}

.actions .apply-filter {
  background-color: #5e1ad5;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
}

.actions .apply-filter span {
  color: #fff;
  font-size: 12px;
}

.sidebar-filter .reset {
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  color: #8653e0;
  font-size: 12px;
}

/* end khaled */

/*hussam*/
/* modals start*/
:root {
  --neutral-400: #94a3b8;
  --neutral-600: #475569;
  --text-body: #1e293b;
  --primary-color: #5e1ad5;
  --success-color: #0d9488;
  --neutral-200: #e2e8f0;
  --neutral-500: #64748b;
  --neutral-900: #0f172a;
  --basic-white: #fff;
  --status-info-400: #38bdf8;
  --status-info-100: #e0f2fe;
  --status-danger-600: #e11d48;
  --status-danger-400: #fb7185;
  --status-danger-50: #fff1f2;
  --text-placeholder: #94a3b8;
}

@media (min-width: 576px) {
  .flex-grow-sm-0 {
    flex-grow: 0 !important;
  }

  .flex-gap-sm-6 {
    gap: 1.5rem !important;
  }
}

.flex-gap-2 {
  gap: 0.5rem !important;
}

.flex-gap-6 {
  gap: 1.5rem !important;
}

.flex-gap-8 {
  gap: 2rem !important;
}

.padding-x-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.form-check-input[type='radio'] {
  width: 1.25rem;
  height: 1.25rem;
  border-color: var(--neutral-500);
  margin: 0;
}

.form-check-input[type='radio']:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-success {
  background-color: var(--success-color);
  font-weight: 300;
}

.btn-success:hover,
.btn-success:focus {
  color: #fff !important;
  background-color: var(--success-color) !important;
  border-color: var(--success-color) !important;
}

.btn-danger {
  background-color: var(--status-danger-600);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: var(--status-danger-600) !important;
}

.btn-modal {
  border-radius: 0.5rem;
  /* padding: 1rem 3rem; */
  /*color: var(--basic-white);*/
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0.7rem 1.4rem;
}

.btn-outline-cancel {
  color: var(--neutral-600);
  border: 1px solid var(--neutral-400);
}

@media (max-width: 575.98px) {
  .modal {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 95%;
  }

  .profile-data {
    top: 58px;
    left: 72px;
  }
}

.modal-content {
  padding: 2.5rem;
  border-radius: 1.25rem;
}

@media (max-width: 575.98px) {
  .modal-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.modal-header {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  border: 0;
}

.modal-header .modal-title {
  color: var(--text-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
}

.modal-body {
  margin-bottom: 1.5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  border: 0;
  gap: 1rem;
  text-wrap: nowrap;
}

.modal-footer > * {
  margin: 0;
}

.modal-contains-fields .modal-body {
  padding: 1.25rem;
}

@media (max-width: 575.98px) {
  .modal-contains-fields .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-contains-fields .modal-body .col-12:not(:last-child) {
  margin-bottom: 1rem;
}

.modal-contains-fields .modal-body .col-6:not(:last-child) {
  margin-bottom: 1rem;
}

.modal-contains-fields .modal-body select {
  text-wrap: wrap;
}

.modal-contains-fields .modal-body label {
  color: var(--neutral-700, #334155);
  margin-bottom: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 183.333% */
}

.modal-contains-fields .modal-body .radio-label {
  color: var(--neutral-900);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
}

.modal-contains-fields .modal-body .form-control {
  border-radius: 8px !important;
  border: 1px solid var(--neutral-200, #e2e8f0);
  /* background: var(--neutral-50, #F8FAFC); */
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset, 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  height: 2.5rem;
}

.modal-contains-fields .modal-body input {
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 184.615% */
}

.modal-contains-fields .modal-body select {
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 184.615% */
}

@media (max-width: 575.98px) {
  .modal-contains-fields .modal-footer .btn-modal {
    font-weight: 500;
    flex-grow: 1;
  }

  .modal-contains-fields .modal-footer .btn-modal.btn-outline-cancel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-grow: 0;
  }
}

@media (min-width: 576px) {
  .modal-contains-fields .modal-footer .btn-modal {
    flex-grow: 0;
  }
}

/* confirmation-modal start */

.confirmation-modal .modal-header-with-image {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.confirmation-modal .modal-body {
  padding: 0;
}

.confirmation-modal .modal-body p {
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.confirmation-modal .modal-body .message {
  display: flex;
  align-items: start;
  margin-top: 1rem;
  padding: 0.75rem;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: none;
}

.confirmation-modal .modal-body .message-placeholder {
  justify-content: center;
}

.confirmation-modal .modal-body .message-info {
  border: 1px solid var(--status-info-400);
  background: var(--status-info-100);
}

.confirmation-modal .modal-body .message-danger {
  border: 1px solid var(--status-danger-400);
  background: var(--status-danger-50);
}

.confirmation-modal .modal-body .message img {
  width: 1.5rem;
  height: 1.5rem;
}

.confirmation-modal .modal-body .message p {
  text-align: start;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

.confirmation-modal .modal-body .message-info p {
  color: var(--text-body);
}

.confirmation-modal .modal-body .message-danger p {
  color: var(--status-danger-600);
}

.confirmation-modal .modal-body .message-placeholder p {
  color: var(--text-placeholder);
  text-align: center;
  font-weight: 300 !important;
}

.confirmation-modal .modal-body .evaluation {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-top: 1px solid var(--neutral-200);
}

.confirmation-modal .modal-body .evaluation .evaluation-title {
  display: flex;
  justify-content: center;
  color: var(--text-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}

.confirmation-modal .modal-body .evaluation .evaluation-placeholder {
  display: flex;
  justify-content: center;
  color: var(--text-placeholder);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
}

.confirmation-modal .modal-body .evaluation .evaluation-stars {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

/*
        .footer {
            border-radius: 80px;
            border: 1px solid var(--neutral-200, #e2e8f0);
            background: var(--basic-white, #fff);
            display: flex;
            padding: 0.5rem 0rem;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
            margin-bottom: 1rem;
        }

            .footer .help,
            .contact,
            .message {
                display: flex;
                align-items: center;
                gap: 10px;
                border-left: 1px solid #e2e8f0;
                padding: 0px 20px;
                color: var(--text-body, #1e293b);
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                line-height: 22px;
            }

            .footer .logo {
                padding: 0px 20px 0px 10px;
            }
            */

.mandate-table .custom-check {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-500, #64748b);
}

.mandate-table span {
  padding-top: 2px;
  display: inline-block;
}
/* search bar */
.sidenav .sidebar-header .search-area {
  /* margin: 0 16px; */
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  border: 1px solid #e2e8f0;
  opacity: 0.65;
  background: #fff;
  border-radius: 80px;
}

.sidenav .sidebar-header .search-area .search {
  border: 0;
  flex-grow: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  box-shadow: none;
  background-color: transparent !important;
}

.sidenav .sidebar-header .search-area .search:focus-visible {
  outline: 0;
}

.sidenav .sidebar-header .search-area .search::placeholder {
  color: var(--text-placeholder, #94a3b8);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Tooltip */
.header-content-item-tooltip {
  display: flex;
  opacity: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.125rem 0.5rem;
  position: absolute;
  right: 50%;
  translate: 50%;
  transition: all 0.4s ease-out;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  white-space: nowrap;
}

.item-tooltip:hover .header-content-item-tooltip {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: translateY(40px);
  color: white;
}

.active-parent,
.active-parent:hover {
  background-color: #7f92ff !important;
  opacity: 1 !important;
  color: white;
}

.active-parent svg path,
.active-parent:hover svg path {
  stroke: white;
}

.active-parent .side-icon,
.active-parent:hover .side-icon {
  opacity: 1 !important;
}

.menu-inner-item-parent,
.menu-inner-item-parent:hover {
  margin: 0 !important;
  padding: 0 1rem 0 0;
  /* change 1 */
  background: var(--neutral-100, #f1f5f9);
  color: var(--text-placeholder, #94a3b8) !important;
}
.menu-inner-item-parent:hover {
  /* change 2 */
  color: #5e1ad5;
}
.menu-inner-item-parent .unique,
.menu-inner-item-parent:hover .unique {
  border-bottom: unset;
}

@media (max-width: 768px) {
  /* .header-content .logo img {
                width: 70px;
            } */
  /* .profile-data {
                top: 72px;
                left: 84px;
            } */
}

@media (max-width: 575.98px) {
  .confirmation-modal .modal-footer .btn-modal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-grow: 1;
  }

  .confirmation-modal .modal-footer .btn-outline-cancel {
    flex-grow: 0;
  }

  .breadcrumb-title {
    font-size: 1rem !important;
    line-height: 20px;
  }

  .title span {
    font-size: 0.625rem;
    color: var(--text-placeholder, #94a3b8) !important;
    font-weight: 500;
  }

  section.forms-accordion .accordion-body {
    padding: 16px 27px 32px 29px;
  }

  .header-content .overlay {
    padding: 3rem 1.1rem 1rem 1.1rem;
  }

  .header-content .logo img {
    width: 70px;
  }
}

@media (min-width: 576px) {
  .confirmation-modal .modal-footer .btn-modal {
    flex-grow: 0;
  }
}

@media (min-width: 430px) and (max-width: 768px) {
  .cst-inner-sidebar {
    top: 122px;
  }
}

@media (max-width: 430px) {
  .search {
    margin-right: unset !important;
    /* margin-top: 1rem; */
  }

  .filter {
    display: none;
  }

  .unid {
    display: flex;
    align-items: baseline;
  }

  .search img {
    margin-left: 7px;
  }

  .card-view .view-text {
    font-size: 11px;
  }

  .footer .logo {
    display: none;
  }

  .footer .help,
  .contact,
  .message {
    padding: 0 7px;
    gap: 5px;
    font-size: 10px;
  }
}

.breadcrumb-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.header-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.header-shortcuts {
  gap: 0.75rem;
}

.toast {
  border-radius: 8px !important;
}

.table-material tbody > tr .column-title {
  font-weight: 700;
  min-width: 200px;
  display: none;
  color: #8080b1;
  margin-bottom: 4px;
}

@media (max-width: 1200px) {
  .table-material {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .table-material thead {
    display: none;
  }

  .table-material tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent;
  }

  .table-material tbody > tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    border-radius: 16px;
    margin: 10px 0px;
    padding: 20px;
  }

  .table-material tbody > tr:hover {
    background-color: white;
  }

  .table-material tbody > tr > td {
    display: flex;
    padding: 12px 0px !important;
  }

  .table-material tbody > tr > td:hover {
    background-color: #f1f9ff;
  }

  .table-material tbody > tr > td:not(:first-child) {
    border-top: 1px solid #f8f8f8;
  }

  .table-material tbody > tr .column-title {
    display: unset;
  }
}

@media (max-width: 768px) {
  .table-material tbody > tr > td {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .header-content {
    height: 115px;
  }

  .header-content .logo img {
    width: auto;
    height: 54px;
  }

  .main-content {
    top: 70px;
    padding: 0 1.1rem 1rem 1.1rem;
  }
}

@media screen and (max-width: 517px) {
  .footer .help,
  .contact,
  .message {
    gap: 0;
    padding: 0px 10px;
  }
}

.toast {
  z-index: 9999;
}

.btn:hover,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* li svg path {
  stroke: #7f92ff;
} */

li.active svg path {
  stroke: #ffffff;
}
/* scroll-bar */
.scroll-bar {
  height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-bar::-webkit-scrollbar {
  width: 6px;
}

.scroll-bar::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: var(--neutral-200, #e2e8f0);
  border: 1px solid var(--neutral-200, #e2e8f0);
  background: var(--neutral-200, #e2e8f0);
}

.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: var(--neutral-300, #cbd5e1);
}

/* Footer */
.footer .card {
  margin-top: 24px;
  margin-bottom: 0;
}

.footer .card-body {
  padding: 32px;
}

.footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.contact .title {
  color: var(--Text-Body, #1e293b);
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  flex-grow: 2;
}

.contact .contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 24px;
  pointer-events: none;
}

.contact .contact-details .support {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid var(--Neutral-300, #cbd5e1);
  gap: 8px;
  padding: 4px 4px 4px 24px;
  pointer-events: fill;
  transition: 0.2s all ease-out;
}

.contact-details .support .icon {
  border-radius: 24px;
  background: linear-gradient(270deg, #000062 -27.72%, #5e1ad5 91.54%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.contact-details .support .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.support .details .title {
  color: var(--Text-Placeholder, #94a3b8);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 16px;
}

.support .details .name {
  color: var(--Text-Body, #1e293b);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 22px;
  margin-top: -2px;
}

.support .details .name span:hover {
  cursor: pointer;
  color: var(--secondary-dark-purple-100, #5e1ad5);
}

.support .details .suuport-code {
  display: flex;
  margin-top: -2px;
  gap: 4px;
}

.details .suuport-code span {
  color: var(--Text-Body, #1e293b);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 22px;
}

.details .suuport-code .phone:hover {
  cursor: pointer;
  color: var(--secondary-dark-purple-100, #5e1ad5);
}

.contact-details .support:hover {
  border-color: var(--secondary-dark-purple-50, #af8deb);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
}

.contact-details .support.request:hover {
  cursor: pointer;
}

.contact-details .support.request:hover .name {
  color: var(--secondary-dark-purple-100, #5e1ad5);
}

.contact-details:hover .support {
  opacity: 0.75;
}

.contact-details:hover .support:hover {
  opacity: 1;
}

.contact .contact-details .support.disabled {
  border: 1px solid var(--Neutral-300, #cbd5e1) !important;
  box-shadow: none !important;
  cursor: default !important;
}

.contact .contact-details .support.disabled .name {
  color: var(--Text-Placeholder, #94a3b8);
}

.contact .contact-details .support.disabled .icon {
  opacity: 50%;
}

.contact .contact-details .support.disabled * {
  cursor: default !important;
}

.footer-tooltip-container {
  position: relative;
  display: inline-block;
  line-height: 22px;
}

.footer-tooltip-container .tooltip {
  visibility: hidden;
  background-color: #325168;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 14px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 6%;
  opacity: 0;
  font-family: LoewNextArabic, sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  width: max-content;
}

.footer-tooltip-container .tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #325168;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
}

.footer-tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.contact-details .request .footer-tooltip-container .tooltip {
  left: -24%;
}

@media (max-width: 1399px) {
  .footer .contact .contact-details {
    gap: 16px;
  }
}

@media (max-width: 1288px) {
  .footer .contact {
    gap: 16px;
  }

  .footer .contact .contact-details {
    flex: 1 1 100%;
  }

  .contact .contact-details .support {
    flex: 1 1 auto;
  }
}

@media (max-width: 991px) {
  .footer .contact .contact-details {
    gap: 12px;
  }

  .contact .contact-details .support {
    flex: 1 1 48%;
  }
}

@media (max-width: 767px) {
  .footer .contact .contact-details {
    gap: 12px;
  }

  .contact .contact-details .support {
    flex: 1 1 100%;
  }
}

@media (max-width: 575px) {
  .footer .contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .contact .contact-details {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
}

@media (max-width: 460px) {
  .email-sep {
    display: none;
  }

  .email {
    display: block;
    line-height: 1;
  }

  .first-email {
    margin: 8px 0 0px;
  }
}

.cst-main-menu {
  display: block;
}

.cst-inner-sidebar li,
.cst-submenu-itemList {
  display: none;
}

.cst-nav .back-icon {
  /*visibility: hidden;*/
  opacity: 0;
  translate: -100%;
  transition: 0.5s;
}

.cst-ar .cst-nav .cst-inner-sidebar {
  /* display: none; */
  transform: translateX(-258px);
  border-left: 2px solid rgb(127, 146, 255);
  border-right: none;
}

.cst-en .cst-nav .cst-inner-sidebar {
  /* display: none; */
  transform: translateX(258px);
  border-left: 2px solid rgb(127, 146, 255);
  border-left: none;
}

.cst-nav.cst-open-inner .back-icon {
  /*visibility: visible;*/
  opacity: 1;
  translate: 0;
  transition: 0.5s;
}

.cst-en .cst-nav.cst-open-inner .cst-inner-sidebar {
  border-left: 2px solid rgb(127, 146, 255);
  transform: translateX(0px);
}

.cst-en .cst-nav.cst-open-inner .cst-inner-sidebar {
  /* display: block; */
  transform: translateX(0px);
  border-left: 2px solid rgb(127, 146, 255);
  border-right: none;
}

.cst-ar .cst-nav.cst-open-inner .cst-inner-sidebar {
  border-right: 2px solid rgb(127, 146, 255);
  transform: translateX(0px);
}

.cst-ar .cst-nav.cst-open-inner .cst-inner-sidebar {
  /* display: block; */
  transform: translateX(0px);
  border-right: 2px solid rgb(127, 146, 255);
  border-left: none;
}

.side-icon {
  opacity: 1;
}

.cst-backIcon {
  visibility: hidden;
}

.cst-activeItem {
  background: linear-gradient(270deg, #7f92ff -23.16%, #5e1ad5 106.52%);
}

.cst-ar .cst-nav #cst-sidenav {
  transform: translateX(-300px); /*ar*/
}

.cst-en .cst-nav #cst-sidenav {
  transform: translateX(300px); /*ar*/
}

.cst-nav.cst-open-main #cst-sidenav {
  transform: translateX(0px);
}

.cst-nav.cst-open-inner .cst-backIcon {
  visibility: visible;
}

.cst-nav.cst-open-inner .active {
  /*background : #dcdbfb;*/
  background: rgb(220, 219, 251);
}

.cst-nav.cst-open-main.cst-open-inner .active .side-icon {
  opacity: 0.8;
}

.cst-nav.cst-open-main.cst-open-inner .cst-main-menu {
  display: none;
}

/* @for (int i = 0; i < 100; i++) {
        <text >
        .cst-nav.cst-open-main.cst-open-inner.cst-itemList@(i) .cst-inner-sidebar li.cst-itemList@(i), .cst-nav.cst-open-main.cst-open-inner.cst-itemList@(i) .cst-submenu-itemList@(i) {
            display: block;
        }

        </text>
    } */
/*.cst-nav.cst-open-main.cst-open-inner.cst-itemList1 .cst-inner-sidebar li.cst-itemList1, .cst-nav.cst-open-main.cst-open-inner.cst-itemList1 .cst-submenu-itemList1{
            display: block;
        }
        .cst-nav.cst-open-main.cst-open-inner.cst-itemList2 .cst-inner-sidebar li.cst-itemList2, .cst-nav.cst-open-main.cst-open-inner.cst-itemList2 .cst-submenu-itemList2{
            display: block;
        }
        .cst-nav.cst-open-main.cst-open-inner.cst-itemList3 .cst-inner-sidebar li.cst-itemList3, .cst-nav.cst-open-main.cst-open-inner.cst-itemList3 .cst-submenu-itemList3{
            display: block;
        }
        .cst-nav.cst-open-main.cst-open-inner.cst-itemList4 .cst-inner-sidebar li.cst-itemList4, .cst-nav.cst-open-main.cst-open-inner.cst-itemList4 .cst-submenu-itemList4{
            display: block;
        }
        .cst-nav.cst-open-main.cst-open-inner.cst-itemList5 .cst-inner-sidebar li.cst-itemList5, .cst-nav.cst-open-main.cst-open-inner.cst-itemList5 .cst-submenu-itemList5{
            display: block;
        }
        .cst-nav.cst-open-main.cst-open-inner.cst-itemList6 .cst-inner-sidebar li.cst-itemList6, .cst-nav.cst-open-main.cst-open-inner.cst-itemList6 .cst-submenu-itemList6{
            display: block;
        }
        */
.cst-nav.cst-open-main.cst-open-inner .side-icon {
  opacity: 0.25;
}

.cst-nav a {
  color: initial;
  text-decoration: initial;
  padding: 0px;
}

#cst-profile a {
  text-decoration: initial;
  color: initial;
}

.header-content .content .image-container > img {
  max-width: 100%;
  border-radius: 100%;
}

section.forms-accordion .accordion-body textarea[readonly] {
  color: #666;
  font-size: 13px;
  padding: 12px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06) inset, 0 3px 8px 0 rgba(0, 0, 0, 0.05);
}

.cancel-requst-btn {
  border-radius: 8px;
  border: 1px solid #fb7185;
  background-color: transparent;
  color: #fb7185;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.employee-info-card {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
    radial-gradient(
      66.05% 429.4% at 75.51% 26.62%,
      rgba(31, 45, 135, 0.04) 0%,
      rgba(127, 146, 255, 0.04) 25%,
      rgba(0, 208, 255, 0.04) 64%,
      rgba(151, 71, 255, 0.04) 100%
    );
}

.employee-request {
  border-bottom: 1px solid #e2e8f0;
  padding: 8px 0;
  gap: 4px;
}

.employee-request:last-of-type {
  border-bottom: 0;
}

.employee-request .title {
  color: #1e293b;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
}

.employee-request .data {
  color: #202123;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.attachment-info {
  background: #f59e0b1a;
  margin-top: 2rem;
}

.attachment-info .icon-information-circle {
  color: #f59e0b;
  font-size: 18px;
  font-weight: 500;
}

.attachment-info .icon-information-circle::before {
  font-size: 20px;
}

.attachment-info .required-atachment {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.attachment-info .attachment-desc {
  font-size: 14px;
  font-size: 500;
  line-height: 24px;
}

.attachment-info ul {
  padding: 0 20px;
  margin: 0;
  border-bottom: 1px solid #fffcfc;
}

.attachment-info ul li {
  list-style: unset;
  border-bottom: unset;
  display: list-item;
  padding: unset;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
}

.attach-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.attach-size {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #94a3b8;
}

.attach-delete {
  color: #fb7185;
}

.attach-delete .icon-trash::before {
  font-size: 24px;
}

.attach-delete:hover {
  color: #e11d48;
}

.attach-cancel {
  color: #0f172a;
}

.attach-cancel .icon-x::before {
  font-size: 24px;
}

.sticky-content {
  position: sticky;
  top: 5px;
  z-index: 1000;
}

.comments .comments-list {
  background-color: #f8fafc;
  border: 1px solid #f1f5f9;
  padding: 16px;
  border-radius: 12px;
}

.comments .comments-list .arrow-expand {
  cursor: pointer;
}

.comments .comments-list .attachments,
.comment-attachments {
  margin-right: 42px;
}

.comments .comments-list .attachments .attachment,
.comment-attachments .comment-attachment {
  padding: 4px 8px;
  background-color: #f1f5f9;
  border-radius: 4px;
}

.comments .comments-list .attachments span,
.comment-attachments .comment-attachment span {
  color: #5e1ad5;
  font-size: 12px;
  font-weight: 500;
  line-height: 21.6px;
}

.modal-contains-fields .modal-body textarea.form-control {
  min-height: calc(9.5em + 0.75rem + calc(var(--bs-border-width) * 2)) !important;
}

.details-modal {
  display: none;
  width: 70vw;
  height: 70vh;
  background-color: red;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  z-index: 999;
}

span.modal-right-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.modal-close-btn {
  cursor: pointer;
}

.comment-modal-list {
  overflow: auto;
}

.main-content {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .main-content,
  .header-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .main-content,
  .header-container {
    max-width: 1187px;
  }
}

@media (min-width: 1400px) {
  .main-content,
  .header-container {
    max-width: 1427px;
  }
}

.btn-cancel {
  border-radius: 8px;
  border: 1px solid var(--neutral-400, #94a3b8);
  padding: 8px 30px;
  background-color: transparent;
  color: var(--neutral-500, #64748b);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.notifications-container {
  display: none;
  position: absolute;
  top: 81px;
  left: 128px;
  z-index: 1;
  padding: 16px;
  width: 328px;
  height: 70vh;
  border-radius: 16px;
  max-height: 488px;
}

.notifications-container::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: auto;
  border-radius: 16px;
  background: rgba(241, 245, 249, 0.8);
  box-shadow: 0px 0px 39.032px 8.036px rgba(163, 163, 163, 0.25);
  backdrop-filter: blur(25px);
}

.notifications-container .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notifications-container .actions .selectAll,
.notifications-container .actions .readable {
  color: var(--text-body, #1e293b);
  font-size: 0.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.notifications-container .actions .readable label,
.notifications-container .actions .selectAll label {
  cursor: pointer;
}

.notifications-container .actions .selectAll {
  margin-right: 1.3rem !important;
}

.notifications-container .actions .selectAll input {
  cursor: pointer;
}

.notifications-container .notification-content {
  border-radius: 12px;
  background: var(--basic-white, #fff);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 98, 0.08);
  margin: 16px 0;
  height: calc(100% - 70px);
  overflow: auto;
  max-height: 59vh;
}

.notifications-container .notification-content .layout {
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 12px;
  width: 97%;
  border-bottom: 1px solid var(--neutral-200, #e2e8f0);
  cursor: pointer;
  text-decoration: none;
  color: #325168;
}
.notifications-container .notification-content .layout:hover {
  background: #F1F9FF;
}
.notifications-container .notification-content .layout .toggle-icons {
  width: 33px;
  height: 33px;
  background-color: #e0f2fe;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.notifications-container .notification-content .layout .toggle-icons img.bell {
  display: none;
}

.notifications-container .notification-content .layout .toggle-icons div.toggle .form-check-input {
  display: block;
}

.notifications-container .notification-content .layout .select-container .select-all {
  width: 33px;
  height: 33px;
  background-color: #e0f2fe;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.notifications-container
  .notification-content
  .layout
  .select-container
  .select-all
  .form-check-input {
  display: block;
}

.notifications-container .notification-content .layout .form-check-input {
  display: none;
  color: #fff;
  background-color: #fff;
}

.notifications-container .notification-content .layout .details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
  padding: 6px 0px 0px 0px;
}

.notifications-container .notification-content .layout .details .requestName {
  color: var(--text-body, #1e293b);
  font-size: 0.75rem;
  font-weight: 700;
}

.notifications-container .notification-content .layout .details .action {
  color: var(--text-placeholder, #94a3b8);
  font-size: 0.75rem;
  font-weight: 500;
  white-space: break-spaces;
}

.notifications-container .notification-content .layout .details .date {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: var(--text-placeholder, #94a3b8);
  font-size: 0.625rem;
  font-weight: 500;
}

.notifications-container .notification-content .layout:last-child {
  border-bottom: none;
}

.notifications-container input.form-check-input {
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid var(--text-body, #1e293b) !important;
}

.notifications-container .show-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-body, #1e293b);
  font-size: 0.625rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 6px;
  position: absolute;
}

.nodata-link {
  color: var(--secondary-dark-purple-100, #5e1ad5);
}

.hidden {
  display: none !important;
}

.notification-alert {
  position: absolute;
  top: 0;
  left: 0;
}

.no-data {
  border-radius: 12px;
  background: var(--primary-6, #f0f0f6);
  padding: 16px;
  min-height: 270px;
}

.nodata-container {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10vh 0;
}

.nodata-image {
  border-radius: 24px;
  padding: 12px;
  opacity: 0.8;
  background: var(--basic-white, #fff);
  box-shadow: 0 6px 16px #00000014;
}

.nodata-image img {
  width: 84px;
  height: 84px;
}

.nodata-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.nodata-message {
  color: var(--basic-black, #000);
}

.nodata-hint {
  text-align: center;
  color: var(--neutral-600, #475569);
}
/* </style>  */
.header {
  padding: 24px 33px 0 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 476px) {
  .header {
    padding: 16px 8px 0 8px;
  }
}

.header::before {
  content: ' ';
  width: 100%;
  height: 270px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .header::before {
    height: 180px;
  }
}

/* ================= Header Info Section ================= */

.header .header-info-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
}

@media (max-width: 767px) {
  .header .header-info-section {
    justify-content: space-between;
    width: 100%;
  }
}

.header .header-info-section .logo {
  cursor: pointer;
}

@media (max-width: 767px) {
  .header .header-info-section .logo {
    order: 2;
  }
}

.header .header-info-section .logo img {
  height: 70px;
  width: 110px;
}

@media (min-width: 320px) and (max-width: 476px) {
  .header .header-info-section .logo img {
    width: 90px;
  }
}

@media (max-width: 319px) {
  .header .header-info-section .logo img {
    height: 54px;
    width: 85px;
  }
}

@media (max-width: 767px) {
  .header .header-info-section .profile {
    order: 1;
  }
}

/* ================= Info Section ================= */

.header .header-info-section .info-section {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (max-width: 767px) {
  .header .header-info-section .info-section {
    order: 3;
  }
}

.header .header-info-section .info-section .location-section {
  display: flex;
  gap: 1rem;
}

.header .header-info-section .info-section .seperator {
  background: #d9d9d9;
  width: 1px;
  height: 16px;
}

.header .header-info-section .info-section .info-section-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  cursor: pointer;
}

.header .header-info-section .info-section .info-section-item img {
  width: 20px;
  height: 20px;
}

.header .header-info-section .info-section .info-section-item:hover {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 200ms ease-out;
}

.header .header-info-section .profile,
.header .header-info-section #profile {
  cursor: default;
}

/* ================= Header Content Section ================= */

.header .header-content-section {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .header .header-content-section {
    gap: 0.5rem;
  }
}

.header .header-content-section .header-shortcuts {
  display: flex;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .header .header-content-section .header-shortcuts {
    gap: 0.5rem;
  }
}

/* ================= Header Content Item ================= */

.header .header-content-section .header-content-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  cursor: pointer;
}

.header .header-content-section .header-content-item i {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: flex;
}

.header .header-content-section .header-content-item i::before {
  margin: 0;
}

.header .header-content-section .header-content-item-tooltip {
  display: flex;
  opacity: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.125rem 0.5rem;
  position: absolute;
  right: 50%;
  translate: 50%;
  transition: all 0.4s ease-out;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1rem;
  white-space: nowrap;
}

.header .header-content-section .header-content-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header .header-content-section .header-content-item:hover .header-content-item-tooltip {
  opacity: 1;
  transform: translateY(40px);
  z-index: 1;
}

/* ================= Special Items ================= */

.header .icon-menu-container {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: calc(0.75rem - 1px);
}

.header .employee-guide-item .header-content-item-tooltip {
  display: none;
}

.header .drop-down-item {
  padding: 0;
}

.header .drop-down-item .dropdown-custom-toggle {
  padding: 0.75rem;
  position: relative;
  z-index: 1;
}

.header .drop-down-item .dropdown-custom-toggle img {
  position: absolute;
  top: -4px;
  left: 1px;
}

.btn-close-white {
  filter: brightness(0) invert(1);
  opacity: 1;
  font-size: 10px;
}

.dropdown-menu[aria-labelledby='notification'] {
  border: none !important;
  background: transparent !important;
}
.notifications-container {
  top: 1px !important;
  left: 114px !important;
}
.toast {
  background-color: #51a351 !important;
  border: 2px solid #51a351 !important;
  right: 0;
}

.profile-container {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  z-index: 48;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 315px;
  /* New */
  transform: translateX(calc(100% + 33px));
}

/* ---------------- User Data ---------------- */
.profile-container .user-data {
  width: 100%;
  padding: 24px;
}

@media (max-height: 810px) {
  .profile-container .user-data.handle-scrolling {
    height: 80%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(7, 0, 20, 0.5) rgba(132, 119, 107, 0.2);
  }
}

.profile-container .user-data p,
.profile-container .happy-birthday {
  font-size: 12px;
  gap: 8px;
}

.profile-container .happy-birthday,
.profile-container .happy-wedding-day {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.profile-container .happy-wedding-day {
  gap: 8px;
}

/* ---------------- Actions ---------------- */
.profile-container .actions {
  margin-top: 10px;
}

.profile-container .actions .item {
  background: rgba(7, 0, 20, 0.5);
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  backdrop-filter: blur(2px);
  min-height: 64px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  /* New */
  margin-bottom: 10px;
}
/* New */
.profile-container .action-two .item {
  display: flex;
  flex-direction: column;
}
.profile-container .dashboard-item {
  margin-bottom: 10px;
}

.profile-container .actions .item:hover {
  background: rgba(7, 0, 20, 0.4);
}

.profile-container .action-two {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.profile-container .numberCount {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #5e1ad5;
  color: #fff;
  font-size: 10px;
}

/* ---------------- Time ---------------- */
.profile-container .time {
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  font-size: 60px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 24px;
}

/* ---------------- Collapse Sidebar ---------------- */
.profile-container .collapse-sidebar {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px;
  position: absolute;
  top: 39px;
  cursor: pointer;
  z-index: 100;
  left: -21px;
  display: none;
}

.profile-container .collapse-sidebar .icon-chevron-double-right {
  color: white;
}

.profile-container .collapse-sidebar .icon-chevron-double-right::before {
  font-size: 19.321px;
}

/* ---------------- User Info ---------------- */
.profile-container .user-info {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e2e8f0;
}

.profile-container .user-info img {
  width: 8px;
  height: 8px;
  position: relative;
  top: -22px;
  margin-bottom: -10px;
}

.profile-container .user-info .name {
  color: #1e293b;
  font-size: 0.75rem;
  font-weight: 700;
}

.profile-container .user-info .title {
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 10px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ---------------- Profile List ---------------- */
.profile-container .profile-list {
  width: 100%;
  border-bottom: 1px solid #e2e8f0;
  margin: 8px 0;
  padding-bottom: 8px;
}

.profile-container .profile-list div {
  display: flex;
  align-items: center;
}

.profile-container .profile-list div:hover {
  background: rgba(94, 26, 213, 0.06);
}

.profile-container .profile-list span {
  color: #1e293b;
  font-size: 0.688rem;
  font-weight: 500;
}

.profile-container .profile-list img {
  width: 20px;
  height: 20px;
}

.profile-container .profile-list i {
  color: #7f92ff;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.profile-container .profile-list i::before {
  margin: 0;
}

/* ---------------- Base64 Avatar ---------------- */
.profile-container .welcome-text img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 4px solid #f8fafc;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}
/* ---------------- RTL ---------------- */
html[dir='rtl'] .profile-container {
  transform: translateX(100%);
}

html[dir='rtl'] .profile-container.open-profile {
  transform: translateX(33px);
}

html[dir='rtl'] .profile-container .user-info img {
  left: -164px;
}

html[dir='rtl'] .profile-container .collapse-sidebar {
  left: -23px;
}

/* ---------------- LTR ---------------- */
html[dir='ltr'] .profile-container {
  transform: translateX(120%);
}

html[dir='ltr'] .profile-container.open-profile {
  transform: translateX(0);
}

html[dir='ltr'] .profile-container .user-info img {
  left: 164px;
}

/* ---------------- Responsive ---------------- */

/* replace with real value */
/* @media screen and (max-width: 768px) */
@media screen and (max-width: 768px) {
  .profile-container .shortcuts {
    display: block;
  }
}

/* replace with real value */
/* @media screen and (max-width: 1200px) */
@media screen and (max-width: 1200px) {
  .profile-container {
    position: fixed;
    inset: 0;
    width: 100%;
    backdrop-filter: blur(62px);
  }

  .collapse-sidebar {
    z-index: 1;
  }

  html[dir='rtl'] .profile-container .collapse-sidebar {
    left: 10px;
  }
}
.nav-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.requester-card ul li{
  border-bottom: none;
}
.datatable-footer ul li{
  padding: 0;
  border-bottom: none;
}
.datatable-footer .form-control:not(textarea){
  height: 34.6px;
}
.form-wrapper .no-data{
  padding: 0;
  background: transparent;
}
.requester-card ul li {
  cursor: default;
}
.confirmation-dialog .icon-container{
    border: none;
    background-color: transparent;
    width: auto;
    height: auto;
}
.outlet {
  padding: 2rem 2rem 1rem 2rem;
  min-height: calc(100vh - 95px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 
@media screen and (max-width: 319px) {
  .outlet {
    padding: 0.75rem 1rem 1rem 1rem !important;
  }
  .header {
    padding: 0.625rem 1rem 0 1rem;
    gap: 0.25rem;
    position: sticky;
  }
  .layout-container .background {
      height: 115px;
  }
}
.user-menu-open{
  flex-grow: 1;
}
.layout-container .background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: color;
}

.layout-container .background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.layout-container .background .ramadan-decoration {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 130px;
}

.layout-container .background::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.layout-container .background .header-shadow {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
