@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
body {
  display: inherit;
}

/* Pastel colors */
.logo__icon {
  width: 36px;
  height: 36px;
  fill: #5783db;
  fill: #0D3ECC;
}
.logo__text {
  font-size: 20px;
  font-weight: bold;
  padding: 0 8px;
  color: #6c757d;
}

.card-logo__icon {
  width: 34px;
  height: 34px;
  fill: rgba(87, 131, 219, 0.54);
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

.header {
  display: flex;
  align-items: center;
  min-height: 54px;
}

body {
  padding-top: 57px;
  background: #f5f7fa;
  background: #f4f5f8;
  background: #f5f7f9;
  background: #F3F4F6;
  padding-bottom: 70px;
}

@media (min-width: 1200px) {
  body.admin {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}
.container {
  max-width: 1260px;
  max-width: 1140px;
  color: inherit;
}

.nav-shadow {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1215686275);
}

.footer__phone-numer {
  color: #333333;
  word-wrap: break-word;
  font-size: 1.25rem;
  font-weight: bolder;
  letter-spacing: 0;
  font-variant-ligatures: no-contextual;
}

.footer__phone-icon {
  color: #6c757d;
}

.footer__link {
  padding: 0.2rem 0.4rem;
  font-size: 0.85rem;
  color: #333333;
}

.pay-loan__wrap {
  /* box-shadow: 0 3px 14px #0000001f;*/
}

.get-loan__wrap {
  /* box-shadow: 0 3px 14px #0000001f;*/
}

.banner__wrap {
  background: #d6ecff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1215686275);
}

.footer__wrap {
  background: transparent;
}

.banner__promo-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-top: 0;
}

.banner__promo-bg-svg {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner__text_wrap {
  visibility: visible;
}

.text-black-40 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.4) !important;
}

.step__num {
  font-size: 2.5rem;
  font-weight: bolder;
  color: #c8dafc;
  color: #6c757d;
  color: #a6dbcc;
  color: #eeeff0;
}

.step__icon-wrap {
  color: #5783db !important;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.step__icon {
  width: 40px !important;
  height: 40px !important;
}

/* Range Slider */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-webkit-slider-thumb {
  background-color: #0d6efd;
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
}

.form-range::-moz-range-thumb {
  background-color: #0d6efd;
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  background-color: #dee2e6;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.icon__social > svg {
  color: #6c757d;
}

.link-social {
  color: #6c757d;
}

.link-social > svg {
  width: 16px;
  height: 16px;
}

.nav__logo {
  width: 36px;
  height: 36px;
  fill: #5783db;
}

.shadow-my {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1215686275);
}

:root {
  --Icon-color: #444444;
  --Icon-grey: #6b6c6b;
}

.ci {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: inherit;
}
.ci-sm {
  width: 16px;
  height: 16px;
}
.ci-md {
  width: 20px;
  height: 20px;
}
.ci-lg {
  width: 28px;
  height: 28px;
}
.ci-xl {
  width: 32px;
  height: 32px;
}
.ci-xxl {
  width: 36px;
  height: 36px;
}
.ci-xxxl {
  width: 40px;
  height: 40px;
}

.carousel-item {
  transition: transform 0.5s ease-in-out;
}

.bg-brand {
  background: #5282FF;
}

.carousel-inner {
  max-height: 360px;
}

.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: auto;
  left: 5%;
  color: #fff;
  text-align: center;
  top: 10%;
  transform: translateY(-10%);
}

.carousel-bg-img, .carousel-item {
  height: 200px;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.5s;
}

@media (min-width: 576px) {
  .carousel-bg-img, .carousel-item {
    height: 200px;
  }
  .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .carousel-bg-img, .carousel-item {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .carousel-bg-img, .carousel-item {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .carousel-bg-img, .carousel-item {
    height: 270px;
  }
}
@media (min-width: 1400px) {
  .carousel-bg-img, .carousel-item {
    height: 270px;
  }
}
.service-card {
  background: #ffffff;
  position: relative;
}
.service-card-body {
  padding: 0;
}
.service-card-img {
  position: absolute;
  top: 0;
  /* left: 0; */
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  /* min-width: 100%; */
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.postcard {
  flex: 1 1 0px;
  box-sizing: border-box;
}

.postcard-body {
  background: #fff;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

.postcard-img-wrap {
  position: absolute;
  height: 100%;
  width: 360px;
  right: 0px;
  top: 0px;
}

.postcard-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.postcard-content {
  z-index: 1;
}

@media (min-width: 1200px) {
  .postcard-img-wrap {
    position: absolute;
  }
}
.card {
  border: none;
  box-shadow: 0 0.25rem 1.125rem rgba(0, 0, 0, 0.09);
  width: 100%;
}
.card.block {
  border-radius: 0;
}
.card-header {
  min-height: 50px;
}

.card {
  --bs-card-border-radius: 0.5rem;
  --bs-card-inner-border-radius: calc(0.75rem - 1px);
  border-radius: var(--bs-card-border-radius);
}

.card-sm {
  max-width: 25rem;
}
.card-md {
  max-width: 33.75rem;
}
.card-lg {
  max-width: 45rem;
}
.card-xl {
  max-width: 56.25rem;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
  max-width: 17.5rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3rem + var(--bs-border-width) * 2);
  line-height: 1.25;
}

.form-floating > label {
  padding: 0.75rem 0.75rem;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  inset: 0.75rem 0.375rem;
  background-color: transparent;
}

.form-floating > .form-select {
  padding-top: 1.325rem;
  padding-bottom: 0.425rem;
}

.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-select--clean- {
  background-position: 14px 7px;
  background-size: 16px 12px;
  padding-right: 10px;
  text-align: end;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 14px;
  --bs-accordion-btn-padding-y: 16px;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%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");
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1.25rem;
  --bs-accordion-active-color: none;
  --bs-accordion-active-bg: none;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #eff6ff;
}

.accordion-button-report:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
}

.input-converter {
  display: flex;
  position: relative;
}

.input-converter__input {
  border: 1px solid #e8ecef;
  border-radius: 5px;
  min-height: 50px;
  position: relative;
  padding-left: 54px;
  padding-right: 64px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  font-size: 20px;
  font-family: "lato black", sans-serif;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.input-converter__before-text {
  position: absolute;
  left: 15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9299a2;
  font-size: 18px;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
}

.input-converter__img {
  display: block;
  width: 24px;
  height: 24px;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.input-converter__close {
  position: absolute;
  right: 40px;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  line-height: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #333e50;
  pointer-events: none;
}

.input-converter__close:hover {
  color: #55a3ed;
}

.input-converter__input:focus {
  border-color: #55a3ed;
}

.input-converter__input:focus ~ .input-converter__before-text {
  color: #55a3ed;
}

.input-converter__input:not(.input-converter__input--empty).focus ~ .input-converter__close {
  pointer-events: auto;
}

.input-converter__input:not(.input-converter__input--empty):focus ~ .input-converter__close {
  opacity: 1;
  cursor: pointer;
}

.input-converter.input-converter--no-flag .input-converter__input {
  padding-right: 33px;
}

.input-converter.input-converter--no-flag .input-converter__close {
  right: 15px;
}

.callout {
  padding: 0.5rem 0.5rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.callout-info {
  border-left-color: #5bc0de;
}
.callout-warning {
  border-left-color: #f0ad4e;
}
.callout-danger {
  border-left-color: #d9534f;
}

.sideMenu__item {
  display: flex;
  align-items: center;
  border: 0;
}
.sideMenu__item.active {
  background: #F8F9FA;
  color: #35579B;
  color: #0D3ECC;
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.avatar__img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
}
.avatar__img::after {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.avatar__status {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  border-radius: 9999px;
  border: 1px solid #ffffff;
}
.avatar.online .avatar__status {
  background: rgb(0, 168, 132);
}
.avatar.offline .avatar__status {
  background: rgb(254, 59, 48);
}
.avatar .avatar__status {
  width: 0.625rem;
  height: 0.625rem;
}
.avatar--xs .avatar__img {
  width: 1.75rem;
  height: 1.75rem;
}
.avatar--xs .avatar__status {
  width: 0.375rem;
  height: 0.375rem;
}
.avatar--sm .avatar__img {
  width: 2.25rem;
  height: 2.25rem;
}
.avatar--sm .avatar__status {
  width: 0.5625rem;
  height: 0.5625rem;
}
.avatar--2sm .avatar__img {
  width: 2rem;
  height: 2rem;
}
.avatar--2sm .avatar__status {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar--lg .avatar__img {
  width: 3rem;
  height: 3rem;
}
.avatar--lg .avatar__status {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar--xl .avatar__img {
  width: 3.5rem;
  height: 3.5rem;
}
.avatar--xl .avatar__status {
  width: 0.875rem;
  height: 0.875rem;
}
.avatar--2xl .avatar__img {
  width: 4rem;
  height: 4rem;
}
.avatar--2xl .avatar__status {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 1200px) {
  .sidebar {
    position: relative;
    visibility: visible;
    transform: none !important;
    max-width: 17.5rem;
    height: 100%;
  }
}
.sidebar__menu {
  height: calc(100vh - 56px);
  overflow-x: hidden;
  overflow-y: auto;
}

.widget-title {
  opacity: 0.6;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.875rem;
}
.widget-count {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.widget-icon {
  opacity: 0.3;
  color: #0066ff;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}

.client-badge {
  display: flex;
  align-items: center;
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  /* --bs-badge-font-size: 0.75em; */
  /* --bs-badge-font-weight: 700; */
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  font-weight: 500;
}

.badge-bg-primary {
  color: #fff !important;
  background-color: rgba(13, 110, 253, 0.4) !important;
}
.badge-bg-secondary {
  color: #333 !important;
  background-color: rgba(173, 181, 189, 0.4) !important;
}
.badge-bg-success {
  color: #333 !important;
  background-color: rgba(32, 201, 151, 0.4) !important;
}
.badge-bg-danger {
  color: #333 !important;
  background-color: rgba(220, 53, 69, 0.4) !important;
}
.badge-bg-warning {
  color: #333 !important;
  background-color: rgba(255, 218, 106, 0.4) !important;
}
.badge-bg-info {
  color: #333 !important;
  background-color: rgba(13, 202, 240, 0.4) !important;
}
.badge-bg-light {
  color: #333 !important;
  background-color: rgba(173, 181, 189, 0.4) !important;
}
.badge-bg-dark {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.ci-badge {
  display: inline-flex;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /*
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  */
}
.ci-badge-primary {
  color: rgb(29, 78, 216);
  background: rgb(239, 246, 255);
  border: 1px solid rgba(29, 78, 216, 0.1);
}
.ci-badge-secondary {
  color: rgb(75, 85, 99);
  background: rgb(249, 250, 251);
  border: 1px solid rgba(107, 114, 128, 0.1);
}
.ci-badge-success {
  color: rgb(21, 128, 61);
  background: rgb(240, 253, 244);
  border: 1px solid rgba(22, 163, 74, 0.2);
}
.ci-badge-danger {
  color: rgb(185, 28, 28);
  background: rgb(254, 242, 242);
  border: 1px solid rgba(220, 38, 38, 0.1);
}
.ci-badge-warning {
  color: rgb(133, 77, 14);
  background: rgb(254, 252, 232);
  border: 1px solid rgba(220, 38, 38, 0.1);
}
.ci-badge-info {
  color: rgb(29, 78, 216);
  background: rgb(239, 246, 255);
  border: 1px solid rgba(29, 78, 216, 0.1);
}
.ci-badge-light {
  color: rgb(75, 85, 99);
  background: rgb(249, 250, 251);
  border: 1px solid rgba(107, 114, 128, 0.1);
}
.ci-badge-dark {
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-header {
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.08);
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(0, 0, 0, 0.12);
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-height: 2rem;
  min-width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-header:hover svg {
  text-decoration: none;
}

.btn-navbar-icon {
  --bs-btn-color: #6c757d;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #6c757d;
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.04);
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(0, 0, 0, 0.12);
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  border: none;
  border-radius: 999px;
  margin: 0;
  padding: 0;
  min-height: 2.25rem;
  min-width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-navbar-icon:hover svg {
  text-decoration: none;
}

.btnClose {
  display: flex;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.25s;
  align-items: center;
  justify-content: center;
  /* Mobile
  width: 32px;
  height: 32px;
  background-color: #f6f7f8;
  */
}

@media (min-width: 768px) {
  .btnClose_ {
    width: 44px;
    height: 44px;
  }
}
.table {
  --bs-table-color-type: auto;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: rgba(
      222,
      226,
      230,
      0.54
  );
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: inherit;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.018);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: inherit;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.018);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table-border-last-0 tbody tr:last-child {
  border-bottom-color: transparent !important;
}

thead {
  font-size: 0.875rem;
  color: rgb(33, 37, 41);
  color: rgba(0, 0, 0, 0.8);
}

.table td.fit,
.table th.fit {
  width: 1%;
  white-space: nowrap;
}

.table td,
.table th {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.table tbody td {
  white-space: inherit;
}

.data-table thead th[data-tablesort-type]::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 6px;
  background: rgb(235, 235, 235);
  border-radius: 999px;
}

.data-table thead th[data-tablesort-type] {
  white-space: nowrap;
  cursor: pointer;
}

.tablesort-asc::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background: rgba(0, 128, 0, 0.4) !important;
  border-radius: 999px;
}
.tablesort-desc::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgba(255, 0, 0, 0.4) !important;
  border-radius: 999px;
}

.thead-slim > tr > th {
  padding-top: 6px;
  padding-bottom: 6px;
}

.cell-money {
  text-wrap: nowrap !important;
}

.progress {
  height: 8px;
  border-radius: 2px;
  background: #e9ecef;
}
.progress > div {
  background: #b3b8bd;
}
.progress.success {
  background-color: #ecf8ef;
}
.progress.success > div {
  background-color: #50cf7c;
}
.progress.warning {
  background-color: #fff3e5;
}
.progress.warning > div {
  background-color: #ffae4b;
}
.progress.info {
  background-color: #ebf3fe;
}
.progress.info > div {
  background-color: #4b80ff;
}
.progress.danger {
  background-color: #ffeef1;
}
.progress.danger > div {
  background-color: #fe6161;
}
.progress-bar {
  width: 0%;
  border-radius: 2px;
}
.progress-wrap {
  display: flex;
  flex-direction: column;
}
.progress-title {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
}

.tabBar {
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 50px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 36;
}
.tabBar-item {
  display: flex;
  flex-direction: column;
  width: 20%;
  flex-grow: 1;
  color: #83818c;
  text-decoration: none;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
}
.tabBar-item.active {
  color: #5783db;
  color: #0D3ECC;
}
.tabBar-item.active > .tabBar-title {
  font-weight: 600;
}
.tabBar-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: inherit;
}
.tabBar-title {
  font-size: 0.75rem;
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 5px;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}

.nav-link_ {
  color: #0d3ecc;
}
.nav-link_:hover, .nav-link_:focus {
  color: #1945c9;
}

.fs-xs {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.shadow-sm {
  box-shadow: 0 0.25rem 1.125rem rgba(0, 0, 0, 0.09) !important;
}

.position-top-1 {
  top: 72px;
}

.w-1 {
  width: 1px;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.c-pointer {
  cursor: pointer;
}

.menu-divider {
  height: 0;
  margin: 2px 0;
  overflow: hidden;
  border-top: 1px solid #e8ecef;
  opacity: 1;
}

.shadow {
  box-shadow: 0 0.25rem 1.125rem rgba(0, 0, 0, 0.09);
}

.shadow-md {
  box-shadow: 0 0.25rem 1.125rem rgba(0, 0, 0, 0.09);
}

.falcon {
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.falcon-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.falcon-lg {
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
}

.credittable-card,
.paytable-card {
  overflow-y: auto;
}

@media (min-width: 767.98px) {
  .paytable-card,
  .credittable-card {
    max-height: none;
  }
  .paytable-card {
    max-height: 326px;
  }
  .credittable-card {
    max-height: 282px;
  }
}
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-card {
  background-size: contain;
  background-position: right;
}

.w-90 {
  width: 90%;
}

.dropdown-menu {
  min-width: 12rem;
  inset: 12px 0px auto auto !important;
}

.rounded-tr-4 {
  border-radius: 0 1rem 0 0;
}

:root {
  /* Scrollbar */
  --scrollbar-track: #f1f1f1;
  --scrollbar-thumb: #c1c1c1;
  --scrollbar-width: 10px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

*::-webkit-scrollbar {
  width: var(--scrollbar-width);
}

*::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  /* Keep it the right aspect-ratio */
  aspect-ratio: 16/9;
  /* No clicking/hover effects */
  border-radius: 8px;
}
.youtube-container iframe {
  /* Extend it beyond the viewport... */
  width: 300%;
  height: 100%;
  /* ...and bring it back again */
  margin-left: -100%;
}