@charset "UTF-8";
/*
    Name: Millionero
    
    Table of Content:

    1. Abstract
    2. Bootstrap CSS
    3. Base
    4. Layout
    5. Components
    6. Pages
    
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../icons/font-awesome/css/all.min.css");
:root {
  --gradient: linear-gradient( to right, rgb(255,64,62) 0%, rgb(255,129,27) 100%);
  --gradient-sec: linear-gradient( to right, rgb(57,26,166) 0%, rgb(6,163,245) 100%);
  --primary: #18A594;
  --secondary: #122A4C;
  --primary-hover: #12786c;
  --primary-dark: #051f1c;
  --rgba-primary-1: rgba(24, 165, 148, 0.1);
  --rgba-primary-2: rgba(24, 165, 148, 0.2);
  --rgba-primary-3: rgba(24, 165, 148, 0.3);
  --rgba-primary-4: rgba(24, 165, 148, 0.4);
  --rgba-primary-5: rgba(24, 165, 148, 0.5);
  --rgba-primary-6: rgba(24, 165, 148, 0.6);
  --rgba-primary-7: rgba(24, 165, 148, 0.7);
  --rgba-primary-8: rgba(24, 165, 148, 0.8);
  --rgba-primary-9: rgba(24, 165, 148, 0.9);
  --body-color: #8EA5C8;
  --border-color: #CFDBED;
  --body-bg: #ffffff;
  --font-family-base: Poppins, sans-serif;
  --grey: #F4F6FA;
  --bg-image: '';
  --input-bg: #fff;
  --card-bg: #fff;
  --border-radius-base: 8px;
  --font-family-title: Poppins, sans-serif;
  --title: #1A2943;
  --body-img: url(../images/background/bglight.png);
  --headings-font-weight:600;
  --headings-font-weight2:400;
  --headings-font-weight3:300; 
}


/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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: #18A594;
  --bs-secondary: #122A4C;
  --bs-success: #11B011;
  --bs-info: #00aeff;
  --bs-warning: #FFBB69;
  --bs-danger: #EB5757;
  --bs-light: #f5f5f5;
  --bs-dark: #212529;
  --bs-primary-rgb: 24, 165, 148;
  --bs-secondary-rgb: 18, 42, 76;
  --bs-success-rgb: 17, 176, 17;
  --bs-info-rgb: 0, 174, 255;
  --bs-warning-rgb: 255, 187, 105;
  --bs-danger-rgb: 235, 87, 87;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 142, 165, 200;
  --bs-body-bg-rgb: 255, 255, 255;
  --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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Poppins, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #8EA5C8;
  --bs-body-bg: #ffffff; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  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);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1A2943; }

h1, .h1 {
  font-size: calc(1.53125rem + 3.375vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 4.0625rem; } }

h2, .h2 {
  font-size: calc(1.3625rem + 1.35vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2.375rem; } }

h3, .h3 {
  font-size: calc(1.3125rem + 0.75vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.875rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1.125rem; }

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #18A594;
  text-decoration: underline; }
  a:hover {
    color: #138476; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.75rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(151, 151, 159, 0.39);
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px; } }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1440) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #8EA5C8;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #8EA5C8;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #8EA5C8;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #8EA5C8;
  vertical-align: top;
  border-color: #CFDBED; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #d1edea;
  --bs-table-striped-bg: #c7e1de;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd5d3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dbd8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd5d3; }

.table-secondary {
  --bs-table-bg: #d0d4db;
  --bs-table-striped-bg: #c6c9d0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbbfc5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0c4cb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bbbfc5; }

.table-success {
  --bs-table-bg: #cfefcf;
  --bs-table-striped-bg: #c5e3c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bad7ba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfddbf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bad7ba; }

.table-info {
  --bs-table-bg: #ccefff;
  --bs-table-striped-bg: #c2e3f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d7e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdddec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d7e6; }

.table-warning {
  --bs-table-bg: #fff1e1;
  --bs-table-striped-bg: #f2e5d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d9cb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdfd0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d9cb; }

.table-danger {
  --bs-table-bg: #fbdddd;
  --bs-table-striped-bg: #eed2d2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2c7c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8cccc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2c7c7; }

.table-light {
  --bs-table-bg: #f5f5f5;
  --bs-table-striped-bg: #e9e9e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dddddd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3e3e3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dddddd; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } 
  .showDesktop {
      display: none;
    }
  }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } 
  .showFullDesktop {
      display: none;
    }
  }

@media (max-width: 1439.98) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgba(151, 151, 159, 0.39); }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8EA5C8;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #8EA5C8;
    background-color: #ffffff;
    border-color: #8cd2ca;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.6em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #8EA5C8;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #8EA5C8;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #8EA5C8;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.75rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.6em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.6em;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.6em;
    border-radius: 0.375rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8EA5C8;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #8cd2ca;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #8EA5C8; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.75rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 1rem; }

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #8cd2ca;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.25); }
  .form-check-input:checked {
    background-color: #18A594;
    border-color: #18A594; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #18A594;
    border-color: #18A594;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238cd2ca'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(24, 165, 148, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0rem rgba(24, 165, 148, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #18A594;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #bae4df; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #18A594;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #bae4df; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 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; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8EA5C8;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.75rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #11B011; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(17, 176, 17, 0.9);
  border-radius: 0.375rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #11B011;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2311B011' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #11B011;
    box-shadow: 0 0 0 0rem rgba(17, 176, 17, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #11B011; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2311B011' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #11B011;
    box-shadow: 0 0 0 0rem rgba(17, 176, 17, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #11B011; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #11B011; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0rem rgba(17, 176, 17, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #11B011; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #EB5757; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(235, 87, 87, 0.9);
  border-radius: 0.375rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EB5757;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EB5757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB5757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #EB5757;
    box-shadow: 0 0 0 0rem rgba(235, 87, 87, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #EB5757; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EB5757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EB5757' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #EB5757;
    box-shadow: 0 0 0 0rem rgba(235, 87, 87, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #EB5757; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #EB5757; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0rem rgba(235, 87, 87, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #EB5757; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.6;
  color: #8EA5C8;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #8EA5C8; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #000;
  background-color: #18A594;
  border-color: #18A594; }
  .btn-primary:hover {
    color: #000;
    background-color: #3bb3a4;
    border-color: #2fae9f; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #3bb3a4;
    border-color: #2fae9f;
    box-shadow: 0 0 0 0rem rgba(20, 140, 126, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #46b7a9;
    border-color: #2fae9f; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(20, 140, 126, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #18A594;
    border-color: #18A594; }

.btn-secondary {
  color: #ffffff;
  background-color: #122A4C;
  border-color: #122A4C; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #0f2441;
    border-color: #0e223d; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #0f2441;
    border-color: #0e223d;
    box-shadow: 0 0 0 0rem rgba(54, 74, 103, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #0e223d;
    border-color: #0e2039; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(54, 74, 103, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #122A4C;
    border-color: #122A4C; }

.btn-success {
  color: #000;
  background-color: #11B011;
  border-color: #11B011; }
  .btn-success:hover {
    color: #000;
    background-color: #35bc35;
    border-color: #29b829; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #35bc35;
    border-color: #29b829;
    box-shadow: 0 0 0 0rem rgba(14, 150, 14, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #41c041;
    border-color: #29b829; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(14, 150, 14, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #11B011;
    border-color: #11B011; }

.btn-info {
  color: #000;
  background-color: #00aeff;
  border-color: #00aeff; }
  .btn-info:hover {
    color: #000;
    background-color: #26baff;
    border-color: #1ab6ff; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #26baff;
    border-color: #1ab6ff;
    box-shadow: 0 0 0 0rem rgba(0, 148, 217, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #33beff;
    border-color: #1ab6ff; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(0, 148, 217, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #00aeff;
    border-color: #00aeff; }

.btn-warning {
  color: #000;
  background-color: #FFBB69;
  border-color: #FFBB69; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffc580;
    border-color: #ffc278; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffc580;
    border-color: #ffc278;
    box-shadow: 0 0 0 0rem rgba(217, 159, 89, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffc987;
    border-color: #ffc278; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(217, 159, 89, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #FFBB69;
    border-color: #FFBB69; }

.btn-danger {
  color: #000;
  background-color: #EB5757;
  border-color: #EB5757; }
  .btn-danger:hover {
    color: #000;
    background-color: #ee7070;
    border-color: #ed6868; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #000;
    background-color: #ee7070;
    border-color: #ed6868;
    box-shadow: 0 0 0 0rem rgba(200, 74, 74, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #000;
    background-color: #ef7979;
    border-color: #ed6868; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(200, 74, 74, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #000;
    background-color: #EB5757;
    border-color: #EB5757; }

.btn-light {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-light:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
    box-shadow: 0 0 0 0rem rgba(208, 208, 208, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f6f6f6; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(208, 208, 208, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }

.btn-dark {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #18A594;
  border-color: #18A594; }
  .btn-outline-primary:hover {
    color: #000;
    background-color: #18A594;
    border-color: #18A594; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000;
    background-color: #18A594;
    border-color: #18A594; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #18A594;
    background-color: transparent; }

.btn-outline-secondary {
  color: #122A4C;
  border-color: #122A4C; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #122A4C;
    border-color: #122A4C; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(18, 42, 76, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #122A4C;
    border-color: #122A4C; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(18, 42, 76, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #122A4C;
    background-color: transparent; }

.btn-outline-success {
  color: #11B011;
  border-color: #11B011; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #11B011;
    border-color: #11B011; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0rem rgba(17, 176, 17, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #11B011;
    border-color: #11B011; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(17, 176, 17, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #11B011;
    background-color: transparent; }

.btn-outline-info {
  color: #00aeff;
  border-color: #00aeff; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #00aeff;
    border-color: #00aeff; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0rem rgba(0, 174, 255, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #00aeff;
    border-color: #00aeff; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(0, 174, 255, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #00aeff;
    background-color: transparent; }

.btn-outline-warning {
  color: #FFBB69;
  border-color: #FFBB69; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #FFBB69;
    border-color: #FFBB69; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0rem rgba(255, 187, 105, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #FFBB69;
    border-color: #FFBB69; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(255, 187, 105, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #FFBB69;
    background-color: transparent; }

.btn-outline-danger {
  color: #EB5757;
  border-color: #EB5757; }
  .btn-outline-danger:hover {
    color: #000;
    background-color: #EB5757;
    border-color: #EB5757; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0rem rgba(235, 87, 87, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #000;
    background-color: #EB5757;
    border-color: #EB5757; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(235, 87, 87, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #EB5757;
    background-color: transparent; }

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0rem rgba(245, 245, 245, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(245, 245, 245, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f5f5f5;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #18A594;
  text-decoration: underline; }
  .btn-link:hover {
    color: #138476; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.75rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #8EA5C8;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1440) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #18A594; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #ffffff;
      background-color: #18A594; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #18A594;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #138476; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #18A594; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1440) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.375rem - 1px);
      border-top-right-radius: calc(0.375rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.375rem - 1px);
      border-bottom-left-radius: calc(0.375rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.375rem - 1px); }

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px); }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #8EA5C8;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: 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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #169585;
    background-color: #e8f6f4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23169585'%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");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238EA5C8'%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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #8cd2ca;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.375rem - 1px);
      border-top-right-radius: calc(0.375rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.375rem - 1px);
      border-bottom-left-radius: calc(0.375rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #18A594;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #138476;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #138476;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #18A594;
  border-color: #18A594; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #0e6359;
  background-color: #d1edea;
  border-color: #bae4df; }
  .alert-primary .alert-link {
    color: #0b4f47; }

.alert-secondary {
  color: #0b192e;
  background-color: #d0d4db;
  border-color: #b8bfc9; }
  .alert-secondary .alert-link {
    color: #091425; }

.alert-success {
  color: #0a6a0a;
  background-color: #cfefcf;
  border-color: #b8e7b8; }
  .alert-success .alert-link {
    color: #085508; }

.alert-info {
  color: #006899;
  background-color: #ccefff;
  border-color: #b3e7ff; }
  .alert-info .alert-link {
    color: #00537a; }

.alert-warning {
  color: #664b2a;
  background-color: #fff1e1;
  border-color: #ffebd2; }
  .alert-warning .alert-link {
    color: #523c22; }

.alert-danger {
  color: #8d3434;
  background-color: #fbdddd;
  border-color: #f9cdcd; }
  .alert-danger .alert-link {
    color: #712a2a; }

.alert-light {
  color: #626262;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light .alert-link {
    color: #4e4e4e; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.375rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #18A594;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #8EA5C8;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #18A594;
    border-color: #18A594; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1440) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #0e6359;
  background-color: #d1edea; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0e6359;
    background-color: #bcd5d3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0e6359;
    border-color: #0e6359; }

.list-group-item-secondary {
  color: #0b192e;
  background-color: #d0d4db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #0b192e;
    background-color: #bbbfc5; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0b192e;
    border-color: #0b192e; }

.list-group-item-success {
  color: #0a6a0a;
  background-color: #cfefcf; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0a6a0a;
    background-color: #bad7ba; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #0a6a0a;
    border-color: #0a6a0a; }

.list-group-item-info {
  color: #006899;
  background-color: #ccefff; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #006899;
    background-color: #b8d7e6; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #006899;
    border-color: #006899; }

.list-group-item-warning {
  color: #664b2a;
  background-color: #fff1e1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664b2a;
    background-color: #e6d9cb; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #664b2a;
    border-color: #664b2a; }

.list-group-item-danger {
  color: #8d3434;
  background-color: #fbdddd; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #8d3434;
    background-color: #e2c7c7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #8d3434;
    border-color: #8d3434; }

.list-group-item-light {
  color: #626262;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #626262;
    background-color: #e4e4e4; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #626262;
    border-color: #626262; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(24, 165, 148, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 15px; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #CFDBED;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.6; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #CFDBED;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1439.98) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ffffff; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #ffffff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #1A2943;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #8EA5C8; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.6; }

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #18A594; }
  .link-primary:hover, .link-primary:focus {
    color: #46b7a9; }

.link-secondary {
  color: #122A4C; }
  .link-secondary:hover, .link-secondary:focus {
    color: #0e223d; }

.link-success {
  color: #11B011 !important; }
  .link-success:hover, .link-success:focus {
    color: #41c041; }

  .theme-dark .link-success {
    color: #72eb72 !important;
  }

.link-info {
  color: #00aeff; }
  .link-info:hover, .link-info:focus {
    color: #33beff; }

.link-warning {
  color: #FFBB69; }
  .link-warning:hover, .link-warning:focus {
    color: #ffc987; }

.link-danger {
  color: #EB5757 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #ef7979; }

.theme-dark .link-danger {
  color: #ff7373 !important;
}

.link-light {
  color: #f5f5f5; }
  .link-light:hover, .link-light:focus {
    color: #f7f7f7; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } 
  .showMobile {
      display: none;
    }
  }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } 
  .showTablet {
    display: none;
  } }

@media (min-width: 1440) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: 1px solid #CFDBED !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #CFDBED !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #CFDBED !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #CFDBED !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #CFDBED !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #18A594 !important; }

.border-secondary {
  border-color: #122A4C !important; }

.border-success {
  border-color: #11B011 !important; }

.border-info {
  border-color: #00aeff !important; }

.border-warning {
  border-color: #FFBB69 !important; }

.border-danger {
  border-color: #EB5757 !important; }

.border-light {
  border-color: #f5f5f5 !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #ffffff !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !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-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !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; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.53125rem + 3.375vw) !important; }

.fs-2 {
  font-size: calc(1.3625rem + 1.35vw) !important; }

.fs-3 {
  font-size: calc(1.3125rem + 0.75vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1.125rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.6 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: rgba(151, 151, 159, 0.39) !important; }

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

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

.rounded {
  border-radius: 0.375rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.75rem !important; }

.rounded-2 {
  border-radius: 0.375rem !important; }

.rounded-3 {
  border-radius: 1rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important; }

.rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 4.0625rem !important; }
  .fs-2 {
    font-size: 2.375rem !important; }
  .fs-3 {
    font-size: 1.875rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

* {
  outline: none;
  padding: 0; }
  *::after {
    margin: 0;
    padding: 0; }
  *::before {
    margin: 0;
    padding: 0; }

body {
  line-height: 1.6;
  background-color: var(--body-bg);
  color: var(--body-color);
  font-size: 1rem;
  font-family: var(--font-family-base); }
  body.fixed {
    overflow: hidden;
    position: fixed; }
  @media only screen and (max-width: 575px) {
    body {
      font-size: 14px; } }

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-title);
  font-weight: 600;
  color: var(--title);
  line-height: 1.4; }

h1, .h1,
.h1 {
  font-size: 4.0625rem; }
  @media only screen and (max-width: 1680px) {
    h1, .h1,
    .h1 {
      font-size: 3rem; } }
  @media only screen and (max-width: 1280px) {
    h1, .h1,
    .h1 {
      font-size: 2.813rem; } }
  @media only screen and (max-width: 767px) {
    h1, .h1,
    .h1 {
      font-size: 2.625rem; } }
  @media only screen and (max-width: 575px) {
    h1, .h1,
    .h1 {
      font-size: 2.25rem; } }

h2, .h2,
.h2 {
  font-size: 2.375rem; }
  @media only screen and (max-width: 1680px) {
    h2, .h2,
    .h2 {
      font-size: 2.625rem; } }
  @media only screen and (max-width: 1280px) {
    h2, .h2,
    .h2 {
      font-size: 2.375rem; } }
  @media only screen and (max-width: 767px) {
    h2, .h2,
    .h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 575px) {
    h2, .h2,
    .h2 {
      font-size: 1.65rem; } }

h3, .h3,
.h3 {
  font-size: 1.875rem; }
  @media only screen and (max-width: 1680px) {
    h3, .h3,
    .h3 {
      font-size: 2rem; } }
  @media only screen and (max-width: 1280px) {
    h3, .h3,
    .h3 {
      font-size: 1.875rem; } }
  @media only screen and (max-width: 767px) {
    h3, .h3,
    .h3 {
      font-size: 1.625rem; } }
  @media only screen and (max-width: 575px) {
    h3, .h3,
    .h3 {
      font-size: 1.225rem; } }

h4, .h4,
.h4 {
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
    h4, .h4,
    .h4 {
      font-size: 1.25rem; } }

h5, .h5,
.h5 {
  font-size: 1.25rem; }
  @media only screen and (max-width: 767px) {
    h5, .h5,
    .h5 {
      font-size: 1.125rem; } }

h6, .h6,
.h6 {
  font-size: 1.125rem; }
  @media only screen and (max-width: 767px) {
    h6, .h6,
    .h6 {
      font-size: 1rem; } }

ul {
  padding: 0;
  margin: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover); }

.text-primary {
  color: var(--primary) !important; }

.text-secondary {
  color: var(--secondary) !important; }

.bg-primary {
  background-color: var(--primary) !important; }

.bg-secondary {
  background-color: var(--secondary) !important; }

.bg-blue {
  background-color: #060340 !important; }

b,
strong,
.strong {
  font-weight: 700; }

.h-0 {
  height: 0; }

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px; }
  #main-wrapper.show {
    opacity: 1; }

.content-body {
  margin-left: 65px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 45px; }

/* .container {
	max-width: 1600px;
	@include custommq ($max:1600px){
		max-width: 1400px;
	}
} */

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 1480px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (max-width: 1280px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 575px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 15px;
      padding-right: 15px; } }

.bg-grey {
  background-color: var(--grey); }

.text-black {
  color: #071c35; }

::selection {
  color: #ffffff;
  background: var(--primary); }

.modal-backdrop {
  z-index: 99999; }

.modal {
  z-index: 100000; }

/* Flaticon */
[class*="flaticon-"] {
  font-family: "Flaticon"; }

@media only screen and (max-width: 991px) {
  .dz-order-1 {
    order: 1;
    margin-top: 20px; } }

.gradient {
  background-image: var(--gradient); }

.gradient-sec {
  background-image: var(--gradient-sec); }

#pointer-dot {
  left: -4px;
  top: -4px;
  width: 12px;
  height: 12px;
  position: fixed;
  border-radius: 10px;
  z-index: 999998;
  pointer-events: none;
  transition: border-color 0.5s;
  background: #333;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2); }

#pointer-ring {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid var(--primary) !important;
  position: fixed;
  border-radius: 100px;
  z-index: 999999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s; }

#pointer-ring.active {
  width: 50px;
  height: 50px;
  opacity: 0.5; }

#pointer-ring.active + #pointer-dot {
  opacity: 0; }

.content-inner {
  padding-top: 40px;
  padding-bottom: 30px; }

.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1480px) {
    .content-inner-1 {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 767px) {
    .content-inner-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.content-inner-2 {
  padding-top: 100px;
  padding-bottom: 0; }
  @media only screen and (max-width: 1480px) {
    .content-inner-2 {
      padding-top: 70px; } }

.content-inner-3 {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .content-inner-3 {
      padding-top: 50px;
      padding-bottom: 20px; } }

.mfp-bg {
  z-index: 99999; }

.mfp-wrap {
  z-index: 100000; }

.rounded {
  border-radius: var(--border-radius-base) !important; }

.height-md {
  height: 370px; }

.height-lg {
  height: 600px; }
  @media only screen and (max-width: 575px) {
    .height-lg {
      height: 400px; } }

.border-primary {
  border-color: var(--primary) !important; }

.border-bottom {
  border-bottom: 1px solid #eee !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.preloader-wrapper-1,
.preloader-wrapper-2 {
  align-items: center;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  .preloader-wrapper-1 .preloader-inner,
  .preloader-wrapper-2 .preloader-inner {
    position: relative; }

.preloader-wrapper-1 .preloader-inner {
  height: 100px;
  width: 150px;
  padding: 5px;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), 0 0 0 5px var(--primary) inset;
  perspective: 37.5rem;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  animation: pre_ani_cover_1 7s ease-in-out infinite; }
  .preloader-wrapper-1 .preloader-inner .preloader-shade,
  .preloader-wrapper-1 .preloader-inner .preloader-wrap {
    width: calc(50% - 0.25rem);
    position: absolute;
    left: 0.25rem;
    animation: pre_ani_cover_1 7s ease-in-out infinite; }
  .preloader-wrapper-1 .preloader-inner .preloader-shade {
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 50%);
    height: 3.75rem;
    filter: blur(0.25rem);
    transform: scaleY(0);
    transform-origin: 100% 0%;
    top: calc(100% - 0.25rem);
    animation-name: pre_ani_shadow_1; }
  .preloader-wrapper-1 .preloader-inner .preloader-wrap {
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(227, 228, 232, 0) 87.5%, #e3e4e8);
    height: calc(100% - 0.5rem);
    transform-origin: 100% 50%;
    animation-name: pre_ani_wrap_1; }
  .preloader-wrapper-1 .preloader-inner .wrap2,
  .preloader-wrapper-1 .preloader-inner .wrap3,
  .preloader-wrapper-1 .preloader-inner .wrap4 {
    background-image: repeating-linear-gradient(#17181c 0 0.125rem, rgba(23, 24, 28, 0) 0.125rem 0.5rem), linear-gradient(90deg, rgba(227, 228, 232, 0) 87.5%, #e3e4e8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5rem 4.125rem, 100% 100%; }
  .preloader-wrapper-1 .preloader-inner .wrap2 {
    animation-name: pre_ani_wrap_2; }
  .preloader-wrapper-1 .preloader-inner .wrap3 {
    animation-name: pre_ani_wrap_3; }
  .preloader-wrapper-1 .preloader-inner .wrap4 {
    animation-name: pre_ani_wrap_4; }
  .preloader-wrapper-1 .preloader-inner .wrap5 {
    animation-name: pre_ani_wrap_5; }

@keyframes pre_ani_cover_1 {
  from, 5%, 45%, 55%, 95%, to {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-out; }
  10%, 40%, 60%, 90% {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-in; } }

@keyframes pre_ani_shadow_1 {
  from, 10.01%, 20.01%, 30.01%, 40.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-in; }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
    animation-timing-function: ease-out; }
  10%, 20%, 30%, 40%, 50%, to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-out; }
  50.01%, 60.01%, 70.01%, 80.01%, 90.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-in; }
  60%, 70%, 80%, 90%, to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_1 {
  from, to {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.4deg);
    animation-timing-function: ease-in-out; }
  10%, 15% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-out; }
  20%, 80% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in; }
  85%, 90% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in-out; } }

@keyframes pre_ani_wrap_2 {
  from, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in; }
  5%, 10% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in-out; }
  20%, 25% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-out; }
  30%, 70% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in; }
  75%, 80% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in-out; }
  90%, 95% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_3 {
  from, 10%, 90%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in; }
  15%, 20% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in-out; }
  30%, 35% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-out; }
  40%, 60% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in; }
  65%, 70% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in-out; }
  80%, 85% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_4 {
  from, 20%, 80%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in; }
  25%, 30% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in-out; }
  40%, 45% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-out; }
  50% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in; }
  55%, 60% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in-out; }
  70%, 75% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-out; } }

@keyframes pre_ani_wrap_5 {
  from, 30%, 70%, to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-in; }
  35%, 40% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0deg);
    animation-timing-function: ease-in-out; }
  50% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.6deg);
    animation-timing-function: ease-in-out; }
  60%, 65% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-out; } }

.preloader-wrapper-2 .preloader-inner {
  width: 110px;
  height: 90px;
  margin: 50px auto 0; }
  .preloader-wrapper-2 .preloader-inner span {
    background: var(--primary);
    width: 5px;
    height: 80px;
    border-radius: 10px;
    transform: translateY(-50%) rotate(0);
    position: absolute;
    top: 50%;
    animation: pre_ani_2 0.7s infinite alternate-reverse; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(1) {
      margin-left: 0px; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(2) {
      margin-left: 14px;
      animation-delay: 0.1s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(3) {
      margin-left: 28px;
      animation-delay: 0.2s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(4) {
      margin-left: 42px;
      animation-delay: 0.3s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(5) {
      margin-left: 56px;
      animation-delay: 0.4s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(6) {
      margin-left: 70px;
      animation-delay: 0.5s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(7) {
      margin-left: 84px;
      animation-delay: 0.6s; }
    .preloader-wrapper-2 .preloader-inner span:nth-child(8) {
      margin-left: 98px;
      animation-delay: 0.7s; }

@keyframes pre_ani_2 {
  0% {
    height: 5px;
    transform: translateY(-50%) rotate(40deg); }
  100% {
    height: 90px;
    transform: translateY(-50%) rotate(0deg); } }

.font-10 {
  font-size: 10px; }

.font-12 {
  font-size: 12px; }

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

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

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

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

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-24 {
  font-size: 24px; }

.font-26 {
  font-size: 26px; }

.font-30 {
  font-size: 30px; }

.font-35 {
  font-size: 35px; }

.font-40 {
  font-size: 40px; }

.font-45 {
  font-size: 45px; }

.font-50 {
  font-size: 50px; }

.font-55 {
  font-size: 55px; }

.font-60 {
  font-size: 60px; }

.font-70 {
  font-size: 70px; }

.font-75 {
  font-size: 75px; }

.font-80 {
  font-size: 80px; }

.font-90 {
  font-size: 90px; }

.font-100 {
  font-size: 100px; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-800 {
  font-weight: 800; }

.font-weight-900 {
  font-weight: 900; }

.p-a0 {
  padding: 0; }

.p-a5 {
  padding: 5px; }

.p-a10 {
  padding: 10px; }

.p-a15 {
  padding: 15px; }

.p-a20 {
  padding: 20px; }

.p-a25 {
  padding: 25px; }

.p-a30 {
  padding: 30px; }

.p-a40 {
  padding: 40px; }

.p-a50 {
  padding: 50px; }

.p-a60 {
  padding: 60px; }

.p-a70 {
  padding: 70px; }

.p-a80 {
  padding: 80px; }

.p-a90 {
  padding: 90px; }

.p-a100 {
  padding: 100px; }

.p-t0 {
  padding-top: 0; }

.p-t5 {
  padding-top: 5px; }

.p-t10 {
  padding-top: 10px; }

.p-t15 {
  padding-top: 15px; }

.p-t20 {
  padding-top: 20px; }

.p-t30 {
  padding-top: 30px; }

.p-t40 {
  padding-top: 40px; }

.p-t50 {
  padding-top: 50px; }

.p-t60 {
  padding-top: 60px; }

.p-t70 {
  padding-top: 70px; }

.p-t80 {
  padding-top: 80px; }

.p-t90 {
  padding-top: 90px; }

.p-t100 {
  padding-top: 100px; }

.p-b0 {
  padding-bottom: 0; }

.p-b5 {
  padding-bottom: 5px; }

.p-b10 {
  padding-bottom: 10px; }

.p-b15 {
  padding-bottom: 15px; }

.p-b20 {
  padding-bottom: 20px; }

.p-b30 {
  padding-bottom: 30px; }

.p-b40 {
  padding-bottom: 40px; }

.p-b50 {
  padding-bottom: 50px; }

.p-b60 {
  padding-bottom: 60px; }

.p-b70 {
  padding-bottom: 70px; }

.p-b80 {
  padding-bottom: 80px; }

.p-b90 {
  padding-bottom: 90px; }

.p-b100 {
  padding-bottom: 100px; }

.p-l0 {
  padding-left: 0; }

.p-l5 {
  padding-left: 5px; }

.p-l10 {
  padding-left: 10px; }

.p-l15 {
  padding-left: 15px; }

.p-l20 {
  padding-left: 20px; }

.p-l30 {
  padding-left: 30px; }

.p-l40 {
  padding-left: 40px; }

.p-l50 {
  padding-left: 50px; }

.p-l60 {
  padding-left: 60px; }

.p-l70 {
  padding-left: 70px; }

.p-l80 {
  padding-left: 80px; }

.p-l90 {
  padding-left: 90px; }

.p-l100 {
  padding-left: 100px; }

.p-r0 {
  padding-right: 0; }

.p-r5 {
  padding-right: 5px; }

.p-r10 {
  padding-right: 10px; }

.p-r15 {
  padding-right: 15px; }

.p-r20 {
  padding-right: 20px; }

.p-r30 {
  padding-right: 30px; }

.p-r40 {
  padding-right: 40px; }

.p-r50 {
  padding-right: 50px; }

.p-r60 {
  padding-right: 60px; }

.p-r70 {
  padding-right: 70px; }

.p-r80 {
  padding-right: 80px; }

.p-r90 {
  padding-right: 90px; }

.p-r100 {
  padding-right: 100px; }

.p-lr0 {
  padding-left: 0;
  padding-right: 0; }

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px; }

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px; }

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px; }

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px; }

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px; }

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px; }

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0; }

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px; }

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px; }

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px; }

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px; }

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px; }

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px; }

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px; }

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px; }

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px; }

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px; }

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px; }

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px; }

.m-auto {
  margin: auto; }

.m-a0 {
  margin: 0; }

.m-a5 {
  margin: 5px; }

.m-a10 {
  margin: 10px; }

.m-a15 {
  margin: 15px; }

.m-a20 {
  margin: 20px; }

.m-a30 {
  margin: 30px; }

.m-a40 {
  margin: 40px; }

.m-a50 {
  margin: 50px; }

.m-a60 {
  margin: 60px; }

.m-a70 {
  margin: 70px; }

.m-a80 {
  margin: 80px; }

.m-a90 {
  margin: 90px; }

.m-a100 {
  margin: 100px; }

.m-t0 {
  margin-top: 0; }

.m-t5 {
  margin-top: 5px; }

.m-t10 {
  margin-top: 10px; }

.m-t15 {
  margin-top: 15px; }

.m-t18 {
  margin-top: 18px; }

.m-t20 {
  margin-top: 20px; }

.m-t30 {
  margin-top: 30px; }

.m-t40 {
  margin-top: 40px; }

.m-t45 {
  margin-top: 45px; }

.m-t50 {
  margin-top: 50px; }

.m-t60 {
  margin-top: 60px; }

.m-t70 {
  margin-top: 70px; }

.m-t80 {
  margin-top: 80px; }

.m-t90 {
  margin-top: 90px; }

.m-t100 {
  margin-top: 100px; }

.m-b0 {
  margin-bottom: 0; }

.m-b5 {
  margin-bottom: 5px; }

.m-b10 {
  margin-bottom: 10px; }

.m-b15 {
  margin-bottom: 15px; }

.m-b20 {
  margin-bottom: 20px; }

.m-b25 {
  margin-bottom: 25px; }

.m-b30 {
  margin-bottom: 30px; }

.m-b40 {
  margin-bottom: 40px; }

.m-b50 {
  margin-bottom: 50px; }

.m-b60 {
  margin-bottom: 60px; }

.m-b70 {
  margin-bottom: 70px; }

.m-b80 {
  margin-bottom: 80px; }

.m-b90 {
  margin-bottom: 90px; }

.m-b100 {
  margin-bottom: 100px; }

.m-l0 {
  margin-left: 0; }

.m-l5 {
  margin-left: 5px; }

.m-l10 {
  margin-left: 10px; }

.m-l15 {
  margin-left: 15px; }

.m-l20 {
  margin-left: 20px; }

.m-l30 {
  margin-left: 30px; }

.m-l40 {
  margin-left: 40px; }

.m-l50 {
  margin-left: 50px; }

.m-l60 {
  margin-left: 60px; }

.m-l70 {
  margin-left: 70px; }

.m-l80 {
  margin-left: 80px; }

.m-l90 {
  margin-left: 90px; }

.m-l100 {
  margin-left: 100px; }

.m-r0 {
  margin-right: 0; }

.m-r5 {
  margin-right: 5px; }

.m-r10 {
  margin-right: 10px; }

.m-r15 {
  margin-right: 15px; }

.m-r20 {
  margin-right: 20px; }

.m-r30 {
  margin-right: 30px; }

.m-r40 {
  margin-right: 40px; }

.m-r50 {
  margin-right: 50px; }

.m-r60 {
  margin-right: 60px; }

.m-r70 {
  margin-right: 70px; }

.m-r80 {
  margin-right: 80px; }

.m-r90 {
  margin-right: 90px; }

.m-r100 {
  margin-right: 100px; }

.m-lr0 {
  margin-left: 0;
  margin-right: 0; }

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px; }

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px; }

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px; }

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px; }

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px; }

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px; }

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px; }

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px; }

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px; }

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0; }

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px; }

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px; }

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px; }

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px; }

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px; }

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px; }

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px; }

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px; }

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px; }

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px; }

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px; }

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0; }
  .m-lg-t5 {
    margin-top: 5px; }
  .m-lg-t10 {
    margin-top: 10px; }
  .m-lg-t15 {
    margin-top: 15px; }
  .m-lg-t20 {
    margin-top: 20px; }
  .m-lg-t30 {
    margin-top: 30px; }
  .m-lg-t40 {
    margin-top: 40px; }
  .m-lg-t50 {
    margin-top: 50px; }
  .m-lg-t60 {
    margin-top: 60px; }
  .m-lg-t70 {
    margin-top: 70px; }
  .m-lg-t80 {
    margin-top: 80px; }
  .m-lg-t90 {
    margin-top: 90px; }
  .m-lg-t100 {
    margin-top: 100px; }
  .m-lg-b0 {
    margin-bottom: 0; }
  .m-lg-b5 {
    margin-bottom: 5px; }
  .m-lg-b10 {
    margin-bottom: 10px; }
  .m-lg-b15 {
    margin-bottom: 15px; }
  .m-lg-b20 {
    margin-bottom: 20px; }
  .m-lg-b30 {
    margin-bottom: 30px; }
  .m-lg-b40 {
    margin-bottom: 40px; }
  .m-lg-b50 {
    margin-bottom: 50px; }
  .m-lg-b60 {
    margin-bottom: 60px; }
  .m-lg-b70 {
    margin-bottom: 70px; }
  .m-lg-b80 {
    margin-bottom: 80px; }
  .m-lg-b90 {
    margin-bottom: 90px; }
  .m-lg-b100 {
    margin-bottom: 100px; } }

@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0; }
  .m-md-t5 {
    margin-top: 5px; }
  .m-md-t10 {
    margin-top: 10px; }
  .m-md-t15 {
    margin-top: 15px; }
  .m-md-t20 {
    margin-top: 20px; }
  .m-md-t30 {
    margin-top: 30px; }
  .m-md-t40 {
    margin-top: 40px; }
  .m-md-t50 {
    margin-top: 50px; }
  .m-md-t60 {
    margin-top: 60px; }
  .m-md-t70 {
    margin-top: 70px; }
  .m-md-t80 {
    margin-top: 80px; }
  .m-md-t90 {
    margin-top: 90px; }
  .m-md-t100 {
    margin-top: 100px; }
  .m-md-b0 {
    margin-bottom: 0; }
  .m-md-b5 {
    margin-bottom: 5px; }
  .m-md-b10 {
    margin-bottom: 10px; }
  .m-md-b15 {
    margin-bottom: 15px; }
  .m-md-b20 {
    margin-bottom: 20px; }
  .m-md-b30 {
    margin-bottom: 30px; }
  .m-md-b40 {
    margin-bottom: 40px; }
  .m-md-b50 {
    margin-bottom: 50px; }
  .m-md-b60 {
    margin-bottom: 60px; }
  .m-md-b70 {
    margin-bottom: 70px; }
  .m-md-b80 {
    margin-bottom: 80px; }
  .m-md-b90 {
    margin-bottom: 90px; }
  .m-md-b100 {
    margin-bottom: 100px; }
  .m-md-r0 {
    margin-right: 0; }
  .p-md-r0 {
    padding-right: 0; }
  .p-md-t40 {
    padding-top: 40px; }
  .p-md-b40 {
    padding-bottom: 40px; }
  .p-md-l0 {
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0; }
  .m-sm-t5 {
    margin-top: 5px; }
  .m-sm-t10 {
    margin-top: 10px; }
  .m-sm-t15 {
    margin-top: 15px; }
  .m-sm-t20 {
    margin-top: 20px; }
  .m-sm-t30 {
    margin-top: 30px; }
  .m-sm-t40 {
    margin-top: 40px; }
  .m-sm-t50 {
    margin-top: 50px; }
  .m-sm-t60 {
    margin-top: 60px; }
  .m-sm-t70 {
    margin-top: 70px; }
  .m-sm-t80 {
    margin-top: 80px; }
  .m-sm-t90 {
    margin-top: 90px; }
  .m-sm-t100 {
    margin-top: 100px; }
  .m-sm-b0 {
    margin-bottom: 0; }
  .m-sm-b5 {
    margin-bottom: 5px; }
  .m-sm-b10 {
    margin-bottom: 10px; }
  .m-sm-b15 {
    margin-bottom: 15px; }
  .m-sm-b20 {
    margin-bottom: 20px; }
  .m-sm-b30 {
    margin-bottom: 30px; }
  .m-sm-b40 {
    margin-bottom: 40px; }
  .m-sm-b50 {
    margin-bottom: 50px; }
  .m-sm-b60 {
    margin-bottom: 60px; }
  .m-sm-b70 {
    margin-bottom: 70px; }
  .m-sm-b80 {
    margin-bottom: 80px; }
  .m-sm-b90 {
    margin-bottom: 90px; }
  .m-sm-b100 {
    margin-bottom: 100px; }
  .m-sm-r10 {
    margin-right: 10px; } }

@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0; }
  .m-xs-t5 {
    margin-top: 5px; }
  .m-xs-t10 {
    margin-top: 10px; }
  .m-xs-t15 {
    margin-top: 15px; }
  .m-xs-t20 {
    margin-top: 20px; }
  .m-xs-t30 {
    margin-top: 30px; }
  .m-xs-t40 {
    margin-top: 40px; }
  .m-xs-t50 {
    margin-top: 50px; }
  .m-xs-t60 {
    margin-top: 60px; }
  .m-xs-t70 {
    margin-top: 70px; }
  .m-xs-t80 {
    margin-top: 80px; }
  .m-xs-t90 {
    margin-top: 90px; }
  .m-xs-t100 {
    margin-top: 100px; }
  .m-xs-b0 {
    margin-bottom: 0; }
  .m-xs-b5 {
    margin-bottom: 5px; }
  .m-xs-b10 {
    margin-bottom: 10px; }
  .m-xs-b15 {
    margin-bottom: 15px; }
  .m-xs-b20 {
    margin-bottom: 20px; }
  .m-xs-b30 {
    margin-bottom: 30px; }
  .m-xs-b40 {
    margin-bottom: 40px; }
  .m-xs-b50 {
    margin-bottom: 50px; }
  .m-xs-b60 {
    margin-bottom: 60px; }
  .m-xs-b70 {
    margin-bottom: 70px; }
  .m-xs-b80 {
    margin-bottom: 80px; }
  .m-xs-b90 {
    margin-bottom: 90px; }
  .m-xs-b100 {
    margin-bottom: 100px; } }

@media only screen and (max-width: 1200px) {
  .p-lg-t0 {
    padding-top: 0; }
  .p-lg-t5 {
    padding-top: 5px; }
  .p-lg-t10 {
    padding-top: 10px; }
  .p-lg-t15 {
    padding-top: 15px; }
  .p-lg-t20 {
    padding-top: 20px; }
  .p-lg-t30 {
    padding-top: 30px; }
  .p-lg-t40 {
    padding-top: 40px; }
  .p-lg-t50 {
    padding-top: 50px; }
  .p-lg-t60 {
    padding-top: 60px; }
  .p-lg-t70 {
    padding-top: 70px; }
  .p-lg-t80 {
    padding-top: 80px; }
  .p-lg-t90 {
    padding-top: 90px; }
  .p-lg-t100 {
    padding-top: 100px; }
  .p-lg-b0 {
    padding-bottom: 0; }
  .p-lg-b5 {
    padding-bottom: 5px; }
  .p-lg-b10 {
    padding-bottom: 10px; }
  .p-lg-b15 {
    padding-bottom: 15px; }
  .p-lg-b20 {
    padding-bottom: 20px; }
  .p-lg-b30 {
    padding-bottom: 30px; }
  .p-lg-b40 {
    padding-bottom: 40px; }
  .p-lg-b50 {
    padding-bottom: 50px; }
  .p-lg-b60 {
    padding-bottom: 60px; }
  .p-lg-b70 {
    padding-bottom: 70px; }
  .p-lg-b80 {
    padding-bottom: 80px; }
  .p-lg-b90 {
    padding-bottom: 90px; }
  .p-lg-b100 {
    padding-bottom: 100px; } }

@media only screen and (max-width: 991px) {
  .p-md-t0 {
    padding-top: 0; }
  .p-md-t5 {
    padding-top: 5px; }
  .p-md-t10 {
    padding-top: 10px; }
  .p-md-t15 {
    padding-top: 15px; }
  .p-md-t20 {
    padding-top: 20px; }
  .p-md-t30 {
    padding-top: 30px; }
  .p-md-t40 {
    padding-top: 40px; }
  .p-md-t50 {
    padding-top: 50px; }
  .p-md-t60 {
    padding-top: 60px; }
  .p-md-t70 {
    padding-top: 70px; }
  .p-md-t80 {
    padding-top: 80px; }
  .p-md-t90 {
    padding-top: 90px; }
  .p-md-t100 {
    padding-top: 100px; }
  .p-md-b0 {
    padding-bottom: 0; }
  .p-md-b5 {
    padding-bottom: 5px; }
  .p-md-b10 {
    padding-bottom: 10px; }
  .p-md-b15 {
    padding-bottom: 15px; }
  .p-md-b20 {
    padding-bottom: 20px; }
  .p-md-b30 {
    padding-bottom: 30px; }
  .p-md-b40 {
    padding-bottom: 40px; }
  .p-md-b50 {
    padding-bottom: 50px; }
  .p-md-b60 {
    padding-bottom: 60px; }
  .p-md-b70 {
    padding-bottom: 70px; }
  .p-md-b80 {
    padding-bottom: 80px; }
  .p-md-b90 {
    padding-bottom: 90px; }
  .p-md-b100 {
    padding-bottom: 100px; }
  .p-md-r0 {
    margin-right: 0; }
  .p-md-r0 {
    padding-right: 0; }
  .p-md-t40 {
    padding-top: 40px; }
  .p-md-b40 {
    padding-bottom: 40px; }
  .p-md-l0 {
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .p-sm-t0 {
    padding-top: 0; }
  .p-sm-t5 {
    padding-top: 5px; }
  .p-sm-t10 {
    padding-top: 10px; }
  .p-sm-t15 {
    padding-top: 15px; }
  .p-sm-t20 {
    padding-top: 20px; }
  .p-sm-t30 {
    padding-top: 30px; }
  .p-sm-t40 {
    padding-top: 40px; }
  .p-sm-t50 {
    padding-top: 50px; }
  .p-sm-t60 {
    padding-top: 60px; }
  .p-sm-t70 {
    padding-top: 70px; }
  .p-sm-t80 {
    padding-top: 80px; }
  .p-sm-t90 {
    padding-top: 90px; }
  .p-sm-t100 {
    padding-top: 100px; }
  .p-sm-b0 {
    padding-bottom: 0; }
  .p-sm-b5 {
    padding-bottom: 5px; }
  .p-sm-b10 {
    padding-bottom: 10px; }
  .p-sm-b15 {
    padding-bottom: 15px; }
  .p-sm-b20 {
    padding-bottom: 20px; }
  .p-sm-b30 {
    padding-bottom: 30px; }
  .p-sm-b40 {
    padding-bottom: 40px; }
  .p-sm-b50 {
    padding-bottom: 50px; }
  .p-sm-b60 {
    padding-bottom: 60px; }
  .p-sm-b70 {
    padding-bottom: 70px; }
  .p-sm-b80 {
    padding-bottom: 80px; }
  .p-sm-b90 {
    padding-bottom: 90px; }
  .p-sm-b100 {
    padding-bottom: 100px; }
  .p-sm-r10 {
    padding-right: 10px; } }

@media only screen and (max-width: 576px) {
  .p-xs-t0 {
    padding-top: 0; }
  .p-xs-t5 {
    padding-top: 5px; }
  .p-xs-t10 {
    padding-top: 10px; }
  .p-xs-t15 {
    padding-top: 15px; }
  .p-xs-t20 {
    padding-top: 20px; }
  .p-xs-t30 {
    padding-top: 30px; }
  .p-xs-t40 {
    padding-top: 40px; }
  .p-xs-t50 {
    padding-top: 50px; }
  .p-xs-t60 {
    padding-top: 60px; }
  .p-xs-t70 {
    padding-top: 70px; }
  .p-xs-t80 {
    padding-top: 80px; }
  .p-xs-t90 {
    padding-top: 90px; }
  .p-xs-t100 {
    padding-top: 100px; }
  .p-xs-b0 {
    padding-bottom: 0; }
  .p-xs-b5 {
    padding-bottom: 5px; }
  .p-xs-b10 {
    padding-bottom: 10px; }
  .p-xs-b15 {
    padding-bottom: 15px; }
  .p-xs-b20 {
    padding-bottom: 20px; }
  .p-xs-b30 {
    padding-bottom: 30px; }
  .p-xs-b40 {
    padding-bottom: 40px; }
  .p-xs-b50 {
    padding-bottom: 50px; }
  .p-xs-b60 {
    padding-bottom: 60px; }
  .p-xs-b70 {
    padding-bottom: 70px; }
  .p-xs-b80 {
    padding-bottom: 80px; }
  .p-xs-b90 {
    padding-bottom: 90px; }
  .p-xs-b100 {
    padding-bottom: 100px; } }

.max-w50 {
  max-width: 50px; }

.max-w60 {
  max-width: 60px; }

.max-w80 {
  max-width: 80px; }

.max-w100 {
  max-width: 100px; }

.max-w200 {
  max-width: 200px; }

.max-w300 {
  max-width: 300px; }

.max-w400 {
  max-width: 400px; }

.max-w500 {
  max-width: 500px; }

.max-w600 {
  max-width: 600px; }

.max-w700 {
  max-width: 700px; }

.max-w800 {
  max-width: 800px; }

.max-w900 {
  max-width: 900px; }

.max-w1000 {
  max-width: 1000px; }

.bg-img-fix {
  background-attachment: unset;
  background-size: cover; }

.full-img {
  width: 100%; }

.sticky-top {
  top: 120px; }

.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: #f5f5f5;
  background-size: cover;
  background-position: center; }
  .page-title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272A8;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title p {
        font-size: 16px; } }
  .page-title h3, .page-title .h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title h3, .page-title .h3 {
        font-size: 28px; } }

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

section {
  position: relative;
  z-index: 1; }

.section-head {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .section-head {
      margin-bottom: 20px; } }
  .section-head h1, .section-head .h1, .section-head h2, .section-head .h2, .section-head h3, .section-head .h3, .section-head h4, .section-head .h4, .section-head h5, .section-head .h5, .section-head h6, .section-head .h6 {
    font-family: var(--font-family-title); }
  .section-head h2, .section-head .h2 {
    font-size: 2.625rem;
    font-weight: 600; }
    @media only screen and (max-width: 1480px) {
      .section-head h2, .section-head .h2 {
        font-size: 2.25rem; } }
    @media only screen and (max-width: 767px) {
      .section-head h2, .section-head .h2 {
        font-size: 1.625rem; } }
  .section-head h3, .section-head .h3 {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 1.2; }
    @media only screen and (max-width: 1200px) {
      .section-head h3, .section-head .h3 {
        font-size: 2.15rem; } }
    @media only screen and (max-width: 991px) {
      .section-head h3, .section-head .h3 {
        font-size: 1.75rem; } }
  .section-head h4, .section-head .h4 {
    font-size: 2rem; }
    @media only screen and (max-width: 575px) {
      .section-head h4, .section-head .h4 {
        font-size: 1.5rem; } }
  .section-head p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .section-head p {
        font-size: 14px; } }
  .section-head.text-center p {
    max-width: 753px;
    margin-left: auto;
    margin-right: auto; }
  .section-head.m-b30 {
    margin-bottom: 30px; }
  .section-head .sub-title {
    text-transform: uppercase; }

.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0; }
  .row.spno [class*="col"],
  .row.spno [class*="col"],
  .spno [class*="col"],
  .spno [class*="col"] {
    padding-left: 0;
    padding-right: 0; }

.row.sp4,
.sp4 {
  margin-left: -4px;
  margin-right: -4px; }
  .row.sp4 [class*="col"],
  .row.sp4 [class*="col"],
  .sp4 [class*="col"],
  .sp4 [class*="col"] {
    padding-left: 4px;
    padding-right: 4px; }

.row.sp15,
.sp15 {
  margin-left: -7px;
  margin-right: -7px; }
  .row.sp15 [class*="col"],
  .row.sp15 [class*="col"],
  .sp15 [class*="col"],
  .sp15 [class*="col"] {
    padding-left: 7px;
    padding-right: 7px; }

.row.sp10,
.sp10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.sp10 [class*="col"],
  .row.sp10 [class*="col"],
  .sp10 [class*="col"],
  .sp10 [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }

.rounded-xl {
  border-radius: 50% !important;
  overflow: hidden; }

.rounded-lg {
  border-radius: 20px !important;
  overflow: hidden; }

.rounded-md {
  border-radius: 8px !important;
  overflow: hidden; }

.rounded-sm {
  border-radius: 4px !important;
  overflow: hidden; }

.text-maroon {
  color: #9e0168; }

.text-orange {
  color: #ff8853; }

.text-yellow {
  color: #EFD430; }

.text-skyblue {
  color: #53C258; }

.text-red {
  color: #f22462; }

.text-green {
  color: #53C258; }

.text-blue {
  color: #131045; }

.bg-maroon {
  background-color: #9e0168; }

.bg-orange {
  background-color: #ff8853; }

.bg-yellow {
  background-color: #EFD430; }

.bg-skyblue {
  background-color: #00aeff; }

.bg-red {
  background-color: #f22462; }

.bg-green {
  background-color: #53C258; }

.bg-blue {
  background-color: #131045; }

.scale8 {
  transform: scale(1.85);
  -moz-transform: scale(1.85);
  -webkit-transform: scale(1.85);
  -ms-transform: scale(1.85);
  -o-transform: scale(1.85); }

.scale7 {
  transform: scale(1.7);
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7); }

.scale5 {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5); }

.scale3 {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3); }

.scale2 {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2); }

.scale08 {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8); }

.scale05 {
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5); }

.tl {
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left; }

.shadow-none {
  box-shadow: unset; }

/*==== Shortcode Css ====*/
.sort-title {
  margin-bottom: 40px; }

.sort-title h4:after, .sort-title .h4:after {
  left: -160px; }

.sort-title.text-white h4:after, .sort-title.text-white .h4:after,
.sort-title.text-white h4:before,
.sort-title.text-white .h4:before {
  background: #fff; }

.sort-title h4:after, .sort-title .h4:after,
.sort-title h4:before,
.sort-title .h4:before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -160px;
  top: 50%;
  width: 150px;
  opacity: 0.15; }

.sort-title h4, .sort-title .h4 {
  display: inline-block;
  margin: 0;
  position: relative; }

@media only screen and (max-width: 767px) {
  .sort-title h4:after, .sort-title .h4:after,
  .sort-title h4:before,
  .sort-title .h4:before {
    content: none; } }

.font-w500 {
  font-weight: 500; }

.text-title {
  color: var(--title); }

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 180px;
  height: 80px;
  position: relative;
  z-index: 9; }
  .logo-header a {
    display: table-cell;
    vertical-align: middle; }
  .logo-header img {
    height: 80px;
    max-width: 180px;
    object-fit: contain;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    @media only screen and (max-width: 991px) {
      .logo-header img {
        max-width: 180px;
        height: 80px; } }
    @media only screen and (max-width: 575px) {
      .logo-header img {
        max-width: 150px; } }
  .logo-header .logo-light {
    display: none; }
  .logo-header span {
    font-size: 20px;
    letter-spacing: 20px; }

.top-bar {
  background-color: #122a4c;
  color: #212529;
  position: relative; }
  .top-bar .dz-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px; }
  .top-bar .dz-topbar-left {
    position: relative; 
    pointer-events: none; }
  .top-bar .dz-topbar-left::after {
    content: ' ';
    position: absolute;
    height:100%;
    width: 100%;
    right:0;
    top:0; 
    pointer-events: none;
    background: linear-gradient(90deg, rgba(18,42,76,1) 0%, rgba(18,42,76,1) 5%, rgba(18,42,76,0) 10%, rgba(18,42,76,0) 50%, rgba(18,42,76,0) 90%, rgba(18,42,76,1) 95%, rgba(18,42,76,1) 100%); }
  .top-bar .dz-topbar-left .js-copyright-label {
    pointer-events: none; }
  .top-bar .dz-topbar-right {
    display: flex;
    align-items: center;
    padding-right: 15px; }
    .top-bar .dz-topbar-right ul {
      margin-left: 15px; }
  .top-bar .top-info li {
    display: inline-flex;
    padding-right: 15px; }
  .top-bar .top-info p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 0.8125rem;
    font-weight: 500; }
    .top-bar .top-info p.label {
      color: #BCFAF2;
      margin-right: 4px;
      font-weight: 400; }
  @media only screen and (max-width: 991px) {
    .top-bar {
      display: none; } }
.tradingview-widget-copyright {
  display: none;
  position: absolute;
}
.tradingview-widget-container {
  height: auto !important;
  display: flex;
}
.tv-embed-widget-wrapper__body {
  background-color: red !important;
}
.site-header {
  position: relative;
  z-index: 9999; }
  .site-header .main-bar {
    background: var(--card-bg);
    width: 100%;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); }
  .site-header .container {
    position: relative; }
  .site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 80px;
    padding-left: 30px; }
    .site-header .extra-nav .btn {
      padding-left: 25px;
      padding-right: 25px; }
    @media only screen and (max-width: 1280px) {
      .site-header .extra-nav {
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .site-header .extra-nav {
        display: none; } }
    .site-header .extra-nav .extra-cell {
      display: flex;
      align-items: center; }
      .site-header .extra-nav .extra-cell > * {
        margin-left: 10px; }
    .site-header .extra-nav #quik-search-btn {
      color: #fff;
      cursor: pointer;
      margin-right: 0px;
      border: 0;
      width: 45px;
      height: 45px;
      background: var(--secondary);
      line-height: 45px;
      text-align: center;
      font-size: 18px;
      border-radius: var(--border-radius-base); }
    @media only screen and (max-width: 575px) {
      .site-header .extra-nav .btn {
        padding-left: 15px;
        padding-right: 15px; } }
    .site-header .extra-nav ul li {
      display: inline-block; }
      .site-header .extra-nav ul li .icon {
        padding: 0;
        background: transparent;
        min-width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 4px; }
    .site-header .extra-nav .extra-svg {
      display: flex;
      margin: 0 -5px; }
      .site-header .extra-nav .extra-svg .tp-user {
        height: 45px;
        width: 45px;
        border: 1px solid var(--primary);
        line-height: 40px;
        text-align: center;
        border-radius: 8px;
        margin: 0 5px; }

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important; }
  @media only screen and (max-width: 991px) {
    .navbar-toggler {
      margin: 18px 0px 16px 15px; } }

.navicon {
  width: 45px;
  height: 45px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-base); }
  .navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: #fff;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .navicon span:nth-child(1) {
      top: 13px;
      width: 22px; }
    .navicon span:nth-child(2) {
      top: 22px;
      width: 25px; }
    .navicon span:nth-child(3) {
      top: 32px;
      width: 20px; }
  .navicon.open span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .navicon.open span:nth-child(3) {
    top: 23px;
    width: 23px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.header-tb .navicon span {
  background: #fff; }

.header-nav {
  padding: 0; }
  @media only screen and (max-width: 991px) {
    .header-nav {
      overflow-y: scroll;
      position: fixed;
      width: 60px;
      left: -280px;
      height: 100vh !important;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      top: 0;
      background-color: #ffffff;
      margin: 0;
      z-index: 99; } }
  @media only screen and (max-width: 991px) {
    .header-nav.show {
      left: -1px;
      -webkit-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s;
      margin: 0;
      width: 280px; } }
  .header-nav .logo-header {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .logo-header {
        display: block;
        padding: 20px 20px;
        float: none;
        height: auto;
        width: 240px; }
        .header-nav .logo-header img {
          height: 50px; } }
  .header-nav .mo-footer {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .mo-footer {
        display: block;
        padding: 30px 20px;
        text-align: center; }
        .header-nav .mo-footer .dz-theme-mode {
          position: absolute;
          right: 15px;
          top: 28px;
          z-index: 14;
          border: 1px solid #cfdbed;
          border: 1px solid var(--border-color); } }
  .header-nav .nav {
    float: right;
    padding: 0;
    font-size: 0; }
    .header-nav .nav > li {
      margin: 0px;
      font-weight: 400;
      position: relative; }
      .header-nav .nav > li.has-mega-menu {
        position: inherit; }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li {
          border-bottom: 1px solid var(--border-color);
          width: 100%; } }
      .header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
        content: "\f078";
        font-size: 9px;
        margin-left: 5px;
        margin-top: 0;
        vertical-align: middle;
        font-weight: 900;
        font-family: "Font Awesome 5 Free"; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
            content: "\f054";
            background-color: var(--primary);
            color: #fff;
            height: 30px;
            line-height: 30px;
            right: 0;
            text-align: center;
            width: 30px;
            z-index: 3;
            float: right;
            font-size: 14px;
            margin: 0;
            border-radius: var(--border-radius-base); } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li.menu-item-has-children > a:after:before, .header-nav .nav > li.sub-menu-down > a:after:before {
            content: "\f078"; } }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li.menu-item-has-children.open > a:after, .header-nav .nav > li.sub-menu-down.open > a:after {
          content: "\f078";
          background: var(--title); } }
      .header-nav .nav > li > a {
        color: var(--body-color);
        font-size: 15px;
        padding: 32px 15px;
        font-family: var(--font-family-title);
        cursor: pointer;
        font-weight: 500;
        display: inline-block;
        position: relative;
        border-width: 0 0 0 1px;
        text-transform: capitalize;
        line-height: 1; }
        @media only screen and (max-width: 1280px) {
          .header-nav .nav > li > a {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li > a {
            padding: 15px 00;
            display: block; } }
        .theme-dark .header-nav .nav > li > a {
          color: #fff; }
        .header-nav .nav > li > a span {
          display: inline-block; }
      .header-nav .nav > li .mega-menu,
      .header-nav .nav > li .sub-menu {
        background-color: #fff;
        display: block;
        left: 0;
        list-style: none;
        opacity: 0;
        padding: 15px 0;
        position: absolute;
        visibility: hidden;
        width: 220px;
        z-index: 10;
        margin-top: 20px;
        text-align: left;
        border-radius: 0 var(--border-radius-base) var(--border-radius-base) var(--border-radius-base);
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu,
          .header-nav .nav > li .sub-menu {
            display: none;
            position: static;
            visibility: visible;
            width: auto;
            background: transparent;
            box-shadow: none;
            margin: 0;
            border-top: 1px solid #eee;
            padding: 10px 0;
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; }
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu > li > a i {
              color: #fff !important;
              height: 30px;
              line-height: 30px;
              right: 0;
              text-align: center;
              width: 30px;
              z-index: 3;
              font-size: 14px !important;
              margin: 0 !important;
              background: #aaa; } }
        .header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
        .header-nav .nav > li .sub-menu .menu-item-has-children > a:before {
          content: "\f054";
          font-weight: 900;
          font-family: "Font Awesome 5 Free";
          float: right;
          font-size: 10px;
          margin-top: 2px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
          .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
            content: "\f054"; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu,
          .header-nav .nav > li .sub-menu {
            display: none;
            position: static;
            visibility: visible;
            width: auto;
            background: transparent;
            box-shadow: none;
            margin: 0;
            border-top: 1px solid #eee;
            padding: 0 0;
            -webkit-transition: none;
            -ms-transition: none;
            transition: none;
            opacity: 1; }
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu > li > a i {
              display: none; }
            .header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu .menu-item-has-children > a:before,
            .header-nav .nav > li .sub-menu > li > a i {
              color: #fff !important;
              font-size: 14px;
              content: "\f054";
              height: 30px;
              line-height: 30px;
              right: 0;
              text-align: center;
              width: 30px;
              z-index: 3;
              margin: 0 !important;
              background: var(--primary);
              border-radius: var(--border-radius-base); }
            .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
            .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
              content: "\f078";
              background: #333; } }
        .header-nav .nav > li .mega-menu li,
        .header-nav .nav > li .sub-menu li {
          position: relative; }
          .header-nav .nav > li .mega-menu li a,
          .header-nav .nav > li .sub-menu li a {
            color: #212529;
            display: block;
            font-size: 15px;
            padding: 10px 20px;
            line-height: 1.3;
            text-transform: capitalize;
            position: relative;
            transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            font-weight: 400; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu li a,
              .header-nav .nav > li .sub-menu li a {
                padding: 4px 0 4px 15px;
                display: block;
                line-height: 30px;
                position: relative;
                border: 1px solid #eee;
                border-width: 0 0 1px 0px; }
                .header-nav .nav > li .mega-menu li a:after,
                .header-nav .nav > li .sub-menu li a:after {
                  content: "";
                  font-family: "Font Awesome 5 Free";
                  width: auto;
                  height: auto;
                  background: 0 0 !important;
                  top: 3px;
                  color: #262F5A;
                  font-size: 12px;
                  position: absolute;
                  left: 0;
                  font-weight: 700; } }
          .header-nav .nav > li .mega-menu li:hover > a,
          .header-nav .nav > li .sub-menu li:hover > a {
            color: var(--primary); }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu li:hover > a,
              .header-nav .nav > li .sub-menu li:hover > a {
                padding: 4px 0 4px 15px;
                background: transparent; } }
            .header-nav .nav > li .mega-menu li:hover > a:after,
            .header-nav .nav > li .sub-menu li:hover > a:after {
              width: 10px; }
        .header-nav .nav > li .mega-menu li > .sub-menu,
        .header-nav .nav > li .sub-menu li > .sub-menu {
          left: 220px;
          -webkit-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu li > .sub-menu,
            .header-nav .nav > li .sub-menu li > .sub-menu {
              display: none; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu .mega-menu,
          .header-nav .nav > li .mega-menu .sub-menu,
          .header-nav .nav > li .sub-menu .mega-menu,
          .header-nav .nav > li .sub-menu .sub-menu {
            border-top: 0;
            padding-left: 20px; }
            .header-nav .nav > li .mega-menu .mega-menu li a:after,
            .header-nav .nav > li .mega-menu .sub-menu li a:after,
            .header-nav .nav > li .sub-menu .mega-menu li a:after,
            .header-nav .nav > li .sub-menu .sub-menu li a:after {
              width: 5px;
              content: none;
              height: 5px;
              background: #262F5A !important;
              border-radius: 4px;
              top: 13px; } }
      .header-nav .nav > li .sub-menu li > a > i {
        color: inherit;
        display: block;
        float: right;
        font-size: 18px;
        opacity: 1;
        margin-top: 0px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .sub-menu li > a > i {
            display: none; } }
      .header-nav .nav > li .mega-menu {
        display: flex;
        right: 0px;
        width: 100%;
        z-index: 9;
        padding: 0; }
        .header-nav .nav > li .mega-menu > li {
          display: block;
          padding: 15px 0 15px;
          position: relative;
          vertical-align: top;
          width: 25%; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu > li {
              width: 100%;
              padding: 0; } }
          .header-nav .nav > li .mega-menu > li > a {
            color: #212529;
            display: block;
            padding: 0 20px;
            font-size: 16px;
            font-weight: 600;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 15px; }
            .header-nav .nav > li .mega-menu > li > a > i {
              font-size: 14px;
              margin-right: 5px;
              text-align: center;
              width: 15px; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li > a {
                display: none; } }
          .header-nav .nav > li .mega-menu > li:after {
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
            position: absolute;
            right: 0px;
            top: 0px;
            display: block;
            width: 1px;
            height: 100%; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li:after {
                content: none; } }
          .header-nav .nav > li .mega-menu > li:last-child:after {
            display: none; }
          .header-nav .nav > li .mega-menu > li:hover > a {
            background-color: transparent; }
          .header-nav .nav > li .mega-menu > li li i {
            font-size: 14px;
            margin-right: 5px;
            text-align: center;
            width: 15px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu {
            display: none;
            padding: 10px 0; } }
      .header-nav .nav > li.active > a {
        color: var(--primary); }
      .header-nav .nav > li:hover > a {
        color: var(--primary); }
      .header-nav .nav > li:hover > .mega-menu,
      .header-nav .nav > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li:hover > .mega-menu,
          .header-nav .nav > li:hover > .sub-menu {
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; } }
        .header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu,
        .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
          opacity: 1;
          visibility: visible;
          margin-top: 0;
          top: -1px; }
      .header-nav .nav > li.open .mega-menu,
      .header-nav .nav > li.open .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
      .header-nav .nav > li.open .open .mega-menu,
      .header-nav .nav > li.open .open .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
    @media only screen and (max-width: 1480px) {
      .header-nav .nav > li:nth-last-child(4) .sub-menu .sub-menu,
      .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu,
      .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu,
      .header-nav .nav > li:last-child .sub-menu .sub-menu {
        left: -220px; } }
    @media only screen and (max-width: 991px) {
      .header-nav .nav {
        float: none;
        padding: 0 20px; } }
  .header-nav .sidebar-footer {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .sidebar-footer {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: auto;
        width: 100%;
        text-align: center; } }
    .header-nav .sidebar-footer .dz-login-register {
      text-align: center;
      padding-bottom: 10px; }
  .header-nav .dz-social-icon {
    text-align: center;
    display: none; }
    .header-nav .dz-social-icon li {
      display: inline-block;
      margin: 0 2px; }
    .header-nav .dz-social-icon a {
      width: 40px;
      height: 40px;
      padding: 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      line-height: 38px;
      text-align: center;
      border-radius: var(--border-radius-base); }
    @media only screen and (max-width: 991px) {
      .header-nav .dz-social-icon {
        display: block;
        padding-top: 40px;
        padding-bottom: 20px; } }

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header-transparent .main-bar {
    background: transparent;
    box-shadow: none; }
  .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
    padding-left: 80px;
    padding-right: 80px; }
    @media only screen and (max-width: 1280px) {
      .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
        padding-left: 15px;
        padding-right: 15px; } }
  .header-transparent .side-menu-btn .menu-icon-in span {
    background-color: #ffffff; }
  .header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: #212529; }
  .header-transparent .navbar-toggler span {
    background: #ffffff; }
  .header-transparent .is-fixed .nav > li > a {
    color: #212529; }
    .theme-dark .header-transparent .is-fixed .nav > li > a {
      color: #FFF; }
  .header-transparent .btn-outline-primary {
    color: #ffffff; }
  .header-transparent .top-bar {
    border-color: #ffffff; }
    .header-transparent .top-bar .dz-topbar-left li,
    .header-transparent .top-bar .dz-topbar-left i,
    .header-transparent .top-bar .dz-topbar-right li,
    .header-transparent .top-bar .dz-topbar-right i {
      color: #ffffff; }
  .header-transparent + .page-content .dz-bnr-inr .dz-bnr-inr-entry {
    padding-top: 85px; }

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: var(--card-bg);
  transition: all 0.5s; }

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: auto;
    position: fixed;
    width: 280px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: var(--card-bg);
    margin: 0;
    z-index: 99; }
    .mo-left .header-nav.nav-dark {
      background-color: #202020; }
    .mo-left .header-nav.show {
      left: -1px;
      transition: all 0.8s;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -o-transition: all 0.8s;
      margin: 0;
      width: 280px; }
    .mo-left .header-nav .logo-header {
      display: block;
      float: none;
      height: auto !important;
      max-width: 100%;
      padding: 30px 20px;
      width: 100% !important; }
      .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 160px;
        height: auto;
        vertical-align: middle; }
    .mo-left .header-nav li.open a {
      position: relative; }
  .mo-left .navbar-toggler.open {
    z-index: 99; }
    .mo-left .navbar-toggler.open:after {
      background-color: rgba(0, 0, 0, 0.6);
      content: "";
      left: 0;
      position: fixed;
      right: -20px;
      top: -63px;
      transform: scale(100);
      -o-transform: scale(100);
      -moz-transform: scale(100);
      -webkit-transform: scale(100);
      width: 100%;
      z-index: -1;
      transition: all 0.5s;
      transform-origin: top right;
      margin: 0 0px 0px 20px;
      -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6); }
    .mo-left .navbar-toggler.open span {
      background: #fff; } }

.text-black .nav > li > a {
  color: #212529; }

.text-black .navbar-toggler span {
  background: #212529; }

.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown; }

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

.dz-theme-mode {
  align-items: center;
  background-color: var(--card-bg);
  height: 1.875rem;
  width: 3.375rem;
  border-radius: 6px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0 3px; }
  .dz-theme-mode::after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 4px;
    background-color: var(--primary);
    left: 3px;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .dz-theme-mode.dark::after {
    transform: translateX(24px); }
  .dz-theme-mode.dark .sun svg path {
    stroke: var(--title); }
  .dz-theme-mode.dark .moon svg path {
    stroke: #ffffff; }
  .dz-theme-mode svg path {
    stroke: var(--title);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .dz-theme-mode .sun svg path {
    stroke: #ffffff; }
  .dz-theme-mode .sun,
  .dz-theme-mode .moon {
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }

.theme-lang-btn {
  margin-right: 20px; }
  .theme-lang-btn img {
    height: 1.375rem;
    width: 1.375rem;
    object-fit: cover;
    max-width: 1.375rem;
    border-radius: 50%;
    border: 1px solid #ffffff; }

.dz-bnr-inr {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../images/background/bgprimary.png); }
  @media only screen and (max-width: 991px) {
    .dz-bnr-inr {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .dz-bnr-inr {
      height: 280px; } }
  @media only screen and (max-width: 575px) {
    .dz-bnr-inr {
      height: 230px; } }
  .dz-bnr-inr .container {
    display: table;
    height: 100%; }
  .dz-bnr-inr .dz-bnr-inr-entry {
    height: 450px;
    vertical-align: middle;
    display: table-cell; }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr .dz-bnr-inr-entry {
        height: 350px; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr .dz-bnr-inr-entry {
        height: 280px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr .dz-bnr-inr-entry {
        height: 230px; } }
  .dz-bnr-inr h1, .dz-bnr-inr .h1 {
    font-size: 4.0625rem;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0px 30px 70px #002622; }
    @media only screen and (max-width: 1191px) {
      .dz-bnr-inr h1, .dz-bnr-inr .h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 991px) {
      .dz-bnr-inr h1, .dz-bnr-inr .h1 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .dz-bnr-inr h1, .dz-bnr-inr .h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 575px) {
      .dz-bnr-inr h1, .dz-bnr-inr .h1 {
        font-size: 26px; } }
  .dz-bnr-inr::after {
    content: "";
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.5+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#007db9e8',GradientType=0 );
    /* IE6-9 */ }
  .dz-bnr-inr .breadcrumb-row {
    position: absolute;
    bottom: -22px; }
    .dz-bnr-inr .breadcrumb-row ul {
      margin-bottom: 0;
      box-shadow: 0px 4px 100px rgba(21, 50, 93, 0.2); }

.breadcrumb-row ul {
  background: var(--card-bg);
  padding: 0;
  display: inline-block;
  padding: 10px 22px;
  border-radius: var(--border-radius-base); }
  @media only screen and (max-width: 575px) {
    .breadcrumb-row ul {
      padding: 10px 18px; } }
  .breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--title); }
    .breadcrumb-row ul li.active {
      color: var(--primary); }
    .breadcrumb-row ul li a {
      color: var(--primary); }
    .breadcrumb-row ul li i {
      color: var(--primary);
      margin-right: 10px; }
    @media only screen and (max-width: 575px) {
      .breadcrumb-row ul li {
        font-size: 14px; } }
  .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.8rem; }
    .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
      content: "\f101";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: var(--primary);
      padding-right: .8rem; }
    @media only screen and (max-width: 575px) {
      .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item {
        padding-left: 8px; }
        .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
          font-size: 12px;
          padding-right: 8px;
          margin-top: 2px; } }

.page-title {
  padding: 30px 0; }
  .page-title.dashboard {
    background: transparent;
    margin-left: 75px;
    padding: 20px 0 0px; }
  .page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px; }
    .page-title .page-title-content p span {
      font-weight: 500;
      color: var(--primary); }

.breadcrumbs {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 575px) {
    .breadcrumbs {
      justify-content: flex-start; } }
  .breadcrumbs li a {
    color: rgba(151, 151, 159, 0.39);
    display: inline-block;
    margin-left: 15px;
    font-size: 14px; }
  .breadcrumbs li:first-child a {
    margin-left: 0px; }
  .breadcrumbs li.active a {
    color: var(--primary); }

footer .footer-logo {
  margin-bottom: 25px; }
  footer .footer-logo img {
    max-width: 220px; }

footer .footer-title {
  margin: 0;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2; }

footer .footer-top {
  padding: 70px 0px 30px;
  background-color: var(--secondary); }
  footer .footer-top .widget {
    margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    footer .footer-top {
      padding: 50px 0 0; } }
  footer .footer-top + .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

footer .footer-bottom {
  padding: 22px 0;
  background-color: var(--secondary);
  font-size: 14px; }
  footer .footer-bottom p {
    margin-bottom: 0; }
  footer .footer-bottom .copyright-text a {
    color: #ffffff; }
  footer .footer-bottom .heart {
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    margin: -25px -15px; }
    footer .footer-bottom .heart.heart-blast {
      background-position: -1680px 0 !important;
      transition: background 1s steps(28); }

@media only screen and (max-width: 991px) {
  footer .footer-top {
    padding: 45px 0px 30px; }
  footer .footer-bottom .text-start,
  footer .footer-bottom .text-end {
    text-align: center !important; }
  footer .footer-bottom .text-end {
    margin-top: 15px; } }

@media only screen and (max-width: 575px) {
  footer .footer-top {
    padding: 45px 0px 0px; }
  footer .footer-bottom .text-end {
    margin-top: 10px; } }

footer .widget_services ul li a {
  display: block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }

footer .widget_about {
  margin-right: 70px; }
  @media only screen and (max-width: 1191px) {
    footer .widget_about {
      margin-right: 0; } }

footer.footer-dark {
  background: var(--secondary);
  --title: #fff; }
  footer.footer-dark .footer-bottom {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }
  footer.footer-dark .footer-top {
    color: rgba(255, 255, 255, 0.6); }
  footer.footer-dark .footer-category {
    background: var(--primary);
    border-color: rgba(255, 255, 255, 0.1); }
    footer.footer-dark .footer-category .toggle-items ul li a {
      color: rgba(255, 255, 255, 0.85); }
      footer.footer-dark .footer-category .toggle-items ul li a:hover {
        color: var(--secondary); }

.list-column ul {
  display: flex;
  flex-wrap: wrap; }
  .list-column ul li {
    flex: 0 0 50%;
    max-width: 50%; }

.fb-link {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fb-link li {
    display: inline-block; }
    .fb-link li a {
      color: #fff;
      position: relative; }
      .fb-link li a:after {
        content: "";
        background: var(--primary);
        width: 5px;
        height: 5px; }

.footer-link {
  margin: 0 -15px; }
  .footer-link li {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding: 0 15px 0 15px; }
    .footer-link li a {
      color: inherit; }
  @media only screen and (max-width: 575px) {
    .footer-link {
      margin: 0 -10px; }
      .footer-link li {
        padding: 0 10px; } }

.ft-subscribe {
  position: relative; }
  .ft-subscribe .form-control {
    height: 55px; }
  .ft-subscribe .sub-btn {
    height: 45px;
    width: 45px;
    z-index: 1;
    border-radius: 10px;
    background-color: var(--primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px; 
    border: none; }

.widget_links ul li a {
  color: var(--body-color);
  font-size: 14px;
  padding: 5px 0;
  display: block; }

.widget-social ul li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  padding: 6px 0; }
  .widget-social ul li a img {
    margin-right: 12px; }
  @media only screen and (max-width: 575px) {
    .widget-social ul li a {
      font-size: 14px; }
      .widget-social ul li a img {
        width: 16px; } }

#bg {
  background-attachment: fixed;
  background-size: cover; }

.main-bar-wraper.sticky-no .main-bar {
  position: unset; }

.boxed .page-wraper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.boxed .footer-fixed .site-footer {
  left: 50%;
  width: 1200px;
  margin: 0 -600px; }

.boxed .is-fixed .main-bar {
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  position: unset; }

.boxed .site-header.style-1 .extra-cell > a,
.boxed .site-header.style-1 .extra-cell > div {
  margin-left: 15px; }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-1 .extra-icon-box {
    display: none; } }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn i {
    margin: 0; } }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px; }
    .boxed .site-header.style-2 .extra-cell .login-btn span {
      display: none; } }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .social-list.style-2 {
    display: none; } }

.boxed .site-header.style-2.center .header-nav .nav.navbar-left {
  margin-right: 120px; }

.boxed .site-header.style-2.center .header-nav .nav.navbar-right {
  margin-left: 120px; }

.boxed .site-header.style-2.center .extra-icon-box {
  padding-left: 0;
  width: 50px; }
  .boxed .site-header.style-2.center .extra-icon-box .title,
  .boxed .site-header.style-2.center .extra-icon-box span {
    display: none; }

.boxed .site-header.style-2.center .extra-nav-left,
.boxed .site-header.style-2.center .extra-nav {
  width: 120px;
  padding: 0; }

.boxed .site-header.style-2.center .extra-cell .login-btn {
  display: none; }

.boxed .site-header.style-2.center .extra-cell > a,
.boxed .site-header.style-2.center .extra-cell > div {
  margin-left: 15px; }

@media only screen and (min-width: 1680px) {
  .boxed .header-nav .nav > li > a {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content {
    padding: 40px; } }

@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content .title {
    margin-bottom: 20px;
    font-size: 60px; } }

@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content .sub-title {
    margin-bottom: 10px; } }

@media only screen and (min-width: 1680px) {
  .boxed .container-fluid, .boxed .container-sm, .boxed .container-md, .boxed .container-lg, .boxed .container-xl {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (min-width: 1680px) {
  .boxed .under-construct {
    padding: 50px; } }

@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dz-content .dz-title {
    font-size: 70px; } }

@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dz-content p {
    font-size: 28px; } }

.boxed .download-area .download-media.right {
  right: 78%; }

.boxed .newsletter-bx {
  padding: 40px; }

.boxed .portfolio-area2 .setResizeMargin {
  padding-right: 15px;
  margin-left: 0 !important;
  padding-left: 15px; }

.boxed .sidenav-menu {
  position: absolute; }

.boxed .dz-coming-soon .dz-title {
  font-size: 42px; }
  @media only screen and (max-width: 575px) {
    .boxed .dz-coming-soon .dz-title {
      font-size: 28px; } }

.boxed .dz-coming-soon .countdown .date span {
  font-size: 14px; }

.boxed .dz-coming-soon .countdown .date .time {
  font-size: 60px;
  line-height: 60px; }
  @media only screen and (max-width: 575px) {
    .boxed .dz-coming-soon .countdown .date .time {
      font-size: 35px; } }

.boxed .dz-coming-soon .dz-coming-bx {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 575px) {
    .boxed .dz-coming-soon .dz-coming-bx {
      padding-left: 12px;
      padding-right: 12px; } }

.boxed .swiper-btn-center-lr {
  position: relative; }
  .boxed .swiper-btn-center-lr .btn-next,
  .boxed .swiper-btn-center-lr .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .boxed .swiper-btn-center-lr .btn-prev {
    left: 0px; }
  .boxed .swiper-btn-center-lr .btn-next {
    right: 0px; }
  .boxed .swiper-btn-center-lr:hover .btn-prev {
    left: 0px; }
  .boxed .swiper-btn-center-lr:hover .btn-next {
    right: 0px; }

/* Frame */
.frame {
  padding: 30px; }
  .frame .page-wraper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    height: auto !important; }
  @media only screen and (max-width: 1680px) {
    .frame .site-header.style-1 .extra-icon-box {
      display: none; } }
  .frame .is-fixed .main-bar {
    left: 0;
    width: 100%;
    margin: 0;
    position: unset; }
  .frame button.scroltop {
    right: 50px;
    bottom: 50px; }
  .frame .sidenav-menu {
    position: absolute; }
  @media only screen and (max-width: 1680px) {
    .frame .dz-coming-bx {
      padding-left: 30px;
      padding-right: 30px; }
    .frame .countdown .date .time {
      font-size: 70px;
      line-height: 70px; } }

@media only screen and (max-width: 1024px) {
  .frame {
    padding: 0; }
  .frame button.scroltop {
    right: 15px;
    bottom: 15px; } }

.theme-sharped {
  --border-radius-base: 0;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none; }
  .theme-sharped .banner-one .banner-media .shape-1, .theme-sharped .banner-one .banner-media .shape-2,
  .theme-sharped .dz-card .dz-meta li.post-date,
  .theme-sharped .progress-bx.style-2 .progress,
  .theme-sharped .progress-bx.style-2 .progress .progress-bar {
    border-radius: 0; }

.theme-rounded {
  --border-radius-base: 6px;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none; }

.theme-dark {
  --card-bg: #193867;
  --body-bg: #1A304F;
  --border-color: rgba(142, 165, 200, 0.3);
  --title: #ffffff;
  --input-bg: #122B50;
  --body-img: url(../images/background/bgdark.png); }
  .theme-dark .wallet-balance-area .amount-card .calc-icon {
    background-color: var(--card-bg); }
  .theme-dark .logo-light {
    display: block; }
  .theme-dark .logo-dark {
    display: none; }
  .theme-dark .nav-tabs.style-2 .nav-link {
    background-color: rgba(255, 255, 255, 0.1); }
  .theme-dark .btn.has-icon svg path {
    fill: #ffffff; }
  .theme-dark .card-box-tabs .nav-link .top-right-radius:after, .theme-dark .card-box-tabs .nav-link .bottom-right-radius:after {
    background-color: #1d2e4d; }
  .theme-dark .autocomplete-dropdown,
  .theme-dark .dropdown-trade .dropdown-menu {
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.2); }
  .theme-dark .btn-secondary.btn-shadow {
    box-shadow: 0px 4px 10px 4px rgba(255, 255, 255, 0.05); }
  .theme-dark .btn-light {
    background-color: #ffffff;
    color: #1d2e4d; }
  .theme-dark .list-table.danger .list-row span:first-child {
    color: #EB5757; }
  .theme-dark .list-table.success .list-row span:first-child {
    color: #11B011; }
  .theme-dark .btn-danger.btn-shadow,
  .theme-dark .nav-tabs.card-tabs .nav-link.active.danger {
    box-shadow: none; }
  .theme-dark .nav-tabs.style-1 .nav-link.active {
    background-color: #ffffff; }
  .theme-dark .form-control:focus {
    background-color: var(--input-bg); }
  .theme-dark .pricing-table .pricing-haed li:first-child,
  .theme-dark .dz-seprator,
  .theme-dark .accordion .accordion-item {
    border-color: var(--border-color); }
  .theme-dark .modal-content .text-black {
    color: #fff !important; }
  .theme-dark .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"); }
  .theme-dark .modal-dialog .wallet-transfer .spot-wallet .form-control,
  .theme-dark .modal-dialog .modal-body .fixed-text .input-group-text {
    color: #fff; }
  .theme-dark .form-style-1 .form-group .form-control {
    background-color: var(--input-bg);
    border-color: var(--border-color); }

.alert.alert-sm {
  padding: 5px 15px;
  font-size: 12px; }

.alert.alert-lg {
  padding: 25px 15px;
  font-size: 16px; }

.alert.alert-xl {
  padding: 35px 15px;
  font-size: 18px; }

.alert[class*=alert-] i {
  margin-right: 8px; }

.alert[class*=alert-] ul {
  padding-left: 25px;
  margin-top: 10px; }

.card {
  border: 0px solid var(--border-color);
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(21, 50, 93, 0.1);
  background: var(--card-bg);
  height: calc(100% - 1.875rem); }
  @media only screen and (max-width: 575px) {
    .card {
      margin-bottom: 20px;
      height: calc(100% - 1.25rem); } }
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    background: var(--card-bg);
    padding: 15px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media only screen and (max-width: 575px) {
      .card-header {
        padding: 15px 15px; } }
  .card-title {
    font-size: 24px;
    margin-bottom: 0px; }
  .card .card-body {
    padding: 25px 30px; }
    @media only screen and (max-width: 575px) {
      .card .card-body {
        padding: 15px 15px; } }
  .card .card-footer {
    background-color: transparent;
    border-color: var(--border-color);
    padding: 15px 30px; }
    @media only screen and (max-width: 575px) {
      .card .card-footer {
        padding: 15px 15px; } }
    .card .card-footer.has-table {
      padding: 10px 25px; }
      @media only screen and (max-width: 575px) {
        .card .card-footer.has-table {
          padding: 10px 20px; } }

.form-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--title);
  margin-bottom: 6px;
  background: transparent;
  border-color: #CFDBED; }

.form-control {
  height: 60px;
  border: 1px solid var(--border-color);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--title);
  transition: all 0.3s ease-in-out;
  background: var(--input-bg);
  border-radius: var(--border-radius-base);
  box-shadow: 0px 7px 15px 0 rgba(61, 70, 83, 0.1); }
  .form-control .select {
    padding: 12px 0; }
  .form-control span {
    margin-top: 0; }
  .form-control.md {
    height: 48px;
    border-radius: 10px; }
  .form-control::-webkit-input-placeholder {
    color: #4D4A85; }
  .form-control:-ms-input-placeholder {
    color: #4D4A85; }
  .form-control::placeholder {
    color: var(--body-color); }
  .form-control:focus, .form-control:active, .form-control.active {
    border-color: var(--primary);
    box-shadow: 0px 7px 15px rgba(61, 70, 83, 0.1); }
  @media only screen and (max-width: 575px) {
    .form-control {
      height: 45px;
      font-size: 14px; } }

textarea.form-control {
  min-height: auto;
  height: unset; }

textarea {
  height: 120px;
  resize: none; }

input:-internal-autofill-selected {
  background: white !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important; }

.input-group-text {
  padding: 5px 15px;
  background: #ffffff;
  margin-bottom: 0px !important;
  color: #8EA5C8; }

.toggle {
  cursor: pointer;
  display: block; }

.toggle-switch {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 16px;
  width: 45px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s; }
  .toggle-switch:before, .toggle-switch:after {
    content: ""; }
  .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left 0.25s; }
  .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); }
  .toggle-checkbox:checked + .toggle-switch {
    background: var(--primary); }
    .toggle-checkbox:checked + .toggle-switch:before {
      left: 26px; }

.toggle-checkbox {
  position: absolute;
  visibility: hidden; }

.toggle-label {
  margin-left: 15px;
  position: relative;
  top: 2px;
  font-size: 16px;
  font-weight: 400; }

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  border: 1px solid #CFDBED;
  border-radius: 5px;
  color: rgba(151, 151, 159, 0.39); }
  .file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 4px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: calc(1.5em + 1rem + 2px);
    line-height: 30px;
    border-radius: 5px 10px 10px 5px;
    font-weight: 400;
    overflow: hidden; }
  .file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: calc(1.5em + 1rem + 2px);
    background: var(--primary);
    color: #ffffff;
    font-weight: 400;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: capitalize;
    pointer-events: none;
    border-radius: 0 5px 5px 0; }
  .file-upload-wrapper:hover:before {
    background: #12786c; }
  .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: calc(1.5em + 1rem + 2px);
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%; }

#ui-datepicker-div {
  display: none;
  background: #fafafa;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #8EA5C8; }

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0; }
  .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #8EA5C8;
    font-size: 0.875rem;
    text-decoration: none; }
    .ui-datepicker-calendar tbody td a:hover {
      background-color: var(--primary);
      color: white; }
    .ui-datepicker-calendar tbody td a.ui-state-active {
      background-color: var(--primary);
      color: white; }

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all; }
  .ui-datepicker-header a.ui-corner-all:hover {
    background-color: #6ceadb;
    color: #ffffff; }

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg); }

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%; }

.ui-datepicker-header a > span {
  display: none; }

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem; }

.ui-datepicker-week-col {
  color: #8EA5C8;
  font-weight: 400;
  font-size: 0.75rem; }

label.error {
  color: #EB5757;
  position: absolute;
  bottom: 0;
  margin-bottom: -22px;
  font-size: 12px;
  font-weight: 400; }

.nice-select {
  display: flex;
  align-items: center;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }
  .nice-select ul {
    width: 100% !important; }

.nice-select .list {
  background: #212529; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #212529;
  color: var(--primary); }

.form-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.label-title {
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 5px;
  font-size: 14px; }

.form-select {
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1A2943;
  transition: all 0.3s ease-in-out;
  background-color: #f5f5f5; }
  .form-select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    font-weight: normal;
    text-transform: unset;
    outline: none; }
    .form-select .dropdown-toggle:focus {
      outline: 0 !important;
      outline-offset: 0; }
    .form-select .dropdown-toggle:after {
      content: none; }
  .form-select.show {
    box-shadow: none !important;
    outline: 0px !important; }
    .form-select.show .dropdown-toggle {
      box-shadow: none !important;
      outline: 0px !important; }
    .form-select.show.btn-group .dropdown-menu.inner {
      display: block; }
  .form-select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px; }
    .form-select .dropdown-menu ul li {
      padding: 0; }
      .form-select .dropdown-menu ul li a {
        display: block;
        padding: 8px 20px;
        clear: both;
        font-weight: 400;
        color: #333;
        white-space: nowrap; }
        .form-select .dropdown-menu ul li a img {
          border-radius: 100%;
          -webkit-border-radius: 100%;
          margin-right: 5px; }
        .form-select .dropdown-menu ul li a:hover {
          background-color: #f2f2f4; }
      .form-select .dropdown-menu ul li.selected a {
        background-color: var(--primary);
        color: #ffffff; }
  .form-select:focus, .form-select:active, .form-select.active {
    border-color: var(--primary); }

.form-select.btn-group {
  padding: 10px 20px;
  border-width: 1px; }
  .form-select.btn-group.show {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1) !important;
    border-color: var(--primary); }
  .form-select.btn-group .form-control .dropdown-toggle.btn-default {
    padding: 0; }
  .form-select.btn-group .dropdown-toggle .caret {
    font-size: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%); }
    .form-select.btn-group .dropdown-toggle .caret:before {
      content: "\f078"; }

.custom-file-label {
  box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
  height: 45px;
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 15px;
  border-color: transparent; }
  .custom-file-label:after {
    content: none !important; }

.dz-form.radius-no .form-control {
  border-radius: 0; }

.dz-form.style-1 textarea {
  height: 185px;
  padding: 15px ​20px; }

.form-check-input {
  width: 1.125em;
  height: 1.125em;
  border: 2px solid var(--primary); }

.form-check-label {
  font-size: 15px;
  color: var(--title); }

.input-group {
  margin-bottom: 20px; }

.wpcf7-form .row {
  --bs-gutter-x: 20px; }

.checkout-form {
  margin-bottom: 40px; }
  .checkout-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary); }
  .checkout-form .form-control {
    background: none;
    border: 1px solid transparent;
    border-bottom: 2px solid #E1E1E1;
    border-radius: 0;
    padding: 10px 0; }
    .checkout-form .form-control::placeholder {
      font-weight: 600;
      font-size: 16px;
      color: var(--seconday); }

.pay-bottom {
  padding-bottom: 55px;
  border-bottom: 2px dashed #AAAAAA; }
  .pay-bottom .money-type {
    position: relative;
    text-align: center; }
    .pay-bottom .money-type .form-check {
      border: 1px solid #F0F0F0;
      border-radius: var(--border-radius-base);
      padding-left: 0; }
      .pay-bottom .money-type .form-check .form-check-input {
        position: absolute;
        right: 15px;
        top: 15px; }
        .pay-bottom .money-type .form-check .form-check-input:checked + .form-check-label {
          background-color: #FFF0DF;
          border: 1px solid var(--primary);
          border-radius: var(--border-radius-base); }
          .pay-bottom .money-type .form-check .form-check-input:checked + .form-check-label i {
            color: var(--primary); }
      .pay-bottom .money-type .form-check .form-check-label {
        width: 100%;
        margin: 0 !important;
        padding: 10px 10px; }
      .pay-bottom .money-type .form-check .payment-check i {
        font-size: 68px; }

.input-group-text.checkout-text {
  background: none;
  border-color: transparent;
  position: relative;
  right: 60px; }
  .input-group-text.checkout-text i {
    font-size: 20px;
    font-weight: 600; }

.form-control.default-select .btn {
  background: transparent;
  border-width: 0 0 2px;
  border-radius: 0;
  padding: 15px 10px !important;
  border-color: #E1E1E1;
  padding: 10px 20px; }
  .form-control.default-select .btn:focus {
    outline: 0 !important; }

.form-control.default-select .filter-option-inner-inner {
  font-weight: 600;
  font-size: 16px; }

.shop-form .form-group {
  margin-bottom: 25px; }
  .shop-form .form-group .bootstrap-select {
    width: 100% !important; }
    .shop-form .form-group .bootstrap-select .btn {
      font-weight: 300;
      color: #000; }
      .shop-form .form-group .bootstrap-select .btn.btn-light {
        border: 1px solid rgba(0, 0, 0, 0.125); }
        .shop-form .form-group .bootstrap-select .btn.btn-light:hover {
          background-color: whitesmoke;
          border-color: 1px solid rgba(0, 0, 0, 0.125); }
        .shop-form .form-group .bootstrap-select .btn.btn-light:focus {
          outline: 0 !important; }

@media only screen and (max-width: 991px) {
  .shop-form {
    margin-top: 25px; } }

.login-area {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px;
  height: 100%;
  border-radius: 6px; }

.dz-ajax-overlay {
  position: relative; }
  .dz-ajax-overlay:after {
    content: "Loading...";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border-radius: 5px;
    opacity: 0.8;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    font-style: italic; }

.custom-radio {
  min-height: auto; }
  .custom-radio .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0 3px; }
  .custom-radio .form-check-input {
    height: 20px;
    width: 20px;
    margin-top: 3px; }
    @media only screen and (max-width: 575px) {
      .custom-radio .form-check-input {
        margin-top: 1px; } }
  .custom-radio .form-check-input[type="radio"] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    border-color: var(--primary);
    border-width: 1px;
    border-style: solid; }
  .custom-radio .form-check-input:checked[type="radio"] {
    background-image: none;
    background-color: white;
    border-color: var(--primary); }
    .custom-radio .form-check-input:checked[type="radio"]:after {
      content: "";
      height: 12px;
      width: 12px;
      background-color: var(--primary);
      position: absolute;
      top: 3px;
      left: 3px;
      border-radius: 50%; }

button:hover,
button:active,
button:focus {
  outline: 0; }

.btn {
  font-size: 14px;
  padding: 12.5px 20px;
  line-height: 1.5;
  display: inline-flex;
  border-radius: var(--border-radius-base);
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  justify-content: center; }
  .btn.btn-lg, .btn-group-lg > .btn {
    font-size: 18px;
    padding: 9px 20px;
    line-height: 1.5; }
  .btn.btn-md {
    padding: 15px 24px;
    font-size: 18px; }
  .btn.btn-sm, .btn-group-sm > .btn {
    font-size: 13px;
    padding: 6px 15px; }
  .btn.btn-xs {
    font-size: 14px;
    padding: 11px 25px; }
  .btn.btn-primary {
    color: #ffffff; }
    .btn.btn-primary:hover {
      color: #ffffff; }
  .btn.text-lg {
    font-size: 18px;
    padding: 10px 20px; }
  @media only screen and (max-width: 575px) {
    .btn {
      padding: 10px 15px; } }

.btn.outline-2 {
  border-width: 2px; }

.btn-success,
.btn-danger,
.btn-warning {
  color: #fff; }
  .btn-success:hover,
  .btn-danger:hover,
  .btn-warning:hover {
    color: #fff; }

.btn-outline-success:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover {
  color: #fff; }

.btn-success.effect:after,
.btn-info.effect:after,
.btn-danger.effect:after,
.btn-warning.effect:after {
  background: var(--secondary); }

.btn-primary.btn-shadow,
.btn-outline-primary.btn-shadow {
  box-shadow: 0px 4px 10px var(--rgba-primary-2); }

.btn-secondary.btn-shadow {
  box-shadow: 0px 4px 10px #e4ecf9; }

.btn-danger.btn-shadow {
  box-shadow: 0px 4px 10px #fad7d7; }

.btn-danger.light {
  background-color: rgba(235, 87, 87, 0.1);
  color: #EB5757;
  border-color: transparent; }
  .btn-danger.light:hover {
    background-color: #EB5757;
    color: #ffffff;
    box-shadow: 0px 4px 10px #fad7d7; }

.btn-rounded {
  border-radius: 30px !important; }

.btn-link {
  text-transform: uppercase;
  font-family: var(--font-family-base);
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  padding: 5px 0 5px 0; }

.shadow-primary {
  box-shadow: 0px 19px 29px rgba(220, 181, 145, 0.34); }

.btn-info {
  color: #fff; }
  .btn-info:hover {
    color: #fff; }

.btn-white {
  background-color: #fff;
  color: var(--primary); }
  .btn-white:hover {
    color: var(--primary); }

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary); }
  .btn-secondary:after {
    background-color: var(--primary); }

.btn-primary {
  border-color: var(--primary);
  background-color: var(--primary); }
  .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover); }
  .btn-primary:after {
    background-color: var(--secondary); }
  .btn-primary.light {
    background-color: var(--rgba-primary-1);
    color: var(--primary);
    border-color: var(--rgba-primary-1); }
    .btn-primary.light:hover {
      background-color: var(--primary);
      color: #ffffff; }
      .btn-primary.light:hover svg path {
        fill: #ffffff; }

.btn-link {
  color: var(--primary);
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500; }
  .btn-link:hover {
    color: var(--primary-hover); }

.btn-outline-primary {
  color: var(--title);
  border-color: var(--primary); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
    color: #ffffff; }
  .btn-outline-primary.text-primary:hover {
    color: #fff !important; }

.btn-light {
  background-color: #8EA5C8;
  color: #ffffff; }

.show.dropdown .dropdown-btn.btn-primary svg rect,
.show.dropdown .dropdown-btn.btn-primary svg path {
  fill: #fff; }

.action-dropdown .dropdown-menu .dropdown-item {
  font-size: 15px; }

.dropdown-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0; }
  .dropdown-btn.btn-primary svg rect,
  .dropdown-btn.btn-primary svg path {
    fill: var(--primary); }
  .dropdown-btn.btn-primary:hover svg rect,
  .dropdown-btn.btn-primary:hover svg path {
    fill: #fff; }

.badge {
  padding: 6px;
  font-weight: var(--headings-font-weight);
  background-color: var(--primary);
  color: white;
  border-radius: 4px;
  align-self: center;
  font-family: var(--font-family-title);
  font-size: 11px;
  min-width: 22px;
  height: 22px;
  text-align: center; }
  .badge:hover {
    color: #fff; }
  .badge.badge-primary {
    background-color: var(--primary); }
  .badge.badge-secondary {
    background-color: #122A4C; }
  .badge.badge-info {
    background-color: #00aeff; }
  .badge.badge-success {
    background-color: #11B011; }
  .badge.badge-warning {
    background-color: #FFBB69; }
  .badge.badge-danger {
    background-color: #EB5757; }
  .badge.badge-light {
    background-color: #f5f5f5; }

.table-responsive-sm {
  min-width: 48rem; }

.table {
  margin-bottom: 0px;
  font-weight: 400; }
  .table tr td,
  .table tr th {
    padding: 10px 20px; }
    @media only screen and (max-width: 575px) {
      .table tr td,
      .table tr th {
        padding: 5px; } }

.table.book-overview tr th {
  color: #1A2943;
  font-size: 16px;
  font-weight: 500;
  width: 200px; }

.table-striped thead tr th {
  padding-bottom: 15px !important; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff; }

.table-striped tfoot {
  border-top: 2px solid #CFDBED; }
  .table-striped tfoot tr th {
    padding-top: 10px; }

.table > :not(:first-child) {
  border-top: 1px solid #dee2e6; }

.check-tbl {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  vertical-align: middle; }
  .check-tbl thead th {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    color: #fff;
    background: var(--secondary); }
  .check-tbl tbody td {
    padding: 15px;
    font-weight: 500;
    color: var(--secondary); }
    .check-tbl tbody td img {
      width: 100px;
      border-radius: 6px; }
  .check-tbl .product-item-close {
    text-align: right; }
    .check-tbl .product-item-close a {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background: var(--bs-danger);
      display: inline-block;
      color: #fff;
      text-align: center;
      line-height: 40px; }
  .check-tbl .product-item-totle {
    min-width: 180px; }

.product-item-img {
  width: 100px;
  height: 100px; }

.table-style-1 {
  border-collapse: separate; }
  .table-style-1 thead th {
    font-size: 15px;
    padding: 10px 25px;
    color: var(--primary);
    font-weight: 500;
    white-space: nowrap;
    border: 0; }
    @media only screen and (max-width: 575px) {
      .table-style-1 thead th {
        padding: 10px 20px; } }
  .table-style-1 tbody tr {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .table-style-1 tbody tr:hover {
      background-color: rgba(124, 165, 200, 0.1); }
  .table-style-1 tbody td {
    padding: 10px 25px;
    vertical-align: middle;
    font-size: 13px;
    color: var(--title);
    border: 0; }
    @media only screen and (max-width: 575px) {
      .table-style-1 tbody td {
        padding: 10px 20px; } }
  .table-style-1.border-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid rgba(142, 165, 200, 0.3); }
  .table-style-1.data-end-right thead th:last-child,
  .table-style-1.data-end-right tbody td:last-child {
    text-align: right; }

.table-notifications td.data {
  width: 250px; }
  @media only screen and (max-width: 767px) {
    .table-notifications td.data {
      width: 180px; } }

.trade-history-table .date {
  width: 180px;
  min-width: 180px; }
  @media only screen and (max-width: 575px) {
    .trade-history-table .date {
      width: 150px;
      min-width: 150px; } }

.accordion .accordion-item {
  border: 1px solid rgba(142, 165, 200, 0.5);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1480px) {
    .accordion .accordion-item {
      margin-bottom: 15px; } }
  .accordion .accordion-item:last-child {
    margin-bottom: 0; }
  .accordion .accordion-item .accordion-header .accordion-button {
    padding: 18px 25px;
    color: var(--title);
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    border-color: var(--primary);
    background-color: var(--card-bg); }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      box-shadow: none;
      background-color: var(--primary);
      color: #fff;
      border-radius: 0; }
      .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
        color: #fff; }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      background-image: none;
      content: "\f107";
      font-family: "Font Awesome 6 free";
      font-weight: 900;
      color: var(--primary);
      width: auto;
      height: auto; }
    @media only screen and (max-width: 1480px) {
      .accordion .accordion-item .accordion-header .accordion-button {
        padding: 12px 20px; } }
    @media only screen and (max-width: 575px) {
      .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px; } }
  .accordion .accordion-item .accordion-body {
    background-color: var(--card-bg);
    color: var(--title);
    padding: 18px 25px; }
    @media only screen and (max-width: 1480px) {
      .accordion .accordion-item .accordion-body {
        padding: 12px 20px; } }

.accordion.style-1 .accordion-item {
  border: 2px solid var(--primary); }
  .accordion.style-1 .accordion-item .accordion-header .accordion-button {
    padding: 18px 30px; }
    @media only screen and (max-width: 767px) {
      .accordion.style-1 .accordion-item .accordion-header .accordion-button {
        padding: 8px 10px 10px 15px; } }
    .accordion.style-1 .accordion-item .accordion-header .accordion-button ul {
      width: 60%; }
      .accordion.style-1 .accordion-item .accordion-header .accordion-button ul li span {
        font-size: 16px;
        font-weight: 400;
        color: var(--body-color); }
      .accordion.style-1 .accordion-item .accordion-header .accordion-button ul li h6, .accordion.style-1 .accordion-item .accordion-header .accordion-button ul li .h6 {
        font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .accordion.style-1 .accordion-item .accordion-header .accordion-button ul {
          width: 80%; }
          .accordion.style-1 .accordion-item .accordion-header .accordion-button ul li span {
            font-size: 12px; }
          .accordion.style-1 .accordion-item .accordion-header .accordion-button ul li h6, .accordion.style-1 .accordion-item .accordion-header .accordion-button ul li .h6 {
            font-size: 13px; } }
    .accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      color: #fff; }
      .accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) ul li h6, .accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) ul li .h6, .accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) ul li span {
        color: #fff; }
      .accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
        color: #fff;
        transform: unset;
        content: "\f068";
        background-color: var(--card-bg);
        color: var(--primary); }
    .accordion.style-1 .accordion-item .accordion-header .accordion-button:after {
      content: "\2b";
      font-family: "Font Awesome 6 free";
      font-weight: 900;
      background-color: var(--primary);
      color: #fff;
      text-align: center;
      width: 40px;
      border-radius: var(--border-radius-base);
      height: 40px;
      line-height: 40px; }
      @media only screen and (max-width: 767px) {
        .accordion.style-1 .accordion-item .accordion-header .accordion-button:after {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 14px;
          border-radius: 6px; } }

.dz-seprator {
  border-bottom: 1px solid #D9D9D9;
  margin: 80px 0; }
  @media only screen and (max-width: 1280px) {
    .dz-seprator {
      margin: 40px 0px 40px 0; } }
  @media only screen and (max-width: 991px) {
    .dz-seprator {
      margin: 30px 0px 30px 0; } }
  @media only screen and (max-width: 575px) {
    .dz-seprator {
      margin: 30px 0px 30px 0; } }

.pagination {
  margin: 0 -5px; }
  .pagination .page-link {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
    border: 1px solid var(--primary);
    color: var(--title);
    font-weight: 500; }
    .pagination .page-link svg path {
      fill: var(--title); }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: var(--primary);
      color: #ffffff; }
      .pagination .page-link:hover svg path, .pagination .page-link:focus svg path {
        fill: #ffffff; }
  .pagination .page-item {
    padding: 0 5px; }

.list-circle li,
.list-angle-double li,
.list-square li,
.list-square-check li,
.list-check-circle li,
.list-check li,
.list-plus-circle li,
.list-arrow-left-circle li,
.list-arrow-right-circle li {
  position: relative;
  padding: 5px 5px 5px 30px;
  font-family: var(--font-family-title);
  font-size: 16px; }
  .list-circle li:before,
  .list-angle-double li:before,
  .list-square li:before,
  .list-square-check li:before,
  .list-check-circle li:before,
  .list-check li:before,
  .list-plus-circle li:before,
  .list-arrow-left-circle li:before,
  .list-arrow-right-circle li:before {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.list-circle.primary li:before,
.list-angle-double.primary li:before,
.list-square.primary li:before,
.list-square-check.primary li:before,
.list-check-circle.primary li:before,
.list-check.primary li:before,
.list-plus-circle.primary li:before,
.list-arrow-left-circle.primary li:before,
.list-arrow-right-circle.primary li:before {
  color: var(--primary); }

.list-circle.white li:before,
.list-angle-double.white li:before,
.list-square.white li:before,
.list-square-check.white li:before,
.list-check-circle.white li:before,
.list-check.white li:before,
.list-plus-circle.white li:before,
.list-arrow-left-circle.white li:before,
.list-arrow-right-circle.white li:before {
  color: #fff; }

.list-circle.gray li:before,
.list-angle-double.gray li:before,
.list-square.gray li:before,
.list-square-check.gray li:before,
.list-check-circle.gray li:before,
.list-check.gray li:before,
.list-plus-circle.gray li:before,
.list-arrow-left-circle.gray li:before,
.list-arrow-right-circle.gray li:before {
  color: #cbcbcb; }

ul.list-circle li {
  padding: 5px 5px 5px 22px; }
  ul.list-circle li:before {
    content: "\f111";
    font-size: 6px;
    top: 15px; }

ul.list-angle-double li:before {
  content: "\f101";
  font-size: 18px; }

ul.list-square li:before {
  content: "\f45c";
  top: 50%;
  transform: translateY(-50%); }

ul.list-check li:before {
  content: "\f00c";
  font-size: 16px; }

ul.list-check-circle li:before {
  content: "\f058";
  font-size: 18px;
  font-weight: 500;
  top: 5px; }

ul.list-plus-circle li:before {
  content: "\f055";
  font-size: 18px;
  top: 5px; }

ul.list-arrow-left-circle li:before, ul.list-arrow-right-circle li:before {
  font-size: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-color: #888888;
  border-radius: 50px;
  text-align: center;
  line-height: 21px; }

ul.list-arrow-right-circle li:before {
  content: "\f054";
  padding-left: 1px; }

ul.list-arrow-left-circle li:before {
  content: "\f053";
  padding-right: 1px; }

ul.grid-2 {
  display: flex;
  flex-wrap: wrap; }
  ul.grid-2 li {
    width: 50%; }
  @media only screen and (max-width: 575px) {
    ul.grid-2 li {
      width: 100%; } }

.list-square-check li {
  padding: 10px 15px 10px 60px;
  min-height: 45px;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 15px; }
  .list-square-check li:before {
    content: "\f00c";
    top: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: var(--rgba-primary-1);
    color: #000;
    text-align: center;
    padding: 0 0 0 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: translateY(-50%); }
  .list-square-check li:hover:before {
    background-color: var(--primary);
    color: #fff; }

.list-number-circle li {
  padding: 0px 15px 0px 70px;
  position: relative;
  margin-bottom: 30px; }
  .list-number-circle li:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: var(--primary);
    color: #fff;
    font-family: var(--font-family-title);
    font-size: 24px;
    font-weight: 600; }
  .list-number-circle li p {
    margin-bottom: 0; }

.list-square-box li {
  padding: 0px 0 0px 25px;
  position: relative;
  margin-bottom: 30px; }
  .list-square-box li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 12px;
    width: 12px;
    background: var(--primary); }
  .list-square-box li p {
    margin-bottom: 0;
    font-size: 17px; }

.list-check-box li {
  padding: 20px 10px 20px 70px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  background: var(--secondary);
  font-size: 24px;
  font-family: var(--font-family-title);
  border-radius: var(--border-radius-base);
  text-transform: uppercase;
  margin-right: 40px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  font-weight: 500; }
  .list-check-box li:after {
    content: "\f058";
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    left: 30px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    transform: translateY(-50%); }
  .list-check-box li:hover {
    background: var(--primary);
    margin-right: 0; }
  @media only screen and (max-width: 1200px) {
    .list-check-box li {
      font-size: 20px; } }
  @media only screen and (max-width: 575px) {
    .list-check-box li {
      font-size: 18px;
      padding: 20px 10px 20px 55px; }
      .list-check-box li:after {
        left: 20px; } }

/* Light Gallery */
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(30, 30, 30, 0.6); }

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  background-color: transparent; }

.lg-backdrop {
  background-color: rgba(30, 30, 30, 0.9); }

.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: #ffffff; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--primary); }

.lightimg {
  cursor: pointer; }

.progress-bx {
  overflow: hidden; }
  .progress-bx .progress-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .progress-bx .progress-info .title {
      margin-bottom: 0; }
    .progress-bx .progress-info .progress-value {
      margin-bottom: 0; }
  .progress-bx .progress {
    overflow: unset; }
    .progress-bx .progress .progress-bar {
      position: relative;
      overflow: unset; }

.scroltop {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff !important;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s; }
  .scroltop:after {
    border: 1px dashed var(--primary);
    transform: scale(1.2);
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .2s,opacity .3s;
    -moz-transition: -moz-transform .2s,opacity .3s;
    transition: transform .2s,opacity .3s; }
  .scroltop:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite; }
  @media only screen and (max-width: 575px) {
    .scroltop {
      height: 40px;
      width: 40px;
      line-height: 40px; } }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg) scale(1.2); }
  to {
    -webkit-transform: rotate(360deg) scale(1.2); } }

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg) scale(1.2); }
  to {
    -moz-transform: rotate(360deg) scale(1.2); } }

@keyframes spinAround {
  from {
    transform: rotate(0deg) scale(1.2); }
  to {
    transform: rotate(360deg) scale(1.2); } }

.btn-next,
.btn-prev {
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  color: var(--primary);
  background: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
  text-align: center;
  line-height: 60px;
  border-radius: var(--border-radius-base);
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  @media only screen and (max-width: 767px) {
    .btn-next,
    .btn-prev {
      width: 45px;
      height: 45px;
      line-height: 45px; } }
  .btn-next:hover,
  .btn-prev:hover {
    background: var(--primary);
    color: #fff;
    box-shadow: 0px 12px 20px 0px var(--rgba-primary-3); }
  .btn-next:after,
  .btn-prev:after {
    content: none; }
  .btn-next i,
  .btn-prev i {
    font-size: 28px;
    line-height: inherit; }
    @media only screen and (max-width: 767px) {
      .btn-next i,
      .btn-prev i {
        font-size: 24px; } }

.swiper-btn-center-lr {
  position: relative; }
  .swiper-btn-center-lr .btn-next,
  .swiper-btn-center-lr .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .swiper-btn-center-lr .btn-prev {
    left: -100px; }
  .swiper-btn-center-lr .btn-next {
    right: -100px; }
  .swiper-btn-center-lr:hover .btn-prev {
    left: 0px; }
  .swiper-btn-center-lr:hover .btn-next {
    right: 0px; }
  @media only screen and (max-width: 1400px) {
    .swiper-btn-center-lr .btn-prev {
      left: 0px; }
    .swiper-btn-center-lr .btn-next {
      right: 0px; } }

.modal .close-btn {
  height: 40px;
  width: 40px;
  background-color: #EB5757;
  color: white;
  text-align: center;
  display: block;
  line-height: 40px;
  border-radius: 10px;
  position: fixed;
  top: 1rem;
  right: 15px;
  left: auto;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  transition: opacity .3s ease-in-out .3s; }

.modal.show .close-btn {
  opacity: 1; }

.modal .modal-content {
  border: 0;
  border-radius: 10px; }

.modal .modal-header {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 0;
  padding-top: 30px; }
  @media only screen and (max-width: 575px) {
    .modal .modal-header {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 20px; } }
  .modal .modal-header .modal-title {
    font-size: 18px; }

.modal .modal-header + .modal-body {
  padding-top: 20px; }

.modal .modal-footer {
  border-top: 0; }

.modal .modal-body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 30px; }
  @media only screen and (max-width: 575px) {
    .modal .modal-body {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 20px;
      padding-bottom: 20px; } }

.modal-backdrop {
  background-color: #1A2943; }
  .modal-backdrop.show {
    opacity: 0.7; }

.modal-content {
  background-color: var(--card-bg); }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 412px; } }

.modal-dialog .modal-body .form-group {
  margin-bottom: 20px; }

.modal-dialog .modal-body .form-select {
  border-color: var(--border-color);
  border-radius: var(--border-radius-base);
  background-color: var(--input-bg);
  margin-bottom: 20px;
  box-shadow: 0px 7px 15px 0 rgba(61, 70, 83, 0.1);
  font-size: 16px;
  color: var(--title); }

.modal-dialog .modal-body .fixed-text .input-group-text {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 14px;
  color: #000;
  z-index: 9; }

.modal-dialog .modal-body .fixed-text .form-control {
  border-radius: var(--border-radius-base) !important; }

.modal-dialog .modal-body .form-control {
  font-size: 16px;
  font-weight: 400;
  height: 48px; }
  .modal-dialog .modal-body .form-control::placeholder {
    color: #8EA5C8; }
  @media only screen and (max-width: 575px) {
    .modal-dialog .modal-body .form-control {
      font-size: 15px; } }

.modal-dialog .modal-body .custom-nouislider {
  margin-bottom: 60px;
  margin-top: 30px; }

.modal-dialog .modal-body .amount-list {
  margin-top: 30px; }
  .modal-dialog .modal-body .amount-list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px; }
    .modal-dialog .modal-body .amount-list ul li span {
      font-size: 14px; }
    .modal-dialog .modal-body .amount-list ul li h5, .modal-dialog .modal-body .amount-list ul li .h5 {
      font-size: 14px;
      font-weight: 500;
      color: #000; }
    .modal-dialog .modal-body .amount-list ul li:last-child {
      margin-bottom: 0; }

.modal-dialog .modal-body .count-down .text-dashed {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  text-decoration: 1px underline dashed;
  text-underline-offset: 3px; }

.modal-dialog .modal-body .count-down h5, .modal-dialog .modal-body .count-down .h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary); }

.modal-dialog .modal-body .countdown-radio {
  display: flex;
  margin-top: 1rem; }
  .modal-dialog .modal-body .countdown-radio .countdown-check {
    display: flex;
    justify-content: space-between; }
  .modal-dialog .modal-body .countdown-radio form {
    width: 70%; }

.modal-dialog .btn {
  font-size: 18px;
  font-weight: 600;
  padding: 9.5px 20px; }
  @media only screen and (max-width: 575px) {
    .modal-dialog .btn {
      font-size: 16px; } }

.modal-dialog .wallet-transfer .spot-wallet {
  border: 1px solid var(--border-color);
  box-shadow: 0px 7px 15px rgba(61, 70, 83, 0.1);
  border-radius: var(--border-radius-base);
  padding: 12px 20px; }
  .modal-dialog .wallet-transfer .spot-wallet label {
    color: var(--primary);
    font-size: 12px; }
  .modal-dialog .wallet-transfer .spot-wallet .form-control {
    box-shadow: none;
    border: 0;
    font-weight: 500;
    color: #000;
    padding: 0;
    background: transparent;
    height: 22px; }

.modal-dialog .wallet-transfer .exchange-icon {
  height: 43px;
  width: 43px;
  background-color: var(--primary);
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  line-height: 43px;
  position: relative;
  z-index: 1; }
  .modal-dialog .wallet-transfer .exchange-icon:after {
    content: "";
    position: absolute;
    top: 22px;
    left: -97px;
    height: 2px;
    width: 227px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #18A594 50.08%, rgba(255, 255, 255, 0) 100%);
    z-index: -1; }

.modal-dialog .wallet-transfer .available {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .modal-dialog .wallet-transfer .available span {
    color: var(--primary); }

.deposit-crypto-modal .modal-svg {
  margin: 28px 0px 40px 0px; }

.deposit-crypto-modal .modal-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 301px;
  border: 0; }
  .deposit-crypto-modal .modal-content .modal-content-title {
    font-size: 24px; }

.deposit-crypto-scanner .deposit-crypto-scanner-body .modal-svg {
  position: absolute;
  right: 14px;
  top: 11px;
  margin: 0 -7px; }
  .deposit-crypto-scanner .deposit-crypto-scanner-body .modal-svg svg {
    margin: 0 7px; }

.profile .profile-body .modal-svg {
  position: absolute;
  right: 14px;
  top: 11px;
  margin: 0 -7px; }
  .profile .profile-body .modal-svg svg {
    margin: 0 7px; }

.profile h4, .profile .h4 {
  font-size: 28px;
  font-weight: 600; }

.profile-image-modal .profile {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
  padding: 0; }
  .profile-image-modal .profile .profile-progress {
    width: 100%;
    height: 100%; }
  .profile-image-modal .profile .profile-blank {
    background: #DCDCDC;
    width: 135px;
    height: 135px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.profile-image-modal .upload-file {
  border: 2px dashed #CFDBED;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8EA5C8;
  font-size: 15px;
  height: 60px;
  margin-bottom: 40px; }

.profile-image-modal .modal-body {
  padding-bottom: 40px; }

@media only screen and (max-width: 575px) {
  .profile-image-modal .profile {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px; }
    .profile-image-modal .profile .profile-blank {
      width: 100px;
      height: 100px; }
  .profile-image-modal .upload-file {
    margin-bottom: 20px; }
  .profile-image-modal .modal-body {
    padding-bottom: 30px; } }

@media (min-width: 767px) {
  .megamodal .modal-dialog {
    max-width: 650px; } }

.megamodal .modal-dialog > .modal-content {
  background: transparent; }

.megamodal .modal-body {
  padding: 0; }

.megamodal .modal-svg {
  margin: 0 auto 40px; }
  @media only screen and (max-width: 575px) {
    .megamodal .modal-svg {
      margin: 0 auto 25px; } }

.megamodal .modal-content {
  padding: 0; }
  .megamodal .modal-content .modal-content {
    padding: 40px 20px; }
    @media only screen and (max-width: 575px) {
      .megamodal .modal-content .modal-content {
        padding: 30px 20px; } }

.language-modal .modal-dialog {
  max-width: 500px; }

.language-modal .modal-body {
  padding-left: 10px;
  padding-right: 10px; }
  .language-modal .modal-body .modal-title {
    margin-left: 26px; }
    @media only screen and (max-width: 575px) {
      .language-modal .modal-body .modal-title {
        margin-left: 20px; } }

.language-list {
  display: flex;
  flex-wrap: wrap; }
  .language-list li {
    width: calc(50% - 20px);
    padding: 12px 18px;
    margin: 0 10px;
    border-width: 1px;
    border-color: transparent transparent var(--border-color) transparent;
    border-style: solid; }
    @media only screen and (max-width: 575px) {
      .language-list li {
        padding: 8px 10px; } }
    .language-list li:last-child {
      border-color: transparent transparent transparent transparent; }
    .language-list li a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: var(--title);
      font-size: 15px; }
      @media only screen and (max-width: 575px) {
        .language-list li a {
          font-size: 13px; }
          .language-list li a svg {
            width: 15px;
            height: 15px; } }
      .language-list li a svg path {
        fill: var(--body-color); }
    .language-list li.active {
      border-color: var(--primary);
      border-radius: 12px; }
      .language-list li.active svg path {
        fill: var(--primary); }

.nav-tabs.card-tabs {
  border: 0;
  margin: 0 -5px; }
  .nav-tabs.card-tabs .nav-item {
    flex: 1;
    padding: 0 5px; }
  .nav-tabs.card-tabs .nav-link {
    text-align: center;
    padding: 12px 20px;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 500; }
    .nav-tabs.card-tabs .nav-link.primary {
      background-color: var(--rgba-primary-1);
      color: var(--primary); }
    .nav-tabs.card-tabs .nav-link.danger {
      background-color: rgba(235, 87, 87, 0.1);
      color: #EB5757; }
    .nav-tabs.card-tabs .nav-link.active.primary {
      background-color: var(--primary);
      color: #ffffff;
      box-shadow: 0px 4px 10px var(--rgba-primary-2); }
    .nav-tabs.card-tabs .nav-link.active.danger {
      background-color: #EB5757;
      box-shadow: 0px 4px 10px #fad7d7;
      color: #ffffff; }

.nav-tabs.style-1 {
  background-color: var(--rgba-primary-1);
  border-radius: 10px;
  border: 0;
  padding: 5px; }
  .nav-tabs.style-1 .nav-item {
    flex: 1; }
  .nav-tabs.style-1 .nav-link {
    border: 0;
    border-radius: 7px;
    font-size: 13px;
    color: var(--title);
    text-transform: uppercase;
    padding: 5px 12px;
    text-align: center;
    font-weight: 500; }
    @media only screen and (max-width: 1400px) {
      .nav-tabs.style-1 .nav-link {
        font-size: 11px; } }
    .nav-tabs.style-1 .nav-link.active {
      color: var(--primary);
      background-color: var(--card-bg); }

.nav-tabs.border-tabs {
  border-bottom: 1px solid var(--border-color); }
  .nav-tabs.border-tabs .nav-link {
    border: 0;
    font-size: 15px;
    color: var(--body-color);
    margin-bottom: 0;
    padding: 15px 25px;
    position: relative;
    background-color: transparent;
    text-align: center;
    font-weight: 500; }
    .nav-tabs.border-tabs .nav-link:after {
      content: "";
      height: 4px;
      position: absolute;
      bottom: 0;
      width: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--primary);
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
    .nav-tabs.border-tabs .nav-link.active {
      color: var(--primary); }
      .nav-tabs.border-tabs .nav-link.active:after {
        width: 100%; }
  .nav-tabs.border-tabs.wide .nav-item {
    flex: 1; }
  @media only screen and (max-width: 767px) {
    .nav-tabs.border-tabs .nav-link {
      padding: 10px 14px; } }
  @media only screen and (max-width: 767px) {
    .nav-tabs.border-tabs .nav-link {
      font-size: 12px;
      padding: 10px 9px; }
      .nav-tabs.border-tabs .nav-link::after {
        height: 2px; } }

.nav-tabs.setting-tabs {
  border: 0;
  display: block; }
  .nav-tabs.setting-tabs label {
    font-size: 14px;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-color);
    display: block;
    padding: 10px 0;
    font-weight: 500;
    margin-bottom: 5px; }
  .nav-tabs.setting-tabs .nav-item {
    margin-bottom: 15px; }
  .nav-tabs.setting-tabs .nav-link {
    border: 0;
    border-radius: 10px;
    display: flex;
    margin: 0 -5px;
    font-weight: 500;
    color: var(--title);
    font-size: 1rem;
    align-items: center;
    position: relative;
    padding: 10px 10px; }
    .nav-tabs.setting-tabs .nav-link:after {
      content: "\f054";
      position: absolute;
      top: 50%;
      right: 0;
      right: 15px;
      transform: translateY(-50%);
      font-family: 'FontAwesome';
      color: var(--title); }
    .nav-tabs.setting-tabs .nav-link .tb-icon {
      height: 35px;
      width: 35px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      background-color: var(--rgba-primary-1); }
      .nav-tabs.setting-tabs .nav-link .tb-icon svg path {
        fill: var(--primary); }
    .nav-tabs.setting-tabs .nav-link.active {
      background-color: var(--primary);
      color: #ffffff;
      box-shadow: 0px 4px 10px var(--rgba-primary-2); }
      .nav-tabs.setting-tabs .nav-link.active::after {
        color: #ffffff; }
      .nav-tabs.setting-tabs .nav-link.active .tb-icon {
        background-color: #ffffff; }

.nav-tabs.style-2 {
  border: 0; }
  .nav-tabs.style-2 .nav-item {
    margin: 0 4px; }
  .nav-tabs.style-2 .nav-link {
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    color: var(--title);
    background-color: #F4F6FA; }
    .nav-tabs.style-2 .nav-link.active {
      color: #ffffff;
      background-color: var(--primary); }
  @media only screen and (max-width: 575px) {
    .nav-tabs.style-2 .nav-item {
      margin: 0 3px; }
    .nav-tabs.style-2 .nav-link {
      padding: 4px 8px;
      font-size: 12px;
      border-radius: 5px; } }

.nav-tabs.style-3 {
  border: 0;
  margin: 0 -10px; }
  .nav-tabs.style-3 .nav-item {
    padding: 0 10px; }
  .nav-tabs.style-3 .nav-link {
    border: 2px solid var(--primary);
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--title);
    margin-bottom: 0;
    padding: 14px 24px;
    box-shadow: 0px 15px 15px 0px #18A5941A; }
    .nav-tabs.style-3 .nav-link.active {
      background-color: var(--primary);
      color: #ffffff; }
  .nav-tabs.style-3.tab-sm .nav-link {
    font-size: 15px;
    padding: 10px 20px;
    border-width: 1px;
    border-radius: 8px;
    box-shadow: none; }
  @media only screen and (max-width: 991px) {
    .nav-tabs.style-3 .nav-link {
      padding: 8px 15px;
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .nav-tabs.style-3 {
      margin: 0 -5px; }
      .nav-tabs.style-3 .nav-item {
        padding: 0 5px; }
      .nav-tabs.style-3 .nav-link {
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 8px; }
      .nav-tabs.style-3.tab-sm .nav-link {
        font-size: 13px;
        padding: 6px 15px; } }
  @media only screen and (max-width: 575px) {
    .nav-tabs.style-3 .nav-link {
      padding: 8px 8px;
      font-size: 12px; } }

.nav-tabs-card .nav-tabs.border-tabs {
  margin-top: -10px; }
  @media only screen and (max-width: 575px) {
    .nav-tabs-card .nav-tabs.border-tabs {
      margin-left: -15px;
      margin-right: -15px; } }
  .nav-tabs-card .nav-tabs.border-tabs .nav-link {
    padding: 25px 20px; }
    @media only screen and (max-width: 1280px) {
      .nav-tabs-card .nav-tabs.border-tabs .nav-link {
        padding: 20px 15px; } }
    @media only screen and (max-width: 767px) {
      .nav-tabs-card .nav-tabs.border-tabs .nav-link {
        font-size: 14px;
        padding: 15px 12px; } }
    @media only screen and (max-width: 575px) {
      .nav-tabs-card .nav-tabs.border-tabs .nav-link {
        font-size: 13px;
        padding: 12px 10px; } }

@media only screen and (min-width: 991px) {
  .order-history-tabs.nav-tabs.tab-sm .nav-link {
    padding: 12px 25px; } }

@-webkit-keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes upToDown {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes upToRight {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes leftToRight {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes leftToRight {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes leftToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px); }
  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px); }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px); }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes movedelement5 {
  0% {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%); }
  25% {
    -webkit-transform: translate(10px, calc(-50% + 10px));
    transform: translate(10px, calc(-50% + 10px)); }
  50% {
    -webkit-transform: translate(5px, calc(-50% + 5px));
    transform: translate(5px, calc(-50% + 5px)); }
  75% {
    -webkit-transform: translate(10px, calc(-50% + -5px));
    transform: translate(10px, calc(-50% + -5px)); }
  to {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%); } }

@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-45deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg); } }

@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); } }

@-moz-keyframes spin2 {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(45deg); } }

@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg); } }

@keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); } }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

.dz-divider {
  height: 1px;
  position: relative;
  margin: 30px 0; }
  .dz-divider.divider-2px {
    height: 2px; }
  .dz-divider.divider-3px {
    height: 2px; }
  .dz-divider.divider-4px {
    height: 2px; }
  .dz-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .dz-divider.icon-left {
    margin-left: 40px; }
    .dz-divider.icon-left i {
      left: -40px; }
  .dz-divider.icon-right {
    margin-right: 40px; }
    .dz-divider.icon-right i {
      right: -40px; }
  .dz-divider.icon-center i {
    left: 50%;
    margin-left: -5px; }

.bg-gray-dark {
  background-color: #d3d3d3; }

.range-slider.style-1 {
  padding: 10px 15px 40px; }
  .range-slider.style-1 .noUi-horizontal {
    height: 8px; }
    .range-slider.style-1 .noUi-horizontal .noUi-handle {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 0;
      background-color: var(--secondary);
      box-shadow: none;
      top: -9px; }
      .range-slider.style-1 .noUi-horizontal .noUi-handle:before, .range-slider.style-1 .noUi-horizontal .noUi-handle:after {
        content: none; }
      .range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip {
        border: 0px;
        background: var(--primary);
        color: white;
        border-radius: 4px;
        font-size: 13px;
        bottom: -35px;
        font-weight: 600;
        padding: 2px 5px; }
        .range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip:after {
          content: "";
          position: absolute;
          background-color: inherit;
          width: 10px;
          height: 10px;
          top: 4px;
          margin-left: -4px;
          left: 50%;
          transform: rotate(45deg) translate(-50%, -50%); }
  .range-slider.style-1 .noUi-target {
    background: #F0EEFF;
    border-radius: 4px;
    border: 0;
    box-shadow: none; }
    .range-slider.style-1 .noUi-target .noUi-connect {
      background: var(--secondary); }

.custom-nouislider .noUi-marker-horizontal.noUi-marker {
  display: none; }

.custom-nouislider .noUi-handle.noUi-handle-lower:after, .custom-nouislider .noUi-handle.noUi-handle-lower:before {
  display: none; }

.custom-nouislider .noUi-target {
  border-radius: 4px;
  border: 0;
  box-shadow: none; }

.custom-nouislider .noUi-connect {
  background: var(--primary);
  border-radius: 4px; }

.custom-nouislider .noUi-pips-horizontal {
  font-size: 11px;
  font-weight: 500;
  color: #8EA5C8;
  padding: 0;
  height: 30px;
  left: 2px;
  width: calc(100% - 10px); }

.custom-nouislider .noUi-connects {
  border-radius: 4px;
  background-color: #dde4ee; }

.custom-nouislider .noUi-horizontal {
  height: 4px; }
  .custom-nouislider .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    right: -7px; }

.custom-nouislider .noUi-value:after {
  content: 'x';
  position: absolute;
  font-size: 13px;
  color: var(--body-color);
  top: 50%;
  right: -7px;
  transform: translateY(-50%); }

.dropdown {
  cursor: pointer; }
  .dropdown.show .dropdown-toggle {
    background-color: var(--primary); }
    .dropdown.show .dropdown-toggle svg path {
      fill: #fff; }
  .dropdown.profile-dropdown .dropdown-menu {
    margin-top: 15px;
    width: 200px; }

.dropdown-menu {
  box-shadow: 0px 10px 40px rgba(21, 50, 93, 0.1);
  background-color: var(--card-bg);
  border: 2px solid var(--primary);
  border-radius: 10px; }
  .dropdown-menu .dropdown-item {
    padding: 8px 25px;
    font-size: 16px;
    color: var(--title); }
    @media only screen and (max-width: 991px) {
      .dropdown-menu .dropdown-item {
        padding: 8px 20px;
        font-size: 15px; } }
    .dropdown-menu .dropdown-item a {
      color: var(--title); }
    .dropdown-menu .dropdown-item:hover {
      background-color: var(--rgba-primary-1); }
      .dropdown-menu .dropdown-item:hover a {
        color: var(--primary); }
    .dropdown-menu .dropdown-item:active a {
      color: var(--primary); }
    .dropdown-menu .dropdown-item:active svg path {
      color: var(--primary); }
  .dropdown-menu .dropdown-footer {
    padding: 10px 20px 10px; }
  .dropdown-menu .dropdown-header {
    padding: 10px 20px 10px; }

.dropdown-trade .dropdown-toggle {
  background-color: transparent !important;
  font-size: 20px;
  color: var(--primary) !important;
  font-weight: 500;
  border: 0;
  width: 100%;
  justify-content: space-between;
  border-right: 1px solid var(--border-color);
  border-radius: 0;
  padding: 10px 15px 10px 5px; }
  @media only screen and (max-width: 1191px) {
    .dropdown-trade .dropdown-toggle {
      border-right: 0;
      border-bottom: 1px solid var(--border-color);
      margin-bottom: 20px; } }
  @media only screen and (max-width: 575px) {
    .dropdown-trade .dropdown-toggle {
      font-size: 16px;
      padding: 10px 0 10px 0; } }
  .dropdown-trade .dropdown-toggle:hover, .dropdown-trade .dropdown-toggle:focus, .dropdown-trade .dropdown-toggle:active {
    background-color: transparent !important;
    color: var(--primary); }
  .dropdown-trade .dropdown-toggle::after {
    background-color: transparent;
    border-top: 0.4em solid var(--body-color);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent; }

.dropdown-trade .dropdown-menu {
  width: 590px;
  padding: 15px;
  border: 0;
  margin-top: 18px;
  left: -30px !important; }
  @media only screen and (max-width: 1191px) {
    .dropdown-trade .dropdown-menu {
      margin-top: 0;
      left: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .dropdown-trade .dropdown-menu {
      width: 450px; } }
  @media only screen and (max-width: 575px) {
    .dropdown-trade .dropdown-menu {
      width: 330px;
      left: -15px !important; } }

.dropdown-trade .table-style-1 tbody tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.dropdown-trade .table-style-1 tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.dropdown-trade .table-style-1 tbody td {
  padding: 7px 15px;
  font-size: 14px; }
  @media only screen and (max-width: 575px) {
    .dropdown-trade .table-style-1 tbody td {
      padding: 7px 8px;
      font-size: 12px; } }

.dropdown-trade .table-style-1 thead th {
  font-size: 14px;
  padding: 7px 15px;
  color: #ffffff;
  background-color: var(--primary); }
  .dropdown-trade .table-style-1 thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .dropdown-trade .table-style-1 thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

.notifications-dropdown .notify {
  width: 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: var(--rgba-primary-1);
  border-radius: 10px;
  margin-right: 12px; }
  .notifications-dropdown .notify svg path {
    fill: var(--primary); }

.notifications-dropdown .dropdown-menu {
  width: 400px;
  margin-top: 15px; }
  .notifications-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 30px;
    white-space: unset; }
    .notifications-dropdown .dropdown-menu .dropdown-item a {
      word-break: break-all; }
  .notifications-dropdown .dropdown-menu .dropdown-footer {
    padding: 10px 30px 20px; }
  .notifications-dropdown .dropdown-menu .dropdown-header {
    padding: 20px 30px 10px; }

@media only screen and (max-width: 991px) {
  .notifications-dropdown .dropdown-menu {
    width: 320px; }
    .notifications-dropdown .dropdown-menu .dropdown-item {
      padding: 8px 15px; }
    .notifications-dropdown .dropdown-menu .dropdown-footer,
    .notifications-dropdown .dropdown-menu .dropdown-header {
      padding: 10px 15px; } }

.drop-button .dropdown-toggle.btn {
  background-color: var(--card-bg) !important;
  color: var(--body-color);
  border-color: var(--border-color);
  padding: 12px 10px;
  box-shadow: 0px 7px 15px 0px rgba(61, 70, 83, 0.1); }
  @media only screen and (max-width: 575px) {
    .drop-button .dropdown-toggle.btn {
      padding: 6px 8px; } }
  .drop-button .dropdown-toggle.btn i {
    margin-left: 20px;
    color: var(--title); }
  .drop-button .dropdown-toggle.btn:after {
    content: none; }

.custom-tooltip {
  display: inline-block;
  position: relative; }
  .custom-tooltip .tooltip-content {
    position: absolute;
    width: 230px;
    background-color: #fff;
    border-radius: var(--border-radius-base);
    border: 1px solid var(--border-color);
    padding: 15px;
    font-size: 12px;
    margin-bottom: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0px 7px 15px rgba(61, 70, 83, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    .custom-tooltip .tooltip-content p {
      margin-bottom: 0; }
  .custom-tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible; }

.i-false:after {
  content: none !important; }

.search-area {
  position: relative; }
  .search-area .input-icon {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0; }
  .search-area .form-control {
    height: 48px;
    padding-left: 50px; }

.btn-check-style {
  flex-wrap: wrap;
  margin: -5px; }
  .btn-check-style .btn {
    font-size: 14px;
    color: var(--title);
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 6px !important;
    padding: 4px 12px;
    flex: none; }
    @media only screen and (max-width: 767px) {
      .btn-check-style .btn {
        font-size: 13px;
        padding: 3px 8px; } }
  .btn-check-style .btn-check:checked + .btn {
    border-color: var(--primary);
    color: var(--primary); }
  .btn-check-style .btn-check-input {
    padding: 5px; }
  @media only screen and (max-width: 767px) {
    .btn-check-style {
      margin: -3px; }
      .btn-check-style .btn-check-input {
        padding: 3px; } }

.btn-outline-1 {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  box-shadow: 0px 7px 15px rgba(61, 70, 83, 0.1);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  color: var(--body-color);
  padding: 12px 24px; }
  @media only screen and (max-width: 1680px) {
    .btn-outline-1 {
      padding: 12px 20px;
      font-size: 15px; } }
  @media only screen and (max-width: 1280px) {
    .btn-outline-1 {
      padding: 12px 15px;
      font-size: 14px; } }

.link-1 {
  font-weight: 500;
  display: flex;
  align-items: center; }
  .link-1 i {
    color: var(--title);
    font-size: 12px;
    margin-left: 5px; }

.quantity-btn {
  border: 1px solid var(--border-color);
  background-color: var(--card-bg);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  width: 110px;
  height: 30px;
  box-shadow: 0px 7px 15px rgba(61, 70, 83, 0.1); }
  .quantity-btn input {
    width: 100%;
    text-align: center;
    border: 0;
    font-size: 12px;
    color: #EB5757;
    font-weight: 500;
    background-color: transparent;
    flex: 1; }
  .quantity-btn .btn {
    padding: 0;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }

.input-slabel {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 13px;
  margin-bottom: 0; }

.list-table .list-row {
  display: flex;
  position: relative;
  z-index: 1; }
  .list-table .list-row span {
    flex: 1;
    font-size: 12px;
    color: var(--title);
    display: inline-block;
    padding: 2px 30px;
    width: 33.33%; }
    @media only screen and (max-width: 1680px) {
      .list-table .list-row span {
        padding: 2px 20px; } }
  .list-table .list-row .bg-layer {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

.list-table.danger .list-row span:first-child {
  color: #8F3939; }

.list-table.danger .list-row .bg-layer {
  background-color: rgba(235, 87, 87, 0.1); }

.list-table.success .list-row span:first-child {
  color: #468069; }

.list-table.success .list-row .bg-layer {
  background-color: rgba(17, 176, 17, 0.1); }

.list-row-head {
  display: flex; }
  .list-row-head span {
    font-size: 14px;
    color: var(--primary);
    display: inline-block;
    flex: 1;
    padding: 8px 30px; }
    @media only screen and (max-width: 1480px) {
      .list-row-head span {
        padding: 8px 20px; } }

.list-bottom-info {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 10px 30px; }

.profile-img {
  margin-right: 20px;
  position: relative;
  padding: 8px; }
  .profile-img img {
    height: 85px;
    width: 85px;
    border-radius: 85px;
    object-fit: cover; }
  .profile-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/placeholder.png); }

.profile-info .btn {
  padding: 9px 15px; }

.profile-ft-info .item {
  padding: 2px 0;
  display: flex;
  justify-content: space-between; }

.profile-ft-info p {
  white-space: nowrap;
  color: var(--title);
  margin-bottom: 0;
  font-weight: 500; }
  .profile-ft-info p:first-child {
    flex: 1;
    padding-right: 12px; }
  .profile-ft-info p:last-child {
    white-space: nowrap; }
  .profile-ft-info p .op {
    color: var(--body-color);
    font-size: 13px;
    font-weight: 300; }

.profile-ft-info-grid .item-left,
.profile-ft-info-grid .item-right {
  width: 50%; }

.profile-ft-info-grid .item-right {
  text-align: right; }

.btn.has-icon {
  padding: 11px 10px; }
  .btn.has-icon svg {
    margin-right: 6px; }
  .btn.has-icon:hover svg path, .btn.has-icon:active svg path, .btn.has-icon:focus svg path {
    fill: #ffffff; }

.card-box-tabs {
  border: 0;
  display: block; }
  .card-box-tabs .nav-item {
    margin-bottom: 30px; }
    .card-box-tabs .nav-item.show .nav-link {
      background-color: var(--card-bg); }
    .card-box-tabs .nav-item:first-child .nav-link .top-right-radius {
      top: 0;
      right: -40px; }
      .card-box-tabs .nav-item:first-child .nav-link .top-right-radius::after {
        border-radius: 0;
        border-right: 0;
        background-color: var(--card-bg);
        border-bottom: 0;
        border-top: 2px solid var(--primary); }
    .card-box-tabs .nav-item:last-child .nav-link .bottom-right-radius {
      bottom: 0;
      right: -40px; }
      .card-box-tabs .nav-item:last-child .nav-link .bottom-right-radius::after {
        border-radius: 0;
        border-right: 0;
        background-color: var(--card-bg);
        border-top: 0;
        border-bottom: 2px solid var(--primary); }
  .card-box-tabs .nav-link {
    background-color: var(--card-bg);
    padding: 22px 30px;
    border: 0;
    color: var(--body-color);
    z-index: 1;
    position: relative;
    border-radius: 10px;
    margin: 0;
    box-shadow: 0px 10px 40px 0px rgba(21, 50, 93, 0.1); }
    .card-box-tabs .nav-link.active {
      background-color: var(--card-bg);
      color: var(--body-color); }
    .card-box-tabs .nav-link .top-right-radius,
    .card-box-tabs .nav-link .bottom-right-radius {
      height: 20px;
      width: 20px;
      position: absolute;
      z-index: 2;
      background-color: var(--card-bg);
      opacity: 0; }
      .card-box-tabs .nav-link .top-right-radius:after,
      .card-box-tabs .nav-link .bottom-right-radius:after {
        background-color: #f9f9fb;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%; }
    .card-box-tabs .nav-link .top-right-radius {
      top: -18px;
      right: -32px; }
      .card-box-tabs .nav-link .top-right-radius:after {
        border-right: 2px solid var(--primary);
        border-bottom: 2px solid var(--primary);
        border-bottom-right-radius: 10px; }
    .card-box-tabs .nav-link .bottom-right-radius {
      bottom: -18px;
      right: -32px; }
      .card-box-tabs .nav-link .bottom-right-radius:after {
        border-right: 2px solid var(--primary);
        border-top: 2px solid var(--primary);
        border-top-right-radius: 10px; }
    .card-box-tabs .nav-link h6, .card-box-tabs .nav-link .h6 {
      font-weight: 500;
      margin-bottom: 8px; }
    .card-box-tabs .nav-link .amount {
      font-size: 2.1875rem;
      line-height: 1.2; }
    .card-box-tabs .nav-link:after {
      content: "";
      position: absolute;
      height: 100%;
      width: calc(100% + 32px);
      top: 0;
      left: 0;
      background-color: var(--card-bg);
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: var(--primary);
      border-radius: 10px 0 0 10px;
      z-index: -1;
      opacity: 0; }
    .card-box-tabs .nav-link:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      top: 0;
      opacity: 0;
      right: -30px;
      background: linear-gradient(180deg, transparent, var(--body-color), transparent); }
    .card-box-tabs .nav-link.active .top-right-radius,
    .card-box-tabs .nav-link.active .bottom-right-radius {
      opacity: 1; }
    .card-box-tabs .nav-link.active::after {
      opacity: 1; }
    .card-box-tabs .nav-link.active::before {
      opacity: .4; }
    .card-box-tabs .nav-link .bg-icon {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      border-radius: inherit;
      overflow: hidden; }
      .card-box-tabs .nav-link .bg-icon svg {
        position: absolute;
        top: 20px;
        right: 10px; }
    @media only screen and (max-width: 1280px) {
      .card-box-tabs .nav-link {
        padding: 20px 20px; } }
  @media only screen and (max-width: 991px) {
    .card-box-tabs {
      display: flex;
      margin: 0 -10px; }
      .card-box-tabs .nav-item {
        width: 33.33%;
        padding: 0 10px;
        margin-bottom: 15px; }
        .card-box-tabs .nav-item:first-child .nav-link .top-right-radius {
          top: auto;
          bottom: -24px;
          left: 0; }
          .card-box-tabs .nav-item:first-child .nav-link .top-right-radius:after {
            border-top: 0;
            border-left: 2px solid var(--primary); }
        .card-box-tabs .nav-item:last-child .nav-link .bottom-right-radius {
          bottom: -24px;
          right: 0; }
          .card-box-tabs .nav-item:last-child .nav-link .bottom-right-radius::after {
            border-top: 0;
            border-bottom: 0;
            border-left: 0;
            border-right: 2px solid var(--primary); }
      .card-box-tabs .nav-link {
        height: 100%;
        padding: 15px 15px; }
        .card-box-tabs .nav-link .btn.has-icon {
          font-size: 0; }
          .card-box-tabs .nav-link .btn.has-icon svg {
            margin-right: 0 !important; }
        .card-box-tabs .nav-link.active {
          box-shadow: none; }
        .card-box-tabs .nav-link:after {
          height: calc(100% + 17px);
          width: 100%;
          border-radius: 10px 10px 0 0;
          border-width: 2px 2px 0px 2px; }
        .card-box-tabs .nav-link::before {
          height: 1px;
          width: 100%;
          top: auto;
          right: 0;
          bottom: -17px;
          background: linear-gradient(90deg, transparent, var(--body-color), transparent); }
        .card-box-tabs .nav-link h6, .card-box-tabs .nav-link .h6 {
          font-size: 16px; }
        .card-box-tabs .nav-link .amount {
          font-size: 1.6rem; }
        .card-box-tabs .nav-link .top-right-radius {
          top: auto;
          bottom: -17px;
          left: -18px; }
        .card-box-tabs .nav-link .bottom-right-radius {
          bottom: -17px;
          right: -18px; }
          .card-box-tabs .nav-link .bottom-right-radius:after {
            border-right: 0;
            border-top: 0;
            border-left: 2px solid var(--primary);
            border-bottom: 2px solid var(--primary);
            border-bottom-left-radius: 10px; } }
  @media only screen and (max-width: 767px) {
    .card-box-tabs .nav-link .bg-icon svg {
      transform: scale(0.6);
      right: -25px;
      top: 20px; }
    .card-box-tabs .nav-link h6, .card-box-tabs .nav-link .h6 {
      font-size: 13px;
      margin-bottom: 4px; }
    .card-box-tabs .nav-link .amount {
      font-size: 1.2rem; }
    .card-box-tabs .nav-link .btn.has-icon {
      padding: 8px 8px; } }
  @media only screen and (max-width: 575px) {
    .card-box-tabs {
      margin: 0 -3px; }
      .card-box-tabs .nav-item {
        padding: 0 3px;
        margin-bottom: 10px; }
        .card-box-tabs .nav-item:first-child .nav-link .top-right-radius {
          display: block; }
          .card-box-tabs .nav-item:first-child .nav-link .top-right-radius::after {
            border-width: 1px; }
        .card-box-tabs .nav-item:last-child .nav-link .bottom-right-radius {
          display: block; }
          .card-box-tabs .nav-item:last-child .nav-link .bottom-right-radius::after {
            border-width: 1px; }
      .card-box-tabs .nav-link {
        padding: 12px 10px; }
        .card-box-tabs .nav-link h6, .card-box-tabs .nav-link .h6 {
          font-size: 11px; }
        .card-box-tabs .nav-link .bg-icon svg {
          transform: scale(0.4);
          right: -35px;
          top: 20px; }
        .card-box-tabs .nav-link::after {
          border-width: 1px 1px 0px 1px;
          height: calc(100% + 11px); }
        .card-box-tabs .nav-link .top-right-radius,
        .card-box-tabs .nav-link .bottom-right-radius {
          display: none; }
        .card-box-tabs .nav-link .amount {
          font-size: 1rem; }
          .card-box-tabs .nav-link .amount + span {
            font-size: 9px;
            margin-left: 0 !important;
            margin-top: 2px; }
        .card-box-tabs .nav-link .btn.has-icon {
          padding: 2px 2px;
          border-radius: 5px; }
          .card-box-tabs .nav-link .btn.has-icon svg {
            transform: scale(0.85); } }

.border-card {
  border: 2px solid var(--primary); }
  @media only screen and (max-width: 575px) {
    .border-card {
      border-width: 1px; } }

.slider-card {
  padding-left: 50%;
  background-color: var(--primary);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .slider-card::after {
    content: "";
    height: 100%;
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/slider-bg.png);
    background-position: center;
    background-size: cover;
    z-index: -2; }
  .slider-card::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,007668+61,007668+100&0+34,1+61,1+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 66, 58, 0) 34%, #007668 61%, #007668 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 66, 58, 0) 34%, #007668 61%, #007668 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 66, 58, 0) 34%, #007668 61%, #007668 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#007668',GradientType=1 );
    /* IE6-9 */ }
  .slider-card .sub-title {
    font-size: 22px;
    color: #8EFFF2;
    font-weight: 400; }
  .slider-card .title {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px; }
  .slider-card .swiper-slide {
    padding: 100px 60px 100px 0; }
  .slider-card .swiper-pagination {
    position: absolute;
    writing-mode: tb;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
    .slider-card .swiper-pagination .swiper-pagination-bullet {
      margin: 5px 0px;
      height: 10px;
      width: 10px;
      border-radius: 5px;
      background-color: #ffffff; }
  @media only screen and (max-width: 1280px) {
    .slider-card {
      padding-left: 44%; }
      .slider-card .swiper-slide {
        padding: 50px 50px 50px 0; } }
  @media only screen and (max-width: 991px) {
    .slider-card .sub-title {
      font-size: 18px; }
    .slider-card .title {
      font-size: 34px; } }
  @media only screen and (max-width: 767px) {
    .slider-card .title {
      font-size: 26px; } }
  @media only screen and (max-width: 575px) {
    .slider-card {
      padding-left: 40%; }
      .slider-card .sub-title {
        font-size: 13px;
        margin-bottom: 5px; }
      .slider-card .title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px; }
      .slider-card .btn {
        font-size: 13px;
        padding: 8px 14px; }
      .slider-card .swiper-slide {
        padding: 25px 30px 25px 0; } }

.search-bar {
  width: 260px; }
  .search-bar .form-control {
    background-color: rgba(142, 165, 200, 0.1);
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 8px !important;
    height: 48px;
    padding-right: 50px;
    color: var(--title); }
    .search-bar .form-control:focus {
      border-color: var(--primary); }
  .search-bar .input-group-text {
    background-color: transparent;
    position: absolute;
    right: 0;
    border: 0;
    padding: 9px 18px; }
    .search-bar .input-group-text svg {
      width: 18px; }
  @media only screen and (max-width: 575px) {
    .search-bar .form-control {
      height: 40px;
      font-size: 14px; }
    .search-bar .input-group-text {
      padding: 4px 14px; }
      .search-bar .input-group-text svg {
        width: 16px; } }

.section-img {
  background-image: var(--body-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.coin-td-name {
  width: 170px; }

.leverage-bar {
  margin-bottom: 20px; }
  .leverage-bar li {
    display: inline-block;
    width: 100px;
    background-color: var(--card-bg);
    box-shadow: 0px 7px 15px 0px rgba(61, 70, 83, 0.1);
    height: 10px;
    position: relative;
    z-index: 1; }
    .leverage-bar li img {
      height: 20px;
      width: 20px;
      background-color: var(--card-bg);
      border-radius: 50%;
      padding: 2px;
      position: absolute;
      top: -6px;
      left: -2px;
      filter: grayscale(0.9); }
    .leverage-bar li .progress {
      position: absolute;
      height: 5px;
      width: 100%;
      top: 2.5px;
      border-radius: 0; }
    .leverage-bar li::after {
      content: "";
      top: 2.5px;
      height: 5px;
      width: 100%;
      background-color: rgba(142, 165, 200, 0.3);
      z-index: -1;
      position: absolute; }
    .leverage-bar li:last-child {
      width: 20px; }
      .leverage-bar li:last-child .progress {
        display: none; }
      .leverage-bar li:last-child::after {
        content: none; }
    .leverage-bar li.active img {
      filter: grayscale(0); }
    @media only screen and (max-width: 767px) {
      .leverage-bar li {
        width: 65px; } }
    @media only screen and (max-width: 575px) {
      .leverage-bar li {
        height: 7px;
        width: 50px; }
        .leverage-bar li img {
          height: 15px;
          width: 15px;
          padding: 1px;
          top: -5px; }
        .leverage-bar li .progress {
          height: 3px; }
        .leverage-bar li:after {
          top: 1.5px;
          height: 3px; } }

.bg-success {
  background-color: #11B011 !important; }

.meter-chat {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: -65px;
  margin-top: -15px; }
  .meter-chat .needle {
    background-position: 32%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    left: 0;
    position: absolute;
    text-align: right;
    top: 45%;
    -webkit-transform: rotate(calc(270deg*0deg - 45deg));
    transform: rotate(calc(270deg*0deg - 45deg));
    -webkit-transform: rotate(calc(270deg*var(--gauge-value,0deg)/100 - 45deg));
    transform: rotate(calc(270deg*var(--gauge-value,0deg)/100 - 45deg));
    transition: all .5s;
    width: 100%; }
    .meter-chat .needle img {
      height: 100%;
      margin-right: calc(50% - 5px);
      width: auto;
      margin-top: -8px; }
  .meter-chat .apexcharts-canvas {
    background-image: url(../images/radial-pattern.png);
    background-position: center top 24px;
    background-repeat: no-repeat;
    background-size: 62%; }

.meter-char-wrapper {
  margin-left: -40px;
  margin-right: -15px; }
  .meter-char-wrapper p {
    width: 60%;
    margin: auto; }
  @media only screen and (max-width: 575px) {
    .meter-char-wrapper {
      margin-left: 0;
      margin-right: 0;
      padding-top: 15px;
      margin-bottom: 15px; } }

.apexchart-tooltip-style .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title,
.apexchart-tooltip-style .apexcharts-tooltip.apexcharts-theme-light {
  background-color: #1A2943;
  border: 0;
  padding: 10px 15px;
  box-shadow: 0px 10px 10px 0px rgba(26, 41, 67, 0.15);
  border-radius: 8px; }

.apexchart-tooltip-style .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  order: 2;
  font-size: 12px;
  font-family: "Poppins" !important;
  padding: 0;
  margin-bottom: 0;
  color: #ffffff; }

.apexchart-tooltip-style .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  display: none; }

.apexchart-tooltip-style .apexcharts-tooltip-series-group.apexcharts-active, .apexchart-tooltip-style .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 0; }

.apexchart-tooltip-style .apexcharts-tooltip-text-y-label {
  display: none; }

.apexchart-tooltip-style .apexcharts-tooltip-y-group {
  padding: 0; }

.apexchart-tooltip-style .apexcharts-tooltip-text-y-value {
  font-family: "Poppins" !important;
  color: #ffffff;
  font-size: 18px; }

.apexchart-tooltip-style .apexcharts-tooltip-series-group {
  justify-content: center; }

@media only screen and (max-width: 1680px) {
  .history-details-toggle .font-14 {
    font-size: 12px; } }

.flag-input {
  position: relative;
  flex: 1; }
  .flag-input .form-control {
    padding-left: 100px; }
  .flag-input .flag-dropdown {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-right: 1px solid var(--border-color); }
    .flag-input .flag-dropdown .dropdown-toggle {
      padding: 5px 15px;
      border: 0;
      background-color: transparent; }
      .flag-input .flag-dropdown .dropdown-toggle:focus, .flag-input .flag-dropdown .dropdown-toggle:active {
        background-color: transparent; }
      .flag-input .flag-dropdown .dropdown-toggle::after {
        content: "\f078";
        background-color: transparent;
        color: var(--title);
        font-family: 'FontAwesome';
        border: 0;
        font-size: 15px;
        margin-left: 10px; }
      .flag-input .flag-dropdown .dropdown-toggle img {
        height: 20px;
        width: 28px;
        border-radius: 4px;
        object-fit: cover; }
    .flag-input .flag-dropdown .dropdown-menu {
      min-width: 8rem; }
      .flag-input .flag-dropdown .dropdown-menu .dropdown-item {
        font-weight: 500;
        font-size: 15px;
        padding: 8px 15px;
        border-bottom: 1px solid var(--border-color); }
        .flag-input .flag-dropdown .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0; }
        .flag-input .flag-dropdown .dropdown-menu .dropdown-item img {
          height: 20px;
          width: 28px;
          border-radius: 4px;
          object-fit: cover;
          margin-right: 10px; }

.theme-dark {
  background: #1A2943; }

.section-head.style-2 .title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1680px) {
    .section-head.style-2 .title {
      font-size: 48px; } }
  @media only screen and (max-width: 1199px) {
    .section-head.style-2 .title {
      font-size: 40px; } }
  @media only screen and (max-width: 991px) {
    .section-head.style-2 .title br {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .section-head.style-2 .title {
      font-size: 32px; } }
  @media only screen and (max-width: 575px) {
    .section-head.style-2 .title {
      font-size: 28px; } }

.section-head.style-2 .sub-title {
  text-transform: unset;
  font-size: 22px;
  font-weight: 400; }
  @media only screen and (max-width: 1680px) {
    .section-head.style-2 .sub-title {
      font-size: 18px; } }
  @media only screen and (max-width: 1280px) {
    .section-head.style-2 .sub-title {
      font-size: 16px; } }
  .theme-dark .section-head.style-2 .sub-title.text-primary {
    color: #52E8D6 !important; }
  .theme-dark .section-head.style-2 .sub-title.text-dark {
    color: #fff !important; }

.main-bnr {
  height: 1010px;
  position: relative;
  background: #f5f7f8;
  display: flex;
  align-items: center;
  overflow: hidden; }
  @media only screen and (max-width: 1191px) {
    .main-bnr {
      height: 850px; } }
  @media only screen and (max-width: 991px) {
    .main-bnr {
      height: 650px;
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .main-bnr {
      height: auto;
      padding-top: 120px; } }
  .main-bnr:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/background/bg-pattren1.png);
    z-index: 0;
    opacity: 0.5; }
    .theme-dark .main-bnr:after {
      opacity: 1; }
  .main-bnr:before {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0) 0, white 100%);
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%; }
    .theme-dark .main-bnr:before {
      background: linear-gradient(rgba(26, 41, 67, 0) 0, #1a2943 100%); }
  .main-bnr .container,
  .main-bnr .container-fluid,
  .main-bnr .container-sm,
  .main-bnr .container-md,
  .main-bnr .container-lg,
  .main-bnr .container-xl {
    position: relative;
    z-index: 1; }
  .main-bnr h1, .main-bnr .h1 {
    font-size: 85px; }
    @media only screen and (max-width: 1680px) {
      .main-bnr h1, .main-bnr .h1 {
        font-size: 72px; } }
    @media only screen and (max-width: 1480px) {
      .main-bnr h1, .main-bnr .h1 {
        font-size: 60px; } }
    @media only screen and (max-width: 1191px) {
      .main-bnr h1, .main-bnr .h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 991px) {
      .main-bnr h1, .main-bnr .h1 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .main-bnr h1, .main-bnr .h1 {
        font-size: 32px; } }
  .main-bnr .bg-circle-bx {
    position: absolute;
    width: 403px;
    height: 403px;
    left: 1651px;
    top: -124px;
    background: #f5f7f8;
    opacity: 0.4;
    filter: blur(250px); }
  .theme-dark .main-bnr {
    background: #0C152F; }
    .theme-dark .main-bnr .text-primary {
      color: #3DECD7 !important; }
    .theme-dark .main-bnr .check-list2 li {
      color: #fff; }

.theme-dark .btn.btn-primary {
  background: #fff;
  border-color: #fff;
  color: #1A2943; }
.theme-dark .btn.btn-primary:hover {
  background: #c7c7c7;
  border-color: #c7c7c7;
  color: #1a2943; }

.main-search-wrapper {
  max-width: 655px;
  margin-top: 80px; }
  .main-search-wrapper .form-control {
    height: 80px;
    border: 0;
    font-size: 20px;
    box-shadow: 0px 20px 40px rgba(0, 21, 56, 0.15);
    padding: 10px 170px 10px 32px; }
    .theme-dark .main-search-wrapper .form-control {
      background: #033467;
      box-shadow: 0px 20px 40px #001538; }
  .main-search-wrapper .search-input {
    position: relative; }
    .main-search-wrapper .search-input button {
      position: absolute;
      right: 5px;
      top: 5px;
      height: 70px;
      padding: 20px 30px;
      font-size: 20px; }
      .theme-dark .main-search-wrapper .search-input button {
        box-shadow: none; }
  @media only screen and (max-width: 1191px) {
    .main-search-wrapper {
      margin-top: 50px; }
      .main-search-wrapper .form-control {
        height: 65px;
        font-size: 16px; }
      .main-search-wrapper .search-input button {
        height: 55px;
        font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .main-search-wrapper {
      margin-top: 25px; }
      .main-search-wrapper .form-control {
        height: 60px;
        font-size: 14px;
        padding: 10px 120px 10px 20px; }
      .main-search-wrapper .search-input button {
        height: 50px;
        font-size: 14px;
        padding: 15px 20px; } }

.banner-media {
  position: relative;
  width: 440px;
  height: 660px;
  margin-left: auto;
  margin-top: 40px;
  z-index: -1; }
  @media only screen and (max-width: 1480px) {
    .banner-media {
      margin-left: 30px; } }
  @media only screen and (max-width: 1191px) {
    .banner-media {
      margin-left: 0;
      margin-top: 150px; } }
  @media only screen and (max-width: 991px) {
    .banner-media {
      margin-top: 250px; } }
  @media only screen and (max-width: 767px) {
    .banner-media {
      margin-top: 50px;
      margin-left: auto;
      margin-right: -50px; } }
  @media only screen and (max-width: 575px) {
    .banner-media {
      width: 320px;
      height: 550px; } }
  .banner-media .banner-media-bg {
    position: absolute;
    width: 970px;
    height: 970px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1480px) {
      .banner-media .banner-media-bg {
        width: 850px;
        height: 850px; } }
    @media only screen and (max-width: 1191px) {
      .banner-media .banner-media-bg {
        width: 720px;
        height: 720px;
        left: 40%;
        top: 40%; } }
    @media only screen and (max-width: 991px) {
      .banner-media .banner-media-bg {
        width: 550px;
        height: 550px;
        left: 32%;
        top: 32%; } }
    @media only screen and (max-width: 575px) {
      .banner-media .banner-media-bg {
        width: 450px;
        height: 450px; } }
    .banner-media .banner-media-bg [class*="bnr"] {
      position: absolute;
      background-size: 100%;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
    .banner-media .banner-media-bg .bnr-circle1 {
      background-image: url(../images/home-banner/circle1.svg);
      width: 60.82%;
      height: 60.82%;
      animation: bnr-circle1 20s linear infinite; }
      .banner-media .banner-media-bg .bnr-circle1:after, .banner-media .banner-media-bg .bnr-circle1:before {
        content: "";
        width: 12px;
        height: 12px;
        background: var(--primary);
        position: absolute;
        border-radius: 12px; }
      .banner-media .banner-media-bg .bnr-circle1:after {
        left: 5.1%;
        top: 25%; }
      .banner-media .banner-media-bg .bnr-circle1:before {
        right: -1%;
        top: 50%; }
      .banner-media .banner-media-bg .bnr-circle1 .crypto-icon1 {
        left: 0.5%;
        opacity: 0.7;
        top: 50%;
        filter: blur(1px);
        position: absolute;
        width: 35px;
        animation: bnr-circle1-icon1 20s linear infinite; }
    .banner-media .banner-media-bg .bnr-circle2 {
      background-image: url(../images/home-banner/circle2.svg);
      width: 80%;
      height: 80%;
      animation: bnr-circle2 45s linear infinite; }
      .banner-media .banner-media-bg .bnr-circle2:after {
        content: "";
        width: 12px;
        height: 12px;
        background: var(--primary);
        position: absolute;
        border-radius: 12px; }
      .banner-media .banner-media-bg .bnr-circle2:after {
        left: 15.7%;
        bottom: 12%; }
      .banner-media .banner-media-bg .bnr-circle2 img {
        position: absolute; }
        @media only screen and (max-width: 1191px) {
          .banner-media .banner-media-bg .bnr-circle2 img {
            width: 50px; } }
        @media only screen and (max-width: 991px) {
          .banner-media .banner-media-bg .bnr-circle2 img {
            width: 35px; } }
      .banner-media .banner-media-bg .bnr-circle2 .crypto-icon1 {
        left: 7%;
        opacity: 0.6;
        bottom: 13%;
        filter: blur(1.3px);
        animation: bnr-circle2-icon1 45s linear infinite; }
      .banner-media .banner-media-bg .bnr-circle2 .crypto-icon2 {
        left: 20%;
        top: 10%;
        filter: blur(1.5px);
        opacity: 0.9;
        animation: bnr-circle2-icon1 45s linear infinite; }
      .banner-media .banner-media-bg .bnr-circle2 .crypto-icon3 {
        right: -1%;
        bottom: 7%;
        animation: bnr-circle2-icon1 45s linear infinite; }
        @media only screen and (max-width: 1480px) {
          .banner-media .banner-media-bg .bnr-circle2 .crypto-icon3 {
            right: -3%; } }
        @media only screen and (max-width: 1191px) {
          .banner-media .banner-media-bg .bnr-circle2 .crypto-icon3 {
            right: 2%; } }
        @media only screen and (max-width: 991px) {
          .banner-media .banner-media-bg .bnr-circle2 .crypto-icon3 {
            right: -3%; } }
      .banner-media .banner-media-bg .bnr-circle2 .crypto-icon4 {
        right: 0%;
        top: 20%;
        filter: blur(1px);
        animation: bnr-circle2-icon1 45s linear infinite; }
    .banner-media .banner-media-bg .bnr-circle3 {
      background-image: url(../images/home-banner/circle3.svg);
      width: 100%;
      height: 100%;
      animation: bnr-circle3 90s linear infinite; }
  .banner-media .banner-main-media {
    width: 685px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 1480px) {
      .banner-media .banner-main-media {
        width: 625px; } }
    @media only screen and (max-width: 1191px) {
      .banner-media .banner-main-media {
        width: 530px; } }
    @media only screen and (max-width: 991px) {
      .banner-media .banner-main-media {
        width: 425px; } }
    @media only screen and (max-width: 575px) {
      .banner-media .banner-main-media {
        width: 325px; } }
    .banner-media .banner-main-media img {
      width: 100%;
      max-width: 100%; }
    .banner-media .banner-main-media .mobile-screen {
      position: absolute;
      top: 0.7%;
      left: 10.7%;
      overflow: hidden;
      border-radius: 33px;
      transform: scaleY(0.97);
      z-index: 2; }
      .banner-media .banner-main-media .mobile-screen video {
        width: 290px;
        vertical-align: middle; }
      .banner-media .banner-main-media .mobile-screen #app-video1 {
        display: block; }
        .theme-dark .banner-media .banner-main-media .mobile-screen #app-video1 {
          display: none; }
      .banner-media .banner-main-media .mobile-screen #app-video2 {
        display: none; }
        .theme-dark .banner-media .banner-main-media .mobile-screen #app-video2 {
          display: block; }
      @media only screen and (max-width: 1480px) {
        .banner-media .banner-main-media .mobile-screen video {
          width: 265px; } }
      @media only screen and (max-width: 1191px) {
        .banner-media .banner-main-media .mobile-screen {
          border-radius: 25px; }
          .banner-media .banner-main-media .mobile-screen video {
            width: 225px; } }
      @media only screen and (max-width: 991px) {
        .banner-media .banner-main-media .mobile-screen video {
          width: 180px; } }
      @media only screen and (max-width: 575px) {
        .banner-media .banner-main-media .mobile-screen {
          border-radius: 15px; }
          .banner-media .banner-main-media .mobile-screen video {
            width: 137px; } }
    .theme-dark .banner-media .banner-main-media:after {
      content: "";
      background: #0A1536;
      mix-blend-mode: overlay;
      filter: blur(300px);
      width: 900px;
      height: 870px;
      left: 50%;
      top: 50%;
      position: absolute;
      z-index: 0;
      transform: translate(-50%, -50%);
      border-radius: 50%; }

@keyframes bnr-circle1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes bnr-circle1-icon1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes bnr-circle2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes bnr-circle2-icon1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes bnr-circle3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

.call-action-wrapper {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px; }
  .theme-dark .call-action-wrapper {
    background: #193867; }
  @media only screen and (max-width: 991px) {
    .call-action-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }

.check-list li {
  position: relative;
  font-size: 22px;
  padding-left: 65px;
  line-height: 1.5;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1680px) {
    .check-list li {
      font-size: 18px;
      padding-left: 55px; } }
  @media only screen and (max-width: 1280px) {
    .check-list li {
      padding-left: 42px; } }
  @media only screen and (max-width: 1199px) {
    .check-list li {
      font-size: 16px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 991px) {
    .check-list li {
      padding-left: 30px; }
      .check-list li br {
        display: none; } }
  @media only screen and (max-width: 575px) {
    .check-list li {
      font-size: 14px; } }
  .check-list li:after {
    content: "";
    background-image: url(../images/check.svg);
    position: absolute;
    top: 50%;
    left: 0;
    height: 50px;
    width: 50px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
    .theme-dark .check-list li:after {
      background-image: url(../images/check8.svg); }
    @media only screen and (max-width: 1680px) {
      .check-list li:after {
        height: 40px;
        width: 40px; } }
    @media only screen and (max-width: 1280px) {
      .check-list li:after {
        height: 30px;
        width: 30px; } }
    @media only screen and (max-width: 991px) {
      .check-list li:after {
        height: 24px;
        width: 24px; } }

.check-list2 li {
  position: relative;
  font-size: 33px;
  padding: 10px 30px 10px 35px;
  line-height: 1.4;
  color: #1a2943; }
  @media only screen and (max-width: 1191px) {
    .check-list2 li {
      font-size: 20px; } }
  @media only screen and (max-width: 575px) {
    .check-list2 li {
      font-size: 18px;
      padding: 10px 15px 10px 35px; } }
  .check-list2 li:after {
    content: "";
    background-image: url(../images/check2.svg);
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center; }
    .theme-dark .check-list2 li:after {
      background-image: url(../images/check6.svg); }

.check-list3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }
  .check-list3 li {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px; }
    .check-list3 li .list-item {
      position: relative;
      font-size: 16px;
      padding: 10px 20px 10px 45px;
      font-weight: 400;
      color: var(--title);
      line-height: 24px;
      background-color: #CDFFF9;
      border-radius: 30px;
      display: inline-block; }
      @media only screen and (max-width: 1199px) {
        .check-list3 li .list-item {
          padding: 6px 20px 6px 30px;
          font-size: 13px; } }
      .check-list3 li .list-item.item-pr28 {
        padding-right: 28px; }
      .theme-dark .check-list3 li .list-item {
        background-color: #061530; }
      .check-list3 li .list-item:after {
        content: "";
        background-image: url(../images/check3.svg);
        position: absolute;
        top: 50%;
        left: 14px;
        height: 25px;
        width: 25px;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center; }
        .theme-dark .check-list3 li .list-item:after {
          background-image: url(../images/check7.svg); }
        @media only screen and (max-width: 1199px) {
          .check-list3 li .list-item:after {
            left: 10px;
            background-size: contain;
            width: 14px; } }

.millionero-influencer {
  padding-top: 115px;
  padding-bottom: 140px;
  overflow: hidden; }
  @media only screen and (max-width: 1480px) {
    .millionero-influencer {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (max-width: 1280px) {
    .millionero-influencer {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media only screen and (max-width: 991px) {
    .millionero-influencer {
      padding-top: 60px; } }
  @media only screen and (max-width: 575px) {
    .millionero-influencer {
      padding-top: 50px;
      padding-bottom: 80px; } }

.influencer-media-wrapper {
  position: relative;
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1680px) {
    .influencer-media-wrapper {
      margin-left: 30px; } }
  @media only screen and (max-width: 1280px) {
    .influencer-media-wrapper {
      margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    .influencer-media-wrapper {
      margin-left: auto;
      margin-right: auto;
      margin-top: 100px; } }
  .influencer-media-wrapper .main-circle1,
  .influencer-media-wrapper .main-circle2 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-size: 100%;
    z-index: -1; }
  .influencer-media-wrapper .circle {
    height: 12px;
    width: 12px;
    background-color: #18A594;
    border-radius: 50%;
    position: absolute; }
  .influencer-media-wrapper .avatar {
    height: 56px;
    width: 56px;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 4px 50px rgba(26, 48, 79, 0.25); }
    @media only screen and (max-width: 1480px) {
      .influencer-media-wrapper .avatar {
        height: 45px;
        width: 45px; } }
    @media only screen and (max-width: 767px) {
      .influencer-media-wrapper .avatar {
        height: 35px;
        width: 35px; } }
  .influencer-media-wrapper .main-circle1 {
    height: 490px;
    width: 490px;
    background-image: url(../images/home-banner/circle1.svg);
    animation: bnr-circle1 45s linear infinite; }
    .influencer-media-wrapper .main-circle1 .circle1 {
      right: 50px;
      bottom: 80px; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .main-circle1 .circle1 {
          right: 30px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .main-circle1 .circle1 {
          right: 90px;
          bottom: 2px; } }
    @media only screen and (max-width: 1480px) {
      .influencer-media-wrapper .main-circle1 {
        height: 400px;
        width: 400px; } }
    @media only screen and (max-width: 767px) {
      .influencer-media-wrapper .main-circle1 {
        height: 280px;
        width: 280px; } }
  .influencer-media-wrapper .main-circle2 {
    height: 635px;
    width: 635px;
    background-image: url(../images/home-banner/circle2.svg);
    animation: bnr-circle2 80s linear infinite; }
    @media only screen and (max-width: 1480px) {
      .influencer-media-wrapper .main-circle2 {
        height: 515px;
        width: 515px; } }
    @media only screen and (max-width: 767px) {
      .influencer-media-wrapper .main-circle2 {
        height: 365px;
        width: 365px; } }
    .influencer-media-wrapper .main-circle2 .circle1 {
      right: 80px;
      top: 92px; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .main-circle2 .circle1 {
          top: 148px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .main-circle2 .circle1 {
          right: 70px;
          top: 85px; } }
    .influencer-media-wrapper .main-circle2 .circle2 {
      left: 80px;
      bottom: 92px; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .main-circle2 .circle2 {
          left: 60px;
          bottom: 200px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .main-circle2 .circle2 {
          bottom: 100px; } }
    .influencer-media-wrapper .main-circle2 .avatar1 {
      top: 20px;
      right: 160px;
      animation: dzAvatarRotate 80s linear infinite; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .main-circle2 .avatar1 {
          top: 7px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .main-circle2 .avatar1 {
          top: 10px;
          right: 200px; } }
    .influencer-media-wrapper .main-circle2 .avatar2 {
      right: 30px;
      bottom: 50px;
      animation: dzAvatarRotate 80s linear infinite; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .main-circle2 .avatar2 {
          right: 15px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .main-circle2 .avatar2 {
          right: 20px;
          bottom: 20px; } }
    .influencer-media-wrapper .main-circle2 .avatar3 {
      left: 140px;
      bottom: 5px;
      animation: dzAvatarRotate 80s linear infinite; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .main-circle2 .avatar3 {
          left: 120px;
          bottom: -5px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .main-circle2 .avatar3 {
          left: 95px;
          bottom: -15px; } }
  .influencer-media-wrapper .chat-meta {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
    align-items: center; }
    @media only screen and (max-width: 575px) {
      .influencer-media-wrapper .chat-meta {
        margin-left: -3px;
        margin-right: -3px; } }
    .influencer-media-wrapper .chat-meta li {
      padding-left: 6px;
      padding-right: 6px;
      font-weight: 300; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .chat-meta li {
          font-size: 14px; }
          .influencer-media-wrapper .chat-meta li svg {
            width: 18px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .chat-meta li svg {
          width: 16px; } }
      @media only screen and (max-width: 575px) {
        .influencer-media-wrapper .chat-meta li {
          font-size: 12px;
          padding-left: 3px;
          padding-right: 3px; }
          .influencer-media-wrapper .chat-meta li svg {
            width: 14px; } }
  .influencer-media-wrapper .chat-card {
    width: 259px;
    padding: 20px 25px;
    box-shadow: 0px 15px 50px rgba(26, 48, 79, 0.15);
    background-color: #fff;
    z-index: 1;
    position: absolute;
    border-radius: 20px; }
    @media only screen and (max-width: 1480px) {
      .influencer-media-wrapper .chat-card {
        width: 235px;
        padding: 15px 20px; } }
    @media only screen and (max-width: 767px) {
      .influencer-media-wrapper .chat-card {
        padding: 12px 15px; } }
    @media only screen and (max-width: 575px) {
      .influencer-media-wrapper .chat-card {
        padding: 10px 12px;
        border-radius: 10px; } }
    .theme-dark .influencer-media-wrapper .chat-card {
      background-color: #42577C; }
    .influencer-media-wrapper .chat-card .text {
      color: var(--title);
      margin-bottom: 6px;
      line-height: 1.5;
      font-size: 16px; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .chat-card .text {
          font-size: 14px; } }
      @media only screen and (max-width: 575px) {
        .influencer-media-wrapper .chat-card .text {
          font-size: 12px; } }
    .influencer-media-wrapper .chat-card .chat-meta .chat-user {
      margin-left: auto; }
      .influencer-media-wrapper .chat-card .chat-meta .chat-user img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-left: 10px; }
        @media only screen and (max-width: 1480px) {
          .influencer-media-wrapper .chat-card .chat-meta .chat-user img {
            width: 25px;
            height: 25px;
            margin-left: 6px; } }
        @media only screen and (max-width: 575px) {
          .influencer-media-wrapper .chat-card .chat-meta .chat-user img {
            width: 20px;
            height: 20px;
            margin-left: 4px; } }
    .influencer-media-wrapper .chat-card.card1 {
      border-bottom-right-radius: 0;
      top: -13%;
      left: -60%; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .chat-card.card1 {
          top: -12%;
          left: -55%; } }
      @media only screen and (max-width: 1280px) {
        .influencer-media-wrapper .chat-card.card1 {
          left: -45%; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .chat-card.card1 {
          top: -20%;
          left: -30%;
          width: 185px; } }
      @media only screen and (max-width: 575px) {
        .influencer-media-wrapper .chat-card.card1 {
          left: -8%;
          width: 145px; } }
    .influencer-media-wrapper .chat-card.card2 {
      border-bottom-left-radius: 0;
      right: -60%;
      top: 25%;
      width: 239px; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .chat-card.card2 {
          width: 215px;
          right: -45%; } }
      @media only screen and (max-width: 1191px) {
        .influencer-media-wrapper .chat-card.card2 {
          right: -35%; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .chat-card.card2 {
          right: -28%;
          width: 175px; } }
      @media only screen and (max-width: 575px) {
        .influencer-media-wrapper .chat-card.card2 {
          width: 140px;
          right: -8%; } }
    .influencer-media-wrapper .chat-card.card3 {
      border-bottom-right-radius: 0;
      bottom: 27%;
      left: -74%;
      width: 296px; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .chat-card.card3 {
          width: 225px;
          left: -50%; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .chat-card.card3 {
          width: 215px;
          left: -40%; } }
      @media only screen and (max-width: 575px) {
        .influencer-media-wrapper .chat-card.card3 {
          width: 150px;
          bottom: 20%;
          left: -5%; } }
  .influencer-media-wrapper .chat-user-wrapper {
    width: 300px;
    background-color: #fff;
    border: 1px solid #18A594;
    padding: 8px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1480px) {
      .influencer-media-wrapper .chat-user-wrapper {
        width: 235px; } }
    @media only screen and (max-width: 767px) {
      .influencer-media-wrapper .chat-user-wrapper {
        width: 180px; } }
    .theme-dark .influencer-media-wrapper .chat-user-wrapper {
      background: #0F1E39;
      box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
      border-color: #263B60; }
    .influencer-media-wrapper .chat-user-wrapper .user-img {
      background-color: #CDD1D9; }
      .influencer-media-wrapper .chat-user-wrapper .user-img img {
        width: 100%;
        margin-top: -40px; }
      .theme-dark .influencer-media-wrapper .chat-user-wrapper .user-img {
        background-color: #31405B; }
    .influencer-media-wrapper .chat-user-wrapper .user-info {
      padding: 12px 10px; }
      .influencer-media-wrapper .chat-user-wrapper .user-info .chat-meta {
        margin-bottom: 15px; }
        .influencer-media-wrapper .chat-user-wrapper .user-info .chat-meta .chat-bookmark {
          margin-left: auto; }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .chat-user-wrapper .user-info {
          padding: 12px 10px 5px 10px; } }
      @media only screen and (max-width: 767px) {
        .influencer-media-wrapper .chat-user-wrapper .user-info {
          padding: 8px 10px 5px 10px; }
          .influencer-media-wrapper .chat-user-wrapper .user-info .chat-meta {
            margin-bottom: 10px; } }
    .influencer-media-wrapper .chat-user-wrapper .text-box {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .influencer-media-wrapper .chat-user-wrapper .text-box span {
        background-color: #8EA5C8;
        border-radius: 3px;
        height: 10px;
        display: block;
        margin: 5px;
        opacity: 0.4; }
        .influencer-media-wrapper .chat-user-wrapper .text-box span.text1 {
          width: 150px; }
          @media only screen and (max-width: 767px) {
            .influencer-media-wrapper .chat-user-wrapper .text-box span.text1 {
              width: 80px; } }
        .influencer-media-wrapper .chat-user-wrapper .text-box span.text2 {
          width: 44px; }
        .influencer-media-wrapper .chat-user-wrapper .text-box span.text3 {
          width: 107px; }
          @media only screen and (max-width: 767px) {
            .influencer-media-wrapper .chat-user-wrapper .text-box span.text3 {
              width: 50px; } }
        .influencer-media-wrapper .chat-user-wrapper .text-box span.text4 {
          width: 60px; }
          @media only screen and (max-width: 767px) {
            .influencer-media-wrapper .chat-user-wrapper .text-box span.text4 {
              width: 50px; } }
      @media only screen and (max-width: 1480px) {
        .influencer-media-wrapper .chat-user-wrapper .text-box {
          margin: -3px; }
          .influencer-media-wrapper .chat-user-wrapper .text-box span {
            margin: 5px;
            height: 3px; } }

@keyframes dzAvatarRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }

.app-wrapper {
  padding-top: 80px;
  overflow: hidden; }
  .theme-dark .app-wrapper {
    background-image: url(../images/background/bgprimary3.png) !important; }
  .app-wrapper .coming-badge {
    text-align: center;
    position: relative;
    width: 180px;
    margin-bottom: 12px; }
    .app-wrapper .coming-badge span {
      font-size: 16px;
      color: #fff;
      position: absolute;
      left: 0;
      width: 100%;
      display: flex;
      top: 0;
      height: 100%;
      justify-content: center;
      align-items: center; }
  .app-wrapper .sub-title {
    color: #F7CE45;
    font-size: 25px;
    font-weight: 400; }
  .app-wrapper .title {
    color: #fff; }
  .app-wrapper .check-list li {
    color: #fff; }
    .theme-dark .app-wrapper .check-list li {
      color: #8EA5C8; }
  .app-wrapper .app-title {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px; }
  .app-wrapper .check-list li:after {
    background-image: url(../images/check5.svg); }
    .theme-dark .app-wrapper .check-list li:after {
      background-image: url(../images/check8.svg); }
  .app-wrapper .app-btn {
    display: inline-block; }
    .app-wrapper .app-btn:hover {
      transform: translateY(-3px); }
  .app-wrapper .app-info {
    margin-bottom: 65px; }
  @media only screen and (max-width: 1680px) {
    .app-wrapper .title {
      font-size: 36px; }
    .app-wrapper .sub-title {
      font-size: 22px; } }
  @media only screen and (max-width: 1280px) {
    .app-wrapper .title {
      font-size: 32px; }
    .app-wrapper .sub-title {
      font-size: 18px; } }
  @media only screen and (max-width: 1191px) {
    .app-wrapper {
      padding-top: 60px; }
      .app-wrapper .title {
        font-size: 28px; }
      .app-wrapper .app-btn {
        width: 120px; }
      .app-wrapper .app-info {
        margin-bottom: 50px; } }
  @media only screen and (max-width: 575px) {
    .app-wrapper {
      padding-top: 50px; }
      .app-wrapper .title {
        font-size: 24px; } }

.mo-screen-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-left: 30px; }
  @media only screen and (max-width: 1280px) {
    .mo-screen-wrapper {
      margin-left: 120px;
      margin-right: 30px; } }
  @media only screen and (max-width: 1191px) {
    .mo-screen-wrapper {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 991px) {
    .mo-screen-wrapper {
      margin-left: 50px;
      margin-right: 50px; } }
  @media only screen and (max-width: 767px) {
    .mo-screen-wrapper {
      margin-left: 0;
      margin-right: 0; } }
  .mo-screen-wrapper .crypto-box2 {
    position: absolute;
    z-index: 9; }
    .mo-screen-wrapper .crypto-box2 > div {
      width: 310px;
      box-shadow: -20px 14px 80px rgba(4, 21, 45, 0.2);
      background-color: #fff;
      border-radius: 10px;
      padding: 17px 18px;
      display: flex;
      align-items: center; }
      .theme-dark .mo-screen-wrapper .crypto-box2 > div {
        background-color: #3B5F95; }
      .mo-screen-wrapper .crypto-box2 > div .crypto-media {
        width: 35px;
        min-width: 35px;
        height: 35px;
        margin-right: 10px; }
      .mo-screen-wrapper .crypto-box2 > div .crypto-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        .mo-screen-wrapper .crypto-box2 > div .crypto-info h6, .mo-screen-wrapper .crypto-box2 > div .crypto-info .h6 {
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 0px;
          line-height: 21px; }
        .mo-screen-wrapper .crypto-box2 > div .crypto-info span {
          font-size: 12px;
          font-weight: 500;
          display: block; }
          .theme-dark .mo-screen-wrapper .crypto-box2 > div .crypto-info span {
            color: #fff; }
          .mo-screen-wrapper .crypto-box2 > div .crypto-info span.pr {
            color: #67C480; }
        .mo-screen-wrapper .crypto-box2 > div .crypto-info .right-content {
          text-align: right; }
      @media only screen and (max-width: 1280px) {
        .mo-screen-wrapper .crypto-box2 > div {
          width: 250px; } }
      @media only screen and (max-width: 575px) {
        .mo-screen-wrapper .crypto-box2 > div {
          width: 215px;
          padding: 12px 15px; }
          .mo-screen-wrapper .crypto-box2 > div .crypto-media {
            width: 30px;
            min-width: 30px;
            height: 30px; }
          .mo-screen-wrapper .crypto-box2 > div .crypto-info h6, .mo-screen-wrapper .crypto-box2 > div .crypto-info .h6 {
            font-size: 14px; }
          .mo-screen-wrapper .crypto-box2 > div .crypto-info span {
            font-size: 11px; } }
    .mo-screen-wrapper .crypto-box2.position1 {
      bottom: 225px;
      right: 30px;
      animation: aniMove1 5s infinite; }
      @media only screen and (max-width: 1191px) {
        .mo-screen-wrapper .crypto-box2.position1 {
          bottom: 195px;
          right: 0; } }
      @media only screen and (max-width: 575px) {
        .mo-screen-wrapper .crypto-box2.position1 {
          bottom: 150px;
          right: -5px; } }
    .mo-screen-wrapper .crypto-box2.position2 {
      bottom: 125px;
      right: 30px;
      animation: aniMove2 5s infinite; }
      @media only screen and (max-width: 1191px) {
        .mo-screen-wrapper .crypto-box2.position2 {
          bottom: 100px;
          right: 0; } }
      @media only screen and (max-width: 575px) {
        .mo-screen-wrapper .crypto-box2.position2 {
          bottom: 70px;
          right: -5px; } }
  .mo-screen-wrapper .crypto-box3 {
    position: absolute;
    z-index: 9;
    top: 130px;
    right: 120px; }
    @media only screen and (max-width: 1280px) {
      .mo-screen-wrapper .crypto-box3 {
        top: 75px;
        right: 115px; } }
    @media only screen and (max-width: 1191px) {
      .mo-screen-wrapper .crypto-box3 {
        top: 85px;
        right: 85px; } }
    @media only screen and (max-width: 575px) {
      .mo-screen-wrapper .crypto-box3 {
        top: 25px;
        right: 0px; } }
    .mo-screen-wrapper .crypto-box3 > div {
      width: 170px;
      box-shadow: -10px 24px 84px rgba(4, 21, 45, 0.4);
      background-color: #fff;
      padding: 20px 18px 15px;
      border-radius: 10px;
      animation: aniMove3 5s infinite; }
      .theme-dark .mo-screen-wrapper .crypto-box3 > div {
        background-color: #3B5F95; }
      .mo-screen-wrapper .crypto-box3 > div h6, .mo-screen-wrapper .crypto-box3 > div .h6 {
        margin-bottom: 2px; }
      .mo-screen-wrapper .crypto-box3 > div .text1 {
        color: #FFC989;
        margin-bottom: 5px;
        display: block;
        font-size: 15px; }
      .mo-screen-wrapper .crypto-box3 > div .text2 {
        color: #FFC989;
        display: block;
        font-size: 13px; }
      @media only screen and (max-width: 575px) {
        .mo-screen-wrapper .crypto-box3 > div {
          width: 150px;
          padding: 12px 15px; }
          .mo-screen-wrapper .crypto-box3 > div .text1 {
            font-size: 12px; }
          .mo-screen-wrapper .crypto-box3 > div .text2 {
            font-size: 11px; }
          .mo-screen-wrapper .crypto-box3 > div h6, .mo-screen-wrapper .crypto-box3 > div .h6 {
            font-size: 14px; } }
  .mo-screen-wrapper .mo-screen1 {
    width: 289px;
    height: 595px;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    border: 4px solid #fff;
    box-shadow: 0px -16px 50px rgba(0, 0, 0, 0.25); }
  .mo-screen-wrapper .mo-screen2 {
    width: 229px;
    height: 435px;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    border: 4px solid #fff; }
  .mo-screen-wrapper .mo-screen3 {
    width: 258px;
    height: 95px;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    border: 4px solid #fff; }
  .mo-screen-wrapper .mo-screen {
    background-position: top;
    background-size: 100%;
    border-radius: 14px 14px 0 0;
    position: relative;
    z-index: 1; }
    .mo-screen-wrapper .mo-screen.screen1 {
      margin-right: -60px; }
    .mo-screen-wrapper .mo-screen.screen2 {
      position: relative;
      z-index: 9;
      box-shadow: 0px -16px 50px rgba(0, 0, 0, 0.25); }
      .theme-dark .mo-screen-wrapper .mo-screen.screen2 img {
        opacity: 0; }
    .mo-screen-wrapper .mo-screen.screen3 {
      margin-left: -60px;
      margin-bottom: -2px; }
      .theme-dark .mo-screen-wrapper .mo-screen.screen3 img {
        opacity: 0; }

@-webkit-keyframes aniMove1 {
  0% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  100% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); } }

@-webkit-keyframes aniMove2 {
  0% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0); }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  100% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0); } }

@-webkit-keyframes aniMove3 {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); } }

.trade-box {
  margin-top: -60px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .trade-box {
      margin-top: -200px; } }
  .trade-box:after, .trade-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 300px;
    z-index: 2; }
    @media only screen and (max-width: 1680px) {
      .trade-box:after, .trade-box:before {
        width: 80px; } }
    @media only screen and (max-width: 1680px) {
      .trade-box:after, .trade-box:before {
        width: 50px; } }
    @media only screen and (max-width: 575px) {
      .trade-box:after, .trade-box:before {
        display: none; } }
  .trade-box:after {
    background: linear-gradient(90deg, #FFFFFF 1.5%, rgba(255, 255, 255, 0.89) 27.5%, rgba(255, 255, 255, 0) 100%);
    left: 0; }
    .theme-dark .trade-box:after {
      background: linear-gradient(90deg, #1A2943 1.5%, rgba(26, 41, 67, 0.89) 27.51%, rgba(26, 41, 67, 0) 100%); }
  .trade-box:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -6.25%, rgba(255, 255, 255, 0.89) 65.14%, #FFFFFF 100%);
    right: 0; }
    .theme-dark .trade-box:before {
      background: linear-gradient(90deg, rgba(26, 41, 67, 0) -6.25%, #1A2943 73.99%, #1A2943 100%); }

.market-list {
  background: #f5f7f8;
  margin: 0 -80px;
  border-radius: 20px;
  border: 2px solid var(--primary);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 1480px) {
    .market-list {
      margin: 0; } }
  .theme-dark .market-list {
    background: #0F1E39;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border-color: #263B60; }
  .market-list .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px 20px 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .theme-dark .market-list .head {
      border-color: #253A5D; }
    .market-list .head h3, .market-list .head .h3 {
      font-weight: 400;
      font-size: 28px;
      line-height: 1.35;
      margin: 0; }
    .market-list .head .btn {
      color: var(--primary);
      border-width: 2px;
      padding-left: 30px;
      padding-right: 30px; }
      .theme-dark .market-list .head .btn {
        border-color: #fff;
        color: #fff; }
      .market-list .head .btn:hover {
        color: #fff; }
    @media only screen and (max-width: 1680px) {
      .market-list .head h3, .market-list .head .h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 1380px) {
      .market-list .head {
        padding: 30px 50px 20px 50px; } }
    @media only screen and (max-width: 1191px) {
      .market-list .head {
        padding: 25px 30px 20px 30px; }
        .market-list .head h3, .market-list .head .h3 {
          font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .market-list .head {
        display: block; }
        .market-list .head h3, .market-list .head .h3 {
          margin-bottom: 15px; } }
    @media only screen and (max-width: 575px) {
      .market-list .head {
        padding: 20px; }
        .market-list .head h3, .market-list .head .h3 {
          font-size: 18px; }
          .market-list .head h3 br, .market-list .head .h3 br {
            display: none; } }
  .market-list .crypto-slider {
    padding: 35px 0px;
    overflow: unset;
    margin: 0 -30px; }
  .market-list .swiper-slide {
    width: 300px; }

.crypto-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative; }

.crypto-slider:hover .swiper-wrapper {
  -webkit-transition-timing-function: none !important;
  transition-timing-function: none !important; }

.crypto-box {
  align-items: center;
  display: flex;
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 0px 20px 100px rgba(21, 50, 93, 0.1);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  @media only screen and (max-width: 991px) {
    .crypto-box {
      padding: 15px 15px; } }
  @media only screen and (max-width: 575px) {
    .crypto-box {
      padding: 12px; } }
  .theme-dark .crypto-box {
    background: #354F7B; }
  .crypto-box .crypto-media {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #fff; }
    .theme-dark .crypto-box .crypto-media {
      border-color: #354F7B; }
    .crypto-box .crypto-media img {
      width: 100%; }
    @media only screen and (max-width: 991px) {
      .crypto-box .crypto-media {
        width: 45px;
        height: 45px; } }
  .crypto-box .crypto-info {
    padding-left: 15px; }
    .crypto-box .crypto-info h5, .crypto-box .crypto-info .h5 {
      font-weight: 500;
      margin: 0;
      line-height: 1.2;
      margin-bottom: 6px;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
      .crypto-box .crypto-info h5 span, .crypto-box .crypto-info .h5 span {
        color: #8EA5C8;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
    .crypto-box .crypto-info .price {
      color: #1A2943;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
      .theme-dark .crypto-box .crypto-info .price {
        color: #fff; }
      .crypto-box .crypto-info .price span {
        font-size: 15px;
        color: #219653;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
        .theme-dark .crypto-box .crypto-info .price span {
          color: #fff; }
    @media only screen and (max-width: 991px) {
      .crypto-box .crypto-info {
        padding-left: 10px; }
        .crypto-box .crypto-info h5, .crypto-box .crypto-info .h5 {
          font-size: 16px; }
          .crypto-box .crypto-info h5 span, .crypto-box .crypto-info .h5 span {
            font-size: 12px; }
        .crypto-box .crypto-info .price {
          font-size: 14px; }
          .crypto-box .crypto-info .price span {
            font-size: 13px; } }
  .crypto-box:hover {
    background: var(--primary); }
    .theme-dark .crypto-box:hover .crypto-media {
      border-color: #fff; }
    .crypto-box:hover .crypto-info h5, .crypto-box:hover .crypto-info .h5 {
      color: #fff; }
      .crypto-box:hover .crypto-info h5 span, .crypto-box:hover .crypto-info .h5 span {
        color: #fff; }
    .crypto-box:hover .crypto-info .price {
      color: #fff; }
      .crypto-box:hover .crypto-info .price span {
        color: #9DFFC7; }

@media only screen and (max-width: 1480px) {
  .profit-potential-wrap {
    margin-left: -50px; } }

@media only screen and (max-width: 991px) {
  .profit-potential-wrap {
    margin-left: 0px; } }

.profit-potential {
  position: relative;
  z-index: 1;
  width: 563px;
  height: 563px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1480px) {
    .profit-potential {
      width: 450px;
      height: 450px; }
      .profit-potential svg {
        width: 320px; } }
  @media only screen and (max-width: 1199px) {
    .profit-potential {
      width: 410px;
      height: 410px; } }
  @media only screen and (max-width: 575px) {
    .profit-potential {
      width: 320px;
      height: 320px; }
      .profit-potential svg {
        width: 250px; } }
  .profit-potential .bnr-circle1,
  .profit-potential .bnr-circle2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .profit-potential .bnr-circle1 {
    background-image: url(../images/profit/circle1.svg);
    width: 80.11%;
    height: 80.11%;
    background-size: contain;
    animation: bnr-circle1 45s linear infinite; }
    .profit-potential .bnr-circle1:after, .profit-potential .bnr-circle1:before {
      content: "";
      width: 12px;
      height: 12px;
      background: var(--primary);
      position: absolute;
      border-radius: 12px; }
    .profit-potential .bnr-circle1:after {
      left: 5.1%;
      top: 25%; }
    .profit-potential .bnr-circle1:before {
      right: -1%;
      top: 50%; }
    .profit-potential .bnr-circle1 .crypto-icon1 {
      left: 0.5%;
      opacity: 0.7;
      top: 50%;
      filter: blur(1px);
      position: absolute;
      width: 35px;
      animation: bnr-circle1-icon1 20s linear infinite; }
  .profit-potential .bnr-circle2 {
    background-image: url(../images/profit/circle2.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
    animation: bnr-circle2 80s linear infinite; }
    .profit-potential .bnr-circle2:after {
      content: "";
      width: 12px;
      height: 12px;
      background: var(--primary);
      position: absolute;
      border-radius: 12px; }
    .profit-potential .bnr-circle2:after {
      left: 15.7%;
      bottom: 12%; }
  .profit-potential .tooltip-box2,
  .profit-potential .tooltip-box1 {
    background: var(--primary);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 15px 25px;
    line-height: 1;
    top: 0;
    box-shadow: -30px 25px 40px rgba(24, 165, 148, 0.25); }
    @media only screen and (max-width: 1480px) {
      .profit-potential .tooltip-box2,
      .profit-potential .tooltip-box1 {
        font-size: 14px; } }
    @media only screen and (max-width: 1199px) {
      .profit-potential .tooltip-box2,
      .profit-potential .tooltip-box1 {
        padding: 15px; } }
    .theme-dark .profit-potential .tooltip-box2, .theme-dark
    .profit-potential .tooltip-box1 {
      background: rgba(53, 79, 123, 0.4);
      box-shadow: -30px 25px 40px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(12px); }
    @media only screen and (max-width: 575px) {
      .profit-potential .tooltip-box2,
      .profit-potential .tooltip-box1 {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px 5px 10px;
        width: 85px; } }
    .profit-potential .tooltip-box2:after, .profit-potential .tooltip-box2:before,
    .profit-potential .tooltip-box1:after,
    .profit-potential .tooltip-box1:before {
      content: "";
      position: absolute;
      background: var(--primary);
      top: 50%;
      transform: translateY(-50%); }
      .theme-dark .profit-potential .tooltip-box2:after, .theme-dark .profit-potential .tooltip-box2:before, .theme-dark
      .profit-potential .tooltip-box1:after, .theme-dark
      .profit-potential .tooltip-box1:before {
        background: #8EA5C8; }
    .profit-potential .tooltip-box2:after,
    .profit-potential .tooltip-box1:after {
      width: 25px;
      height: 1px; }
    .profit-potential .tooltip-box2:before,
    .profit-potential .tooltip-box1:before {
      width: 12px;
      height: 12px;
      border-radius: 12px; }
  .profit-potential .tooltip-box1 {
    left: -24%;
    bottom: 29%;
    top: auto;
    -webkit-animation: dZwobble 5s infinite;
    animation: dZwobble 5s infinite; }
    .profit-potential .tooltip-box1:after {
      right: -25px; }
      @media only screen and (max-width: 575px) {
        .profit-potential .tooltip-box1:after {
          right: -15px; } }
    .profit-potential .tooltip-box1:before {
      right: -35px; }
      @media only screen and (max-width: 575px) {
        .profit-potential .tooltip-box1:before {
          right: -20px; } }
    @media only screen and (max-width: 575px) {
      .profit-potential .tooltip-box1 {
        left: -8%;
        bottom: 30%; } }
  .profit-potential .tooltip-box2 {
    right: -17%;
    top: 20%;
    -webkit-animation: dZwobble 4s infinite;
    animation: dZwobble 4s infinite; }
    .profit-potential .tooltip-box2:after {
      left: -25px; }
      @media only screen and (max-width: 575px) {
        .profit-potential .tooltip-box2:after {
          left: -15px; } }
    .profit-potential .tooltip-box2:before {
      left: -35px; }
      @media only screen and (max-width: 575px) {
        .profit-potential .tooltip-box2:before {
          left: -20px; } }
    @media only screen and (max-width: 575px) {
      .profit-potential .tooltip-box2 {
        right: -3%;
        top: 15%; } }

@-webkit-keyframes dZwobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px); } }

.millionero-perpetual-bx {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden; }
  .millionero-perpetual-bx:after {
    content: "";
    background: #0FFFE3;
    opacity: 0;
    filter: blur(250px);
    position: absolute;
    bottom: 150px;
    z-index: 1;
    width: 380px;
    height: 380px;
    left: -140px;
    z-index: -1; }
    .theme-dark .millionero-perpetual-bx:after {
      opacity: 0.4; }
  .millionero-perpetual-bx .section-head {
    margin-right: -20px; }
  @media only screen and (max-width: 1480px) {
    .millionero-perpetual-bx {
      padding-top: 50px;
      padding-bottom: 0px; } }
  @media only screen and (max-width: 991px) {
    .millionero-perpetual-bx {
      padding-top: 0; } }

.profit-card-bx {
  box-shadow: 0px 10px 40px rgba(21, 50, 93, 0.1);
  padding: 32px 35px 28px;
  border: 1px solid #18A594;
  border-radius: 10px;
  max-width: 524px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  background: #fff; }
  .profit-card-bx .btn {
    position: absolute;
    right: 30px;
    top: 30px; }
    @media only screen and (max-width: 575px) {
      .profit-card-bx .btn {
        position: unset;
        margin-top: 10px; } }
  @media only screen and (max-width: 1480px) {
    .profit-card-bx {
      padding: 22px 25px 18px; } }
  @media only screen and (max-width: 575px) {
    .profit-card-bx {
      margin-top: 0; } }
  .theme-dark .profit-card-bx {
    background: #0F1E39;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    border-color: #263B60; }
  .profit-card-bx .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px; }
    @media only screen and (max-width: 1480px) {
      .profit-card-bx .title {
        font-size: 22px;
        line-height: 28px; } }
  @media only screen and (max-width: 1280px) {
    .profit-card-bx .title {
      font-size: 22px; }
    .profit-card-bx p {
      font-size: 14px; } }

.subscribe-wrapper1 {
  max-width: 533px; }
  .subscribe-wrapper1 .form-control {
    height: 70px;
    border: 0;
    font-size: 20px;
    box-shadow: 0px 6px 30px 0px rgba(61, 70, 83, 0.15);
    padding: 10px 170px 10px 32px; }
    @media only screen and (max-width: 575px) {
      .subscribe-wrapper1 .form-control {
        height: 48px;
        font-size: 15px;
        padding: 15px; } }
  .subscribe-wrapper1 .input-area {
    position: relative; }
    .subscribe-wrapper1 .input-area button {
      position: absolute;
      right: 5px;
      top: 5px;
      height: 60px;
      padding: 20px 30px;
      font-size: 20px; }
      @media only screen and (max-width: 575px) {
        .subscribe-wrapper1 .input-area button {
          position: unset;
          height: 48px;
          padding: 15px 30px;
          font-size: 15px;
          margin-top: 20px; } }

.traders-bg {
  background-image: url(../images/no-time/bg.png);
  height: 100%;
  width: 50%;
  top: 0;
  background-position: center right;
  position: absolute;
  background-color: var(--primary);
  background-blend-mode: luminosity;
  animation: 40s scroll infinite linear;
  background-repeat: repeat-x;
  opacity: 0.1;
  left: 0; }
  .theme-dark .traders-bg {
    background-color: #0F1E39;
    opacity: 1; }
  .traders-bg:after {
    content: "";
    background: radial-gradient(50% 50.1% at 50% 49.69%, rgba(0, 0, 0, 0) 0%, #18A594 100%);
    width: 100%;
    height: 100%; }
  .traders-bg:before {
    content: "";
    background: radial-gradient(50% 50.1% at 50% 49.69%, rgba(0, 0, 0, 0) 0%, #18A594 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .theme-dark .traders-bg:before {
      background: radial-gradient(50% 50.1% at 50% 49.69%, rgba(15, 30, 57, 0.75) 0%, #0F1E39 100%); }
  @media only screen and (max-width: 991px) {
    .traders-bg {
      width: 100%;
      border-radius: inherit;
      overflow: hidden; } }

@keyframes scroll {
  100% {
    background-position: -3000px 0px; } }

.traders-box {
  background: var(--primary);
  border-radius: 0 230px 0 0;
  margin: 0 -140px;
  min-height: 860px;
  padding: 140px 0;
  position: relative; }
  .theme-dark .traders-box {
    background: #0F1E39; }
  .traders-box .coming-badge {
    position: absolute;
    right: 200px;
    top: 80px;
    text-align: center; }
    .traders-box .coming-badge span {
      font-size: 20px;
      color: #fff;
      position: absolute;
      left: 0;
      width: 100%;
      display: flex;
      top: 0;
      height: 100%;
      justify-content: center;
      align-items: center; }
    @media only screen and (max-width: 1480px) {
      .traders-box .coming-badge span {
        font-size: 18px; } }
    @media only screen and (max-width: 1280px) {
      .traders-box .coming-badge {
        right: 80px;
        width: 250px; }
        .traders-box .coming-badge span {
          font-size: 16px; } }
    @media only screen and (max-width: 991px) {
      .traders-box .coming-badge {
        right: unset;
        top: unset;
        left: unset;
        margin-bottom: 20px;
        position: relative; } }
    @media only screen and (max-width: 575px) {
      .traders-box .coming-badge {
        width: 180px; } }
  .traders-box .check-list li {
    color: #fff;
    font-weight: 300; }
    .traders-box .check-list li:after {
      background-image: url(../images/check4.svg); }
      .theme-dark .traders-box .check-list li:after {
        background-image: url(../images/check8.svg); }
  .traders-box .sub-title {
    font-size: 24px; }
  .traders-box .text-yellow {
    color: #FDFF98; }
    .theme-dark .traders-box .text-yellow {
      color: #52E8D6; }
  @media only screen and (max-width: 1680px) {
    .traders-box {
      border-radius: 0 150px 0 0;
      margin: 0 -50px;
      min-height: 750px;
      padding: 100px 0; } }
  @media only screen and (max-width: 1480px) {
    .traders-box {
      margin: 0 0; } }
  @media only screen and (max-width: 1199px) {
    .traders-box {
      min-height: 650px; } }
  @media only screen and (max-width: 991px) {
    .traders-box {
      min-height: auto;
      padding: 30px; }
      .traders-box .section-head {
        z-index: 1;
        position: relative; } }
  @media only screen and (max-width: 575px) {
    .traders-box {
      padding: 20px;
      border-radius: 0 60px 0 0; } }

.top-traders {
  width: 465px;
  height: 570px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1280px) {
    .top-traders {
      margin-right: 30px; } }
  @media only screen and (max-width: 1199px) {
    .top-traders {
      width: 380px;
      height: 480px; } }
  @media only screen and (max-width: 991px) {
    .top-traders {
      margin: 0 auto 30px; } }
  @media only screen and (max-width: 575px) {
    .top-traders {
      width: 250px;
      height: 330px; } }
  .top-traders .traders-pic {
    width: 320px;
    border-radius: 8px;
    box-shadow: 0px 20px 30px rgba(0, 45, 39, 0.1); }
    @media only screen and (max-width: 1199px) {
      .top-traders .traders-pic {
        width: 240px; } }
    @media only screen and (max-width: 575px) {
      .top-traders .traders-pic {
        width: 170px; } }
  .top-traders .copy-pic {
    width: 245px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0px 20px 60px rgba(0, 45, 39, 0.4); }
    @media only screen and (max-width: 1199px) {
      .top-traders .copy-pic {
        width: 200px; } }
    @media only screen and (max-width: 575px) {
      .top-traders .copy-pic {
        width: 130px; } }
  .top-traders .topper-profit {
    position: absolute;
    width: 200px;
    height: 215px;
    left: -70px;
    top: 45%;
    background: rgba(79, 93, 117, 0.3);
    box-shadow: 0px 30px 60px rgba(0, 82, 73, 0.6);
    backdrop-filter: blur(30px);
    border-radius: 12px;
    padding: 20px 20px;
    text-align: center;
    animation: dZwobble 4.5s infinite; }
    .theme-dark .top-traders .topper-profit {
      box-shadow: 0px 30px 60px #1A2943; }
    @media only screen and (max-width: 1278px) {
      .top-traders .topper-profit {
        left: -20px; } }
    @media only screen and (max-width: 1199px) {
      .top-traders .topper-profit {
        width: 120px;
        height: 155px; } }
    @media only screen and (max-width: 575px) {
      .top-traders .topper-profit {
        padding: 15px 20px;
        height: 145px; } }
    .top-traders .topper-profit h5, .top-traders .topper-profit .h5 {
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-align: left;
      margin-bottom: 15px; }
      @media only screen and (max-width: 1199px) {
        .top-traders .topper-profit h5, .top-traders .topper-profit .h5 {
          font-size: 14px;
          margin-bottom: 10px; } }
  .top-traders .left-copy {
    color: #fff;
    position: absolute;
    right: 10%;
    top: 35%;
    animation: dZwobble 4s infinite; }
    .top-traders .left-copy span {
      position: absolute;
      right: 0; }
    @media only screen and (max-width: 575px) {
      .top-traders .left-copy img {
        width: 100px; } }
  .top-traders .you-move,
  .top-traders .trader-move {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 20px 60px rgba(0, 45, 39, 0.2);
    backdrop-filter: blur(5.5px);
    position: absolute;
    color: #1A2943;
    padding: 16px 20px;
    line-height: 1;
    border-radius: 10px 10px 10px 0;
    font-weight: 500; }
  .top-traders .you-move {
    right: -10%;
    bottom: 8%;
    animation: dZwobble 5s infinite; }
  .top-traders .trader-move {
    left: 56%;
    top: 10%;
    animation: dZwobble 6s infinite; }

.btn-xl {
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1; }
  @media only screen and (max-width: 991px) {
    .btn-xl {
      padding: 15px 30px;
      font-size: 15px; } }

.crypto-prize {
  padding-bottom: 75px; }
  @media only screen and (max-width: 1480px) {
    .crypto-prize {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 991px) {
    .crypto-prize {
      padding-bottom: 60px; } }

.card-warpper1 {
  padding: 50px;
  border-radius: 20px;
  border: 2px solid #18A594;
  box-shadow: 0px 10px 40px rgba(21, 50, 93, 0.1);
  position: relative; }
  .theme-dark .card-warpper1 {
    background: #0F1E39;
    border: 2px solid #263B60; }
  @media only screen and (max-width: 991px) {
    .card-warpper1 {
      padding: 30px; } }
  @media only screen and (max-width: 575px) {
    .card-warpper1 {
      padding: 20px; } }
  .card-warpper1 .text {
    font-size: 18px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 575px) {
      .card-warpper1 .text {
        font-size: 14px; } }
  .card-warpper1 .subscribe-wrapper1 {
    margin-top: 40px; }
    @media only screen and (max-width: 1199px) {
      .card-warpper1 .subscribe-wrapper1 {
        margin-top: 20px; } }
  .card-warpper1 .gift-img {
    min-width: 815px;
    margin: -88px 0 -50px -297px; }
    @media only screen and (max-width: 1280px) {
      .card-warpper1 .gift-img {
        margin: -88px 0 -50px -307px; } }
    @media only screen and (max-width: 1278px) {
      .card-warpper1 .gift-img {
        margin: -88px 0 -50px -347px; } }
    @media only screen and (max-width: 1199px) {
      .card-warpper1 .gift-img {
        display: none; } }
  .card-warpper1 .wrapper-info {
    position: relative;
    z-index: 1; }

.friends-trade {
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  .friends-trade:after {
    content: "";
    background: var(--primary);
    opacity: 0.4;
    filter: blur(150px);
    position: absolute;
    top: 250px;
    z-index: 1;
    width: 250px;
    height: 250px;
    right: -140px;
    z-index: -1; }
    .theme-dark .friends-trade:after {
      background: #146AFF; }
  @media only screen and (max-width: 1480px) {
    .friends-trade {
      padding-top: 80px;
      padding-bottom: 120px; } }
  @media only screen and (max-width: 1199px) {
    .friends-trade {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 991px) {
    .friends-trade {
      padding-bottom: 60px;
      padding-top: 60px; } }

.tier-steps {
  text-align: center;
  margin-top: -60px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1199px) {
    .tier-steps {
      margin-top: -100px; } }
  .tier-steps h4, .tier-steps .h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-weight: 500; }
    @media only screen and (max-width: 1199px) {
      .tier-steps h4, .tier-steps .h4 {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 1680px) {
      .tier-steps h4, .tier-steps .h4 {
        font-size: 18px; } }
  .tier-steps ul {
    margin: 0;
    padding: 0;
    display: inline-flex; }
    .tier-steps ul li {
      background: url(../images/tier.svg);
      background-repeat: no-repeat;
      width: 134px;
      height: 74px;
      padding: 10px 35px;
      background-position: center left;
      display: inline-block;
      margin-left: -10px;
      text-align: left; }
      .theme-dark .tier-steps ul li {
        background: url(../images/tier2.svg); }
      @media only screen and (max-width: 1680px) {
        .tier-steps ul li {
          margin-left: -40px; } }
      @media only screen and (max-width: 1199px) {
        .tier-steps ul li {
          background-size: contain;
          width: 115px;
          height: 65px;
          padding: 10px 20px; } }
      @media only screen and (max-width: 575px) {
        .tier-steps ul li {
          margin-left: -28px;
          margin-right: -28px; } }
      .tier-steps ul li strong {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        display: block;
        color: var(--primary); }
        .theme-dark .tier-steps ul li strong {
          color: #52E8D6; }
        @media only screen and (max-width: 1199px) {
          .tier-steps ul li strong {
            font-size: 16px;
            line-height: 24px; } }
      .tier-steps ul li span {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #1A2943; }
        .theme-dark .tier-steps ul li span {
          color: #fff; }
        @media only screen and (max-width: 575px) {
          .tier-steps ul li span {
            font-size: 13px; } }

.map-area {
  width: 830px;
  float: right; }
  @media only screen and (max-width: 1680px) {
    .map-area {
      width: 650px; } }
  @media only screen and (max-width: 1278px) {
    .map-area {
      margin-right: -40px; } }
  @media only screen and (max-width: 1199px) {
    .map-area {
      width: 450px;
      margin-right: 0px;
      margin-top: -100px; } }
  @media only screen and (max-width: 991px) {
    .map-area {
      margin-right: auto;
      margin-top: -60px;
      margin-bottom: 0px;
      margin-left: auto;
      float: none; } }
  @media only screen and (max-width: 575px) {
    .map-area {
      width: 320px;
      margin-top: -90px; } }

.road-map {
  position: relative; }
  .road-map svg {
    width: 100%; }
  .road-map > svg {
    padding: 0;
    width: 100%; }
    .theme-dark .road-map > svg path {
      fill: #20314F; }
  .road-map .map-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 2s; }
    .road-map .map-line svg {
      width: 100%; }
      @media only screen and (max-width: 1680px) {
        .road-map .map-line svg {
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          margin-top: -20px; } }
      @media only screen and (max-width: 1199px) {
        .road-map .map-line svg {
          width: 100%; } }
    .road-map .map-line.animated {
      transform: scale(1); }

.manpower1 {
  top: 60%;
  left: 36%; }
  @media only screen and (max-width: 1199px) {
    .manpower1 {
      top: 53%;
      left: 30%; } }
  @media only screen and (max-width: 575px) {
    .manpower1 {
      top: 48%;
      left: 28%; } }

.manpower2 {
  top: 60%;
  right: 36%; }
  @media only screen and (max-width: 1199px) {
    .manpower2 {
      top: 53%;
      right: 30%; } }
  @media only screen and (max-width: 575px) {
    .manpower2 {
      top: 48%;
      right: 28%; } }

.manpower3 {
  top: 34%;
  left: 31.5%; }
  @media only screen and (max-width: 1199px) {
    .manpower3 {
      top: 36%;
      left: 25.5%; } }
  @media only screen and (max-width: 575px) {
    .manpower3 {
      left: 22%; } }

.manpower4 {
  top: 34%;
  right: 31.5%; }
  @media only screen and (max-width: 1199px) {
    .manpower4 {
      top: 36%;
      right: 25.5%; } }
  @media only screen and (max-width: 575px) {
    .manpower4 {
      right: 22%; } }

.manpower5 {
  top: 25%;
  left: 9%; }
  @media only screen and (max-width: 1199px) {
    .manpower5 {
      top: 28%;
      left: -2%; } }
  @media only screen and (max-width: 575px) {
    .manpower5 {
      top: 31%; } }

.manpower6 {
  top: 26%;
  right: 9%; }
  @media only screen and (max-width: 1199px) {
    .manpower6 {
      top: 28%;
      right: -2%; } }
  @media only screen and (max-width: 575px) {
    .manpower6 {
      top: 31%; } }

.manpower7 {
  top: 50%;
  left: 13%; }
  @media only screen and (max-width: 1199px) {
    .manpower7 {
      top: 45%;
      left: 5%; } }
  @media only screen and (max-width: 575px) {
    .manpower7 {
      top: 41%;
      left: 0; } }

.manpower8 {
  top: 50%;
  right: 13%; }
  @media only screen and (max-width: 1199px) {
    .manpower8 {
      top: 45%;
      right: 5%; } }
  @media only screen and (max-width: 575px) {
    .manpower8 {
      top: 41%;
      right: 0; } }

.manpower9 {
  top: 8%;
  left: 27%; }
  @media only screen and (max-width: 1199px) {
    .manpower9 {
      top: 16%;
      left: 17%; } }
  @media only screen and (max-width: 575px) {
    .manpower9 {
      top: 21%; } }

.manpower10 {
  top: 8%;
  right: 27%; }
  @media only screen and (max-width: 1199px) {
    .manpower10 {
      top: 16%;
      right: 17%; } }
  @media only screen and (max-width: 575px) {
    .manpower10 {
      top: 21%; } }

.manpower11 {
  left: 43.5%;
  top: 22%; }
  @media only screen and (max-width: 1199px) {
    .manpower11 {
      left: 35%;
      top: 26%; } }
  @media only screen and (max-width: 575px) {
    .manpower11 {
      transform: scale(0.4); } }

.man-stand1 {
  position: absolute;
  width: 45px; }
  @media only screen and (max-width: 1199px) {
    .man-stand1 {
      transform: scale(0.6); } }
  .man-stand1 .stand-bx {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .man-stand1 .stand-bx svg {
      transform: rotateX(90deg);
      transform-origin: bottom;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      transition-delay: 2s; }
    .man-stand1 .stand-bx.animated svg {
      transform: rotateX(0deg); }
  .theme-dark .man-stand1 .mstand {
    fill: #20314F; }
  .man-stand1 .man {
    width: 24px;
    height: 55px;
    margin: auto;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center; }
    .man-stand1 .man svg {
      position: relative;
      top: 100%;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      transition-delay: 2.2s; }
      .theme-dark .man-stand1 .man svg path {
        fill: #1A2943; }
    .man-stand1 .man.animated svg {
      top: 0%; }

.man-stand2 {
  position: absolute;
  width: 72px; }
  @media only screen and (max-width: 1199px) {
    .man-stand2 {
      transform: scale(0.6); } }
  @media only screen and (max-width: 575px) {
    .man-stand2 {
      transform: scale(0.45); } }
  .man-stand2 .stand-bx {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .man-stand2 .stand-bx svg {
      transform: rotateX(90deg);
      transform-origin: bottom;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      transition-delay: 0.8s; }
    .man-stand2 .stand-bx.animated svg {
      transform: rotateX(0deg); }
  .theme-dark .man-stand2 .mstand {
    fill: #20314F; }
  .man-stand2 .man {
    width: 38px;
    height: 85px;
    margin: auto;
    margin-bottom: -33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center; }
    .man-stand2 .man svg {
      position: relative;
      top: 100%;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      transition-delay: 1s; }
      .theme-dark .man-stand2 .man svg path {
        fill: #1A2943; }
    .man-stand2 .man.animated svg {
      top: 0%; }

.man-stand3 {
  position: absolute;
  width: 100px; }
  @media only screen and (max-width: 1199px) {
    .man-stand3 {
      transform: scale(0.6); } }
  @media only screen and (max-width: 575px) {
    .man-stand3 {
      transform: scale(0.4); } }
  .man-stand3 .stand-bx {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .man-stand3 .stand-bx svg {
      transform: rotateX(90deg);
      transform-origin: bottom;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      transition-delay: 0.2s; }
    .man-stand3 .stand-bx.animated svg {
      transform: rotateX(0deg); }
  .theme-dark .man-stand3 .mstand {
    fill: #20314F; }
  .man-stand3 .man {
    width: 53px;
    height: 122px;
    margin: auto;
    margin-bottom: -45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center; }
    .man-stand3 .man svg {
      position: relative;
      top: 100%;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      transition-delay: 0.5s; }
      .theme-dark .man-stand3 .man svg path {
        fill: #1A2943; }
    .man-stand3 .man.animated svg {
      top: 0%; }

.theme-dark .stand-grd stop:first-child {
  stop-color: #5671A0; }

.theme-dark .stand-grd stop:nth-child(2) {
  stop-color: #22488B; }

.theme-dark .stand-grd stop:last-child {
  stop-color: #668AC8; }

.dark-chart {
  display: none; }
  .theme-dark .dark-chart {
    display: block; }

.gift-2 {
  display: none; }
  .theme-dark .gift-2 {
    display: block; }
    @media only screen and (max-width: 1199px) {
      .theme-dark .gift-2 {
        display: none; } }

.theme-dark .gift-1, .theme-dark
.light-chart {
  display: none; }

.crypto-marquee-slider .item-wrap {
  transform: translateX(0px);
  position: relative;
  white-space: nowrap;
  display: flex;
  margin: 35px 0; }
  .crypto-marquee-slider .item-wrap .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px; }
  .crypto-marquee-slider .item-wrap .crypto-box {
    min-width: 315px; }
  @media only screen and (max-width: 1480px) {
    .crypto-marquee-slider .item-wrap .crypto-box {
      min-width: 280px; } }
  @media only screen and (max-width: 991px) {
    .crypto-marquee-slider .item-wrap {
      margin: 25px 0; }
      .crypto-marquee-slider .item-wrap .crypto-box {
        min-width: 235px; } }
  @media only screen and (max-width: 575px) {
    .crypto-marquee-slider .item-wrap {
      margin: 18px 0; }
      .crypto-marquee-slider .item-wrap .crypto-box {
        min-width: 215px; } }

@media only screen and (max-width: 991px) {
  .mo-left .header-nav .btn-outline-primary {
    color: #999; } }

.authincation-area {
  padding: 30px;
  background-image: var(--body-img);
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 575px) {
    .authincation-area {
      padding: 15px; } }
  .authincation-area .auth-info-area {
    height: 100%;
    background-color: #1C1B37;
    background-size: cover;
    background-position: center;
    border-radius: 2.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    @media only screen and (max-width: 575px) {
      .authincation-area .auth-info-area {
        border-radius: 1rem; } }
    .authincation-area .auth-info-area .login-bg {
      position: absolute;
      z-index: -1;
      width: 80%;
      left: 35%;
      top: 10%; }
      @media only screen and (max-width: 991px) {
        .authincation-area .auth-info-area .login-bg {
          top: 0; } }
      @media only screen and (max-width: 575px) {
        .authincation-area .auth-info-area .login-bg {
          top: 6%;
          left: 48%; } }
    .authincation-area .auth-info-area .auth-desc-content {
      text-align: center;
      padding: 100px 55px; }
      @media only screen and (max-width: 1280px) {
        .authincation-area .auth-info-area .auth-desc-content {
          padding: 80px 40px; } }
      @media only screen and (max-width: 991px) {
        .authincation-area .auth-info-area .auth-desc-content {
          padding: 100px 40px; } }
      @media only screen and (max-width: 767px) {
        .authincation-area .auth-info-area .auth-desc-content {
          padding: 50px 40px; } }
      @media only screen and (max-width: 575px) {
        .authincation-area .auth-info-area .auth-desc-content {
          padding: 35px 15px;
          width: 70%; } }
      .authincation-area .auth-info-area .auth-desc-content .logo {
        margin-bottom: 15px; }
        @media only screen and (max-width: 1680px) {
          .authincation-area .auth-info-area .auth-desc-content .logo {
            width: 200px; } }
        @media only screen and (max-width: 1280px) {
          .authincation-area .auth-info-area .auth-desc-content .logo {
            width: 160px; } }
        @media only screen and (max-width: 575px) {
          .authincation-area .auth-info-area .auth-desc-content .logo {
            width: 120px; } }
      .authincation-area .auth-info-area .auth-desc-content .title {
        color: #ffffff;
        font-size: 4.375rem;
        line-height: 1.25;
        margin-bottom: 1.4rem; }
        @media only screen and (max-width: 1680px) {
          .authincation-area .auth-info-area .auth-desc-content .title {
            font-size: 3.7rem; } }
        @media only screen and (max-width: 1480px) {
          .authincation-area .auth-info-area .auth-desc-content .title {
            font-size: 2.8rem; } }
        @media only screen and (max-width: 1280px) {
          .authincation-area .auth-info-area .auth-desc-content .title {
            font-size: 2.4rem; } }
        @media only screen and (max-width: 575px) {
          .authincation-area .auth-info-area .auth-desc-content .title {
            font-size: 1.3rem;
            margin-bottom: 8px; } }
      .authincation-area .auth-info-area .auth-desc-content .sub-title {
        font-size: 1.75rem;
        color: #8D7CDE;
        margin-bottom: 0;
        line-height: 1.35;
        padding: 0 4px; }
        @media only screen and (max-width: 1680px) {
          .authincation-area .auth-info-area .auth-desc-content .sub-title {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 1480px) {
          .authincation-area .auth-info-area .auth-desc-content .sub-title {
            font-size: 1.15rem;
            padding: 0; } }
        @media only screen and (max-width: 1280px) {
          .authincation-area .auth-info-area .auth-desc-content .sub-title {
            font-size: 1rem; } }
        @media only screen and (max-width: 575px) {
          .authincation-area .auth-info-area .auth-desc-content .sub-title {
            font-size: .8rem; } }

.auth-form {
  padding: 30px 60px; }
  .auth-form .auth-head {
    text-align: center;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 575px) {
      .auth-form .auth-head {
        margin-bottom: 1.2rem; } }
  @media only screen and (max-width: 1480px) {
    .auth-form {
      padding: 30px 30px; } }
  @media only screen and (max-width: 1280px) {
    .auth-form {
      padding: 30px 0px; } }

.auth-title {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 575px) {
    .auth-title {
      margin-bottom: 2rem; } }
  .auth-title:after, .auth-title:before {
    content: "";
    height: 1px;
    flex: 1;
    left: 0;
    background-color: var(--border-color);
    top: 50%;
    z-index: -1; }
  .auth-title span {
    padding: 0 18px; }

.form-style-1 .form-group {
  position: relative;
  padding-bottom: 15px;
  margin-top: 15px; }
  @media only screen and (max-width: 575px) {
    .form-style-1 .form-group {
      margin-top: 12px; } }
  .form-style-1 .form-group .form-control {
    background-color: var(--grey);
    box-shadow: none;
    border: 1px solid transparent; }
    .form-style-1 .form-group .form-control:focus {
      border-color: var(--primary); }
  .form-style-1 .form-group.focused .input-label {
    color: var(--primary);
    transform: translate(-20px, -42px);
    font-size: 13px;
    font-weight: 500; }
    @media only screen and (max-width: 575px) {
      .form-style-1 .form-group.focused .input-label {
        transform: translate(-20px, -32px); } }
  .form-style-1 .form-group.focused .form-control {
    border-color: var(--primary); }
  .form-style-1 .form-group .input-label {
    position: absolute;
    font-size: 15px;
    font-weight: 300;
    top: 18px;
    left: 20px;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (max-width: 575px) {
      .form-style-1 .form-group .input-label {
        top: 10px; } }

.auth-info-inner {
  padding: 100px 100px 70px 100px; }
  @media only screen and (max-width: 1480px) {
    .auth-info-inner {
      padding: 100px 0 70px 0; } }
  @media only screen and (max-width: 767px) {
    .auth-info-inner {
      padding: 60px 30px 30px; } }
  @media only screen and (max-width: 575px) {
    .auth-info-inner {
      padding: 20px 20px 0px; } }

.content-box {
  background-color: var(--card-bg);
  border-radius: 16px;
  text-align: center;
  padding: 25px 25px;
  margin-bottom: 30px; }
  .content-box .icon-box {
    height: 120px;
    line-height: 120px;
    margin-bottom: 25px; }
    .content-box .icon-box img {
      max-height: 100%;
      max-width: 100%; }
  .content-box .title {
    margin-bottom: 18px; }
  .content-box p {
    font-size: 15px; }

.market-card {
  border: 2px solid var(--primary);
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  background-color: var(--card-bg);
  box-shadow: 0px 10px 40px rgba(21, 50, 93, 0.1); }
  .market-card > .row {
    margin: 0 -30px; }
    .market-card > .row > div {
      padding: 0 30px;
      margin-bottom: 30px;
      position: relative; }
      .market-card > .row > div:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        top: 0;
        right: 0;
        background: linear-gradient(180deg, transparent, var(--body-color), transparent); }
        @media only screen and (max-width: 575px) {
          .market-card > .row > div:after {
            content: none; } }
      .market-card > .row > div:last-child::after {
        content: none; }
      @media only screen and (max-width: 575px) {
        .market-card > .row > div:last-child {
          margin-bottom: 15px; } }
  .market-card .btn {
    font-size: 16px;
    padding: 10px 20px; }
  @media only screen and (max-width: 1280px) {
    .market-card > .row > div {
      padding: 0 15px; }
      .market-card > .row > div p {
        font-size: 13px; } }
  @media only screen and (max-width: 575px) {
    .market-card {
      padding-top: 20px; } }

.flex-1 {
  flex: 1; }

.extra-op {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .extra-op > *:not(:first-child) {
    margin-left: 1.875rem; }
  .extra-op .fav-btn {
    position: relative;
    z-index: 1;
    margin-top: -5px;
    margin-bottom: -5px; }
    .extra-op .fav-btn span {
      position: absolute;
      font-size: 0.5625rem;
      color: var(--primary);
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      z-index: -1;
      bottom: 0.75rem;
      line-height: 1.3;
      opacity: 0;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
    .extra-op .fav-btn svg {
      width: 35px;
      height: 35px; }
    .extra-op .fav-btn.active svg path {
      fill: #FFBB69;
      stroke: #FFBB69; }
    .extra-op .fav-btn:hover span {
      opacity: 1;
      bottom: -0.875rem; }
    @media only screen and (max-width: 767px) {
      .extra-op .fav-btn svg {
        width: 2.5rem; } }
    @media only screen and (max-width: 575px) {
      .extra-op .fav-btn svg {
        width: 1.75rem; }
      .extra-op .fav-btn:hover span {
        bottom: -0.5rem; } }

.autocomplete-dropdown {
  background: var(--card-bg);
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 4;
  box-shadow: 0px 10px 40px 0px rgba(21, 50, 93, 0.1);
  border-radius: 0.75rem !important;
  padding: 1.5rem;
  display: none; }
  .autocomplete-dropdown .search-text {
    font-size: .75rem !important;
    font-weight: 400; }
  .autocomplete-dropdown > div {
    max-height: 18rem;
    position: relative;
    margin: 0 -1.5rem;
    padding: 0 1.5rem; }
  .autocomplete-dropdown ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color); }
    .autocomplete-dropdown ul li a img {
      width: 1.8rem;
      margin-right: 0.75rem;
      height: 1.8rem; }
    .autocomplete-dropdown ul li a h6, .autocomplete-dropdown ul li a .h6 {
      font-size: 15px;
      margin-bottom: 4px; }
    .autocomplete-dropdown ul li a p {
      margin-bottom: 0;
      font-size: 13px;
      line-height: 1.5; }
  .autocomplete-dropdown ul li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .autocomplete-dropdown.show {
    display: block; }

.info-box .info {
  margin-bottom: 40px; }

.info-box .link {
  color: var(--title);
  display: block;
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .info-box .font-18 {
    font-size: 14px; }
  .info-box .info,
  .info-box .link {
    margin-bottom: 30px; } }

.social-box .social-icon {
  display: flex;
  align-items: center; }
  .social-box .social-icon li {
    padding: 0 10px 0 0; }
    .social-box .social-icon li .social-btn {
      width: 40px;
      height: 40px;
      background-color: var(--primary);
      border-radius: 4px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }

.contact-box .card {
  margin-bottom: 0; }

.contact-box .card-body {
  padding: 60px 60px; }
  .contact-box .card-body .btn {
    box-shadow: 0px 10px 30px 0px rgba(11, 138, 123, 0.2);
    width: 220px;
    height: 60px;
    font-size: 18px; }
  @media only screen and (max-width: 1280px) {
    .contact-box .card-body {
      padding: 40px 40px; } }
  @media only screen and (max-width: 575px) {
    .contact-box .card-body {
      padding: 20px; }
      .contact-box .card-body p {
        font-size: 14px; }
      .contact-box .card-body .btn {
        width: 150px;
        height: 50px;
        font-size: 16px; } }

.comment-area {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  border-bottom: 1px solid var(--border-color);
  margin: 0 -25px; }
  .comment-area img {
    margin-right: 15px;
    width: 65px;
    height: 65px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment-area img {
        margin-right: 12px;
        width: 50px;
        height: 50px; } }
  .comment-area .comment-text {
    padding-right: 180px;
    line-height: 1.7; }
    @media only screen and (max-width: 1480px) {
      .comment-area .comment-text {
        padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .comment-area {
      padding: 20px;
      margin: 0 -20px; } }
  @media only screen and (max-width: 575px) {
    .comment-area {
      padding: 20px;
      margin: 0 -20px; } }

.create-comment {
  display: flex;
  align-items: flex-start;
  padding: 30px 8px; }
  @media only screen and (max-width: 767px) {
    .create-comment {
      padding: 25px 0 15px; } }
  .create-comment img {
    margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .create-comment img {
        margin-right: 12px;
        width: 50px;
        height: 50px; } }
  .create-comment .comment-input {
    width: 100%; }
  .create-comment .btn {
    width: 100px;
    height: 45px;
    font-size: 16px;
    font-weight: 500; }

.option-list li {
  padding: 10px 15px; }
  .option-list li a {
    display: flex;
    align-items: center;
    font-size: 18px; }
  .option-list li:hover {
    background-color: var(--card-bg);
    box-shadow: 0px 20px 100px 0px rgba(21, 50, 93, 0.1);
    border-radius: 10px; }

@media only screen and (max-width: 991px) {
  .option-list {
    display: flex;
    flex-wrap: wrap; }
    .option-list li {
      width: 50%; } }

@media only screen and (max-width: 575px) {
  .option-list {
    display: unset;
    flex-wrap: unset; }
    .option-list li {
      width: auto;
      padding: 6px 15px; }
      .option-list li a {
        font-size: 14px; }
        .option-list li a svg {
          width: 16px;
          height: 16px; } }

.form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--title); }
  @media only screen and (max-width: 575px) {
    .form-label {
      margin-bottom: 8px; } }

.contact-form-wraper {
  z-index: unset; }
  .contact-form-wraper .contact-box {
    margin-top: -230px;
    z-index: 999;
    position: relative; }
    @media only screen and (max-width: 1280px) {
      .contact-form-wraper .contact-box {
        margin-top: -180px; } }
    @media only screen and (max-width: 991px) {
      .contact-form-wraper .contact-box {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .contact-form-wraper .contact-box {
        margin-top: 15px; } }

.upload-file-input {
  position: relative; }
  .upload-file-input input {
    opacity: 0;
    position: relative;
    z-index: 1; }
  .upload-file-input .file-control {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .upload-file-input .file-control span {
      color: #8EA5C8; }
    .upload-file-input .file-control .icon {
      position: absolute;
      right: 20px; }

.wallet-donut-chart {
  position: relative;
  margin-left: -22px; }
  .wallet-donut-chart .chart-info {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0; }
    .wallet-donut-chart .chart-info h4, .wallet-donut-chart .chart-info .h4 {
      line-height: 1;
      margin-top: 10px; }

.wallet-card {
  border: 2px solid transparent;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .wallet-card.active, .wallet-card:hover {
    border-color: var(--primary); }

.wallet-balance-area {
  display: flex; }
  .wallet-balance-area > div:not(:first-child) .amount-card {
    padding-left: 50px; }
    @media only screen and (max-width: 1280px) {
      .wallet-balance-area > div:not(:first-child) .amount-card {
        padding-left: 40px; } }
    @media only screen and (max-width: 575px) {
      .wallet-balance-area > div:not(:first-child) .amount-card {
        padding-left: 25px; } }
  .wallet-balance-area .amount-card {
    background-image: url("../images/background/bgprimary.png");
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    margin-bottom: 30px; }
    .wallet-balance-area .amount-card h6, .wallet-balance-area .amount-card .h6 {
      font-weight: 500;
      margin-bottom: 10px; }
    .wallet-balance-area .amount-card .amount {
      font-size: 2rem;
      color: #ffffff;
      line-height: 1;
      margin-bottom: 0; }
      @media only screen and (max-width: 1280px) {
        .wallet-balance-area .amount-card .amount {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 575px) {
        .wallet-balance-area .amount-card .amount {
          font-size: 1.4rem; } }
    .wallet-balance-area .amount-card .calc-icon {
      height: 55px;
      width: 55px;
      border: 5px solid var(--body-bg);
      border-radius: 55px;
      background-color: var(--title);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 24px;
      position: absolute;
      right: -32px;
      top: 50%;
      z-index: 1;
      transform: translateY(-50%); }
  @media only screen and (max-width: 991px) {
    .wallet-balance-area > div:nth-child(2) .amount-card .calc-icon {
      display: none; } }
  @media only screen and (max-width: 575px) {
    .wallet-balance-area .amount-card .calc-icon {
      height: 45px;
      width: 45px;
      border: 3px solid var(--body-bg);
      font-size: 18px;
      right: -25px; }
    .wallet-balance-area > div:not(:last-child) .amount-card {
      margin-bottom: 10px; } }

.btn-tabs-list {
  margin: 0 -10px; }
  .btn-tabs-list li {
    display: inline-block;
    padding: 0 10px; }
    .btn-tabs-list li .btn.btn-lg, .btn-tabs-list li .btn-group-lg > .btn {
      padding: 18px 30px; }
      @media only screen and (max-width: 991px) {
        .btn-tabs-list li .btn.btn-lg, .btn-tabs-list li .btn-group-lg > .btn {
          padding: 15px 25px; } }
      @media only screen and (max-width: 575px) {
        .btn-tabs-list li .btn.btn-lg, .btn-tabs-list li .btn-group-lg > .btn {
          padding: 10px 15px;
          font-size: 14px; } }
  @media only screen and (max-width: 575px) {
    .btn-tabs-list {
      margin: 0 -5px; }
      .btn-tabs-list li {
        padding: 0 5px; } }

.future-balance-card .leverage-bar-wraper {
  margin-right: 100px; }
  @media only screen and (max-width: 1191px) {
    .future-balance-card .leverage-bar-wraper {
      margin-right: 30px; } }
  @media only screen and (max-width: 767px) {
    .future-balance-card .leverage-bar-wraper {
      margin-right: 0; } }

.setting-nav-card {
  border: 2px solid var(--primary);
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 30px 25px 25px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 40px rgba(21, 50, 93, 0.1); }
  .setting-nav-card .title {
    font-size: 26px;
    font-weight: 500; }
  @media only screen and (max-width: 575px) {
    .setting-nav-card {
      padding: 20px 20px 15px; }
      .setting-nav-card .title {
        font-size: 22px; } }

.theme-mode {
  background-color: rgba(142, 165, 200, 0.2);
  height: 48px;
  display: flex;
  width: 210px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .theme-mode::after {
    content: "";
    height: calc(100% - 8px);
    width: 100px;
    top: 4px;
    background-color: var(--primary);
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    left: 5px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .theme-mode.light::after {
    transform: translateX(0); }
  .theme-mode.dark::after {
    transform: translateX(100px); }
  .theme-mode .item {
    cursor: pointer;
    flex: 1;
    font-size: 12px;
    color: var(--title);
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .theme-mode .item svg {
      margin-right: 6px; }
    .theme-mode .item svg path {
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      stroke: var(--title); }
    .theme-mode .item.active {
      color: #ffffff; }
      .theme-mode .item.active svg path {
        stroke: #ffffff; }

.page-box {
  padding: 10px;
  cursor: pointer;
  background-color: rgba(142, 165, 200, 0.2);
  border-radius: 10px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .page-box .media-box {
    height: 125px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .page-box .media-box img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .page-box .media-box:after {
      content: "";
      position: absolute;
      z-index: 0;
      height: 100%;
      width: 100%;
      left: 0px;
      background-color: rgba(26, 41, 67, 0.4);
      opacity: 0;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
  .page-box .active-btn {
    font-size: 14px;
    font-weight: 600;
    background-color: var(--card-bg);
    border-radius: 8px;
    color: var(--title);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 160%);
    padding: 9px 22px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .page-box h6, .page-box .h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 10px; }
  .page-box.active {
    background-color: var(--card-bg);
    border-color: var(--primary);
    box-shadow: 0px 10px 30px rgba(11, 138, 123, 0.15); }
    .page-box.active .media-box:after {
      opacity: 1; }
    .page-box.active .active-btn {
      transform: translate(-50%, -50%); }

.secure-input {
  position: relative; }
  .secure-input .show-pass {
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .secure-input .show-pass .eye-close {
      display: none; }
  .secure-input.active .eye-open {
    display: none; }
  .secure-input.active .eye-close {
    display: block; }

.star-list li {
  font-size: 14px;
  position: relative;
  line-height: 1.4;
  padding: 5px 10px 5px 24px;
  color: var(--title); }
  @media only screen and (max-width: 575px) {
    .star-list li {
      font-size: 12px; } }
  .star-list li::after {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary);
    position: absolute;
    left: 0;
    top: 4px; }
  .star-list li.text-primary {
    font-weight: 500; }

.copy-input {
  position: relative; }
  .copy-input .form-control {
    padding-right: 58px;
    text-overflow: ellipsis;
    color: var(--primary);
    font-weight: 500; }
  .copy-input .copy-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }

.qr-area {
  margin-bottom: 30px;
  position: relative; }
  .qr-area:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, var(--body-color), transparent); }
    @media only screen and (max-width: 1280px) {
      .qr-area:after {
        right: -20px; } }
    @media only screen and (max-width: 991px) {
      .qr-area:after {
        right: 0; } }
    @media only screen and (max-width: 767px) {
      .qr-area:after {
        content: none; } }

.qr-box {
  text-align: center;
  display: inline-block; }
  .qr-box .qr-image {
    height: 250px;
    width: 250px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary);
    border-radius: 20px;
    padding: 20px; }
    @media only screen and (max-width: 1280px) {
      .qr-box .qr-image {
        width: 200px;
        height: 200px; } }
    .qr-box .qr-image::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-image: url("../images/qr-border.png");
      background-size: contain;
      background-repeat: no-repeat;
      transform: scale(1.035); }

.about-privacy,
.policy-content {
  margin-bottom: 40px; }
  .about-privacy p,
  .policy-content p {
    font-weight: 300;
    line-height: 1.8; }
  @media only screen and (max-width: 1280px) {
    .about-privacy,
    .policy-content {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 575px) {
    .about-privacy,
    .policy-content {
      margin-bottom: 12px; } }

.privacy-list ul {
  background-color: rgba(24, 165, 148, 0.05);
  border: 2px solid var(--primary);
  border-radius: var(--border-radius-base);
  padding: 40px 0 20px 0; }
  .privacy-list ul li {
    padding: 12px 14px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .privacy-list ul li a {
      font-size: 14px;
      color: var(--title);
      font-weight: 500;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
      .privacy-list ul li a span {
        color: var(--primary);
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
    .privacy-list ul li.active {
      background-color: var(--primary); }
      .privacy-list ul li.active a, .privacy-list ul li.active span {
        color: #fff; }
  @media only screen and (max-width: 767px) {
    .privacy-list ul {
      padding: 20px 0 10px 0; } }

.sticky-top,
.sticky-sm-top,
.sticky-md-top,
.sticky-top > .side-bar {
  position: sticky;
  position: -webkit-sticky;
  top: 100px; }

.policy-content .account-creation {
  padding-left: 40px;
  padding-top: 12px; }
  .policy-content .account-creation.style-2 {
    padding-left: 0; }
  .policy-content .account-creation .info-list li {
    display: flex;
    align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .policy-content .account-creation {
      padding-left: 25px; } }

.tile-bar {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
  .tile-bar .point {
    width: 35px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .tile-bar .point {
        width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px; } }
  .tile-bar h4, .tile-bar .h4 {
    margin-bottom: 0;
    font-size: 22px; }
  @media only screen and (max-width: 767px) {
    .tile-bar h4, .tile-bar .h4 {
      font-size: 18px; } }

.pricing-table {
  width: 100%; }
  .pricing-table .pricing-haed {
    position: relative; }
    .pricing-table .pricing-haed li {
      display: flex;
      align-items: center;
      transition: all 0.35s; }
      .pricing-table .pricing-haed li.list-head .currency-list {
        padding: 15px 20px 10px; }
        @media only screen and (max-width: 767px) {
          .pricing-table .pricing-haed li.list-head .currency-list {
            padding: 8px; } }
      .pricing-table .pricing-haed li span {
        font-size: 18px;
        font-weight: 500;
        color: var(--title); }
        @media only screen and (max-width: 767px) {
          .pricing-table .pricing-haed li span {
            font-size: 13px; } }
      .pricing-table .pricing-haed li .currency-list {
        padding: 10px 20px;
        width: 33.33%; }
        .pricing-table .pricing-haed li .currency-list h6, .pricing-table .pricing-haed li .currency-list .h6 {
          margin-bottom: 0;
          font-size: 16px; }
        .pricing-table .pricing-haed li .currency-list .fee-title {
          font-size: 16px;
          font-weight: 500;
          color: var(--title); }
        .pricing-table .pricing-haed li .currency-list:first-child {
          padding-left: 10px; }
      .pricing-table .pricing-haed li:first-child {
        border-bottom: 1px solid rgba(26, 41, 67, 0.1);
        margin-bottom: 10px; }
      .pricing-table .pricing-haed li:not(:first-child) {
        border: 1px solid transparent;
        border-radius: 20px; }
      .pricing-table .pricing-haed li:not(:first-child):hover {
        border-color: var(--primary);
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        background-color: var(--card-bg); }
        .pricing-table .pricing-haed li:not(:first-child):hover .fee-title {
          color: var(--primary); }
    .pricing-table .pricing-haed:after {
      content: "";
      position: absolute;
      top: 0;
      z-index: -1;
      left: 33.33%;
      width: 33.33%;
      border-radius: 10px;
      border: 1px solid rgba(26, 41, 67, 0.1);
      height: 100%;
      background-color: var(--card-bg);
      box-shadow: 0px 10px 40px 0px rgba(0, 55, 49, 0.05); }
    @media only screen and (max-width: 767px) {
      .pricing-table .pricing-haed:after {
        content: none; }
      .pricing-table .pricing-haed li .currency-list {
        width: 100%;
        padding: 10px 8px; }
        .pricing-table .pricing-haed li .currency-list img {
          width: 30px; }
        .pricing-table .pricing-haed li .currency-list h6, .pricing-table .pricing-haed li .currency-list .h6 {
          font-size: 14px; }
          .pricing-table .pricing-haed li .currency-list h6 small, .pricing-table .pricing-haed li .currency-list .h6 small, .pricing-table .pricing-haed li .currency-list h6 .small, .pricing-table .pricing-haed li .currency-list .h6 .small {
            font-size: 13px; }
        .pricing-table .pricing-haed li .currency-list .fee-title {
          font-size: 14px; }
        .pricing-table .pricing-haed li .currency-list:nth-child(2), .pricing-table .pricing-haed li .currency-list:nth-child(3) {
          width: 160px; } }

._hj_feedback_container {
  display: none !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.customer-logos {
  padding: 40px 0 100px 0;
}

@media only screen and (max-width: 992px) {
  .customer-logos {
    padding: 25px 0 50px 0;
  }
}

@media only screen and (min-width: 1311px) {
  .headerText {
    font-size: 49px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1310px) and (min-width: 768px){
  .headerText {
    font-size: 44px;
    padding-bottom: 40px;
  }
}
.mobile-hidden {
  display: none;
}

.desktop-only {
  display: block;
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-hidden {
    display: block;
  }
}
.theme-dark .customer-logos::before {
  content: "";
  position: absolute;
  width:50px;
  height:100%;
  left:0;
  background-color:#1A2943;
  z-index:10;
}

.customer-logos::before {
  content: "";
  position: absolute;
  width:50px;
  height:100%;
  left:0;
  background-color:white;
  z-index:10;
}

.theme-dark .customer-logos::after {
  content: "";
  position: absolute;
  width:50px;
  height:100%;
  right:0;
  top:0;
  background-color:#1A2943;
  z-index:10;
}

.customer-logos::after {
  content: "";
  position: absolute;
  width:50px;
  height:100%;
  right:0;
  top:0;
  background-color:white;
  z-index:10;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 253px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}

.theme-dark .award-light {
  display: none;
}

.theme-dark .award-dark {
  display: block !important;
}

.award-dark {
  display: none !important;
}

.award-logos img {
  width: unset !important;
  height: unset !important;
  object-fit: contain;
  margin: 0 auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(90deg,white,white 0%,rgba(18,42,76,0) 10%,rgba(18,42,76,0) 50%,rgba(18,42,76,0) 90%,white 100%,white);
}

.theme-dark .slick-list::after {
  background: linear-gradient(90deg,#1a2943,#1a2943 0%,rgba(18,42,76,0) 10%,rgba(18,42,76,0) 50%,rgba(18,42,76,0) 90%,#1a2943 100%,#1a2943) !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.coin-market-cap {
  background-image: 
}

@keyframes cmc-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(45deg); }
}

.cmc-spin-animation {
  animation: cmc-spin 3s linear infinite alternate;
}


.cmc-card-bx {

  padding: 13px 35px 28px;
  padding-right: 15px !important;
  max-width: 500px;
  z-index: 1;
  position: relative;
  }
  .spotbox{
    background-image: url("../images/cmc/Spot.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .perpetualbox{
    background-image: url("../images/cmc/Perpetuals.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cmc-card-bx .btn {
    position: absolute;
    right: 30px;
    top: 30px; }
    @media only screen and (max-width: 575px) {
      .cmc-card-bx .btn {
        position: unset;
        margin-top: 10px; } }
  @media only screen and (max-width: 1480px) {
    .cmc-card-bx {
      padding: 16px 25px 18px; } }
  @media only screen and (max-width: 991px){
    .cmc-card-bx{
      margin-top: 0;
    }
    .cmc-text{
      justify-content: center;
    }
    .cmc-card-bx .title{ 
           text-align: center;
    }
  }
  @media only screen and (max-width: 575px) {
    .cmc-card-bx {
      margin-top: 0; }
      .spotbox {
        background-position: left;
        margin-bottom: 3%;
      }
      .theme-dark .spotbox {
        background-position: center;
        margin-bottom: 3%;
      }
      .perpetualbox {
        background-position: left;
      }
      .theme-dark .perpetualbox{
        background-position: center 
      }
    }
    @media only screen and (max-width: 991px){
      .spotbox {
        background-position: center;
        margin-bottom: 3%;
      }
      .theme-dark .spotbox {
        background-position: center;
        margin-bottom: 3%;
      }
      .perpetualbox {
        background-position: center;
      }
      .theme-dark .perpetualbox{
        background-position: center 
      }
    }
  .theme-dark .spotbox {
    background-image: url("../images/cmc/SpotDark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .theme-dark .perpetualbox {
    background-image: url("../images/cmc/PerpetualsDark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sub-text {
    color: var(--bs-body-color) !important;
  }
  .cmc-card-bx .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1rem; }
    @media only screen and (max-width: 1480px) {
      .cmc-card-bx .title {
        padding-bottom: 10px;

        } }
  @media only screen and (max-width: 1200px) {
    .cmc-card-bx .title {
      padding-bottom: 10px;
       }
    .cmc-card-bx p {
      } }
    @media only screen and (max-width: 991px){
      .cmc-card-bx .title{
        line-height:normal
      }
    }
.featured {
  background-color: #00000017;
  box-shadow: 0px 0px 40px 1px #00000017;
}


  @-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

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