:root[data-theme=dark] {
  --bs-body-bg: #242424;
  --card-bg: #161717;
  --bs-body-color: #ffffff;
  --gray-clr: #acadae;
  --light-primary-clr: #242424;
  --btn-hover-bg: #242424;
  --table-hover-bg: rgba(36, 36, 36, 0.2);
}
:root[data-theme=light] {
  --bs-body-bg: #f5f6fa;
  --card-bg: #ffffff;
  --bs-body-color: #0a0a0a;
  --gray-clr: #acadae;
  --light-primary-clr: #fce9de;
  --btn-hover-bg: #0a0a0a;
  --table-hover-bg: rgba(245, 235, 229, 0.2);
}

@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("/assets/fonts/DINNextLTArabic-Regular.ttf");
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "DIN Next LT Arabic", sans-serif;
}
*::-webkit-scrollbar {
  width: 0;
}
*::selection {
  background-color: #ec6f25;
  color: white;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

button,
select {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

button:disabled {
  cursor: not-allowed;
}

.bg-secondary {
  background-color: #ec6f25;
}

body[dir=rtl] .form-select {
  background-position: left 12px center !important;
}

main.main-content {
  overflow-x: hidden;
}

html[data-theme=dark] .navbar-brand .logo, html[data-theme=dark] .auth__header .logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(7deg) brightness(104%) contrast(101%);
}

.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-body-color);
  text-align: center;
  margin-block: 1rem;
}
.no-data .no-data__text {
  font-weight: 500;
  font-size: 16px;
  color: #acaeae;
}

.alert-main {
  background-color: #ec6f25 !important;
  color: #fff !important;
}

.m-badge {
  border: 1px solid;
  padding: 6px 18px;
  border-radius: 1rem;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  min-width: 6rem;
  max-width: 7rem;
  display: block;
}
.m-badge--active {
  border-color: #22c55e;
  color: #22c55e;
}
.m-badge--inactive {
  border-color: #de0404;
  color: #de0404;
}
.m-badge--pending {
  border-color: #7b809a;
  color: #7b809a;
}
.m-badge--in-progress {
  border-color: #fbbf24;
  color: #fbbf24;
}
.m-badge--confirmed {
  border-color: #ec6f25;
  color: #ec6f25;
}

.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2px;
}
.stars i,
.stars svg {
  color: #f5be0b;
}

.toggle-container:focus {
  box-shadow: none !important;
}
.toggle-container .toggle {
  width: 1.875rem;
  height: 15px;
  cursor: pointer;
}
.toggle-container .toggle-on {
  background-color: #ec6f25;
  border-color: #ec6f25;
}
.toggle-container .toggle-handle {
  width: 20px;
  height: 20px;
  top: -20%;
  border: 1px solid #ec6f25;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
.toggle-container .toggle-handle-on {
  left: 100%;
  transform: translateX(-70%);
}
.toggle-container .toggle-handle-off {
  left: -30%;
}

.main__sidebar__wrapper {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.4);
  width: 40%;
  height: 100vh;
  padding: 40px;
  top: 0;
  inset-inline-end: 0;
  z-index: 1500;
  transform: translateX(105%);
  transition: all 0.3s linear;
}
.main__sidebar__wrapper.toggle__mainSidebr {
  transform: translateX(0) !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main__sidebar__wrapper {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .main__sidebar__wrapper {
    width: 100%;
    padding: 24px 20px;
  }
}
.main__sidebar__wrapper .close__mainSidebar__btn {
  position: absolute;
  box-shadow: 0px 0px 19px 0px rgba(56, 53, 57, 0.1803921569);
  background-color: #fff;
  inline-size: 48px;
  block-size: 48px;
  border-radius: 50%;
  inset-inline-start: -24px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.main__sidebar__wrapper .close__mainSidebar__btn i,
.main__sidebar__wrapper .close__mainSidebar__btn svg {
  color: #6b7280;
  font-size: 20px;
}
.main__sidebar__wrapper .close__mainSidebar__btn:hover {
  background-color: #ec6f25;
}
.main__sidebar__wrapper .close__mainSidebar__btn:hover i,
.main__sidebar__wrapper .close__mainSidebar__btn:hover svg {
  color: #fff;
}
@media (max-width: 991px) {
  .main__sidebar__wrapper .close__mainSidebar__btn {
    position: absolute;
    margin-inline-start: 40px;
    margin-bottom: 24px;
    inline-size: 36px;
    block-size: 36px;
  }
  .main__sidebar__wrapper .close__mainSidebar__btn i,
  .main__sidebar__wrapper .close__mainSidebar__btn svg {
    font-size: 16px;
  }
}
.main__sidebar__wrapper .row {
  max-width: 100%;
  height: 100%;
  --bs-gutter-x: 0 !important;
}
.main__sidebar__wrapper .secondaryBar__container {
  transition: all 0.3s ease-in-out;
}
.main__sidebar__wrapper .secondaryBar__container.none {
  transform: translateX(-105%);
  display: none;
}
.main__sidebar__wrapper .verticalbar__wrapper {
  position: relative;
  transform: translateX(0);
  border-inline-end: 1px solid var(--bs-body-bg);
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  padding: 0.25rem;
  padding-top: 6rem;
  z-index: 2;
}
.main__sidebar__wrapper .verticalbar__wrapper.minimized {
  transform: translateX(-135%);
  transition: all 0.3s linear;
}
body[dir=rtl] .main__sidebar__wrapper .verticalbar__wrapper.minimized {
  transform: translateX(250%);
}
.main__sidebar__wrapper .verticalbar__wrapper .minimize__secondaryBar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  box-shadow: 0px 0px 19px 0px rgba(56, 53, 57, 0.1803921569);
  background-color: #fff;
  inline-size: 32px;
  block-size: 32px;
  border-radius: 50%;
  inset-inline-start: calc(100% - 16px) !important;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  top: 40px;
  transform: rotate(0);
}
body[dir=rtl] .main__sidebar__wrapper .verticalbar__wrapper .minimize__secondaryBar__btn {
  transform: rotate(180deg);
}
.main__sidebar__wrapper .verticalbar__wrapper .minimize__secondaryBar__btn i,
.main__sidebar__wrapper .verticalbar__wrapper .minimize__secondaryBar__btn svg {
  color: #6b7280;
  font-size: 14px;
}
.main__sidebar__wrapper .verticalbar__wrapper .minimize__secondaryBar__btn:hover {
  background-color: #ec6f25;
}
.main__sidebar__wrapper .verticalbar__wrapper .minimize__secondaryBar__btn:hover i,
.main__sidebar__wrapper .verticalbar__wrapper .minimize__secondaryBar__btn:hover svg {
  color: #fff;
}
.main__sidebar__wrapper .maximize__secondaryBar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  inline-size: 20px;
  block-size: 20px;
  inset-inline-start: 48px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  top: 18px;
  transform: rotate(180deg);
}
body[dir=rtl] .main__sidebar__wrapper .maximize__secondaryBar__btn {
  transform: rotate(0);
}
.main__sidebar__wrapper .maximize__secondaryBar__btn i,
.main__sidebar__wrapper .maximize__secondaryBar__btn svg {
  color: #374151;
  font-size: 14px;
}
@media (max-width: 991px) {
  .main__sidebar__wrapper .maximize__secondaryBar__btn {
    inset-inline-start: 68px;
  }
}
.main__sidebar__wrapper .content__container {
  max-height: 100%;
  overflow: auto;
  height: 100vh;
}
.main__sidebar__wrapper .sidebar__title {
  position: sticky;
  top: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  background-color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bs-body-bg);
  text-transform: capitalize;
  text-align: center;
}
.main__sidebar__wrapper.without-padding {
  padding: 0;
}
.main__sidebar__wrapper.without-padding .close__mainSidebar__btn {
  top: 40px;
}
@media (max-width: 991px) {
  .main__sidebar__wrapper.without-padding .close__mainSidebar__btn {
    top: 12px;
  }
}

.toggle-label {
  cursor: pointer;
}

.filepond--wrapper {
  margin-top: 1rem;
}
.filepond--wrapper .filepond--panel-root {
  background-color: transparent !important;
  border: 1px dashed #e5e7eb;
}
.filepond--wrapper .filepond--drop-label label {
  color: #ec6f25 !important;
  font-weight: 600 !important;
}

.no__data__found {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  margin-block-start: 3rem;
}
.no__data__found .image__wrapper {
  inline-size: 200px;
  block-size: 200px;
}
.no__data__found .image__wrapper img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}
.no__data__found .title {
  font-weight: 500;
  font-size: 20px;
  color: #24223e;
}
@media (max-width: 991px) {
  .no__data__found .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .no__data__found .title {
    font-size: 16px;
  }
}

.custom-control-label .card-title {
  font-weight: 600;
  font-size: 1rem;
  color: #3c3f4f;
  text-transform: capitalize;
  margin-inline-start: 8px;
  margin-bottom: 0;
}

.list-group .custom-control-label {
  margin-bottom: 0;
  margin-inline-start: 0.5rem;
}
.list-group .list-group-item {
  background-color: transparent;
}
.list-group .list-group-item .form-check {
  padding-block: 8px;
}

body[dir=rtl] .main__sidebar__wrapper {
  transform: translateX(-105%);
}

.locale-changer .form-select {
  width: fit-content;
  border: none;
  outline: none;
  background-color: transparent;
  padding-block: 0 !important;
  color: var(--bs-body-color);
  font-size: 1rem;
  text-transform: capitalize;
  background-position: right 0 center;
  padding-inline: 1rem;
}
.locale-changer .form-select option {
  padding: 4px 18px;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  outline: none;
}

.theme_switcher_wrapper button {
  inline-size: 24px;
  block-size: 24px;
  margin-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.theme_switcher_wrapper button svg {
  font-size: 1.25rem;
  color: var(--bs-body-color);
}

.sidenav {
  background-color: var(--card-bg);
  margin: 8px;
  border-radius: 28px;
}
.sidenav .dashboard__title {
  font-weight: 700;
  font-size: 18px;
  color: #ec6f25;
  text-transform: capitalize;
}
.sidenav .close-sidebar {
  position: absolute;
  top: 0;
  cursor: pointer;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  color: var(--bs-body-color);
}
@media (max-width: 1199px) {
  .sidenav .sidenav-toggler,
  .sidenav .close-sidebar {
    display: block !important;
    width: fit-content;
    z-index: 20;
  }
  .sidenav .close-sidebar {
    inset-inline-end: 0;
    inset-inline-start: unset;
  }
  body[dir=rtl] .sidenav .close-sidebar {
    inset-inline-end: unset;
  }
  body[dir=rtl] .sidenav .close-sidebar {
    inset-inline-start: 0;
  }
}

.navbar.topbar {
  position: sticky;
  top: 0;
  background-color: var(--bs-body-bg);
  padding-block: 18px;
  box-shadow: none;
  border-radius: 0;
  transition: none;
}
.navbar.topbar button {
  inline-size: 24px;
  block-size: 24px;
  margin-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.navbar.topbar button svg {
  font-size: 1.25rem;
  color: var(--bs-body-color);
}
.navbar.topbar .controls__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
.navbar.topbar .sidenav-toggler-inner .sidenav-toggler-line {
  background: var(--bs-body-color);
}
.navbar.topbar .notification_btn {
  position: relative;
}
.navbar.topbar .notification_btn .count {
  position: absolute;
  top: 0px;
  inset-inline-end: -2px;
  border-radius: 50%;
  inline-size: 14px;
  block-size: 14px;
  padding: 4px;
  background-color: #ec6f25;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.navbar.topbar .notification_btn .count .count_num {
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}
.navbar.topbar .notifications_dropdown {
  padding: 12px;
  width: 15rem;
}
.navbar.topbar .notifications_dropdown .dropdown-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--bs-body-color);
  margin-block-end: 8px;
  display: block;
}
.navbar.topbar .notifications_dropdown .dropdown-item {
  margin-block: 8px;
  padding-inline: 18px 8px;
  position: relative;
}
.navbar.topbar .notifications_dropdown .dropdown-item:after {
  position: absolute;
  content: "";
  inline-size: 6px;
  block-size: 6px;
  inset-inline-start: 6px;
  top: 48%;
  background-color: #ec6f25;
  border-radius: 50%;
}
.navbar.topbar .notifications_dropdown .dropdown-item .notification_text {
  font-weight: 400;
  font-size: 12px;
  color: var(--bs-body-color);
  margin-bottom: 0;
  padding-block: 4px;
}
.navbar.topbar .notifications_dropdown .dropdown-item:hover {
  background-color: var(--light-primary-clr);
  border-radius: 8px;
}
.navbar.topbar .sidenav-toggler {
  cursor: pointer;
}
.navbar.topbar .sidenav-toggler .nav-link {
  padding: 0;
}

body[dir=rtl] .locale-changer .form-select {
  background-position: left 0 center !important;
}

.footer__wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  background-color: var(--bs-body-bg);
}
.footer__wrapper .copyright {
  font-weight: 400;
  font-size: 12px;
  color: var(--bs-body-color);
}
.footer__wrapper .copyright .app_name {
  font-weight: 700;
  color: #ec6f25;
}

.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
.form-select {
  outline: none;
  border: 1px solid var(--bs-body-bg);
  background-color: transparent;
  border-radius: 8px;
  color: var(--gray-clr);
  padding: 10px 12px;
  font-size: 14px;
  background-position: right 12px center;
  accent-color: #ec6f25;
}
input:focus,
.form-select:focus {
  border-color: #ec6f25;
}

.form-label {
  font-weight: 700;
  font-size: 14px;
  color: var(--bs-body-color);
}

.dropdown .dropdown-menu {
  background-color: var(--card-bg);
  text-align: start;
}
.dropdown .dropdown-menu::before {
  color: var(--card-bg) !important;
}
.dropdown .dropdown-menu .dropdown-item {
  color: var(--bs-body-color);
}

.input-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.input-group .form-control {
  width: 100% !important;
  color: var(--gray-clr);
}
.input-group .form-control::placeholder {
  color: #acaeae;
}

.choices .choices__list.choices__list--dropdown {
  background: var(--card-bg) !important;
}
.choices .choices__list.choices__list--dropdown::before {
  color: var(--card-bg);
}
.choices .choices__input {
  width: 100%;
  background-color: var(--bs-body-bg) !important;
  border-bottom-color: #acaeae !important;
  margin-bottom: 1rem !important;
}
.choices .choices__item--selectable.is-highlighted {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
}
.choices .choices__list--multiple .choices__item {
  background-color: var(--bs-body-bg);
  color: var(--gray-clr);
  border: none;
  padding: 6px 10px;
}
.choices .choices__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100% !important;
}
.choices .choices__inner input {
  width: 100%;
}

.search__group {
  border: 2px solid var(--bs-body-bg);
  border-radius: 8px;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 22%;
  margin-bottom: 10px;
}
.search__group i,
.search__group svg {
  color: var(--gray-clr);
  font-size: 14px;
}
.search__group .search__input {
  border: none;
  color: var(--gray-clr);
  width: 100%;
}

.card {
  background-color: var(--card-bg);
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.11);
}
@media (max-width: 991px) {
  .card {
    padding: 1rem;
  }
}
.card .card-header {
  background: transparent;
}

.data-card {
  background-color: var(--card-bg);
  border-radius: 1rem;
  padding: 16px 20px;
  margin-block: 1rem;
}
.data-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.data-card .card-header .card-header--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  inline-size: 64px;
  block-size: 64px;
  background-color: var(--light-primary-clr);
  box-shadow: none;
  border-radius: 12px;
}
.data-card .card-header .card-header--icon i {
  color: #ec6f25;
  font-size: 1.75rem;
}
@media (max-width: 991px) {
  .data-card .card-header .card-header--icon i {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .data-card .card-header .card-header--icon i {
    font-size: 1.25rem;
  }
}
.data-card .card-header .card-header--copy {
  width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.data-card .card-header .card-header--copy .card-header--title {
  font-weight: 400;
  font-size: 14px;
  color: #acaeae;
  text-transform: capitalize;
  margin-bottom: 0;
}
.data-card .card-header .card-header--copy .card-header--num {
  font-weight: 700;
  font-size: 30px;
  color: var(--bs-body-color);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .data-card .card-header .card-header--copy .card-header--num {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .data-card .card-header .card-header--copy .card-header--num {
    font-size: 24px;
  }
}
.data-card .card-footer {
  padding-top: 1rem;
}

.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  align-content: center;
  z-index: 2500;
  background-color: rgba(36, 36, 36, 0.5);
  display: none;
  transition: all 0.3s ease-in-out;
}
.modal__wrapper.show {
  display: flex;
}
.modal__wrapper.hidden {
  display: none !important;
}
.modal__wrapper .modal-dialog {
  width: 42%;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal__wrapper .modal-dialog {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .modal__wrapper .modal-dialog {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .modal__wrapper .modal-dialog {
    width: 90%;
  }
}
.modal__wrapper .modal-dialog .modal-content {
  background-color: var(--card-bg);
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0px 2px 10px 0px rgba(22, 23, 23, 0.2);
  border: none;
}
.modal__wrapper .modal-dialog .modal-content .close__modal__btn {
  position: absolute;
  top: 0.75rem;
  inset-inline-end: 1.25rem;
  cursor: pointer;
  transition: all 0.3s linear;
}
.modal__wrapper .modal-dialog .modal-content .close__modal__btn i,
.modal__wrapper .modal-dialog .modal-content .close__modal__btn svg {
  color: var(--bs-body-color);
}
.modal__wrapper .modal-dialog .modal-content .close__modal__btn:hover i,
.modal__wrapper .modal-dialog .modal-content .close__modal__btn:hover svg {
  color: #ec6f25;
}

.content__header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .content__header {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .content__header {
    gap: 16px;
  }
}
.content__header .header__image {
  inline-size: 72px;
  block-size: 72px;
  background-color: #ec6f25;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .content__header .header__image {
    inline-size: 64px;
    block-size: 64px;
  }
}
.content__header .header__image img {
  inline-size: 32px;
  block-size: 32px;
}
@media (max-width: 767px) {
  .content__header .header__image img {
    inline-size: 24px;
    block-size: 24px;
  }
}
.content__header .header__title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
}
.content__header .header__title h2 {
  font-weight: 700;
  font-size: 24px;
  color: var(--bs-body-color);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .content__header .header__title h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content__header .header__title h2 {
    font-size: 18px;
  }
}
.content__header .header__title p {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-clr);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content__header .header__title p {
    font-size: 12px;
  }
}

.btns__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 12px;
}
.btns__wrapper button {
  min-width: 120px;
  height: 40px;
}
.btns__wrapper .select__filter {
  padding: 8px 12px;
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-clr);
  text-transform: capitalize;
  background: var(--card-bg);
}

.btn.btn-link {
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  color: var(--gray-clr);
}
.btn.btn-link:hover {
  color: #ec6f25;
}

.main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #ec6f25;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.main__btn:hover {
  background-color: var(--btn-hover-bg);
  color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(10, 10, 10, 0.3);
}
.main__btn:disabled {
  opacity: 80%;
  cursor: not-allowed;
}
.main__btn:disabled:hover {
  background-color: #ec6f25;
  box-shadow: none;
}

.bordered__btn {
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #e5e8e8;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 12px;
  color: #e5e8e8;
}
.bordered__btn:hover {
  background-color: #e5e8e8;
  color: #fff;
}

.gray__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid #acaeae;
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-clr);
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.gray__btn span {
  cursor: pointer;
}
.gray__btn:hover {
  background-color: var(--light-primary-clr);
  border-color: transparent;
}
.gray__btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
}
.gray__btn.with-bg {
  background-color: #e5e8e8;
  color: var(--bs-body-color);
  border: 1px solid transparent;
}
.gray__btn.with-bg:hover {
  background-color: transparent;
  border-color: #e5e8e8;
}

table thead {
  background-color: var(--light-primary-clr);
}
table thead th {
  font-weight: 700;
  font-size: 15px;
  color: #ec6f25;
}
table thead th:not(:first-of-type) {
  text-align: center;
}
@media (max-width: 991px) {
  table thead th {
    font-size: 12px;
  }
}
table tr:not(:last-of-type) {
  border-bottom: 1px solid var(--light-primary-clr);
}
table td {
  color: var(--gray-clr);
  font-size: 14px;
}
table td:not(:first-of-type) {
  text-align: center;
}
@media (max-width: 991px) {
  table td {
    font-size: 12px;
  }
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--light-primary-clr) !important;
}

.table-hover > tbody > tr:hover > * {
  color: var(--bs-body-color) !important;
}

.pagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 991px) {
  .pagination__wrapper {
    justify-content: center;
  }
}
.pagination__wrapper .records__text {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-clr);
}
@media (max-width: 991px) {
  .pagination__wrapper .records__text {
    font-size: 12px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pagination .page-link {
  border: none;
  background: none;
  color: var(--bs-body-color) !important;
  width: 28px !important;
  height: 28px !important;
  box-shadow: none;
}
.pagination .page-link:hover, .pagination .page-link:focus {
  color: #ec6f25 !important;
  background: none;
  border: none;
  box-shadow: none;
}
.pagination .page-link.active,
.pagination .active > .page-link {
  background-color: #ec6f25;
}

.heading__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
}
.heading__wrapper .main_title {
  font-weight: 700;
  font-size: 22px;
  color: var(--bs-body-color);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .heading__wrapper .main_title {
    font-size: 18px;
  }
}
.heading__wrapper .subtitle {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-clr);
  margin-bottom: 0;
}

.heading_with_loader_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.heading_with_loader_wrapper .loading_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-inline-end: 8px;
}
.heading_with_loader_wrapper .heading_and_btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.auth_main {
  min-height: 100vh;
  background-color: var(--gray-clr);
}

.auth__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-block: 3rem 4rem;
}
.auth__header .logo_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .auth__header .logo_wrapper {
    gap: 6px;
  }
}
.auth__header .logo_wrapper .favicon {
  inline-size: 48x;
  block-size: 48px;
}
@media (max-width: 767px) {
  .auth__header .logo_wrapper .favicon {
    inline-size: 32x;
    block-size: 32px;
  }
}
.auth__header .logo_wrapper .logo {
  height: 48px;
}
.auth__header .logo_wrapper .logo img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .auth__header .logo_wrapper .logo {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .auth__header .logo_wrapper .logo {
    height: 24px;
  }
}
.auth__header .header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card--auth {
  width: 40%;
  margin-inline: auto;
  padding: 50px 48px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card--auth {
    width: 50%;
    padding: 112px 48px;
  }
}
@media (max-width: 991px) {
  .card--auth {
    width: 70%;
    padding: 86px 32px;
  }
}
@media (max-width: 767px) {
  .card--auth {
    width: 100%;
    padding: 56px 24px;
  }
}
.card--auth .title {
  font-weight: 700;
  font-size: 2rem;
  color: var(--bs-body-color);
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .card--auth .title {
    font-size: 1.5rem;
  }
}
.card--auth .subtitle {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-clr);
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .card--auth .subtitle {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .card--auth .subtitle {
    width: 98%;
  }
}
.card--auth .link {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-body-color);
  position: relative;
  transition: all 0.3s linear;
}
.card--auth .link:hover {
  color: #ec6f25;
}
.card--auth .forget__password__input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.card--auth .forget__password__input .eye__icon {
  margin-inline-start: -1.5rem;
  margin-bottom: -1rem;
}
.card--auth .forget__password__input .eye__icon i,
.card--auth .forget__password__input .eye__icon svg {
  cursor: pointer;
  color: var(--gray-clr);
  opacity: 50%;
}

/*# sourceMappingURL=main.css.map */
.dropdown-divider{
    margin: 0;
    border-top: 1px solid #e5e8e8;
    margin-top: 10px;
    margin-bottom: 10px;
}
