@font-face {
  font-family: "Open Sans";
  src: url("../css/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../css/fonts/OpenSans-Regular-webfont.ttf") format("ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../css/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../css/fonts/OpenSans-Bold-webfont.ttf") format("ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../css/fonts/OpenSans-Light-webfont.woff") format("woff"), url("../css/fonts/OpenSans-Light-webfont.ttf") format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../css/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../css/fonts/OpenSans-Semibold-webfont.ttf") format("ttf");
  font-weight: 600;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary:#28AE74;
  --bs-secondary:#125C3B;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #dcdcdc;
  --bs-link-hover-color: #28AE74;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --size-square: 2vmin;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #28AE74 !important;
}

body {
  overflow-x: hidden;
  background-color: #F3F7FB;
  font-family: "Open Sans Pro", helvetica, arial, sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #606060;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.66em;
}

p {
  color: #606060;
  line-height: 1.5em;
  margin-bottom: 0.7em;
}

a {
  text-decoration: none;
}

label {
  color: #606060;
}

.text-primary {
  color: #28AE74 !important;
}

.input-group .btn {
  z-index: 1;
}

.accordion-button:not(.collapsed) {
  color: #121313;
  background-color: #d3e5f5;
}

.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease;
}
.animate-menu-push.animate-menu-push-right {
  left: 0px;
}
.animate-menu-push.animate-menu-push-left {
  left: -200px;
}

.animate-menu {
  position: fixed;
  top: 0;
  width: 18em;
  height: 100%;
  transition: all 0.3s ease;
}

.animate-menu-left {
  left: 0px;
}
.animate-menu-left.animate-menu-close {
  left: -18em;
}

.animate-menu-right {
  right: -200px;
}
.animate-menu-right.animate-menu-close {
  right: 0;
}

.btn-base {
  background-color: #FCB542;
  color: #110F0B;
  border-radius: 30px 0 30px 0;
  border: none;
  padding: 16px 32px;
  font-size: 0.88em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  transition: all 0.15s ease-in;
}
.btn-base:hover {
  background-color: #28AE74;
  color: #ffffff;
  border-radius: 0 30px 0 30px;
}
.btn-base__dark {
  background-color: #dcdcdc;
  color: #606060;
}
.btn-base__dark:hover {
  background-color: #606060;
  color: #dcdcdc;
}
.btn-base__outline {
  border: 1px solid #FCB542;
  background: transparent;
  color: #FCB542;
}
.btn-base:disabled, .btn-base[disabled] {
  background-color: #efefef;
  color: #ccc;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #2A73B9;
  width: 18em;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: 3px;
  scrollbar-color: red;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
  border-left: 3px solid transparent;
  color: white;
}
.sidebar-menu > li > a > .fa {
  width: 20px;
}
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
  color: #fff;
  background: #286eb1;
  border-left-color: #3c8dbc;
}
.sidebar-menu > li.is-active > a {
  color: #fff;
  background: #225e98;
  border-left-color: #3c8dbc;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.sidebar-header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #6ba6de;
  background: #2669a8;
}
.sidebar-menu li > a > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
  transition: all 0.3s ease-in;
}
.sidebar-menu li.active > a > .fa-angle-right {
  transform: rotate(90deg);
}
.sidebar-menu li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu li.is-active > a > .fa-angle-right {
  transform: rotate(90deg);
}
.sidebar-menu li.is-active > .sidebar-submenu {
  display: block;
}
.sidebar-menu a {
  color: white;
  text-decoration: none;
}
.sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin: 0 1px;
  background: #2f80ce;
}
.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 20px;
}
.sidebar-menu .sidebar-submenu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  color: #d3e5f5;
}
.sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu .sidebar-submenu > li.active > a,
.sidebar-menu .sidebar-submenu > li > a:hover {
  color: #fff;
  background-color: #28AE74;
}
.sidebar-menu .sidebar-submenu > li.is-active > a {
  color: #fff;
  background-color: #28AE74;
}
.sidebar-menu::-webkit-scrollbar {
  width: 3px;
}
.sidebar-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.sidebar-menu .b-logo {
  padding: 1em;
  width: 7em;
}

.sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #2A73B9;
}
.sidebar-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu-rtl > li > a {
  padding: 12px 15px 12px 5px;
  display: block;
  border-left: 3px solid transparent;
  color: white;
}
.sidebar-menu-rtl > li > a > .fa {
  width: 20px;
}
.sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
  color: #fff;
  background: #286eb1;
  border-left-color: #3c8dbc;
}
.sidebar-menu-rtl > li.is-active > a {
  color: #fff;
  background: #225e98;
  border-left-color: #3c8dbc;
}
.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu-rtl li.sidebar-header {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
  color: #6ba6de;
  background: #2669a8;
}
.sidebar-menu-rtl li > a > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
  transition: all 0.3s ease-in;
}
.sidebar-menu-rtl li.active > a > .fa-angle-right {
  transform: rotate(90deg);
}
.sidebar-menu-rtl li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu-rtl li.is-active > a > .fa-angle-right {
  transform: rotate(90deg);
}
.sidebar-menu-rtl li.is-active > .sidebar-submenu {
  display: block;
}
.sidebar-menu-rtl a {
  color: white;
  text-decoration: none;
}
.sidebar-menu-rtl .sidebar-submenu {
  display: none;
  list-style: none;
  padding-right: 0px;
  margin: 0 1px;
  background: #2f80ce;
}
.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
  padding-right: 20px;
}
.sidebar-menu-rtl .sidebar-submenu > li > a {
  padding: 5px 15px 5px 5px;
  display: block;
  font-size: 14px;
  color: #d3e5f5;
}
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu-rtl .sidebar-submenu > li.active > a,
.sidebar-menu-rtl .sidebar-submenu > li > a:hover {
  color: #fff;
  background-color: #28AE74;
}
.sidebar-menu-rtl .sidebar-submenu > li.is-active > a {
  color: #fff;
  background-color: #28AE74;
}

header {
  transition: all 0.3s ease;
  width: calc(100% - 18em);
  max-height: 60px;
  background: #fff;
  box-shadow: 0px 8px 16px -8px aliceblue;
  border-bottom: 1px solid #F3F7FB;
  position: fixed;
  top: 0;
  left: 18em;
  z-index: 2;
}
header.animate-menu-push-right {
  left: 0em;
  width: 100%;
}
header .toggle-btn {
  flex-grow: 1;
}
header .toggle-btn .btn {
  border: 0;
  color: #9f9f9f;
}
header .toggle-btn .btn:hover, header .toggle-btn .btn:active {
  border: none;
  color: #28AE74;
}
header nav {
  flex-grow: 3;
}
header nav a {
  color: #9f9f9f;
}
header nav > div {
  margin: 0 0.5em;
}

:root {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='$primary-color'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.loader {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}

.loader::before,
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
}

/**
	loader --7
**/
.loader.--7::before,
.loader.--7::after {
  width: var(--size-square);
  height: var(--size-square);
}

.loader.--7::before {
  top: calc(50% - var(--size-square));
  left: calc(50% - var(--size-square));
  -webkit-animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
          animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
  background-color: #28AE74;
}

.loader.--7::after {
  top: 50%;
  left: 50%;
  -webkit-animation: loader-7 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
          animation: loader-7 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
  background-color: #125C3B;
}

@-webkit-keyframes loader-6 {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%) translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
}

@keyframes loader-6 {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%) translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes loader-7 {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
@keyframes loader-7 {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.88);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .loader.--7::before,
.preloader .loader.--7::after {
  width: calc(var(--size-square) + 3vmin);
  height: calc(var(--size-square) + 3vmin);
}
.preloader .loader.--7::before {
  top: calc(50% - (var(--size-square) + 3vmin));
  left: calc(50% - (var(--size-square) + 3vmin));
}

#countdownPanel {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fbfbfb;
  border-radius: 4px;
}
#countdownPanel span {
  margin-right: 0.5em;
  font-size: 0.88em;
}
#countdownPanel #loadingPanel {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#countdownPanel #timer {
  color: #F13E38;
  font-size: 1em;
}

.alert .close {
  background-color: #FCB542;
  border: none;
  padding: 0.2em 0.5em;
  margin-right: 0.3em;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.login {
  background-image: url(../images/heidi-fin-2TLREZi7BUg-unsplash.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.login_logo {
  flex-grow: 2;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.login_logo h1 {
  font-size: 3.5em;
  color: #121212;
}
.login_logo__img img {
  max-width: 80px;
}
.login_wrapper {
  flex-grow: 1;
  display: flex;
  background-color: #2A73B9;
}
.login.forget::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  inset: auto;
  z-index: -1;
}
.login .forget-password {
  max-width: 600px;
}

#content {
  transition: all 0.3s ease;
  position: relative;
  width: calc(100% - 18em);
  left: 18em;
  padding: 88px 32px 24px 32px;
}
#content.animate-menu-push-right {
  left: 0em;
  width: 100%;
}

.quick-view {
  border-radius: 8px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 20%;
}

.card-body {
  padding: 1.5em;
}
.card-body > .feather {
  width: 60px;
  height: auto;
}
.card-body__info div:first-child {
  flex-grow: 2;
}
.card-body__info div:first-child h5 {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}
.card-body__info div:first-child h2 {
  font-size: 2em;
  font-weight: 600;
}
.card-body__info a {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
  border-left-width: 0;
}

table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right {
  background-color: #2A73B9;
}

.dataTables_paginate .pagination {
  padding-top: 2em;
}
.dataTables_paginate .pagination > li {
  margin: 0 4px;
}
.dataTables_paginate .pagination .paginate_button a {
  border: none;
  color: var(--bs-gray-500);
}
.dataTables_paginate .pagination .paginate_button a:hover {
  color: #110F0B;
  background: #FCB542;
}
.dataTables_paginate .pagination .active a {
  background: #28AE74;
  color: #ffffff;
}
.dataTables_paginate .pagination .active a:hover {
  background: #28AE74;
  color: #ffffff;
}
.dataTables_wrapper thead {
  background-color: #2A73B9;
  color: #ffffff;
}
.dataTables_card-table img {
  max-width: 80px;
}

table.dataTable th, table.dataTable td {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  #content, header {
    width: 100%;
    left: 0em;
  }
  #content {
    padding: 80px 8px 16px 8px;
  }
  #content.animate-menu-push-right, header.animate-menu-push-right {
    left: 18em;
  }
  .animate-menu {
    z-index: 99;
  }
  .animate-menu-left {
    left: -18em;
  }
  .animate-menu-left.animate-menu-close {
    left: 0em;
  }
  .animate-menu-close ~ #content {
    position: fixed;
  }
  .login h1 {
    font-size: 2em;
  }
  .btn-base {
    padding: 16px 24px;
  }
}/*# sourceMappingURL=main.css.map */