@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Saira+Stencil+One&display=swap");
* {
  font-family: "Albert Sans", sans-serif;
}

body {
  background: #ffffff;
  position: relative;
  min-height: 100vh;
  color: #20354b;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.3px;
}

header {
  background: #ffffff;
  width: 100%;
  margin-left: auto;
  z-index: 2;
}
header .navbar {
  padding: 20px 0px;
  border-bottom: 1px solid #f0f4f7;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.65);
}
header .navbar-brand {
  height: 60px;
  padding: 6px;
}
header .navbar-brand img {
  width: auto;
}
header .navbar-nav .nav-link {
  color: #1b2735;
  padding: 10px 20px !important;
}
header .navbar-nav .nav-link:hover {
  color: #593cb5;
}
header .navbar-nav .nav-link.active {
  color: #20354b;
  position: relative;
}
header .navbar-nav .nav-link.active::before {
  position: absolute;
  content: "";
  left: 20%;
  bottom: 0;
  background: #593cb5;
  height: 2px;
  width: 60%;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  header .navbar-nav .nav-link.active::before {
    height: 60%;
    width: 3px;
    left: 0;
    top: 20%;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar-nav {
    align-items: flex-start;
  }
}
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: #593cb5;
}
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 #f6f4fc;
}
.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 #f6f4fc;
}
.custom-dropdown-menu a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
}

.dropdown-menu.dropdown-parent {
  box-shadow: 0px 0px 20px #e3dbff !important;
}
@media only screen and (max-width: 991px) {
  .dropdown-menu.dropdown-parent {
    box-shadow: 0px 0px 0px #e3dbff !important;
  }
}
.dropdown-menu.dropdown-parent .dropdown-item {
  padding: 10px 20px !important;
}
.dropdown-menu.dropdown-parent .dropdown-item:hover {
  background-color: transparent;
}

.dropdown .dropdown-menu .dropdown-menu {
  display: grid;
  left: 100%;
  top: 0;
}

.dropdown .dropdown-menu li:hover .dropdown-menu {
  display: block !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown:hover .dropdown-menu .dropdown-menu {
  display: none;
}

.dropdown-parent {
  padding: 0px !important;
}

li.nav-item.dropdown {
  display: inline-block;
}

.footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F4F6FC;
  z-index: -1;
  padding-bottom: 0px !important;
}
.footer .footer-bottom {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
.footer .footer-bottom p {
  font-size: 16px;
}
.footer .logo {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 12px;
}
.footer .footer-block h3 {
  color: #16212e;
  font-size: 20px;
  margin-bottom: 16px;
}
.footer .footer-block .quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer .footer-block a {
  padding: 7px 0px;
  display: block;
  color: #16212e;
  font-size: 18px !important;
}
.footer .footer-block .download-link a {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.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: -moz-fit-content;
  width: fit-content;
}

.btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  border-radius: 8px;
  padding: 10px 14px;
  transition: all 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-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: 4px;
}

.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: #593cb5;
  border-color: #593cb5;
}
.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: #4a3296;
  border-color: #4a3296;
}
.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: #593cb5;
  border-color: #593cb5;
}

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

.btn-secondary {
  background: #FF7A00;
  border-color: #FF7A00;
}
.btn-secondary:hover {
  background-color: #d66600;
  border-color: #d66600;
}
.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: #FF7A00;
}

.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: #593cb5;
  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-excel {
  color: #ffffff;
  background: #1F6E43;
  border-color: #1F6E43;
}
.btn-excel:hover {
  background-color: #164e30;
  border-color: #164e30;
  color: #ffffff;
}
.btn-excel.btn-outline, body.dark-mode .filter-btn-wrap .btn-excel.btn, .tab-button body.dark-mode .filter-btn-wrap .btn-excel.nav-link, .filter-btn-wrap .btn-excel.btn, body.dark-mode .tab-button .btn-excel.btn, body.dark-mode .tab-button .btn-excel.nav-link, .tab-button .btn-excel.btn, .tab-button .btn-excel.nav-link {
  background: #ffffff;
  color: #1F6E43;
}

.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: #20354b;
  color: #20354b;
}

.btn-icon-only {
  color: #1b2735;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  border: 1px solid #1b2735;
  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 .badge, 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, .badge, .error, .btn-xs {
  font-size: 13.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 .item-overlap-group .item-list, body.dark-mode table, body.dark-mode .pagination .page-item .page-link, body.dark-mode .pagination, body.dark-mode .form-label span, 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, .item-overlap-group .item-list, table, .pagination .page-item .page-link, .pagination, .form-label span, .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: 15.75px;
}

.font-md, body.dark-mode .newsletter-section .count-item p, body.dark-mode .user-db-card p, body.dark-mode .db-card-list 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 .dropzone .dz-message .note, 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 .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, body.dark-mode .multiselect, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode input,
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, body.dark-mode .footer .footer-block a, body.dark-mode header .navbar-nav .nav-link, .newsletter-section .count-item p, .user-db-card p, .db-card-list p, .notification-header .dropdown-menu .title, .sidebar a, a, p, h6, .login-signup, .dropzone .dz-message .note, .accordion .accordion-item .accordion-header button, .autocomplete-item, .form-check, .form-control, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .multiselect, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, .react-datepicker-wrapper .react-datepicker__input-container input, .multiselect, .css-13cymwt-control, .css-t3ipsp-control,
.form-select, .form-label, header .navbar-nav .nav-link, .footer .footer-block a, .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  font-size: 18px;
}

.font-lg, body.dark-mode .features-section .features-wrap .feature-list p, 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, .features-section .features-wrap .feature-list p, .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: 20.25px;
}

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

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

.font-xxxl, body.dark-mode .dropzone .dz-message, body.dark-mode .icon-wrap i,
body.dark-mode .icon-wrap svg, .dropzone .dz-message, .icon-wrap i,
.icon-wrap svg {
  font-size: 36px;
}

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

.font-medium, body.dark-mode .hero-section .title-wrap h2, body.dark-mode .user-db-card p, body.dark-mode .db-card-list 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 [data-title]:hover:before, body.dark-mode a:hover, 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, body.dark-mode header .navbar-nav .nav-link, .hero-section .title-wrap h2, .user-db-card p, .db-card-list 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, [data-title]:hover:before, a:hover, .form-label, header .navbar-nav .nav-link, .btn, body.dark-mode .tab-button .nav-link, .tab-button .nav-link {
  font-weight: 500 !important;
}

.font-bold, body.dark-mode .newsletter-section .count-item h2, body.dark-mode .features-section .features-wrap .feature-list p span, body.dark-mode .request-details p strong, body.dark-mode .db-card-list h3, body.dark-mode .notifications .notification-list.unread .time-info, body.dark-mode .title, body.dark-mode .item-overlap-group .item-list, body.dark-mode .dropzone .dz-message, body.dark-mode ul.icon-list li::before, body.dark-mode .tab-horizontal .nav-link.active, body.dark-mode .footer .footer-block h3, .newsletter-section .count-item h2, .features-section .features-wrap .feature-list p span, .request-details p strong, .db-card-list h3, .notifications .notification-list.unread .time-info, .title, .item-overlap-group .item-list, .dropzone .dz-message, ul.icon-list li::before, .tab-horizontal .nav-link.active, .footer .footer-block h3 {
  font-weight: 600 !important;
}

.font-heavy, body.dark-mode .user-db-card h3, body.dark-mode .heading-title h2 span, body.dark-mode .heading-title h2, .user-db-card h3, .heading-title h2 span, .heading-title h2 {
  font-weight: 600 !important;
}

.form-label {
  margin-bottom: 5px;
  color: #20354b;
}
.form-label span {
  color: red;
}

.form-control, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .multiselect, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, .react-datepicker-wrapper .react-datepicker__input-container input, .multiselect, .css-13cymwt-control, .css-t3ipsp-control,
.form-select {
  border-color: white;
  padding: 12px 16px;
  border-radius: 8px;
  color: #20354b;
  border: 1px solid #DFDFDF;
}
.form-control.search-form, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input.search-form, body.dark-mode .search-form.multiselect, body.dark-mode .search-form.css-13cymwt-control, body.dark-mode .search-form.css-t3ipsp-control, .react-datepicker-wrapper .react-datepicker__input-container input.search-form, .search-form.multiselect, .search-form.css-13cymwt-control, .search-form.css-t3ipsp-control,
.form-select.search-form {
  padding: 12px;
  padding-left: 40px;
}
.form-control:focus, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input:focus, body.dark-mode .multiselect:focus, body.dark-mode .css-13cymwt-control:focus, body.dark-mode .css-t3ipsp-control:focus, .react-datepicker-wrapper .react-datepicker__input-container input:focus, .multiselect:focus, .css-13cymwt-control:focus, .css-t3ipsp-control:focus,
.form-select:focus {
  border-color: #593cb5;
  box-shadow: 0px 0px 0px 0px #000000;
}

.css-13cymwt-control, .css-t3ipsp-control {
  padding: 5px 5px;
}

.log-filter .css-13cymwt-control, .log-filter .css-t3ipsp-control {
  padding: 1px 5px;
  min-width: 160px;
}

.css-1y7rh0y-MultiValueGeneric2 {
  font-size: 12px !important;
}

.icon-form-group {
  position: relative;
}
.icon-form-group svg,
.icon-form-group i {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  color: #20354b;
}
.icon-form-group .form-control, .icon-form-group body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .icon-form-group input, .icon-form-group body.dark-mode .multiselect, body.dark-mode .icon-form-group .multiselect, .icon-form-group body.dark-mode .css-13cymwt-control, body.dark-mode .icon-form-group .css-13cymwt-control, .icon-form-group body.dark-mode .css-t3ipsp-control, body.dark-mode .icon-form-group .css-t3ipsp-control, .icon-form-group .react-datepicker-wrapper .react-datepicker__input-container input, .react-datepicker-wrapper .react-datepicker__input-container .icon-form-group input, .icon-form-group .multiselect, .icon-form-group .css-13cymwt-control, .icon-form-group .css-t3ipsp-control,
.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: #20354b;
}

.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: #593cb5;
  border-color: #593cb5;
}

.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;
}

.form-switch .form-check-input {
  height: 20px;
  width: 36px;
  position: relative;
}
.form-switch .form-check-input:checked::before {
  content: "✓";
  position: absolute;
  color: #ffffff;
  left: 5px;
  font-weight: 600;
}

.file-upload .upload-area {
  color: #D1D1D1;
  text-align: center;
  padding: 20px;
  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 .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .search-form input, .search-form body.dark-mode .multiselect, body.dark-mode .search-form .multiselect, .search-form body.dark-mode .css-13cymwt-control, body.dark-mode .search-form .css-13cymwt-control, .search-form body.dark-mode .css-t3ipsp-control, body.dark-mode .search-form .css-t3ipsp-control, .search-form .react-datepicker-wrapper .react-datepicker__input-container input, .react-datepicker-wrapper .react-datepicker__input-container .search-form input, .search-form .multiselect, .search-form .css-13cymwt-control, .search-form .css-t3ipsp-control {
  background: #f4f8ff;
  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:not(:-moz-placeholder-shown) ~ label, body.dark-mode .form-floating > .multiselect:not(:-moz-placeholder-shown) ~ label, body.dark-mode .form-floating > .css-13cymwt-control:not(:-moz-placeholder-shown) ~ label, body.dark-mode .form-floating > .css-t3ipsp-control:not(:-moz-placeholder-shown) ~ label, .react-datepicker-wrapper .react-datepicker__input-container .form-floating > input:not(:-moz-placeholder-shown) ~ label, .form-floating > .multiselect:not(:-moz-placeholder-shown) ~ label, .form-floating > .css-13cymwt-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .css-t3ipsp-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-16px) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, body.dark-mode .form-floating > .multiselect:focus ~ label, body.dark-mode .form-floating > .css-13cymwt-control:focus ~ label, body.dark-mode .form-floating > .css-t3ipsp-control:focus ~ label, .react-datepicker-wrapper .react-datepicker__input-container .form-floating > input:focus ~ label, .form-floating > .multiselect:focus ~ label, .form-floating > .css-13cymwt-control:focus ~ label, .form-floating > .css-t3ipsp-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .multiselect:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .css-13cymwt-control:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .css-t3ipsp-control:not(:placeholder-shown) ~ label,
.react-datepicker-wrapper .react-datepicker__input-container .form-floating > input:not(:placeholder-shown) ~ label,
.form-floating > .multiselect:not(:placeholder-shown) ~ label,
.form-floating > .css-13cymwt-control:not(:placeholder-shown) ~ label,
.form-floating > .css-t3ipsp-control: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 #593cb5;
  border-radius: 100%;
  background: #ffffff;
}

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

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

[type=radio]:checked + label:after {
  opacity: 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: #593cb5;
  color: #ffffff !important;
}

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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: #593cb5;
  color: #ffffff;
}

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

a {
  text-decoration: none;
  color: #1b2735;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s linear;
  color: #593cb5;
}

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

.absolute-a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

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

.image-fit-cover, body.dark-mode .item-overlap-group .item-list, .item-overlap-group .item-list {
  overflow: hidden;
}
.image-fit-cover img, body.dark-mode .item-overlap-group .item-list img, .item-overlap-group .item-list img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
  border: none;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px 20px;
}
@media only screen and (max-width: 1200px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 600px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 576px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 6px 16px;
  }
}
.card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
  padding: 15px 15px;
}
@media only screen and (max-width: 1200px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 600px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
    padding: 9px 12px;
  }
}
@media only screen and (max-width: 576px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
    padding: 7.5px 12px;
  }
}
@media only screen and (max-width: 480px) {
  .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, .tab-costom .nav-link {
    padding: 4.5px 12px;
  }
}
.card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
  padding: 10px 10px;
}
@media only screen and (max-width: 1200px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 992px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
    padding: 8px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
    padding: 8px 8px;
  }
}
@media only screen and (max-width: 600px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 576px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 480px) {
  .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .modal .card-p-50.modal-content, .tab-costom .card-p-50.nav-link {
    padding: 3px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, .modal .modal-content, .tab-costom .nav-link {
    padding: 16px !important;
  }
}
.card.bordered, body.dark-mode .modal .bordered.modal-content, body.dark-mode .tab-costom .bordered.nav-link, body.dark-mode .tab-costom .nav-link.active, .modal .bordered.modal-content, .tab-costom .bordered.nav-link, .tab-costom .nav-link.active {
  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;
}

.dropdown .dropdown-menu {
  box-shadow: 0px 0px 8px #f6f4fc;
  border: none;
  padding: 0.5rem 0px !important;
  top: 100%;
}
.dropdown .dropdown-menu li {
  padding: 0px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  color: #20354b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background: #593cb515;
}
.dropdown .dropdown-menu .dropdown-item svg {
  color: #20354b;
  font-size: 16px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #593cb5;
  font-weight: inherit;
}
.dropdown .dropdown-menu .dropdown-item:hover svg {
  color: #593cb5;
}
.dropdown .dropdown-menu hr {
  background: #DFDFDF;
}

/* 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: 8px;
  font-size: 10px;
  left: -35px;
  text-transform: capitalize;
  line-height: 2;
}

[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, body.dark-mode .footer, .footer {
  padding: 50px 0px;
}
@media only screen and (max-width: 1200px) {
  section, body.dark-mode .footer, .footer {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  section, body.dark-mode .footer, .footer {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 992px) {
  section, body.dark-mode .footer, .footer {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  section, body.dark-mode .footer, .footer {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 600px) {
  section, body.dark-mode .footer, .footer {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 576px) {
  section, body.dark-mode .footer, .footer {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 480px) {
  section, body.dark-mode .footer, .footer {
    padding: 15px 0px;
  }
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-grey {
  background: #f4f8ff;
}

.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 .text-secondary {
  color: #ff7a00;
}
.heading-title p {
  font-size: 18px;
  line-height: 30px;
}
.heading-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.heading-title h2 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .heading-title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-title h2 {
    font-size: 35px;
  }
}
.heading-title h4 {
  font-size: 26px;
  color: #593cb5;
}
.heading-title h6 {
  color: #FF7A00;
}
@media only screen and (max-width: 767px) {
  .heading-subtitle {
    font-size: 18px !important;
  }
}

.auth-section {
  padding: 20px 0px;
}
@media only screen and (max-width: 1200px) {
  .auth-section {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  .auth-section {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .auth-section {
    padding: 16px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .auth-section {
    padding: 16px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .auth-section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .auth-section {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .auth-section {
    padding: 6px 0px;
  }
}

.no-data-found .image-wrap {
  height: 300px;
}

.simplify-section {
  padding-bottom: 60px;
}

.clients-section {
  padding-top: 0;
  padding-bottom: 0;
}

.product-services {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
}

.slider-btn {
  color: #20354b;
  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: 20px;
}
.sticky.bottom-0 {
  bottom: 0;
}
.sticky.bottom-default {
  bottom: 20px;
}

.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: #FF7A00;
  border-left: 3px solid #FF7A00;
}
@media only screen and (max-width: 767px) {
  .tab-vertical .nav-link.active {
    border-bottom: 2px solid #FF7A00;
    border-left: none;
  }
}
.tab-horizontal .nav-link {
  color: #1b2735 !important;
  border: none !important;
}
.tab-horizontal .nav-link.active {
  color: #593cb5 !important;
  border-bottom: 2px solid #593cb5 !important;
}

.tab-costom .nav-pills {
  gap: 16px;
  flex-direction: column;
}
.tab-costom .nav-link {
  color: #1b2735;
  text-align: left;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.tab-costom .nav-link.active {
  border-color: #593cb5;
  background: #593cb5;
  color: #ffffff;
}
.tab-costom .nav-link.active h5, .tab-costom .nav-link.active p {
  color: #ffffff;
}
.tab-costom .nav-link.active .icon-wrap {
  background-color: #ffffff;
}
.tab-costom .nav-link.active .icon-wrap {
  border: 2px solid #ffffff;
}
.tab-costom .nav-link .icon-wrap {
  min-width: 70px;
  height: 70px;
  border: 1px solid #f0f4f7;
  border-radius: 100%;
  padding: 14px;
  background-color: #ffffff;
}
.tab-costom .tab-image {
  width: 100%;
  margin: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .tab-content {
    padding-top: 16px;
  }
}
ul {
  list-style: none;
  padding: 0;
}
ul li {
  align-items: center;
  gap: 6px;
  padding: 5px 0px;
}

ul.icon-list li {
  display: flex;
  position: relative;
  padding: 5px 0px;
  padding-left: 26px;
}
ul.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  /* Adjust based on your SVG icon dimensions */
  height: 18px;
  /* Adjust based on your SVG icon dimensions */
  background-image: url("../../../assets/images/svg/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #593cb5;
}

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;
}

ol {
  counter-reset: outer-counter;
  list-style: none;
}
ol li {
  counter-increment: outer-counter;
}
ol li::before {
  content: counter(outer-counter) ". ";
}
ol li ol {
  list-style: none;
  counter-reset: inner-counter;
}
ol li ol li {
  counter-increment: inner-counter;
}
ol li ol li::before {
  content: counter(outer-counter) "." counter(inner-counter) ". ";
}
ol li ol li ol {
  list-style: none;
  counter-reset: inner-inner-counter;
}
ol li ol li ol li {
  counter-increment: inner-inner-counter;
}
ol li ol li ol li::before {
  content: counter(outer-counter) "." counter(inner-counter) "." counter(inner-inner-counter) ". ";
}
ol li ol li ol li ol {
  list-style: disc;
}
ol li ol li ol li ol li:before {
  display: none;
}

.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 #20354b;
  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: #FF7A00;
  color: #ffffff;
  border-color: #FF7A00;
}
.wizard-steps .wizard-steps-item.active .step-name, .wizard-steps .wizard-steps-item.completed .step-name {
  color: #FF7A00;
}
.wizard-steps .wizard-steps-item.completed::before {
  background: #FF7A00;
  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: #FF7A00;
  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: #20354b;
}
.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: #593cb5 !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: #593cb5;
}
.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: #593cb5;
}

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

.modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px !important;
  border: 1px solid #bababa;
  border-radius: 40px;
  font-size: 8px;
}
.modal .modal-header {
  padding-left: 0;
  padding-right: 0;
}
.modal .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
.modal .modal-body {
  padding: 0;
}
.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: #20354b;
}
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;
  background: #f4f8ff !important;
}
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: #593cb5;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  padding: 0;
}
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;
}
table .table-image {
  height: 36px;
  width: 90px;
}

.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: #593cb5;
}
.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: #593cb5;
  background: #fdfcfe;
}
.icon-wrap.success {
  color: #34C38F;
  background: #e5f8f1;
}
.icon-wrap.danger {
  color: #ED1C24;
  background: #fef1f1;
}
.icon-wrap.info {
  color: #17a2b8;
  background: #ddf7fb;
}
.dropzone .dz-message {
  margin: 3rem 0;
}
.dropzone .dz-message i, .dropzone .dz-message svg {
  display: block;
  font-size: 40px;
}
.evidence-file-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.evidence-file-wrapper .file {
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  overflow: hidden;
  height: 130px;
  width: 130px;
}

.react-datepicker-wrapper .react-datepicker__input-container {
  height: 100%;
}
.react-datepicker-wrapper .react-datepicker__input-container input {
  height: 100%;
  padding: 0;
  padding-left: 16px;
  padding-right: 24px;
  background: #f4f8ff;
  position: relative;
}
.react-datepicker-wrapper .react-datepicker__input-container input:focus-visible {
  border: none !important;
  outline: none;
}
.item-overlap-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-left: 10px;
  counter-reset: item-counter;
}
.item-overlap-group .item-list {
  counter-increment: item-counter;
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background: #593cb5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #ffffff;
  margin-left: -10px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  overflow: visible;
  transition: all 0.5s ease;
}
.item-overlap-group .item-list:hover {
  transform: translateY(-4px) scale(1.02);
  cursor: pointer;
  z-index: 33;
  transition: all 0.5s ease;
}
.item-overlap-group .item-list[data-title]:hover:before {
  left: -17px;
}

.login-signup {
  min-height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.icon-form {
  position: relative;
}
.icon-form input {
  padding-right: 50px;
}
.icon-form .toggle-password {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: auto;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-form .toggle-password:hover {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b2735;
}

p {
  color: #20354b;
  font-weight: 400;
}

p {
  line-height: inherit;
}

sup {
  top: -1em;
}

.text-primary {
  color: #593cb5 !important;
}

.text-secondary {
  color: #FF7A00 !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: #20354b !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: #593cb5 !important;
}

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

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

.title {
  font-size: 24.75px;
  color: #593cb5;
}

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

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

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

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

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

hr {
  background-color: #20354b;
}

.container-costum {
  max-width: 1360px !important;
}

.marquee:hover {
  animation-play-state: paused;
}

.border-left {
  border-left: 1px dashed #ffffff;
}

.border-right {
  border-right: 1px dashed #ffffff;
}

.border-top {
  border-top: 1px dashed #ffffff !important;
}

.border-bottom {
  border-bottom: 1px dashed #ffffff !important;
}

.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 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.sidebar .accordion-button {
  padding: 14px 20px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  border-bottom: none !important;
  color: #1b2735;
}
.sidebar .accordion-button.collapsed {
  border-bottom: none;
}
.sidebar .accordion-body {
  padding: 0;
}
.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: 90px;
  margin: 0;
  border-radius: 0;
  background: #fff;
}

.sidebar-bg-primary {
  background: #593cb5;
}
.sidebar-bg-primary .sidebar-logo-wrap {
  background: #593cb5;
  margin-bottom: 20px;
}
.sidebar-bg-primary a {
  color: #fff;
}
.sidebar-bg-primary a:hover {
  background: #f3f4f6;
  color: #593cb5;
}
.sidebar-bg-primary .accordion-body ul {
  background: #5036a2;
}
.sidebar-bg-primary .accordion-button {
  color: #fff;
}
.sidebar-bg-primary .accordion-button:hover {
  background: #f3f4f6 !important;
  color: #593cb5;
}
.sidebar-bg-primary .accordion-button::after {
  filter: brightness(0) invert(1);
}
.sidebar-bg-primary .accordion-button[aria-expanded=true] {
  background: #f3f4f6 !important;
  color: #20354b;
}
.sidebar-bg-primary .accordion-button[aria-expanded=true]:hover {
  color: #593cb5 !important;
}
.sidebar-bg-primary .accordion-button[aria-expanded=true]::after {
  filter: none;
}

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

.welcome-card .card-top {
  background-color: #f6f4fc;
}
.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;
}

.light-green {
  background-color: #cde8e6;
}

.light-red {
  background-color: #fbd5e7;
}

.light-orange {
  background-color: #feefe1;
}

.light-primaryy {
  background-color: #f3efff;
}

.heading-title .text-sm {
  font-size: 30px;
}

.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: #FF7A00;
  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: #20354b;
}
.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: 8px;
  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: #593cb5;
}
.notifications .notification-list.unread::before {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: 6px;
  content: "";
  background: #593cb5;
}

.db-card-list {
  position: relative;
}
.db-card-list .icon {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background: #593cb5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  overflow: hidden;
}
.db-card-list .icon i,
.db-card-list .icon svg {
  color: #ffffff;
}
.db-card-list .icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 16px;
  background: #ffffff20;
  left: calc(50% - 8px);
  top: 0;
  transform: skew(-30deg, 0deg);
}
.db-card-list h3 {
  margin-bottom: 2px;
}
.db-card-list p {
  margin-bottom: 0;
}

.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: #20354b;
}

.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 .tab-costom .nav-link .form-check, .tab-costom #cbs-section .nav-link .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;
}

.permission-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.permission-list .form-check {
  flex: 1 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
}
@media only screen and (max-width: 991px) {
  .permission-list .form-check {
    flex: 1 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

.page-not-found {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-section {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 8rem 0rem 6rem 0;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    min-height: auto;
    height: auto;
  }
}
.hero-section .title-wrap {
  width: 75%;
}
.hero-section .title-wrap h2 {
  font-size: 30px;
}
.hero-section .hero-image {
  max-width: 500px;
  margin: auto auto;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .hero-section .title-wrap {
    width: 100%;
  }
  .hero-section .title-wrap h2 {
    font-size: 32px;
  }
}

.features-section {
  position: relative;
  top: -50px;
}
.features-section .features-wrap {
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(158, 157, 159, 0.1882352941);
  border-radius: 100px;
}
.features-section .features-wrap .feature-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row;
  border-radius: 0;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-section .features-wrap .feature-list .icon-card {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: inline-flex;
  padding: 31px;
  justify-content: center;
  align-items: center;
}
.features-section .features-wrap .feature-list .icon-card img {
  height: 35px;
  width: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-section .features-wrap .feature-list p {
  margin-bottom: 0;
}
.features-section .features-wrap .row > div:not(:last-child) > .feature-list {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .features-section .features-wrap .row > div:not(:last-child) > .feature-list {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .features-section .features-wrap .row > div:not(:last-child) > .feature-list {
    border-right: none;
    border-bottom: 1px solid #F4F6FC;
  }
}

.simplify-section {
  background-color: rgba(255, 255, 255, 0.9450980392);
  position: relative;
  overflow: hidden;
}
.simplify-section::before {
  background-image: url(./../images/payment-app.png);
  content: "";
  top: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 53%;
  background-repeat: no-repeat;
  background-position: right 10%;
  right: -13%;
  z-index: 0;
}
.simplify-section .simplify-card {
  box-shadow: 0px 0px 40px rgba(227, 219, 255, 0.1725490196);
  border-radius: 15px;
  height: 100%;
  justify-content: space-between;
  background-color: #f0f4f7;
}
.simplify-section .simplify-card .btn, .simplify-section .simplify-card .tab-button .nav-link, .tab-button .simplify-section .simplify-card .nav-link {
  font-weight: 600 !important;
  margin: 0;
  border: 1px solid none !important;
  font-size: 14px;
  text-align: center;
  color: #20354b;
  transition: 0.5s ease-in-out;
  background-color: transparent !important;
}
.simplify-section .simplify-card .btn:hover, .simplify-section .simplify-card .tab-button .nav-link:hover, .tab-button .simplify-section .simplify-card .nav-link:hover {
  color: #593cb5;
  transition: 0.5s ease-in-out;
}
.simplify-section .simplify-card .btn:hover svg, .simplify-section .simplify-card .tab-button .nav-link:hover svg, .tab-button .simplify-section .simplify-card .nav-link:hover svg {
  position: relative;
  left: 10px;
}
.simplify-section .simplify-card .conent {
  padding-top: 10px;
  margin-top: 10px !important;
}
.simplify-section .simplify-card .logo {
  height: 32px;
  margin-right: auto;
  border: none;
  padding: 7px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}
.simplify-section .image-fit-cover img, .simplify-section body.dark-mode .item-overlap-group .item-list img, body.dark-mode .item-overlap-group .simplify-section .item-list img, .simplify-section .item-overlap-group .item-list img, .item-overlap-group .simplify-section .item-list img {
  -o-object-fit: cover;
     object-fit: cover;
}
.simplify-section .simplify-item-wrap {
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .simplify-section .simplify-item-wrap {
    position: initial;
    margin-top: 24px;
    box-shadow: none;
  }
}

.clients-section {
  padding: 20px 0;
}
.clients-section .clients-wrap .client-list,
.clients-section .clients-wrap2 .client-list {
  padding: 0 10px;
}
.clients-section .clients-wrap .client-list img,
.clients-section .clients-wrap2 .client-list img {
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: color-burn;
}

.product-services .nav-link {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(227, 219, 255, 0.2823529412);
  border: none;
}
.product-services .card.wrap, .product-services .tab-costom .wrap.nav-link, .tab-costom .product-services .wrap.nav-link, .product-services .modal .wrap.modal-content, .modal .product-services .wrap.modal-content,
.product-services .tab-image {
  border-radius: 24px !important;
  background-color: #f4f8ff;
}
@media only screen and (max-width: 991px) {
  .product-services .card.wrap, .product-services .tab-costom .wrap.nav-link, .tab-costom .product-services .wrap.nav-link, .product-services .modal .wrap.modal-content, .modal .product-services .wrap.modal-content,
  .product-services .tab-image {
    background-color: transparent;
    padding: 0;
  }
  .product-services .card.wrap .nav-pills, .product-services .tab-costom .wrap.nav-link .nav-pills, .tab-costom .product-services .wrap.nav-link .nav-pills, .product-services .modal .wrap.modal-content .nav-pills, .modal .product-services .wrap.modal-content .nav-pills,
  .product-services .tab-image .nav-pills {
    gap: 16px;
  }
  .product-services .card.wrap .nav-pills .nav-link, .product-services .tab-costom .wrap.nav-link .nav-pills .nav-link, .tab-costom .product-services .wrap.nav-link .nav-pills .nav-link, .product-services .modal .wrap.modal-content .nav-pills .nav-link, .modal .product-services .wrap.modal-content .nav-pills .nav-link,
  .product-services .tab-image .nav-pills .nav-link {
    border: 1px solid #C6D4EB;
  }
  .product-services .card.wrap .nav-pills .nav-link.active, .product-services .tab-costom .wrap.nav-link .nav-pills .nav-link.active, .tab-costom .product-services .wrap.nav-link .nav-pills .nav-link.active, .product-services .modal .wrap.modal-content .nav-pills .nav-link.active, .modal .product-services .wrap.modal-content .nav-pills .nav-link.active,
  .product-services .tab-image .nav-pills .nav-link.active {
    border-color: #593cb5;
  }
}
.product-services .tab-image {
  height: 88%;
  width: 100%;
  margin-top: 40px;
  margin-right: 0;
  position: relative;
}
.product-services .tab-image:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 250px;
  background-color: #f4f8ff;
  top: -100px;
  right: -70px;
  z-index: 9999;
  display: inline-block;
  border-radius: 20px;
}
.product-services .tab-image:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 250px;
  background-color: #f4f8ff;
  bottom: -100px;
  left: -70px;
  z-index: 9999;
  display: inline-block;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .product-services .tab-image {
    margin-right: 0px;
  }
}
.product-services .tab-costom .nav-pills {
  gap: 0;
}

.navbar-toggler-icon {
  background-image: url(./../images/eclipse.svg) !important;
  width: 2.5em;
  height: 2.5em;
}

.navbar-toggler {
  padding: 0;
}

@media (max-width: 768px) {
  .hero-section.inner-page {
    min-height: 50vh !important;
  }
  #terminal-lifecycle-tab + .tab-content .feature-content-image img {
    height: 310px !important;
    margin-top: 15px !important;
  }
  header .navbar-brand img {
    width: 100px;
  }
  .footer .logo {
    margin: auto;
  }
  .footer .footer-block h3 {
    scale: 0.9;
    text-align: center;
  }
  .footer .footer-block a {
    scale: 0.9;
    text-align: center;
  }
  header .navbar {
    padding: 10px 0 !important;
  }
  .terminal-manual .heading-block h2 span {
    font-size: 25px !important;
  }
  .mb-sm-4 {
    margin-bottom: 10px;
  }
  .features-section .features-wrap .feature-list .icon-card {
    height: 30px;
    width: 30px;
    padding: 20px;
  }
  .features-section .features-wrap .feature-list .icon-card img {
    height: 25px;
    width: 25px;
  }
  .text-muted.small.fw-normal .bg {
    display: none !important;
  }
  .newsletter-section .count-item p.small {
    font-size: 80% !important;
  }
  .newsletter-section .count-item {
    height: auto !important;
  }
  .terminal-manual .heading-block,
  .terminal-manual1 .heading-block,
  .terminal-manual2 .heading-block {
    top: 8.5% !important;
  }
  .sticky-terminal-wrapper,
  .sticky-terminal-wrapper1,
  .sticky-terminal-wrapper2 {
    position: absolute;
    top: 0%;
    left: 22%;
    transition: 0.5s linear;
  }
  .sticky-terminal-wrapper.fixed-position,
  .sticky-terminal-wrapper1.fixed-position,
  .sticky-terminal-wrapper2.fixed-position {
    position: fixed;
    top: 0%;
    left: 22%;
    transition: 0.5s linear;
  }
  .sticky-terminal-wrapper .card, .sticky-terminal-wrapper body.dark-mode .modal .modal-content, body.dark-mode .modal .sticky-terminal-wrapper .modal-content, .sticky-terminal-wrapper body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .sticky-terminal-wrapper .nav-link, .sticky-terminal-wrapper .tab-costom .nav-link, .tab-costom .sticky-terminal-wrapper .nav-link, .sticky-terminal-wrapper .modal .modal-content, .modal .sticky-terminal-wrapper .modal-content,
  .sticky-terminal-wrapper1 .card,
  .sticky-terminal-wrapper1 body.dark-mode .modal .modal-content,
  body.dark-mode .modal .sticky-terminal-wrapper1 .modal-content,
  .sticky-terminal-wrapper1 body.dark-mode .tab-costom .nav-link,
  body.dark-mode .tab-costom .sticky-terminal-wrapper1 .nav-link,
  .sticky-terminal-wrapper1 .tab-costom .nav-link,
  .tab-costom .sticky-terminal-wrapper1 .nav-link,
  .sticky-terminal-wrapper1 .modal .modal-content,
  .modal .sticky-terminal-wrapper1 .modal-content,
  .sticky-terminal-wrapper2 .card,
  .sticky-terminal-wrapper2 body.dark-mode .modal .modal-content,
  body.dark-mode .modal .sticky-terminal-wrapper2 .modal-content,
  .sticky-terminal-wrapper2 body.dark-mode .tab-costom .nav-link,
  body.dark-mode .tab-costom .sticky-terminal-wrapper2 .nav-link,
  .sticky-terminal-wrapper2 .tab-costom .nav-link,
  .tab-costom .sticky-terminal-wrapper2 .nav-link,
  .sticky-terminal-wrapper2 .modal .modal-content,
  .modal .sticky-terminal-wrapper2 .modal-content {
    background-color: transparent;
  }
  .sticky-terminal-wrapper .card-depth,
  .sticky-terminal-wrapper1 .card-depth,
  .sticky-terminal-wrapper2 .card-depth {
    text-align: center;
    margin-left: 30%;
  }
  .sticky-terminal-wrapper .card-depth img,
  .sticky-terminal-wrapper1 .card-depth img,
  .sticky-terminal-wrapper2 .card-depth img {
    height: 300px !important;
  }
  .bg-sm-white {
    background-color: #ffffff;
    z-index: 9;
  }
  .consulting-service #section4 {
    padding: 0;
  }
  .consulting-service .offering-wrap .marquee-item {
    flex: 0 0 27vw !important;
  }
  .consulting-service .offering.bg-white, .consulting-service body.dark-mode .form-floating > label.offering, body.dark-mode .consulting-service .form-floating > label.offering, .consulting-service .form-floating > label.offering {
    padding-top: 0 !important;
  }
  .consulting-service .offering.bg-white + section, .consulting-service .form-floating > label.offering + section, .consulting-service .offering.bg-white + .footer, .consulting-service .form-floating > label.offering + .footer {
    padding: 0 !important;
  }
  .consulting-service #consulting-tab {
    margin-bottom: 0;
  }
  .consulting-service #consulting-tab li {
    width: 100%;
    margin-bottom: 15px;
  }
  .consulting-service #consulting-tab li button.nav-link {
    width: 100%;
    background-color: #f0f4f7 !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 2.5rem;
  }
  .portal-image {
    margin-top: 15px;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .feature-content {
    padding: 20px !important;
  }
  .feature-content ul li:nth-child(1) {
    margin-top: 0;
  }
  .terminal-lifecycle .feature-content-image img {
    margin-top: 10px !important;
  }
  .terminal-lifecycle #terminal-lifecycle-tab {
    margin-bottom: 0 !important;
  }
  .terminal-lifecycle #terminal-lifecycle-tab li {
    width: 100%;
  }
  .terminal-lifecycle #terminal-lifecycle-tab li button {
    width: 100%;
    margin-bottom: 15px;
  }
  .nav-link {
    font-size: 14px !important;
  }
  .newsletter-section .heading-title h2 {
    text-align: left !important;
  }
  .navbar-toggler {
    border: none;
  }
  .dropdown {
    width: 100%;
  }
  .dropdown .dropdown-menu {
    box-shadow: none;
  }
  .dropdown .nav-link {
    justify-content: flex-start;
  }
  .heading-block h2 span,
  .heading-title span.d-block.mt-1.fw-bolder.text-dark {
    margin: 5px 0 !important;
  }
  .banner-t {
    letter-spacing: -1px !important;
  }
  body {
    letter-spacing: inherit !important;
  }
  .scroll-intro-grey {
    margin-bottom: 15px;
  }
  #video-bg {
    height: auto !important;
  }
  .terminal-head {
    padding: 10px !important;
  }
  .newsletter-section .count-item h2 {
    font-size: 25px !important;
  }
  .download-qr a {
    font-size: 14px !important;
  }
  .fs-5,
  .fs-4,
  p,
  .badge-span-orange,
  .footer .footer-block a,
  header .navbar-nav .nav-link {
    letter-spacing: normal !important;
    font-size: 1.1rem !important;
  }
  .terminal-wrapper .card, .terminal-wrapper body.dark-mode .modal .modal-content, body.dark-mode .modal .terminal-wrapper .modal-content, .terminal-wrapper body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .terminal-wrapper .nav-link, .terminal-wrapper .tab-costom .nav-link, .tab-costom .terminal-wrapper .nav-link, .terminal-wrapper .modal .modal-content, .modal .terminal-wrapper .modal-content {
    margin-bottom: 15px !important;
  }
  .badge-span-orange {
    font-size: 14px !important;
  }
  .badge-span-orange .bg {
    display: none;
  }
  .badge-span-orange span {
    display: none !important;
  }
  .scrollmagic-pin-spacer {
    display: none !important;
  }
  .disable-slide-sm #js-wrapper,
  .disable-slide-sm #second-js-wrapper {
    height: auto !important;
  }
  .disable-slide-sm #js-wrapper .sections,
  .disable-slide-sm #second-js-wrapper .sections {
    display: flex;
    flex-direction: column;
  }
  .disable-slide-sm #js-wrapper .sections .section,
  .disable-slide-sm #second-js-wrapper .sections .section {
    padding: 0;
    width: 15.8% !important;
  }
  .disable-slide-sm #js-wrapper .sections .section .section__title,
  .disable-slide-sm #second-js-wrapper .sections .section .section__title {
    padding-top: 0 !important;
    font-size: 30px;
    line-height: 40px;
  }
  .disable-slide-sm #js-wrapper .scroll-intro,
  .disable-slide-sm #second-js-wrapper .scroll-intro {
    height: auto !important;
  }
}
.newsletter-section-home {
  margin-top: -116px;
}
.newsletter-section-home .count-item {
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .newsletter-section-home .count-item {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-section-home .count-item {
    padding: 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-section {
    padding: 0px 20px;
  }
  .counter-section .border-bottom,
  .counter-section .border-top,
  .counter-section .border-left,
  .counter-section .border-right {
    border: none !important;
  }
}

.newsletter-section {
  border-top-left-radius: 700px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section {
    border-top-left-radius: 0px;
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter-section .heading-title h2 {
    text-align: center;
    width: 100%;
    color: #20354b;
  }
}
.newsletter-section .pos-img {
  max-width: 250px;
}
.newsletter-section .download-qr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 160px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .download-qr {
    padding-left: 32px;
    width: 100%;
    text-align: center;
  }
}
.newsletter-section .download-qr .qr-wrap {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  border: 3px solid #ffffff;
  padding: 12px;
  background: #20354b;
  top: 0;
  left: 0;
  margin-top: -28px;
}
.newsletter-section .download-qr .qr-wrap img {
  transform: scale(1.3);
}
@media only screen and (max-width: 767px) {
  .newsletter-section .count-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.newsletter-section .count-item {
  padding: 20px;
  height: 115px;
  border: 1px solid #DFDFDF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsletter-section .count-item h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 12px;
}
.newsletter-section .count-item p.small {
  font-size: 90%;
}
.newsletter-section .request-form {
  position: relative;
}
.newsletter-section .request-form .form-control, .newsletter-section .request-form body.dark-mode .multiselect, body.dark-mode .newsletter-section .request-form .multiselect, .newsletter-section .request-form body.dark-mode .css-13cymwt-control, body.dark-mode .newsletter-section .request-form .css-13cymwt-control, .newsletter-section .request-form body.dark-mode .css-t3ipsp-control, body.dark-mode .newsletter-section .request-form .css-t3ipsp-control, .newsletter-section .request-form .css-13cymwt-control, .newsletter-section .request-form .css-t3ipsp-control, .newsletter-section .request-form .multiselect, .newsletter-section .request-form .react-datepicker-wrapper .react-datepicker__input-container input, .react-datepicker-wrapper .react-datepicker__input-container .newsletter-section .request-form input {
  padding: 24px;
}
.newsletter-section .request-form .btn, .newsletter-section .request-form .tab-button .nav-link, .tab-button .newsletter-section .request-form .nav-link {
  position: absolute;
  padding: 16px;
  right: 8px;
  top: 8px;
}
.newsletter-section .newsletter-image-wrap {
  position: absolute;
  right: 24px !important;
  bottom: 0;
}

.world-map, .section-image {
  height: 500px;
  border-radius: 20px;
}

.contact-redirect {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-redirect {
    border-radius: 20px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1220px;
  }
}
.clients-section .marquee {
  padding: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 10px solid #ffffff;
  overflow: hidden;
}
.clients-section .marquee .marquee-content {
  display: flex;
  animation: scrolling 40s linear infinite;
}
.clients-section .marquee .marquee-item {
  flex: 0 0 12vw;
  margin: 0 0.5vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}
.clients-section .marquee .marquee-item img {
  display: block;
  width: 100%;
  /*   padding: 0 20px; */
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-416vw);
  }
}

/* Slider */
.multiple-items {
  /* Slider item */
}
.multiple-items__item {
  align-self: flex-end;
  position: relative;
  flex: 0 0 33.3328vw;
  padding: 4.1666vw;
  background-color: #222650;
  border-radius: 10px;
  margin-right: 4vw;
}
.multiple-items__item:nth-of-type(even) {
  position: relative;
  top: 150px;
}

.btn-detail {
  font-size: 15px;
  border: 1px solid #593cb5;
  color: #593cb5;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-detail:hover {
  background-color: #593cb5;
  color: #ffffff;
}

#video-bg {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: auto;
  width: 100%;
  height: 450px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.clients-section {
  background-color: #ffffff;
}

.clients-section-wrap {
  border: 2px solid #202f63;
  border-radius: 10px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  padding: 50px 50px;
  padding-bottom: 12px;
  background: #ffffff;
  z-index: 33;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .clients-section-wrap {
    padding: 20px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.accomplishment-wrap {
  padding-top: 175px;
  padding-bottom: 65px;
  border-bottom-left-radius: 130px;
  border-bottom-right-radius: 130px;
}
@media only screen and (max-width: 767px) {
  .accomplishment-wrap {
    padding-top: 65px;
    padding-bottom: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.payment-terminal-section {
  background-color: #f4f8ff;
}

.p-and-s .fp-slidesContainer {
  display: flex !important;
  gap: 5vw;
  align-items: center;
}
.p-and-s .fp-slidesContainer .fp-slide {
  min-height: 350px;
  width: 450px !important;
}
.p-and-s .fp-slidesContainer .fp-slide:nth-of-type(even) {
  background-color: #0b0f33;
}
.p-and-s .fp-slidesContainer .fp-slide:nth-of-type(odd) {
  background-color: #161b44;
}
.section.our-terminals::before {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "Cutting-Edge" !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 100px;
  font-weight: 600;
  color: #593cb5;
  position: absolute;
  top: -50px;
  left: 10vw;
  text-transform: uppercase;
}
.section.our-terminals::after {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "PAYMENT TERMINALS" !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
  color: #20354b;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  left: 10vw;
}

.section.our-service,
.section.our-terminals {
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.our-service .fp-slides,
.section.our-terminals .fp-slides {
  padding-left: 60vw;
  min-height: 100vh;
}
.section.our-service .fp-slides .fp-slidesContainer,
.section.our-terminals .fp-slides .fp-slidesContainer {
  background-color: #ffffff;
}
.section.our-service .fp-tableCell,
.section.our-service .fp-table,
.section.our-terminals .fp-tableCell,
.section.our-terminals .fp-table {
  height: auto !important;
  border-radius: 20px;
}
.section.our-service::before,
.section.our-terminals::before {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "OUR SERVICE";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 100px;
  font-weight: 600;
  color: #593cb5;
  position: absolute;
  top: -50px;
  left: 10vw;
}
.section.our-service::after,
.section.our-terminals::after {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "AND OFFERING";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 80px;
  font-weight: 600;
  color: #20354b;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  left: 10vw;
}
.section.our-service .intro,
.section.our-terminals .intro {
  height: 350px;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.section.our-service .intro .intro-img,
.section.our-terminals .intro .intro-img {
  height: 80px;
  width: 80px;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 15px;
}
.section.our-service .intro .intro-img img,
.section.our-terminals .intro .intro-img img {
  height: 50px;
  width: 50px;
}
.section.our-service .intro p,
.section.our-terminals .intro p {
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 15px;
}
.section.our-service .intro .heading-title h2,
.section.our-terminals .intro .heading-title h2 {
  color: #ffffff !important;
}
.section.our-service .intro .heading-title h2 span,
.section.our-terminals .intro .heading-title h2 span {
  font-family: Oswald;
  text-transform: uppercase;
}

.fp-tableCell,
.fp-table {
  display: block !important;
  /* Override the default display */
  height: auto !important;
}

.terminal-js {
  width: 100%;
}
.terminal-js .fp-slidesContainer {
  gap: initial !important;
}
.terminal-js .fp-slidesContainer .fp-slide:nth-of-type(odd), .terminal-js .fp-slidesContainer .fp-slide:nth-of-type(even) {
  background-color: transparent;
}
.terminal-js .fp-slidesContainer .intro {
  height: 600px !important;
}
.terminal-js .fp-slidesContainer .intro-img {
  height: 400px !important;
  width: auto !important;
  background: transparent !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-bottom: 15px;
}
.terminal-js .fp-slidesContainer .intro-img img {
  height: 100% !important;
  width: 100% !important;
}

.service-js .card-depth img {
  height: 200px;
  width: 100%;
}

.service-js .card-contents .heading-atitle h2 {
  font-size: 25px;
  font-weight: 600;
}
.service-js .card-contents .heading-atitle p {
  font-size: 18px;
  margin-top: 1rem;
  line-height: 30px;
}
.service-js .card-contents .card-depth .card-depth-img {
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-js .card-contents .card-depth .card-depth-img img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sticky.t-200 {
  position: sticky;
  top: 200px;
}

.heading-block h2 {
  font-size: 28px;
  font-weight: 500;
  left: 0;
}
.heading-block h2 span {
  font-size: 35px;
  margin-top: 4px;
  display: block;
  font-weight: 600;
  letter-spacing: -1px;
}

#js-wrapper.wrapper .section {
  width: 19%;
}

#second-js-wrapper.wrapper .scroll-intro-grey {
  background-image: none !important;
  padding: 0 !important;
}
#second-js-wrapper.wrapper .scroll-intro-grey .card, #second-js-wrapper.wrapper .scroll-intro-grey .tab-costom .nav-link, .tab-costom #second-js-wrapper.wrapper .scroll-intro-grey .nav-link, #second-js-wrapper.wrapper .scroll-intro-grey .modal .modal-content, .modal #second-js-wrapper.wrapper .scroll-intro-grey .modal-content {
  background-image: linear-gradient(to top left, #f2f4ff, #f2f4ff);
  border-radius: 15px;
}

#js-wrapper.wrapper,
#second-js-wrapper.wrapper {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  perspective: 1000px;
  /* Applying the background colors manually */
}
#js-wrapper.wrapper .section,
#second-js-wrapper.wrapper .section {
  height: 100%;
  width: 19%;
  float: left;
  position: relative;
  margin: 10px;
  padding: 0px;
  justify-content: center;
  display: flex;
  align-items: center;
}
#js-wrapper.wrapper .section .section__title__img,
#second-js-wrapper.wrapper .section .section__title__img {
  height: 100px;
  width: 100px;
  background-color: transparent;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
#js-wrapper.wrapper .section .section__title__img img,
#second-js-wrapper.wrapper .section .section__title__img img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
#js-wrapper.wrapper .section p,
#second-js-wrapper.wrapper .section p {
  font-size: 18px;
  margin-top: 1rem;
  line-height: 30px;
}
#js-wrapper.wrapper .section .scroll-intro,
#second-js-wrapper.wrapper .section .scroll-intro {
  background-color: #593cb5;
  padding: 35px;
  height: 450px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#js-wrapper.wrapper .section .scroll-intro-grey,
#second-js-wrapper.wrapper .section .scroll-intro-grey {
  background-image: linear-gradient(to top left, #f2f4ff, #f2f4ff);
  padding: 35px;
  height: 450px;
  border-radius: 15px;
}
#js-wrapper.wrapper .section .section__title,
#second-js-wrapper.wrapper .section .section__title {
  font-size: 40px;
  color: #ffffff;
  line-height: 52px;
  font-weight: bold;
}
#js-wrapper.wrapper .sections,
#second-js-wrapper.wrapper .sections {
  width: 200%;
  /* 5 panels * 100% each */
  height: 100%;
}
#js-wrapper.wrapper .section__title,
#js-wrapper.wrapper ._second_section__title,
#second-js-wrapper.wrapper .section__title,
#second-js-wrapper.wrapper ._second_section__title {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: bold;
}
#js-wrapper.wrapper .section__title .section_title,
#js-wrapper.wrapper ._second_section__title .section_title,
#second-js-wrapper.wrapper .section__title .section_title,
#second-js-wrapper.wrapper ._second_section__title .section_title {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: bold;
}

#second-js-wrapper.wrapper .section {
  padding: 0;
  background-image: none !important;
  width: 19%;
}

.second_section__title .section_title {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: bold;
}

.terminal-wrapper .cards-wrapper {
  margin-top: 50px;
}
.terminal-wrapper .card-container {
  perspective: 1200px;
}
.terminal-wrapper .card, .terminal-wrapper body.dark-mode .modal .modal-content, body.dark-mode .modal .terminal-wrapper .modal-content, .terminal-wrapper body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .terminal-wrapper .nav-link, .terminal-wrapper .tab-costom .nav-link, .tab-costom .terminal-wrapper .nav-link, .terminal-wrapper .modal .modal-content, .modal .terminal-wrapper .modal-content {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  transition: all 1s ease;
  transform-style: preserve-3d;
  background-color: transparent;
  min-height: 500px;
}
.terminal-wrapper .rotated,
.terminal-wrapper .rotatedzealand,
.terminal-wrapper .smallrotated,
.terminal-wrapper .smallrotatedzealand {
  transform: rotateY(-180deg);
}
.terminal-wrapper .rotatedLinux,
.terminal-wrapper .smallrotatedLinux {
  transform: rotateY(-180deg);
}
.terminal-wrapper .card-contents {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  margin-top: -20px;
  left: 0;
  backface-visibility: hidden;
  background-color: #f0f4f7;
}
.terminal-wrapper .card-contents h2 {
  font-size: 3em;
  margin: 0 auto;
}
.terminal-wrapper .card-contents hr {
  width: 50%;
  margin: 20px auto;
}
.terminal-wrapper .card-contents p {
  margin: 0 auto;
}
.terminal-wrapper .card-depth {
  transform: translateZ(100px) scale(0.98);
  perspective: inherit;
  font-size: 14px;
  font-weight: 400;
}
.terminal-wrapper .card-depth label {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 100%;
  text-align: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.terminal-wrapper .card-depth label svg {
  height: 15px;
  width: 15px;
  color: #444;
}
.terminal-wrapper .card-depth span {
  font-size: 1.05rem;
}
.terminal-wrapper .card-depth img {
  height: 350px;
  width: auto;
}
.terminal-wrapper .card-front {
  transform-style: preserve-3d;
}
.terminal-wrapper .card-back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.section__title h2 {
  font-size: 25px;
}

.banner-t {
  font-size: 45px;
  line-height: initial;
  font-weight: 600;
  letter-spacing: -2px;
}
@media (max-width: 678px) {
  .banner-t {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 678px) {
  .features-section .features-wrap {
    border-radius: 10px;
  }
}

@media (max-width: 678px) {
  .heading-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 678px) {
  .heading-block h2 span {
    font-size: 30px;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper .section,
  #second-js-wrapper.wrapper .section {
    width: 30%;
    border-radius: 20px;
  }
}

@media (max-width: 678px) {
  .sticky.t-200 {
    position: relative;
    top: 0 !important;
  }
}

@media (max-width: 678px) {
  .simplify-section::before {
    display: none;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper .sections,
  #second-js-wrapper.wrapper .sections {
    display: flex;
  }
}

@media (max-width: 678px) {
  .second_section__title .section_title,
  #js-wrapper.wrapper .section:nth-child(1) .section__title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 678px) {
  .clients-section .marquee .marquee-item {
    flex: 0 0 32vw;
  }
}

@media (max-width: 678px) {
  .simplify-section {
    padding-bottom: 20px;
  }
}

@media (max-width: 678px) {
  .heading-block h2,
  .heading-block h2 span {
    font-family: "Albert Sans", sans-serif;
    text-transform: capitalize;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper .section,
  #second-js-wrapper.wrapper .section {
    padding: 20px;
    width: 17%;
  }
}

@media (max-width: 678px) {
  #second-js-wrapper.wrapper .section {
    padding: 0px;
    width: 15% !important;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper .section p,
  #second-js-wrapper.wrapper .section p {
    font-size: 16px;
    margin-top: 0.5rem;
    line-height: 25px;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper {
    height: 400px;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper .section__title {
    padding-top: 20px !important;
  }
}

@media (max-width: 678px) {
  .terminal-wrapper .card-back .card-depth {
    padding-top: 0 10px !important;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper .sections,
  #second-js-wrapper.wrapper .sections {
    width: 600%;
  }
}

@media (max-width: 678px) {
  .card.feature-list, body.dark-mode .modal .feature-list.modal-content, body.dark-mode .tab-costom .feature-list.nav-link, .tab-costom .feature-list.nav-link, .modal .feature-list.modal-content {
    justify-content: flex-start !important;
  }
}

@media (max-width: 678px) {
  #js-wrapper.wrapper .section .scroll-intro-grey,
  #second-js-wrapper.wrapper .section .scroll-intro-grey,
  #js-wrapper.wrapper .section .scroll-intro,
  #second-js-wrapper.wrapper .section .scroll-intro {
    height: 375px;
  }
}

@media (max-width: 678px) {
  .terminal-wrapper .card-depth img {
    height: 250px;
  }
}

@media (max-width: 678px) {
  #second-js-wrapper.wrapper .section .section__title {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 678px) {
  .simplify-section .simplify-card .logo {
    height: 40px;
  }
}

@media (max-width: 678px) {
  .terminal-wrapper .card-depth label {
    display: none;
  }
}

@media (max-width: 678px) {
  .hero-section .title-wrap {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}

.scrollmagic {
  padding: 0 !important;
}

.text-dark {
  color: #20354b !important;
}

.bg-dark {
  background-color: #20354b !important;
}

.offering,
.financial-operations {
  padding: 50px 0;
  padding-bottom: 20px;
}
.offering .section__title__img,
.financial-operations .section__title__img {
  height: 130px;
  width: auto;
  border-radius: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.offering .section__title__img img,
.financial-operations .section__title__img img {
  height: 50%;
}
.offering .section__title__img .section__title,
.financial-operations .section__title__img .section__title {
  padding-top: 0 !important;
}
.offering .section__title__img .section,
.financial-operations .section__title__img .section {
  padding: 0 !important;
}
.offering.bg-primary,
.financial-operations.bg-primary {
  border-radius: 100px;
}

.financial-operations .bg-image {
  border-radius: 30px;
  overflow: hidden;
  padding: 100px 70px;
}
@media only screen and (max-width: 991px) {
  .financial-operations .bg-image {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .financial-operations .bg-image {
    padding: 20px 20px;
  }
}

.offering-carousel .slick-slide {
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0px;
  height: 480px;
  filter: blur(10);
  opacity: 0;
}
.offering-carousel .slick-slide.slick-active {
  filter: blur(0);
  opacity: 1;
}
.offering-carousel .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-lp {
  background-color: #20354b;
  border-radius: 60px;
}

.terminal-head {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 20px;
}

.badge-span {
  border-radius: 50px;
  color: #593cb5;
  border: 1px solid #ffffff;
  font-size: 20px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  background-color: transparent;
}

.badge-span-orange {
  border-radius: 50px;
  color: #593cb5 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
}
.badge-span-orange .bg {
  height: 30px;
  width: 30px;
  background: #f3efff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 100%;
  font-size: 25px;
}

.slick-dots li button:before {
  font-size: 30px !important;
  display: none;
}

.text-dark.badge-span-orange {
  color: #20354b !important;
  font-weight: 600 !important;
}

.hero-section.inner-page {
  padding: 8rem 0rem 2rem 0 !important;
  min-height: 70vh !important;
}

.sample-page .heading-title h2 {
  font-size: 30px;
}
.sample-page .heading-block h2 span {
  font-size: 35px;
}
.sample-page .simplify-section::before {
  background-image: url("./../images/hero-image.png") !important;
  background-size: 43%;
  right: -8%;
}

.terminal-lifecycle .nav-tabs {
  border-bottom: 2px solid #ffffff;
  gap: 16px;
  width: auto;
  margin: auto;
  padding: 0px 16px !important;
}
.terminal-lifecycle .nav-tabs .nav-item {
  padding: 0px !important;
}
.terminal-lifecycle .nav-tabs .nav-link {
  padding: 15px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 7px;
}
.terminal-lifecycle .nav-tabs .nav-link img {
  filter: brightness(0) invert(1);
}
.terminal-lifecycle .nav-tabs .nav-link.active, .terminal-lifecycle .nav-tabs .nav-link:hover {
  color: #ffffff;
  opacity: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.terminal-lifecycle .nav-tabs .nav-link.active {
  color: #593cb5;
}
.terminal-lifecycle .nav-tabs .nav-link.active img {
  filter: none;
}

.feature-content {
  background-color: #5235ae;
  border-radius: 20px;
  padding: 45px;
}
.feature-content ul li {
  margin: 25px 0;
}
.feature-content ul li svg {
  flex: 16px 0 0;
  margin-top: 6px;
}
.feature-content ul li strong {
  display: block;
}

.feature-content-image img {
  height: 600px;
}

.portal-image img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 58px rgba(46, 26, 102, 0.3098039216);
}

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

.scroll-intro-grey.hd-specs {
  display: flex;
  border-radius: 10px;
  padding: 32px 20px;
  gap: 16px;
  justify-content: space-between;
  height: 100%;
  background-color: #f0f4f7;
}

.text-left {
  text-align: left;
}

.offering-wrap .marquee-item {
  flex: 0 0 7vw !important;
  margin: 0 0.5vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}

.btn-outline-primary {
  color: #593cb5;
  background-color: transparent;
  border-color: #593cb5;
}

.btn-outline-primary:hover {
  background-color: #593cb5 !important;
  color: #ffffff;
  border-color: #593cb5;
}

.scroll-intro-grey a.btn-outline, .scroll-intro-grey body.dark-mode .filter-btn-wrap a.btn, body.dark-mode .filter-btn-wrap .scroll-intro-grey a.btn, .scroll-intro-grey .tab-button body.dark-mode .filter-btn-wrap a.nav-link, .tab-button body.dark-mode .filter-btn-wrap .scroll-intro-grey a.nav-link, .scroll-intro-grey .filter-btn-wrap a.btn, .scroll-intro-grey body.dark-mode .tab-button a.btn, .scroll-intro-grey body.dark-mode .tab-button a.nav-link, body.dark-mode .scroll-intro-grey .tab-button a.btn, body.dark-mode .scroll-intro-grey .tab-button a.nav-link, .filter-btn-wrap .scroll-intro-grey a.btn, body.dark-mode .tab-button .scroll-intro-grey a.btn, body.dark-mode .tab-button .scroll-intro-grey a.nav-link, .scroll-intro-grey .tab-button a.btn, .tab-button .scroll-intro-grey a.btn, .scroll-intro-grey .tab-button a.nav-link, .tab-button .scroll-intro-grey a.nav-link {
  font-weight: 400 !important;
  margin: 0;
  border: 1px solid none !important;
  font-size: 14px;
  text-align: center;
  color: #16212e;
  transition: 0.5s ease-in-out;
  background-color: transparent;
  border-radius: 6px;
  padding: 8px 12px;
}
.scroll-intro-grey a.btn-outline:hover, .scroll-intro-grey .filter-btn-wrap a.btn:hover, .filter-btn-wrap .scroll-intro-grey a.btn:hover, .scroll-intro-grey .tab-button a.btn:hover, .tab-button .scroll-intro-grey a.btn:hover, .scroll-intro-grey .tab-button a.nav-link:hover, .tab-button .scroll-intro-grey a.nav-link:hover {
  color: #593cb5;
}

.ter-detail-img {
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.ter-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.terminal-description ul li {
  margin: 15px auto;
}

.terminal-manual,
.terminal-manual1,
.terminal-manual2 {
  position: relative;
}
.terminal-manual .text-muted,
.terminal-manual1 .text-muted,
.terminal-manual2 .text-muted {
  font-size: 80%;
}
.terminal-manual ul li,
.terminal-manual1 ul li,
.terminal-manual2 ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 10px;
}
.terminal-manual ul li svg,
.terminal-manual1 ul li svg,
.terminal-manual2 ul li svg {
  margin-right: 15px;
  color: #593cb5;
  position: absolute;
  left: -23px;
  top: 4px;
}
.terminal-manual .heading-block,
.terminal-manual1 .heading-block,
.terminal-manual2 .heading-block {
  z-index: 9;
  position: sticky;
  top: 13.5%;
  background: #f0f4f7;
  padding: 15px;
}

.sticky-terminal-wrapper,
.sticky-terminal-wrapper1,
.sticky-terminal-wrapper2 {
  position: absolute;
  top: 5%;
  transition: 0.5s linear;
}
.sticky-terminal-wrapper.fixed-position,
.sticky-terminal-wrapper1.fixed-position,
.sticky-terminal-wrapper2.fixed-position {
  position: fixed;
  top: 10%;
  transition: 0.5s linear;
}
.sticky-terminal-wrapper .card, .sticky-terminal-wrapper body.dark-mode .modal .modal-content, body.dark-mode .modal .sticky-terminal-wrapper .modal-content, .sticky-terminal-wrapper body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .sticky-terminal-wrapper .nav-link, .sticky-terminal-wrapper .tab-costom .nav-link, .tab-costom .sticky-terminal-wrapper .nav-link, .sticky-terminal-wrapper .modal .modal-content, .modal .sticky-terminal-wrapper .modal-content,
.sticky-terminal-wrapper1 .card,
.sticky-terminal-wrapper1 body.dark-mode .modal .modal-content,
body.dark-mode .modal .sticky-terminal-wrapper1 .modal-content,
.sticky-terminal-wrapper1 body.dark-mode .tab-costom .nav-link,
body.dark-mode .tab-costom .sticky-terminal-wrapper1 .nav-link,
.sticky-terminal-wrapper1 .tab-costom .nav-link,
.tab-costom .sticky-terminal-wrapper1 .nav-link,
.sticky-terminal-wrapper1 .modal .modal-content,
.modal .sticky-terminal-wrapper1 .modal-content,
.sticky-terminal-wrapper2 .card,
.sticky-terminal-wrapper2 body.dark-mode .modal .modal-content,
body.dark-mode .modal .sticky-terminal-wrapper2 .modal-content,
.sticky-terminal-wrapper2 body.dark-mode .tab-costom .nav-link,
body.dark-mode .tab-costom .sticky-terminal-wrapper2 .nav-link,
.sticky-terminal-wrapper2 .tab-costom .nav-link,
.tab-costom .sticky-terminal-wrapper2 .nav-link,
.sticky-terminal-wrapper2 .modal .modal-content,
.modal .sticky-terminal-wrapper2 .modal-content {
  background-color: transparent;
}
.sticky-terminal-wrapper .card-depth,
.sticky-terminal-wrapper1 .card-depth,
.sticky-terminal-wrapper2 .card-depth {
  text-align: center;
  margin-left: 30%;
}
.sticky-terminal-wrapper .card-depth img,
.sticky-terminal-wrapper1 .card-depth img,
.sticky-terminal-wrapper2 .card-depth img {
  height: 550px;
}

.text-muted.small.fw-normal {
  font-size: 80%;
  font-weight: 500;
}
.text-muted.small.fw-normal .bg {
  background: #f3efff;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 100%;
  color: #593cb5;
}

.payment-app img {
  -o-object-position: left;
     object-position: left;
}

.terminal-availability .terminal-availability-wrap {
  border-radius: 20px;
  padding: 40px 24px;
  background-image: linear-gradient(145deg, #FFFFFF, #F1EFFD);
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid #593cb5;
}
.terminal-availability .terminal-availability-wrap:hover {
  border: 3px solid #593cb5;
  cursor: pointer;
}
.terminal-availability .terminal-availability-wrap .image-wrap {
  height: 170px;
}

.certified .certified-wrap {
  border: 1px solid #202f63;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}
.certified .certified-wrap .certified-content {
  flex-wrap: wrap;
  gap: 16px;
}
.certified .certified-wrap .sec-title {
  position: absolute;
  top: -15px;
  /* left: 0; */
  background: #202f63;
  color: #202f63;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  color: #ffffff;
}
.certified .certified-wrap .image-wrap {
  height: 40px;
  padding: 6px;
  border-radius: 4px;
}
.certified .certified-wrap .image-wrap img {
  width: 100%;
}
.certified .certified-wrap .marquee .marquee-content {
  display: flex;
  animation: scrolling 40s linear infinite;
}

.fewapay-simplify {
  position: relative;
  overflow: hidden;
}
.fewapay-simplify::before {
  background-image: url(./../images/svg/line.svg);
  content: "";
  top: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right 10%;
  right: 0;
  z-index: -1;
}

.section-logo {
  height: 30px;
}

.tab-white .nav-tabs {
  border-bottom: 2px solid #593cb5;
}
.tab-white .nav-tabs .nav-link {
  color: #593cb5;
  border: 1px solid #DFDFDF;
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tab-white .nav-tabs .nav-link.active, .tab-white .nav-tabs .nav-link:hover {
  background: #593cb5;
  color: #ffffff;
}

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 */
  /* Slider */
}
body.dark-mode header {
  background: #2A3042;
  width: 100%;
  margin-left: auto;
  z-index: 2;
}
body.dark-mode header .navbar {
  padding: 20px 0px;
  border-bottom: 1px solid #f0f4f7;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.65);
}
body.dark-mode header .navbar-brand {
  height: 60px;
  padding: 6px;
}
body.dark-mode header .navbar-brand img {
  width: auto;
}
body.dark-mode header .navbar-nav .nav-link {
  color: #cecece;
  padding: 10px 20px !important;
}
body.dark-mode header .navbar-nav .nav-link:hover {
  color: #593cb5;
}
body.dark-mode header .navbar-nav .nav-link.active {
  color: #20354b;
  position: relative;
}
body.dark-mode header .navbar-nav .nav-link.active::before {
  position: absolute;
  content: "";
  left: 20%;
  bottom: 0;
  background: #593cb5;
  height: 2px;
  width: 60%;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  body.dark-mode header .navbar-nav .nav-link.active::before {
    height: 60%;
    width: 3px;
    left: 0;
    top: 20%;
  }
}
@media only screen and (max-width: 991px) {
  body.dark-mode header .navbar-nav {
    align-items: flex-start;
  }
}
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: #593cb5;
}
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 #f6f4fc;
}
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 #f6f4fc;
}
body.dark-mode .custom-dropdown-menu a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
}
body.dark-mode .dropdown-menu.dropdown-parent {
  box-shadow: 0px 0px 20px #e3dbff !important;
}
@media only screen and (max-width: 991px) {
  body.dark-mode .dropdown-menu.dropdown-parent {
    box-shadow: 0px 0px 0px #e3dbff !important;
  }
}
body.dark-mode .dropdown-menu.dropdown-parent .dropdown-item {
  padding: 10px 20px !important;
}
body.dark-mode .dropdown-menu.dropdown-parent .dropdown-item:hover {
  background-color: transparent;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-menu {
  display: grid;
  left: 100%;
  top: 0;
}
body.dark-mode .dropdown .dropdown-menu li:hover .dropdown-menu {
  display: block !important;
}
body.dark-mode .dropdown:hover .dropdown-menu {
  display: block;
}
body.dark-mode .dropdown:hover .dropdown-menu .dropdown-menu {
  display: none;
}
body.dark-mode .dropdown-parent {
  padding: 0px !important;
}
body.dark-mode li.nav-item.dropdown {
  display: inline-block;
}
body.dark-mode .footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222736;
  z-index: -1;
  padding-bottom: 0px !important;
}
body.dark-mode .footer .footer-bottom {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
body.dark-mode .footer .footer-bottom p {
  font-size: 16px;
}
body.dark-mode .footer .logo {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 12px;
}
body.dark-mode .footer .footer-block h3 {
  color: #16212e;
  font-size: 20px;
  margin-bottom: 16px;
}
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: 7px 0px;
  display: block;
  color: #16212e;
  font-size: 18px !important;
}
body.dark-mode .footer .footer-block .download-link a {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
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: -moz-fit-content;
  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: 8px;
  padding: 10px 14px;
  transition: all 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-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: 4px;
}
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: #593cb5;
  border-color: #593cb5;
}
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: #4a3296;
  border-color: #4a3296;
}
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: #593cb5;
  border-color: #593cb5;
}
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: #FF7A00;
  border-color: #FF7A00;
}
body.dark-mode .btn-secondary:hover {
  background-color: #d66600;
  border-color: #d66600;
}
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: #FF7A00;
}
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: #593cb5;
  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-excel {
  color: #2A3042;
  background: #1F6E43;
  border-color: #1F6E43;
}
body.dark-mode .btn-excel:hover {
  background-color: #164e30;
  border-color: #164e30;
  color: #2A3042;
}
body.dark-mode .btn-excel.btn-outline, body.dark-mode .filter-btn-wrap .btn-excel.btn, body.dark-mode .tab-button .btn-excel.btn, body.dark-mode .tab-button .btn-excel.nav-link, .filter-btn-wrap body.dark-mode .btn-excel.btn, .tab-button body.dark-mode .btn-excel.btn, .tab-button body.dark-mode .btn-excel.nav-link {
  background: #2A3042;
  color: #1F6E43;
}
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 .badge, body.dark-mode .error, body.dark-mode .btn-xs, body.dark-mode .error, body.dark-mode .badge, .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: 13.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 .item-overlap-group .item-list, body.dark-mode table, body.dark-mode .pagination .page-item .page-link, body.dark-mode .pagination, body.dark-mode .form-label span, 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 .form-label span, .form-label body.dark-mode span, 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 .item-overlap-group .item-list, .item-overlap-group body.dark-mode .item-list, 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: 15.75px;
}
body.dark-mode .font-md, body.dark-mode .newsletter-section .count-item p, body.dark-mode .user-db-card p, body.dark-mode .db-card-list 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 .dropzone .dz-message .note, 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 .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .multiselect, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, body.dark-mode .multiselect, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode input,
body.dark-mode .form-select, body.dark-mode .form-label, body.dark-mode header .navbar-nav .nav-link, header .navbar-nav body.dark-mode .nav-link, 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 .form-label, body.dark-mode .form-control, body.dark-mode .multiselect, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control,
body.dark-mode .form-select, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, 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, .dropzone .dz-message body.dark-mode .note, 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 .db-card-list p, .db-card-list body.dark-mode p, body.dark-mode .user-db-card p, .user-db-card body.dark-mode p, .newsletter-section .count-item 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: 18px;
}
body.dark-mode .font-lg, body.dark-mode .features-section .features-wrap .feature-list p, 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, .features-section .features-wrap .feature-list body.dark-mode p, body.dark-mode .social-link li a {
  font-size: 20.25px;
}
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 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: 22.5px;
}
body.dark-mode .font-xxl, body.dark-mode .user-db-card h3, body.dark-mode .db-card-list h3, body.dark-mode .db-card-list .icon i,
body.dark-mode .db-card-list .icon svg, body.dark-mode .nav-item .nav-link i,
body.dark-mode .nav-item .nav-link svg, body.dark-mode .heading-subtitle, body.dark-mode .heading-subtitle, .nav-item .nav-link body.dark-mode i,
.nav-item .nav-link body.dark-mode svg, .db-card-list .icon body.dark-mode i,
.db-card-list .icon body.dark-mode svg, body.dark-mode .db-card-list h3, .db-card-list body.dark-mode h3, body.dark-mode .user-db-card h3, .user-db-card body.dark-mode h3 {
  font-size: 27px !important;
}
body.dark-mode .font-xxxl, body.dark-mode .dropzone .dz-message, 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, body.dark-mode .dropzone .dz-message, .dropzone body.dark-mode .dz-message {
  font-size: 36px;
}
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 .badge, .dropdown .dropdown-menu body.dark-mode .dropdown-item:hover {
  font-weight: 400 !important;
}
body.dark-mode .font-medium, body.dark-mode .hero-section .title-wrap h2, body.dark-mode .user-db-card p, body.dark-mode .db-card-list 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 [data-title]:hover:before, 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 .btn, body.dark-mode .tab-button .nav-link, body.dark-mode .form-label, body.dark-mode a:hover, body.dark-mode .heading-title h4, .heading-title body.dark-mode h4, body.dark-mode .tab-button .nav-link, .tab-button body.dark-mode .nav-link, .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 .db-card-list p, .db-card-list body.dark-mode p, body.dark-mode .user-db-card p, .user-db-card body.dark-mode p, .hero-section .title-wrap body.dark-mode h2, 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: 500 !important;
}
body.dark-mode .font-bold, body.dark-mode .newsletter-section .count-item h2, body.dark-mode .features-section .features-wrap .feature-list p span, body.dark-mode .request-details p strong, body.dark-mode .db-card-list h3, body.dark-mode .notifications .notification-list.unread .time-info, body.dark-mode .title, body.dark-mode .item-overlap-group .item-list, body.dark-mode .dropzone .dz-message, body.dark-mode ul.icon-list li::before, body.dark-mode .tab-horizontal .nav-link.active, body.dark-mode .footer .footer-block h3, .footer .footer-block body.dark-mode h3, .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 .dropzone .dz-message, .dropzone body.dark-mode .dz-message, body.dark-mode .item-overlap-group .item-list, .item-overlap-group body.dark-mode .item-list, body.dark-mode .title, .notifications .notification-list.unread body.dark-mode .time-info, body.dark-mode .db-card-list h3, .db-card-list body.dark-mode h3, body.dark-mode .request-details p strong, .request-details p body.dark-mode strong, .features-section .features-wrap .feature-list p body.dark-mode span, .newsletter-section .count-item body.dark-mode h2 {
  font-weight: 600 !important;
}
body.dark-mode .font-heavy, body.dark-mode .user-db-card h3, body.dark-mode .heading-title h2 span, body.dark-mode .heading-title h2, body.dark-mode .heading-title h2, .heading-title body.dark-mode h2, body.dark-mode .heading-title h2 span, .heading-title h2 body.dark-mode span, body.dark-mode .user-db-card h3, .user-db-card body.dark-mode h3 {
  font-weight: 600 !important;
}
body.dark-mode .form-label {
  margin-bottom: 5px;
  color: #cecece;
}
body.dark-mode .form-label span {
  color: red;
}
body.dark-mode .form-control, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .multiselect, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, body.dark-mode .multiselect, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode input,
body.dark-mode .form-select {
  border-color: white;
  padding: 12px 16px;
  border-radius: 8px;
  color: #cecece;
  border: 1px solid #434343;
}
body.dark-mode .form-control.search-form, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input.search-form, body.dark-mode .search-form.multiselect, body.dark-mode .search-form.css-13cymwt-control, body.dark-mode .search-form.css-t3ipsp-control, body.dark-mode .search-form.css-13cymwt-control, body.dark-mode .search-form.css-t3ipsp-control, body.dark-mode .search-form.multiselect, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode input.search-form,
body.dark-mode .form-select.search-form {
  padding: 12px;
  padding-left: 40px;
}
body.dark-mode .form-control:focus, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input:focus, body.dark-mode .multiselect:focus, body.dark-mode .css-13cymwt-control:focus, body.dark-mode .css-t3ipsp-control:focus, body.dark-mode .css-13cymwt-control:focus, body.dark-mode .css-t3ipsp-control:focus, body.dark-mode .multiselect:focus, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode input:focus,
body.dark-mode .form-select:focus {
  border-color: #593cb5;
  box-shadow: 0px 0px 0px 0px #ffffff;
}
body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control {
  padding: 5px 5px;
}
body.dark-mode .log-filter .css-13cymwt-control, body.dark-mode .log-filter .css-t3ipsp-control {
  padding: 1px 5px;
  min-width: 160px;
}
body.dark-mode .css-1y7rh0y-MultiValueGeneric2 {
  font-size: 12px !important;
}
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 .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .icon-form-group input, body.dark-mode .icon-form-group .multiselect, body.dark-mode .icon-form-group .css-13cymwt-control, body.dark-mode .icon-form-group .css-t3ipsp-control, body.dark-mode .icon-form-group .multiselect, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode .icon-form-group input, body.dark-mode .icon-form-group .css-13cymwt-control, body.dark-mode .icon-form-group .css-t3ipsp-control,
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: #593cb5;
  border-color: #593cb5;
}
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 .form-switch .form-check-input {
  height: 20px;
  width: 36px;
  position: relative;
}
body.dark-mode .form-switch .form-check-input:checked::before {
  content: "✓";
  position: absolute;
  color: #2A3042;
  left: 5px;
  font-weight: 600;
}
body.dark-mode .file-upload .upload-area {
  color: #D1D1D1;
  text-align: center;
  padding: 20px;
  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 .react-datepicker-wrapper .react-datepicker__input-container input, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .search-form input, body.dark-mode .search-form .multiselect, body.dark-mode .search-form .css-13cymwt-control, body.dark-mode .search-form .css-t3ipsp-control, body.dark-mode .search-form .multiselect, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode .search-form input, body.dark-mode .search-form .css-13cymwt-control, body.dark-mode .search-form .css-t3ipsp-control {
  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:not(:-moz-placeholder-shown) ~ label, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .form-floating > input:not(:-moz-placeholder-shown) ~ label, body.dark-mode .form-floating > .multiselect:not(:-moz-placeholder-shown) ~ label, body.dark-mode .form-floating > .css-13cymwt-control:not(:-moz-placeholder-shown) ~ label, body.dark-mode .form-floating > .css-t3ipsp-control:not(:-moz-placeholder-shown) ~ label, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode .form-floating > input:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-16px) translateX(0.15rem);
}
body.dark-mode .form-floating > .form-control:focus ~ label, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .form-floating > input:focus ~ label, body.dark-mode .form-floating > .multiselect:focus ~ label, body.dark-mode .form-floating > .css-13cymwt-control:focus ~ label, body.dark-mode .form-floating > .css-t3ipsp-control:focus ~ label, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode .form-floating > input:focus ~ label,
body.dark-mode .form-floating > .form-control:not(:placeholder-shown) ~ label,
body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .form-floating > input:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .multiselect:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .css-13cymwt-control:not(:placeholder-shown) ~ label,
body.dark-mode .form-floating > .css-t3ipsp-control:not(:placeholder-shown) ~ label,
.react-datepicker-wrapper .react-datepicker__input-container body.dark-mode .form-floating > input: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 #593cb5;
  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: #593cb5;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
body.dark-mode [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
body.dark-mode [type=radio]:checked + label:after {
  opacity: 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: #593cb5;
  color: #2A3042 !important;
}
body.dark-mode .highlighted {
  background-color: #593cb5;
  color: #2A3042;
}
body.dark-mode .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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: #593cb5;
  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: #593cb5;
}
body.dark-mode a.simple-link {
  text-decoration: none;
  color: #cecece;
}
body.dark-mode a.simple-link:hover {
  text-decoration: none;
}
body.dark-mode .absolute-a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body.dark-mode .image-fit-contain {
  overflow: hidden;
}
body.dark-mode .image-fit-contain img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.dark-mode .image-fit-cover, body.dark-mode .item-overlap-group .item-list, body.dark-mode .item-overlap-group .item-list, .item-overlap-group body.dark-mode .item-list {
  overflow: hidden;
}
body.dark-mode .image-fit-cover img, body.dark-mode .item-overlap-group .item-list img, .item-overlap-group body.dark-mode .item-list img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.dark-mode img.fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
  border: none;
  border-radius: 8px;
  background: #2A3042;
  padding: 20px 20px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, body.dark-mode .modal .modal-content, .modal body.dark-mode .modal-content {
    padding: 6px 16px;
  }
}
body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
  padding: 15px 15px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
    padding: 9px 12px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
    padding: 7.5px 12px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .card.card-p-75, body.dark-mode .modal .card-p-75.modal-content, body.dark-mode .tab-costom .card.nav-link, body.dark-mode .tab-costom .modal .nav-link.modal-content, body.dark-mode .modal .tab-costom .nav-link.modal-content, body.dark-mode .tab-costom .card-p-75.nav-link, body.dark-mode .tab-costom .nav-link, .modal body.dark-mode .card-p-75.modal-content, .modal body.dark-mode .tab-costom .modal-content.nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link {
    padding: 4.5px 12px;
  }
}
body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
  padding: 10px 10px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
    padding: 8px 8px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
    padding: 8px 8px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .card.card-p-50, body.dark-mode .modal .card-p-50.modal-content, body.dark-mode .tab-costom .card-p-50.nav-link, .tab-costom body.dark-mode .card-p-50.nav-link, .modal body.dark-mode .card-p-50.modal-content {
    padding: 3px 8px;
  }
}
@media only screen and (max-width: 767px) {
  body.dark-mode .card, body.dark-mode .modal .modal-content, body.dark-mode .tab-costom .nav-link, body.dark-mode .tab-costom .nav-link, .tab-costom body.dark-mode .nav-link, 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, body.dark-mode .tab-costom .bordered.nav-link, body.dark-mode .tab-costom .nav-link.active, .tab-costom body.dark-mode .bordered.nav-link, .modal body.dark-mode .bordered.modal-content, .tab-costom body.dark-mode .nav-link.active {
  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 .dropdown .dropdown-menu {
  box-shadow: 0px 0px 8px #f6f4fc;
  border: none;
  padding: 0.5rem 0px !important;
  top: 100%;
}
body.dark-mode .dropdown .dropdown-menu li {
  padding: 0px;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  color: #cecece;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item:hover {
  background: #593cb515;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item svg {
  color: #cecece;
  font-size: 16px;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item:hover {
  color: #593cb5;
  font-weight: inherit;
}
body.dark-mode .dropdown .dropdown-menu .dropdown-item:hover svg {
  color: #593cb5;
}
body.dark-mode .dropdown .dropdown-menu hr {
  background: #434343;
}
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: 8px;
  font-size: 10px;
  left: -35px;
  text-transform: capitalize;
  line-height: 2;
}
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, body.dark-mode .footer, body.dark-mode .footer {
  padding: 50px 0px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode section, body.dark-mode .footer, body.dark-mode .footer {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode section, body.dark-mode .footer, body.dark-mode .footer {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode section, body.dark-mode .footer, body.dark-mode .footer {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode section, body.dark-mode .footer, body.dark-mode .footer {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode section, body.dark-mode .footer, body.dark-mode .footer {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode section, body.dark-mode .footer, body.dark-mode .footer {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode section, body.dark-mode .footer, body.dark-mode .footer {
    padding: 15px 0px;
  }
}
body.dark-mode .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
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 .text-secondary {
  color: #ff7a00;
}
body.dark-mode .heading-title p {
  font-size: 18px;
  line-height: 30px;
}
body.dark-mode .heading-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
body.dark-mode .heading-title h2 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .heading-title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  body.dark-mode .heading-title h2 {
    font-size: 35px;
  }
}
body.dark-mode .heading-title h4 {
  font-size: 26px;
  color: #593cb5;
}
body.dark-mode .heading-title h6 {
  color: #FF7A00;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .heading-subtitle {
    font-size: 18px !important;
  }
}
body.dark-mode .auth-section {
  padding: 20px 0px;
}
@media only screen and (max-width: 1200px) {
  body.dark-mode .auth-section {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 1100px) {
  body.dark-mode .auth-section {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 992px) {
  body.dark-mode .auth-section {
    padding: 16px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.dark-mode .auth-section {
    padding: 16px 0px;
  }
}
@media only screen and (max-width: 600px) {
  body.dark-mode .auth-section {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 576px) {
  body.dark-mode .auth-section {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 480px) {
  body.dark-mode .auth-section {
    padding: 6px 0px;
  }
}
body.dark-mode .no-data-found .image-wrap {
  height: 300px;
}
body.dark-mode .simplify-section {
  padding-bottom: 60px;
}
body.dark-mode .clients-section {
  padding-top: 0;
  padding-bottom: 0;
}
body.dark-mode .product-services {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
}
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: 20px;
}
body.dark-mode .sticky.bottom-0 {
  bottom: 0;
}
body.dark-mode .sticky.bottom-default {
  bottom: 20px;
}
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: #FF7A00;
  border-left: 3px solid #FF7A00;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .tab-vertical .nav-link.active {
    border-bottom: 2px solid #FF7A00;
    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: #593cb5 !important;
  border-bottom: 2px solid #593cb5 !important;
}
body.dark-mode .tab-costom .nav-pills {
  gap: 16px;
  flex-direction: column;
}
body.dark-mode .tab-costom .nav-link {
  color: #cecece;
  text-align: left;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
  background-color: #2A3042;
  border: 1px solid #2A3042;
}
body.dark-mode .tab-costom .nav-link.active {
  border-color: #593cb5;
  background: #593cb5;
  color: #2A3042;
}
body.dark-mode .tab-costom .nav-link.active h5, body.dark-mode .tab-costom .nav-link.active p {
  color: #2A3042;
}
body.dark-mode .tab-costom .nav-link.active .icon-wrap {
  background-color: #2A3042;
}
body.dark-mode .tab-costom .nav-link.active .icon-wrap {
  border: 2px solid #2A3042;
}
body.dark-mode .tab-costom .nav-link .icon-wrap {
  min-width: 70px;
  height: 70px;
  border: 1px solid #f0f4f7;
  border-radius: 100%;
  padding: 14px;
  background-color: #2A3042;
}
body.dark-mode .tab-costom .tab-image {
  width: 100%;
  margin: auto;
  height: auto;
}
@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 li {
  align-items: center;
  gap: 6px;
  padding: 5px 0px;
}
body.dark-mode ul.icon-list li {
  display: flex;
  position: relative;
  padding: 5px 0px;
  padding-left: 26px;
}
body.dark-mode ul.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  /* Adjust based on your SVG icon dimensions */
  height: 18px;
  /* Adjust based on your SVG icon dimensions */
  background-image: url("../../../assets/images/svg/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #593cb5;
}
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 ol {
  counter-reset: outer-counter;
  list-style: none;
}
body.dark-mode ol li {
  counter-increment: outer-counter;
}
body.dark-mode ol li::before {
  content: counter(outer-counter) ". ";
}
body.dark-mode ol li ol {
  list-style: none;
  counter-reset: inner-counter;
}
body.dark-mode ol li ol li {
  counter-increment: inner-counter;
}
body.dark-mode ol li ol li::before {
  content: counter(outer-counter) "." counter(inner-counter) ". ";
}
body.dark-mode ol li ol li ol {
  list-style: none;
  counter-reset: inner-inner-counter;
}
body.dark-mode ol li ol li ol li {
  counter-increment: inner-inner-counter;
}
body.dark-mode ol li ol li ol li::before {
  content: counter(outer-counter) "." counter(inner-counter) "." counter(inner-inner-counter) ". ";
}
body.dark-mode ol li ol li ol li ol {
  list-style: disc;
}
body.dark-mode ol li ol li ol li ol li:before {
  display: none;
}
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: #FF7A00;
  color: #2A3042;
  border-color: #FF7A00;
}
body.dark-mode .wizard-steps .wizard-steps-item.active .step-name, body.dark-mode .wizard-steps .wizard-steps-item.completed .step-name {
  color: #FF7A00;
}
body.dark-mode .wizard-steps .wizard-steps-item.completed::before {
  background: #FF7A00;
  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: #FF7A00;
  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: #593cb5 !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: #593cb5;
}
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: #593cb5;
}
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: auto;
  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: #593cb5;
  border-color: #593cb5;
  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 .modal-header {
  padding-left: 0;
  padding-right: 0;
}
body.dark-mode .modal .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
body.dark-mode .modal .modal-body {
  padding: 0;
}
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;
  background: #222736 !important;
}
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: #593cb5;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  padding: 0;
}
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 table .table-image {
  height: 36px;
  width: 90px;
}
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: #593cb5;
}
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: #593cb5;
  background: #fdfcfe;
}
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 .dropzone .dz-message {
  margin: 3rem 0;
}
body.dark-mode .dropzone .dz-message i, body.dark-mode .dropzone .dz-message svg {
  display: block;
  font-size: 40px;
}
body.dark-mode .evidence-file-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body.dark-mode .evidence-file-wrapper .file {
  border: 1px solid #434343;
  border-radius: 8px;
  overflow: hidden;
  height: 130px;
  width: 130px;
}
body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container {
  height: 100%;
}
body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input {
  height: 100%;
  padding: 0;
  padding-left: 16px;
  padding-right: 24px;
  background: #222736;
  position: relative;
}
body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input:focus-visible {
  border: none !important;
  outline: none;
}
body.dark-mode .item-overlap-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-left: 10px;
  counter-reset: item-counter;
}
body.dark-mode .item-overlap-group .item-list {
  counter-increment: item-counter;
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background: #593cb5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #2A3042;
  margin-left: -10px;
  border: 1px solid #2A3042;
  text-transform: uppercase;
  overflow: visible;
  transition: all 0.5s ease;
}
body.dark-mode .item-overlap-group .item-list:hover {
  transform: translateY(-4px) scale(1.02);
  cursor: pointer;
  z-index: 33;
  transition: all 0.5s ease;
}
body.dark-mode .item-overlap-group .item-list[data-title]:hover:before {
  left: -17px;
}
body.dark-mode .login-signup {
  min-height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
body.dark-mode .icon-form {
  position: relative;
}
body.dark-mode .icon-form input {
  padding-right: 50px;
}
body.dark-mode .icon-form .toggle-password {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: auto;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.dark-mode .icon-form .toggle-password:hover {
  cursor: pointer;
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: #cecece;
}
body.dark-mode p {
  color: #20354b;
  font-weight: 400;
}
body.dark-mode p {
  line-height: inherit;
}
body.dark-mode sup {
  top: -1em;
}
body.dark-mode .text-primary {
  color: #593cb5 !important;
}
body.dark-mode .text-secondary {
  color: #FF7A00 !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: #593cb5 !important;
}
body.dark-mode .bg-secondary {
  background: #FF7A00 !important;
}
body.dark-mode .bg-tertiary {
  background: #202f63 !important;
}
body.dark-mode .title {
  font-size: 24.75px;
  color: #593cb5;
}
body.dark-mode .width-fit-content {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body.dark-mode .search-filter .filter-select .form-select {
  width: 250px;
}
body.dark-mode .ck-content * {
  font-family: "Albert 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 .container-costum {
  max-width: 1360px !important;
}
body.dark-mode .marquee:hover {
  animation-play-state: paused;
}
body.dark-mode .border-left {
  border-left: 1px dashed #2A3042;
}
body.dark-mode .border-right {
  border-right: 1px dashed #2A3042;
}
body.dark-mode .border-top {
  border-top: 1px dashed #2A3042 !important;
}
body.dark-mode .border-bottom {
  border-bottom: 1px dashed #2A3042 !important;
}
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 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
body.dark-mode .sidebar .accordion-button {
  padding: 14px 20px !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 {
  padding: 0;
}
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: 90px;
  margin: 0;
  border-radius: 0;
  background: #fff;
}
body.dark-mode .sidebar-bg-primary {
  background: #593cb5;
}
body.dark-mode .sidebar-bg-primary .sidebar-logo-wrap {
  background: #593cb5;
  margin-bottom: 20px;
}
body.dark-mode .sidebar-bg-primary a {
  color: #fff;
}
body.dark-mode .sidebar-bg-primary a:hover {
  background: #f3f4f6;
  color: #593cb5;
}
body.dark-mode .sidebar-bg-primary .accordion-body ul {
  background: #5036a2;
}
body.dark-mode .sidebar-bg-primary .accordion-button {
  color: #fff;
}
body.dark-mode .sidebar-bg-primary .accordion-button:hover {
  background: #f3f4f6 !important;
  color: #593cb5;
}
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: #593cb5 !important;
}
body.dark-mode .sidebar-bg-primary .accordion-button[aria-expanded=true]::after {
  filter: none;
}
body.dark-mode .dashboard-body {
  margin-left: 272px;
  margin-top: 12px;
  margin-right: 20px;
}
body.dark-mode .sidebar-user {
  position: inherit;
  width: 100%;
}
body.dark-mode .welcome-card .card-top {
  background-color: #f6f4fc;
}
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 .light-green {
  background-color: #cde8e6;
}
body.dark-mode .light-red {
  background-color: #fbd5e7;
}
body.dark-mode .light-orange {
  background-color: #feefe1;
}
body.dark-mode .light-primaryy {
  background-color: #f3efff;
}
body.dark-mode .heading-title .text-sm {
  font-size: 30px;
}
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: #FF7A00;
  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: 8px;
  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: #593cb5;
}
body.dark-mode .notifications .notification-list.unread::before {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: 6px;
  content: "";
  background: #593cb5;
}
body.dark-mode .db-card-list {
  position: relative;
}
body.dark-mode .db-card-list .icon {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background: #593cb5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  overflow: hidden;
}
body.dark-mode .db-card-list .icon i,
body.dark-mode .db-card-list .icon svg {
  color: #2A3042;
}
body.dark-mode .db-card-list .icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 16px;
  background: #2A304220;
  left: calc(50% - 8px);
  top: 0;
  transform: skew(-30deg, 0deg);
}
body.dark-mode .db-card-list h3 {
  margin-bottom: 2px;
}
body.dark-mode .db-card-list p {
  margin-bottom: 0;
}
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 .tab-costom .nav-link .form-check, .tab-costom body.dark-mode #cbs-section .nav-link .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 .tab-costom #cbs-section .nav-link .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 .permission-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body.dark-mode .permission-list .form-check {
  flex: 1 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
}
@media only screen and (max-width: 991px) {
  body.dark-mode .permission-list .form-check {
    flex: 1 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
body.dark-mode .page-not-found {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.dark-mode .hero-section {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 8rem 0rem 6rem 0;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .hero-section {
    min-height: auto;
    height: auto;
  }
}
body.dark-mode .hero-section .title-wrap {
  width: 75%;
}
body.dark-mode .hero-section .title-wrap h2 {
  font-size: 30px;
}
body.dark-mode .hero-section .hero-image {
  max-width: 500px;
  margin: auto auto;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  body.dark-mode .hero-section .title-wrap {
    width: 100%;
  }
  body.dark-mode .hero-section .title-wrap h2 {
    font-size: 32px;
  }
}
body.dark-mode .features-section {
  position: relative;
  top: -50px;
}
body.dark-mode .features-section .features-wrap {
  padding: 0;
  background-color: #2A3042;
  box-shadow: 0px 0px 20px rgba(158, 157, 159, 0.1882352941);
  border-radius: 100px;
}
body.dark-mode .features-section .features-wrap .feature-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row;
  border-radius: 0;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.dark-mode .features-section .features-wrap .feature-list .icon-card {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: inline-flex;
  padding: 31px;
  justify-content: center;
  align-items: center;
}
body.dark-mode .features-section .features-wrap .feature-list .icon-card img {
  height: 35px;
  width: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.dark-mode .features-section .features-wrap .feature-list p {
  margin-bottom: 0;
}
body.dark-mode .features-section .features-wrap .row > div:not(:last-child) > .feature-list {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  body.dark-mode .features-section .features-wrap .row > div:not(:last-child) > .feature-list {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  body.dark-mode .features-section .features-wrap .row > div:not(:last-child) > .feature-list {
    border-right: none;
    border-bottom: 1px solid #222736;
  }
}
body.dark-mode .simplify-section {
  background-color: rgba(255, 255, 255, 0.9450980392);
  position: relative;
  overflow: hidden;
}
body.dark-mode .simplify-section::before {
  background-image: url(./../images/payment-app.png);
  content: "";
  top: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 53%;
  background-repeat: no-repeat;
  background-position: right 10%;
  right: -13%;
  z-index: 0;
}
body.dark-mode .simplify-section .simplify-card {
  box-shadow: 0px 0px 40px rgba(227, 219, 255, 0.1725490196);
  border-radius: 15px;
  height: 100%;
  justify-content: space-between;
  background-color: #f0f4f7;
}
body.dark-mode .simplify-section .simplify-card .btn, body.dark-mode .simplify-section .simplify-card .tab-button .nav-link, .tab-button body.dark-mode .simplify-section .simplify-card .nav-link, body.dark-mode .tab-button .simplify-section .simplify-card .nav-link {
  font-weight: 600 !important;
  margin: 0;
  border: 1px solid none !important;
  font-size: 14px;
  text-align: center;
  color: #cecece;
  transition: 0.5s ease-in-out;
  background-color: transparent !important;
}
body.dark-mode .simplify-section .simplify-card .btn:hover, body.dark-mode .simplify-section .simplify-card .tab-button .nav-link:hover, .tab-button body.dark-mode .simplify-section .simplify-card .nav-link:hover, body.dark-mode .tab-button .simplify-section .simplify-card .nav-link:hover {
  color: #593cb5;
  transition: 0.5s ease-in-out;
}
body.dark-mode .simplify-section .simplify-card .btn:hover svg, body.dark-mode .simplify-section .simplify-card .tab-button .nav-link:hover svg, .tab-button body.dark-mode .simplify-section .simplify-card .nav-link:hover svg, body.dark-mode .tab-button .simplify-section .simplify-card .nav-link:hover svg {
  position: relative;
  left: 10px;
}
body.dark-mode .simplify-section .simplify-card .conent {
  padding-top: 10px;
  margin-top: 10px !important;
}
body.dark-mode .simplify-section .simplify-card .logo {
  height: 32px;
  margin-right: auto;
  border: none;
  padding: 7px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}
body.dark-mode .simplify-section .image-fit-cover img, body.dark-mode .simplify-section .item-overlap-group .item-list img, .item-overlap-group body.dark-mode .simplify-section .item-list img, body.dark-mode .item-overlap-group .simplify-section .item-list img {
  -o-object-fit: cover;
     object-fit: cover;
}
body.dark-mode .simplify-section .simplify-item-wrap {
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .simplify-section .simplify-item-wrap {
    position: initial;
    margin-top: 24px;
    box-shadow: none;
  }
}
body.dark-mode .clients-section {
  padding: 20px 0;
}
body.dark-mode .clients-section .clients-wrap .client-list,
body.dark-mode .clients-section .clients-wrap2 .client-list {
  padding: 0 10px;
}
body.dark-mode .clients-section .clients-wrap .client-list img,
body.dark-mode .clients-section .clients-wrap2 .client-list img {
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: color-burn;
}
body.dark-mode .product-services .nav-link {
  background-color: #2A3042;
  box-shadow: 0px 0px 40px rgba(227, 219, 255, 0.2823529412);
  border: none;
}
body.dark-mode .product-services .card.wrap, body.dark-mode .product-services .tab-costom .wrap.nav-link, .tab-costom body.dark-mode .product-services .wrap.nav-link, body.dark-mode .product-services .modal .wrap.modal-content, .modal body.dark-mode .product-services .wrap.modal-content, body.dark-mode .tab-costom .product-services .wrap.nav-link, body.dark-mode .modal .product-services .wrap.modal-content,
body.dark-mode .product-services .tab-image {
  border-radius: 24px !important;
  background-color: #222736;
}
@media only screen and (max-width: 991px) {
  body.dark-mode .product-services .card.wrap, body.dark-mode .product-services .tab-costom .wrap.nav-link, .tab-costom body.dark-mode .product-services .wrap.nav-link, body.dark-mode .product-services .modal .wrap.modal-content, .modal body.dark-mode .product-services .wrap.modal-content, body.dark-mode .tab-costom .product-services .wrap.nav-link, body.dark-mode .modal .product-services .wrap.modal-content,
  body.dark-mode .product-services .tab-image {
    background-color: transparent;
    padding: 0;
  }
  body.dark-mode .product-services .card.wrap .nav-pills, body.dark-mode .product-services .tab-costom .wrap.nav-link .nav-pills, .tab-costom body.dark-mode .product-services .wrap.nav-link .nav-pills, body.dark-mode .product-services .modal .wrap.modal-content .nav-pills, .modal body.dark-mode .product-services .wrap.modal-content .nav-pills, body.dark-mode .tab-costom .product-services .wrap.nav-link .nav-pills, body.dark-mode .modal .product-services .wrap.modal-content .nav-pills,
  body.dark-mode .product-services .tab-image .nav-pills {
    gap: 16px;
  }
  body.dark-mode .product-services .card.wrap .nav-pills .nav-link, body.dark-mode .product-services .tab-costom .wrap.nav-link .nav-pills .nav-link, .tab-costom body.dark-mode .product-services .wrap.nav-link .nav-pills .nav-link, body.dark-mode .product-services .modal .wrap.modal-content .nav-pills .nav-link, .modal body.dark-mode .product-services .wrap.modal-content .nav-pills .nav-link, body.dark-mode .tab-costom .product-services .wrap.nav-link .nav-pills .nav-link, body.dark-mode .modal .product-services .wrap.modal-content .nav-pills .nav-link,
  body.dark-mode .product-services .tab-image .nav-pills .nav-link {
    border: 1px solid #C6D4EB;
  }
  body.dark-mode .product-services .card.wrap .nav-pills .nav-link.active, body.dark-mode .product-services .tab-costom .wrap.nav-link .nav-pills .nav-link.active, .tab-costom body.dark-mode .product-services .wrap.nav-link .nav-pills .nav-link.active, body.dark-mode .product-services .modal .wrap.modal-content .nav-pills .nav-link.active, .modal body.dark-mode .product-services .wrap.modal-content .nav-pills .nav-link.active, body.dark-mode .tab-costom .product-services .wrap.nav-link .nav-pills .nav-link.active, body.dark-mode .modal .product-services .wrap.modal-content .nav-pills .nav-link.active,
  body.dark-mode .product-services .tab-image .nav-pills .nav-link.active {
    border-color: #593cb5;
  }
}
body.dark-mode .product-services .tab-image {
  height: 88%;
  width: 100%;
  margin-top: 40px;
  margin-right: 0;
  position: relative;
}
body.dark-mode .product-services .tab-image:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 250px;
  background-color: #f4f8ff;
  top: -100px;
  right: -70px;
  z-index: 9999;
  display: inline-block;
  border-radius: 20px;
}
body.dark-mode .product-services .tab-image:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 250px;
  background-color: #f4f8ff;
  bottom: -100px;
  left: -70px;
  z-index: 9999;
  display: inline-block;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .product-services .tab-image {
    margin-right: 0px;
  }
}
body.dark-mode .product-services .tab-costom .nav-pills {
  gap: 0;
}
body.dark-mode .navbar-toggler-icon {
  background-image: url(./../images/eclipse.svg) !important;
  width: 2.5em;
  height: 2.5em;
}
body.dark-mode .navbar-toggler {
  padding: 0;
}
@media (max-width: 768px) {
  body.dark-mode .hero-section.inner-page {
    min-height: 50vh !important;
  }
  body.dark-mode #terminal-lifecycle-tab + .tab-content .feature-content-image img {
    height: 310px !important;
    margin-top: 15px !important;
  }
  body.dark-mode header .navbar-brand img {
    width: 100px;
  }
  body.dark-mode .footer .logo {
    margin: auto;
  }
  body.dark-mode .footer .footer-block h3 {
    scale: 0.9;
    text-align: center;
  }
  body.dark-mode .footer .footer-block a {
    scale: 0.9;
    text-align: center;
  }
  body.dark-mode header .navbar {
    padding: 10px 0 !important;
  }
  body.dark-mode .terminal-manual .heading-block h2 span {
    font-size: 25px !important;
  }
  body.dark-mode .mb-sm-4 {
    margin-bottom: 10px;
  }
  body.dark-mode .features-section .features-wrap .feature-list .icon-card {
    height: 30px;
    width: 30px;
    padding: 20px;
  }
  body.dark-mode .features-section .features-wrap .feature-list .icon-card img {
    height: 25px;
    width: 25px;
  }
  body.dark-mode .text-muted.small.fw-normal .bg {
    display: none !important;
  }
  body.dark-mode .newsletter-section .count-item p.small {
    font-size: 80% !important;
  }
  body.dark-mode .newsletter-section .count-item {
    height: auto !important;
  }
  body.dark-mode .terminal-manual .heading-block,
  body.dark-mode .terminal-manual1 .heading-block,
  body.dark-mode .terminal-manual2 .heading-block {
    top: 8.5% !important;
  }
  body.dark-mode .sticky-terminal-wrapper,
  body.dark-mode .sticky-terminal-wrapper1,
  body.dark-mode .sticky-terminal-wrapper2 {
    position: absolute;
    top: 0%;
    left: 22%;
    transition: 0.5s linear;
  }
  body.dark-mode .sticky-terminal-wrapper.fixed-position,
  body.dark-mode .sticky-terminal-wrapper1.fixed-position,
  body.dark-mode .sticky-terminal-wrapper2.fixed-position {
    position: fixed;
    top: 0%;
    left: 22%;
    transition: 0.5s linear;
  }
  body.dark-mode .sticky-terminal-wrapper .card, body.dark-mode .sticky-terminal-wrapper .tab-costom .nav-link, .tab-costom body.dark-mode .sticky-terminal-wrapper .nav-link, body.dark-mode .sticky-terminal-wrapper .modal .modal-content, .modal body.dark-mode .sticky-terminal-wrapper .modal-content, body.dark-mode .tab-costom .sticky-terminal-wrapper .nav-link, body.dark-mode .modal .sticky-terminal-wrapper .modal-content,
  body.dark-mode .sticky-terminal-wrapper1 .card,
  body.dark-mode .sticky-terminal-wrapper1 .tab-costom .nav-link,
  .tab-costom body.dark-mode .sticky-terminal-wrapper1 .nav-link,
  body.dark-mode .sticky-terminal-wrapper1 .modal .modal-content,
  .modal body.dark-mode .sticky-terminal-wrapper1 .modal-content,
  body.dark-mode .tab-costom .sticky-terminal-wrapper1 .nav-link,
  body.dark-mode .modal .sticky-terminal-wrapper1 .modal-content,
  body.dark-mode .sticky-terminal-wrapper2 .card,
  body.dark-mode .sticky-terminal-wrapper2 .tab-costom .nav-link,
  .tab-costom body.dark-mode .sticky-terminal-wrapper2 .nav-link,
  body.dark-mode .sticky-terminal-wrapper2 .modal .modal-content,
  .modal body.dark-mode .sticky-terminal-wrapper2 .modal-content,
  body.dark-mode .tab-costom .sticky-terminal-wrapper2 .nav-link,
  body.dark-mode .modal .sticky-terminal-wrapper2 .modal-content {
    background-color: transparent;
  }
  body.dark-mode .sticky-terminal-wrapper .card-depth,
  body.dark-mode .sticky-terminal-wrapper1 .card-depth,
  body.dark-mode .sticky-terminal-wrapper2 .card-depth {
    text-align: center;
    margin-left: 30%;
  }
  body.dark-mode .sticky-terminal-wrapper .card-depth img,
  body.dark-mode .sticky-terminal-wrapper1 .card-depth img,
  body.dark-mode .sticky-terminal-wrapper2 .card-depth img {
    height: 300px !important;
  }
  body.dark-mode .bg-sm-white {
    background-color: #2A3042;
    z-index: 9;
  }
  body.dark-mode .consulting-service #section4 {
    padding: 0;
  }
  body.dark-mode .consulting-service .offering-wrap .marquee-item {
    flex: 0 0 27vw !important;
  }
  body.dark-mode .consulting-service .offering.bg-white, body.dark-mode .consulting-service .form-floating > label.offering {
    padding-top: 0 !important;
  }
  body.dark-mode .consulting-service .offering.bg-white + section, body.dark-mode .consulting-service .form-floating > label.offering + section, body.dark-mode .consulting-service .offering.bg-white + .footer, body.dark-mode .consulting-service .form-floating > label.offering + .footer {
    padding: 0 !important;
  }
  body.dark-mode .consulting-service #consulting-tab {
    margin-bottom: 0;
  }
  body.dark-mode .consulting-service #consulting-tab li {
    width: 100%;
    margin-bottom: 15px;
  }
  body.dark-mode .consulting-service #consulting-tab li button.nav-link {
    width: 100%;
    background-color: #f0f4f7 !important;
  }
  body.dark-mode .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  body.dark-mode .mt-sm-5 {
    margin-top: 2.5rem;
  }
  body.dark-mode .portal-image {
    margin-top: 15px;
  }
  body.dark-mode .w-sm-100 {
    width: 100% !important;
  }
  body.dark-mode .feature-content {
    padding: 20px !important;
  }
  body.dark-mode .feature-content ul li:nth-child(1) {
    margin-top: 0;
  }
  body.dark-mode .terminal-lifecycle .feature-content-image img {
    margin-top: 10px !important;
  }
  body.dark-mode .terminal-lifecycle #terminal-lifecycle-tab {
    margin-bottom: 0 !important;
  }
  body.dark-mode .terminal-lifecycle #terminal-lifecycle-tab li {
    width: 100%;
  }
  body.dark-mode .terminal-lifecycle #terminal-lifecycle-tab li button {
    width: 100%;
    margin-bottom: 15px;
  }
  body.dark-mode .nav-link {
    font-size: 14px !important;
  }
  body.dark-mode .newsletter-section .heading-title h2 {
    text-align: left !important;
  }
  body.dark-mode .navbar-toggler {
    border: none;
  }
  body.dark-mode .dropdown {
    width: 100%;
  }
  body.dark-mode .dropdown .dropdown-menu {
    box-shadow: none;
  }
  body.dark-mode .dropdown .nav-link {
    justify-content: flex-start;
  }
  body.dark-mode .heading-block h2 span,
  body.dark-mode .heading-title span.d-block.mt-1.fw-bolder.text-dark {
    margin: 5px 0 !important;
  }
  body.dark-mode .banner-t {
    letter-spacing: -1px !important;
  }
  body.dark-mode body {
    letter-spacing: inherit !important;
  }
  body.dark-mode .scroll-intro-grey {
    margin-bottom: 15px;
  }
  body.dark-mode #video-bg {
    height: auto !important;
  }
  body.dark-mode .terminal-head {
    padding: 10px !important;
  }
  body.dark-mode .newsletter-section .count-item h2 {
    font-size: 25px !important;
  }
  body.dark-mode .download-qr a {
    font-size: 14px !important;
  }
  body.dark-mode .fs-5,
  body.dark-mode .fs-4,
  body.dark-mode p,
  body.dark-mode .badge-span-orange,
  body.dark-mode .footer .footer-block a,
  body.dark-mode header .navbar-nav .nav-link {
    letter-spacing: normal !important;
    font-size: 1.1rem !important;
  }
  body.dark-mode .terminal-wrapper .card, body.dark-mode .terminal-wrapper .tab-costom .nav-link, .tab-costom body.dark-mode .terminal-wrapper .nav-link, body.dark-mode .terminal-wrapper .modal .modal-content, .modal body.dark-mode .terminal-wrapper .modal-content, body.dark-mode .tab-costom .terminal-wrapper .nav-link, body.dark-mode .modal .terminal-wrapper .modal-content {
    margin-bottom: 15px !important;
  }
  body.dark-mode .badge-span-orange {
    font-size: 14px !important;
  }
  body.dark-mode .badge-span-orange .bg {
    display: none;
  }
  body.dark-mode .badge-span-orange span {
    display: none !important;
  }
  body.dark-mode .scrollmagic-pin-spacer {
    display: none !important;
  }
  body.dark-mode .disable-slide-sm #js-wrapper,
  body.dark-mode .disable-slide-sm #second-js-wrapper {
    height: auto !important;
  }
  body.dark-mode .disable-slide-sm #js-wrapper .sections,
  body.dark-mode .disable-slide-sm #second-js-wrapper .sections {
    display: flex;
    flex-direction: column;
  }
  body.dark-mode .disable-slide-sm #js-wrapper .sections .section,
  body.dark-mode .disable-slide-sm #second-js-wrapper .sections .section {
    padding: 0;
    width: 15.8% !important;
  }
  body.dark-mode .disable-slide-sm #js-wrapper .sections .section .section__title,
  body.dark-mode .disable-slide-sm #second-js-wrapper .sections .section .section__title {
    padding-top: 0 !important;
    font-size: 30px;
    line-height: 40px;
  }
  body.dark-mode .disable-slide-sm #js-wrapper .scroll-intro,
  body.dark-mode .disable-slide-sm #second-js-wrapper .scroll-intro {
    height: auto !important;
  }
}
body.dark-mode .newsletter-section-home {
  margin-top: -116px;
}
body.dark-mode .newsletter-section-home .count-item {
  border: none !important;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .newsletter-section-home .count-item {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 575px) {
  body.dark-mode .newsletter-section-home .count-item {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  body.dark-mode .counter-section {
    padding: 0px 20px;
  }
  body.dark-mode .counter-section .border-bottom,
  body.dark-mode .counter-section .border-top,
  body.dark-mode .counter-section .border-left,
  body.dark-mode .counter-section .border-right {
    border: none !important;
  }
}
body.dark-mode .newsletter-section {
  border-top-left-radius: 700px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .newsletter-section {
    border-top-left-radius: 0px;
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  body.dark-mode .newsletter-section .heading-title h2 {
    text-align: center;
    width: 100%;
    color: #20354b;
  }
}
body.dark-mode .newsletter-section .pos-img {
  max-width: 250px;
}
body.dark-mode .newsletter-section .download-qr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 160px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .newsletter-section .download-qr {
    padding-left: 32px;
    width: 100%;
    text-align: center;
  }
}
body.dark-mode .newsletter-section .download-qr .qr-wrap {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  border: 3px solid #2A3042;
  padding: 12px;
  background: #20354b;
  top: 0;
  left: 0;
  margin-top: -28px;
}
body.dark-mode .newsletter-section .download-qr .qr-wrap img {
  transform: scale(1.3);
}
@media only screen and (max-width: 767px) {
  body.dark-mode .newsletter-section .count-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.dark-mode .newsletter-section .count-item {
  padding: 20px;
  height: 115px;
  border: 1px solid #434343;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.dark-mode .newsletter-section .count-item h2 {
  font-size: 40px;
  color: #2A3042;
  margin-bottom: 0;
  margin-bottom: 12px;
}
body.dark-mode .newsletter-section .count-item p.small {
  font-size: 90%;
}
body.dark-mode .newsletter-section .request-form {
  position: relative;
}
body.dark-mode .newsletter-section .request-form .form-control, body.dark-mode .newsletter-section .request-form .css-13cymwt-control, body.dark-mode .newsletter-section .request-form .css-t3ipsp-control, body.dark-mode .newsletter-section .request-form .multiselect, body.dark-mode .newsletter-section .request-form .react-datepicker-wrapper .react-datepicker__input-container input, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode .newsletter-section .request-form input, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container .newsletter-section .request-form input {
  padding: 24px;
}
body.dark-mode .newsletter-section .request-form .btn, body.dark-mode .newsletter-section .request-form .tab-button .nav-link, .tab-button body.dark-mode .newsletter-section .request-form .nav-link, body.dark-mode .tab-button .newsletter-section .request-form .nav-link {
  position: absolute;
  padding: 16px;
  right: 8px;
  top: 8px;
}
body.dark-mode .newsletter-section .newsletter-image-wrap {
  position: absolute;
  right: 24px !important;
  bottom: 0;
}
body.dark-mode .world-map, body.dark-mode .section-image {
  height: 500px;
  border-radius: 20px;
}
body.dark-mode .contact-redirect {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .contact-redirect {
    border-radius: 20px;
  }
}
@media (min-width: 1400px) {
  body.dark-mode .container {
    max-width: 1220px;
  }
}
body.dark-mode .clients-section .marquee {
  padding: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 10px solid #2A3042;
  overflow: hidden;
}
body.dark-mode .clients-section .marquee .marquee-content {
  display: flex;
  animation: scrolling 40s linear infinite;
}
body.dark-mode .clients-section .marquee .marquee-item {
  flex: 0 0 12vw;
  margin: 0 0.5vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}
body.dark-mode .clients-section .marquee .marquee-item img {
  display: block;
  width: 100%;
  /*   padding: 0 20px; */
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-416vw);
  }
}
body.dark-mode .multiple-items {
  /* Slider item */
}
body.dark-mode .multiple-items__item {
  align-self: flex-end;
  position: relative;
  flex: 0 0 33.3328vw;
  padding: 4.1666vw;
  background-color: #222650;
  border-radius: 10px;
  margin-right: 4vw;
}
body.dark-mode .multiple-items__item:nth-of-type(even) {
  position: relative;
  top: 150px;
}
body.dark-mode .btn-detail {
  font-size: 15px;
  border: 1px solid #593cb5;
  color: #593cb5;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}
body.dark-mode .btn-detail:hover {
  background-color: #593cb5;
  color: #2A3042;
}
body.dark-mode #video-bg {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: auto;
  width: 100%;
  height: 450px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
body.dark-mode .clients-section {
  background-color: #2A3042;
}
body.dark-mode .clients-section-wrap {
  border: 2px solid #202f63;
  border-radius: 10px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  padding: 50px 50px;
  padding-bottom: 12px;
  background: #2A3042;
  z-index: 33;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .clients-section-wrap {
    padding: 20px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
body.dark-mode .accomplishment-wrap {
  padding-top: 175px;
  padding-bottom: 65px;
  border-bottom-left-radius: 130px;
  border-bottom-right-radius: 130px;
}
@media only screen and (max-width: 767px) {
  body.dark-mode .accomplishment-wrap {
    padding-top: 65px;
    padding-bottom: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
body.dark-mode .payment-terminal-section {
  background-color: #222736;
}
body.dark-mode .p-and-s .fp-slidesContainer {
  display: flex !important;
  gap: 5vw;
  align-items: center;
}
body.dark-mode .p-and-s .fp-slidesContainer .fp-slide {
  min-height: 350px;
  width: 450px !important;
}
body.dark-mode .p-and-s .fp-slidesContainer .fp-slide:nth-of-type(even) {
  background-color: #0b0f33;
}
body.dark-mode .p-and-s .fp-slidesContainer .fp-slide:nth-of-type(odd) {
  background-color: #161b44;
}
body.dark-mode .section.our-terminals::before {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "Cutting-Edge" !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 100px;
  font-weight: 600;
  color: #593cb5;
  position: absolute;
  top: -50px;
  left: 10vw;
  text-transform: uppercase;
}
body.dark-mode .section.our-terminals::after {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "PAYMENT TERMINALS" !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
  color: #20354b;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  left: 10vw;
}
body.dark-mode .section.our-service,
body.dark-mode .section.our-terminals {
  background-color: #2A3042;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.dark-mode .section.our-service .fp-slides,
body.dark-mode .section.our-terminals .fp-slides {
  padding-left: 60vw;
  min-height: 100vh;
}
body.dark-mode .section.our-service .fp-slides .fp-slidesContainer,
body.dark-mode .section.our-terminals .fp-slides .fp-slidesContainer {
  background-color: #2A3042;
}
body.dark-mode .section.our-service .fp-tableCell,
body.dark-mode .section.our-service .fp-table,
body.dark-mode .section.our-terminals .fp-tableCell,
body.dark-mode .section.our-terminals .fp-table {
  height: auto !important;
  border-radius: 20px;
}
body.dark-mode .section.our-service::before,
body.dark-mode .section.our-terminals::before {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "OUR SERVICE";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 100px;
  font-weight: 600;
  color: #593cb5;
  position: absolute;
  top: -50px;
  left: 10vw;
}
body.dark-mode .section.our-service::after,
body.dark-mode .section.our-terminals::after {
  font-family: "Anton", sans-serif;
  height: 100%;
  width: 100%;
  content: "AND OFFERING";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 80px;
  font-weight: 600;
  color: #20354b;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  left: 10vw;
}
body.dark-mode .section.our-service .intro,
body.dark-mode .section.our-terminals .intro {
  height: 350px;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
body.dark-mode .section.our-service .intro .intro-img,
body.dark-mode .section.our-terminals .intro .intro-img {
  height: 80px;
  width: 80px;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 15px;
}
body.dark-mode .section.our-service .intro .intro-img img,
body.dark-mode .section.our-terminals .intro .intro-img img {
  height: 50px;
  width: 50px;
}
body.dark-mode .section.our-service .intro p,
body.dark-mode .section.our-terminals .intro p {
  color: #2A3042;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 15px;
}
body.dark-mode .section.our-service .intro .heading-title h2,
body.dark-mode .section.our-terminals .intro .heading-title h2 {
  color: #2A3042 !important;
}
body.dark-mode .section.our-service .intro .heading-title h2 span,
body.dark-mode .section.our-terminals .intro .heading-title h2 span {
  font-family: Oswald;
  text-transform: uppercase;
}
body.dark-mode .fp-tableCell,
body.dark-mode .fp-table {
  display: block !important;
  /* Override the default display */
  height: auto !important;
}
body.dark-mode .terminal-js {
  width: 100%;
}
body.dark-mode .terminal-js .fp-slidesContainer {
  gap: initial !important;
}
body.dark-mode .terminal-js .fp-slidesContainer .fp-slide:nth-of-type(odd), body.dark-mode .terminal-js .fp-slidesContainer .fp-slide:nth-of-type(even) {
  background-color: transparent;
}
body.dark-mode .terminal-js .fp-slidesContainer .intro {
  height: 600px !important;
}
body.dark-mode .terminal-js .fp-slidesContainer .intro-img {
  height: 400px !important;
  width: auto !important;
  background: transparent !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-bottom: 15px;
}
body.dark-mode .terminal-js .fp-slidesContainer .intro-img img {
  height: 100% !important;
  width: 100% !important;
}
body.dark-mode .service-js .card-depth img {
  height: 200px;
  width: 100%;
}
body.dark-mode .service-js .card-contents .heading-atitle h2 {
  font-size: 25px;
  font-weight: 600;
}
body.dark-mode .service-js .card-contents .heading-atitle p {
  font-size: 18px;
  margin-top: 1rem;
  line-height: 30px;
}
body.dark-mode .service-js .card-contents .card-depth .card-depth-img {
  height: 100px;
  width: 100px;
  background-color: #2A3042;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.dark-mode .service-js .card-contents .card-depth .card-depth-img img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.dark-mode .sticky.t-200 {
  position: sticky;
  top: 200px;
}
body.dark-mode .heading-block h2 {
  font-size: 28px;
  font-weight: 500;
  left: 0;
}
body.dark-mode .heading-block h2 span {
  font-size: 35px;
  margin-top: 4px;
  display: block;
  font-weight: 600;
  letter-spacing: -1px;
}
body.dark-mode #js-wrapper.wrapper .section {
  width: 19%;
}
body.dark-mode #second-js-wrapper.wrapper .scroll-intro-grey {
  background-image: none !important;
  padding: 0 !important;
}
body.dark-mode #second-js-wrapper.wrapper .scroll-intro-grey .card, body.dark-mode #second-js-wrapper.wrapper .scroll-intro-grey .tab-costom .nav-link, .tab-costom body.dark-mode #second-js-wrapper.wrapper .scroll-intro-grey .nav-link, body.dark-mode #second-js-wrapper.wrapper .scroll-intro-grey .modal .modal-content, .modal body.dark-mode #second-js-wrapper.wrapper .scroll-intro-grey .modal-content, body.dark-mode .tab-costom #second-js-wrapper.wrapper .scroll-intro-grey .nav-link, body.dark-mode .modal #second-js-wrapper.wrapper .scroll-intro-grey .modal-content {
  background-image: linear-gradient(to top left, #f2f4ff, #f2f4ff);
  border-radius: 15px;
}
body.dark-mode #js-wrapper.wrapper,
body.dark-mode #second-js-wrapper.wrapper {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  perspective: 1000px;
  /* Applying the background colors manually */
}
body.dark-mode #js-wrapper.wrapper .section,
body.dark-mode #second-js-wrapper.wrapper .section {
  height: 100%;
  width: 19%;
  float: left;
  position: relative;
  margin: 10px;
  padding: 0px;
  justify-content: center;
  display: flex;
  align-items: center;
}
body.dark-mode #js-wrapper.wrapper .section .section__title__img,
body.dark-mode #second-js-wrapper.wrapper .section .section__title__img {
  height: 100px;
  width: 100px;
  background-color: transparent;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
body.dark-mode #js-wrapper.wrapper .section .section__title__img img,
body.dark-mode #second-js-wrapper.wrapper .section .section__title__img img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
body.dark-mode #js-wrapper.wrapper .section p,
body.dark-mode #second-js-wrapper.wrapper .section p {
  font-size: 18px;
  margin-top: 1rem;
  line-height: 30px;
}
body.dark-mode #js-wrapper.wrapper .section .scroll-intro,
body.dark-mode #second-js-wrapper.wrapper .section .scroll-intro {
  background-color: #593cb5;
  padding: 35px;
  height: 450px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.dark-mode #js-wrapper.wrapper .section .scroll-intro-grey,
body.dark-mode #second-js-wrapper.wrapper .section .scroll-intro-grey {
  background-image: linear-gradient(to top left, #f2f4ff, #f2f4ff);
  padding: 35px;
  height: 450px;
  border-radius: 15px;
}
body.dark-mode #js-wrapper.wrapper .section .section__title,
body.dark-mode #second-js-wrapper.wrapper .section .section__title {
  font-size: 40px;
  color: #2A3042;
  line-height: 52px;
  font-weight: bold;
}
body.dark-mode #js-wrapper.wrapper .sections,
body.dark-mode #second-js-wrapper.wrapper .sections {
  width: 200%;
  /* 5 panels * 100% each */
  height: 100%;
}
body.dark-mode #js-wrapper.wrapper .section__title,
body.dark-mode #js-wrapper.wrapper ._second_section__title,
body.dark-mode #second-js-wrapper.wrapper .section__title,
body.dark-mode #second-js-wrapper.wrapper ._second_section__title {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: bold;
}
body.dark-mode #js-wrapper.wrapper .section__title .section_title,
body.dark-mode #js-wrapper.wrapper ._second_section__title .section_title,
body.dark-mode #second-js-wrapper.wrapper .section__title .section_title,
body.dark-mode #second-js-wrapper.wrapper ._second_section__title .section_title {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: bold;
}
body.dark-mode #second-js-wrapper.wrapper .section {
  padding: 0;
  background-image: none !important;
  width: 19%;
}
body.dark-mode .second_section__title .section_title {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  font-weight: bold;
}
body.dark-mode .terminal-wrapper .cards-wrapper {
  margin-top: 50px;
}
body.dark-mode .terminal-wrapper .card-container {
  perspective: 1200px;
}
body.dark-mode .terminal-wrapper .card, body.dark-mode .terminal-wrapper .tab-costom .nav-link, .tab-costom body.dark-mode .terminal-wrapper .nav-link, body.dark-mode .terminal-wrapper .modal .modal-content, .modal body.dark-mode .terminal-wrapper .modal-content, body.dark-mode .tab-costom .terminal-wrapper .nav-link, body.dark-mode .modal .terminal-wrapper .modal-content {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  transition: all 1s ease;
  transform-style: preserve-3d;
  background-color: transparent;
  min-height: 500px;
}
body.dark-mode .terminal-wrapper .rotated,
body.dark-mode .terminal-wrapper .rotatedzealand,
body.dark-mode .terminal-wrapper .smallrotated,
body.dark-mode .terminal-wrapper .smallrotatedzealand {
  transform: rotateY(-180deg);
}
body.dark-mode .terminal-wrapper .rotatedLinux,
body.dark-mode .terminal-wrapper .smallrotatedLinux {
  transform: rotateY(-180deg);
}
body.dark-mode .terminal-wrapper .card-contents {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  margin-top: -20px;
  left: 0;
  backface-visibility: hidden;
  background-color: #f0f4f7;
}
body.dark-mode .terminal-wrapper .card-contents h2 {
  font-size: 3em;
  margin: 0 auto;
}
body.dark-mode .terminal-wrapper .card-contents hr {
  width: 50%;
  margin: 20px auto;
}
body.dark-mode .terminal-wrapper .card-contents p {
  margin: 0 auto;
}
body.dark-mode .terminal-wrapper .card-depth {
  transform: translateZ(100px) scale(0.98);
  perspective: inherit;
  font-size: 14px;
  font-weight: 400;
}
body.dark-mode .terminal-wrapper .card-depth label {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 100%;
  text-align: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
body.dark-mode .terminal-wrapper .card-depth label svg {
  height: 15px;
  width: 15px;
  color: #444;
}
body.dark-mode .terminal-wrapper .card-depth span {
  font-size: 1.05rem;
}
body.dark-mode .terminal-wrapper .card-depth img {
  height: 350px;
  width: auto;
}
body.dark-mode .terminal-wrapper .card-front {
  transform-style: preserve-3d;
}
body.dark-mode .terminal-wrapper .card-back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
body.dark-mode .section__title h2 {
  font-size: 25px;
}
body.dark-mode .banner-t {
  font-size: 45px;
  line-height: initial;
  font-weight: 600;
  letter-spacing: -2px;
}
@media (max-width: 678px) {
  body.dark-mode .banner-t {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .features-section .features-wrap {
    border-radius: 10px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .heading-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .heading-block h2 span {
    font-size: 30px;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper .section,
  body.dark-mode #second-js-wrapper.wrapper .section {
    width: 30%;
    border-radius: 20px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .sticky.t-200 {
    position: relative;
    top: 0 !important;
  }
}
@media (max-width: 678px) {
  body.dark-mode .simplify-section::before {
    display: none;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper .sections,
  body.dark-mode #second-js-wrapper.wrapper .sections {
    display: flex;
  }
}
@media (max-width: 678px) {
  body.dark-mode .second_section__title .section_title,
  body.dark-mode #js-wrapper.wrapper .section:nth-child(1) .section__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .clients-section .marquee .marquee-item {
    flex: 0 0 32vw;
  }
}
@media (max-width: 678px) {
  body.dark-mode .simplify-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .heading-block h2,
  body.dark-mode .heading-block h2 span {
    font-family: "Albert Sans", sans-serif;
    text-transform: capitalize;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper .section,
  body.dark-mode #second-js-wrapper.wrapper .section {
    padding: 20px;
    width: 17%;
  }
}
@media (max-width: 678px) {
  body.dark-mode #second-js-wrapper.wrapper .section {
    padding: 0px;
    width: 15% !important;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper .section p,
  body.dark-mode #second-js-wrapper.wrapper .section p {
    font-size: 16px;
    margin-top: 0.5rem;
    line-height: 25px;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper {
    height: 400px;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper .section__title {
    padding-top: 20px !important;
  }
}
@media (max-width: 678px) {
  body.dark-mode .terminal-wrapper .card-back .card-depth {
    padding-top: 0 10px !important;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper .sections,
  body.dark-mode #second-js-wrapper.wrapper .sections {
    width: 600%;
  }
}
@media (max-width: 678px) {
  body.dark-mode .card.feature-list, body.dark-mode .tab-costom .feature-list.nav-link, .tab-costom body.dark-mode .feature-list.nav-link, body.dark-mode .modal .feature-list.modal-content, .modal body.dark-mode .feature-list.modal-content {
    justify-content: flex-start !important;
  }
}
@media (max-width: 678px) {
  body.dark-mode #js-wrapper.wrapper .section .scroll-intro-grey,
  body.dark-mode #second-js-wrapper.wrapper .section .scroll-intro-grey,
  body.dark-mode #js-wrapper.wrapper .section .scroll-intro,
  body.dark-mode #second-js-wrapper.wrapper .section .scroll-intro {
    height: 375px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .terminal-wrapper .card-depth img {
    height: 250px;
  }
}
@media (max-width: 678px) {
  body.dark-mode #second-js-wrapper.wrapper .section .section__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .simplify-section .simplify-card .logo {
    height: 40px;
  }
}
@media (max-width: 678px) {
  body.dark-mode .terminal-wrapper .card-depth label {
    display: none;
  }
}
@media (max-width: 678px) {
  body.dark-mode .hero-section .title-wrap {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
body.dark-mode .scrollmagic {
  padding: 0 !important;
}
body.dark-mode .text-dark {
  color: #cecece !important;
}
body.dark-mode .bg-dark {
  background-color: #cecece !important;
}
body.dark-mode .offering,
body.dark-mode .financial-operations {
  padding: 50px 0;
  padding-bottom: 20px;
}
body.dark-mode .offering .section__title__img,
body.dark-mode .financial-operations .section__title__img {
  height: 130px;
  width: auto;
  border-radius: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body.dark-mode .offering .section__title__img img,
body.dark-mode .financial-operations .section__title__img img {
  height: 50%;
}
body.dark-mode .offering .section__title__img .section__title,
body.dark-mode .financial-operations .section__title__img .section__title {
  padding-top: 0 !important;
}
body.dark-mode .offering .section__title__img .section,
body.dark-mode .financial-operations .section__title__img .section {
  padding: 0 !important;
}
body.dark-mode .offering.bg-primary,
body.dark-mode .financial-operations.bg-primary {
  border-radius: 100px;
}
body.dark-mode .financial-operations .bg-image {
  border-radius: 30px;
  overflow: hidden;
  padding: 100px 70px;
}
@media only screen and (max-width: 991px) {
  body.dark-mode .financial-operations .bg-image {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.dark-mode .financial-operations .bg-image {
    padding: 20px 20px;
  }
}
body.dark-mode .offering-carousel .slick-slide {
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0px;
  height: 480px;
  filter: blur(10);
  opacity: 0;
}
body.dark-mode .offering-carousel .slick-slide.slick-active {
  filter: blur(0);
  opacity: 1;
}
body.dark-mode .offering-carousel .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.dark-mode .bg-lp {
  background-color: #20354b;
  border-radius: 60px;
}
body.dark-mode .terminal-head {
  background-color: #2A3042;
  padding: 50px;
  border-radius: 20px;
}
body.dark-mode .badge-span {
  border-radius: 50px;
  color: #593cb5;
  border: 1px solid #2A3042;
  font-size: 20px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  background-color: transparent;
}
body.dark-mode .badge-span-orange {
  border-radius: 50px;
  color: #593cb5 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
}
body.dark-mode .badge-span-orange .bg {
  height: 30px;
  width: 30px;
  background: #f3efff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 100%;
  font-size: 25px;
}
body.dark-mode .slick-dots li button:before {
  font-size: 30px !important;
  display: none;
}
body.dark-mode .text-dark.badge-span-orange {
  color: #20354b !important;
  font-weight: 600 !important;
}
body.dark-mode .hero-section.inner-page {
  padding: 8rem 0rem 2rem 0 !important;
  min-height: 70vh !important;
}
body.dark-mode .sample-page .heading-title h2 {
  font-size: 30px;
}
body.dark-mode .sample-page .heading-block h2 span {
  font-size: 35px;
}
body.dark-mode .sample-page .simplify-section::before {
  background-image: url("./../images/hero-image.png") !important;
  background-size: 43%;
  right: -8%;
}
body.dark-mode .terminal-lifecycle .nav-tabs {
  border-bottom: 2px solid #2A3042;
  gap: 16px;
  width: auto;
  margin: auto;
  padding: 0px 16px !important;
}
body.dark-mode .terminal-lifecycle .nav-tabs .nav-item {
  padding: 0px !important;
}
body.dark-mode .terminal-lifecycle .nav-tabs .nav-link {
  padding: 15px;
  color: #2A3042;
  font-weight: 600;
  border-radius: 7px;
}
body.dark-mode .terminal-lifecycle .nav-tabs .nav-link img {
  filter: brightness(0) invert(1);
}
body.dark-mode .terminal-lifecycle .nav-tabs .nav-link.active, body.dark-mode .terminal-lifecycle .nav-tabs .nav-link:hover {
  color: #2A3042;
  opacity: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.dark-mode .terminal-lifecycle .nav-tabs .nav-link.active {
  color: #593cb5;
}
body.dark-mode .terminal-lifecycle .nav-tabs .nav-link.active img {
  filter: none;
}
body.dark-mode .feature-content {
  background-color: #5235ae;
  border-radius: 20px;
  padding: 45px;
}
body.dark-mode .feature-content ul li {
  margin: 25px 0;
}
body.dark-mode .feature-content ul li svg {
  flex: 16px 0 0;
  margin-top: 6px;
}
body.dark-mode .feature-content ul li strong {
  display: block;
}
body.dark-mode .feature-content-image img {
  height: 600px;
}
body.dark-mode .portal-image img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 58px rgba(46, 26, 102, 0.3098039216);
}
body.dark-mode .dropdown-toggle::after {
  display: none;
}
body.dark-mode .scroll-intro-grey.hd-specs {
  display: flex;
  border-radius: 10px;
  padding: 32px 20px;
  gap: 16px;
  justify-content: space-between;
  height: 100%;
  background-color: #f0f4f7;
}
body.dark-mode .text-left {
  text-align: left;
}
body.dark-mode .offering-wrap .marquee-item {
  flex: 0 0 7vw !important;
  margin: 0 0.5vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}
body.dark-mode .btn-outline-primary {
  color: #593cb5;
  background-color: transparent;
  border-color: #593cb5;
}
body.dark-mode .btn-outline-primary:hover {
  background-color: #593cb5 !important;
  color: #2A3042;
  border-color: #593cb5;
}
body.dark-mode .scroll-intro-grey a.btn-outline, body.dark-mode .scroll-intro-grey .filter-btn-wrap a.btn, .filter-btn-wrap body.dark-mode .scroll-intro-grey a.btn, body.dark-mode .scroll-intro-grey .tab-button a.btn, .tab-button body.dark-mode .scroll-intro-grey a.btn, body.dark-mode .scroll-intro-grey .tab-button a.nav-link, .tab-button body.dark-mode .scroll-intro-grey a.nav-link, body.dark-mode .tab-button .scroll-intro-grey a.btn, body.dark-mode .tab-button .scroll-intro-grey a.nav-link, body.dark-mode .filter-btn-wrap .scroll-intro-grey a.btn {
  font-weight: 400 !important;
  margin: 0;
  border: 1px solid none !important;
  font-size: 14px;
  text-align: center;
  color: #16212e;
  transition: 0.5s ease-in-out;
  background-color: transparent;
  border-radius: 6px;
  padding: 8px 12px;
}
body.dark-mode .scroll-intro-grey a.btn-outline:hover, body.dark-mode .scroll-intro-grey .filter-btn-wrap a.btn:hover, .filter-btn-wrap body.dark-mode .scroll-intro-grey a.btn:hover, body.dark-mode .scroll-intro-grey .tab-button a.btn:hover, .tab-button body.dark-mode .scroll-intro-grey a.btn:hover, body.dark-mode .scroll-intro-grey .tab-button a.nav-link:hover, .tab-button body.dark-mode .scroll-intro-grey a.nav-link:hover, body.dark-mode .tab-button .scroll-intro-grey a.btn:hover, body.dark-mode .tab-button .scroll-intro-grey a.nav-link:hover, body.dark-mode .filter-btn-wrap .scroll-intro-grey a.btn:hover {
  color: #593cb5;
}
body.dark-mode .ter-detail-img {
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
body.dark-mode .ter-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.dark-mode .terminal-description ul li {
  margin: 15px auto;
}
body.dark-mode .terminal-manual,
body.dark-mode .terminal-manual1,
body.dark-mode .terminal-manual2 {
  position: relative;
}
body.dark-mode .terminal-manual .text-muted,
body.dark-mode .terminal-manual1 .text-muted,
body.dark-mode .terminal-manual2 .text-muted {
  font-size: 80%;
}
body.dark-mode .terminal-manual ul li,
body.dark-mode .terminal-manual1 ul li,
body.dark-mode .terminal-manual2 ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 10px;
}
body.dark-mode .terminal-manual ul li svg,
body.dark-mode .terminal-manual1 ul li svg,
body.dark-mode .terminal-manual2 ul li svg {
  margin-right: 15px;
  color: #593cb5;
  position: absolute;
  left: -23px;
  top: 4px;
}
body.dark-mode .terminal-manual .heading-block,
body.dark-mode .terminal-manual1 .heading-block,
body.dark-mode .terminal-manual2 .heading-block {
  z-index: 9;
  position: sticky;
  top: 13.5%;
  background: #f0f4f7;
  padding: 15px;
}
body.dark-mode .sticky-terminal-wrapper,
body.dark-mode .sticky-terminal-wrapper1,
body.dark-mode .sticky-terminal-wrapper2 {
  position: absolute;
  top: 5%;
  transition: 0.5s linear;
}
body.dark-mode .sticky-terminal-wrapper.fixed-position,
body.dark-mode .sticky-terminal-wrapper1.fixed-position,
body.dark-mode .sticky-terminal-wrapper2.fixed-position {
  position: fixed;
  top: 10%;
  transition: 0.5s linear;
}
body.dark-mode .sticky-terminal-wrapper .card, body.dark-mode .sticky-terminal-wrapper .tab-costom .nav-link, .tab-costom body.dark-mode .sticky-terminal-wrapper .nav-link, body.dark-mode .sticky-terminal-wrapper .modal .modal-content, .modal body.dark-mode .sticky-terminal-wrapper .modal-content, body.dark-mode .tab-costom .sticky-terminal-wrapper .nav-link, body.dark-mode .modal .sticky-terminal-wrapper .modal-content,
body.dark-mode .sticky-terminal-wrapper1 .card,
body.dark-mode .sticky-terminal-wrapper1 .tab-costom .nav-link,
.tab-costom body.dark-mode .sticky-terminal-wrapper1 .nav-link,
body.dark-mode .sticky-terminal-wrapper1 .modal .modal-content,
.modal body.dark-mode .sticky-terminal-wrapper1 .modal-content,
body.dark-mode .tab-costom .sticky-terminal-wrapper1 .nav-link,
body.dark-mode .modal .sticky-terminal-wrapper1 .modal-content,
body.dark-mode .sticky-terminal-wrapper2 .card,
body.dark-mode .sticky-terminal-wrapper2 .tab-costom .nav-link,
.tab-costom body.dark-mode .sticky-terminal-wrapper2 .nav-link,
body.dark-mode .sticky-terminal-wrapper2 .modal .modal-content,
.modal body.dark-mode .sticky-terminal-wrapper2 .modal-content,
body.dark-mode .tab-costom .sticky-terminal-wrapper2 .nav-link,
body.dark-mode .modal .sticky-terminal-wrapper2 .modal-content {
  background-color: transparent;
}
body.dark-mode .sticky-terminal-wrapper .card-depth,
body.dark-mode .sticky-terminal-wrapper1 .card-depth,
body.dark-mode .sticky-terminal-wrapper2 .card-depth {
  text-align: center;
  margin-left: 30%;
}
body.dark-mode .sticky-terminal-wrapper .card-depth img,
body.dark-mode .sticky-terminal-wrapper1 .card-depth img,
body.dark-mode .sticky-terminal-wrapper2 .card-depth img {
  height: 550px;
}
body.dark-mode .text-muted.small.fw-normal {
  font-size: 80%;
  font-weight: 500;
}
body.dark-mode .text-muted.small.fw-normal .bg {
  background: #f3efff;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 100%;
  color: #593cb5;
}
body.dark-mode .payment-app img {
  -o-object-position: left;
     object-position: left;
}
body.dark-mode .terminal-availability .terminal-availability-wrap {
  border-radius: 20px;
  padding: 40px 24px;
  background-image: linear-gradient(145deg, #FFFFFF, #F1EFFD);
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid #593cb5;
}
body.dark-mode .terminal-availability .terminal-availability-wrap:hover {
  border: 3px solid #593cb5;
  cursor: pointer;
}
body.dark-mode .terminal-availability .terminal-availability-wrap .image-wrap {
  height: 170px;
}
body.dark-mode .certified .certified-wrap {
  border: 1px solid #202f63;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}
body.dark-mode .certified .certified-wrap .certified-content {
  flex-wrap: wrap;
  gap: 16px;
}
body.dark-mode .certified .certified-wrap .sec-title {
  position: absolute;
  top: -15px;
  /* left: 0; */
  background: #202f63;
  color: #202f63;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  color: #2A3042;
}
body.dark-mode .certified .certified-wrap .image-wrap {
  height: 40px;
  padding: 6px;
  border-radius: 4px;
}
body.dark-mode .certified .certified-wrap .image-wrap img {
  width: 100%;
}
body.dark-mode .certified .certified-wrap .marquee .marquee-content {
  display: flex;
  animation: scrolling 40s linear infinite;
}
body.dark-mode .fewapay-simplify {
  position: relative;
  overflow: hidden;
}
body.dark-mode .fewapay-simplify::before {
  background-image: url(./../images/svg/line.svg);
  content: "";
  top: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right 10%;
  right: 0;
  z-index: -1;
}
body.dark-mode .section-logo {
  height: 30px;
}
body.dark-mode .tab-white .nav-tabs {
  border-bottom: 2px solid #593cb5;
}
body.dark-mode .tab-white .nav-tabs .nav-link {
  color: #593cb5;
  border: 1px solid #434343;
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.dark-mode .tab-white .nav-tabs .nav-link.active, body.dark-mode .tab-white .nav-tabs .nav-link:hover {
  background: #593cb5;
  color: #2A3042;
}
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 .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, body.dark-mode .multiselect, body.dark-mode .react-datepicker-wrapper .react-datepicker__input-container input, .react-datepicker-wrapper .react-datepicker__input-container body.dark-mode input, body.dark-mode .css-13cymwt-control, body.dark-mode .css-t3ipsp-control, 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: #593cb5 !important;
}
body.dark-mode .welcome-card .bg-transparent p {
  color: #000 !important;
}
body.dark-mode .card.bordered, body.dark-mode .tab-costom .bordered.nav-link, .tab-costom body.dark-mode .bordered.nav-link, body.dark-mode .modal .bordered.modal-content, .modal body.dark-mode .bordered.modal-content, body.dark-mode .tab-costom .nav-link.active, .tab-costom body.dark-mode .nav-link.active {
  border-color: #222736;
}

/*----------------------------------------*/
/*  Responsive Css
/*----------------------------------------*/
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1920px;
  }
}
@media only screen and (max-width: 991px) {
  .responsive-lg-none {
    display: none;
  }
  .responsive-lg-block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .heading-block br {
    display: none;
  }
  .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;
  }
  .ensuring {
    display: none;
  }
  .hero-button-wrap {
    flex-direction: column;
  }
  .hero-button-wrap .btn, .hero-button-wrap .tab-button .nav-link, .tab-button .hero-button-wrap .nav-link, .hero-button-wrap body.dark-mode .tab-button .nav-link, body.dark-mode .tab-button .hero-button-wrap .nav-link {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */