@charset "UTF-8";
/*!
 * Bootstrap v5.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-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: #0d6efd;
  --bs-secondary: #6c757d;
  --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-rgb: 33, 37, 41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 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;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h6,
h1,
h2,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}
b {
  font-weight: bolder;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}

tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
iframe {
  border: 0;
}
[hidden] {
  display: none !important;
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.g-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3 {
  --bs-gutter-x: 1rem;
}
.g-3 {
  --bs-gutter-y: 1rem;
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  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;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}

.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}

.card-img-top {
  width: 100%;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.list-group {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    animation-duration: 1.5s;
  }
}
.float-end {
  float: right !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
@media only screen and (min-width: 1440px) {
  .menuAllOpen {
    opacity: 1 !important;
    display: block;
    pointer-events: all !important;
    transform: translateZ(0) !important;
    transition: all 0.3s ease;
    width: 280px;
  }
  #footer-bar,
  .header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1024px !important;
  }
  #footer-bar {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: hsla(0, 0%, 100%, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0;
    display: flex;
    left: 0;
    min-height: 61px;
    right: 0;
    text-align: center;
    transition: transform 0.35s ease !important;
    z-index: 98;
  }
  body {
    min-height: 60vh;
    width: 1024px !important;
  }
  .menu,
  body {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .menu {
    -webkit-overflow-scrolling: touch;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: hsla(0, 0%, 100%, 0.8);
    overflow: scroll;
    transition: all 0.3s ease;
    z-index: 101;
  }
  .menu-box-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 110%, 0);
    width: 1024px !important;
  }
  .menu-box-left {
    bottom: 0;
    display: contents;
    height: 100%;
    left: 0;
    top: 0 !important;
    width: 250px;
  }
}
body {
  background-color: #eef2f1;
  color: #727272 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 13px;
  line-height: 24px !important;
}
h1,
h2,
h6 {
  color: #1f1f1f;
  font-family: Inter, sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 5px;
}
h1 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 5px;
}
h2 {
  font-size: 21px;
  line-height: 25px;
}
a {
  text-decoration: none !important;
}
p {
  color: #727272;
  margin-bottom: 30px;
  padding-bottom: 0;
}
body {
  min-height: 60vh;
}
#page {
  min-height: 60vh;
  position: relative;
}
.page-content {
  overflow-x: hidden;
  padding-bottom: calc(80px + (env(safe-area-inset-bottom)) * 1.1);
  transition: all 0.3s ease;
  z-index: 90;
}
.content {
  margin: 20px 15px;
}
.content p:last-child {
  margin-bottom: 0;
}
.color-highlight {
  color: #4a89dc !important;
}
.bg-green-dark {
  background-color: #8cc152 !important;
  color: #fff !important;
}
.color-red-dark {
  color: #da4453 !important;
}
.bg-red-dark {
  background-color: #da4453 !important;
  color: #fff !important;
}
.gradient-red {
  background-image: linear-gradient(180deg, #ed5565, #da4453);
}
.gradient-orange {
  background-image: linear-gradient(180deg, #fc6e51, #e9573f);
}
.bg-blue-dark {
  background-color: #4a89dc !important;
  color: #fff !important;
}
.gradient-blue {
  background-image: linear-gradient(180deg, #5d9cec, #4a89dc);
}
.gradient-teal {
  background-image: linear-gradient(180deg, #a0cecb, #7db1b1);
}
.gradient-dark {
  background-image: linear-gradient(180deg, #656d78, #434a54);
}
.theme-light input:not([type="submit"]):not(.focus-color):focus {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.theme-light
  [data-card-height="cover"]
  input:not([type="submit"]):not(.focus-color):focus {
  border-color: hsla(0, 0%, 100%, 0.3) !important;
}
.color-highlight {
  color: #4a89dc;
}

.header-title span {
  font-family: Inter, sans-serif;
}
.header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: hsla(0, 0%, 100%, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 50px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
}
.header .header-title {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 49px;
  position: absolute;
  z-index: 1;
}
.header .header-icon {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none;
  color: #1f1f1f;
  font-size: 12px;
  height: 50px;
  line-height: 49px;
  position: absolute;
  text-align: center;
  width: 45px;
}
.header-logo-left .header-icon-1 {
  right: 0;
}
.header-logo-left .header-icon-2 {
  right: 45px;
}
.header-logo-left .header-icon-3 {
  right: 90px;
}
.header-logo-left .header-icon-4 {
  right: 135px;
}
.header-logo-left .header-title {
  left: 15px !important;
  margin-left: 0 !important;
}

.notch-clear {
  padding-top: calc((env(safe-area-inset-top)) * 0.8) !important;
}
.header {
  height: calc(50px + (constant(safe-area-inset-top)) * 0.8) !important;
  height: calc(50px + (env(safe-area-inset-top)) * 0.8) !important;
}
.header-icon,
.header-title {
  margin-top: calc((env(safe-area-inset-top)) * 0.8) !important;
}
#footer-bar {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: hsla(0, 0%, 100%, 0.7);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  bottom: 0;
  display: flex;
  left: 0;
  min-height: 61px;
  position: fixed;
  right: 0;
  text-align: center;
  transition: transform 0.35s ease !important;
  z-index: 98;
}
#footer-bar a {
  color: #1f1f1f;
  flex: 1 1 auto;
  padding-top: 12px;
  position: relative;
}
#footer-bar a span {
  display: block;
  font-family: Roboto, sans-serif !important;
  font-size: 10px;
  font-weight: 500;
  margin-top: -6px;
  opacity: 0.7;
  position: relative;
  z-index: 2;
}
#footer-bar a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#footer-bar {
  height: calc(65px + (constant(safe-area-inset-bottom)) * 1.1);
  height: calc(65px + (env(safe-area-inset-bottom)) * 1.1);
}
.footer-bar-6 u {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.footer-bar-6 {
  margin-left: -3px;
}
.footer-bar-6 span {
  font-size: 11px !important;
}
.footer-bar-6 i {
  opacity: 0.7;
  transform: translateY(-2px);
}
@keyframes footerAni {
  0% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.05) translateX(-48%);
  }
}
.footer-bar-6 .circle-nav span {
  font-size: 11px !important;
  margin-top: -8px !important;
}
.footer-bar-6 .circle-nav i {
  color: #fff !important;
  font-size: 20px !important;
  opacity: 1 !important;
  position: relative;
  transform: translateY(-21px) translateX(0);
  z-index: 2;
}
.footer-bar-6 .circle-nav u {
  border-radius: 50px;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 50px;
  z-index: 0;
}
.menu-title {
  position: relative;
}
.menu-title h1 {
  font-size: 28px;
  font-weight: 700;
  padding: 20px 0 10px 15px;
}
.menu-title p {
  font-size: 12px;
  font-weight: 600;
  margin: 15px 0 -25px 15px !important;
  padding: 0;
}
.menu-title a {
  color: #dc3545;
  font-size: 20px;
  margin-top: -13px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 55px;
}
.menu-hider {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: -100px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  right: 0;
  top: -100px;
  z-index: 100;
}
.menu,
.menu-hider {
  position: fixed;
  transition: all 0.3s ease;
}
.menu {
  -webkit-overflow-scrolling: touch;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: hsla(0, 0%, 100%, 0.8);
  overflow: scroll;
  z-index: 101;
}
.menu .content {
  margin-bottom: 0 !important;
}
.menu-box-left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.menu-box-left,
.menu-box-right {
  bottom: 0;
  height: 100%;
  top: 0 !important;
  width: 250px;
}
.menu-box-right {
  display: none;
  right: 0;
  transform: translateX(100%);
}
.menu-box-top {
  left: 0;
  right: 0;
  top: 0;
  transform: translate3d(0, -115%, 0);
}
.menu-box-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, 110%, 0);
}
.menu-box-modal {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  top: 50%;
  transform: translate(-50%, -40%);
  transition: all 0.2s ease;
}
.menu-box-top.menu-box-detached {
  left: 10px;
  right: 10px;
  top: 10px;
}
.menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}
.menu-box-left.menu-active,
.menu-box-right.menu-active,
.menu-box-top.menu-active {
  transform: translateZ(0) !important;
}
.menu-box-bottom.menu-active {
  transform: translate3d(0, 20px, 0) !important;
}
.menu-box-modal.menu-active {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: translate(-50%, -50%) !important;
  transition: all 0.2s ease;
}
.menu-hider.menu-active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
.menu-box-bottom[data-menu-height="cover"],
.menu-box-top[data-menu-height="cover"] {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
.menu-active.menu {
  opacity: 1 !important;
  pointer-events: all !important;
  transition: all 0.3s ease;
}
.menu-active {
  opacity: 1 !important;
}
.menu-divider {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding-left: 16px;
  text-transform: uppercase;
}
.theme-light .menu .active-nav {
  color: #000 !important;
  font-weight: 700;
}
.list-menu {
  font-family: Inter, sans-serif;
  margin: 0 25px 0 10px;
}
.list-menu a i:first-child {
  line-height: 33px !important;
}
.list-menu a i:first-child,
.list-menu a img {
  border-radius: 12px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02);
  height: 32px !important;
  width: 32px !important;
}
.list-menu a img {
  line-height: 32px !important;
  margin-left: 5px !important;
}
.list-menu a {
  border: none !important;
}
.list-menu .custom-control {
  margin-top: -44px !important;
}
.list-menu span {
  color: #7e8793;
  font-weight: 500;
  padding-left: 7px;
}
.list-menu .active-nav span {
  color: #000;
  font-weight: 600;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-s {
  border-radius: 8px !important;
}
.rounded-m {
  border-radius: 20px !important;
}
.shadow-l {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}
.font-600 {
  font-weight: 600;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
@keyframes scale-animation {
  50% {
    transform: scale(1.05);
  }
  0% {
    transform: scale(1);
  }
}
@keyframes scale-icon {
  50% {
    transform: scale(1.3);
  }
  0% {
    transform: scale(1);
  }
}
::-webkit-scrollbar {
  display: none;
}
.disabled {
  display: none !important;
}
#preloader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.2s ease;
  z-index: 99999;
}
#preloader .spinner-border {
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 50%;
}
.preloader-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease !important;
}
.theme-light #preloader {
  background-color: #fff;
}
.btn {
  color: #fff;
  font-family: Inter, sans-serif;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  opacity: 0.9;
}
.btn-full {
  display: block;
}
.btn-l {
  font-size: 12px !important;
}
.btn-l {
  padding: 14px 26px !important;
}
.btn:focus {
  outline: none !important;
}
.icon:hover {
  color: #fff;
}
.icon {
  display: inline-block;
  position: relative;
  text-align: center;
}
.icon-40 {
  width: 40px;
}
.card,
.row {
  margin-bottom: 30px;
}
.card {
  background-position: 50% !important;
  background-size: cover;
  border: 0 !important;
  max-height: 150000px;
  -webkit-transform: translateZ(0);
}

[data-card-height="cover"].card {
  margin-bottom: 0 !important;
}
.card-style {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  margin: 0 15px 30px;
  overflow: hidden;
}
.card-style .card-overlay {
  border-radius: 20px;
}
.card-top {
  top: 0;
}
.card-bottom,
.card-top {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.card-bottom {
  bottom: 0;
}

.card-overlay {
  left: 0;
  position: absolute;
  right: 0;
}
.card-overlay {
  bottom: 0;
  top: 0;
  z-index: 1;
}
[data-card-height] p {
  padding-bottom: 0;
}
@keyframes zoomBG {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes rotateBG {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes moveDragLine {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-3px);
  }
  40% {
    transform: translateY(1px);
  }
  45% {
    transform: translateY(0);
  }
}
.card-overlay {
  background-position: 50%;
  background-size: cover !important;
}
@keyframes infiniteBG {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1400px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes infibg {
  0% {
    transform: translateY(-45%);
  }
  50% {
    transform: translateY(-100%);
  }
}
.divider {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  height: 1px;
  margin-bottom: 30px;
}
.custom-control * {
  cursor: pointer;
  user-select: none !important;
}
.small-switch {
  transform: scale(0.8);
}
.menu .custom-control {
  margin-top: -42px !important;
}
.ios-switch {
  margin-right: -32px;
  margin-top: 12px !important;
  padding-left: 10px;
  position: relative;
}
.ios-switch label:before {
  background-color: #e8e9ea;
  border: 1px solid hsla(0, 0%, 60%, 0.4);
  height: 32px !important;
  margin-left: -1px;
  margin-top: -5px;
  pointer-events: all;
  width: 58px !important;
}
.ios-switch label:after,
.ios-switch label:before {
  border-radius: 50px !important;
  content: "";
  display: block !important;
  transition: all 0.25s ease;
}
.ios-switch label:after {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 60%, 0.4);
  height: 30px !important;
  margin-top: -31px;
  width: 30px !important;
  z-index: 6;
}
.ios-switch input {
  display: none;
}
.ios-input:checked ~ .custom-control-label:after {
  -webkit-transform: translateX(26px) !important;
}
.ios-input:checked ~ .custom-control-label:before {
  background-color: #8cc152 !important;
}

.ios-switch input {
  position: absolute !important;
  transform: translateX(-15000px) !important;
}
input {
  font-size: 12px !important;
}
input::placeholder {
  font-size: 12px !important;
}

input:focus {
  outline: none;
}
.btn,
input {
  box-shadow: none !important;
  outline: 0 !important;
}
.btn:active,
.btn:focus,
.btn:hover,
input:active,
input:focus,
input:hover {
  -webkit-appearance: none !important;
  box-shadow: none !important;
  outline: none;
}
.theme-light input {
  border-color: rgba(0, 0, 0, 0.08) !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list-custom-small a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 600;
}
.list-custom-small a i:first-child {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  width: 30px;
}
.list-custom-small a i:last-child {
  float: right;
  font-size: 10px;
  opacity: 0.5;
}
.list-custom-small img {
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.list-custom-small i {
  line-height: 50px;
}
.list-custom-small .custom-control {
  margin-top: -38px !important;
  position: absolute;
  right: 40px;
  z-index: 10;
}
.list-custom-small .custom-control input {
  transform: translateY(-5px) !important;
}
.menu .list-custom-small a i:first-child {
  margin-left: 6px;
}
.menu .list-custom-small img {
  margin-top: -4px !important;
}
.list-custom-small {
  line-height: 50px;
}
.bg-gradient {
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 20%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0.8) 70%,
    #000
  ) !important;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.bg-black {
  background-color: #000 !important;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
