@charset "UTF-8";
@import '/assets/fonts-googleapis/plus.jakarta.sans.css';
* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  background: #F3F4F6;
  position: relative;
  min-height: 100vh;
  padding-bottom: 70px;
}

header {
  background: #ffffff;
  width: 100%;
  margin-left: auto;
  z-index: 9;
}
header .navbar {
  padding: 6px 0px;
}
header .navbar-brand {
  height: 60px;
  padding: 6px;
}
header .navbar-nav .nav-link {
  color: #3150A1;
  padding: 10px 12px !important;
}
header .navbar-nav .nav-link:hover {
  color: #ED1C24;
}
header .navbar-nav .nav-link.active {
  color: #ED1C24;
  position: relative;
}
header .navbar-nav .nav-link.active::before {
  position: absolute;
  content: "";
  left: 20%;
  bottom: 0;
  background: #ED1C24;
  height: 3px;
  width: 60%;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  header .navbar-nav .nav-link.active::before {
    left: 0;
    width: 50%;
  }
}
header .user-image {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  border: 1px solid #ffffff;
}
header .notification {
  position: relative;
}
header .notification span {
  display: block;
  height: 15px;
  width: auto;
  border-radius: 15px;
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  top: -8px;
  right: -10px;
  padding: 3px;
}
header.header-bg-primary {
  background: #3150A1;
}
header.header-bg-primary i,
header.header-bg-primary svg {
  color: #ffffff;
}
header.header-bg-primary .nav-link {
  color: #ffffff !important;
}

.user-profile .dropdown .user-pp {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.user-profile .dropdown .btn, .user-profile .dropdown .tab-button .nav-link, .tab-button .user-profile .dropdown .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  padding: 0;
  background: transparent;
  border: 0;
}
.user-profile .dropdown .custom-dropdown-menu {
  box-shadow: 0px 0px 8px #dde3f5;
}
.user-profile .dropdown .custom-dropdown-menu a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
}
@media only screen and (max-width: 767px) {
  .user-profile {
    margin-top: 16px;
  }
}

.custom-dropdown-menu {
  box-shadow: 0px 0px 8px #dde3f5;
}
.custom-dropdown-menu a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.footer .footer-block h3 {
  color: #3150A1;
  font-size: 22px;
}
.footer .footer-block .quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer .footer-block a {
  padding: 6px 0px;
  display: block;
}

.social-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.social-link li a {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  display: flex !important;
  color: #ffffff;
}

.btn-wrap {
  display: flex;
  gap: 8px;
  width: fit-content;
}

.btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  border-radius: 3px;
  padding: 8px 12px;
  transition: all 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: fit-content;
  height: fit-content;
}
.btn:focus, body.dark-mode .tab-button .nav-link:focus, .tab-button .nav-link:focus {
  box-shadow: 0 0 0 0 #000000;
}
.btn.radius-50, body.dark-mode .tab-button .radius-50.nav-link, .tab-button .radius-50.nav-link {
  border-radius: 1.5px;
}

.btn-sm, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .filter-btn-wrap .tab-button .nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link, .filter-btn-wrap .btn, .filter-btn-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  padding: 4px 8px;
}

.btn-xs {
  padding: 4px 8px;
}

.btn-icon, body.dark-mode .modal .btn-close, .modal .btn-close {
  padding: 8px 12px;
}

.btn-primary, body.dark-mode .filter-btn-wrap .btn.active, .tab-button body.dark-mode .filter-btn-wrap .active.nav-link, .filter-btn-wrap .btn.active, body.dark-mode .tab-button .btn.active, body.dark-mode .tab-button .active.nav-link, .tab-button .btn.active, .tab-button .active.nav-link {
  background: #3150A1;
  border-color: #3150A1;
}
.btn-primary:hover, body.dark-mode .filter-btn-wrap .btn.active:hover, .tab-button body.dark-mode .filter-btn-wrap .active.nav-link:hover, .filter-btn-wrap .btn.active:hover, .tab-button .btn.active:hover, .tab-button .active.nav-link:hover {
  background-color: #274082;
  border-color: #274082;
}
.btn-primary.btn-outline, body.dark-mode .filter-btn-wrap .btn-primary.btn, body.dark-mode .filter-btn-wrap .btn.active, .tab-button body.dark-mode .filter-btn-wrap .btn-primary.nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link.active, .filter-btn-wrap .btn-primary.btn, body.dark-mode .tab-button .btn-primary.btn, body.dark-mode .tab-button .btn-primary.nav-link, .filter-btn-wrap .btn.active, body.dark-mode .tab-button .btn.active, body.dark-mode .tab-button .active.nav-link, .tab-button .btn-primary.btn, .tab-button .btn.active, .tab-button .btn-primary.nav-link, .tab-button .nav-link.active {
  background: #ffffff;
  color: #3150A1;
  border-color: #3150A1;
}

.btn-disable {
  background: #DFDFDF;
  border-color: #DFDFDF;
}
.btn-disable:hover {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}

.btn-secondary {
  background: #ED1C24;
  border-color: #ED1C24;
}
.btn-secondary:hover {
  background-color: #d01018;
  border-color: #d01018;
}
.btn-secondary.btn-outline, body.dark-mode .filter-btn-wrap .btn-secondary.btn, .tab-button body.dark-mode .filter-btn-wrap .btn-secondary.nav-link, .filter-btn-wrap .btn-secondary.btn, body.dark-mode .tab-button .btn-secondary.btn, body.dark-mode .tab-button .btn-secondary.nav-link, .tab-button .btn-secondary.btn, .tab-button .btn-secondary.nav-link {
  background: #ffffff;
  color: #ED1C24;
}

.btn-success {
  background: #34C38F;
  border-color: #34C38F;
}
.btn-success:hover {
  background-color: #2ba377;
  border-color: #2ba377;
}
.btn-success.btn-outline, body.dark-mode .filter-btn-wrap .btn-success.btn, .tab-button body.dark-mode .filter-btn-wrap .btn-success.nav-link, .filter-btn-wrap .btn-success.btn, body.dark-mode .tab-button .btn-success.btn, body.dark-mode .tab-button .btn-success.nav-link, .tab-button .btn-success.btn, .tab-button .btn-success.nav-link {
  background: #ffffff;
  color: #34C38F;
}

.btn-danger {
  background: #ED1C24;
  border-color: #ED1C24;
}
.btn-danger:hover {
  background-color: #d01018;
  border-color: #d01018;
}
.btn-danger.btn-outline, body.dark-mode .filter-btn-wrap .btn-danger.btn, .tab-button body.dark-mode .filter-btn-wrap .btn-danger.nav-link, .filter-btn-wrap .btn-danger.btn, body.dark-mode .tab-button .btn-danger.btn, body.dark-mode .tab-button .btn-danger.nav-link, .tab-button .btn-danger.btn, .tab-button .btn-danger.nav-link {
  background: #ffffff;
  color: #ED1C24;
}

.btn-text {
  background: transparent;
  color: #3150A1;
  text-decoration: underline;
  padding: 0;
}
.btn-text:hover {
  text-decoration: underline;
}

.btn-tertiary, body.dark-mode .filter-btn-wrap .btn:hover, .tab-button body.dark-mode .filter-btn-wrap .nav-link:hover, .filter-btn-wrap .btn:hover, body.dark-mode .tab-button .btn:hover, body.dark-mode .tab-button .nav-link:hover, .tab-button .btn:hover, .tab-button .nav-link:hover {
  background: #F4F6FC;
  border-color: #F4F6FC;
}
.btn-tertiary:hover, body.dark-mode .filter-btn-wrap .btn:hover, .tab-button body.dark-mode .filter-btn-wrap .nav-link:hover, .filter-btn-wrap .btn:hover, body.dark-mode .tab-button .btn:hover, body.dark-mode .tab-button .nav-link:hover, .tab-button .btn:hover, .tab-button .nav-link:hover {
  background: #DFDFDF;
  border-color: #DFDFDF !important;
}

.btn-outline, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .filter-btn-wrap .tab-button .nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link, .filter-btn-wrap .btn, .filter-btn-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  background: #ffffff;
  border-color: #495057;
  color: #495057;
}

.btn-icon-only {
  color: #495057;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  border: 1px solid #495057;
  padding: 0;
}

.font-xs, body.dark-mode .notification-header .dropdown-menu .btn, body.dark-mode .notification-header .dropdown-menu .tab-button .nav-link, .tab-button body.dark-mode .notification-header .dropdown-menu .nav-link, body.dark-mode .notification-header .dropdown-toggle .count-notification, body.dark-mode .error, body.dark-mode .btn-xs, .notification-header .dropdown-menu .btn, .notification-header .dropdown-menu .tab-button .nav-link, .tab-button .notification-header .dropdown-menu .nav-link, .notification-header .dropdown-toggle .count-notification, .error, .btn-xs {
  font-size: 10.5px;
}

.font-sm, body.dark-mode .notifications .notification-list .content .time-info, body.dark-mode .welcome-card .btn, body.dark-mode .welcome-card .tab-button .nav-link, .tab-button body.dark-mode .welcome-card .nav-link, body.dark-mode table, body.dark-mode .pagination .page-item .page-link, body.dark-mode .pagination, body.dark-mode .badge, body.dark-mode .btn-sm, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .filter-btn-wrap .tab-button .nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .filter-btn-wrap body.dark-mode .btn, .filter-btn-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button body.dark-mode .btn, body.dark-mode .tab-button body.dark-mode .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .btn, .tab-button body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, .notifications .notification-list .content .time-info, .welcome-card .btn, .welcome-card body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .welcome-card .nav-link, table, .pagination .page-item .page-link, .pagination, .badge, .btn-sm, body.dark-mode .filter-btn-wrap .btn, .filter-btn-wrap .btn, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  font-size: 12.25px;
}

.font-md, body.dark-mode .user-db-card p, body.dark-mode .notification-header .dropdown-menu .title, body.dark-mode .sidebar a, body.dark-mode a, body.dark-mode p, body.dark-mode h6, body.dark-mode .login-signup, body.dark-mode .accordion .accordion-item .accordion-header button, body.dark-mode .autocomplete-item, body.dark-mode .form-check, body.dark-mode .form-control, body.dark-mode .multiselect, body.dark-mode .multiselect,
body.dark-mode .form-select, body.dark-mode .form-label, body.dark-mode .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, .user-db-card p, .notification-header .dropdown-menu .title, .sidebar a, a, p, h6, .login-signup, .accordion .accordion-item .accordion-header button, .autocomplete-item, .form-check, .form-control, body.dark-mode .multiselect, .multiselect,
.form-select, .form-label, .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  font-size: 14px;
}

.font-lg, body.dark-mode .request-details p, body.dark-mode h4, body.dark-mode .accordion .accordion-item, body.dark-mode .filter, body.dark-mode .wizard-steps .wizard-steps-item .step-count, body.dark-mode .icon-form-group svg,
body.dark-mode .icon-form-group i, body.dark-mode .social-link li a, .request-details p, h4, .accordion .accordion-item, .filter, .wizard-steps .wizard-steps-item .step-count, .icon-form-group svg,
.icon-form-group i, .social-link li a {
  font-size: 15.75px;
}

.font-xl, body.dark-mode .request-card p i,
body.dark-mode .request-card p svg, body.dark-mode h2, body.dark-mode .heading-title h2, .request-card p i,
.request-card p svg, h2, .heading-title h2 {
  font-size: 17.5px;
}

.font-xxl, body.dark-mode .user-db-card h3, body.dark-mode .db-card-list .icon i, body.dark-mode .nav-item .nav-link i, body.dark-mode .nav-item .nav-link svg, .user-db-card h3, .db-card-list .icon i, .nav-item .nav-link i, .nav-item .nav-link svg {
  font-size: 21px !important;
}

.font-xxxl, body.dark-mode .icon-wrap i,
body.dark-mode .icon-wrap svg, .icon-wrap i,
.icon-wrap svg {
  font-size: 28px;
}

.font-light, body.dark-mode .dropdown .dropdown-menu .dropdown-item:hover, body.dark-mode .badge, body.dark-mode .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, body.dark-mode .footer .footer-block a, body.dark-mode .footer .footer-block p, .dropdown .dropdown-menu .dropdown-item:hover, .badge, .footer .footer-block p, .footer .footer-block a, .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  font-weight: 400 !important;
}

.font-medium, body.dark-mode .user-db-card p, body.dark-mode .notifications .notification-list strong, body.dark-mode .notifications .notification-list .content .time-info, body.dark-mode .notification-header .dropdown-menu .btn, body.dark-mode .notification-header .dropdown-menu .tab-button .nav-link, .tab-button body.dark-mode .notification-header .dropdown-menu .nav-link, body.dark-mode .user-card .user-background p strong, body.dark-mode .sidebar .accordion-button, body.dark-mode .sidebar a, body.dark-mode .subtitle, body.dark-mode .accordion .accordion-button[aria-expanded=true], body.dark-mode .wizard-steps .wizard-steps-item .step-name, body.dark-mode .wizard-steps .wizard-steps-item .step-count, body.dark-mode .heading-title h4, body.dark-mode a:hover, body.dark-mode .form-label, body.dark-mode header .navbar-nav .nav-link, .user-db-card p, .notifications .notification-list strong, .notifications .notification-list .content .time-info, .notification-header .dropdown-menu .btn, .notification-header .dropdown-menu .tab-button .nav-link, .tab-button .notification-header .dropdown-menu .nav-link, .user-card .user-background p strong, .sidebar .accordion-button, .sidebar a, .subtitle, .accordion .accordion-button[aria-expanded=true], .wizard-steps .wizard-steps-item .step-name, .wizard-steps .wizard-steps-item .step-count, .heading-title h4, a:hover, .form-label, header .navbar-nav .nav-link {
  font-weight: 500 !important;
}

.font-bold, body.dark-mode .request-details p strong, body.dark-mode .notifications .notification-list.unread .time-info, body.dark-mode .title, body.dark-mode ul.icon-list li::before, body.dark-mode .tab-horizontal .nav-link.active, body.dark-mode .heading-title h2, body.dark-mode .footer .footer-block h3, .request-details p strong, .notifications .notification-list.unread .time-info, .title, ul.icon-list li::before, .tab-horizontal .nav-link.active, .heading-title h2, .footer .footer-block h3 {
  font-weight: 600 !important;
}

.font-heavy, body.dark-mode .user-db-card h3, .user-db-card h3 {
  font-weight: 800 !important;
}

.form-label {
  margin-bottom: 5px;
  color: #495057;
}

.form-control, body.dark-mode .multiselect, .multiselect,
.form-select {
  border-color: white;
  padding: 12px 16px;
  border-radius: 3px;
  color: #495057;
  border: 1px solid #DFDFDF;
}
.form-control.search-form, body.dark-mode .search-form.multiselect, .search-form.multiselect,
.form-select.search-form {
  padding: 12px;
  padding-left: 40px;
}
.form-control:focus, body.dark-mode .multiselect:focus, .multiselect:focus,
.form-select:focus {
  border-color: #3150A1;
  box-shadow: 0px 0px 0px 0px #000000;
}

.icon-form-group {
  position: relative;
}
.icon-form-group svg,
.icon-form-group i {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  color: #495057;
}
.icon-form-group .form-control, .icon-form-group body.dark-mode .multiselect, body.dark-mode .icon-form-group .multiselect, .icon-form-group .multiselect,
.icon-form-group .form-select {
  padding-left: 30px;
}
.icon-form-group .find-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #495057;
}

.error {
  color: red !important;
}

.form-check {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
}

.form-check-input {
  margin-left: -20px !important;
}

.form-check-input:checked {
  background-color: #3150A1;
  border-color: #3150A1;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.form-check-input:hover,
.form-check-label:hover {
  cursor: pointer;
}

.form-check-input:disabled {
  opacity: 0.9;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.9;
}

.file-upload .upload-area {
  color: #D1D1D1;
  text-align: center;
  padding: 24px;
  border: 2px dashed #D1D1D1;
  border-radius: 12px;
}
.file-upload .upload-area h5 {
  color: #D1D1D1;
}
.file-upload .upload-area .icon {
  margin-bottom: 10px;
}
.file-upload .upload-area .icon svg {
  font-size: 40px;
}
.file-upload .upload-area .btn, .file-upload .upload-area .tab-button .nav-link, .tab-button .file-upload .upload-area .nav-link {
  padding: 6px 16px;
}
.file-upload .upload-area :hover {
  cursor: pointer;
}
.file-upload .file-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 0px;
}
.file-upload .file-list p {
  word-break: break-all;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .file-upload .file-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .file-upload .file-list p {
    width: 100%;
  }
}

.search-form {
  min-width: 235px;
}
.search-form .form-control, .search-form body.dark-mode .multiselect, body.dark-mode .search-form .multiselect, .search-form .multiselect {
  background: #F3F4F6;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.feedback-form {
  height: 150px !important;
}

.form-floating > label {
  position: absolute;
  top: 1px;
  left: 6px;
  height: 100%;
  padding: 0px 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  height: 24px;
  padding-top: 5px;
}

.form-floating > .form-control:focus ~ label, body.dark-mode .form-floating > .multiselect:focus ~ label, .form-floating > .multiselect:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .multiselect:not(:placeholder-shown) ~ label,
.form-floating > .multiselect:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-16px) translateX(0.15rem);
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #3150A1;
  border-radius: 100%;
  background: #ffffff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #3150A1;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Styles for the autocomplete container */
.autocomplete {
  position: relative;
  display: inline-block;
}

/* Styles for the autocomplete dropdown content */
.autocomplete-items {
  position: absolute;
  max-height: 140px;
  overflow-y: auto;
  font-size: small;
  width: 100%;
}

.autocomplete-item {
  padding: 2px 12px;
  cursor: pointer;
}

/* Highlight the selected item */
.autocomplete-item:hover {
  background-color: #3150A1;
  color: #ffffff !important;
}

/* Highlight the selected item with keyboard navigation */
.highlighted {
  background-color: #3150A1;
  color: #ffffff;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.multiselect {
  padding: 0;
}

.multiselect:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid transparent;
}

.multiselect > .titles {
  position: relative;
  cursor: pointer;
  height: 38px;
  padding: 6px;
}

.multiselect > .titles > .text {
  max-width: auto;
  max-height: auto;
  display: block;
  float: left;
  overflow: hidden;
  line-height: 1.3em;
  font-size: 12px;
  padding: 6px 6px;
}

.multiselect > .titles > .expand-icon,
.multiselect > .titles > .close-icon {
  position: absolute;
  /* Position the close-icon absolutely within the titles container */
  top: 10px;
  /* Position it at the top */
  right: 0;
  /* Position it at the right */
  border-radius: 50%;
  padding: 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  transition: 0.2s;
  display: none;
  height: 23px;
}

.multiselect.selection > .titles > .expand-icon {
  display: none;
}

.multiselect > .titles > .expand-icon,
.multiselect.selection > .titles > .close-icon {
  display: block;
}

.multiselect > .titles > .close-icon:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgb(203, 32, 32);
  color: #fff;
}

.multiselect > .container {
  max-height: 200px;
  /* overflow: auto; */
  overflow: y-scroll;
  margin-top: 4px;
  width: -webkit-fill-available;
  transition: 0.2s;
  /* position: absolute; */
  z-index: 99;
  background: #ffffff;
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.multiselect:hover > .container {
  border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .container {
  border-color: rgba(0, 0, 0, 0.3);
}

.multiselect > .container > option {
  display: none;
  padding: 6px 16px;
  cursor: pointer;
}

.multiselect > .container > option.selected {
  background: #DFDFDF;
  border-bottom: 1px solid #ffffff;
  color: #000000;
}

.multiselect > .container > option:hover {
  background: #3150A1;
  color: #ffffff;
}

.multiselect.active > .container > option {
  display: block;
}

a {
  text-decoration: none;
  color: #495057;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s linear;
  color: #3150A1;
}

a.simple-link {
  text-decoration: none;
  color: #495057;
}
a.simple-link:hover {
  text-decoration: none;
}

.image-fit-contain {
  overflow: hidden;
}
.image-fit-contain img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.image-fit-cover {
  overflow: hidden;
}
.image-fit-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card, body.dark-mode .modal .modal-content, .modal .modal-content {
  border: none;
  border-radius: 3px;
  background: #ffffff;
  padding: 24px 24px;
}
@media only screen and (max-width: 1200px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 1100px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 992px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 19.2px 19.2px;
  }
}
@media only screen and (max-width: 768px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 19.2px 19.2px;
  }
}
@media only screen and (max-width: 600px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 14.4px 19.2px;
  }
}
@media only screen and (max-width: 576px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 12px 19.2px;
  }
}
@media only screen and (max-width: 480px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 7.2px 19.2px;
  }
}
.card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
  padding: 18px 18px;
}
@media only screen and (max-width: 1200px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
    padding: 18px 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
    padding: 18px 18px;
  }
}
@media only screen and (max-width: 992px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
    padding: 14.4px 14.4px;
  }
}
@media only screen and (max-width: 768px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
    padding: 14.4px 14.4px;
  }
}
@media only screen and (max-width: 600px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
    padding: 10.8px 14.4px;
  }
}
@media only screen and (max-width: 576px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
    padding: 9px 14.4px;
  }
}
@media only screen and (max-width: 480px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal .card-p-75.modal-content {
    padding: 5.4px 14.4px;
  }
}
.card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
  padding: 12px 12px;
}
@media only screen and (max-width: 1200px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 992px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
    padding: 9.6px 9.6px;
  }
}
@media only screen and (max-width: 768px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
    padding: 9.6px 9.6px;
  }
}
@media only screen and (max-width: 600px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
    padding: 7.2px 9.6px;
  }
}
@media only screen and (max-width: 576px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
    padding: 6px 9.6px;
  }
}
@media only screen and (max-width: 480px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal .card-p-50.modal-content {
    padding: 3.6px 9.6px;
  }
}
@media only screen and (max-width: 767px) {
  .card, body.dark-mode .modal .modal-content, .modal .modal-content {
    padding: 16px !important;
  }
}
.card.bordered, body.dark-mode .modal .bordered.modal-content, .modal .bordered.modal-content {
  border: 1px solid #C6D4EB;
}

.badge {
  border-radius: 2px;
  padding: 4px 10px;
}

.badge.success {
  color: #34C38F;
  background: #34C38F2e;
}

.badge.danger {
  color: #ED1C24;
  background: #ED1C242e;
}

.badge.warning {
  color: #FFC107;
  background: #FFC1072e;
}

.badge.info {
  color: #17a2b8;
  background: #17a2b82e;
}

.scroll {
  overflow: scroll;
}

.scroll-y {
  overflow-y: scroll;
}

.scroll-x {
  overflow-x: scroll;
}

.scrollbar-sm::-webkit-scrollbar-track {
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scrollbar-sm::-webkit-scrollbar {
  width: 3px;
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scrollbar-sm::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}

.scrollbar-none::-webkit-scrollbar-track {
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scrollbar-none::-webkit-scrollbar {
  width: 0px;
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scrollbar-none::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}

.scroll-x.scrollbar-sm::-webkit-scrollbar-track {
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scroll-x.scrollbar-sm::-webkit-scrollbar {
  height: 3px;
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scroll-x.scrollbar-sm::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}

.scroll-x.scrollbar-md::-webkit-scrollbar-track {
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scroll-x.scrollbar-md::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background-color: #F4F6FC;
  border-radius: 10px;
}

.scroll-x.scrollbar-md::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}

.dropdown .dropdown-menu {
  box-shadow: 0px 0px 8px #dde3f5;
  border: none;
  padding: 0.5rem 0;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.dropdown .dropdown-menu .dropdown-item svg {
  color: #8a8a8a;
  font-size: 16px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #3150A1;
  font-weight: inherit;
}
.dropdown .dropdown-menu .dropdown-item:hover svg {
  color: #3150A1;
}

/* title-tip down */
[data-title]:hover {
  position: relative;
}

[data-title]:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  content: attr(data-title);
  margin-top: 0.5em;
  overflow: hidden;
  word-wrap: break-word;
  font-size: inherit;
  color: #FFF;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 10px;
  left: -35px;
}

[data-title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: "";
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid #222;
  font-size: inherit;
}

/* title-tip-up */
.title-up[data-title]:hover:before, table [data-title].btn:hover:before, table .tab-button [data-title].nav-link:hover:before, .tab-button table [data-title].nav-link:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.title-up[data-title]:hover:after, table [data-title].btn:hover:after, table .tab-button [data-title].nav-link:hover:after, .tab-button table [data-title].nav-link:hover:after {
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid #222;
}

/* title-tip-right */
.title-right[data-title]:hover:before {
  top: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5em;
}

.title-right[data-title]:hover:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-right: 0.25em solid #222;
}

/* title-tip-left */
.title-left[data-title]:hover:before {
  top: auto;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.5em;
}

.title-left[data-title]:hover:after {
  top: 50%;
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-left: 0.25em solid #222;
}

section {
  padding: 12px 0px;
}
@media only screen and (max-width: 1200px) {
  section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 992px) {
  section {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding: 7.2px 0px;
  }
}
@media only screen and (max-width: 576px) {
  section {
    padding: 6px 0px;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 3.6px 0px;
  }
}

.bg-grey {
  background: #F3F4F6;
}

.heading-title {
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 1200px) {
  .heading-title {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .heading-title {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .heading-title {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-title {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .heading-title {
    padding: 7.2px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .heading-title {
    padding: 6px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-title {
    padding: 3.6px 0px;
  }
}
.heading-title h2 {
  margin-bottom: 0;
}
.heading-title h4 {
  font-size: 26px;
  color: #3150A1;
}
.heading-title h6 {
  color: #ED1C24;
}
.auth-section {
  padding: 24px 0px;
}
@media only screen and (max-width: 1200px) {
  .auth-section {
    padding: 24px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .auth-section {
    padding: 24px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .auth-section {
    padding: 19.2px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .auth-section {
    padding: 19.2px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .auth-section {
    padding: 14.4px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .auth-section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .auth-section {
    padding: 7.2px 0px;
  }
}

.no-data-found {
  height: 200px;
}

.slider-btn {
  color: #495057;
  font-size: 30px;
  border: none;
  background: none;
  position: absolute;
  bottom: 5px;
  right: 140px;
  z-index: 3;
}
.slider-btn.btn-left {
  right: 180px;
}
.sticky {
  position: sticky;
}
.sticky.top-0 {
  top: 0;
}
.sticky.top-default {
  top: 24px;
}
.sticky.bottom-0 {
  bottom: 0;
}
.sticky.bottom-default {
  bottom: 24px;
}

.nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.tab-button .nav-link {
  border: 1px solid;
}

.tab-vertical .nav-link.active {
  color: #ED1C24;
  border-left: 3px solid #ED1C24;
}
@media only screen and (max-width: 767px) {
  .tab-vertical .nav-link.active {
    border-bottom: 2px solid #ED1C24;
    border-left: none;
  }
}
.tab-horizontal .nav-link {
  color: #495057 !important;
  border: none !important;
}
.tab-horizontal .nav-link.active {
  color: #3150A1 !important;
  border-bottom: 2px solid #3150A1 !important;
}

@media only screen and (max-width: 767px) {
  .tab-content {
    padding-top: 16px;
  }
}
ul {
  list-style: none;
  padding: 0;
}

ul.icon-list li {
  position: relative;
  padding: 5px 0px;
  padding-left: 18px;
}
ul.icon-list li::before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "✓";
  color: #3150A1;
}

ul.nested-list {
  list-style: decimal;
  padding-left: 16px;
}
ul.nested-list li {
  margin: 16px 0px;
}
ul.nested-list li ul {
  margin-top: 5px;
  list-style: disc;
  padding-left: 12px;
}
ul.nested-list li ul li {
  margin: 0;
}

.wizard-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.wizard-steps .wizard-steps-item {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 0;
  transition: width 2s ease-in-out;
}
.wizard-steps .wizard-steps-item .step-count {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
  background: #ffffff;
  border: 1px solid #495057;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wizard-steps .wizard-steps-item .step-count {
    height: 36px;
    width: 36px;
    border-radius: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .wizard-steps .wizard-steps-item .step-name {
    font-size: 14px;
  }
}
.wizard-steps .wizard-steps-item::before {
  position: absolute;
  top: 25px;
  left: 50%;
  content: "";
  height: 3px;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
  background: #CBCBCB;
}
@media only screen and (max-width: 767px) {
  .wizard-steps .wizard-steps-item::before {
    top: 18px;
    font-size: 12px;
  }
}
.wizard-steps .wizard-steps-item:last-child::before {
  display: none;
}
.wizard-steps .wizard-steps-item.active .step-count, .wizard-steps .wizard-steps-item.completed .step-count {
  background: #ED1C24;
  color: #ffffff;
  border-color: #ED1C24;
}
.wizard-steps .wizard-steps-item.active .step-name, .wizard-steps .wizard-steps-item.completed .step-name {
  color: #ED1C24;
}
.wizard-steps .wizard-steps-item.completed::before {
  background: #ED1C24;
  height: 3px;
  width: 100%;
}

.wizard-vertical {
  flex-direction: column;
  gap: 40px;
}
.wizard-vertical .wizard-steps-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wizard-vertical .wizard-steps-item .step-count {
  margin: 0;
}
.wizard-vertical .wizard-steps-item::before {
  height: 40px;
  width: 3px;
  left: 24px;
  top: 100%;
}
.wizard-vertical .wizard-steps-item.completed::before {
  background: #ED1C24;
  height: 40px;
  width: 3px;
}

.filter-dropdown .dropdown-menu {
  width: 300px;
}
.filter-dropdown .dropdown-toggle::after {
  display: none;
}

.filter {
  border: 1px solid #C6D4EB;
  max-height: 450px;
}
.filter .form-check {
  min-height: auto;
  margin: 10px 0px;
}

.filter-btn-wrap, body.dark-mode .tab-button, .tab-button {
  gap: 5px;
}
.filter-btn-wrap .btn, .filter-btn-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  padding: 4px 12px;
  color: #495057;
}
.filter-btn-wrap .btn.active, body.dark-mode .tab-button .btn.active, body.dark-mode .tab-button .active.nav-link, .tab-button .btn.active, .tab-button .active.nav-link {
  color: #ffffff;
  background: #3150A1 !important;
}

.accordion .accordion-item {
  border: none;
  line-height: 32px;
  background: transparent;
}
.accordion .accordion-item .accordion-header button {
  border-bottom: 1px solid #c6c6c6;
  padding: 30px 16px 16px 16px;
  background: transparent;
}
.accordion .accordion-button:hover {
  color: #3150A1;
}
.accordion .accordion-button:focus {
  box-shadow: 0 0 0 0 #000000;
}
.accordion .accordion-button:after {
  width: 10px;
  height: 10px;
  background-size: 10px;
}
.accordion .accordion-button[aria-expanded=true] {
  background: none;
  color: #3150A1;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination .page-item .page-link {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #F4F6FC;
  color: #495057;
}
.pagination .page-item.active .page-link {
  background: #3150A1;
  border-color: #3150A1;
  color: #ffffff;
}
.pagination .page-item.disabled .page-link {
  background: #DFDFDF;
  border-color: #DFDFDF;
  color: #495057;
}

.modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px !important;
  border: 1px solid #bababa;
  border-radius: 40px;
  font-size: 8px;
}
.modal .btn, .modal body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .modal .nav-link, .modal .tab-button .nav-link, .tab-button .modal .nav-link {
  min-width: 100px !important;
}

.confirmation-icon {
  height: 105px;
  width: 105px;
  border-radius: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
  margin-bottom: 30px;
}
.confirmation-icon svg, .confirmation-icon i {
  font-size: 32px;
}
.confirmation-icon.danger, .confirmation-icon.warning {
  background: #fef1f1;
}
.confirmation-icon.danger svg, .confirmation-icon.danger i, .confirmation-icon.warning svg, .confirmation-icon.warning i {
  color: #ED1C24;
}
.confirmation-icon.success {
  background: #e5f8f1;
}
.confirmation-icon.success svg, .confirmation-icon.success i {
  color: #34C38F;
}

table {
  color: #495057;
}
table .form-check {
  min-height: auto;
}
table thead {
  background: #F4F6FC;
}
table thead tr th {
  color: #777777;
  font-weight: 600;
  border-bottom: none;
  padding: 12px 12px !important;
  vertical-align: middle;
}
table tbody tr td {
  padding: 10px 12px !important;
  vertical-align: middle;
  border-color: #F4F6FC;
}
table .btn-wrap {
  gap: 5px;
}
table .btn, table body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button table .nav-link, table .tab-button .nav-link, .tab-button table .nav-link {
  color: #3150A1;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
}
table .btn .fa-eye, table body.dark-mode .tab-button .nav-link .fa-eye, body.dark-mode .tab-button table .nav-link .fa-eye, table .tab-button .nav-link .fa-eye, .tab-button table .nav-link .fa-eye {
  font-size: 13px;
}

.access-item-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.access-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
  margin-left: -10px;
}
.access-status span {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #C6D4EB;
  display: block;
  position: relative;
}
.access-status span::before {
  position: absolute;
  top: -5px;
  left: 3px;
  font-size: 12px;
  color: #ffffff;
}
.access-status.accessed span {
  background: #3150A1;
}
.access-status.accessed span::before {
  content: "✔";
}
.access-status.not-accessed span {
  background: #ED1C24;
}
.access-status.not-accessed span::before {
  content: "×";
  top: -7px;
  font-size: 15px;
}

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.icon-wrap.primary {
  color: #3150A1;
  background: #e4e9f7;
}
.icon-wrap.success {
  color: #34C38F;
  background: #e5f8f1;
}
.icon-wrap.danger {
  color: #ED1C24;
  background: #fef1f1;
}
.icon-wrap.info {
  color: #17a2b8;
  background: #ddf7fb;
}
.login-signup {
  min-height: 81vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #495057;
}

p {
  line-height: 24px;
}

sup {
  top: -1em;
}

.text-primary {
  color: #3150A1 !important;
}

.text-secondary {
  color: #ED1C24 !important;
}

.text-tertiary {
  color: #202f63 !important;
}

.text-grey, body.dark-mode .user-ui, body.dark-mode .request-card p, body.dark-mode .dashboard-body p, body.dark-mode .autocomplete-item, body.dark-mode .form-check-label, .user-ui, .request-card p, .dashboard-body p, .form-check-label, .autocomplete-item {
  color: #495057 !important;
}

.text-black {
  color: #000000 !important;
}

.bg-white, body.dark-mode .form-floating > label, .form-floating > label {
  background: #ffffff !important;
}

.text-light-dark {
  color: #888888;
}

.bg-primary {
  background: #3150A1 !important;
}

.bg-secondary {
  background: #ED1C24 !important;
}

.bg-tertiary {
  background: #202f63 !important;
}

.title {
  font-size: 19.25px;
  color: #3150A1;
}

.width-fit-content {
  min-width: fit-content;
}

.search-filter .filter-select .form-select {
  width: 250px;
}

.ck-content * {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.row-custom {
  --bs-gutter-y: 1.5rem;
}

.gy-0 {
  --bs-gutter-y: 0;
}

hr {
  background-color: #495057;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: calc(100vh - 0px);
  z-index: 2;
  border: 0;
  width: 260px;
  border-radius: 0;
  z-index: 9;
  padding-top: 0;
}
.sidebar i {
  font-size: 16px;
}
.sidebar a {
  padding: 12px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.sidebar .accordion-button {
  padding: 14px 24px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  border-bottom: none !important;
  color: #495057;
}
.sidebar .accordion-button.collapsed {
  border-bottom: none;
}
.sidebar .accordion-body ul {
  margin-bottom: 0;
}
.sidebar .accordion-body ul li a {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 40px;
}
.sidebar .accordion-button:not(.collapsed) {
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.125);
}
.sidebar .sidebar-logo-wrap {
  z-index: 3;
  padding: 0 0;
}
@media only screen and (max-width: 1200px) {
  .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
.sidebar .sidebar-logo-wrap a {
  height: 68px;
  margin: 0;
  border-radius: 0;
  background: #fff;
}

.sidebar-bg-primary {
  background: #3150A1;
}
.sidebar-bg-primary .sidebar-logo-wrap {
  background: #3150A1;
  margin-bottom: 20px;
}
.sidebar-bg-primary a {
  color: #fff;
}
.sidebar-bg-primary a:hover {
  background: #f3f4f6;
  color: #3150A1;
}
.sidebar-bg-primary .accordion-body ul {
  background: #2b468d;
}
.sidebar-bg-primary .accordion-button {
  color: #fff;
}
.sidebar-bg-primary .accordion-button:hover {
  background: #f3f4f6 !important;
  color: #3150A1;
}
.sidebar-bg-primary .accordion-button::after {
  filter: brightness(0) invert(1);
}
.sidebar-bg-primary .accordion-button[aria-expanded=true] {
  background: #f3f4f6 !important;
  color: #495057;
}
.sidebar-bg-primary .accordion-button[aria-expanded=true]:hover {
  color: #3150A1 !important;
}
.sidebar-bg-primary .accordion-button[aria-expanded=true]::after {
  filter: none;
}

.dashboard-body {
  margin-left: 272px;
}
.sidebar-user {
  position: inherit;
  width: 100%;
}

.welcome-card .card-top {
  background-color: #dde3f5;
}
.welcome-card .welcome-image {
  height: 132px;
}
.welcome-card .user-image {
  height: 72px;
  width: 72px;
  border-radius: 72px;
  border: 5px solid #ffffff;
  margin-top: -36px;
}
.user-welcome-card h2 {
  font-size: 20px;
}

.user-card .pp-image {
  height: 78px;
  width: 78px;
  border-radius: 78px;
}
.user-card .user-background p {
  margin-bottom: 5px;
  display: flex;
}
.user-card .user-background p strong {
  width: 106px;
  display: block;
  flex: 106px 0 0;
  position: relative;
  margin-right: 8px;
}
.user-card .user-background p strong::before {
  position: absolute;
  content: ":";
  right: 0;
  top: 0;
}

.notification-header .dropdown-toggle {
  background: none;
}
.notification-header .dropdown-toggle::after {
  display: none;
}
.notification-header .dropdown-toggle .count-notification {
  position: absolute;
  top: -5px;
  right: 0;
  background: #ED1C24;
  color: #ffffff;
  padding: 0px 5px;
  display: block;
  border-radius: 5px;
}
.notification-header .dropdown-menu {
  max-height: 50vh;
  min-width: 375px;
  padding: 16px;
}
.notification-header .dropdown-menu .btn, .notification-header .dropdown-menu .tab-button .nav-link, .tab-button .notification-header .dropdown-menu .nav-link {
  padding: 8px 4px;
  background: transparent;
  border: none;
  color: #495057;
}
.notification-header .dropdown-menu[data-bs-popper] {
  left: -150px;
}

.notification-page .notification-list {
  padding: 12px 16px !important;
}
.notification-page .notification-list.unread {
  background: white;
}
.notification-page .notification-list.unread::before {
  display: none;
}

.notifications .notification-list {
  position: relative;
  padding: 8px 8px;
  border-radius: 3px;
  border-bottom: 1px solid #DFDFDF;
}
.notifications .notification-list a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.notifications .notification-list .content .time-info {
  padding-top: 2px;
}
.notifications .notification-list strong {
  font-size: inherit;
}
.notifications .notification-list.unread {
  position: relative;
}
.notifications .notification-list.unread .time-info {
  color: #3150A1;
}
.notifications .notification-list.unread::before {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: 6px;
  content: "";
  background: #3150A1;
}

.db-card-list {
  position: relative;
}
.db-card-list a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.db-card-list .icon {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background: #3150A1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.db-card-list .icon i {
  color: #ffffff;
}

.request-details p {
  margin-bottom: 16px;
  display: flex;
}
.request-details p strong {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  flex: 260px 0 0;
}
.request-details p strong::before {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}

.system-admin-list ul li {
  color: #495057;
}

.user-ui .btn, .user-ui body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .user-ui .nav-link, .user-ui .tab-button .nav-link, .tab-button .user-ui .nav-link {
  white-space: nowrap;
}
.user-ui .form-check-input {
  font-size: 16px;
}

.user-db-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex-direction: row;
  position: relative;
}
.user-db-card a {
  height: 100%;
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.user-db-card h3 {
  margin-bottom: 2px;
}
.user-db-card p {
  margin-bottom: 0;
}
.user-db-card .icon-wrap {
  height: 40px;
  width: 40px;
  border-radius: 2px;
}

#cbs-section .card .form-check, #cbs-section .modal .modal-content .form-check, .modal #cbs-section .modal-content .form-check {
  padding-left: 0;
}

.query-list .accordion-item {
  margin-bottom: 12px;
  border: 1px solid #DFDFDF;
}
.query-list .accordion-item .accordion-button {
  padding: 16px 16px !important;
  border: none !important;
  box-shadow: none;
}

.query-data {
  max-height: 500px;
}
.query-data thead {
  position: sticky;
  top: 0;
}
.query-data thead .description {
  min-width: 250px;
}
.query-data thead .date-time {
  min-width: 350px;
}
.query-data thead .address {
  min-width: 180px;
}

body.dark-mode {
  background: #222736;
  /* Styles for the autocomplete container */
  /* Styles for the autocomplete dropdown content */
  /* Highlight the selected item */
  /* Highlight the selected item with keyboard navigation */
  /* title-tip down */
  /* title-tip-up */
  /* title-tip-right */
  /* title-tip-left */
}
body.dark-mode header {
  background: #2A3042;
  width: 100%;
  margin-left: auto;
  z-index: 9;
}
body.dark-mode header .navbar {
  padding: 6px 0px;
}
body.dark-mode header .navbar-brand {
  height: 60px;
  padding: 6px;
}
body.dark-mode header .navbar-nav .nav-link {
  color: #3150A1;
  padding: 10px 12px !important;
}
body.dark-mode header .navbar-nav .nav-link:hover {
  color: #ED1C24;
}
body.dark-mode header .navbar-nav .nav-link.active {
  color: #ED1C24;
  position: relative;
}
body.dark-mode header .navbar-nav .nav-link.active::before {
  position: absolute;
  content: "";
  left: 20%;
  bottom: 0;
  background: #ED1C24;
  height: 3px;
  width: 60%;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode header .navbar-nav .nav-link.active::before {
    left: 0;
    width: 50%;
  }
}
body.dark-mode header .user-image {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  border: 1px solid #2A3042;
}
body.dark-mode header .notification {
  position: relative;
}
body.dark-mode header .notification span {
  display: block;
  height: 15px;
  width: auto;
  border-radius: 15px;
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  top: -8px;
  right: -10px;
  padding: 3px;
}
body.dark-mode header.header-bg-primary {
  background: #3150A1;
}
body.dark-mode header.header-bg-primary i,
body.dark-mode header.header-bg-primary svg {
  color: #2A3042;
}
body.dark-mode header.header-bg-primary .nav-link {
  color: #2A3042 !important;
}
body.dark-mode .user-profile .dropdown .user-pp {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
body.dark-mode .user-profile .dropdown .btn, body.dark-mode .user-profile .dropdown .tab-button .nav-link, body.dark-mode .tab-button .user-profile .dropdown .nav-link, .tab-button body.dark-mode .user-profile .dropdown .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  padding: 0;
  background: transparent;
  border: 0;
}
body.dark-mode .user-profile .dropdown .custom-dropdown-menu {
  box-shadow: 0px 0px 8px #dde3f5;
}
body.dark-mode .user-profile .dropdown .custom-dropdown-menu a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .user-profile {
    margin-top: 16px;
  }
}
body.dark-mode .custom-dropdown-menu {
  box-shadow: 0px 0px 8px #dde3f5;
}
body.dark-mode .custom-dropdown-menu a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
}
body.dark-mode .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2A3042;
  z-index: -1;
}
body.dark-mode .footer .footer-block h3 {
  color: #3150A1;
  font-size: 22px;
}
body.dark-mode .footer .footer-block .quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.dark-mode .footer .footer-block a {
  padding: 6px 0px;
  display: block;
}
body.dark-mode .social-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
body.dark-mode .social-link li a {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  display: flex !important;
  color: #2A3042;
}
body.dark-mode .btn-wrap {
  display: flex;
  gap: 8px;
  width: fit-content;
}
body.dark-mode .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link {
  border-radius: 3px;
  padding: 8px 12px;
  transition: all 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: fit-content;
  height: fit-content;
}
body.dark-mode .btn:focus, body.dark-mode .tab-button .nav-link:focus, .tab-button body.dark-mode .nav-link:focus {
  box-shadow: 0 0 0 0 #ffffff;
}
body.dark-mode .btn.radius-50, body.dark-mode .tab-button .radius-50.nav-link, .tab-button body.dark-mode .radius-50.nav-link {
  border-radius: 1.5px;
}
body.dark-mode .btn-sm, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .filter-btn-wrap .tab-button .nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .filter-btn-wrap body.dark-mode .btn, .filter-btn-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button body.dark-mode .btn, body.dark-mode .tab-button body.dark-mode .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .btn, .tab-button body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link {
  padding: 4px 8px;
}
body.dark-mode .btn-xs {
  padding: 4px 8px;
}
body.dark-mode .btn-icon, body.dark-mode .modal .btn-close, body.dark-mode .modal .btn-close, .modal body.dark-mode .btn-close {
  padding: 8px 12px;
}
body.dark-mode .btn-primary, body.dark-mode .filter-btn-wrap .btn.active, body.dark-mode .tab-button .btn.active, body.dark-mode .tab-button .active.nav-link, .filter-btn-wrap body.dark-mode .btn.active, .tab-button body.dark-mode .btn.active, .tab-button body.dark-mode .active.nav-link {
  background: #3150A1;
  border-color: #3150A1;
}
body.dark-mode .btn-primary:hover, body.dark-mode .filter-btn-wrap .btn.active:hover, body.dark-mode .tab-button .btn.active:hover, body.dark-mode .tab-button .active.nav-link:hover, .filter-btn-wrap body.dark-mode .btn.active:hover, .tab-button body.dark-mode .btn.active:hover, .tab-button body.dark-mode .active.nav-link:hover {
  background-color: #274082;
  border-color: #274082;
}
body.dark-mode .btn-primary.btn-outline, body.dark-mode .filter-btn-wrap .btn-primary.btn, body.dark-mode .filter-btn-wrap .btn.active, body.dark-mode .tab-button .btn-primary.btn, body.dark-mode .tab-button .btn-primary.nav-link, .filter-btn-wrap body.dark-mode .btn-primary.btn, body.dark-mode .tab-button .btn.active, body.dark-mode .tab-button .active.nav-link, .filter-btn-wrap body.dark-mode .btn.active, .tab-button body.dark-mode .btn-primary.btn, .tab-button body.dark-mode .btn.active, .tab-button body.dark-mode .btn-primary.nav-link, .tab-button body.dark-mode .active.nav-link {
  background: #2A3042;
  color: #3150A1;
  border-color: #3150A1;
}
body.dark-mode .btn-disable {
  background: #434343;
  border-color: #434343;
}
body.dark-mode .btn-disable:hover {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
body.dark-mode .btn-secondary {
  background: #ED1C24;
  border-color: #ED1C24;
}
body.dark-mode .btn-secondary:hover {
  background-color: #d01018;
  border-color: #d01018;
}
body.dark-mode .btn-secondary.btn-outline, body.dark-mode .filter-btn-wrap .btn-secondary.btn, body.dark-mode .tab-button .btn-secondary.btn, body.dark-mode .tab-button .btn-secondary.nav-link, .filter-btn-wrap body.dark-mode .btn-secondary.btn, .tab-button body.dark-mode .btn-secondary.btn, .tab-button body.dark-mode .btn-secondary.nav-link {
  background: #2A3042;
  color: #ED1C24;
}
body.dark-mode .btn-success {
  background: #34C38F;
  border-color: #34C38F;
}
body.dark-mode .btn-success:hover {
  background-color: #2ba377;
  border-color: #2ba377;
}
body.dark-mode .btn-success.btn-outline, body.dark-mode .filter-btn-wrap .btn-success.btn, body.dark-mode .tab-button .btn-success.btn, body.dark-mode .tab-button .btn-success.nav-link, .filter-btn-wrap body.dark-mode .btn-success.btn, .tab-button body.dark-mode .btn-success.btn, .tab-button body.dark-mode .btn-success.nav-link {
  background: #2A3042;
  color: #34C38F;
}
body.dark-mode .btn-danger {
  background: #ED1C24;
  border-color: #ED1C24;
}
body.dark-mode .btn-danger:hover {
  background-color: #d01018;
  border-color: #d01018;
}
body.dark-mode .btn-danger.btn-outline, body.dark-mode .filter-btn-wrap .btn-danger.btn, body.dark-mode .tab-button .btn-danger.btn, body.dark-mode .tab-button .btn-danger.nav-link, .filter-btn-wrap body.dark-mode .btn-danger.btn, .tab-button body.dark-mode .btn-danger.btn, .tab-button body.dark-mode .btn-danger.nav-link {
  background: #2A3042;
  color: #ED1C24;
}
body.dark-mode .btn-text {
  background: transparent;
  color: #3150A1;
  text-decoration: underline;
  padding: 0;
}
body.dark-mode .btn-text:hover {
  text-decoration: underline;
}
body.dark-mode .btn-tertiary, body.dark-mode .filter-btn-wrap .btn:hover, body.dark-mode .tab-button .btn:hover, body.dark-mode .tab-button .nav-link:hover, .filter-btn-wrap body.dark-mode .btn:hover, .tab-button body.dark-mode .btn:hover, .tab-button body.dark-mode .nav-link:hover {
  background: #222736;
  border-color: #222736;
}
body.dark-mode .btn-tertiary:hover, body.dark-mode .filter-btn-wrap .btn:hover, body.dark-mode .tab-button .btn:hover, body.dark-mode .tab-button .nav-link:hover, .filter-btn-wrap body.dark-mode .btn:hover, .tab-button body.dark-mode .btn:hover, .tab-button body.dark-mode .nav-link:hover {
  background: #434343;
  border-color: #434343 !important;
}
body.dark-mode .btn-outline, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .filter-btn-wrap .tab-button .nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .filter-btn-wrap body.dark-mode .btn, .filter-btn-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button body.dark-mode .btn, body.dark-mode .tab-button body.dark-mode .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .btn, .tab-button body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link {
  background: #2A3042;
  border-color: #cecece;
  color: #cecece;
}
body.dark-mode .btn-icon-only {
  color: #cecece;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  border: 1px solid #cecece;
  padding: 0;
}
body.dark-mode .font-xs, body.dark-mode .notification-header .dropdown-menu .btn, body.dark-mode .notification-header .dropdown-menu .tab-button .nav-link, .tab-button body.dark-mode .notification-header .dropdown-menu .nav-link, body.dark-mode .notification-header .dropdown-toggle .count-notification, body.dark-mode .error, body.dark-mode .btn-xs, body.dark-mode .error, .notification-header .dropdown-toggle body.dark-mode .count-notification, body.dark-mode .tab-button .notification-header .dropdown-menu .nav-link, .notification-header .dropdown-menu body.dark-mode .btn, .notification-header .dropdown-menu body.dark-mode .tab-button .nav-link, .notification-header .dropdown-menu .tab-button body.dark-mode .nav-link, .tab-button .notification-header .dropdown-menu body.dark-mode .nav-link, body.dark-mode .btn-xs {
  font-size: 10.5px;
}
body.dark-mode .font-sm, body.dark-mode .notifications .notification-list .content .time-info, body.dark-mode .welcome-card .btn, body.dark-mode .welcome-card .tab-button .nav-link, .tab-button body.dark-mode .welcome-card .nav-link, body.dark-mode table, body.dark-mode .pagination .page-item .page-link, body.dark-mode .pagination, body.dark-mode .badge, body.dark-mode .btn-sm, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .filter-btn-wrap .tab-button .nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link, body.dark-mode .badge, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .filter-btn-wrap body.dark-mode .btn, .filter-btn-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button body.dark-mode .btn, body.dark-mode .tab-button body.dark-mode .nav-link, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .btn, .tab-button body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, body.dark-mode .pagination, .pagination .page-item body.dark-mode .page-link, body.dark-mode table, body.dark-mode .welcome-card .btn, body.dark-mode .tab-button .welcome-card .nav-link, .welcome-card body.dark-mode .btn, .welcome-card body.dark-mode .tab-button .nav-link, .welcome-card .tab-button body.dark-mode .nav-link, .tab-button .welcome-card body.dark-mode .nav-link, .notifications .notification-list .content body.dark-mode .time-info, body.dark-mode .btn-sm, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .filter-btn-wrap .btn, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .filter-btn-wrap body.dark-mode .btn, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .btn, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link {
  font-size: 12.25px;
}
body.dark-mode .font-md, body.dark-mode .user-db-card p, body.dark-mode .notification-header .dropdown-menu .title, body.dark-mode .sidebar a, body.dark-mode a, body.dark-mode p, body.dark-mode h6, body.dark-mode .login-signup, body.dark-mode .accordion .accordion-item .accordion-header button, body.dark-mode .autocomplete-item, body.dark-mode .form-check, body.dark-mode .form-control, body.dark-mode .multiselect, body.dark-mode .multiselect,
body.dark-mode .form-select, body.dark-mode .form-label, body.dark-mode .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .form-label, body.dark-mode .form-control, body.dark-mode .multiselect,
body.dark-mode .form-select, body.dark-mode .form-check, body.dark-mode .autocomplete-item, body.dark-mode .multiselect, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, .accordion .accordion-item .accordion-header body.dark-mode button, body.dark-mode .login-signup, body.dark-mode h6, body.dark-mode p, body.dark-mode a, body.dark-mode .sidebar a, .sidebar body.dark-mode a, .notification-header .dropdown-menu body.dark-mode .title, body.dark-mode .user-db-card p, .user-db-card body.dark-mode p, body.dark-mode .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link {
  font-size: 14px;
}
body.dark-mode .font-lg, body.dark-mode .request-details p, body.dark-mode h4, body.dark-mode .accordion .accordion-item, body.dark-mode .filter, body.dark-mode .wizard-steps .wizard-steps-item .step-count, body.dark-mode .icon-form-group svg,
body.dark-mode .icon-form-group i, body.dark-mode .social-link li a, .social-link li body.dark-mode a, body.dark-mode .icon-form-group svg, .icon-form-group body.dark-mode svg,
body.dark-mode .icon-form-group i,
.icon-form-group body.dark-mode i, .wizard-steps .wizard-steps-item body.dark-mode .step-count, body.dark-mode .filter, body.dark-mode .accordion .accordion-item, .accordion body.dark-mode .accordion-item, body.dark-mode h4, body.dark-mode .request-details p, .request-details body.dark-mode p, body.dark-mode .social-link li a {
  font-size: 15.75px;
}
body.dark-mode .font-xl, body.dark-mode .request-card p i,
body.dark-mode .request-card p svg, body.dark-mode h2, body.dark-mode .heading-title h2, body.dark-mode .heading-title h2, .heading-title body.dark-mode h2, body.dark-mode h2, body.dark-mode .request-card p i, .request-card p body.dark-mode i,
body.dark-mode .request-card p svg,
.request-card p body.dark-mode svg {
  font-size: 17.5px;
}
body.dark-mode .font-xxl, body.dark-mode .user-db-card h3, body.dark-mode .db-card-list .icon i, body.dark-mode .nav-item .nav-link i, body.dark-mode .nav-item .nav-link svg, .nav-item .nav-link body.dark-mode i, .nav-item .nav-link body.dark-mode svg, .db-card-list .icon body.dark-mode i, body.dark-mode .user-db-card h3, .user-db-card body.dark-mode h3 {
  font-size: 21px !important;
}
body.dark-mode .font-xxxl, body.dark-mode .icon-wrap i,
body.dark-mode .icon-wrap svg, body.dark-mode .icon-wrap i, .icon-wrap body.dark-mode i,
body.dark-mode .icon-wrap svg,
.icon-wrap body.dark-mode svg {
  font-size: 28px;
}
body.dark-mode .font-light, body.dark-mode .dropdown .dropdown-menu .dropdown-item:hover, body.dark-mode .badge, body.dark-mode .footer .footer-block p, .footer .footer-block body.dark-mode p, body.dark-mode .footer .footer-block a, .footer .footer-block body.dark-mode a, body.dark-mode .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .badge, .dropdown .dropdown-menu body.dark-mode .dropdown-item:hover, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, body.dark-mode .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link {
  font-weight: 400 !important;
}
body.dark-mode .font-medium, body.dark-mode .user-db-card p, body.dark-mode .notifications .notification-list strong, body.dark-mode .notifications .notification-list .content .time-info, body.dark-mode .notification-header .dropdown-menu .btn, body.dark-mode .notification-header .dropdown-menu .tab-button .nav-link, .tab-button body.dark-mode .notification-header .dropdown-menu .nav-link, body.dark-mode .user-card .user-background p strong, body.dark-mode .sidebar .accordion-button, body.dark-mode .sidebar a, body.dark-mode .subtitle, body.dark-mode .accordion .accordion-button[aria-expanded=true], body.dark-mode .wizard-steps .wizard-steps-item .step-name, body.dark-mode .wizard-steps .wizard-steps-item .step-count, body.dark-mode .heading-title h4, body.dark-mode a:hover, body.dark-mode .form-label, body.dark-mode header .navbar-nav .nav-link, header .navbar-nav body.dark-mode .nav-link, body.dark-mode .form-label, body.dark-mode a:hover, body.dark-mode .heading-title h4, .heading-title body.dark-mode h4, .wizard-steps .wizard-steps-item body.dark-mode .step-count, .wizard-steps .wizard-steps-item body.dark-mode .step-name, .accordion body.dark-mode .accordion-button[aria-expanded=true], body.dark-mode .subtitle, body.dark-mode .sidebar a, .sidebar body.dark-mode a, body.dark-mode .sidebar .accordion-button, .sidebar body.dark-mode .accordion-button, .user-card .user-background p body.dark-mode strong, body.dark-mode .tab-button .notification-header .dropdown-menu .nav-link, .notification-header .dropdown-menu body.dark-mode .btn, .notification-header .dropdown-menu body.dark-mode .tab-button .nav-link, .notification-header .dropdown-menu .tab-button body.dark-mode .nav-link, .tab-button .notification-header .dropdown-menu body.dark-mode .nav-link, .notifications .notification-list .content body.dark-mode .time-info, body.dark-mode .notifications .notification-list strong, .notifications .notification-list body.dark-mode strong, body.dark-mode .user-db-card p, .user-db-card body.dark-mode p {
  font-weight: 500 !important;
}
body.dark-mode .font-bold, body.dark-mode .request-details p strong, body.dark-mode .notifications .notification-list.unread .time-info, body.dark-mode .title, body.dark-mode ul.icon-list li::before, body.dark-mode .tab-horizontal .nav-link.active, body.dark-mode .heading-title h2, body.dark-mode .footer .footer-block h3, .footer .footer-block body.dark-mode h3, body.dark-mode .heading-title h2, .heading-title body.dark-mode h2, .tab-horizontal body.dark-mode .nav-link.active, body.dark-mode ul.icon-list li::before, ul.icon-list body.dark-mode li::before, body.dark-mode .title, .notifications .notification-list.unread body.dark-mode .time-info, body.dark-mode .request-details p strong, .request-details p body.dark-mode strong {
  font-weight: 600 !important;
}
body.dark-mode .font-heavy, body.dark-mode .user-db-card h3, body.dark-mode .user-db-card h3, .user-db-card body.dark-mode h3 {
  font-weight: 800 !important;
}
body.dark-mode .form-label {
  margin-bottom: 5px;
  color: #cecece;
}
body.dark-mode .form-control, body.dark-mode .multiselect, body.dark-mode .multiselect,
body.dark-mode .form-select {
  border-color: white;
  padding: 12px 16px;
  border-radius: 3px;
  color: #cecece;
  border: 1px solid #434343;
}
body.dark-mode .form-control.search-form, body.dark-mode .search-form.multiselect, body.dark-mode .search-form.multiselect,
body.dark-mode .form-select.search-form {
  padding: 12px;
  padding-left: 40px;
}
body.dark-mode .form-control:focus, body.dark-mode .multiselect:focus, body.dark-mode .multiselect:focus,
body.dark-mode .form-select:focus {
  border-color: #3150A1;
  box-shadow: 0px 0px 0px 0px #ffffff;
}
body.dark-mode .icon-form-group {
  position: relative;
}
body.dark-mode .icon-form-group svg,
body.dark-mode .icon-form-group i {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  color: #cecece;
}
body.dark-mode .icon-form-group .form-control, body.dark-mode .icon-form-group .multiselect, body.dark-mode .icon-form-group .multiselect,
body.dark-mode .icon-form-group .form-select {
  padding-left: 30px;
}
body.dark-mode .icon-form-group .find-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.dark-mode input::placeholder,
body.dark-mode input::-webkit-input-placeholder,
body.dark-mode input::-moz-placeholder,
body.dark-mode input:-ms-input-placeholder {
  color: #cecece;
}
body.dark-mode .error {
  color: red !important;
}
body.dark-mode .form-check {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
}
body.dark-mode .form-check-input {
  margin-left: -20px !important;
}
body.dark-mode .form-check-input:checked {
  background-color: #3150A1;
  border-color: #3150A1;
}
body.dark-mode .form-check-input:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
body.dark-mode .form-check-input:hover,
body.dark-mode .form-check-label:hover {
  cursor: pointer;
}
body.dark-mode .form-check-input:disabled {
  opacity: 0.9;
}
body.dark-mode .form-check-input:disabled ~ .form-check-label,
body.dark-mode .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.9;
}
body.dark-mode .file-upload .upload-area {
  color: #D1D1D1;
  text-align: center;
  padding: 24px;
  border: 2px dashed #D1D1D1;
  border-radius: 12px;
}
body.dark-mode .file-upload .upload-area h5 {
  color: #D1D1D1;
}
body.dark-mode .file-upload .upload-area .icon {
  margin-bottom: 10px;
}
body.dark-mode .file-upload .upload-area .icon svg {
  font-size: 40px;
}
body.dark-mode .file-upload .upload-area .btn, body.dark-mode .file-upload .upload-area .tab-button .nav-link, body.dark-mode .tab-button .file-upload .upload-area .nav-link, .tab-button body.dark-mode .file-upload .upload-area .nav-link {
  padding: 6px 16px;
}
body.dark-mode .file-upload .upload-area :hover {
  cursor: pointer;
}
body.dark-mode .file-upload .file-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 0px;
}
body.dark-mode .file-upload .file-list p {
  word-break: break-all;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .file-upload .file-list {
    flex-direction: column;
    align-items: flex-start;
  }
  body.dark-mode .file-upload .file-list p {
    width: 100%;
  }
}
body.dark-mode .search-form {
  min-width: 235px;
}
body.dark-mode .search-form .form-control, body.dark-mode .search-form .multiselect, body.dark-mode .search-form .multiselect {
  background: #222736;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
body.dark-mode .feedback-form {
  height: 150px !important;
}
body.dark-mode .form-floating > label {
  position: absolute;
  top: 1px;
  left: 6px;
  height: 100%;
  padding: 0px 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  height: 24px;
  padding-top: 5px;
}
body.dark-mode .form-floating > .form-control:focus ~ label, body.dark-mode .form-floating > .multiselect:focus ~ label,
body.dark-mode .form-floating > .form-control:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .multiselect:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-16px) translateX(0.15rem);
}
body.dark-mode [type=radio]:checked,
body.dark-mode [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
body.dark-mode [type=radio]:checked + label,
body.dark-mode [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
}
body.dark-mode [type=radio]:checked + label:before,
body.dark-mode [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #3150A1;
  border-radius: 100%;
  background: #2A3042;
}
body.dark-mode [type=radio]:checked + label:after,
body.dark-mode [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #3150A1;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.dark-mode [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body.dark-mode [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.dark-mode .autocomplete {
  position: relative;
  display: inline-block;
}
body.dark-mode .autocomplete-items {
  position: absolute;
  max-height: 140px;
  overflow-y: auto;
  font-size: small;
  width: 100%;
}
body.dark-mode .autocomplete-item {
  padding: 2px 12px;
  cursor: pointer;
}
body.dark-mode .autocomplete-item:hover {
  background-color: #3150A1;
  color: #2A3042 !important;
}
body.dark-mode .highlighted {
  background-color: #3150A1;
  color: #2A3042;
}
body.dark-mode .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.dark-mode .multiselect {
  padding: 0;
}
body.dark-mode .multiselect:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
body.dark-mode .multiselect.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid transparent;
}
body.dark-mode .multiselect > .titles {
  position: relative;
  cursor: pointer;
  height: 38px;
  padding: 6px;
}
body.dark-mode .multiselect > .titles > .text {
  max-width: auto;
  max-height: auto;
  display: block;
  float: left;
  overflow: hidden;
  line-height: 1.3em;
  font-size: 12px;
  padding: 6px 6px;
}
body.dark-mode .multiselect > .titles > .expand-icon,
body.dark-mode .multiselect > .titles > .close-icon {
  position: absolute;
  /* Position the close-icon absolutely within the titles container */
  top: 10px;
  /* Position it at the top */
  right: 0;
  /* Position it at the right */
  border-radius: 50%;
  padding: 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  transition: 0.2s;
  display: none;
  height: 23px;
}
body.dark-mode .multiselect.selection > .titles > .expand-icon {
  display: none;
}
body.dark-mode .multiselect > .titles > .expand-icon,
body.dark-mode .multiselect.selection > .titles > .close-icon {
  display: block;
}
body.dark-mode .multiselect > .titles > .close-icon:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgb(203, 32, 32);
  color: #fff;
}
body.dark-mode .multiselect > .container {
  max-height: 200px;
  /* overflow: auto; */
  overflow: y-scroll;
  margin-top: 4px;
  width: -webkit-fill-available;
  transition: 0.2s;
  /* position: absolute; */
  z-index: 99;
  background: #2A3042;
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}
body.dark-mode .multiselect:hover > .container {
  border-top-color: rgba(0, 0, 0, 0.3);
}
body.dark-mode .multiselect.active:hover > .container {
  border-color: rgba(0, 0, 0, 0.3);
}
body.dark-mode .multiselect > .container > option {
  display: none;
  padding: 6px 16px;
  cursor: pointer;
}
body.dark-mode .multiselect > .container > option.selected {
  background: #434343;
  border-bottom: 1px solid #2A3042;
  color: #ffffff;
}
body.dark-mode .multiselect > .container > option:hover {
  background: #3150A1;
  color: #2A3042;
}
body.dark-mode .multiselect.active > .container > option {
  display: block;
}
body.dark-mode a {
  text-decoration: none;
  color: #cecece;
}
body.dark-mode a:hover {
  text-decoration: none;
  transition: all 0.5s linear;
  color: #3150A1;
}
body.dark-mode a.simple-link {
  text-decoration: none;
  color: #cecece;
}
body.dark-mode a.simple-link:hover {
  text-decoration: none;
}
body.dark-mode .image-fit-contain {
  overflow: hidden;
}
body.dark-mode .image-fit-contain img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body.dark-mode .image-fit-cover {
  overflow: hidden;
}
body.dark-mode .image-fit-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
  border: none;
  border-radius: 3px;
  background: #2A3042;
  padding: 24px 24px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 19.2px 19.2px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 19.2px 19.2px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 14.4px 19.2px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 12px 19.2px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 7.2px 19.2px;
  }
}
body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
  padding: 18px 18px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
    padding: 18px 18px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
    padding: 18px 18px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
    padding: 14.4px 14.4px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
    padding: 14.4px 14.4px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
    padding: 10.8px 14.4px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
    padding: 9px 14.4px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, .modal body.dark-mode .card-p-75.modal-content {
    padding: 5.4px 14.4px;
  }
}
body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
  padding: 12px 12px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
    padding: 9.6px 9.6px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
    padding: 9.6px 9.6px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
    padding: 7.2px 9.6px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
    padding: 6px 9.6px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, .modal body.dark-mode .card-p-50.modal-content {
    padding: 3.6px 9.6px;
  }
}
@media only screen and (max-width: 767px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 16px !important;
  }
}
body.dark-mode .card.bordered, body.dark-mode .modal .bordered.modal-content, .modal body.dark-mode .bordered.modal-content {
  border: 1px solid #C6D4EB;
}
body.dark-mode .badge {
  border-radius: 2px;
  padding: 4px 10px;
}
body.dark-mode .badge.success {
  color: #34C38F;
  background: #34C38F2e;
}
body.dark-mode .badge.danger {
  color: #ED1C24;
  background: #ED1C242e;
}
body.dark-mode .badge.warning {
  color: #FFC107;
  background: #FFC1072e;
}
body.dark-mode .badge.info {
  color: #17a2b8;
  background: #17a2b82e;
}
body.dark-mode .scroll {
  overflow: scroll;
}
body.dark-mode .scroll-y {
  overflow-y: scroll;
}
body.dark-mode .scroll-x {
  overflow-x: scroll;
}
body.dark-mode .scrollbar-sm::-webkit-scrollbar-track {
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scrollbar-sm::-webkit-scrollbar {
  width: 3px;
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scrollbar-sm::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}
body.dark-mode .scrollbar-none::-webkit-scrollbar-track {
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scrollbar-none::-webkit-scrollbar {
  width: 0px;
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scrollbar-none::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}
body.dark-mode .scroll-x.scrollbar-sm::-webkit-scrollbar-track {
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scroll-x.scrollbar-sm::-webkit-scrollbar {
  height: 3px;
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scroll-x.scrollbar-sm::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}
body.dark-mode .scroll-x.scrollbar-md::-webkit-scrollbar-track {
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scroll-x.scrollbar-md::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background-color: #222736;
  border-radius: 10px;
}
body.dark-mode .scroll-x.scrollbar-md::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px;
}
body.dark-mode .dropdown .dropdown-menu {
  box-shadow: 0px 0px 8px #dde3f5;
  border: none;
  padding: 0.5rem 0;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item svg {
  color: #8a8a8a;
  font-size: 16px;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item:hover {
  color: #3150A1;
  font-weight: inherit;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item:hover svg {
  color: #3150A1;
}
body.dark-mode [data-title]:hover {
  position: relative;
}
body.dark-mode [data-title]:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  content: attr(data-title);
  margin-top: 0.5em;
  overflow: hidden;
  word-wrap: break-word;
  font-size: inherit;
  color: #FFF;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 10px;
  left: -35px;
}
body.dark-mode [data-title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: "";
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid #222;
  font-size: inherit;
}
body.dark-mode .title-up[data-title]:hover:before, body.dark-mode table [data-title].btn:hover:before, body.dark-mode table .tab-button [data-title].nav-link:hover:before, .tab-button body.dark-mode table [data-title].nav-link:hover:before, body.dark-mode .tab-button table [data-title].nav-link:hover:before, table body.dark-mode [data-title].btn:hover:before, table body.dark-mode .tab-button [data-title].nav-link:hover:before, table .tab-button body.dark-mode [data-title].nav-link:hover:before, .tab-button table body.dark-mode [data-title].nav-link:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
body.dark-mode .title-up[data-title]:hover:after, body.dark-mode table [data-title].btn:hover:after, body.dark-mode table .tab-button [data-title].nav-link:hover:after, .tab-button body.dark-mode table [data-title].nav-link:hover:after, body.dark-mode .tab-button table [data-title].nav-link:hover:after, table body.dark-mode [data-title].btn:hover:after, table body.dark-mode .tab-button [data-title].nav-link:hover:after, table .tab-button body.dark-mode [data-title].nav-link:hover:after, .tab-button table body.dark-mode [data-title].nav-link:hover:after {
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid #222;
}
body.dark-mode .title-right[data-title]:hover:before {
  top: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5em;
}
body.dark-mode .title-right[data-title]:hover:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-right: 0.25em solid #222;
}
body.dark-mode .title-left[data-title]:hover:before {
  top: auto;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.5em;
}
body.dark-mode .title-left[data-title]:hover:after {
  top: 50%;
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-left: 0.25em solid #222;
}
body.dark-mode section {
  padding: 12px 0px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode section {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode section {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode section {
    padding: 7.2px 0px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode section {
    padding: 6px 0px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode section {
    padding: 3.6px 0px;
  }
}
body.dark-mode .bg-grey {
  background: #222736;
}
body.dark-mode .heading-title {
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .heading-title {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .heading-title {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .heading-title {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .heading-title {
    padding: 9.6px 0px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .heading-title {
    padding: 7.2px 0px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .heading-title {
    padding: 6px 0px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .heading-title {
    padding: 3.6px 0px;
  }
}
body.dark-mode .heading-title h2 {
  margin-bottom: 0;
}
body.dark-mode .heading-title h4 {
  font-size: 26px;
  color: #3150A1;
}
body.dark-mode .heading-title h6 {
  color: #ED1C24;
}
body.dark-mode .auth-section {
  padding: 24px 0px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .auth-section {
    padding: 24px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .auth-section {
    padding: 24px 0px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .auth-section {
    padding: 19.2px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .auth-section {
    padding: 19.2px 0px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .auth-section {
    padding: 14.4px 0px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .auth-section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .auth-section {
    padding: 7.2px 0px;
  }
}
body.dark-mode .no-data-found {
  height: 200px;
}
body.dark-mode .slider-btn {
  color: #cecece;
  font-size: 30px;
  border: none;
  background: none;
  position: absolute;
  bottom: 5px;
  right: 140px;
  z-index: 3;
}
body.dark-mode .slider-btn.btn-left {
  right: 180px;
}
body.dark-mode .sticky {
  position: sticky;
}
body.dark-mode .sticky.top-0 {
  top: 0;
}
body.dark-mode .sticky.top-default {
  top: 24px;
}
body.dark-mode .sticky.bottom-0 {
  bottom: 0;
}
body.dark-mode .sticky.bottom-default {
  bottom: 24px;
}
body.dark-mode .nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
body.dark-mode .tab-button .nav-link {
  border: 1px solid;
}
body.dark-mode .tab-vertical .nav-link.active {
  color: #ED1C24;
  border-left: 3px solid #ED1C24;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .tab-vertical .nav-link.active {
    border-bottom: 2px solid #ED1C24;
    border-left: none;
  }
}
body.dark-mode .tab-horizontal .nav-link {
  color: #cecece !important;
  border: none !important;
}
body.dark-mode .tab-horizontal .nav-link.active {
  color: #3150A1 !important;
  border-bottom: 2px solid #3150A1 !important;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .tab-content {
    padding-top: 16px;
  }
}
body.dark-mode ul {
  list-style: none;
  padding: 0;
}
body.dark-mode ul.icon-list li {
  position: relative;
  padding: 5px 0px;
  padding-left: 18px;
}
body.dark-mode ul.icon-list li::before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "✓";
  color: #3150A1;
}
body.dark-mode ul.nested-list {
  list-style: decimal;
  padding-left: 16px;
}
body.dark-mode ul.nested-list li {
  margin: 16px 0px;
}
body.dark-mode ul.nested-list li ul {
  margin-top: 5px;
  list-style: disc;
  padding-left: 12px;
}
body.dark-mode ul.nested-list li ul li {
  margin: 0;
}
body.dark-mode .wizard-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
body.dark-mode .wizard-steps .wizard-steps-item {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 0;
  transition: width 2s ease-in-out;
}
body.dark-mode .wizard-steps .wizard-steps-item .step-count {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
  background: #2A3042;
  border: 1px solid #cecece;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .wizard-steps .wizard-steps-item .step-count {
    height: 36px;
    width: 36px;
    border-radius: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.dark-mode .wizard-steps .wizard-steps-item .step-name {
    font-size: 14px;
  }
}
body.dark-mode .wizard-steps .wizard-steps-item::before {
  position: absolute;
  top: 25px;
  left: 50%;
  content: "";
  height: 3px;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
  background: #CBCBCB;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .wizard-steps .wizard-steps-item::before {
    top: 18px;
    font-size: 12px;
  }
}
body.dark-mode .wizard-steps .wizard-steps-item:last-child::before {
  display: none;
}
body.dark-mode .wizard-steps .wizard-steps-item.active .step-count, body.dark-mode .wizard-steps .wizard-steps-item.completed .step-count {
  background: #ED1C24;
  color: #2A3042;
  border-color: #ED1C24;
}
body.dark-mode .wizard-steps .wizard-steps-item.active .step-name, body.dark-mode .wizard-steps .wizard-steps-item.completed .step-name {
  color: #ED1C24;
}
body.dark-mode .wizard-steps .wizard-steps-item.completed::before {
  background: #ED1C24;
  height: 3px;
  width: 100%;
}
body.dark-mode .wizard-vertical {
  flex-direction: column;
  gap: 40px;
}
body.dark-mode .wizard-vertical .wizard-steps-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.dark-mode .wizard-vertical .wizard-steps-item .step-count {
  margin: 0;
}
body.dark-mode .wizard-vertical .wizard-steps-item::before {
  height: 40px;
  width: 3px;
  left: 24px;
  top: 100%;
}
body.dark-mode .wizard-vertical .wizard-steps-item.completed::before {
  background: #ED1C24;
  height: 40px;
  width: 3px;
}
body.dark-mode .filter-dropdown .dropdown-menu {
  width: 300px;
}
body.dark-mode .filter-dropdown .dropdown-toggle::after {
  display: none;
}
body.dark-mode .filter {
  border: 1px solid #C6D4EB;
  max-height: 450px;
}
body.dark-mode .filter .form-check {
  min-height: auto;
  margin: 10px 0px;
}
body.dark-mode .filter-btn-wrap, body.dark-mode .tab-button, body.dark-mode .tab-button {
  gap: 5px;
}
body.dark-mode .filter-btn-wrap .btn, body.dark-mode .tab-button .btn, body.dark-mode .tab-button .btn, body.dark-mode .filter-btn-wrap .tab-button .nav-link, .tab-button body.dark-mode .filter-btn-wrap .nav-link, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .filter-btn-wrap .nav-link, body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .nav-link {
  padding: 4px 12px;
  color: #cecece;
}
body.dark-mode .filter-btn-wrap .btn.active, body.dark-mode .tab-button .btn.active, .tab-button body.dark-mode .filter-btn-wrap .active.nav-link, body.dark-mode .tab-button .active.nav-link {
  color: #2A3042;
  background: #3150A1 !important;
}
body.dark-mode .accordion .accordion-item {
  border: none;
  line-height: 32px;
  background: transparent;
}
body.dark-mode .accordion .accordion-item .accordion-header button {
  border-bottom: 1px solid #c6c6c6;
  padding: 30px 16px 16px 16px;
  background: transparent;
}
body.dark-mode .accordion .accordion-button:hover {
  color: #3150A1;
}
body.dark-mode .accordion .accordion-button:focus {
  box-shadow: 0 0 0 0 #ffffff;
}
body.dark-mode .accordion .accordion-button:after {
  width: 10px;
  height: 10px;
  background-size: 10px;
}
body.dark-mode .accordion .accordion-button[aria-expanded=true] {
  background: none;
  color: #3150A1;
}
body.dark-mode .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
body.dark-mode .pagination .page-item .page-link {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #222736;
  color: #cecece;
}
body.dark-mode .pagination .page-item.active .page-link {
  background: #3150A1;
  border-color: #3150A1;
  color: #2A3042;
}
body.dark-mode .pagination .page-item.disabled .page-link {
  background: #434343;
  border-color: #434343;
  color: #cecece;
}
body.dark-mode .modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px !important;
  border: 1px solid #bababa;
  border-radius: 40px;
  font-size: 8px;
}
body.dark-mode .modal .btn, body.dark-mode .modal .tab-button .nav-link, .tab-button body.dark-mode .modal .nav-link, body.dark-mode .tab-button .modal .nav-link {
  min-width: 100px !important;
}
body.dark-mode .confirmation-icon {
  height: 105px;
  width: 105px;
  border-radius: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
  margin-bottom: 30px;
}
body.dark-mode .confirmation-icon svg, body.dark-mode .confirmation-icon i {
  font-size: 32px;
}
body.dark-mode .confirmation-icon.danger, body.dark-mode .confirmation-icon.warning {
  background: #fef1f1;
}
body.dark-mode .confirmation-icon.danger svg, body.dark-mode .confirmation-icon.danger i, body.dark-mode .confirmation-icon.warning svg, body.dark-mode .confirmation-icon.warning i {
  color: #ED1C24;
}
body.dark-mode .confirmation-icon.success {
  background: #e5f8f1;
}
body.dark-mode .confirmation-icon.success svg, body.dark-mode .confirmation-icon.success i {
  color: #34C38F;
}
body.dark-mode table {
  color: #cecece;
}
body.dark-mode table .form-check {
  min-height: auto;
}
body.dark-mode table thead {
  background: #222736;
}
body.dark-mode table thead tr th {
  color: #777777;
  font-weight: 600;
  border-bottom: none;
  padding: 12px 12px !important;
  vertical-align: middle;
}
body.dark-mode table tbody tr td {
  padding: 10px 12px !important;
  vertical-align: middle;
  border-color: #222736;
}
body.dark-mode table .btn-wrap {
  gap: 5px;
}
body.dark-mode table .btn, body.dark-mode table .tab-button .nav-link, .tab-button body.dark-mode table .nav-link, body.dark-mode .tab-button table .nav-link {
  color: #3150A1;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
}
body.dark-mode table .btn .fa-eye, body.dark-mode table .tab-button .nav-link .fa-eye, .tab-button body.dark-mode table .nav-link .fa-eye, body.dark-mode .tab-button table .nav-link .fa-eye {
  font-size: 13px;
}
body.dark-mode .access-item-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.dark-mode .access-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
  margin-left: -10px;
}
body.dark-mode .access-status span {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #C6D4EB;
  display: block;
  position: relative;
}
body.dark-mode .access-status span::before {
  position: absolute;
  top: -5px;
  left: 3px;
  font-size: 12px;
  color: #2A3042;
}
body.dark-mode .access-status.accessed span {
  background: #3150A1;
}
body.dark-mode .access-status.accessed span::before {
  content: "✔";
}
body.dark-mode .access-status.not-accessed span {
  background: #ED1C24;
}
body.dark-mode .access-status.not-accessed span::before {
  content: "×";
  top: -7px;
  font-size: 15px;
}
body.dark-mode .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
body.dark-mode .icon-wrap.primary {
  color: #3150A1;
  background: #e4e9f7;
}
body.dark-mode .icon-wrap.success {
  color: #34C38F;
  background: #e5f8f1;
}
body.dark-mode .icon-wrap.danger {
  color: #ED1C24;
  background: #fef1f1;
}
body.dark-mode .icon-wrap.info {
  color: #17a2b8;
  background: #ddf7fb;
}
body.dark-mode .login-signup {
  min-height: 81vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p {
  color: #cecece;
}
body.dark-mode p {
  line-height: 24px;
}
body.dark-mode sup {
  top: -1em;
}
body.dark-mode .text-primary {
  color: #3150A1 !important;
}
body.dark-mode .text-secondary {
  color: #ED1C24 !important;
}
body.dark-mode .text-tertiary {
  color: #202f63 !important;
}
body.dark-mode .text-grey, body.dark-mode .user-ui, body.dark-mode .request-card p, body.dark-mode .dashboard-body p, body.dark-mode .form-check-label, body.dark-mode .autocomplete-item, body.dark-mode .dashboard-body p, .dashboard-body body.dark-mode p, body.dark-mode .request-card p, .request-card body.dark-mode p, body.dark-mode .user-ui, body.dark-mode .form-check-label, body.dark-mode .autocomplete-item {
  color: #cecece !important;
}
body.dark-mode .text-black {
  color: #ffffff !important;
}
body.dark-mode .bg-white, body.dark-mode .form-floating > label, body.dark-mode .form-floating > label {
  background: #2A3042 !important;
}
body.dark-mode .text-light-dark {
  color: #888888;
}
body.dark-mode .bg-primary {
  background: #3150A1 !important;
}
body.dark-mode .bg-secondary {
  background: #ED1C24 !important;
}
body.dark-mode .bg-tertiary {
  background: #202f63 !important;
}
body.dark-mode .title {
  font-size: 19.25px;
  color: #3150A1;
}
body.dark-mode .width-fit-content {
  min-width: fit-content;
}
body.dark-mode .search-filter .filter-select .form-select {
  width: 250px;
}
body.dark-mode .ck-content * {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
body.dark-mode .row-custom {
  --bs-gutter-y: 1.5rem;
}
body.dark-mode .gy-0 {
  --bs-gutter-y: 0;
}
body.dark-mode hr {
  background-color: #cecece;
}
body.dark-mode .sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: calc(100vh - 0px);
  z-index: 2;
  border: 0;
  width: 260px;
  border-radius: 0;
  z-index: 9;
  padding-top: 0;
}
body.dark-mode .sidebar i {
  font-size: 16px;
}
body.dark-mode .sidebar a {
  padding: 12px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
body.dark-mode .sidebar .accordion-button {
  padding: 14px 24px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  border-bottom: none !important;
  color: #cecece;
}
body.dark-mode .sidebar .accordion-button.collapsed {
  border-bottom: none;
}
body.dark-mode .sidebar .accordion-body ul {
  margin-bottom: 0;
}
body.dark-mode .sidebar .accordion-body ul li a {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 40px;
}
body.dark-mode .sidebar .accordion-button:not(.collapsed) {
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.125);
}
body.dark-mode .sidebar .sidebar-logo-wrap {
  z-index: 3;
  padding: 0 0;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .sidebar .sidebar-logo-wrap {
    padding: 0 0;
  }
}
body.dark-mode .sidebar .sidebar-logo-wrap a {
  height: 68px;
  margin: 0;
  border-radius: 0;
  background: #fff;
}
body.dark-mode .sidebar-bg-primary {
  background: #3150A1;
}
body.dark-mode .sidebar-bg-primary .sidebar-logo-wrap {
  background: #3150A1;
  margin-bottom: 20px;
}
body.dark-mode .sidebar-bg-primary a {
  color: #fff;
}
body.dark-mode .sidebar-bg-primary a:hover {
  background: #f3f4f6;
  color: #3150A1;
}
body.dark-mode .sidebar-bg-primary .accordion-body ul {
  background: #2b468d;
}
body.dark-mode .sidebar-bg-primary .accordion-button {
  color: #fff;
}
body.dark-mode .sidebar-bg-primary .accordion-button:hover {
  background: #f3f4f6 !important;
  color: #3150A1;
}
body.dark-mode .sidebar-bg-primary .accordion-button::after {
  filter: brightness(0) invert(1);
}
body.dark-mode .sidebar-bg-primary .accordion-button[aria-expanded=true] {
  background: #f3f4f6 !important;
  color: #cecece;
}
body.dark-mode .sidebar-bg-primary .accordion-button[aria-expanded=true]:hover {
  color: #3150A1 !important;
}
body.dark-mode .sidebar-bg-primary .accordion-button[aria-expanded=true]::after {
  filter: none;
}
body.dark-mode .dashboard-body {
  margin-left: 272px;
}
body.dark-mode .sidebar-user {
  position: inherit;
  width: 100%;
}
body.dark-mode .welcome-card .card-top {
  background-color: #dde3f5;
}
body.dark-mode .welcome-card .welcome-image {
  height: 132px;
}
body.dark-mode .welcome-card .user-image {
  height: 72px;
  width: 72px;
  border-radius: 72px;
  border: 5px solid #2A3042;
  margin-top: -36px;
}
body.dark-mode .user-welcome-card h2 {
  font-size: 20px;
}
body.dark-mode .user-card .pp-image {
  height: 78px;
  width: 78px;
  border-radius: 78px;
}
body.dark-mode .user-card .user-background p {
  margin-bottom: 5px;
  display: flex;
}
body.dark-mode .user-card .user-background p strong {
  width: 106px;
  display: block;
  flex: 106px 0 0;
  position: relative;
  margin-right: 8px;
}
body.dark-mode .user-card .user-background p strong::before {
  position: absolute;
  content: ":";
  right: 0;
  top: 0;
}
body.dark-mode .notification-header .dropdown-toggle {
  background: none;
}
body.dark-mode .notification-header .dropdown-toggle::after {
  display: none;
}
body.dark-mode .notification-header .dropdown-toggle .count-notification {
  position: absolute;
  top: -5px;
  right: 0;
  background: #ED1C24;
  color: #2A3042;
  padding: 0px 5px;
  display: block;
  border-radius: 5px;
}
body.dark-mode .notification-header .dropdown-menu {
  max-height: 50vh;
  min-width: 375px;
  padding: 16px;
}
body.dark-mode .notification-header .dropdown-menu .btn, body.dark-mode .notification-header .dropdown-menu .tab-button .nav-link, .tab-button body.dark-mode .notification-header .dropdown-menu .nav-link, body.dark-mode .tab-button .notification-header .dropdown-menu .nav-link {
  padding: 8px 4px;
  background: transparent;
  border: none;
  color: #cecece;
}
body.dark-mode .notification-header .dropdown-menu[data-bs-popper] {
  left: -150px;
}
body.dark-mode .notification-page .notification-list {
  padding: 12px 16px !important;
}
body.dark-mode .notification-page .notification-list.unread {
  background: white;
}
body.dark-mode .notification-page .notification-list.unread::before {
  display: none;
}
body.dark-mode .notifications .notification-list {
  position: relative;
  padding: 8px 8px;
  border-radius: 3px;
  border-bottom: 1px solid #434343;
}
body.dark-mode .notifications .notification-list a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
body.dark-mode .notifications .notification-list .content .time-info {
  padding-top: 2px;
}
body.dark-mode .notifications .notification-list strong {
  font-size: inherit;
}
body.dark-mode .notifications .notification-list.unread {
  position: relative;
}
body.dark-mode .notifications .notification-list.unread .time-info {
  color: #3150A1;
}
body.dark-mode .notifications .notification-list.unread::before {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: 6px;
  content: "";
  background: #3150A1;
}
body.dark-mode .db-card-list {
  position: relative;
}
body.dark-mode .db-card-list a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
body.dark-mode .db-card-list .icon {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background: #3150A1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
body.dark-mode .db-card-list .icon i {
  color: #2A3042;
}
body.dark-mode .request-details p {
  margin-bottom: 16px;
  display: flex;
}
body.dark-mode .request-details p strong {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  flex: 260px 0 0;
}
body.dark-mode .request-details p strong::before {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}
body.dark-mode .system-admin-list ul li {
  color: #cecece;
}
body.dark-mode .user-ui .btn, body.dark-mode .user-ui .tab-button .nav-link, .tab-button body.dark-mode .user-ui .nav-link, body.dark-mode .tab-button .user-ui .nav-link {
  white-space: nowrap;
}
body.dark-mode .user-ui .form-check-input {
  font-size: 16px;
}
body.dark-mode .user-db-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex-direction: row;
  position: relative;
}
body.dark-mode .user-db-card a {
  height: 100%;
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.dark-mode .user-db-card h3 {
  margin-bottom: 2px;
}
body.dark-mode .user-db-card p {
  margin-bottom: 0;
}
body.dark-mode .user-db-card .icon-wrap {
  height: 40px;
  width: 40px;
  border-radius: 2px;
}
body.dark-mode #cbs-section .card .form-check, body.dark-mode #cbs-section .modal .modal-content .form-check, .modal body.dark-mode #cbs-section .modal-content .form-check, body.dark-mode .modal #cbs-section .modal-content .form-check {
  padding-left: 0;
}
body.dark-mode .query-list .accordion-item {
  margin-bottom: 12px;
  border: 1px solid #434343;
}
body.dark-mode .query-list .accordion-item .accordion-button {
  padding: 16px 16px !important;
  border: none !important;
  box-shadow: none;
}
body.dark-mode .query-data {
  max-height: 500px;
}
body.dark-mode .query-data thead {
  position: sticky;
  top: 0;
}
body.dark-mode .query-data thead .description {
  min-width: 250px;
}
body.dark-mode .query-data thead .date-time {
  min-width: 350px;
}
body.dark-mode .query-data thead .address {
  min-width: 180px;
}
body.dark-mode .btn-tertiary, body.dark-mode .filter-btn-wrap .btn:hover, .filter-btn-wrap body.dark-mode .btn:hover, body.dark-mode .tab-button .btn:hover, .tab-button body.dark-mode .btn:hover, body.dark-mode .tab-button .nav-link:hover, .tab-button body.dark-mode .nav-link:hover {
  color: #ffffff !important;
}
body.dark-mode .form-control, body.dark-mode .multiselect, body.dark-mode .multiselect,
body.dark-mode .form-select {
  background: #222736;
  border-color: #434343;
}
body.dark-mode .filter-btn-wrap .btn.active, .tab-button body.dark-mode .filter-btn-wrap .active.nav-link,
body.dark-mode .tab-button .btn.active,
body.dark-mode .tab-button .filter-btn-wrap .active.nav-link,
body.dark-mode .tab-button .active.nav-link {
  color: #fff !important;
}
body.dark-mode .pagination .page-item .page-link {
  border-color: #434343 !important;
}
body.dark-mode .pagination .page-item.active .page-link {
  color: #fff !important;
}
body.dark-mode .btn, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, body.dark-mode .tab-button .nav-link {
  color: #fff;
}
body.dark-mode .btn:hover, body.dark-mode .tab-button .nav-link:hover, .tab-button body.dark-mode .nav-link:hover {
  color: #fff !important;
}
body.dark-mode .text-primary,
body.dark-mode .btn-text {
  color: #fff !important;
}
body.dark-mode .dropdown-menu {
  box-shadow: none !important;
  border: 1px solid #C6D4EB !important;
}
body.dark-mode .access-status span::before {
  color: #fff;
}
body.dark-mode .accordion-button::after,
body.dark-mode .btn-close {
  filter: brightness(0) invert(1);
}
body.dark-mode .db-card-list .icon i {
  color: #fff;
}
body.dark-mode .welcome-card .bg-transparent h5 {
  color: #3150A1 !important;
}
body.dark-mode .welcome-card .bg-transparent p {
  color: #000 !important;
}
body.dark-mode .card.bordered, body.dark-mode .modal .bordered.modal-content, .modal body.dark-mode .bordered.modal-content {
  border-color: #222736;
}

/*----------------------------------------*/
/*  Responsive Css
/*----------------------------------------*/
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1920px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-md-none {
    display: none;
  }
  .responsive-md-block {
    display: block !important;
  }
  .search-filter {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .search-filter .filter-select {
    width: 100%;
  }
  .search-filter .filter-select .form-select {
    width: 100%;
  }
  .affilation {
    padding: 12px 12px !important;
  }
}
@media only screen and (max-width: 575px) {
  .responsive-sm-none {
    display: none;
  }
  .responsive-sm-block {
    display: block !important;
  }
}

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