@charset "UTF-8";
/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #5543ff;
  --bs-purple: #5543ff;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #35b653;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #324158;
  --bs-primary: #5543ff  ;
  --bs-secondary: #e83e8c;
  --bs-success: #35b653;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 78, 102, 248;
  --bs-secondary-rgb: 232, 62, 140;
  --bs-success-rgb: 53, 182, 83;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 'Inter', sans-serif;
  --bs-font-monospace: 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: 'Inter', sans-serif;
  --bs-body-font-size:1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.2;
  --bs-body-color: #324158;
  --bs-body-bg: #f5f5f5;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.4rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.6rem;
  --bs-border-radius-xl: 10rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #5543ff  ;
  --bs-link-hover-color: #5543ff(115,80,255);
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::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);
}
.top-title a.btn.btn-primary.hide-on-mob {
    padding: 13px 30px;
    font-weight: 400;
    font-size: 13px;
}
span.h4.listing-price {
    font-size: 18px;
    font-weight: 600;
}
p.address-list.flex-grow-1.mb-0.text-muted.text-sm {
    font-weight: 300;
    font-size: 12px !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family:  'Inter', sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #6c757d;
  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;
}
.multi-select-menuitem input {
    right: 8px;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}
.agrement-pdf{background: #fff; padding: 30px;}
.agrement-pdf {
    background: #fff;
    padding: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    margin-top: 7px;
}
.pdf-block{background: #f6f6f6;}
.pdf-block {
    background: #f6f6f6;
    width: 90px;
    height: 90px;
    border-radius: 18px;
    padding: 0;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdf-block  img{
    width: 50px
}
.select-save-doc{margin: 30px 0}
.select-save-doc .pdf-block {
    background: transparent;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    padding: 20px;
    margin-right: 12px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.add-more-side a:hover {
    background: #0666FA26;
    color: #0666FA;
}
.removeme {
    cursor: pointer;
    padding-top: 15px !important;
    color: #808080 !important;
    padding-top: 0 !important;
    line-height: 41px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    padding-left: 30px !important;
}
.add-more-side a {
    text-decoration: none !important;
    padding: 4px 10px;
}
.agrement-pdf p{margin-bottom: 0;}
.agrement-pdf a {
    background: #f6f6f6;
    font-size: 12px;
    color: #324158;
    padding: 7px 20px;
    border-radius: 50px;
    margin-left: 12px;
    text-decoration: none;
    font-weight: 600;
}
li.nav-item {
    position: relative;
    font-size: 13px;
    letter-spacing: 0;
}
li.nav-item.dropdown.ms-lg-3.text-white.userlogedin {
    margin-top: 0px !important;
  letter-spacing: 0 !important;
    
}
.drop-inner-top{
    display: flex;
    color: #000;
    align-items: center;
}
@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;
}

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

::file-selector-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.725rem + 5.7vw);
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 6rem;
  }
}

.display-2 {
  font-size: calc(1.675rem + 5.1vw);
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 5.5rem;
  }
}

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 400;
  line-height: 1.3;
}
@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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.4rem;
  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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
 
@media (min-width: 768px) {
 
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-7,
.gx-7 {
  --bs-gutter-x: 8rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 8rem;
}

.btn-default{background: #0666FA} 
.btn-default {
    background: #0666FA;
    color: #fff;
    font-size: 14px !important;
    border: none;
    padding: 18px 55px;
    border-radius: 50px;
    font-weight: 400;
}
.navbar-nav .nav-item .btn {
    font-size: 14px !important;
    color: #222;
    padding: 6px 15px !important;
    font-weight: 400 !important;
}
.nav-bottom .nav-bot ul li a:hover{text-decoration: none}

@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.3333333333%;
  }

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

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

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

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

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

    
    }

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

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

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 8rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

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

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 6rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 6rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 8rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 8rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

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

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 8rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

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

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

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

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 8rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 8rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.01);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.025);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 1.25rem 1.25rem;
  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-group-divider {
  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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #324158;
  --bs-table-bg: #dce0fe;
  --bs-table-border-color: #c9cde9;
  --bs-table-striped-bg: #dadefc;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #c9cde9;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #d7dbf9;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #324158;
  --bs-table-bg: #fad8e8;
  --bs-table-border-color: #e4c6d5;
  --bs-table-striped-bg: #f8d6e6;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e4c6d5;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f5d4e3;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #324158;
  --bs-table-bg: #d7f0dd;
  --bs-table-border-color: #c5dccb;
  --bs-table-striped-bg: #d5eedb;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #c5dccb;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #d2ebd9;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #324158;
  --bs-table-bg: #d1ecf1;
  --bs-table-border-color: #bfd8dd;
  --bs-table-striped-bg: #cfeaef;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #bfd8dd;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #cde7ec;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #324158;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e9debd;
  --bs-table-striped-bg: #fdf1cb;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e9debd;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f9eec9;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #324158;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #e3c5c8;
  --bs-table-striped-bg: #f6d5d8;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e3c5c8;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f3d3d6;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #324158;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #e3e4e5;
  --bs-table-striped-bg: #f6f7f8;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e3e4e5;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f3f4f5;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #343a40;
  --bs-table-border-color: #484e53;
  --bs-table-striped-bg: #363c42;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #393f45;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.accordion-wrapper .accordion p {
    display: none;
}    
.navbar-nav li.nav-item.signup-mob {
        display: none;
    }
.navbar-nav li.nav-item.signin-mob a {
        background: #0666fa !important;
        color: #fff !important;
    }
.linked-account p b {
    font-weight: 700;
}
.pay-w-box p {
    margin: 0;
    font-weight: 600;
    margin-left: 6px;
}
.application-no {
    margin-left: 43px;
    font-size: 12px;
    color: #999;
}
.my-application-box.rejected-application-box .d-flex.applications-btn .reject.btn {
    background: #ff3131 !important;
}
.my-application-box.rejected-application-box .d-flex.applications-btn .reject.btn img, .my-application-box .d-flex.applications-btn .accept.btn  img {
    width: 15px !important;
}

.my-application-box .d-flex.applications-btn .reject.btn, .my-application-box .d-flex.applications-btn .accept.btn {
    display: flex;
    align-items: center;
    gap: 6px;
}
.my-application-box .accepted-box {
    padding: 30px 40px;
}
.my-application-box .accepted-box .accepted-heading{
    color: #00cb39;
    display: flex;
    align-items: center;
    gap:5px;
}
.my-application-box .accepted-box .accepted-heading img {
    width: 18px;
}
.accepted-heading {
    font-weight: 600;
    margin-bottom: 10px;
}
.accepted-description {
    margin-left: 24px;
}
.next-steps {
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 28px;
    margin: 0 60px;
    border-radius: 25px;
}
.select-step {
    display: flex;
    background: #fff;
    padding: 16px;
    border-radius: 55px;
    align-items: center;
}
.select-step h3 {
    margin: 0;
    font-size: 14px;
}
.completed a {
    background: #0666fa;
    color: #fff;
    display: flex;
    border-radius: 65px;
    align-items: center;
    padding: 10px;
    gap:5px;
    font: 15px;
}
.payment-agreement-wrapper {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #ffffffc7;
    bottom: 0;
    overflow-y: auto;
}
.pay-with ul {
    margin: 0;
    padding: 0;
}

.pay-with li {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}
.pay-with li a {
    background: #0666fa;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.pay-with {
    margin: 0 25px;
}
.pay-with h3 {
    font-size: 15px;
    font-weight: 600;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner {
    background: #fff;
    width: 500px;
    margin: 40px auto;
    box-shadow: 0 0 22px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 30px;
    padding-bottom: 2px;
}

.pay-with li a {
    background: #0666fa !important;
    color: #fff;
    display: block;
    text-align: center;
    padding: 13px 0;
    border-radius: 40px !important;
    text-decoration: none;
    font-size: 14px;
}
.pay-with .note p {
    font-size: 9px;
    margin-bottom: 30px;
    display: block;
    line-height: 12px;
}
.my-application-box.accepted-box .applicant-name h3 {
    display: flex;
    align-items: center;
}

.view-btn {
    margin-left: 10px;
}

.view-btn a {
    border: 1px solid #0666FA;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 14px;
}
.d-flex.application-wrapper {
    margin-top: 5px;
    align-items: center;
}
.accepted-description b {
    font-weight: 600;
}
.your-rental-agreement {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.input-agrement button.sin-tent:hover {
    background: #2979f3;
}


.your-rental-agreement > img {
    width: 40px;
    margin-bottom: 10px;
}


.subscriptions .tnc p {
    line-height: 15px;
}
.your-rental-agreement .title-agrement {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.input-agrement img {
    width: 15px;
}
.input-agrement {
    background: #ebebeb;
    border-radius: 115px;
    display: flex;
    justify-content: space-between;
    padding: 13px;
    align-items: center;
    margin-bottom: 15px;
}
.input-agrement > span {
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
}
.input-agrement button.sin-tent {
    background: #0666fa;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px;
    border-radius: 25px;
    padding: 8px 15px;
    font-size: 14px;
}

.view-btn a {
    border: 2px solid #0666FA;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 14px;
    display: block;
}
.view-btn a:hover{text-decoration: none; background: #ccc} 


.payment-agreement-wrapper .payment-agreement-wrapper-inner .head {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #d9d9d9;
        
}
div#payment-preview {
    z-index: 999999999 !important;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner .head .close-n {
    cursor: pointer;
}
.price-table {
    border: 1px solid #ebebeb;
    border-radius: 25px;
}
.price-table .table-head .head-row {
    display: flex;
    border-bottom: 1px solid #ebebeb;
}
.price-table .table-head .head-row .col-right {
    text-align: right;
}
.price-table .table-body {
    padding: 20px;
}
.price-table .tb-row {
    display: flex;
}
.price-table .tb-row .left, .price-table .tb-row .right{ width: 70%;
    font-size: 14px;
    padding: 10px 0;}
.price-table .table-head .head-row .col-left, .price-table .table-head .head-row .col-right {
    width: 50%;
    font-weight: 700;
    padding: 20px 20px;
}
.my-application-box.propery-rented-succesfully h3 {
    display: flex;
    align-items: center;
}
.my-application-box.propery-rented-succesfully .accepted-heading {
    color: #0666fa;
}
.my-application-box.propery-rented-succesfully .accepted-heading img {
    width: 25px;
}
.my-application-box.propery-rented-succesfully .accepted-description {
    margin-left: 31px;
}
.my-application-box.propery-rented-succesfully .next-steps h4 {
    color: #324158;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.steps-btn a:hover {
    text-decoration: none;
    color: #0666fa;
}
.steps-btn .completed a:hover {
    text-decoration: none;
    color: #fff;
}
.steps-btn .completed a:hover {
    text-decoration: none;
    color: #fff;
    background: #1a71f7;
}
.tb-row-foot {
    display: flex;
    justify-content: space-between;
    color: #0666FA;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
}
.your-saving {
    background: #0666FA0d;
    margin: 0 19px 20px;
    border-radius: 25px;
    padding: 14px;
}
.your-saving h3 {
    display: flex;
    padding: 0 0;
    font-size: 16px;
    align-items: center;
    margin: 0;
    gap: 6px;
    font-weight: 600;
}
.view-btn a:hover {
    text-decoration: none;
    background: #d0e2fe;
}
.payment-body .pdf {
    margin-left: 0px;
}

.payment-body .pdf img {
    width: 30px;
}
.payment-body .data-field {
    font-size: 14px;
    margin-top: 7px;
    font-weight: 600;
}
.payment-body label {
    font-size: 14px;
}
.payment-body .check-report {
    margin-left: 34px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.check-report a {
    color: #222 !important;
    text-decoration: none !important;
}
.payment-body .applicant-detailss {
    padding: 30px 30px !important;
    background: #f1f1f1;
    border-radius: 14px;
}
.pay-with li a:hover {
    background: #2078ff;
}
.payment-agreement-wrapper-inner .download {
    cursor: pointer;
}
 #agreement-popup .section, #agreement-preview .section {
            margin-top: 25px;
        }
#agreement-popup .field, #agreement-preview .field {
            font-weight: bold;
        }
#agreement-popup .signature, #agreement-preview .signature {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#agreement-popup .signature div, #agreement-preview .signature div {
            width: 40%;
            text-align: center;
    margin-top: 0;
        margin: 0 auto;
        }

#agreement-popup .signature span, #agreement-preview .signature span {
            display: block;
            margin-top: 0px;
            border-top: 1px solid #000;
            padding-top: 5px;
        }
div#agreement-popup .agreement-body h2, div#agreement-preview .agreement-body h2 {
    font-size: 18px;
    font-weight: 600;
}
#agreement-popup .payment-agreement-wrapper-inner, #agreement-preview .payment-agreement-wrapper-inner {
    max-width: 600px;
    width: 600px;
}
div#agreement-popup .agreement-body h2, div#agreement-preview .agreement-body h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    background: none;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    color: #222;
    margin-bottom: 16px;
}
div#agreement-popup .agreement-body, div#agreement-preview .agreement-body {
    padding: 25px;
}
div#agreement-popup .agreement-body p, div#agreement-preview .agreement-body p {
    font-size: 14px;
    line-height: 21px;
}
div#agreement-popup .agreement-body p span.field, div#agreement-preview .agreement-body p span.field {
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    color: #222;
}
canvas {
    border: 2px dashed #ccc;
    border-radius: 6px;
    width: 100%;
    height: 80px;
    touch-action: none;
}
.signature-wrapper {
    width: 100% !important;
}
.signature-wrapper {
    position: relative;
}
.sign-actions {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    top: -18px;
    right: -9px;
    position: absolute;
}
.sign-actions button.clear-btn {
    background: #ff0000;
    padding: 0;
    line-height: 24px;
    font-size: 21px;
}
button.clear-btn {
    background: #ff0000;
    color: #fff;
}
.sign-actions button {
    border: none;
    border-radius: 45px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 25px;
    width: 25px;
    line-height: 20px;
}
.payment-body .pdf {
    margin-left: 0;
    margin-top: 0;
}
.payment-body .applicant-detailss {
    padding: 0 30px;
}
div#Apply-now.payment-body {
    padding: 20px 30px;
}
.payment-body .check-report h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.check-report {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 11px;
}
.payment-agreement-wrapper .payment-body{border: none;}
.your-saving h3 img {
    width: 16px;
}
.invoice-genrated-for img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.invoice-genrated-for {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.invoice-genrated-for span {
    font-weight: 600;
    font-size: 14px;
}
.your-saving p {
    padding-left: 26px;
    padding-top: 10px;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
}
.price-table .tb-row .right {
    width: 30%;
}
div#invoice-pending-badge {
    font-size: 14px;
}
.price-table .tb-row .right {
    text-align: right;
}
.agreement-footer {
    text-align: center;
}

.agreement-footer button {
    background: #0666fa;
    border: none;
    color: #fff;
    padding: 13px 65px;
    border-radius: 35px;
    font-size: 14px;
    margin-bottom: 15px
}
.agreement-footer {
    text-align: center;
    padding: 20px 0;
}
.agreement-footer .note {
    font-size: 8px;
    padding: 0 20px;
    line-height: 11px;
}
.agreement-footer .note{
    font-size: 9px;
    margin-top: 0;
    text-align: center;
}
.review-listing .approved label {
    color: #00944d;
    font-size: 13px;
    background: #d2ffe9;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
}
.review-listing .in-review:before {
    display: none;
}

.review-listing .in-review {
    white-space: nowrap;
    color: #0666FA;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    background: #d9e8ff;
    padding: 10px 20px;
    border-radius: 8px;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner .head img{width: 30px}
.completed a img {
    width: 15px;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner .head h3 {
    margin: 0;
    font-size: 22px;
}


.steps-btn.d-flex.align-items-center {
    font-size: 0.8rem;
    gap: 10px;
}
.steps-btn.d-flex.align-items-center a {
    font-size: 0.8rem;
}
.next-steps h4 {
    color: #324158;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.next-steps .select-step:last-child {
    margin-bottom: 0;
}

.next-steps .select-step {
    margin-bottom: 15px;
}
.next-steps .pending a {
    background: #ebebeb;
    color: #222;
    padding: 10px;
    border-radius: 45px;
    color: #9f9f9f;
    width: 106px;
    display: block;
    text-align: center;
}
/* ONLY for PDF */
.pdf-mode .agreement-body {
  width: 190mm;
  font-size: 12px;
  line-height: 1.5;
}
div#payment-popup {
    z-index: 99999 !important;
}
#application-view .property-info.mb-4 .mt-2 small.text-muted {
    font-size: 12px;
    margin-left: 80px;
    font-weight: 600;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
.profile-side-menu .switcher a img.right-switch {
    display: none;
}    
#application-view .property-info.mb-4 .mt-2 small.text-muted {
    font-size: 12px;
    margin-left: 9px;
    font-weight: 600;
}
.application-status.pending-status {
    margin-left: 0 !important;
}    
.search-bar .form-control {
        top: 1px !important;
    position: relative;
            font-size: 14px !important;
    }    
  input,
  textarea,
  select {
    font-size: 16px;
/*  transform: scale(0.85);*/
/*  transform-origin: left top;*/
  }
    
#landlord-agreement-popup .payment-agreement-wrapper-inner {
    margin: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    height: 100%;
    max-height: none !important;
    border-radius: 0 !important;
}    
#share-box .inner-share {
    max-width: 90%;
    width: 90%;
}
#share-box .inner-share {
    padding: 20px;
}
div#share-box {
    backdrop-filter: blur(5px);
}    
.active-subscription p br {
    display: none;
}    
.myyy-application .search-application input[type="text"] {
    max-width: 100%;
    width: 100%;
    padding-right: 40px;
    font-size: 13px;
}
.myyy-application .search-application {
    width: 100%;
    margin-top: 16px;
}
.bottom-aplication {
    flex-direction: column;
    margin-left: 0 !important;
}    
.my-application-box .accepted-box {
        padding: 0;
        margin-top: 20px;
    }    
.myyy-application .heading.d-flex.justify-content-between.w100.align-items-center {
    flex-direction: column;
} 
.myyy-application .heading.d-flex.justify-content-between.w100.align-items-center h1{
    width: 100%
}    
.my-application-box .accepted-box {
    padding: 0;
}
.next-steps {
    margin: 20px 0;
    border-radius: 25px;
    padding: 15px;
}    
.select-step h3 {
    font-size: 14px;
}
.steps-btn.d-flex.align-items-center a {
    font-size: 10px;
}
.steps-btn.d-flex.align-items-center a {
    font-size: 12px;
}
.completed a img {
    width: 12px;
}
.select-step {
    border-radius: 15px;
} 
.next-steps .pending a {
    width: 90px;
}
.bottom-aplication .left-banner {
    width: auto;
}    
.bottom-aplication .left-banner > img {
    width: 170px;
}
.Order-line {
    font-size: 12px;
}
.Order-line img {
    width: 12px;
    height: 12px;
}
.bottom-aplication .right-banner .applications-btn a {
    padding: 6px 13px;
    font-size: 11px;
}
.my-application-box .d-flex.applications-btn .accept.btn img {
    width: 13px !important;
}
.my-application-box .accepted-box .accepted-heading {
    font-size: 14px;
}
.my-application-box .accepted-box .accepted-heading img {
    width: 15px;
}
.profile-container .accepted-description p {
        line-height: 16px;
    }    
.payment-body .data-field {
    font-size: 12px;
}
.payment-body .applicant-detailss {
    padding: 20px 20px !important;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner {
        box-shadow: none;
    }    
.payment-body .pdf img {
    width: 23px;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner .head {
    padding: 10px;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner .head h3 {
    margin: 0;
    font-size: 18px;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner .head img {
    width: 30px !important;
}
    
#agreement-popup .payment-agreement-wrapper-inner, #agreement-preview .payment-agreement-wrapper-inner {
    max-width: 100%;
    width: 100%;
}
div#agreement-popup .agreement-body p, div#agreement-preview .agreement-body p {
    font-size: 12px;
    line-height: 17px;
}
div#agreement-popup .agreement-body p span.field, div#agreement-preview .agreement-body p span.field {
    font-size: 12px;
}
#agreement-popup .signature span, #agreement-preview .signature span {
    font-size: 12px;
    font-weight: 600;
}
#agreement-popup .signature, #agreement-preview .signature {
    margin-top: 30px;
}
div#agreement-popup .agreement-body h2, div#agreement-preview .agreement-body h2 {
    font-size: 15px;
    }
.payment-agreement-wrapper .payment-body {
    border: none;
    padding: 25px;
}
#payment-popup .payment-body p {
        font-size: 12px !important;
        line-height: 15px;
    }
.profile-container h1 {
    font-size: 18px;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner {
        box-shadow: none;
        border-radius: 0;
        padding-bottom: 2px;
        max-width: 100%;
        height: auto;
    }    
.select-save-doc .divider-or {
    width: 100%;
}    
.price-table .table-head .head-row .col-left, .price-table .table-head .head-row .col-right {
    font-weight: 700;
    padding: 12px 17px;
}
.price-table {
    border-radius: 15px;
}
.tb-row-foot {
    font-size: 12px;
}
.your-saving {
    margin: 0px 10px 20px;
}
.your-saving h3 {
    font-size: 15px;
}
.your-saving p {
    padding-top: 0;
}    
.price-table .tb-row .left, .price-table .tb-row .right {
    font-size: 12px;
    padding: 10px 0;
}   
.price-table .table-body {
    padding: 14px;
}    
.my-application-box .listing-details-prev h6 {
    margin-top: 0;
}    
.d-flex.applications-btn > a:first-child {
    margin-left: 0 !important;
}
.payment-agreement-wrapper .payment-agreement-wrapper-inner {
    background: #fff;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0 0 22px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 30px;
    padding-bottom: 2px;
    max-width: 100%;
}    
.navbar-nav li.nav-item.signup-mob {
    display: none;
}    
.navbar-nav li.nav-item.signin-mob a {
    background: #0666fa !important;
    color: #fff !important;
}    
.start-screening button, .start-screening a, .start-screening a:active {
    padding: 14px 45px !important;
    font-size: 15px !important;
}    
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
.view-btn a {
    font-size: 12px;
}    
.next-steps {
        border-radius: 15px;
}
.accepted-description {
    margin-left: 19px;
}    
.view-btn{margin-left: 15px}    
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .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: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.textarea {
    height: 150px;
    border-radius: 10px;
    resize: none;
}
.verify-box {
    margin-top: 50px;
}
.verify-box p {
    color: #2C016D;
    font-weight: 400;
}
.click-to-scan {
    margin: 25px 0;
}
.privacy-note p {
    color: #0666FA;
    font-weight: 500;
}
.privacy-note img {
    width: 20px;
    margin-right: 7px;
}
.privacy-note {
    display: flex;
    align-items: flex-start;
    max-width: 340px;
}
.privacy-note{display: flex; }
.privacy-note p{color: #0666FA; }

.click-to-scan img {
    width: 190px;
}
select.form-control.custom-select {
    background-image: url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 94% center;
}

fomr-label {
  font-size: 20px;
  font-weight: 600;
}

.save .btn-save {
    background: #0666FA;
    border: none;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
    border: 2px solid #0666FA;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

p.star.mb-4 {
    margin-top: 15px;
    font-weight: 500;
}
p.star.mb-4 img {
    width: 24px;
}

p.address-text img {
    width: 20px;
    margin-right: 8px;
    margin-left: 3px;
}
ul.list-inline.text-sm.mb-4.ltandrs li {
    color: #0666FA;
    font-weight: 500;
    margin: 0;
}
ul.list-inline.text-sm.mb-4.ltandrs {
    margin-left: 33px;
}
p.address-text {
    display: flex;
    color: #000;
    font-weight: 500;
}
.divider {
    background: #D9D9D9;
    height: 1px;
}
.mt-15{margin-top: 20px;}
.mb-15{margin-bottom: 20px;}
.detail-sub-title{
    color: #2C016D
}
.detail-sub-title {
    font-weight: 600;
    color: #333;
    font-size: 20px;
}
li.bul-divider {
    margin: 0 15px;
    display: inline-block;
    clear: both;
    float: left;
    width: 20px;
    text-align: center;
}
.conditions > div {
    margin-bottom: 12px;
    font-weight: 500;
    align-items: center;
    font-size: 14px;
    color: #324158;
}

.detail-title{font-weight: 500; color: #222}
.conditions img {
    width: 18px;
    margin-right: 9px;
}
.sticky-top button {
    background: #0666FA;
    border-radius: 70px;
    padding: 15px 10px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}
.sticky-top button img {
    width: 20px;
    margin-right: 15px;
    /* display: flex; */
    align-items: center;
}
.tnc {
    font-size: 12px;
}
.wtc p {
    text-align: center;
    color: #333333;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
}
.wtc {
    text-align: center;
    padding: 0 40px;
}
.wtc button.btn.btn-request-tour {
    background: no-repeat;
    border: 2px solid #0666FA;
    width: 100%;
    color: #0666FA;
}
button.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.wtc button.btn.btn-request-tour {
    background: no-repeat;
    border: 2px solid #0666FA;
    width: 100%;
    color: #0666FA;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 10px !important;
    margin-top: 10px;
}
.mb-4.detail-sub-title.map-heading {
    margin-top: 50px;
}
.listed-by {
    padding-top: 30px;
}
.listed-person h4 {
    color: #2C016D;
    font-size: 25px;
}
.message-box {
    width: 400px;
    padding: 0 20px;
}
.message-box .outline-btn {
    border: 2px solid #0666FA;
    display: block;
    color: #0666FA;
    padding: 17px 10px;
    border-radius: 70px;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 30px;
    background-color: white;
}
.message-box .blue-btn {
    border: 2px solid #0666FA;
    display: block;
    color: #fff;
    padding: 17px 10px;
    border-radius: 70px;
    width: 100%;
    font-weight: 500;
    background: #0666FA;
    font-size: 17px;
}
.owner-name img{width: 20px}
.member-since{background: #F1EDFF}
.member-since {
    background: #F1EDFF;
    display: inline-flex;
    padding: 11px 19px;
    border-radius: 12px;
    color: #0666FA;
    font-weight: 500;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
}
.member-since img {
    width: 14px;
    margin-right: 6px;
}
.listed-person.d-flex > .d-flex {
    flex: 1;
}
.about {
    max-width: 500px;
}
.about h6 {
    color: #2C016D;
    font-size: 20px;
}
.flexgrow{flex: 1}
.verification h6{
     color: #2C016D;
    font-size: 20px;
}
.verification {
    padding-left: 100px;
}
.verification-box ul li {
    padding: 10px 0;
    color: #333333;
    font-weight: 400;
}
.verification-box ul {
    padding: 0;
    list-style: none;
}
.verification-box {
    background: #f5f5f5 !important;
    display: inline-block;
    padding: 12px 60px 2px 30px;
    border-radius: 15px;
}
.verification-box li {
    display: flex;
    align-items: center;
}

.verification-box img {
    width: 25px;
    margin-right: 10px;
}
.see-all {
    color: #2C016D;
    font-weight: 500;
    font-size: 15px;
}
.detail-footer {
    padding-bottom: 90px;
}
.d-block.review-box {
    margin-bottom: 17px;
}
.see-all img{
    margin-left: 15px
}
.rating-number {
    color: #2C016D;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
}
.see-all-review a{text-decoration: underline; margin-top: 15px}
.see-all-review {
    margin-bottom: 45px;
}  
.reviews .avatar.avatar-xl {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: transparent !important;
    box-shadow: none;
}
.cities__item .short-add {
    margin-bottom: 10px;
}
@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: #324158;
  background-color: #fff;
  border-color: #a7b3fc;
  outline: 0;
  box-shadow: none;
}
.upload-lease select.form-control {
    color: #a6a6a6 !important;
    background-image: url('https://www.goodtolease.com//public/assets/images/arrow-selection.png') !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: right 21px center !important;
}
.multi-select-button:after{display: none !important;}
.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px;
    background-image: url('https://www.goodtolease.com//public/assets/images/arrow-selection.png');
    background-position: right 21px center;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 10px !important;
    padding: 13px 10px;
}
.multi-select-menu {
    position: absolute;
    left: 50%;
    top: 37px;
    z-index: 1;
    float: left;
    min-width: 97%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow-x: hidden !important;
}
.multi-select-menu input[type="checkbox"] {
    border: 1px solid #e7e7e7;
    width: 15px !important;
    height: 15px !important;
    float: left;
    margin-right: 6px;
    border-radius: 3px !important;
}

.multi-select-menu input[type="checkbox"]:before {
    background-size: 10px !important;
    background-color: #0666FA !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;

}
.multi-select-menu  input[type="checkbox"] {
    border: 1px solid #e7e7e7;
    width: 18px !important;
    height: 18px !important;
    border-radius: 3px !important;
}

.delete-agrement{color: #0666FA!important}
.select-save-doc p {
    color: #324158;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.text-right.submit-agrement button {
    border-radius: 60px;
    padding: 10px 26px;
}

.text-right.submit-agrement {
    text-align: right !important;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.select-save-doc > div {
    margin: 0 15px;
}
.multi-select-menuitem {
    padding: 10px 15px;
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::-moz-placeholder {
/*  color: #000;*/
/*  opacity: 1;*/
}
.form-control::placeholder {
/*  color: #000;*/
/*  opacity: 1;*/
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #324158;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #324158;
  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 {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #324158;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 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.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 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: 0.6rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.6em + 0.75rem + 2px);
    resize: none
}
section#form-support {
    background: #f6f6f6 !important;
}
section#form-support p {
    margin-bottom: 7rem;
}
.deskmt-40{margin-top: 40px;}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
}
form#updateprofileform a {
    font-size: 14px;
}
form#updateprofileform a {
    font-size: 14px;
    margin-top: 0;
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}
.invite-people input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    font-size: 14px;
}
button.text-blue.send-invite:hover {
    background: #f0efff;
}

button.text-blue.send-invite {
    position: absolute;
    right: 8px;
    background: no-repeat;
    border: none;
    color: #0666FA;
    font-weight: 600;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 10px;
}
.tean-wrapper {
    margin: 30px 0;
}
.add-team img {
    width: 12px;
    margin-right: 8px;
}
#phonecode {
    width: 60px;
    padding: 0 13px;
    /* height: 40px; */
    border-radius: 10px 0 0 10px;
    border-right: none !important;
    color: #757575;
}
#phonecode + input {
    margin: 0;
    border-radius: 0 10px 10px 0;
    border-left: none !important;
    padding-left: 0;
}
.tncpages h1.hero-heading.mb-0.text-primary.text-left {
    font-size: 50px;
}
#form-support .form.dashboard-form{    margin: 40px 0 !important;
    padding: 35px 50px;
    text-align: center;}
#phone-code-erapper{position:relative; display:flex}
#form-support .form.dashboard-form .form-floating > label{
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 11px;
    color: #324158;
}
#form-support .form.dashboard-form h2 {
       margin-bottom: 20px;
    color: #324158;
    font-weight: 700;
    font-size: 30px;
}
.add-team a {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none !important;
}

span.Identity-Verified img {
    width: 16px;
    margin-right: 10px;
}
.tenant-detail label {
    color: #324158 !important;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 6px;
}
.tenant-detail .d-flex.align-items-center {
    font-size: 14px;
}
span.Identity-Verified {
    background: #D0FFF2;
    display: block;
    display: flex;
    padding: 8px 10px;
    color: #00944D;
    margin-left: 15px;
    border-radius: 8px;
    align-items: center;
}
.tenant-profile-box {
    background: #fff;
    border-radius: 25px;
}
.tenant-profile-box .cover > img {
    border-radius: 20px 20px 0 0;
}
a.del-all:hover {
    color: #ff3131;
    background: #fabbbb45;
    text-decoration: none;
}
.tenant-detail {
    padding: 0 70px;
    padding-bottom: 10px;
}
a.del-all {
        color: #ff3131;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
}
.notification-wrapper .delete-btn img {
    width: 50%;
}
.notification-wrapper .delete-btn a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}
.delete-btn {
    width: 42px !important;
    flex-shrink: 0;
}
.delete-btn a:hover {
    background: #fabbbb45;
}
.noti-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
}
.notification-wrapper {
    margin-top: 30px;
}
.noti-box .reply:hover {
    color: #796dff;
}
.profile-side-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 5px;
    overflow: auto;
    height: calc(100vh - 165px);
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
div#signup.dashbaord-popup > div {
    padding: 30px 30px;
}
div#signup.dashbaord-popup .close {
    color: #0666FA;
    border: none;
    font-weight: 700;
    font-size: 25px;
    margin-top: 18px;
}
.bell-icon {
    width: 32px;
    margin-top: 7px;
}
.bell-icon img {
    width: 100%;
}
.noti-box h3 {
    font-size: 16px;
}
.bell-icon {
    width: 20px;
    margin-top: 7px;
    margin-right: 15px;
}
.noti-box .reply {
    margin-left: 0;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 17px;
    display: block;
    font-size: 12px;
}
.noti-box h3 {
    font-size: 14px;
    font-weight: 300;
}
.noti-box  .date {
    font-size: 12px;
}
.delete-btn{width: 20px;}
.delete-btn img{width: 80%;}
.noti-box h3 {
    font-size: 16px;
    font-weight: 400;
}
#phone-code-erapper:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 30px;
}
#phone-code-erapper:before {
    content: "";
    width: 1px;
    height: 23px;
    background: #a6a6a6;
    position: absolute;
    left: 47px;
    top: 11px;
    border-radius: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.add-team {
    color: #0666FA;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.limit.text-right {
    text-align: right;
    font-size: 10px;
    margin-top: 6px;
}
.invite-people {
    position: relative;
}
.form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.4rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.4rem;
}
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
}

.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: #324158;
  background-color: #fff;
  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 5 6 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.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #a7b3fc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 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 #324158;
}

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

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

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-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: #a7b3fc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}
.form-check-input:checked {
  background-color: #6143ed  ;
  border-color: #6143ed  ;
}
.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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-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='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #6143ed  ;
  border-color: #6143ed  ;
  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='%23fff' 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 {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 3.5em;
}
.form-switch .form-check-input {
  width: 3em;
  margin-left: -3.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: 3em;
  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='%23a7b3fc'/%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='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 3.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -3.5em;
  margin-left: 0;
}

.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: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6143ed  ;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #cad1fd;
}
.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: #6143ed  ;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #cad1fd;
}
.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-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ 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);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

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

.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: 0.6rem;
}

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

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
/*
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: #35b653;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #324158;
  background-color: rgba(53, 182, 83, 0.9);
  border-radius: 0.4rem;
}

.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: #35b653;
  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='%2335b653' d='M2.3 6.73.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: #35b653;
  box-shadow: 0 0 0 0.25rem rgba(53, 182, 83, 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: #35b653;
}
.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 5 6 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='%2335b653' d='M2.3 6.73.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: #35b653;
  box-shadow: 0 0 0 0.25rem rgba(53, 182, 83, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #35b653;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #35b653;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 182, 83, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #35b653;
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.4rem;
}

.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: #dc3545;
  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='%23dc3545'%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='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545;
}
.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 5 6 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='%23dc3545'%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='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

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

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.525rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:0.8rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: #324158;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.4rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: #0666FA;
  border-color: #0666FA;
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0666FA;
  --bs-btn-border-color: #0666FA;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0666FA;
  --bs-btn-hover-border-color: #0666FA;
  --bs-btn-focus-shadow-rgb: 105, 125, 249;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0666FA;
  --bs-btn-active-border-color: #0666FA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0666FA  ;
  --bs-btn-disabled-border-color: #0666FA  ;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e83e8c;
  --bs-btn-border-color: #e83e8c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0666FA;
  --bs-btn-hover-border-color: #ba3270;
  --bs-btn-focus-shadow-rgb: 235, 91, 157;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ba3270;
  --bs-btn-active-border-color: #ae2f69;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e83e8c;
  --bs-btn-disabled-border-color: #e83e8c;
}

.btn-success {
  --bs-btn-color: #324158;
  --bs-btn-bg: #35b653;
  --bs-btn-border-color: #35b653;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #53c16d;
  --bs-btn-hover-border-color: #49bd64;
  --bs-btn-focus-shadow-rgb: 50, 160, 77;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #5dc575;
  --bs-btn-active-border-color: #49bd64;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #324158;
  --bs-btn-disabled-bg: #35b653;
  --bs-btn-disabled-border-color: #35b653;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #128293;
  --bs-btn-focus-shadow-rgb: 58, 176, 195;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #128293;
  --bs-btn-active-border-color: #117a8a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}

.btn-warning {
  --bs-btn-color: #324158;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 222, 170, 12;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #324158;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #324158;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 216, 217, 219;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #324158;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #52585d;
  --bs-btn-hover-border-color: #484e53;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5d6166;
  --bs-btn-active-border-color: #484e53;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}

.btn-outline-primary {
  --bs-btn-color: #6143ed  ;
  --bs-btn-border-color: #6143ed  ;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6143ed  ;
  --bs-btn-hover-border-color: #6143ed  ;
  --bs-btn-focus-shadow-rgb: 78, 102, 248;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6143ed  ;
  --bs-btn-active-border-color: #6143ed  ;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6143ed  ;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6143ed  ;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #e83e8c;
  --bs-btn-border-color: #e83e8c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e83e8c;
  --bs-btn-hover-border-color: #e83e8c;
  --bs-btn-focus-shadow-rgb: 232, 62, 140;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e83e8c;
  --bs-btn-active-border-color: #e83e8c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e83e8c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e83e8c;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #35b653;
  --bs-btn-border-color: #35b653;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #35b653;
  --bs-btn-hover-border-color: #35b653;
  --bs-btn-focus-shadow-rgb: 53, 182, 83;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #35b653;
  --bs-btn-active-border-color: #35b653;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #35b653;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #35b653;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb: 23, 162, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 105, 125, 249;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size:1rem;
  --bs-btn-border-radius: 0.6rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size:0.775rem;
  --bs-btn-border-radius: 0.2rem;
}

.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;
}
.popup-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0303032b;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 9999;
}
.switch-account {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.logintnc.fz11 a {
    text-decoration: underline;
}
.remember-me, .forgot {
    font-weight: 500;
    margin-top: 10px;
}
.popup-inner {
    border-radius: 15px;
    background: #fff;
    position: relative;
}
.popup-header-logo {
    text-align: center;
        margin-bottom: 20px; 
}
.close {
    position: absolute;
    padding: 0 !important;
    border: 1px solid #ccc;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: 0;
}
.popup-header {
    color: #2C016D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.social-login-btn img {
    width: 21px;
    margin-right: 2px;
}
.or-divider {
    text-align: center;
    font-weight: 500;
    color: #222;
    margin: 20px 0px;
    font-size: 13px;
    position: relative;
}


.card-fav-icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    opacity: 0.5;
    color: #fff;
    border-radius: 50%;
    background: #343a40;
    line-height: 2.5rem;
}
a.card-fav-icon img {
    width: 57%;
}
.login-form input {
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-style: normal;
}
.login-form input {
    border: none;
    border: none;
    color: #000;
    border-radius: 0;
    font-style: normal;
    font-size: 14px;
    background: #f6f6f6;
    border-radius: 8px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    margin-right: 5px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #0666FA;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 13px;
    left: 3px;
    bottom: 2px;
    background-color: #0666FA;
    -webkit-transition: .4s;
    transition: .4s;
}

/*
.switch input:checked + .slider {
  background-color: #2196F3;
}
*/
.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.remember-me, .forgot {
    font-weight: 500;
    margin-top: 10px;
    color: #000;
}

.mb-15{margin-bottom: 15px}
.social-login-btn {
    border: 1px solid #000;
    padding: 0;
    border-radius: 50px;
}
.login-button-footer {
    text-align: center;
}
.social-login-btn a:hover, .create-account a.btn.btn-black-outline.btn-50.btn-p20.fz12.text-black:hover {
    background: #f8f6ff;
    border-radius: 50px;
    color: #000;
}
input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #2c016d;
}
.create-account a {
    display: block;
    padding: 4px 0;
    height: auto;
    border-radius: 60px;
}
.logintnc.fz11 {
    color: #000;
    font-size: 11px;
    margin: 20px 0;
}
.switch-account {
    margin-bottom: 10px;
}
a.btn.btn-black-outline {
    background: no-repeat;
    color: #000;
    border: 1px solid #000;
}
a.btn.btn-purple-bg {
    background: #0666FA;
}
button.btn.btn-purple-bg {
    background: #0666FA;
}
.login-form-footer {
    margin-bottom: 20px;
    font-size: 12px;
}
.social-login-btn a {
    padding: 11px 40px;
    display: block;
    color: #000;
    text-decoration: none;
}
.forgot a {
    color: #000;
}
a.btn.btn-black-outline.btn-50.btn-p20.fz12 {
    font-size: 13px;
}
.social-login-btn a {
 padding: 11px 40px;
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.login-text {
    color: #fff;
    text-align: center;
    width: 80%;
}
.login-text h1 {
    font-size: 30px;
}
.login-text p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 18px;
}
.remove-bg{background: none}
.remove-bg {
    background: transparent !important;
}
.text-purple {
    color: #0666FA !important;
}
.height-auto{
    height: auto !important;
    line-height: inherit  !important;
}
span.eye img {
    width: 100%;
}

span.eye {
    position: absolute;
    right: 14px;
    top: 13px;
    width: 20px;
}
.create-account a {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.or-divider span {
    background: #fff;
    padding: 0 10px;
}

.or-divider:after {
    content: "";
    width: 91%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.pr{position: relative;}
.close {
    position: absolute;
    padding: 0 !important;
    border: 1px solid #9d9c9c;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 18px;
    top: 13px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer
}
.fz13{font-size: 13px;}
.text-black{color: #000}
.popup-inner > div {
    padding: 25px 70px;
}
.popup-header-logo img {
    width:40px;
}
.mw500 {
    max-width: 500px;
}
.create-account a {
    display: block;
    padding: 4px 0;
    height: auto;
    border-radius: 60px;
}

.create-account  .btn {
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    background-color: #23d3d3;
    height: auto;
    line-height: 40px;
    font-weight: 600;
    padding: 0 25px;
    color: #ffffff;
    outline: 0;
    outline-offset: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color: #324158;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.4rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0.4rem;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.175);
  --bs-dropdown-link-color: #324158;
  --bs-dropdown-link-hover-color: #6143ed  ;
  --bs-dropdown-link-hover-bg: #f8f9fa;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #6143ed  ;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.7rem;
  --bs-dropdown-header-color: #adb5bd;
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: 1400px) {
  .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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #6143ed  ;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-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 {
  border-radius: 0.4rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

}
.success-box.text-center.step5 {
    margin-top: 50px;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.4rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.4rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #6143ed  ;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.5);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: #000;
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: #000;
  --bs-navbar-brand-hover-color: #000;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: 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.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}

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

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

button.btn.btn-white.btn-block {
    background: #fff;
    margin: 10px 10px;
    font-weight: 500;
}
button.btn.btn-white.btn-block:hover {
    background: #ececec;
}
.teacup img {
    width: 170px;
    margin: 30px auto 11px;
}
.cover-image-wrapper .cover .cam-icon {
    position: absolute;
    transform: inherit;
    right: 0px !important;
    left: inherit;
    bottom: 10px;
    top: 0;
    background: #fff;
    border: 5px solid #F6F6F6;
}
.teacup {
    text-align: center;
}
.fz20{font-size: 20px;}
.profile-container p {
    margin-top: 0px;
    margin-bottom: 1rem;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.po{
    position: absolute;
    opacity: 0;
}
.green-tick.sm-check img {
    width: 16px !important;
}
.dashboar h1 {
    font-size: 22px !important;
    margin-bottom: 30px;
}
.dashboar h3 {
font-size: 15px !important;
    font-weight: 600;
    margin-top: 50px;
} 
.dashboar h1 {
    font-size: 22px !important;
    margin-bottom: 30px;
}
.dashboar h3 {
    display: flex;
}

.dashboar h3 img {
    width: 24px;
    margin-left: 9px;
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
}
}
.success-box.text-center.step5 {
    margin-top: 50px;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.4rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.4rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #6143ed  ;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.5);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: #000;
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: #000;
  --bs-navbar-brand-hover-color: #000;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: 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.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.8);
  --bs-navbar-hover-color: white;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.2rem;
  --bs-card-spacer-x: 1.2rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.4rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.4rem - 1px);
  --bs-card-cap-padding-y: 0.6rem;
  --bs-card-cap-padding-x: 1.2rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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 {
  --bs-accordion-color: #324158;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.4rem;
  --bs-accordion-inner-border-radius: calc(0.4rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #324158;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23324158'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23465cdf'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #a7b3fc;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #465cdf;
  --bs-accordion-active-bg: #edf0fe;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0.5rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "—") /* rtl: var(--bs-breadcrumb-divider, "—") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.4rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #6143ed  ;
  --bs-pagination-active-border-color: #6143ed  ;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius: 0.6rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius: 0.2rem;
}

.badge {
  --bs-badge-padding-x: 0.7em;
  --bs-badge-padding-y: 0.5em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.4rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.4rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.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 {
  --bs-alert-color: #1d72f3;
  --bs-alert-bg: #e4e8fe;
  --bs-alert-border-color: #e4e8fe;
}
.alert-primary .alert-link {
  color: #263177;
}

.alert-secondary {
  --bs-alert-color: #8b2554;
  --bs-alert-bg: #fce2ee;
  --bs-alert-border-color: #fce2ee;
}
.alert-secondary .alert-link {
  color: #6f1e43;
}

.alert-success {
  --bs-alert-color: #206d32;
  --bs-alert-bg: #e1f4e5;
  --bs-alert-border-color: #e1f4e5;
}
.alert-success .alert-link {
  color: #1a5728;
}

.alert-info {
  --bs-alert-color: #0e616e;
  --bs-alert-bg: #dcf1f4;
  --bs-alert-border-color: #dcf1f4;
}
.alert-info .alert-link {
  color: #0b4e58;
}

.alert-warning {
  --bs-alert-color: #997404;
  --bs-alert-bg: #fff6da;
  --bs-alert-border-color: #fff6da;
}
.alert-warning .alert-link {
  color: #7a5d03;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #fae1e3;
  --bs-alert-border-color: #fae1e3;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #777a7d;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fefefe;
}
.alert-light .alert-link {
  color: #5f6264;
}

.alert-dark {
  --bs-alert-color: #1f2326;
  --bs-alert-bg: #e1e1e2;
  --bs-alert-border-color: #e1e1e2;
}
.alert-dark .alert-link {
  color: #191c1e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.4rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #6143ed  ;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}

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

.list-group {
  --bs-list-group-color: #324158;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.075);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.4rem;
  --bs-list-group-item-padding-x: 1.2rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #324158;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #6143ed  ;
  --bs-list-group-active-border-color: #6143ed  ;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1d72f3;
  background-color: #dce0fe;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1d72f3;
  background-color: #c6cae5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1d72f3;
  border-color: #1d72f3;
}

.list-group-item-secondary {
  color: #8b2554;
  background-color: #fad8e8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #8b2554;
  background-color: #e1c2d1;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #8b2554;
  border-color: #8b2554;
}

.list-group-item-success {
  color: #206d32;
  background-color: #d7f0dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #206d32;
  background-color: #c2d8c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #206d32;
  border-color: #206d32;
}

.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0e616e;
  background-color: #bcd4d9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0e616e;
  border-color: #0e616e;
}

.list-group-item-warning {
  color: #997404;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #997404;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #997404;
  border-color: #997404;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #777a7d;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #777a7d;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #777a7d;
  border-color: #777a7d;
}

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.4rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.4rem;
  --bs-toast-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: transparent;
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.6rem;
  --bs-modal-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  --bs-modal-inner-border-radius: calc(0.6rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
#application-view .payment-agreement-wrapper-inner {
    height: 100%;
}    
#Apply-now .data-field h6 {
    font-size: 14px;
}    
.payment-agreement-wrapper .payment-agreement-wrapper-inner {
    max-height: none !important;
    border-radius: 0 !important;
}    
.profile-side-menu li.switcher {
    margin-left: 12px;
    justify-content: flex-start;
    width: auto;
}    
.profile-side-menu ul {
    height: calc(100vh - 65px);
}
    
  .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,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .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,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.4rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family:  'Inter', 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.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 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.6rem;
  --bs-popover-inner-border-radius: calc(0.6rem - 1px);
  --bs-popover-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #324158;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family:  'Inter', 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.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%;
  -webkit-backface-visibility: hidden;
  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: #fff;
  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: #fff;
  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='%23fff'%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='%23fff'%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: #fff;
  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: #fff;
  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;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
.profile-side-menu h3 {
    margin-top: 20px;
}    
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.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: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.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: 0.6em;
}

.placeholder-sm {
  min-height: 0.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 {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(78, 102, 248, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(232, 62, 140, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #324158 !important;
  background-color: RGBA(53, 182, 83, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(23, 162, 184, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #324158 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #324158 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(52, 58, 64, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #6143ed   !important;
}
.link-primary:hover, .link-primary:focus {
  color: #3e52c6 !important;
}

.link-secondary {
  color: #e83e8c !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #ba3270 !important;
}

.link-success {
  color: #35b653 !important;
}
.link-success:hover, .link-success:focus {
  color: #5dc575 !important;
}

.link-info {
  color: #17a2b8 !important;
}
.link-info:hover, .link-info:focus {
  color: #128293 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #343a40 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2e33 !important;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

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

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

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

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 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.1;
}

.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 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1) !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: -webkit-sticky !important;
  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 #dee2e6 !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

.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-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 8rem !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-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 8rem !important;
  margin-left: 8rem !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-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !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-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 8rem !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-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 8rem !important;
}

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

.mb-0 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 8rem !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-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 8rem !important;
}

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

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

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

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

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

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

.m-n6 {
  margin: -6rem !important;
}

.m-n7 {
  margin: -8rem !important;
}

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

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

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

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

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

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n7 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

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

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

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

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

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

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n7 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n7 {
  margin-top: -8rem !important;
}

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

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

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

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

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

.me-n6 {
  margin-right: -6rem !important;
}

.me-n7 {
  margin-right: -8rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

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

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

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n7 {
  margin-bottom: -8rem !important;
}

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

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

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

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

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

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n7 {
  margin-left: -8rem !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: 3rem !important;
}

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

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 8rem !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;
}

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

.px-7 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

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

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

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

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

.py-7 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !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;
}

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

.pt-7 {
  padding-top: 8rem !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;
}

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

.pe-7 {
  padding-right: 8rem !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;
}

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

.pb-7 {
  padding-bottom: 8rem !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;
}

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

.ps-7 {
  padding-left: 8rem !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;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-7 {
  gap: 8rem !important;
}

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

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

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

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

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

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

.fs-6 {
  font-size: 1rem !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-semibold {
  font-weight: 600 !important;
}

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

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

.lh-sm {
  line-height: 1.5 !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: #324158 !important;
    font-weight: 500;
}

.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 {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #324158 !important;
}

.bg-blue {
  background-color: #0d6efd !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.bg-green {
  background-color: #35b653 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #6c757d !important;
}

.bg-gray-dark {
  background-color: #343a40 !important;
}

.text-primary {
    color: #2c016d !important;
}

.text-primary-hover:hover {
  color: #6143ed   !important;
}

.text-secondary {
  color: #6143ed  !important;
}

.text-secondary-hover:hover {
  color: #e83e8c !important;
}

.text-success {
  color: #35b653 !important;
}

.text-success-hover:hover {
  color: #35b653 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-info-hover:hover {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-warning-hover:hover {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-danger-hover:hover {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-light-hover:hover {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-dark-hover:hover {
  color: #343a40 !important;
}

.letter-spacing-1 {
  letter-spacing: 0.1em !important;
}

.letter-spacing-2 {
  letter-spacing: 0.2em !important;
}

.letter-spacing-3 {
  letter-spacing: 0.3em !important;
}

.letter-spacing-4 {
  letter-spacing: 0.4em !important;
}

.letter-spacing-5 {
  letter-spacing: 0.5em !important;
}

.w-1rem {
  width: 1rem !important;
}

.w-2rem {
  width: 2rem !important;
}

.w-3rem {
  width: 3rem !important;
}

.w-6rem {
  width: 6rem !important;
}

.h-1rem {
  height: 1rem !important;
}

.h-2rem {
  height: 2rem !important;
}

.h-3rem {
  height: 3rem !important;
}

.h-6rem {
  height: 6rem !important;
}

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

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

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

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

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

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

.z-index-10 {
  z-index: 10 !important;
}

.z-index-20 {
  z-index: 20 !important;
}

.z-index-30 {
  z-index: 30 !important;
}

.z-index-40 {
  z-index: 40 !important;
}

.z-index-50 {
  z-index: 50 !important;
}

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

.text-xs {
  font-size: 0.7rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 2rem !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #324158 !important;
}

.mrl-60 {
    margin-left: 120px;
    margin-right: 120px;
}
@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;
  }

  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-sm-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-sm-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-sm-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-sm-n6 {
    margin: -6rem !important;
  }

  .m-sm-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mt-sm-n6 {
    margin-top: -6rem !important;
  }

  .mt-sm-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-sm-n6 {
    margin-right: -6rem !important;
  }

  .me-sm-n7 {
    margin-right: -8rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-sm-n6 {
    margin-left: -6rem !important;
  }

  .ms-sm-n7 {
    margin-left: -8rem !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;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .p-sm-7 {
    padding: 8rem !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;
  }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-7 {
    padding-top: 8rem !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;
  }

  .pe-sm-6 {
    padding-right: 6rem !important;
  }

  .pe-sm-7 {
    padding-right: 8rem !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;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 8rem !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;
  }

  .ps-sm-6 {
    padding-left: 6rem !important;
  }

  .ps-sm-7 {
    padding-left: 8rem !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;
  }

  .gap-sm-6 {
    gap: 6rem !important;
  }

  .gap-sm-7 {
    gap: 8rem !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;
  }

  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-md-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-md-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-md-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-md-n6 {
    margin: -6rem !important;
  }

  .m-md-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mt-md-n6 {
    margin-top: -6rem !important;
  }

  .mt-md-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-md-n6 {
    margin-right: -6rem !important;
  }

  .me-md-n7 {
    margin-right: -8rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-md-n6 {
    margin-left: -6rem !important;
  }

  .ms-md-n7 {
    margin-left: -8rem !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;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .p-md-7 {
    padding: 8rem !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;
  }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 8rem !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;
  }

  .pe-md-6 {
    padding-right: 6rem !important;
  }

  .pe-md-7 {
    padding-right: 8rem !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;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 8rem !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;
  }

  .ps-md-6 {
    padding-left: 6rem !important;
  }

  .ps-md-7 {
    padding-left: 8rem !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;
  }

  .gap-md-6 {
    gap: 6rem !important;
  }

  .gap-md-7 {
    gap: 8rem !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;
  }

  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-lg-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-lg-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-lg-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-lg-n6 {
    margin: -6rem !important;
  }

  .m-lg-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mt-lg-n6 {
    margin-top: -6rem !important;
  }

  .mt-lg-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-lg-n6 {
    margin-right: -6rem !important;
  }

  .me-lg-n7 {
    margin-right: -8rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-lg-n6 {
    margin-left: -6rem !important;
  }

  .ms-lg-n7 {
    margin-left: -8rem !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;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 8rem !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;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 8rem !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;
  }

  .pe-lg-6 {
    padding-right: 6rem !important;
  }

  .pe-lg-7 {
    padding-right: 8rem !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;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 8rem !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;
  }

  .ps-lg-6 {
    padding-left: 6rem !important;
  }

  .ps-lg-7 {
    padding-left: 8rem !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;
  }

  .gap-lg-6 {
    gap: 6rem !important;
  }

  .gap-lg-7 {
    gap: 8rem !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;
  }

  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-xl-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-xl-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-xl-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-xl-n6 {
    margin: -6rem !important;
  }

  .m-xl-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xl-n6 {
    margin-top: -6rem !important;
  }

  .mt-xl-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-xl-n6 {
    margin-right: -6rem !important;
  }

  .me-xl-n7 {
    margin-right: -8rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-xl-n6 {
    margin-left: -6rem !important;
  }

  .ms-xl-n7 {
    margin-left: -8rem !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;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .p-xl-7 {
    padding: 8rem !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;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-7 {
    padding-top: 8rem !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;
  }

  .pe-xl-6 {
    padding-right: 6rem !important;
  }

  .pe-xl-7 {
    padding-right: 8rem !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;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 8rem !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;
  }

  .ps-xl-6 {
    padding-left: 6rem !important;
  }

  .ps-xl-7 {
    padding-left: 8rem !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;
  }

  .gap-xl-6 {
    gap: 6rem !important;
  }

  .gap-xl-7 {
    gap: 8rem !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: 1400px) {
  .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;
  }

  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xxl-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-xxl-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-xxl-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-xxl-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-xxl-n6 {
    margin: -6rem !important;
  }

  .m-xxl-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-xxl-n6 {
    margin-right: -6rem !important;
  }

  .me-xxl-n7 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -8rem !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;
  }

  .p-xxl-6 {
    padding: 6rem !important;
  }

  .p-xxl-7 {
    padding: 8rem !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;
  }

  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-xxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 8rem !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;
  }

  .pe-xxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxl-7 {
    padding-right: 8rem !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;
  }

  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 8rem !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;
  }

  .ps-xxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxl-7 {
    padding-left: 8rem !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;
  }

  .gap-xxl-6 {
    gap: 6rem !important;
  }

  .gap-xxl-7 {
    gap: 8rem !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: 2.5rem !important;
  }

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

  .fs-3 {
    font-size: 1.75rem !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;
  }
}
/*
* ===================================================
*     Breadcrumb
* ===================================================
*/
.breadcrumb {
  font-size: 0.875rem;
}

.breadcrumb.text-white .breadcrumb-item {
  color: #fff;
}
.breadcrumb.text-white .breadcrumb-item a {
  color: #fff;
}
.breadcrumb.text-white .breadcrumb-item::before {
  color: #fff;
}

/*
* ===================================================
*     Navbar
* ===================================================
*/
.navbar-brand-svg {
  vertical-align: baseline;
}
.navbar-brand-svg .navbar-brand-svg-text {
  fill: currentColor;
}
.navbar-brand-svg .text-primary {
  fill: #6143ed  ;
}

.header-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.bg-hover-white {
  transition: all 0.2s ease-out;
}
.bg-hover-white:hover {
  background: #fff !important;
}

.navbar.fixed-top.bg-fixed-white {
  background: #fff !important;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    padding-right: 10px;
}
.navbar {
  /* align with the navbar bottom */
}
.navbar .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2C016D;
}
li.nav-item.dropdown .arrow img {
    width: 20px;
}

li.nav-item {
    margin: 0 0 0 40px !important;
    /*(text-transform: uppercase;*/
    letter-spacing: 1px;
}
.navbar-nav .nav-item .btn {
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 60px;
}
.navbar .nav-link:focus {
  outline: none;
}
.navbar .dropdown-menu {
  min-width: 200px;
  margin-top: 1rem;
  transition: transform 0.2s;
  transform: translateY(30px);
  color: #333;
  border: none;
  outline: none !important;
  font-size: 0.9rem;
}
.navbar .dropdown-menu::after {
/*
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  position: absolute;
  top: -5px;
  left: 30px;
*/
}
.navbar .dropdown-menu::before {
/*
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  border-left: 7px solid transparent;
  position: absolute;
  top: -8px;
  left: 30px;
*/
}
.navbar .dropdown-menu.dropdown-menu-end {
  right: 0;
  left: auto;
}
.navbar .dropdown-menu.dropdown-menu-end::after {
  position: absolute;
  top: -5px;
  right: 30px;
  left: auto;
}
/*
.navbar .dropdown-menu.dropdown-menu-end::before {
  position: absolute;
  top: -8px;
  right: 30px;
  left: auto;
}
*/
.navbar .megamenu {
  margin-top: 0px;
}

/*
* ===================================================
*     Custom Dropdown Toggle
* ===================================================
*/
.navbar .dropdown-toggle {
  position: relative;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0;
  transition: 0.2s;
  vertical-align: text-bottom;
  border: none;
}
.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

.navbar-light .dropdown-toggle::after,
.top-bar .dropdown-toggle::after {
  background: right center url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='rgba(0, 0, 0, 0.5)' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>") no-repeat;
}
.navbar-light .show > .dropdown-toggle::after,
.navbar-light .dropdown-toggle.active::after,
.navbar-light .dropdown-toggle:hover::after,
.navbar-light .dropdown-toggle:focus::after,
.top-bar .show > .dropdown-toggle::after,
.top-bar .dropdown-toggle.active::after,
.top-bar .dropdown-toggle:hover::after,
.top-bar .dropdown-toggle:focus::after {
  background: right center url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='rgba(0, 0, 0, 0.9)' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>") no-repeat;
}

.navbar-dark .dropdown-toggle::after {
  background: right center url("data:image/svg+xml;charset=utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='rgba(255, 255, 255, 0.8)' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>") no-repeat;
}
.navbar-dark .show > .dropdown-toggle::after,
.navbar-dark .dropdown-toggle.active::after,
.navbar-dark .dropdown-toggle:hover::after,
.navbar-dark .dropdown-toggle:focus::after {
  background: right center url("data:image/svg+xml;charset=utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>") no-repeat;
}

/*
* ===================================================
*     Megamenu
* ===================================================
*/
.megamenu {
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  border: none !important;
  border-radius: 0;
  z-index: 9999;
}
.megamenu .megamenu-list {
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: 0.8rem;
}
.megamenu .megamenu-list-item {
  margin-bottom: 5px;
}
.megamenu .megamenu-list-link {
  padding: 5px 0;
  text-decoration: none;
  color: #6c757d;
}
.megamenu .megamenu-list-link:hover {
  color: #324158;
  background: none;
}
.megamenu .megamenu-services {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f8f9fa;
}
.megamenu .megamenu-services .megamenu-services-item {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.megamenu .megamenu-services .megamenu-services-icon {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-sm .dropdown-menu:before, .navbar-expand-sm .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-sm.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-sm.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-sm.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-sm.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-sm.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
@media (max-width: 767.98px) {
.review-listing .approved label, .review-listing .in-review {
    font-size: 8px;
    padding: 10px 15px;
    border-radius: 8px;
}
.review-listing .approved, .review-listing .drafts, .review-listing .in-review {
    text-align: left;
    padding-left: 55px;
    margin-top: 13px;
    position: static !important;
    
}    
.d-flex.number-details > div {
        gap: 5px !important;
}    
.review-listing .approved label, .review-listing .drafts label, .review-listing .in-review label {
    font-size: 10px;
    font-weight: 600;
}
.drop-dots-menu {
    cursor: pointer;
    position: absolute !important;
    right: 15px;
    top: 13px;
}
.review-listing .listing-details-prev {
    padding-right: 30px;
}    
.review-listing > .d-flex {
    flex-direction: column;
}    
  .navbar-expand-md .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-md .dropdown-menu:before, .navbar-expand-md .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-md.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-md.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-md.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-md.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-md.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-lg .dropdown-menu:before, .navbar-expand-lg .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-lg.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-lg.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-lg.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-lg.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-lg.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
/*    padding-right: 1.3rem;*/
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-xl .dropdown-menu:before, .navbar-expand-xl .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-xl.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xl.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xl.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-xl.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-xl.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-xxl .dropdown-menu:before, .navbar-expand-xxl .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-xxl.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xxl.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xxl.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-xxl.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-xxl.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
.navbar-expand .dropdown-menu {
  margin-top: 0;
  transition: transform 0.1s;
  transform: translateY(0);
  border: none;
  box-shadow: none;
}
.navbar-expand .dropdown-menu:before, .navbar-expand .dropdown-menu:after {
  display: none;
}
.navbar-expand.navbar-sticky .navbar-collapse {
  overflow-y: auto;
  max-height: 80vh;
}
.navbar-expand.fixed-top .navbar-collapse {
  overflow-y: auto;
  max-height: 80vh;
}
.navbar-expand.fixed-top .navbar-collapse.collapsing {
  overflow-y: hidden;
}
.navbar-expand.bg-transparent .navbar-collapse {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.navbar-expand.bg-transparent.navbar-dark .navbar-collapse {
  background: rgba(52, 58, 64, 0.7);
}
.navbar-expand.bg-transparent.navbar-light .navbar-collapse {
  background: rgba(255, 255, 255, 0.7);
}
.navbar-expand .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 1.3rem;
}

/*
* ===================================================
*     Multi-level dropdown
* ===================================================
*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px !important;
}

/*
* ===================================================
*     Card Elements
* ===================================================
*/
.card-poster {
  flex-direction: row;
  align-items: flex-end;
  color: #fff;
  border: none;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  min-height: 350px;
}

.card-img-overlay-top {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  left: 1.2rem;
  size: ;
}

.card-img-overlay-bottom {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
}

.card-fav-icon {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    background: #3333339c;
    line-height: 1.8rem;
}
.home-share{
    width: 45% !important;
    position: relative;
    left: 0;
    top: -3px;
}
a.see-listing {
    border: 2px solid #333;
    color: #333;
    padding: 5px 7px;
    border-radius: 80px;
    font-weight: 500;
    padding-left: 15px;
}
a.see-listing img {
    width: 24px;
}
a.see-listing:hover {
    background: #f5f5f5;
    text-decoration: none;
}
ul.list-unstyled.amenities span {
    background: #f7f7f7;
    padding: 10px 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 115px;
}
.card-fav-icon:hover {
  opacity: 0.7;
}
.card-fav-icon svg {
  vertical-align: middle;
  opacity: 1;
  stroke-width: 5;
}

.card-highlight {
  margin-top: -2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card-status {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 5px;
  background: rgba(0, 40, 100, 0.12);
  border-radius: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0;
}

.card-stars {
  min-width: 65px;
  margin-top: 2px;
}

/*
* ===================================================
*     Homepage Elements
* ===================================================
*/
.hero-home {
  display: flex;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-home {
    min-height: 600px;
  }
}

.multi-slider {
  height: 100vh;
  min-height: 800px;
}
.multi-slider .swiper-slide {
  padding-top: 95px;
}

/*
     Search bars on the homepage
    ------------------------
*/
.search-bar {
  border-radius: 10rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.search-bar .form-group {
  position: relative;
  margin-bottom: 0;
}
.search-bar .form-group::after {
  display: block;
  width: 1px;
  height: 60%;
  content: "";
  background: #ddd;
  position: absolute;
  top: 20%;
  right: 0;
    display: none;
}
.search-bar .form-group.no-divider::after, .search-bar .form-group:last-of-type::after {
  display: none;
}
.search-bar .form-control {
  height: calc(2.2em + 1rem + 2px);
}
.search-bar .input-label-absolute-right .label-absolute {
  right: 0;
}
.search-bar.search-bar-with-tabs {
  border-radius: 0.4rem;
}
.footer-links li a {
/*    color: #fff;*/
    padding: 0 10px;
    font-size: 14px;
}
.footer-links {
    justify-content: flex-end;
}
.d-flex.m-flex-column.copyright p a {
    margin-left: 0 !important;
    padding-left: 0;
    color: #0666FA;
}

.d-flex.m-flex-column.copyright p {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.d-flex.m-flex-column.copyright p a {
    margin-left: 0 !important;
    padding-left: 0;
}

.d-flex.m-flex-column.copyright p {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.d-flex.m-flex-column.copyright p {
    margin-bottom: 10px;
    color: #324158 !important;
    font-size: 13px !important;
    font-weight: 400;
}
footer.position-relative.z-index-10.d-print-none {
/*    box-shadow: -1px 0 5px rgba(0,0,0,0.5);*/
/*    position: fixed !important;*/
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9999 !important;
}
.footer-links li:after {
    content: "";
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #9c9c9c;
    display: block;
    border-radius: 50%;
    float: right;
    margin-top: 9px;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-links li a:hover {
    text-decoration: none;
}
.search-btn{font-size: 15px;}
footer p {
    color: #9C9C9C;
    font-weight: 500;
}
footer li a {
    color: #9C9C9C;
    font-weight: 500;
}
.price-header .arrow {
    opacity: 0;
    display: none
}
@media (max-width: 991.98px) {
.price-header .arrow {
    opacity: 1;
    display: inline-block;
    background: #f6f6f6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
    .price-header .arrow.act {
    transform: rotate(0deg);
}
.text-primary.h2.price-header {
    display: flex;
    justify-content: space-between;
}
.text-primary.h2.price-header span.arrow img {
    width: 50%;
    margin-top: 0;
    position: relative;
    top: 2px;
}    
.sticky-top > div {
    border-radius: 30px 30px 0 0 !important;
}    
  .search-bar {
    border-radius: 20px;
  }
  .search-bar .form-group {
    margin-bottom: 1rem;
  }
  .search-bar .form-group::after {
    display: block;
    width: calc(100% - 4rem);
    height: 1px;
    content: "";
    transform: translateX(-50%);
    background: #dee2e6;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
  }
  .search-bar .form-control {
    height: calc(1.6em + 0.75rem + 2px);
    padding: 10px 20px;
  }
  .search-bar .input-label-absolute-right .label-absolute {
    right: 1rem;
  }
  .search-bar .bootstrap-select {
    display: block !important;
    width: 100% !important;
    padding: 0;
  }
  .search-bar .bootstrap-select button {
    display: block;
    width: 100% !important;
    padding: 10px 20px;
  }
}
.nav-tabs.search-bar-nav-tabs {
  border-bottom: none;
}
.nav-tabs.search-bar-nav-tabs .nav-link {
  padding: 1rem 2rem 1.5rem;
  margin-bottom: -10px;
  font-weight: bold;
  border: 1px solid transparent;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-out;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.nav-tabs.search-bar-nav-tabs .nav-link:hover, .nav-tabs.search-bar-nav-tabs .nav-link:focus {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.8);
}
.nav-tabs.search-bar-nav-tabs .nav-link.active,
.nav-tabs.search-bar-nav-tabs .nav-item.show .nav-link {
  color: #6143ed  ;
  background-color: #fff;
  border-color: #fff;
}

.hero {
  position: relative;
  text-align: center;
  background: #f8f9fa;
  box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.1);
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.advantage-number {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 3rem;
  text-align: center;
  opacity: 0.5;
  color: #6143ed  ;
  font-size: 90px;
  font-weight: bold;
  z-index: -1;
}

/*
* ===================================================
*    Detail page
* ===================================================
*/
.detail-slider {
  overflow: hidden;
  max-height: 300px;
}
.detail-slider img {
  visibility: hidden;
}
.detail-slider.swiper-container-horizontal img {
  visibility: visible;
}

.review {
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.review:first-of-type {
  padding-top: 1rem;
}
.review:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.review-text {
  padding-top: 1rem;
}

.text-block p {
    font-size: 15px;
    line-height: 22px;
}
ul.list-unstyled.amenities li img {
    width: 20px;
}
ul.list-unstyled.amenities li span {
    color: #324158;
    font-size: 14px !important;
/*    font-family: 'Poppins';*/
    font-weight: 400;
}
ul.list-unstyled.amenities img {
    margin-right: 6px;
}
.text-block:first-of-type {
  padding-top: 0;
}
.text-block:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

/*
* ===================================================
*     Category sidebar + filter
* ===================================================
*/
.filter-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}
.filter-block:last-of-type {
  border-bottom: none;
}
.filter-block:first-of-type {
  border-top: 1px solid #e9ecef;
}

.sidebar-heading {
  margin-bottom: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em;
}

/*
* ===================================================
*     Custom form controls
* ===================================================
*/
.form-label {
  color: #6c757d;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form-control.form-control-underlined {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}

.form-control.input-items {
  width: 2rem;
  border-color: transparent;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-control.input-items:disabled {
  background: #fff;
}

.btn.btn-items {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  letter-spacing: 0;
  font-weight: normal;
  padding: 0;
  border: solid 1px #6143ed  ;
  text-align: center;
  color: #6143ed  ;
  flex-shrink: 0;
}

.input-label-absolute {
  position: relative;
}

.label-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.input-label-absolute-left .label-absolute {
  left: 0.7rem;
}
.input-label-absolute-left .form-control {
  padding-left: 2rem;
}

.input-label-absolute-right .label-absolute {
  right: 0.7rem;
}
.input-label-absolute-right .form-control {
  padding-right: 2rem;
}

.input-expand {
  position: relative;
  z-index: 50;
}
.input-expand .form-control {
  width: 100%;
  max-width: 15rem;
  transition: all 0.5s !important;
}
.input-expand.focus .form-control {
  width: 15rem !important;
}

.input-reset.focus .form-control {
  padding-right: 2rem;
}
.input-reset.focus .btn-reset {
  display: block;
}

.btn-reset {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #6c757d;
  background: none;
}
.btn-reset:focus {
  box-shadow: none;
}

.btn-collapse::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}
.btn-collapse[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}
.btn-collapse:focus {
  box-shadow: none;
}

.btn-collapse.text-primary::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-primary[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-secondary::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23e83e8c" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-secondary[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23e83e8c" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-success::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2335b653" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-success[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2335b653" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-info::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2317a2b8" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-info[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2317a2b8" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-warning::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23ffc107" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-warning[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23ffc107" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-danger::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23dc3545" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-danger[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23dc3545" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-light::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23f8f9fa" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-light[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23f8f9fa" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-dark::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23343a40" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-dark[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23343a40" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-muted::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%236c757d" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-muted[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%236c757d" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-muted {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-outline-muted {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.form-switch .form-check-input {
  height: 1.5rem;
}
.form-switch .form-check-input::before {
  height: 1.5rem;
}
.form-switch .form-check-label {
  margin-top: 0.3em;
}

.btn-social {
  position: relative;
  padding-left: 3rem;
}

.btn-social-icon {
  position: absolute;
  left: 1rem;
  width: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e9ecef;
}
.form-block:first-of-type {
  border-top: 1px solid #e9ecef;
}
.form-block:last-of-type {
  border-bottom: none;
}

/*
* ===================================================
*    Maps
* ===================================================
*/
.map-wrapper-450 {
  height: 450px;
}

.map-wrapper-300 {
  height: 300px;
}

.map-full.shadow-left::before, .map-full.shadow-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
  pointer-events: none;
}
.map-full.shadow-left::before {
  box-shadow: inset 0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.15);
}
.map-full.shadow-right::before {
  box-shadow: inset 0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.15);
}

@media print {
  .map-full {
    height: 500px;
    page-break-before: always !important;
  }
}
#map {
  width: 100%;
  height: 1000px;
}

.map-side-sm .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 576px) {
  .map-side-sm {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-sm .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-md .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 768px) {
  .map-side-md {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-md .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-lg .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 992px) {
  .map-side-lg {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-lg .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-xl .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 1200px) {
  .map-side-xl {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-xl .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-xxl .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 1400px) {
  .map-side-xxl {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-xxl .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side {
  position: fixed;
  top: 72px;
  right: 0;
}
.map-side .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
.map-side .map-full {
  height: calc(100vh - 72px);
}

.map-custom-popup .leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family:  'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.map-custom-popup .leaflet-popup-content {
  margin: 0;
  background: #fff;
}
.map-custom-popup .leaflet-popup-tip {
  background: #fff;
  box-shadow: none;
}
.map-custom-popup a.leaflet-popup-close-button {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  background: #343a40 !important;
  font-weight: bold;
  line-height: 30px !important;
}
.map-custom-popup .leaflet-popup-content p {
  margin: 0 0 1rem;
}
.map-custom-popup .leaflet-popup-content a {
  color: #6143ed  ;
}
.map-custom-popup .popup-venue {
  display: flex;
}
.map-custom-popup .popup-venue .image {
  width: 200px;
  background-position: center center;
  background-size: cover;
}
.map-custom-popup .popup-venue .text {
  width: 400px;
  padding: 1rem;
}
.map-custom-popup .popup-rental .image {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}
.map-custom-popup .popup-rental .text {
  width: 300px;
  padding: 1rem;
}

.map-custom-tooltip {
  padding: 0.5rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  font-family:  'Inter', sans-serif;
  font-weight: bold;
}
.map-custom-tooltip.active {
  color: #fff;
  border-color: #6143ed  ;
  background-color: #6143ed  ;
}
.map-custom-tooltip.active:before {
  border-top-color: #6143ed  ;
}

/*
* ===================================================
*    Icons + Badges
* ===================================================
*/
.badge-transparent {
  color: #324158;
  background: rgba(248, 249, 250, 0.9);
}

.icon-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 0.5rem;
  line-height: 20px;
}
.icon-circle i {
  vertical-align: middle;
}

.icon-rounded {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
}
.icon-rounded svg,
.icon-rounded i {
  vertical-align: middle;
}
.icon-rounded.icon-rounded-sm {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.icon-rounded.icon-rounded-lg {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
}
.icon-rounded.icon-rounded-xl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.svg-icon {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  stroke: currentColor;
  stroke-width: 3;
  --layer1: currentColor;
  --layer2: currentColor;
}
.svg-icon.svg-icon-light {
  stroke-width: 2;
}
.svg-icon.svg-icon-heavy {
  stroke-width: 4;
}
.svg-icon.svg-icon-md {
  width: 30px;
  height: 30px;
}
.svg-icon.svg-icon-lg {
  width: 36px;
  height: 36px;
}

/*
* ===================================================
*    Avatars
* ===================================================
*/
.avatar {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border: #dee2e6;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  line-height: 3rem;
}
.avatar.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.avatar.avatar-lg {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
}
.avatar.avatar-xl {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.moving-cost {
    background: #f3f0ff;
    padding: 10px 13px;
    border-radius: 12px;
    margin-top: 20px;
}

.dollar-icon img {
    width: 32px;
}
.avatar.avatar-xxl {
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  line-height: 10rem;
}
.avatar.avatar-border-white {
  border: solid 2px #fff;
}
.moving-cost p {
    color: #2C016D;
    font-weight: 500;
}
.moving-cost p b {
    font-weight: 600;
}
/*
* ===================================================
*    Custom Nav Pills
* ===================================================
*/
.nav-pills-custom {
  flex-wrap: wrap;
}
.nav-pills-custom .nav-link {
  margin: 10px;
  color: #6143ed  ;
  border: 1px solid #6143ed  ;
  border-radius: 50px;
}
.nav-pills-custom .nav-link.active, .nav-pills-custom .nav-link:hover, .nav-pills-custom .nav-link:focus {
  color: #fff;
  background: #6143ed  ;
}
.nav-pills-custom .nav-link:first-of-type {
  margin-left: 0;
}

/*
* ===================================================
*     Testimonials
* ===================================================
*/
.testimonial-quote {
  margin-bottom: 10px;
  color: #6143ed  ;
  font-size: 1.5rem;
}

.testimonial {
  position: relative;
  margin-left: 3rem;
  padding: 4rem;
  padding-left: 70px;
}

.testimonial-text {
  color: #656565;
  font-size: 0.9rem;
  line-height: 1.8rem;
  line-height: 1.7rem;
}

.testimonial-avatar {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

@media (max-width: 1199.98px) {
  .testimonial {
    margin-top: 2rem;
    margin-left: 0;
    padding: 60px 40px 40px;
  }
  .testimonial .testimonial-avatar {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
/*
* ===================================================
*     RIBBONS
* ===================================================
*/
.ribbon {
  position: absolute;
  top: 10px;
  left: -11px;
  z-index: 999;
  display: inline-block;
  font-family:  'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 3px 15px 5px;
  color: #fff;
  text-align: center;
}
.ribbon + .ribbon {
  top: 60px;
}
.ribbon + .ribbon + .ribbon {
  top: 110px;
}
.ribbon + .ribbon + .ribbon + .ribbon {
  top: 160px;
}
.ribbon::before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  border-top: 14px solid #0926d7;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.ribbon-primary {
  background-color: #6143ed   !important;
}
.ribbon-primary::before {
  border-top-color: #0926d7;
}

.ribbon-secondary {
  background-color: #e83e8c !important;
}
.ribbon-secondary::before {
  border-top-color: #ac145a;
}

.ribbon-success {
  background-color: #35b653 !important;
}
.ribbon-success::before {
  border-top-color: #1e672f;
}

.ribbon-info {
  background-color: #17a2b8 !important;
}
.ribbon-info::before {
  border-top-color: #0c525d;
}

.ribbon-warning {
  background-color: #ffc107 !important;
}
.ribbon-warning::before {
  border-top-color: #a07800;
}

.ribbon-danger {
  background-color: #dc3545 !important;
}
.ribbon-danger::before {
  border-top-color: #921925;
}

.ribbon-light {
  background-color: #f8f9fa !important;
}
.ribbon-light::before {
  border-top-color: #bdc6d0;
}

.ribbon-dark {
  background-color: #343a40 !important;
}
.ribbon-dark::before {
  border-top-color: #060708;
}

/*
* ===================================================
*     Typography
* ===================================================
*/
.subtitle {
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: bold;
}

.label-heading {
  color: #6c757d;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.hero-heading {
  margin-bottom: 2rem;
}
.success-box.text-center.step6 .review-listing > .d-flex {
    align-items: flex-start !important;
}



@media (max-width: 767.98px) {
  h1.hero-heading, .hero-heading.h1 {
    font-size: 1.25rem;
  }

  h2.hero-heading, .hero-heading.h2 {
    font-size: 1rem;
  }

  h3.hero-heading, .hero-heading.h3 {
    font-size: 0.875rem;
  }
}
.text-content h1, .text-content .h1,
.text-content h2,
.text-content .h2,
.text-content h3,
.text-content .h3,
.text-content h4,
.text-content .h4,
.text-content h5,
.text-content .h5,
.text-content h6,
.text-content .h6,
.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote {
  margin-bottom: 2rem;
}

.text-content p,
.text-content ul,
.text-content ol {
  font-size: 1.1rem;
}
.text-content p,
.text-content ul,
.text-content ol {
  color: #6c757d;
}

p.lead strong {
  font-weight: bold;
}

.btn {
  letter-spacing: 0;
  font-weight: bold;
}

.btn-link:focus {
  box-shadow: none;
}

.input-group .btn {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.dropdown-menu {
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.175);
}

.dropdown-header {
  padding: 0.7rem 1.5rem;
  letter-spacing: 0.2rem;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em;
}

.blockquote {
  padding: 1rem;
  border-left: 2px solid #6143ed  ;
}

.blockquote-icon {
  padding-top: 5rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 508.044 508.044' style='enable-background:new 0 0 508.044 508.044;' fill='%23cad1fd' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M0.108,352.536c0,66.794,54.144,120.938,120.937,120.938c66.794,0,120.938-54.144,120.938-120.938 s-54.144-120.937-120.938-120.937c-13.727,0-26.867,2.393-39.168,6.61C109.093,82.118,230.814-18.543,117.979,64.303 C-7.138,156.17-0.026,348.84,0.114,352.371C0.114,352.426,0.108,352.475,0.108,352.536z'/%3E%3Cpath d='M266.169,352.536c0,66.794,54.144,120.938,120.938,120.938s120.938-54.144,120.938-120.938S453.9,231.599,387.106,231.599 c-13.728,0-26.867,2.393-39.168,6.61C375.154,82.118,496.875-18.543,384.04,64.303C258.923,156.17,266.034,348.84,266.175,352.371 C266.175,352.426,266.169,352.475,266.169,352.536z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.hr-text {
  height: auto !important;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  background: none;
  text-align: center;
  height: 1.5rem;
  opacity: 1;
}
.hr-text:before {
  content: "";
  background: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  opacity: 0.1;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.5em;
  line-height: 1.5rem;
  color: #adb5bd;
  background-color: #fff;
}

/*
* ===================================================
*    Accordion
* ===================================================
*/
.accordion-link {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: bold;
}
.accordion-link:hover, .accordion-link:focus {
  text-decoration: none;
}

/*
* ===================================================
*    Booking
* ===================================================
*/
.date-tile {
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  color: #6143ed  ;
  border-radius: 0.4rem;
  background: #e4e8fe;
  align-items: center;
  justify-content: center;
}

/*
* ===================================================
*     User & Host
* ===================================================
*/
/*
* ===================================================
*    Customer section
* ===================================================
*/
.customer-sidebar {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border: none;
}

.customer-profile {
  padding: 2rem;
  text-align: center;
  background: #f8f9fa;
  border-bottom: none;
}

.list-group.customer-nav {
  border-radius: 0;
}
.list-group.customer-nav .list-group-item {
  color: #495057;
  border-color: #e9ecef;
  font-size: 0.9rem;
  border-left: none;
  border-right: none;
}
.list-group.customer-nav .list-group-item:hover, .list-group.customer-nav .list-group-item:focus {
  text-decoration: none;
  background: #f8f9fa;
}
.list-group.customer-nav .list-group-item.active {
  border-color: #dee2e6;
  background: #dee2e6;
}
.list-group.customer-nav .list-group-item:last-child {
  border-bottom: none;
}
.list-group.customer-nav .svg-icon {
  position: relative;
  top: -2px;
}

/*
* ===================================================
*     Homepage Elements
* ===================================================
*/
.team-img {
  position: relative;
  z-index: 20;
  max-width: 100%;
}

.team-circle {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #dce0fe;
  z-index: 0;
}

.team-body {
  position: relative;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

/*
* ===================================================
*     The rest 🙂
* ===================================================
*/
body {
  position: relative;
}

.notification-badge {
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.notification-badge.notification-badge-number {
  top: -0.1rem;
  right: -0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  font-size: 0.7rem;
  line-height: 1.2rem;
}

/*
* ===================================================
*     Daterange Picker
* ===================================================
*/
.datepicker-container-left,
.datepicker-container-right {
  position: relative;
}

.datepicker-container-left .inline-wrapper {
  position: absolute;
  left: 0;
}

.datepicker-container-right .inline-wrapper {
  position: absolute;
  right: 0;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #324158;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1050;
  border: 1px solid #e9ecef;
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.175);
  background-color: #f8f9fa;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #adb5bd;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #495057;
  font-weight: 700;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #e9ecef;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 3px;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #adb5bd;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day-subtitle {
  color: inherit;
  opacity: 0.5;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #7f90fa;
  border-radius: 0;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #324158;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #7f90fa;
  color: #fff;
  border-radius: 0;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #e83e8c;
  color: #fff !important;
  border-radius: 50%;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #7f90fa;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: #eee;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  position: relative;
  background-color: #6143ed   !important;
  color: white !important;
  border-radius: 50% !important;
  z-index: 1;
}
.date-picker-wrapper .first-date-selected:after,
.date-picker-wrapper .last-date-selected:after {
  z-index: -5;
  position: absolute;
  display: table-cell;
  content: "";
  left: 50%;
  top: 0;
  background: #6143ed  ;
  width: 50%;
  height: 100%;
}
.date-picker-wrapper .last-date-selected:after {
  left: 0;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #dee2e6;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #324158;
  z-index: 2;
  font-weight: bold;
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #dee2e6;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

/*
* ==========================================================
*      Dropzone
* ==========================================================
*/
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone {
  min-height: 150px;
  border: 1px dashed #dee2e6;
  border-radius: 0.4rem;
  background: white;
  padding: 1rem 1rem 0;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2rem 0 3rem;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
  border-radius: 0.4rem;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*
* ===================================================
*     Bootstrap select theming
* ===================================================
*/
.btn.btn-selectpicker {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
  color: #324158;
}

.btn.btn-form-control {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
  color: #324158;
  border: none;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden {
  display: none !important;
}

select.selectpicker {
  visibility: hidden;
  height: calc(1.6em + 0.75rem + 2px) !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
    color: #324158;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  font-size: 0.9rem;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small, .bootstrap-select .dropdown-menu li.active .small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small, .bootstrap-select .dropdown-menu li .small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  transform: translateY(-70%);
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*
* ===================================================
*     Magnific Popup
* ===================================================
*/
button.mfp-arrow,
button.mfp-close {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: none;
}

.mfp-arrow:before {
  width: 45px;
  height: 45px;
  opacity: 0.9;
  background: center center url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.mfp-arrow-left:before {
  margin-left: 35px;
}

.mfp-arrow-right:before {
  margin-left: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.mfp-container button:focus {
  outline: none;
}

/*
* ===================================================
*     NoUI Slider theming
* ===================================================
*/
.noUi-target {
  background: #ddd;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 3px;
  margin-top: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 3px;
  height: 14px;
  right: -2px !important;
  top: -5px;
  background: #343a40;
  border: none;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: #343a40;
}

.text-primary .noUi-handle, .text-primary .noUi-connect {
  background: #6143ed  ;
}

.text-secondary .noUi-handle, .text-secondary .noUi-connect {
  background: #e83e8c;
}

.nouislider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  color: #6c757d;
  font-size: 0.875rem;
}

/*
* ===================================================
*     Swiper theming
* ===================================================
*/
.swiper-container-mx-negative {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.swiper-container-mx-negative.items-slider-full {
  margin-right: -0.75rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'#6143ed  '%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23#6143ed  '%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-pagination-white .swiper-pagination-bullet {
  opacity: 0.6;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #6143ed  ;
}

.swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6143ed  ;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #6143ed  ;
}

/*
* ===================================================
*    Custom Bootstrapious Utils
* ===================================================
*/
/*
   Text utils 
   ------------------------
*/
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text-serif {
  font-family: "Playfair Display", serif !important;
}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-primary {
  text-shadow: 2px 2px 2px rgba(78, 102, 248, 0.1);
}

.mb-30px {
  margin-bottom: 1.5rem;
}

/*
    Border - 0 for table cells
   ------------------------
*/
.border-0 > th,
.border-0 > td {
  border: none !important;
}

/*
    Star checkbox
   ------------------------
*/
.form-star label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  color: #dee2e6;
  height: 1.2em;
}
.form-star label::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.4em;
  height: 1.4em;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eStar%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath d="M32 48L15 58l4-19L5 26l19-2 8-18 8 18 19 2-14 13 4 19-17-10z" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke="%23dee2e6" fill="%23dee2e6" data-name="layer1" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.form-star > input:checked ~ label::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eStar%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath d="M32 48L15 58l4-19L5 26l19-2 8-18 8 18 19 2-14 13 4 19-17-10z" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke="%23ffc107" fill="%23ffc107" data-name="layer1" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.form-star input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/*
     Colours and backgrounds
    ------------------------
*/
.bg-gray-100 {
  background: #f8f9fa !important;
}

.text-gray-100 {
  color: #f8f9fa;
}

.bg-gray-200 {
  background: #e9ecef !important;
}

.text-gray-200 {
  color: #e9ecef;
}

.bg-gray-300 {
  background: #dee2e6 !important;
}

.text-gray-300 {
  color: #dee2e6;
}

.bg-gray-400 {
  background: #ced4da !important;
}

.text-gray-400 {
  color: #ced4da;
}

.bg-gray-500 {
  background: #adb5bd !important;
}

.text-gray-500 {
  color: #adb5bd;
}

.bg-gray-600 {
  background: #6c757d !important;
}

.text-gray-600 {
  color: #6c757d;
}

.bg-gray-700 {
  background: #495057 !important;
}

.text-gray-700 {
  color: #495057;
}

.bg-gray-800 {
  background: #343a40 !important;
}

.text-gray-800 {
  color: #343a40;
}

.bg-gray-900 {
  background: #324158 !important;
}

.text-gray-900 {
  color: #324158;
}

.bg-primary-100 {
  background: theme-color-level("primary", -12);
}

.bg-primary-light {
  background-color: #e4e8fe;
}

.bg-secondary-light {
  background-color: #fce2ee;
}

.bg-success-light {
  background-color: #e1f4e5;
}

.bg-info-light {
  background-color: #dcf1f4;
}

.bg-warning-light {
  background-color: #fff6da;
}

.bg-danger-light {
  background-color: #fae1e3;
}

.bg-light-light {
  background-color: #fefefe;
}

.bg-dark-light {
  background-color: #e1e1e2;
}

.badge-primary-light {
  color: #6143ed  ;
  background-color: #e4e8fe;
}

.badge-secondary-light {
  color: #e83e8c;
  background-color: #fce2ee;
}

.badge-success-light {
  color: #35b653;
  background-color: #e1f4e5;
}

.badge-info-light {
  color: #17a2b8;
  background-color: #dcf1f4;
}

.badge-warning-light {
  color: #ffc107;
  background-color: #fff6da;
}

.badge-danger-light {
  color: #dc3545;
  background-color: #fae1e3;
}

.badge-light-light {
  color: #f8f9fa;
  background-color: #fefefe;
}

.badge-dark-light {
  color: #343a40;
  background-color: #e1e1e2;
}

.table-hover tbody tr.no-stripe {
  --bs-table-accent-bg: $white;
}

.table-hover tbody tr.no-hover:hover {
  background-color: transparent !important;
}

/*
     Transparent overlays
    ------------------------
*/
.light-overlay,
.dark-overlay,
.gradient-overlay {
  position: relative;
  overflow: hidden;
}
.light-overlay .overlay-content,
.dark-overlay .overlay-content,
.gradient-overlay .overlay-content {
  position: relative;
  z-index: 20;
}
.light-overlay::after,
.dark-overlay::after,
.gradient-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0.5;
  background: #000;
}

.light-overlay::after {
  opacity: 0.3;
  background: #fff;
}

.gradient-overlay::after {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.65) 100%);
}

/*
     Other
    ------------------------
*/
.overflow-visible {
  overflow: visible !important;
}

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

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

.left-box {
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.7);
}

.hover-scale {
  transition: all 0.2s ease-in-out;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.hover-animate {
  transition: all 0.2s ease-in-out;
}
.hover-animate:hover, .hover-animate:focus {
  transform: translate3d(0, -2px, 0);
}

.hover-scale-bg-image .bg-image {
  transition: all 0.2s ease-in-out;
}
.hover-scale-bg-image:hover .bg-image, .hover-scale-bg-image:focus .bg-image {
  transform: scale(1.05);
}

.tile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 30;
}

.close-absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

img.bg-image {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}

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

.full-screen {
  height: calc(100vh - 72px);
}

.mh-full-screen {
  min-height: 100vh;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .mh-full-screen {
    height: 100vh;
  }
}

.list-group {
  border-radius: 0.4rem;
}

@media print {
  .shadow-print-0 {
    box-shadow: none !important;
  }

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

  .p-print-0 {
    padding: 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card {
    display: block;
  }

  .card-img-top,
.card-img-bottom,
.card-img {
    width: auto;
    min-width: 100%;
    height: auto;
  }
}
/*
* ===================================================
*     Docs
* ===================================================
*/
.docs-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
}
.docs-item:first-of-type {
  padding-top: 0;
}
.docs-item:last-of-type {
  border-bottom: none;
}
.docs-item .docs-desc {
  color: #6c757d;
}
.docs-item .docs-desc p.lead {
  color: #324158;
}

.sidebar-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}
.sidebar-block:last-of-type {
  border-bottom: none;
}
.sidebar-block:first-of-type {
  padding-top: 0;
}

.sidebar-heading {
  margin-bottom: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 160px;
  right: 0px;
  border-radius: 0;
  z-index: 2;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.style-switch-select {
  height: auto !important;
}

#style-switch {
  width: 300px;
  position: fixed;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 213px;
  right: 0;
  background: #fff;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
#style-switch h4, #style-switch .h4 {
  color: #495057;
}
.cities__item {
    position: relative;
    margin-bottom: 0px;
    border-radius: 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    overflow: hidden;
}
#newsletter-form input.form-control.bg-transparent.border-dark.border-end-0 {
    border: 1px solid;
}
.features p {
    line-height: 23px;
}
.features .icon-rounded img {
    width: 28px;
}
footer.position-relative.z-index-10.d-print-none .list-unstyled li a {
    color: #000 !important;
    padding: 3px 0 !important;
    display: block;
    font-size: 14px;
}
#home-all-listing .card-title a {
    font-size: 15px;
    font-weight: 600;
}
.hover__box__thumb {
    overflow: hidden;
    display: block;
    position: relative;
}
.cities img {
    opacity: 0.9;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    max-width: 100%
}
.cities__item .cities__name {
    position: static;
    top: 25px;
    left: 25px;
    opacity: 0.9;
    text-transform: none;
    color: #121212;
    font-weight: 600;
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 4px;
}
.short-add {
    display: flex;
    align-items: center;
}
.short-add span {
    font-size: 12px;
}
.short-add span:nth-child(2) {
    font-size: 16px;
    margin: 0 6px;
}
.cities__item p.price {
    color: #333333;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
}

.reviews {
    display: flex;
    flex-wrap: wrap;
}
.reviews > div {
    width: 50%;
}
.profile-side-menu {
    max-width: 300px;
    flex: 1;
}
.profile-side-menu {
    max-width: 280px;
    flex: 1;
    height: 100%;
    position: fixed;
    top: 88px;
    bottom: 0;
    background: #fff;
    width: 280px;
}
.profile-side-menu .avatar.avatar-xxl {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
    line-height: 10rem;
}
.profile-side-menu ul{list-style: none}
.profile-container {
    margin-left: 280px;
}
.form-control {
    background-color: #eee;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
}
.profile-container{
    margin-left: 0;
/*    position: absolute;*/
    left: 280px;
    padding: 40px 40px;
    right: 0;
}
.mw800 {
    max-width: 800px;
    width: 800px;
    margin: 0 auto;
}
/*.mw900 {
    max-width: 900px;
    width: 900px;
    margin: 0 auto;
}*/
.listing-success-btn a.btn.btn-no-border {
    border: none;
    margin-top: 6px;
}
.listing-success-btn a.btn.btn-no-border:hover {
    color: #0666FA;
}
.step-next-back-wrapper {
    position: fixed;
    bottom: 0;
/*    background: #fff;*/
    width: auto;
    left: 330px;
    right: 0;
    padding: 10px 20px;
    box-shadow: 4px -1px 8px rgba(0,0,0,0.1);
}
.form-group {
    margin-bottom: 30px;
}
.step-title {
    color: #2C016D;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-label {
    color: #2C016D;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}
.pro-tips {
    color: #0666FA;
    background: #E2DCF6;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 11px;
    margin-top: 10px;
    font-weight: 500;
}
.pro-tips b {
    font-weight: 600;
}
.step-box {
    background: #E2DCF6;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 45px;
    color: #0666FA;
    font-weight: 600;
}
.step-wrapper .form {
    padding: 10px 15px;
    margin: 11px 0;
}
.next-step-btn button {
    background: #0666FA;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid #0666FA;
}
.upload-agrement {
    border: 3px dashed #D9D9D9;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    width: 250px; height: 150px; display: flex; align-content: center; justify-content: center;
}
.upload-placeholder{width: 100px}
.label-vertical-list {
    display: flex;
    flex-direction: column;
}
/* Custom input */
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}

.form-control + .form-control {
  margin-top: 1em;
}
input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 2px solid #0666FA;
    border-radius: 50%;
    transform: translateY(-0.075em);
}

input[type="radio"] {
  /* ...existing styles */

  display: grid;
  place-content: center;
}
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
input[type="radio"] {
  /* ...existing styles */
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
    background: #0666FA;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}
/* Custom radio */

.label-vertical-list label {
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #2C016D;
    font-weight: 500;
    font-size: 15px;
}
.label-vertical-list label input {
    margin-right: 7px;
    float: left;
    margin-top: 2px;
}

.upload-lease p small {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
}
.upload-lease p {
/*    line-height: 14px;*/
}

.text-dark-blue{
    color: #2C016D;
    font-weight: 500;
}
.fz13{font-size: 13px;}
.secure img{ width: 15px;}
.secure p {
    color: #0666FA;
    font-size: 12px;
}
.secure {
    margin-top: 13px;
}
.counter {
    font-size: 12px;
}
.profile-container h1 {
    color: #2C016D;
    font-size: 25px;
    font-weight: 600;
}
.prev-step-btn button {
    border: 1px solid #0666FA;
    padding: 10px 30px;
    border: 2px solid #0666FA;
    border-radius: 50px;
    color: #0666FA;
        background: transparent;
}

.share {
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 9;
}
.share a {
    background: #fff;
    padding: 4px 12px;
    border-radius: 60px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.share a img {
    height: 16px;
    float: left;
    margin-right: 5px;
}
.share {
    position: absolute;
    right: 22px;
    top: 28px;
    z-index: 9;
    display: flex;
}
.share a {
    text-decoration: none;
    background: #fff;
    padding: 6px 12px;
    border-radius: 60px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 11px;
}
.share a:hover {
    background: #f5f5f5;
}
.max100{max-width: 100%}
.cover {
    background: #fff;
    padding: 10px 0 0;
    border-radius: 20px;
    margin-top: 30px;
}
button.btn.btn-verify {
    background: #E2DCF6;
    border-radius: 50px;
    display: block;
    color: #0666FA;
    font-weight: 600;
    width: 100%;
    height: 100%;
    font-size: 15px;    
}
.cover-image-wrapper .user {
    margin-top: -70px;
    margin-left: 20px;
}
.cover-image-wrapper .user img{
    width: 100%
}
.cover-image-wrapper .user {
    margin-top: -46px;
    margin-left: 20px;
    width: 100px;
}
select.form-control {
    background-image: url(../images/select-arrow.svg);
    /* width: 31px; */
    /* height: 16px; */
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 86% center;
}
.big-image {
    border: 3px dashed #D9D9D9;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
}
.big-image-cover{width: 250px}

.image-box {
    border: 3px dashed #D9D9D9;
    border-radius: 10px;
    /* margin: 0 10px; */
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.image-box img{width: 80px}
.add-more a {
    text-decoration: none;
}
.add-more a img {
    width: 15px;
}
.add-more {
    color: #0666FA;
    text-align: center;
    font-weight: 500;
    margin: 30px 0;
    text-decoration: none;
}
.profile-side-menu ul li a {
    color: #2C016D;
    padding: 12px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
        margin-bottom: 7px;
}
.help select {
    background: #fff;
    height: 39px;
    border: none;
    box-shadow: 0 0 5px rgb(0 0 0 / 24%);
    border: 6px solid #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    border: none !important;
    outline: none !important;
    width: 240px;
}
.profile-side-menu a:hover {
 text-decoration: none;
    background: #f6f6f6;
    border-radius: 8px;
}
.profile-side-menu ul {
    list-style: none;
    padding-left: 20px;
}
.profile-side-menu ul li a {
    color: #2C016D;
    padding: 12px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    border-radius: 50px;
    padding-left: 15px;
}
.profile-side-menu ul li a.active {
    background: #F3EFFF;
}
.profile-side-menu .avatar.avatar-xxl {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 10rem;
    border: none;
    padding: 0 !important;
    margin-left: 20px;
    margin-right: 13px;
}
.user-detail h5{color: #0666FA}
.user-detail {
    text-align: left;
}
.user-detail h5 {
    color: #0666FA;
    font-weight: 500;
    margin-bottom: 0;
}
.user-detail .user-name{color: #2C016D}
.user-detail .user-name {
    color: #2C016D;
    font-weight: 500;
}
a.logout {
    color: #0666FA!important;
}

.calendar{background-image:url('../images/calendar.svg') }
.calendar {
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 25px;
}
.success-box.text-center.step5 h2 {
    color: #2C016D;
    font-weight: 500;
}
.success-box.text-center.step5 img {
    width: 60px;
    margin-bottom: 10px;
}
.success-box.text-center.step5 p {
    font-size: 14px;
    max-width: 360px;
    margin: 10px auto 50px;
    color: #121212;
    font-weight: 500;
    line-height: 20px;
}
.listing-success-btn button {
    background: #0666FA;
    display: inline-block;
    color: #fff;
    border-radius: 45px;
    padding: 14px 40px;
    font-weight: 600;
    font-size: 15px;
}
.br10{border-radius: 10px}
.listing-success-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 13px 0px 0px;
}
.listing-success-btn a {
    color: #0666FA;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 40px;
}
button.btn.btn-createlisting:hover {
    background: #482ac0;
    color: #fff;
}
.next-step-btn button:hover {
    background: #482ac0;
}
.prev-step-btn button:hover {
    background: #e9e9e9;
}
.save-info {margin-bottom: 50px}
.save-info input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #0666FA;
    float: left;
    margin-right: 6px;
}
.cover-image-wrapper .user {
    margin-top: -46px;
    margin-left: 20px;
    width: 100px;
    position: relative;
    cursor: pointer;
}
cover-image-wrapper .cover {
    position: relative;
}
.cover-image-wrapper .cover .cam-icon {
    position: absolute;
    transform: inherit;
    right: 12px !important;
    left: inherit;
    bottom: 10px;
    top: inherit;
    background: #0666FA38;
}
.cover-image-wrapper .cover{position: relative;}
.cam-icon {
    width: 30px;
    background: #ffffff96;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cam-icon img {
    width: 60% !important;
}
.cover-image-wrapper {
    margin-bottom: 30px;
}
.dollar-icon {
    margin-right: 7px;
}
.dollar-icon p.mb-0 {
    color: #2C016D;
    font-weight: 500;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-30 {
    margin-top: 30px;
}
.search-bar-wrapper input {
    background: #eeeeee;
    border: none;
    height: 45px;
    width: 380px;
    padding: 0 13px;
    color: #000;
    border-radius: 10px;
    font-size: 14px;
}
.search-bar-wrapper button img {
    width: 20px;
    margin-top: 5px;
}

.search-bar-wrapper button {
    position: absolute;
    right: 0;
}
.search-bar-wrapper {
    position: relative;
}
.nav-item.dropdown a{color: #000}
.nav-item.dropdown a {
    color: #2C016D;
    font-weight: 500;
    text-decoration: none
}
li.nav-item {
    position: relative;
}
span.purple-dot {
    background: #6143ed;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 4px solid #fff;
    box-sizing: content-box;
    z-index: 9;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.dropdown-item {
    text-transform: capitalize;
}
li.nav-item.notification-icon img {
    width: 25px;
    position: relative;
}
.save button:hover {
    background: #6f4bff;
    color: #fff;
}
.click-to-scan button {
    border: 2px solid #222;
    border-radius: 50px;
    color: #222;
    padding: 12px 30px;
    margin-right: 15px;
    font-weight: 600;
}
.click-to-scan button:hover {
    background: #dedede;
    border-color: #222;
}
.footer p {
    color: #333;
    font-size: 13px !important;
}
.footer p a {
    color: #333;
    padding: 0 8px;
}
.footer p a:last-child:after {
    display: none;
}

.footer p a:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: 8px;
}
.footer p a {
    color: #333;
    padding: 0 8px;
    position: relative;
}
.footer .social img {
    width: 20px;
}

.footer .social {
    text-align: right;
}
.footer .social a {
    padding: 0 3px;
}

.tncpages p {
    margin-bottom: 15px;
    }
.tncpages p, .tncpages li {
    font-size: 15px;
    line-height: 25px;
}
.tncpages ul {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}   
.ready-banner-box img {
    width: 100%;
}
.text-left {
    text-align: left;
}


.ready-banner-box {
    position: relative;
}
.ready-banner-box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000082;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 60px;
}    
.tncpages h5 {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
}
section.position-relative.ready-banner {
    margin-bottom: 110px;
}
    .ready-banner .btn:hover {
    background: #e0e0e0;
}
    .text-primary{
        color: #0666FA !important;
    }
.ready-banner .btn {
    border-radius: 50px;
    font-weight: 500;
    padding: 15px 30px;
    color: #0666FA;
    font-size: 15px;
}    
    section.position-relative.ready-banner{background: #f8f9fa} 
.overlay-content.text-white.py-lg-5 {
    position: absolute;
    top: 50%;
    margin-left: 40px;
    transform: translateY(-50%);
}    
#form-support a.btn.btn-light, #form-support button.btn.btn-light {
    border: 2px solid #0666FA;
    border-radius: 50px;
    color: #0666FA;
    padding: 13px 37px;
    font-weight: 600;
    font-size: 16px;
}

#form-support button.btn.btn-light:hover{
    background: #1d72f3
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family:  'Inter', sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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: 1rem;
}

/*
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #324158;
    line-height: 21px;
}
*/


abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0666FA;
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #6c757d;
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

::file-selector-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.725rem + 5.7vw);
  font-weight: 400;
  line-height: 1.3;
}

.how-it-work .main-heading-home{font-size: 40px;}
.hero-home.how-it-work .top-sec {
    padding-left: 20px;
}
section#hiw-black-text {
    padding: 120px 0 !important;
}
.hero-sec {
    position: relative;
}
.hero-sec .icon {
    position: absolute;
    right: 30px;
    top: 0;
}
.hero-sec {
    position: relative;
    top: 0px;
}
#hiw-black-text h2 {
    font-weight: 600 !important;
}
.start-screening button:hover, .start-screening a:hover {
    border-color: #fff;
}
.how-it-work .get-start button:hover {
    background: #fff3;
}
#how-it-work-top-sec button.btn.btn-purple:hover {
    background: #0666FA;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 6rem;
  }
}

.display-2 {
  font-size: calc(1.675rem + 5.1vw);
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 5.5rem;
  }
}

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

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

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

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

.main-heading-home {
    font-size: 37px;
}

.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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.4rem;
  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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-7,
.gx-7 {
  --bs-gutter-x: 8rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 8rem;
}

@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

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

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 8rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

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

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 6rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 6rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 8rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 991px) {
  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

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

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 8rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

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

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

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

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 8rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 8rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.01);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.025);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 1.25rem 1.25rem;
  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-group-divider {
  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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #324158;
  --bs-table-bg: #dce0fe;
  --bs-table-border-color: #c9cde9;
  --bs-table-striped-bg: #dadefc;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #c9cde9;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #d7dbf9;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #324158;
  --bs-table-bg: #fad8e8;
  --bs-table-border-color: #e4c6d5;
  --bs-table-striped-bg: #f8d6e6;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e4c6d5;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f5d4e3;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #324158;
  --bs-table-bg: #d7f0dd;
  --bs-table-border-color: #c5dccb;
  --bs-table-striped-bg: #d5eedb;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #c5dccb;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #d2ebd9;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #324158;
  --bs-table-bg: #d1ecf1;
  --bs-table-border-color: #bfd8dd;
  --bs-table-striped-bg: #cfeaef;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #bfd8dd;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #cde7ec;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #324158;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e9debd;
  --bs-table-striped-bg: #fdf1cb;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e9debd;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f9eec9;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #324158;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #e3c5c8;
  --bs-table-striped-bg: #f6d5d8;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e3c5c8;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f3d3d6;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #324158;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #e3e4e5;
  --bs-table-striped-bg: #f6f7f8;
  --bs-table-striped-color: #324158;
  --bs-table-active-bg: #e3e4e5;
  --bs-table-active-color: #324158;
  --bs-table-hover-bg: #f3f4f5;
  --bs-table-hover-color: #324158;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #343a40;
  --bs-table-border-color: #484e53;
  --bs-table-striped-bg: #363c42;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #393f45;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .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: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.textarea {
    height: 150px;
    border-radius: 10px;
    resize: none;
}
.message-right-panel .textarea {
    height: auto;
}
.textarea2 textarea {
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 9px;
    resize: none;
}
.message-type .user {
    width: 40px;
    margin-right: 10px;
}
.verify-box {
    margin-top: 50px;
}
.verify-box p {
    color: #2C016D;
    font-weight: 400;
}
.click-to-scan {
    margin: 25px 0;
}
.privacy-note p {
    color: #0666FA;
    font-weight: 500;
}
.privacy-note img {
    width: 20px;
    margin-right: 7px;
}
.privacy-note {
    display: flex;
    align-items: flex-start;
    max-width: 340px;
}
.privacy-note{display: flex; }
.privacy-note p{color: #0666FA; }

.click-to-scan img {
    width: 190px;
}
select.form-control.custom-select {
    background-image: url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}
.save .btn-save {
    background: #0666FA;
    border: none;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
    border: 2px solid #0666FA;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

.profile-container  .save .btn-save {
    background: #0666FA;
    border: none;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px;
    border: 2px solid #0666FA;
    font-weight: 500;
    font-size: 20px;
    font-size: 16px;
    margin-top: 20px;
}

p.star.mb-4 {
    margin-top: 15px;
    font-weight: 500;
}
p.star.mb-4 img {
    width: 24px;
}

p.address-text img {
    width: 20px;
    margin-right: 8px;
    margin-left: 3px;
}
ul.list-inline.text-sm.mb-4.ltandrs li {
    color: #0666FA;
    font-weight: 500;
    margin: 0;
}
ul.list-inline.text-sm.mb-4.ltandrs {
    margin-left: 0px;
}

p.address-text {
    display: flex;
    color: #324158;
    font-weight: 500;
    align-items: center;
}
.divider {
    background: #D9D9D9;
    height: 1px;
}
.mt-15{margin-top: 20px;}
.mb-15{margin-bottom: 20px;}
.detail-sub-title{
    color: #2C016D
}
.detail-sub-title {
    font-weight: 600;
    color: #324158;
    font-size: 20px;
    margin-bottom: 25px !important;
    line-height: 16px;
}
ul.list-inline.text-sm.mb-4.ltandrs.d-flex li {
    color: #324158;
    font-weight: 400;
    background: #fff;
    padding: 12px 20px;
    border-radius: 45px;
    display: flex;
    align-items: center;
}

ul.list-inline.text-sm.mb-4.ltandrs.d-flex li img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

ul.list-inline.text-sm.mb-4.ltandrs.d-flex {
    margin-top: 30px;
}
ul.list-inline.text-sm.mb-4.ltandrs.d-flex {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px 12px;
}
li.bul-divider {
    margin: 0 15px;
    display: inline-block;
    clear: both;
    float: left;
    width: 20px;
    text-align: center;
}
.conditions > div {
    margin-bottom: 12px;
    font-weight: 500;
    align-items: center;
    font-size: 14px;
    color: #324158;
}

.detail-title {
    font-weight: 500;
    color: #324158;
    font-size: 22px;
    margin-bottom: 30px;
}
ul.list-inline.text-sm.mb-4.ltandrs.d-flex li a {
    color: #324158;
    background: #fff;
    padding: 10px 20px;
    border-radius: 60px;
    text-decoration: none;
}
ul.list-inline.text-sm.mb-4.ltandrs.d-flex {
    margin-top: 30px;
}
.conditions img {
    width: 18px;
    margin-right: 9px;
}
.sticky-top button {
    background: #0666FA;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
}
.sticky-top button img {
    width: 14px;
    margin-right: 15px;
    /* display: flex; */
    align-items: center;
}
.note p {
    font-weight: 300;
    line-height: 13px;
    color: #333;
}
.tnc {
    font-size: 12px;
}
.wtc p {
    text-align: center;
    color: #333333;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 300;
    line-height: 12px;
    margin-top: 15px !important;
    margin-bottom: 0;
}
.sticky-top .text-muted {
    color: #324158 !important;
    font-weight: 400;
    margin-top: 10px;
    text-transform: capitalize;
}
.or-divider-or {
    text-align: center;
    margin: 15px 0;
}
.person-message p small {
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
}
.or-divider-or img {
    width: 50%;
}
.wtc {
    text-align: center;
    padding: 0 0px;
    height: 110px;
}
.wtc h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.wtc p small {
    font-size: 9px;
    font-weight: 300;
    color: #555;
    line-height: 8px;
}
.wtc button.btn.btn-request-tour {
    background: no-repeat;
    border: 2px solid #0666FA;
    width: 100%;
    color: #0666FA;
}
button.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50px;
    font-size: 14px;
}
.wtc button.btn.btn-request-tour {
    background: no-repeat;
    border: 2px solid #0666FA;
    width: 100%;
    color: #0666FA;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px !important;
    margin-top: 5px;
    font-weight: 500;
        border-radius: 50px;
}
.mb-4.detail-sub-title.map-heading {
    
    margin-top: 50px;
}
.mb-0{margin-bottom: 0 !important}
.listed-by {
    padding-top: 0px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.listed-person h4 {
    color: #2C016D;
    font-size: 25px;
}
.message-box {
    width: 270px;
    padding: 0 20px;
}
.message-box .outline-btn {
    border: 2px solid #0666FA;
    display: block;
    color: #0666FA;
    padding: 17px 10px;
    border-radius: 70px;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 30px;
    background-color: white;
}
.message-box .blue-btn {
    border: 2px solid #0666FA;
    display: block;
    color: #fff;
    padding: 15px 6px;
    border-radius: 70px;
    width: 100%;
    font-weight: 500;
    background: #0666FA;
    font-size: 17px;
}
.p-icon img {
    width: 100%;
}

.p-icon {
    width: 20px;
}
.phone-icon {
    display: flex;
}
.phone-icon {
    display: flex;
}
.phone-icon {
    display: flex;
}
.phone-mat {
    margin-top: 0px;
}
.phone-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 11px;
}
.p-title a {
    margin-top: 12px;
    display: block;
}
.listed-person.d-flex.flex-direction-column .flexgrow {
    margin-left: 10px;
}
.iv p {
    font-size: 13px;
    margin-left: 41px;
    font-weight: 300;
    line-height: 21px;
    margin-top: 5px
}
.report {
    color: #0666FA;
    margin-top: 20px;
    text-align: right;
    position: absolute;
    bottom: 24px;
    right: 22px;
}

.report img {
    width: 14px;
    margin-left: 0;
}
.report a {
    text-decoration: none;
    font-size: 12px;
}
.report a img {
    margin-right: 3px;
}

.report a {
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #000A18;
}
.verified {
    background: #D0FFF2;
    padding: 7px 13px;
    border-radius: 5px;
    color: #00944D;
    font-size: 12px;
    margin-left: 15px
}
.message-box-wrapper textarea {
    width: 100%;
    font-size: 9px;
    padding: 12px;
    height: 64px;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px;
    resize: none;
    line-height: 16px;
    color: #646464;
    float: left;
    margin-bottom: 10px;
}
.message-box-wrapper input.form-control {
    padding: 8px 11px;
    font-size: 13px;
    border-radius: 12px;
}
.message-box-wrapper  .form-group {
    margin-bottom: 7px;
}
.similar-ac a img {
    width: 25px;
}

.similar-ac {
    position: absolute;
    right: 13px;
    top: 6px;
    z-index: 9;
    display: flex;
}
.similar-ac a {
    margin-right: 10px;
}
.cities__item .card-title {
    font-weight: 400;
    font-size: 16px;
}
.calendar-tim img {
    width: 16px;
    position: absolute;
    right: 12px;
    top: 11px;
}

.calendar-tim {
    position: relative;
}
.phone-icon {
    align-items: flex-start;
}
.message-box-wrapper p {
    text-align: center !important;
    font-size: 12px !important;
}
.person-message p {
    margin: 0;
    font-size: 14px;
    margin: 3px 0;
    font-weight: 500;
}
.message-wrap label {
    position: absolute;
    background: #fff;
    font-size: 12px;
    left: 13px;
    top: -7px;
    background: #fff;
    padding: 0 7px;
}

.message-wrap {
    position: relative;
    margin-top: 17px;
}
.message-box-wrapper .submit button.btn.btn-blue {
    background: #0666FA;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    padding: 8px 0;
    font-weight: 400;
    margin: 8px 0;
    font-size: 17px;
    margin-top: 3px;
}
.listed-person .flexgrow{
    flex: 0 !important;
    margin-bottom: 30px;
}
.listed-person > div.d-flex{
    display: none !important;
}
.phone-box .p-title a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}
.p-icon {
    width: 24px;
    margin-right: 7px;
}
.p-icon img {
    width: 100%;
}
.p-title {
    font-weight: 600;
}
.phone-box .p-title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 4px;
    white-space: nowrap;
}
.owner-name img{width: 20px}
.member-since{background: #F1EDFF}
.member-since {
    background: #F1EDFF;
    display: inline-flex;
    padding: 11px 19px;
    border-radius: 12px;
    color: #0666FA;
    font-weight: 500;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
}
.member-since img {
    width: 14px;
    margin-right: 6px;
}
.listed-person.d-flex > .d-flex {
    flex: 1;
}
.about {
    max-width: 500px;
}
.about h6 {
    color: #2C016D;
    font-size: 20px;
}
.flexgrow{flex: 1}
.verification h6{
     color: #2C016D;
    font-size: 20px;
}
.verification {
    padding-left: 100px;
}
.verification-box ul li {
    padding: 10px 0;
    color: #333333;
    font-weight: 400;
}
.verification-box ul {
    padding: 0;
    list-style: none;
}
.verification-box {
    background: #f5f5f5 !important;
    display: inline-block;
    padding: 12px 60px 2px 30px;
    border-radius: 15px;
}
.verification-box li {
    display: flex;
    align-items: center;
}

.verification-box img {
    width: 25px;
    margin-right: 10px;
}
.see-all a:hover {
    color: #471dee;
    text-decoration: none;
}

.see-all {
    color: #0666FA;
    font-weight: 500;
    font-size: 15px;
}
.detail-footer {
    padding-bottom: 50px;
}
.d-block.review-box {
    margin-bottom: 17px;
}
.see-all img{
    margin-left: 15px
}
.rating-number {
    color: #2C016D;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
}
.see-all-review a{text-decoration: underline; margin-top: 15px}
.see-all-review {
    margin-bottom: 45px;
}  
.reviews .avatar.avatar-xl {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: transparent !important;
    box-shadow: none;
}
.cities__item .short-add {
    margin-bottom: 10px;
}
@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: #324158;
  background-color: #fff !important;
  border-color: #a7b3fc;
  outline: 0;
/*  box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);*/
}
textarea {
    height: 150px;
}
.popup-wrapper .login-form input:focus{
    background: #f6f6f6 !important;
}
.remember-me .d-flex {
    align-items: center;
}
.login-form .form-input .fa {
    margin-top: -29px;
    margin-right: 6px;
}
.create-account button:hover {
    background: #2979f3 !important;
    color: #fff !important;
}
.create-account.create-account-bottom a:hover {
    background: transparent !important;
    color: rgb(115,80,255) !important;
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.hero-home .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}
.main-heading-home h2{
    font-weight: 500 !important;
    letter-spacing: 2px;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #324158;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #324158;
  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 {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #324158;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 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.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 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: 0.6rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 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: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.4rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.4rem;
}
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
}

.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: #324158;
  background-color: #fff;
  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 5 6 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.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #a7b3fc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 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 #324158;
}

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

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

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-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: #a7b3fc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}
.form-check-input:checked {
  background-color: #6143ed  ;
  border-color: #6143ed  ;
}
.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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-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='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #6143ed  ;
  border-color: #6143ed  ;
  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='%23fff' 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 {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 3.5em;
}
.form-switch .form-check-input {
  width: 3em;
  margin-left: -3.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: 3em;
  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='%23a7b3fc'/%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='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 3.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -3.5em;
  margin-left: 0;
}

.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: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6143ed  ;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #cad1fd;
}
.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: #6143ed  ;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #cad1fd;
}
.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-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  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,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
    border: none !important;
    border-bottom: 2px solid #ccc !important;
    border-radius: 0;
    padding-left: 0 !important;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ 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);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

.big-image label{width: 100%}
.big-image-cover.bigimageuploaded {
/*
    height: 287px;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
*/
}
.big-image-cover {
    width: 250px;
    margin: 0 auto;
}
.del-btn {
    width: 25px!important;
    background: #fff !important;
}

/*
.input-group-text {
    display: flex;
    align-items: center;
    padding: 8px 11px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #888;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 9px 0 0 9px;
    border-right: none !important;
    padding-right: 0;
    opacity: 1;
}
*/
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0px 11px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 42px;
    color: #888;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 9px 0 0 9px;
    border-right: none !important;
    padding-right: 0;
    opacity: 1;
    font-size: 13px;
    height: 41px;
}
select#ownershiptype {
    color: #324158 !important;
    opacity: 1;
}
.input-group.security-deposit input {
    margin-left: 0 !important;
}
.agrement-pdf a:hover {
    text-decoration: none;
    background: #e5e5e5;
}
.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: 0.6rem;
}

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

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
/*
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
/*
  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: 0px;
/*
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
*/
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
/*
  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: #35b653;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #324158;
  background-color: rgba(53, 182, 83, 0.9);
  border-radius: 0.4rem;
}

.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: #35b653;
  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='%2335b653' d='M2.3 6.73.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: #35b653;
  box-shadow: 0 0 0 0.25rem rgba(53, 182, 83, 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: #35b653;
}
.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 5 6 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='%2335b653' d='M2.3 6.73.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: #35b653;
  box-shadow: 0 0 0 0.25rem rgba(53, 182, 83, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #35b653;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #35b653;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 182, 83, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #35b653;
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.4rem;
}

.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: #dc3545;
  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='%23dc3545'%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='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545;
}
.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 5 6 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='%23dc3545'%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='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

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

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.525rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:0.8rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: #324158;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 8px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: #fff;
  text-decoration: none;
/*  background-color: #0666FA;*/
    border-color: none; 
/*    box-shadow: 0 0 6px rgba(0,0,0,0.3)*/
}
.message-box-wrapper .submit button.btn.btn-blue:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0666FA;
    border-color: none; 
/*    box-shadow: 0 0 6px rgba(0,0,0,0.3)*/
}
button.btn-default:hover {
    background: #2679f8;
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0666FA  ;
  --bs-btn-border-color: #0666FA  ;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1d72f3;
  --bs-btn-hover-border-color: #0666FA;
  --bs-btn-focus-shadow-rgb: 105, 125, 249;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0666FA;
  --bs-btn-active-border-color: #0666FA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0666FA  ;
  --bs-btn-disabled-border-color: #0666FA  ;
}

.btn-secondary {
  --bs-btn-color: #324158;
    --bs-btn-bg: #f6f6f6;
    --bs-btn-border-color: #d9d9d9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #--bs-btn-color: #324158;
    --bs-btn-bg: #f6f6f6;
    --bs-btn-border-color: #d9d9d9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e35ff;;
  --bs-btn-focus-shadow-rgb: 235, 91, 157;
  --bs-btn-active-color: #fff;
.btn-group     .btn:hover {
    color: #324158;
    text-decoration: none;
    background-color: #e1e1e1;
    border-color: #cac8c8;
}
  --bs-btn-active-bg: #--bs-btn-color: #324158;
    --bs-btn-bg: #f6f6f6;
    --bs-btn-border-color: #d9d9d9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e35ff;;
  --bs-btn-active-border-color: #ae2f69;
  --bs-btn-active-shadow: inset
.btn-group       .btn:hover {
    color: #324158;
    text-decoration: none;
    background-color: #e1e1e1;
    border-color: #cac8c8;
}0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e83e8c;
  --bs-btn-disabled-border-color: #e83e8c;
}

.btn-success {
  --bs-btn-color: #324158;
  --bs-btn-bg: #35b653;
  --bs-btn-border-color: #35b653;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #53c16d;
  --bs-btn-hover-border-color: #49bd64;
  --bs-btn-focus-shadow-rgb: 50, 160, 77;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #5dc575;
  --bs-btn-active-border-color: #49bd64;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #324158;
  --bs-btn-disabled-bg: #35b653;
  --bs-btn-disabled-border-color: #35b653;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #128293;
  --bs-btn-focus-shadow-rgb: 58, 176, 195;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #128293;
  --bs-btn-active-border-color: #117a8a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}

.btn-warning {
  --bs-btn-color: #324158;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 222, 170, 12;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #324158;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #324158;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #5e35ff;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 216, 217, 219;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #324158;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #52585d;
  --bs-btn-hover-border-color: #484e53;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5d6166;
  --bs-btn-active-border-color: #484e53;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}

.btn-outline-primary {
  --bs-btn-color: #6143ed  ;
  --bs-btn-border-color: #6143ed  ;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6143ed  ;
  --bs-btn-hover-border-color: #6143ed  ;
  --bs-btn-focus-shadow-rgb: 78, 102, 248;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6143ed  ;
  --bs-btn-active-border-color: #6143ed  ;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6143ed  ;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6143ed  ;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #e83e8c;
  --bs-btn-border-color: #e83e8c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e83e8c;
  --bs-btn-hover-border-color: #e83e8c;
  --bs-btn-focus-shadow-rgb: 232, 62, 140;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e83e8c;
  --bs-btn-active-border-color: #e83e8c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e83e8c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e83e8c;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #35b653;
  --bs-btn-border-color: #35b653;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #35b653;
  --bs-btn-hover-border-color: #35b653;
  --bs-btn-focus-shadow-rgb: 53, 182, 83;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #35b653;
  --bs-btn-active-border-color: #35b653;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #35b653;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #35b653;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb: 23, 162, 184;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 105, 125, 249;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size:1rem;
  --bs-btn-border-radius: 0.6rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size:0.775rem;
  --bs-btn-border-radius: 0.2rem;
}

.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;
}
.popup-wrapper {
   position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 9999;
}
.switch-account {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.logintnc.fz11 a {
    text-decoration: underline;
}
.remember-me, .forgot {
    font-weight: 500;
    margin-top: 10px;
}
.popup-inner {
    border-radius: 15px;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
}
div#signuppopup .popup-header {
    font-size: 18px;
    text-align: center;
}
.popup-logo {margin-bottom: 20px; width: 100px}
.popup-header-logo {
    text-align: center;
        margin-bottom: 20px; 
}

.close {
    position: absolute;
    padding: 0 !important;
    border: 1px solid #ccc;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: 0;
}
.popup-header {
    color: #2C016D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.social-login-btn img {
    width: 21px;
    margin-right: 2px;
}
.or-divider {
    text-align: center;
    font-weight: 500;
    color: #222;
    margin: 20px 0px;
    font-size: 13px;
    position: relative;
}


.card-fav-icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    opacity: 0.5;
    color: #fff;
    border-radius: 50%;
    background: #343a40;
    line-height: 2.5rem;
}
a.card-fav-icon img {
    width: 57%;
}
.login-form input {
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-style: normal;
}
.login-form input {
    border: none;
    border: none;
    color: #000;
    border-radius: 0;
    font-style: normal;
    font-size: 14px;
    background: #f6f6f6;
    border-radius: 8px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    margin-right: 5px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #0666FA;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 13px;
    left: 3px;
    bottom: 2px;
    background-color: #0666FA;
    -webkit-transition: .4s;
    transition: .4s;
}

/*
.switch input:checked + .slider {
  background-color: #2196F3;
}
*/
.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.remember-me, .forgot {
    font-weight: 500;
    margin-top: 10px;
    color: #000;
}

.mb-15{margin-bottom: 15px}
.social-login-btn {
    border: 1px solid #000;
    padding: 0;
    border-radius: 50px;
}
.login-button-footer {
    text-align: center;
}
.social-login-btn a:hover, .create-account a.btn.btn-black-outline.btn-50.btn-p20.fz12.text-black:hover {
    background: #f8f6ff;
    border-radius: 50px;
    color: #000;
}
input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #2c016d;
}
.create-account a {
    display: block;
    padding: 4px 0;
    height: auto;
    border-radius: 60px;
}
.logintnc.fz11 {
    color: #000;
    font-size: 11px;
    margin: 20px 0;
}
.switch-account {
    margin-bottom: 10px;
}

button.btn.btn-black-outline {
    background: no-repeat;
    color: #000;
    border: 1px solid #000;
}
a.btn.btn-purple-bg {
    background: #0666FA;
}
.login-form-footer {
    margin-bottom: 20px;
    font-size: 12px;
}
.social-login-btn a {
    padding: 11px 40px;
    display: block;
    color: #000;
    text-decoration: none;
}
.forgot a {
    color: #000;
}
a.btn.btn-black-outline.btn-50.btn-p20.fz12 {
    font-size: 13px;
}
.social-login-btn a {
 padding: 11px 40px;
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.login-text {
    color: #fff;
    text-align: center;
    width: 80%;
}
.login-text h1 {
    font-size: 30px;
}
.login-text p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 18px;
}
.remove-bg{background: none}
.remove-bg {
    background: transparent !important;
}
.text-purple {
    color: #0666FA !important;
}
.height-auto{
    height: auto !important;
    line-height: inherit  !important;
}
span.eye img {
    width: 100%;
}

span.eye {
    position: absolute;
    right: 14px;
    top: 13px;
    width: 20px;
}
.create-account a {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.or-divider span {
    background: #fff;
    padding: 0 10px;
}

.or-divider:after {
    content: "";
    width: 91%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.pr{position: relative;}
.close {
    position: absolute;
    padding: 0 !important;
    border: 1px solid #9d9c9c;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 18px;
    top: 13px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer
}
.fz13{font-size: 13px;}
.text-black{color: #000}
.popup-inner > div {
    padding: 25px 70px;
}
#signup .popup-inner > div.p-50, #login .popup-inner > div.p-50 {
    width: 500px;
    height: 580px;
}
.popup-inner > div.p-50{  max-width: 500px;}

.popup-header-logo img {
    width:40px;
}
.mw500 {
    max-width: 500px;
}
.create-account a {
    display: block;
    padding: 4px 0;
    height: auto;
    border-radius: 60px;
}

.create-account  .btn {
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    background-color: #23d3d3;
    height: auto;
    line-height: 40px;
    font-weight: 600;
    padding: 0 25px;
    color: #ffffff;
    outline: 0;
    outline-offset: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color: #324158;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.4rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0.4rem;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.175);
  --bs-dropdown-link-color: #324158;
  --bs-dropdown-link-hover-color: #6143ed  ;
  --bs-dropdown-link-hover-bg: #f8f9fa;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #6143ed  ;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.7rem;
  --bs-dropdown-header-color: #adb5bd;
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: 991px) {
  .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: 1400px) {
  .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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #6143ed  ;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-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 {
  border-radius: 0.4rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

}
.success-box.text-center.step5 {
    margin-top: 50px;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.4rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.4rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #6143ed  ;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.5);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: #000;
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: #000;
  --bs-navbar-brand-hover-color: #000;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: 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.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
}
.success-box.text-center.step5 {
    margin-top: 50px;
}

.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.4rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.4rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #6143ed  ;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.5);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: #000;
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: #000;
  --bs-navbar-brand-hover-color: #000;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: 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.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.8);
  --bs-navbar-hover-color: white;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.2rem;
  --bs-card-spacer-x: 1.2rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.4rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.4rem - 1px);
  --bs-card-cap-padding-y: 0.6rem;
  --bs-card-cap-padding-x: 1.2rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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 {
  --bs-accordion-color: #324158;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.4rem;
  --bs-accordion-inner-border-radius: calc(0.4rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #324158;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23324158'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23465cdf'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #a7b3fc;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #465cdf;
  --bs-accordion-active-bg: #edf0fe;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0.5rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "—") /* rtl: var(--bs-breadcrumb-divider, "—") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.4rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #6143ed  ;
  --bs-pagination-active-border-color: #6143ed  ;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius: 0.6rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius: 0.2rem;
}

.badge {
  --bs-badge-padding-x: 0.7em;
  --bs-badge-padding-y: 0.5em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.4rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.4rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.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 {
  --bs-alert-color: #1d72f3;
  --bs-alert-bg: #e4e8fe;
  --bs-alert-border-color: #e4e8fe;
}
.alert-primary .alert-link {
  color: #263177;
}

.alert-secondary {
  --bs-alert-color: #8b2554;
  --bs-alert-bg: #fce2ee;
  --bs-alert-border-color: #fce2ee;
}
.alert-secondary .alert-link {
  color: #6f1e43;
}

.alert-success {
  --bs-alert-color: #206d32;
  --bs-alert-bg: #e1f4e5;
  --bs-alert-border-color: #e1f4e5;
}
.alert-success .alert-link {
  color: #1a5728;
}

.alert-info {
  --bs-alert-color: #0e616e;
  --bs-alert-bg: #dcf1f4;
  --bs-alert-border-color: #dcf1f4;
}
.alert-info .alert-link {
  color: #0b4e58;
}

.alert-warning {
  --bs-alert-color: #997404;
  --bs-alert-bg: #fff6da;
  --bs-alert-border-color: #fff6da;
}
.alert-warning .alert-link {
  color: #7a5d03;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #fae1e3;
  --bs-alert-border-color: #fae1e3;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #777a7d;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fefefe;
}
.alert-light .alert-link {
  color: #5f6264;
}

.alert-dark {
  --bs-alert-color: #1f2326;
  --bs-alert-bg: #e1e1e2;
  --bs-alert-border-color: #e1e1e2;
}
.alert-dark .alert-link {
  color: #191c1e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.4rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #6143ed  ;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}

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

.list-group {
  --bs-list-group-color: #324158;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.075);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.4rem;
  --bs-list-group-item-padding-x: 1.2rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #324158;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #6143ed  ;
  --bs-list-group-active-border-color: #6143ed  ;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
.next-step {
    text-align: left;
    margin: 0px 0;
}
.next-step button.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50px;
    padding: 14px 40px;
}
.next-step p {
    font-size: 13px;
    line-height: 21px;
    padding: 10px 0;
}
.next-step button.btn.btn-ourtline-primary {
    border: 2px solid #0666FA;
    border-radius: 50px;
    color: #0666FA;
    margin-left: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
}
.next-step button.btn.btn-ourtline-primary:hover {
    background: #f6f6f6;
}
.top-sort a {
    display: flex;
    padding-left: 15px;
}
.top-sort a svg{
    width: 18px;
    margin-right: 5px;
}
.top-sort {
    z-index: 9;
}
.top-sort .filter-drop-box {
    width: 200px;
    padding: 0;
    right: 0px;
    left: inherit;
}
.top-sort label a:hover {
    background: #f5f5f5;
}
.top-sort label a {
    padding: 7px 11px;
    display: block;
}
.top-sort  label {
    width: 100%;
    display: block !important;
    padding: 0;
    margin: 0 !important;
}
.top-sort label a {
    padding: 5px 11px !important;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1d72f3;
  background-color: #dce0fe;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1d72f3;
  background-color: #c6cae5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1d72f3;
  border-color: #1d72f3;
}

.list-group-item-secondary {
  color: #8b2554;
  background-color: #fad8e8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #8b2554;
  background-color: #e1c2d1;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #8b2554;
  border-color: #8b2554;
}

.list-group-item-success {
  color: #206d32;
  background-color: #d7f0dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #206d32;
  background-color: #c2d8c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #206d32;
  border-color: #206d32;
}

.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0e616e;
  background-color: #bcd4d9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0e616e;
  border-color: #0e616e;
}

.list-group-item-warning {
  color: #997404;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #997404;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #997404;
  border-color: #997404;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #777a7d;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #777a7d;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #777a7d;
  border-color: #777a7d;
}

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.4rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(78, 102, 248, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.4rem;
  --bs-toast-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: transparent;
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.6rem;
  --bs-modal-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  --bs-modal-inner-border-radius: calc(0.6rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

#modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #ffffffb8;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
.upload-application .upload-doc {
    width: 100%;
}    
.upload-application .upload-doc .divider-or {
    width: 100%;
}    
    .message-box-wrapper .submit button.btn.btn-blue {
        font-size: 14px;
        padding: 12px 0;
    }    
    
  .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,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .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,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.4rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family:  'Inter', 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.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 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.6rem;
  --bs-popover-inner-border-radius: calc(0.6rem - 1px);
  --bs-popover-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #324158;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family:  'Inter', 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.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%;
  -webkit-backface-visibility: hidden;
  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: #fff;
  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: #fff;
  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='%23fff'%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='%23fff'%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: #fff;
  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: #fff;
  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;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-item .btn:active {
    color: #000;
    background: #e2e2e2;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.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: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.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: 0.6em;
}

.placeholder-sm {
  min-height: 0.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 {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(78, 102, 248, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(232, 62, 140, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #324158 !important;
  background-color: RGBA(53, 182, 83, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(23, 162, 184, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #324158 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #324158 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(52, 58, 64, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #6143ed   !important;
}
.link-primary:hover, .link-primary:focus {
  color: #3e52c6 !important;
}

.link-secondary {
  color: #e83e8c !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #--bs-btn-color: #324158;
    --bs-btn-bg: #f6f6f6;
    --bs-btn-border-color: #d9d9d9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e35ff; !important;
}

.btn-group .btn:hover {
    color: #324158;
    text-decoration: none;
    background-color: #0666FA;
    border-color: #cac8c8;
    color: #fff;
}
.link-success {
  color: #35b653 !important;
}
.link-success:hover, .link-success:focus {
  color: #5dc575 !important;
}

.link-info {
  color: #17a2b8 !important;
}
.link-info:hover, .link-info:focus {
  color: #128293 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #343a40 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2e33 !important;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

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

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

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

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 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.1;
}

.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 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1) !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: -webkit-sticky !important;
  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 #dee2e6 !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

.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-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 8rem !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-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 8rem !important;
  margin-left: 8rem !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-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !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-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 8rem !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-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 8rem !important;
}

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

.mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 8rem !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-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 8rem !important;
}

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

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

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

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

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

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

.m-n6 {
  margin: -6rem !important;
}

.m-n7 {
  margin: -8rem !important;
}

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

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

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

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

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

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n7 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

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

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

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

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

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

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n7 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n7 {
  margin-top: -8rem !important;
}

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

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

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

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

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

.me-n6 {
  margin-right: -6rem !important;
}

.me-n7 {
  margin-right: -8rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

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

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

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n7 {
  margin-bottom: -8rem !important;
}

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

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

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

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

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

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n7 {
  margin-left: -8rem !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: 3rem !important;
}

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

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 8rem !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;
}

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

.px-7 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

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

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

.navbar-brand.py-1 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 60px;
}

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

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

.py-7 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-7 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !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;
}

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

.pt-7 {
  padding-top: 8rem !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;
}

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

.pe-7 {
  padding-right: 8rem !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;
}

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

.pb-7 {
  padding-bottom: 8rem !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;
}

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

.ps-7 {
  padding-left: 8rem !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;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-7 {
  gap: 8rem !important;
}

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

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

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

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

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

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

.fs-6 {
  font-size: 1rem !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-semibold {
  font-weight: 600 !important;
}

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

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

.lh-sm {
  line-height: 1.5 !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: #324158 !important;
    font-weight: 400;
}

.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 {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #324158 !important;
}

.bg-blue {
  background-color: #0d6efd !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.bg-green {
  background-color: #35b653 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #6c757d !important;
}

.bg-gray-dark {
  background-color: #343a40 !important;
}

.text-primary {
    color: #2c016d !important;
}

.text-primary-hover:hover {
  color: #6143ed   !important;
}

.text-secondary {
  color: #6143ed  !important;
}

.text-secondary-hover:hover {
  color: #e83e8c !important;
}

.text-success {
  color: #35b653 !important;
}

.text-success-hover:hover {
  color: #35b653 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-info-hover:hover {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-warning-hover:hover {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-danger-hover:hover {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-light-hover:hover {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-dark-hover:hover {
  color: #343a40 !important;
}

.letter-spacing-1 {
  letter-spacing: 0.1em !important;
}

.letter-spacing-2 {
  letter-spacing: 0.2em !important;
}

.letter-spacing-3 {
  letter-spacing: 0.3em !important;
}

.letter-spacing-4 {
  letter-spacing: 0.4em !important;
}

.letter-spacing-5 {
  letter-spacing: 0.5em !important;
}

.w-1rem {
  width: 1rem !important;
}

.w-2rem {
  width: 2rem !important;
}

.w-3rem {
  width: 3rem !important;
}

.w-6rem {
  width: 6rem !important;
}

.h-1rem {
  height: 1rem !important;
}

.h-2rem {
  height: 2rem !important;
}

.h-3rem {
  height: 3rem !important;
}

.h-6rem {
  height: 6rem !important;
}

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

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

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

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

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

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

.z-index-10 {
  z-index: 10 !important;
}

.z-index-20 {
  z-index: 20 !important;
}

.z-index-30 {
  z-index: 30 !important;
}

.z-index-40 {
  z-index: 40 !important;
}

.z-index-50 {
  z-index: 50 !important;
}

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

.text-xs {
  font-size: 0.7rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 2rem !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #324158 !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;
  }

  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-sm-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-sm-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-sm-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-sm-n6 {
    margin: -6rem !important;
  }

  .m-sm-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mt-sm-n6 {
    margin-top: -6rem !important;
  }

  .mt-sm-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-sm-n6 {
    margin-right: -6rem !important;
  }

  .me-sm-n7 {
    margin-right: -8rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-sm-n6 {
    margin-left: -6rem !important;
  }

  .ms-sm-n7 {
    margin-left: -8rem !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;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .p-sm-7 {
    padding: 8rem !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;
  }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-7 {
    padding-top: 8rem !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;
  }

  .pe-sm-6 {
    padding-right: 6rem !important;
  }

  .pe-sm-7 {
    padding-right: 8rem !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;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 8rem !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;
  }

  .ps-sm-6 {
    padding-left: 6rem !important;
  }

  .ps-sm-7 {
    padding-left: 8rem !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;
  }

  .gap-sm-6 {
    gap: 6rem !important;
  }

  .gap-sm-7 {
    gap: 8rem !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;
  }

  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-md-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-md-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-md-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-md-n6 {
    margin: -6rem !important;
  }

  .m-md-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mt-md-n6 {
    margin-top: -6rem !important;
  }

  .mt-md-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-md-n6 {
    margin-right: -6rem !important;
  }

  .me-md-n7 {
    margin-right: -8rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-md-n6 {
    margin-left: -6rem !important;
  }

  .ms-md-n7 {
    margin-left: -8rem !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;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .p-md-7 {
    padding: 8rem !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;
  }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 8rem !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;
  }

  .pe-md-6 {
    padding-right: 6rem !important;
  }

  .pe-md-7 {
    padding-right: 8rem !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;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 8rem !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;
  }

  .ps-md-6 {
    padding-left: 6rem !important;
  }

  .ps-md-7 {
    padding-left: 8rem !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;
  }

  .gap-md-6 {
    gap: 6rem !important;
  }

  .gap-md-7 {
    gap: 8rem !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;
  }

  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-lg-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-lg-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-lg-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-lg-n6 {
    margin: -6rem !important;
  }

  .m-lg-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mt-lg-n6 {
    margin-top: -6rem !important;
  }

  .mt-lg-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-lg-n6 {
    margin-right: -6rem !important;
  }

  .me-lg-n7 {
    margin-right: -8rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-lg-n6 {
    margin-left: -6rem !important;
  }

  .ms-lg-n7 {
    margin-left: -8rem !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;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 8rem !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;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 8rem !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;
  }

  .pe-lg-6 {
    padding-right: 6rem !important;
  }

  .pe-lg-7 {
    padding-right: 8rem !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;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 8rem !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;
  }

  .ps-lg-6 {
    padding-left: 6rem !important;
  }

  .ps-lg-7 {
    padding-left: 8rem !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;
  }

  .gap-lg-6 {
    gap: 6rem !important;
  }

  .gap-lg-7 {
    gap: 8rem !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;
  }

  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-xl-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-xl-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-xl-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-xl-n6 {
    margin: -6rem !important;
  }

  .m-xl-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xl-n6 {
    margin-top: -6rem !important;
  }

  .mt-xl-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-xl-n6 {
    margin-right: -6rem !important;
  }

  .me-xl-n7 {
    margin-right: -8rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-xl-n6 {
    margin-left: -6rem !important;
  }

  .ms-xl-n7 {
    margin-left: -8rem !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;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .p-xl-7 {
    padding: 8rem !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;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-7 {
    padding-top: 8rem !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;
  }

  .pe-xl-6 {
    padding-right: 6rem !important;
  }

  .pe-xl-7 {
    padding-right: 8rem !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;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 8rem !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;
  }

  .ps-xl-6 {
    padding-left: 6rem !important;
  }

  .ps-xl-7 {
    padding-left: 8rem !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;
  }

  .gap-xl-6 {
    gap: 6rem !important;
  }

  .gap-xl-7 {
    gap: 8rem !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: 1400px) {
  .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;
  }

  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xxl-0 {
    border: 0 !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;
  }

  .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-6 {
    margin: 6rem !important;
  }

  .m-xxl-7 {
    margin: 8rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !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-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 8rem !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-6 {
    margin-right: 6rem !important;
  }

  .me-xxl-7 {
    margin-right: 8rem !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-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 8rem !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-6 {
    margin-left: 6rem !important;
  }

  .ms-xxl-7 {
    margin-left: 8rem !important;
  }

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

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

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

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

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

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

  .m-xxl-n6 {
    margin: -6rem !important;
  }

  .m-xxl-n7 {
    margin: -8rem !important;
  }

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

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

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

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

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

  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

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

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

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

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

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

  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -8rem !important;
  }

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

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

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

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

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

  .me-xxl-n6 {
    margin-right: -6rem !important;
  }

  .me-xxl-n7 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

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

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

  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -8rem !important;
  }

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

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

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

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

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

  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -8rem !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;
  }

  .p-xxl-6 {
    padding: 6rem !important;
  }

  .p-xxl-7 {
    padding: 8rem !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;
  }

  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !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;
  }

  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !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;
  }

  .pt-xxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 8rem !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;
  }

  .pe-xxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxl-7 {
    padding-right: 8rem !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;
  }

  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 8rem !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;
  }

  .ps-xxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxl-7 {
    padding-left: 8rem !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;
  }

  .gap-xxl-6 {
    gap: 6rem !important;
  }

  .gap-xxl-7 {
    gap: 8rem !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: 2.5rem !important;
  }

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

  .fs-3 {
    font-size: 1.75rem !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;
  }
}
/*
* ===================================================
*     Breadcrumb
* ===================================================
*/
.breadcrumb {
  font-size: 0.875rem;
}

.breadcrumb.text-white .breadcrumb-item {
  color: #fff;
}
.breadcrumb.text-white .breadcrumb-item a {
  color: #fff;
}
.breadcrumb.text-white .breadcrumb-item::before {
  color: #fff;
}

/*
* ===================================================
*     Navbar
* ===================================================
*/
.navbar-brand-svg {
  vertical-align: baseline;
}
.navbar-brand-svg .navbar-brand-svg-text {
  fill: currentColor;
}
.navbar-brand-svg .text-primary {
  fill: #6143ed  ;
}

.header-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.bg-hover-white {
  transition: all 0.2s ease-out;
}
.bg-hover-white:hover {
  background: #fff !important;
}

.navbar.fixed-top.bg-fixed-white {
  background: #fff !important;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    padding-right: 10px;
}
.navbar {
    padding: 18px 0;
    background: #fff;
}
.navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #fff ;
    letter-spacing: 0;
}
.nav-item.dropdown a {
    color: #fff;
    }
a.nav-link.login {
    background: #F8F9FA;
    border-radius: 60px;
    padding: 10px 80px;
    display: block !important;
    font-weight: 600;
    width: 90px;
    text-align: center;
}    
footer hr {
    border-top: 1px solid #000;
    opacity: 0.2;
}    
li.nav-item.dropdown .arrow img {
    width: 10px;
    margin-left: 7px;
}
li.nav-item {
    margin: 0 0 0 20px !important;
    /*(text-transform: uppercase;*/
    letter-spacing: 1px;
}
.navbar-nav .nav-item .btn {
letter-spacing: 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 60px;
    /* background: #F8F9FA; */
    border-radius: 60px;
    padding: 7px 30px;
    display: block !important;
    font-weight: 500;
    width: auto;
    text-align: center;
    font-size: 15px;
    border: none;
}
.navbar .nav-link:focus {
  outline: none;
}
.navbar .dropdown-menu {
  min-width: 200px;
  margin-top: 1rem;
  transition: transform 0.2s;
  transform: translateY(30px);
  color: #333;
  border: none;
  outline: none !important;
  font-size: 0.9rem;
}
/*
.navbar .dropdown-menu::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  position: absolute;
  top: -5px;
  left: 30px;
}
*/
.navbar .dropdown-menu::before {
/*
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  border-left: 7px solid transparent;
  position: absolute;
  top: -8px;
  left: 30px;
*/
}
.navbar .dropdown-menu.dropdown-menu-end {
  right: 0;
    left: auto;
    margin-top: 0;
    transform: translateY(0);
    margin-top: 5px;
}
.navbar .dropdown-menu.dropdown-menu-end::after {
  position: absolute;
  top: -5px;
  right: 30px;
  left: auto;
}
/*
.navbar .dropdown-menu.dropdown-menu-end::before {
  position: absolute;
  top: -8px;
  right: 30px;
  left: auto;
}
*/
.navbar .megamenu {
  margin-top: 0px;
}

/*
* ===================================================
*     Custom Dropdown Toggle
* ===================================================
*/
.navbar .dropdown-toggle {
  position: relative;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
    width: 15px;
    height: 13px;
    margin-left: 0;
    transition: 0.2s;
    vertical-align: text-bottom;
    border: none;
}
.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

.navbar-light .dropdown-toggle::after, .top-bar .dropdown-toggle::after {
    background: right center url(data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='rgba(0, 0, 0, 0.5)' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>) no-repeat;
    filter: invert(1);
}
a.nav-link.login {
    color: #000 !important;
}   
.navbar-light .show > .dropdown-toggle::after,
.navbar-light .dropdown-toggle.active::after,
.navbar-light .dropdown-toggle:hover::after,
.navbar-light .dropdown-toggle:focus::after,
.top-bar .show > .dropdown-toggle::after,
.top-bar .dropdown-toggle.active::after,
.top-bar .dropdown-toggle:hover::after,
.top-bar .dropdown-toggle:focus::after {
  background: right center url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='rgba(0, 0, 0, 0.9)' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>") no-repeat;
}

.navbar-dark .dropdown-toggle::after {
  background: right center url("data:image/svg+xml;charset=utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='rgba(255, 255, 255, 0.8)' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>") no-repeat;
}
.navbar-dark .show > .dropdown-toggle::after,
.navbar-dark .dropdown-toggle.active::after,
.navbar-dark .dropdown-toggle:hover::after,
.navbar-dark .dropdown-toggle:focus::after {
  background: right center url("data:image/svg+xml;charset=utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Angle Down</title><desc>A line styled icon from Orion Icon Library.</desc><path data-name='layer1' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='7' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'></path></svg>") no-repeat;
}

/*
* ===================================================
*     Megamenu
* ===================================================
*/
.megamenu {
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  border: none !important;
  border-radius: 0;
  z-index: 9999;
}
.megamenu .megamenu-list {
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: 0.8rem;
}
.megamenu .megamenu-list-item {
  margin-bottom: 5px;
}
.megamenu .megamenu-list-link {
  padding: 5px 0;
  text-decoration: none;
  color: #6c757d;
}
.megamenu .megamenu-list-link:hover {
  color: #324158;
  background: none;
}
.megamenu .megamenu-services {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f8f9fa;
}
.megamenu .megamenu-services .megamenu-services-item {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.megamenu .megamenu-services .megamenu-services-icon {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  flex-shrink: 0;
}
h1.hero-heading.mb-0.text-primary.text-left {
    font-size: 25px;
    margin-bottom: 30px !important;
    font-weight: 600;
    color: #324158 !important;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-sm .dropdown-menu:before, .navbar-expand-sm .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-sm.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-sm.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-sm.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-sm.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-sm.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-md .dropdown-menu:before, .navbar-expand-md .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-md.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-md.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-md.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-md.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-md.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-lg .dropdown-menu:before, .navbar-expand-lg .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-lg.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-lg.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-lg.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-lg.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-lg.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
/*    padding-right: 1.3rem;*/
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-xl .dropdown-menu:before, .navbar-expand-xl .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-xl.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xl.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xl.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-xl.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-xl.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl .dropdown-menu {
    margin-top: 0;
    transition: transform 0.1s;
    transform: translateY(0);
    border: none;
    box-shadow: none;
  }
  .navbar-expand-xxl .dropdown-menu:before, .navbar-expand-xxl .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-xxl.navbar-sticky .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xxl.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }
  .navbar-expand-xxl.fixed-top .navbar-collapse.collapsing {
    overflow-y: hidden;
  }
  .navbar-expand-xxl.bg-transparent .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl.bg-transparent.navbar-dark .navbar-collapse {
    background: rgba(52, 58, 64, 0.7);
  }
  .navbar-expand-xxl.bg-transparent.navbar-light .navbar-collapse {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 1.3rem;
  }
}
.navbar-expand .dropdown-menu {
  margin-top: 0;
  transition: transform 0.1s;
  transform: translateY(0);
  border: none;
  box-shadow: none;
}
.navbar-expand .dropdown-menu:before, .navbar-expand .dropdown-menu:after {
  display: none;
}
.navbar-expand.navbar-sticky .navbar-collapse {
  overflow-y: auto;
  max-height: 80vh;
}
.navbar-expand.fixed-top .navbar-collapse {
  overflow-y: auto;
  max-height: 80vh;
}
.navbar-expand.fixed-top .navbar-collapse.collapsing {
  overflow-y: hidden;
}
.navbar-expand.bg-transparent .navbar-collapse {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.navbar-expand.bg-transparent.navbar-dark .navbar-collapse {
  background: rgba(52, 58, 64, 0.7);
}
.navbar-expand.bg-transparent.navbar-light .navbar-collapse {
  background: rgba(255, 255, 255, 0.7);
}
.navbar-expand .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 1.3rem;
}

/*
* ===================================================
*     Multi-level dropdown
* ===================================================
*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px !important;
}

/*
* ===================================================
*     Card Elements
* ===================================================
*/
.card-poster {
  flex-direction: row;
  align-items: flex-end;
  color: #fff;
  border: none;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  min-height: 350px;
}

.card-img-overlay-top {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  left: 1.2rem;
  size: ;
}

.card-img-overlay-bottom {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
}

.card-fav-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    background: #ffffff38;
    line-height: 2rem;
    backdrop-filter: blur(7px);
}
a.card-fav-icon img {
        width: 65%;
    filter: invert(0);   
}    
.home-share{
    width: 45% !important;
    position: relative;
    left: 0;
    top: -3px;
}
a.see-listing {
    border: 2px solid #333;
    color: #333;
    padding: 5px 7px;
    border-radius: 80px;
    font-weight: 500;
    padding-left: 15px;
}
a.see-listing img {
    width: 24px;
}
a.see-listing:hover {
    background: #f5f5f5;
    text-decoration: none;
}
ul.list-unstyled.amenities span {
    background: #f7f7f7;
    padding: 10px 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 115px;
}
.card-fav-icon:hover {
  opacity: 0.7;
}
.card-fav-icon svg {
  vertical-align: middle;
  opacity: 1;
  stroke-width: 5;
}

.card-highlight {
  margin-top: -2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card-status {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 5px;
  background: rgba(0, 40, 100, 0.12);
  border-radius: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0;
}

.card-stars {
  min-width: 65px;
  margin-top: 2px;
}

/*
* ===================================================
*     Homepage Elements
* ===================================================
*/
.hero-home {
  display: flex;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-home {
    min-height: 600px;
  }
}

.multi-slider {
  height: 100vh;
  min-height: 800px;
}
.multi-slider .swiper-slide {
  padding-top: 95px;
}

/*
     Search bars on the homepage
    ------------------------
*/
.search-bar {
    border-radius: 18px;
    border: 1.5px solid #ffffff44;
    background: #00000033;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

}
  
.search-bar .form-group {
  position: relative;
  margin-bottom: 0;
}
.search-bar .form-group::after {
  display: block;
  width: 1px;
  height: 60%;
  content: "";
  background: #ddd;
  position: absolute;
  top: 20%;
  right: 0;
    display: none;
}
.search-bar .form-group.no-divider::after, .search-bar .form-group:last-of-type::after {
  display: none;
}
.search-bar .form-control {
    height: calc(2.2em + 1rem + 2px);
    background: transparent !important;
    color: #fff !important;
    opacity: 1 !important;
    /* filter: invert(1); */
}
.search-bar .search-btn img {
    width: 20px;
    opacity: 1 !important;
    color: #fff;
    z-index: 999;
    filter: brightness(3);
}
.search-bar .input-label-absolute-right .label-absolute {
  right: 0;
}
.search-bar.search-bar-with-tabs {
  border-radius: 0.4rem;
}
.footer-links li a {
/*    color: #fff;*/
    padding: 0 10px;
    font-size: 14px;
}
.footer-links {
    justify-content: flex-end;
}
.d-flex.min-max input {
    font-weight: 600;
}
.min-max span {
    font-weight: 700;
    color: #324158;
}
.d-flex.min-max input {
    color: #000;
    border-color: #a7a6ab !important;
    border-radius: 5px !important;
}
.d-flex.min-max input {
    padding-left: 29px;
    color: #000;
    height: 39px;
    padding-top: 0;
    padding-bottom: 0;
}
.min-max span {
    top: 10px !important;
    left: 20px;
}
.filters button.btn.dropdown-toggle.bs-placeholder.btn-selectpicker {
    border-color: #a7a6ab !important;
    color: #000;
}
.filters .form-control {
    background-color: #eee;
    color: #324158;
    border-color: #a7a6ab !important;
    border-radius: 8px !important;
    border: 1px solid #d9d9d9;
}
button.btn.btn-filter-top {
    border: 1px solid #0666FA;
    color: #0666FA;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 5px;
    background: #0666FA;
    color: #fff;
    border-radius: 8px;
}

.form-control{
    padding: 10px 10px;
}

button.btn.btn-filter-top:hover {
/*    background: #f6f6f6;*/
}
.filters{padding: 12px 10px !important;}
footer.position-relative.z-index-10.d-print-none {
/*    box-shadow: -1px 0 5px rgba(0,0,0,0.5);*/
/*    position: fixed !important;*/
    bottom: 0;
    width: 100%;
    background: #fbfbfb;
    z-index: 999 !important;
}
.py-4.fw-light.bg-white.text-gray-300.footer.pt-0 {
    background: #fbfbfb !important;
}
.search-bar .form-control:focus {
    background: transparent !important;
/*    padding-left: 10px;*/
}
.formfeedback .form-control {
    outline: none;
    box-shadow: none;
}
    .py-4rem{padding-top: 4rem !important;}    
    .pyb-2rem {
    padding-bottom: 2rem !important;
}    
#map {
    width: 100%;
    height: 100% !important;
}    
.footer-links li:after {
    content: "";
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #9c9c9c;
    display: block;
    border-radius: 50%;
    float: right;
    margin-top: 9px;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-links li a:hover {
    text-decoration: none;
}
.search-btn{font-size: 15px;}
footer p {
    color: #9C9C9C;
    font-weight: 500;
}
footer li a {
    color: #9C9C9C;
    font-weight: 500;
}
ul.sub-nav {
    background: #ffffff;
    flex-direction: column;
    border-radius: 11px;
    position: absolute;
    z-index: 999;
    margin-left: 0px !important;
    top: 56px;
    display: none;
}
ul.sub-nav:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    position: absolute;
    left: 20px;
    opacity: 0 !important;
}
.key-feature {
    background: #0666FA;
    padding: 80px 20px;
    height: 450px;
    border-radius: 25px 0 0 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    /* align-items: self-start; */
}
.coming-soon {
    width: 100%;
    padding-left: 0px;
    color: #fff;
}
.key-feature h2 {
    color: #fff !important;
    text-align: left;
    margin-bottom: 0;
    font-size: 60px !important;
    padding-left: 0px;
}
.key-features {
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
}
.keyfeatureinner {
    width: 360px;
}
.key-features ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin: 0;
}
.key-features ul li {
    text-align: left;
    padding: 6px 0;
    font-size: 14px;
    padding: 10px 0;
    color: #324158;
/*    color: #324158;*/
    font-weight: 400;
}  
.key-features ul li img {
    width: 16px;
    margin-right: 10px;
    color: #324158;
    font-weight: 300;
}
.key-features  .tabbing.d-flex {
    margin-bottom: 20px;
}
.key-feature h2 {
    margin-bottom: 0 !important;
}
.tabbing.d-flex a {
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 7px;
    font-weight: 500;
    color: #324158;
    text-decoration: none;
}

.tabbing.d-flex .active{
    background: #f6f6f6 !important;
    color: #0666FA !important;
}
.key-feature {
    background: #0666FA;
    padding: 80px 20px;
    height: 450px;
    border-radius: 25px 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-bottom .nav-bot li:hover .sub-nav {
    opacity: 1;
/*    transform: translateY(-2px);*/
}
.nav-bottom .nav-bot {
    padding: 0 104px;
}
ul.sub-nav a:hover {
    background: #f5f5f5;
}
/*
.nav-bottom .nav-bot ul.sub-nav{
    
    transform: translateY(0);
    transition: all 0.5s ease;
}
*/

.nav-bottom .nav-bot ul li a {
    padding: 20px 0;
    display: block;
    color: #324158;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.5s ease;
}
ul.sub-nav li:first-child a:hover {
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
}
ul.sub-nav li:last-child a:hover {
    background: #f5f5f5;
    border-radius: 0px 0px 10px 10px;
}
ul.sub-nav a {
    padding: 13px 20px !important;
}
ul.sub-nav li {
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 991.98px) {
  .search-bar {
    border-radius: 20px;
  }
  .search-bar .form-group {
    margin-bottom: 1rem;
  }
  .search-bar .form-group::after {
    display: block;
    width: calc(100% - 4rem);
    height: 1px;
    content: "";
    transform: translateX(-50%);
    background: #dee2e6;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
  }
  .search-bar .form-control {
    height: calc(1.6em + 0.75rem + 2px);
    padding: 10px 20px;
  }
  .search-bar .input-label-absolute-right .label-absolute {
    right: 1rem;
  }
  .search-bar .bootstrap-select {
    display: block !important;
    width: 100% !important;
    padding: 0;
  }
  .search-bar .bootstrap-select button {
    display: block;
    width: 100% !important;
    padding: 10px 20px;
  }
}
.nav-tabs.search-bar-nav-tabs {
  border-bottom: none;
}
.nav-tabs.search-bar-nav-tabs .nav-link {
  padding: 1rem 2rem 1.5rem;
  margin-bottom: -10px;
  font-weight: bold;
  border: 1px solid transparent;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-out;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.nav-tabs.search-bar-nav-tabs .nav-link:hover, .nav-tabs.search-bar-nav-tabs .nav-link:focus {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.8);
}
.nav-tabs.search-bar-nav-tabs .nav-link.active,
.nav-tabs.search-bar-nav-tabs .nav-item.show .nav-link {
  color: #6143ed  ;
  background-color: #fff;
  border-color: #fff;
}

.hero {
  position: relative;
  text-align: center;
  background: #f8f9fa;
  box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.1);
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.advantage-number {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 3rem;
  text-align: center;
  opacity: 0.5;
  color: #6143ed  ;
  font-size: 90px;
  font-weight: bold;
  z-index: -1;
}

/*
* ===================================================
*    Detail page
* ===================================================
*/
.detail-slider {
  overflow: hidden;
  max-height: 400px;
}
.detail-slider img {
  visibility: hidden;
}
.detail-slider.swiper-container-horizontal img {
  visibility: visible;
}

.review {
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.review:first-of-type {
  padding-top: 1rem;
}
.review:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.review-text {
  padding-top: 1rem;
}

.text-block p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    line-height: 21px;
}
.sticky-top .h2 {
    color: #324158 !important;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 5px;
}
ul.list-unstyled.amenities li img {
    width: 20px;
}
ul.list-unstyled.amenities li span {
    color: #324158;
    font-size: 14px !important;
/*    font-family: 'Poppins';*/
    font-weight: 400;
}
ul.list-unstyled.amenities img {
    margin-right: 6px;
}
.text-block:first-of-type {
  padding-top: 0;
}
.text-block:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

/*
* ===================================================
*     Category sidebar + filter
* ===================================================
*/
.filter-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}
.filter-block:last-of-type {
  border-bottom: none;
}
.filter-block:first-of-type {
  border-top: 1px solid #e9ecef;
}

.sidebar-heading {
  margin-bottom: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em;
}

/*
* ===================================================
*     Custom form controls
* ===================================================
*/
.form-label {
  color: #6c757d;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form-control.form-control-underlined {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}

.form-control.input-items {
  width: 2rem;
  border-color: transparent;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-control.input-items:disabled {
  background: #fff;
}

.btn.btn-items {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  letter-spacing: 0;
  font-weight: normal;
  padding: 0;
  border: solid 1px #6143ed  ;
  text-align: center;
  color: #6143ed  ;
  flex-shrink: 0;
}

.input-label-absolute {
  position: relative;
}

.label-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.input-label-absolute-left .label-absolute {
  left: 0.7rem;
}
.input-label-absolute-left .form-control {
  padding-left: 2rem;
}

.input-label-absolute-right .label-absolute {
  right: 0.7rem;
}
.input-label-absolute-right .form-control {
  padding-right: 2rem;
}

.input-expand {
  position: relative;
  z-index: 50;
}
.input-expand .form-control {
  width: 100%;
  max-width: 15rem;
  transition: all 0.5s !important;
}
.input-expand.focus .form-control {
  width: 15rem !important;
}

.input-reset.focus .form-control {
  padding-right: 2rem;
}
.input-reset.focus .btn-reset {
  display: block;
}

.btn-reset {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #6c757d;
  background: none;
}
.btn-reset:focus {
  box-shadow: none;
}

.btn-collapse::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}
.btn-collapse[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}
.btn-collapse:focus {
  box-shadow: none;
}

.btn-collapse.text-primary::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-primary[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%234E66F8" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-secondary::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23e83e8c" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-secondary[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23e83e8c" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-success::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2335b653" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-success[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2335b653" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-info::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2317a2b8" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-info[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%2317a2b8" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-warning::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23ffc107" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-warning[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23ffc107" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-danger::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23dc3545" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-danger[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23dc3545" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-light::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23f8f9fa" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-light[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23f8f9fa" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-dark::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23343a40" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-dark[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%23343a40" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-muted::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eAdd%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%236c757d" stroke-miterlimit="10" stroke-width="8" d="M32 16v32m16-16H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-collapse.text-muted[aria-expanded=true]::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eMinus%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath data-name="layer1" fill="none" stroke="%236c757d" stroke-miterlimit="10" stroke-width="8" d="M48 32H16" stroke-linejoin="round" stroke-linecap="round"/%3e%3c/svg%3e');
}

.btn-muted {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-outline-muted {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.form-switch .form-check-input {
  height: 1.5rem;
}
.form-switch .form-check-input::before {
  height: 1.5rem;
}
.form-switch .form-check-label {
  margin-top: 0.3em;
}

.btn-social {
  position: relative;
  padding-left: 3rem;
}

.btn-social-icon {
  position: absolute;
  left: 1rem;
  width: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e9ecef;
}
.form-block:first-of-type {
  border-top: 1px solid #e9ecef;
}
.form-block:last-of-type {
  border-bottom: none;
}

/*
* ===================================================
*    Maps
* ===================================================
*/
.map-wrapper-450 {
  height: 450px;
}

.map-wrapper-300 {
  height: 300px;
}
.filter-box {
    border: 1px solid #ccc;
    padding: 0px 0;
    line-height: 39px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin: 0 7px;
   
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-position: right 12px center !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    color: #324158;
    position: relative;
    flex: 1;
        
}
.filter-drop-box {
    background: #fff;
    padding: 15px;
    position: absolute;
    left: 0;
    box-shadow: rgba(107, 119, 128, 0.18) 0px 4px 8px 0px, rgba(59, 65, 68, 0.05) 0px 1px 2px 0px;
    width: 270px;
    border-radius: 6px;
    top: 51px;
}
.min-price, .max-price {
    flex: 1;
    
}


.filter-drop-box  .label-vertical-list label input:checked {
    background: #0666FA;
    border-color: #0666FA;
}

.filter-drop-box  input[type="radio"] {
    flex-shrink: 0;
}
.filter-drop-box  input[type="radio"], .filter-drop-box  input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid #8a8686;
    border-radius: 3px;
    transform: translateY(-0.075em);
    margin-right: 11px;
    margin-top: 3px;
}
.filter-drop-box input[type="radio"]::before, .filter-drop-box input[type="checkbox"]::before {
    border-radius: 0;
    background-image: url(https://www.goodtolease.com//public/assets/images/checkwhite.png) !important;
    background-size: 65%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.filter-drop-box .label-vertical-list label {
    display: flex;
    align-items: center;
    margin: 4px 0;
    color: #324158;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.filter-box a{color: #324158; text-decoration: none; display: block; padding: 0px 20px;  padding-right: 38px;}
.min-price select, .max-price select{
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-position: right 12px center !important;
    
}
.filter-drop-box h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 11px;
}
.drop-box-scroll input.form-control {
    height: 40px;
    border-radius: 8px;
}
#any-price-more{width: 310px; padding: 0}
.filter-box.active-drop-box {
    background: #f6f6f6;
}
.drop-box-scroll {
    height: 300px;
    overflow: auto;
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.dash {
    margin: 0 10px;
    font-size: 25px;
    color: #888;
}
.filter-box:hover{background: #f6f6f6}
.map-full.shadow-left::before, .map-full.shadow-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
  pointer-events: none;
}
.map-full.shadow-left::before {
  box-shadow: inset 0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.15);
}
.map-full.shadow-right::before {
  box-shadow: inset 0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.15);
}

@media print {
  .map-full {
    height: 500px;
    page-break-before: always !important;
  }
}
#map {
  width: 100%;
  height: 1000px;
}

.map-side-sm .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 576px) {
  .map-side-sm {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-sm .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-md .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 768px) {
  .map-side-md {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-md .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-lg .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 992px) {
  .map-side-lg {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-lg .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-xl .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 1200px) {
  .map-side-xl {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-xl .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-xxl .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 1400px) {
  .map-side-xxl {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-xxl .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side {
  position: fixed;
  top: 72px;
  right: 0;
}
.map-side .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
.map-side .map-full {
  height: calc(100vh - 72px);
}

.map-custom-popup .leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family:  'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.map-custom-popup .leaflet-popup-content {
  margin: 0;
  background: #fff;
}
.map-custom-popup .leaflet-popup-tip {
  background: #fff;
  box-shadow: none;
}
.map-custom-popup a.leaflet-popup-close-button {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  background: #343a40 !important;
  font-weight: bold;
  line-height: 30px !important;
}
.map-custom-popup .leaflet-popup-content p {
  margin: 0 0 1rem;
}
.map-custom-popup .leaflet-popup-content a {
  color: #6143ed  ;
}
.map-custom-popup .popup-venue {
  display: flex;
}
.map-custom-popup .popup-venue .image {
  width: 200px;
  background-position: center center;
  background-size: cover;
}
.map-custom-popup .popup-venue .text {
  width: 400px;
  padding: 1rem;
}
.map-custom-popup .popup-rental .image {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}
.map-custom-popup .popup-rental .text {
  width: 300px;
  padding: 1rem;
}

.map-custom-tooltip {
  padding: 0.5rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  font-family:  'Inter', sans-serif;
  font-weight: bold;
}
.map-custom-tooltip.active {
  color: #fff;
  border-color: #6143ed  ;
  background-color: #6143ed  ;
}
.map-custom-tooltip.active:before {
  border-top-color: #6143ed  ;
}

/*
* ===================================================
*    Icons + Badges
* ===================================================
*/
.badge-transparent {
  color: #324158;
  background: rgba(248, 249, 250, 0.9);
}

.icon-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 0.5rem;
  line-height: 20px;
}
.icon-circle i {
  vertical-align: middle;
}

.icon-rounded {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
}
.icon-rounded svg,
.icon-rounded i {
  vertical-align: middle;
}
.icon-rounded.icon-rounded-sm {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.icon-rounded.icon-rounded-lg {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
}
.icon-rounded.icon-rounded-xl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.svg-icon {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  stroke: currentColor;
  stroke-width: 3;
  --layer1: currentColor;
  --layer2: currentColor;
}
.svg-icon.svg-icon-light {
  stroke-width: 2;
}
.svg-icon.svg-icon-heavy {
  stroke-width: 4;
}
.svg-icon.svg-icon-md {
  width: 30px;
  height: 30px;
}
.svg-icon.svg-icon-lg {
  width: 36px;
  height: 36px;
}

/*
* ===================================================
*    Avatars
* ===================================================
*/
.avatar {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border: #dee2e6;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  line-height: 3rem;
}
.avatar.avatar-sm {
  width: 2.0rem;
  height: 2.0rem;
  line-height: 2.5rem;
}
.avatar.avatar-lg {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
}
.avatar.avatar-xl {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.moving-cost {
    background: #f3f0ff;
    padding: 10px 13px;
    border-radius: 12px;
    margin-top: 0px;
}

.dollar-icon img {
    width: 32px;
}
.avatar.avatar-xxl {
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  line-height: 10rem;
}
.avatar.avatar-border-white {
  border: solid 0px #fff;
}
.moving-cost p {
    color: #324158;
    font-weight: 300;
    margin-bottom: 0 !important;
}
.sticky-top > div {
    border: 1px solid #D9D9D9;
    border-radius: 30px !important;
    box-shadow: none !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #fff;
}
.hide-more{display: none;}
ul.list-unstyled.amenities li span {
    color: #324158;
    font-size: 14px !important;
    /* font-family: 'Poppins'; */
    font-weight: 300;
    width: 270px;
    padding-left: 0;
}
.sticky-top > div.wtc p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}
.moving-cost p b {
    font-weight: 600;
}
.note {
    font-size: 12px;
    text-align: center;
}
/*
* ===================================================
*    Custom Nav Pills
* ===================================================
*/
.nav-pills-custom {
  flex-wrap: wrap;
}
.nav-pills-custom .nav-link {
  margin: 10px;
  color: #6143ed  ;
  border: 1px solid #6143ed  ;
  border-radius: 50px;
}
.nav-pills-custom .nav-link.active, .nav-pills-custom .nav-link:hover, .nav-pills-custom .nav-link:focus {
  color: #fff;
  background: #6143ed  ;
}
.nav-pills-custom .nav-link:first-of-type {
  margin-left: 0;
}

/*
* ===================================================
*     Testimonials
* ===================================================
*/
.testimonial-quote {
  margin-bottom: 10px;
  color: #6143ed  ;
  font-size: 1.5rem;
}

.testimonial {
  position: relative;
  margin-left: 3rem;
  padding: 4rem;
  padding-left: 70px;
}

.testimonial-text {
  color: #656565;
  font-size: 0.9rem;
  line-height: 1.8rem;
  line-height: 1.7rem;
}

.testimonial-avatar {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

@media (max-width: 1199.98px) {
  .testimonial {
    margin-top: 2rem;
    margin-left: 0;
    padding: 60px 40px 40px;
  }
  .testimonial .testimonial-avatar {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
/*
* ===================================================
*     RIBBONS
* ===================================================
*/
.ribbon {
  position: absolute;
  top: 10px;
  left: -11px;
  z-index: 999;
  display: inline-block;
  font-family:  'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 3px 15px 5px;
  color: #fff;
  text-align: center;
}
.ribbon + .ribbon {
  top: 60px;
}
.ribbon + .ribbon + .ribbon {
  top: 110px;
}
.ribbon + .ribbon + .ribbon + .ribbon {
  top: 160px;
}
.ribbon::before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  border-top: 14px solid #0926d7;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.ribbon-primary {
  background-color: #6143ed   !important;
}
.ribbon-primary::before {
  border-top-color: #0926d7;
}

.ribbon-secondary {
  background-color: #e83e8c !important;
}
.ribbon-secondary::before {
  border-top-color: #ac145a;
}

.ribbon-success {
  background-color: #35b653 !important;
}
.ribbon-success::before {
  border-top-color: #1e672f;
}

.ribbon-info {
  background-color: #17a2b8 !important;
}
.ribbon-info::before {
  border-top-color: #0c525d;
}

.ribbon-warning {
  background-color: #ffc107 !important;
}
.ribbon-warning::before {
  border-top-color: #a07800;
}

.ribbon-danger {
  background-color: #dc3545 !important;
}
.ribbon-danger::before {
  border-top-color: #921925;
}

.ribbon-light {
  background-color: #f8f9fa !important;
}
.ribbon-light::before {
  border-top-color: #bdc6d0;
}

.ribbon-dark {
  background-color: #343a40 !important;
}
.ribbon-dark::before {
  border-top-color: #060708;
}

/*
* ===================================================
*     Typography
* ===================================================
*/
.subtitle {
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: bold;
}

.label-heading {
  color: #6c757d;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.hero-heading {
  margin-bottom: 2rem;
}
.shadow.navbar-light {
/*    box-shadow: none !important;*/
}

@media (max-width: 767.98px) {
ul.list-unstyled.amenities li img {
    width: 15px;
}    
  h1.hero-heading, .hero-heading.h1 {
    font-size: 1.25rem;
  }

  h2.hero-heading, .hero-heading.h2 {
    font-size: 1rem;
  }

  h3.hero-heading, .hero-heading.h3 {
    font-size: 0.875rem;
  }
}
.text-content h1, .text-content .h1,
.text-content h2,
.text-content .h2,
.text-content h3,
.text-content .h3,
.text-content h4,
.text-content .h4,
.text-content h5,
.text-content .h5,
.text-content h6,
.text-content .h6,
.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote {
  margin-bottom: 2rem;
}

.text-content p,
.text-content ul,
.text-content ol {
  font-size: 1.1rem;
}
.text-content p, .text-content ul, .text-content ol {
    color: #324158;
}



p.lead strong {
  font-weight: bold;
}

.btn {
  letter-spacing: 0;
  font-weight: bold;
}

.btn-link:focus {
  box-shadow: none;
}

.input-group .btn {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.dropdown-menu {
    box-shadow: none;
     background: transparent;
    border-radius: 0;
}

.dropdown-menu .drop-inner{
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.175);
    background: #fff;
    border-radius: 10px;
    margin-top: 0;
    padding: 0px 0;
    overflow: hidden;
}

.dropdown-header {
  padding: 0.7rem 1.5rem;
  letter-spacing: 0.2rem;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em;
}

.blockquote {
  padding: 1rem;
  border-left: 2px solid #6143ed  ;
}

.blockquote-icon {
  padding-top: 5rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 508.044 508.044' style='enable-background:new 0 0 508.044 508.044;' fill='%23cad1fd' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M0.108,352.536c0,66.794,54.144,120.938,120.937,120.938c66.794,0,120.938-54.144,120.938-120.938 s-54.144-120.937-120.938-120.937c-13.727,0-26.867,2.393-39.168,6.61C109.093,82.118,230.814-18.543,117.979,64.303 C-7.138,156.17-0.026,348.84,0.114,352.371C0.114,352.426,0.108,352.475,0.108,352.536z'/%3E%3Cpath d='M266.169,352.536c0,66.794,54.144,120.938,120.938,120.938s120.938-54.144,120.938-120.938S453.9,231.599,387.106,231.599 c-13.728,0-26.867,2.393-39.168,6.61C375.154,82.118,496.875-18.543,384.04,64.303C258.923,156.17,266.034,348.84,266.175,352.371 C266.175,352.426,266.169,352.475,266.169,352.536z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.hr-text {
  height: auto !important;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  background: none;
  text-align: center;
  height: 1.5rem;
  opacity: 1;
}
.hr-text:before {
  content: "";
  background: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  opacity: 0.1;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.5em;
  line-height: 1.5rem;
  color: #adb5bd;
  background-color: #fff;
}

/*
* ===================================================
*    Accordion
* ===================================================
*/
.accordion-link {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: bold;
}
.accordion-link:hover, .accordion-link:focus {
  text-decoration: none;
}

/*
* ===================================================
*    Booking
* ===================================================
*/
.date-tile {
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  color: #6143ed  ;
  border-radius: 0.4rem;
  background: #e4e8fe;
  align-items: center;
  justify-content: center;
}

/*
* ===================================================
*     User & Host
* ===================================================
*/
/*
* ===================================================
*    Customer section
* ===================================================
*/
.customer-sidebar {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border: none;
}

.customer-profile {
  padding: 2rem;
  text-align: center;
  background: #f8f9fa;
  border-bottom: none;
}

.list-group.customer-nav {
  border-radius: 0;
}
.list-group.customer-nav .list-group-item {
  color: #495057;
  border-color: #e9ecef;
  font-size: 0.9rem;
  border-left: none;
  border-right: none;
}
.list-group.customer-nav .list-group-item:hover, .list-group.customer-nav .list-group-item:focus {
  text-decoration: none;
  background: #f8f9fa;
}
.list-group.customer-nav .list-group-item.active {
  border-color: #dee2e6;
  background: #dee2e6;
}
.list-group.customer-nav .list-group-item:last-child {
  border-bottom: none;
}
.list-group.customer-nav .svg-icon {
  position: relative;
  top: -2px;
}

/*
* ===================================================
*     Homepage Elements
* ===================================================
*/
.team-img {
  position: relative;
  z-index: 20;
  max-width: 100%;
}

.team-circle {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #dce0fe;
  z-index: 0;
}

.team-body {
  position: relative;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

/*
* ===================================================
*     The rest 🙂
* ===================================================
*/
body {
  position: relative;
    padding-top: 0 !important;
}

.notification-badge {
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.notification-badge.notification-badge-number {
  top: -0.1rem;
  right: -0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  font-size: 0.7rem;
  line-height: 1.2rem;
}

/*
* ===================================================
*     Daterange Picker
* ===================================================
*/
.datepicker-container-left,
.datepicker-container-right {
  position: relative;
}

.datepicker-container-left .inline-wrapper {
  position: absolute;
  left: 0;
}

.datepicker-container-right .inline-wrapper {
  position: absolute;
  right: 0;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #324158;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1050;
  border: 1px solid #e9ecef;
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.175);
  background-color: #f8f9fa;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #adb5bd;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #495057;
  font-weight: 700;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #e9ecef;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 3px;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #adb5bd;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day-subtitle {
  color: inherit;
  opacity: 0.5;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #7f90fa;
  border-radius: 0;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #324158;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #7f90fa;
  color: #fff;
  border-radius: 0;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #e83e8c;
  color: #fff !important;
  border-radius: 50%;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #7f90fa;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: #eee;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  position: relative;
  background-color: #6143ed   !important;
  color: white !important;
  border-radius: 50% !important;
  z-index: 1;
}
.date-picker-wrapper .first-date-selected:after,
.date-picker-wrapper .last-date-selected:after {
  z-index: -5;
  position: absolute;
  display: table-cell;
  content: "";
  left: 50%;
  top: 0;
  background: #6143ed  ;
  width: 50%;
  height: 100%;
}
.date-picker-wrapper .last-date-selected:after {
  left: 0;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #dee2e6;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #324158;
  z-index: 2;
  font-weight: bold;
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #dee2e6;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

/*
* ==========================================================
*      Dropzone
* ==========================================================
*/
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone {
  min-height: 150px;
  border: 1px dashed #dee2e6;
  border-radius: 0.4rem;
  background: white;
  padding: 1rem 1rem 0;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2rem 0 3rem;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
  border-radius: 0.4rem;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*
* ===================================================
*     Bootstrap select theming
* ===================================================
*/
.btn.btn-selectpicker {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #a7a6ab;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #f6f6f6;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
  color: #324158;
}

.btn.btn-form-control {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #324158;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #324158;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
  color: #324158;
  border: none;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden {
  display: none !important;
}

select.selectpicker {
  visibility: hidden;
  height: calc(1.6em + 0.75rem + 2px) !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-position: right 4px center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    padding-right: 0;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
}
.dropdown-toggle::after{display: none;}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  font-size: 0.9rem;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small, .bootstrap-select .dropdown-menu li.active .small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small, .bootstrap-select .dropdown-menu li .small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  transform: translateY(-70%);
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*
* ===================================================
*     Magnific Popup
* ===================================================
*/
button.mfp-arrow,
button.mfp-close {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: none;
}

.mfp-arrow:before {
  width: 45px;
  height: 45px;
  opacity: 0.9;
  background: center center url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.mfp-arrow-left:before {
  margin-left: 35px;
}

.mfp-arrow-right:before {
  margin-left: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.mfp-container button:focus {
  outline: none;
}

/*
* ===================================================
*     NoUI Slider theming
* ===================================================
*/
.noUi-target {
  background: #ddd;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 3px;
  margin-top: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 3px;
  height: 14px;
  right: -2px !important;
  top: -5px;
  background: #343a40;
  border: none;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: #343a40;
}

.text-primary .noUi-handle, .text-primary .noUi-connect {
  background: #6143ed  ;
}

.text-secondary .noUi-handle, .text-secondary .noUi-connect {
  background: #e83e8c;
}

.nouislider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  color: #6c757d;
  font-size: 0.875rem;
}

/*
* ===================================================
*     Swiper theming
* ===================================================
*/
.swiper-container-mx-negative {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.swiper-container-mx-negative.items-slider-full {
  margin-right: -0.75rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'#6143ed  '%2F%3E%3C%2Fsvg%3E");
  left: 30px;
  right: auto;
    background-size: 13px;
    width: 40px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23#6143ed  '%2F%3E%3C%2Fsvg%3E");
  right: 30px;
    left: auto;
    background-size: 13px;
    width: 40px;
}

.swiper-pagination-white .swiper-pagination-bullet {
  opacity: 0.6;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0666FA;
}

.dont-miss .d-flex {
    justify-content: space-between;
    align-items: center;
}

.dont-miss {
    background: #fff;
    padding: 40px 40px;
    border-radius: 30px !important;
    margin-top: 30px;
}
.dont-miss .sticky-top button.btn.btn-request-tour.mb-0 {
    background: transparent;
    border: 2px solid #0666FA;
    color: #0666FA;
    width: 190px;
    padding: 6px 0;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: 5px;
}

.dont-miss .sticky-top button img {
    width: 11px;
    margin-right: 4px;
}
.dont-miss .sticky-top button.btn.btn-primary {
    width: 190px;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
    border: 2px solid #0666FA;
}
.dont-miss .sticky-top button.btn.btn-request-tour.mb-0 {
    background: transparent;
    border: 2px solid #0666FA;
    color: #0666FA;
    width: 190px;
    padding: 6px 0;
    font-size: 13px;
    border-radius: 50px;
}
.dont-miss b {
    font-size: 22px;
    margin-bottom: 11px;
    display: block;
}
.dont-miss p {
    margin: 0 !important;
    font-weight: 300;
    font-size: 14px;
}

.swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6143ed  ;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #6143ed  ;
}

/*
* ===================================================
*    Custom Bootstrapious Utils
* ===================================================
*/
/*
   Text utils 
   ------------------------
*/
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text-serif {
  font-family: 'Inter', sans-serif !important;

}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-primary {
  text-shadow: 2px 2px 2px rgba(78, 102, 248, 0.1);
}

.mb-30px {
  margin-bottom: 1.5rem;
}

/*
    Border - 0 for table cells
   ------------------------
*/
.border-0 > th,
.border-0 > td {
  border: none !important;
}

/*
    Star checkbox
   ------------------------
*/
.form-star label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  color: #dee2e6;
  height: 1.2em;
}
.form-star label::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.4em;
  height: 1.4em;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eStar%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath d="M32 48L15 58l4-19L5 26l19-2 8-18 8 18 19 2-14 13 4 19-17-10z" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke="%23dee2e6" fill="%23dee2e6" data-name="layer1" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.form-star > input:checked ~ label::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" aria-labelledby="title" aria-describedby="desc" role="img"%3e%3ctitle%3eStar%3c/title%3e%3cdesc%3eA line styled icon from Orion Icon Library.%3c/desc%3e%3cpath d="M32 48L15 58l4-19L5 26l19-2 8-18 8 18 19 2-14 13 4 19-17-10z" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke="%23ffc107" fill="%23ffc107" data-name="layer1" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.form-star input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/*
     Colours and backgrounds
    ------------------------
*/
.bg-gray-100 {
  background: #F6F6F6 !important;
}

.text-gray-100 {
  color: #f8f9fa;
}

.bg-gray-200 {
  background: #e9ecef !important;
}

.text-gray-200 {
  color: #e9ecef;
}

.bg-gray-300 {
  background: #dee2e6 !important;
}

.text-gray-300 {
  color: #dee2e6;
}

.bg-gray-400 {
  background: #ced4da !important;
}

.text-gray-400 {
  color: #ced4da;
}

.bg-gray-500 {
  background: #adb5bd !important;
}

.text-gray-500 {
  color: #adb5bd;
}

.bg-gray-600 {
  background: #6c757d !important;
}

.text-gray-600 {
  color: #6c757d;
}

.bg-gray-700 {
  background: #495057 !important;
}

.text-gray-700 {
  color: #495057;
}

.bg-gray-800 {
  background: #343a40 !important;
}

.text-gray-800 {
  color: #343a40;
}

.bg-gray-900 {
  background: #324158 !important;
}

.text-gray-900 {
  color: #324158;
}

.bg-primary-100 {
  background: theme-color-level("primary", -12);
}

.bg-primary-light {
  background-color: #e4e8fe;
}

.bg-secondary-light {
  background-color: #fce2ee;
}

.bg-success-light {
  background-color: #e1f4e5;
}

.bg-info-light {
  background-color: #dcf1f4;
}

.bg-warning-light {
  background-color: #fff6da;
}

.bg-danger-light {
  background-color: #fae1e3;
}

.bg-light-light {
  background-color: #fefefe;
}

.bg-dark-light {
  background-color: #e1e1e2;
}

.badge-primary-light {
  color: #6143ed  ;
  background-color: #e4e8fe;
}

.badge-secondary-light {
  color: #e83e8c;
  background-color: #fce2ee;
}

.badge-success-light {
  color: #35b653;
  background-color: #e1f4e5;
}

.badge-info-light {
  color: #17a2b8;
  background-color: #dcf1f4;
}

.badge-warning-light {
  color: #ffc107;
  background-color: #fff6da;
}

.badge-danger-light {
  color: #dc3545;
  background-color: #fae1e3;
}

.badge-light-light {
  color: #f8f9fa;
  background-color: #fefefe;
}

.badge-dark-light {
  color: #343a40;
  background-color: #e1e1e2;
}

.table-hover tbody tr.no-stripe {
  --bs-table-accent-bg: $white;
}

.table-hover tbody tr.no-hover:hover {
  background-color: transparent !important;
}

/*
     Transparent overlays
    ------------------------
*/
.light-overlay,
.dark-overlay,
.gradient-overlay {
  position: relative;
  overflow: hidden;
}
.light-overlay .overlay-content,
.dark-overlay .overlay-content,
.gradient-overlay .overlay-content {
  position: relative;
  z-index: 20;
}
.light-overlay::after,
.dark-overlay::after,
.gradient-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0.3;
  background: #000;
}

.light-overlay::after {
  opacity: 0.3;
  background: #fff;
}

.gradient-overlay::after {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.65) 100%);
}

/*
     Other
    ------------------------
*/
.overflow-visible {
  overflow: visible !important;
}

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

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

.left-box {
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.7);
}

.hover-scale {
  transition: all 0.2s ease-in-out;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.hover-animate {
  transition: all 0.2s ease-in-out;
}
.hover-animate:hover, .hover-animate:focus {
  transform: translate3d(0, -2px, 0);
}

.hover-scale-bg-image .bg-image {
  transition: all 0.2s ease-in-out;
}
.hover-scale-bg-image:hover .bg-image, .hover-scale-bg-image:focus .bg-image {
  transform: scale(1.05);
}

.tile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 30;
}

.close-absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

img.bg-image {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}

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

.full-screen {
  height: calc(100vh - 72px);
}

.mh-full-screen {
  min-height: 100vh;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .mh-full-screen {
    height: 100vh;
  }
}

.list-group {
  border-radius: 0.4rem;
}

@media print {
  .shadow-print-0 {
    box-shadow: none !important;
  }

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

  .p-print-0 {
    padding: 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card {
    display: block;
  }

  .card-img-top,
.card-img-bottom,
.card-img {
    width: auto;
    min-width: 100%;
    height: auto;
  }
}
/*
* ===================================================
*     Docs
* ===================================================
*/
.docs-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
}
.docs-item:first-of-type {
  padding-top: 0;
}
.docs-item:last-of-type {
  border-bottom: none;
}
.docs-item .docs-desc {
  color: #6c757d;
}
.docs-item .docs-desc p.lead {
  color: #324158;
}

.sidebar-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}
.sidebar-block:last-of-type {
  border-bottom: none;
}
.sidebar-block:first-of-type {
  padding-top: 0;
}

.sidebar-heading {
  margin-bottom: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 160px;
  right: 0px;
  border-radius: 0;
  z-index: 2;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.style-switch-select {
  height: auto !important;
}

#style-switch {
  width: 300px;
  position: fixed;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 213px;
  right: 0;
  background: #fff;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
#style-switch h4, #style-switch .h4 {
  color: #495057;
}
.cities__item {
    position: relative;
    margin-bottom: 0px;
    border-radius: 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    overflow: hidden;
}
#newsletter-form input.form-control.bg-transparent.border-dark.border-end-0 {
    border: 1px solid;
}
.features p {
    line-height: 23px;
}
.features .icon-rounded img {
    width: 28px;
}
footer.position-relative.z-index-10.d-print-none .list-unstyled li a {
    color: #000 !important;
    padding: 3px 0 !important;
    display: block;
    font-size: 14px;
}
#home-all-listing .card-title a {
    font-size: 15px;
    font-weight: 600;
}
.hover__box__thumb {
    overflow: hidden;
    display: block;
    position: relative;
}
.cities img {
    opacity: 0.9;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    max-width: 100%
}
.cities__item .cities__name {
    position: static;
    top: 25px;
    left: 25px;
    opacity: 0.9;
    text-transform: none;
    color: #121212;
    font-weight: 600;
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 4px;
}
.short-add {
    display: flex;
    align-items: center;
}
.short-add span {
    font-size: 12px;
}
.short-add span:nth-child(2) {
    font-size: 16px;
    margin: 0 6px;
}
.cities__item  p.price b {
    font-size: 15px;
}

.cities__item p.price {
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 600;
}
.reviews {
    display: flex;
    flex-wrap: wrap;
}
.reviews > div {
    width: 50%;
}
.profile-side-menu {
    max-width: 300px;
    flex: 1;
}
.profile-side-menu {
    max-width: 70%;
    flex: 1;
    height: 100%;
    position: fixed;
    top: 70px;
    bottom: 0;
    background: #fff;
    width: 280px;
    z-index: 999;
}
div#modal .modal-dialog.modal-lg {
    margin-top: 130px;
}
div#modal .close {
    border: none;
    background: none;
    font-size: 27px;
}
.monthly-payments{position: relative}
.monthly-payments span.error_regitration {
    position: absolute;
    bottom: -17px;
}
/*
span.error_regitration {
    position: absolute;
    bottom: -18px;
}
*/
p.text-blue {
    color: #0666FA;
}

.d-flex.justify-content-center.align-items-center.select-save-doc p {
    margin: 0;
    padding: 0;
}
.swiper-wrapper .card.h-100.border-0 {
    border-radius: 0 0 20px 20px;
}
.d-flex.justify-content-center.align-items-center.select-save-doc p.text-blue {
    color: #222;
    font-weight: 500 !important;
}
.d-flex.justify-content-center.align-items-center.select-save-doc {
    border: 2px dashed #d9d9d9;
    border-radius: 15px;
    padding: 50px 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

#applyNow #apply-now-box #uppload .d-flex.justify-content-center.align-items-center.select-save-doc {
    border: none;
    border-radius: 20px;
    padding: 50px 0;
    background: #f6f6f6;
}

#applyNow #apply-now-box #uppload  .select-save-doc .pdf-block {
    background: white;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
}
#applyNow #apply-now-box #uppload .pdf-block img {
    width: auto !important;
    height: 37px;
}
#applyNow div#apply-now-box p.text-muted {
    font-size: 10px;
    letter-spacing: 0;
    color: #a6a6a6;
    margin-top: 8px;
}
.upload-application{
        justify-content: center;
    width: 100%;
}

div#apply-now-box button.btn.btn-blue:hover{
    background: #1e74f9;
}

#applyNow .apply-submit.mb-2.mt-2 {
    width: 250px;
    margin: 0 auto 20px !important;
}

.d-flex.justify-content-center.align-items-center.select-save-doc p.text-muted {
    font-size: 11px;
    color: #5a5a5a !important;
}
.lease-term{position: relative;}
.profile-side-menu:before {
    content: "";
    width: 1000px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: 100%;
}
.profile-side-menu .avatar.avatar-xxl {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
    line-height: 10rem;
}
.profile-side-menu ul{list-style: none}
.profile-container {
    margin-left: 280px;
}
/*
.profile-container {
    margin-left: 250px;
    left: 0;
    padding: 105px 40px;
    right: 0;
}
*/
.profile-container {
    margin-left: 320px;
    /* position: absolute; */
    left: 0;
    padding: 105px 0;
    right: 0;
    width: calc(100% - 320px);
}
/*
.mw800 {
    max-width: 700px;
    width: 700px;
    margin: 0 auto;
    margin-left: 55px;
}
*/
.header li.nav-item.dropdown.ms-lg-3.text-white img {
    margin-right: 0px !important;
}
.mw800 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
}
.listing-success-btn a.btn.btn-no-border {
    border: none;
    margin-top: 6px;
}
.listing-success-btn a.btn.btn-no-border:hover {
    color: #0666FA;
}
.step-next-back-wrapper {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: auto;
    /* right: 30%; */
/*    right: 0;*/
    padding: 10px 20px;
    box-shadow: none;
/*    left: 0;*/
    background: #ffffffab;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* overflow: hidden; */
    z-index: 9;

}
.container-bottom {
    width: auto;
    margin: 0 101px;
}
.next-step-btn {
    text-align: right;
}
.form-group {
    margin-bottom: 30px;
}
.step-title {
    color: #324158;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.form-label {
    color: #324158 !important;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}
.pro-tips {
    color: #0666FA;
    background: #E2DCF6;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 11px;
    margin-top: 10px;
    font-weight: 500;
}
.pro-tips b {
    font-weight: 600;
}
.step-box {
    background: #efeeff;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 15px;
    color: #0666FA;
    font-weight: 600;
    font-size: 12px;
}

.or {
    display: flex;
    max-width: 100px;
    width: 100px;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    color: #222;
    margin: 20px auto;
}
.or hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
    background: #000;
    border-bottom: 1px solid #000;
    height: 2px;
    display: block;
    width: 40px;
    margin: 9px 6px;
}
input[type="file"] {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
.step-wrapper .form {
    padding: 10px 0;
    margin: 11px 0;
}
.step-wrapper .form  .form input {
    border: 1px solid #d9d9d9 !important;
    padding: 15px 14px;
    color: #324158;
}
.form-group input[type="checkbox"] {
    border: 1px solid #ffffff;
    width: 1.15em;
    height: 1.15em;
    float: left;
    margin-right: 6px;
}
.next-step-btn button {
    background: #0666FA;
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid #0666FA;
}
.upload-agrement {
    border: 3px dashed #D9D9D9;
    padding:0;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    width: 250px; height: 150px; display: flex; align-content: center; justify-content: center;
}

.number-details > div {
    display: flex;
    align-items: center;
}
.number-details img {
    width: 13px;
    margin-right: 7px;
    height: auto !important;
    max-width: 21px;
    flex-shrink: 0;
    flex-grow: inherit;
    min-height: inherit;
    aspect-ratio: 1 / 1;
    float: left;
}
.upload-placeholder.agrementuploded {
    width: 250px;
    object-fit: cover;
    height: 144px;
    border-radius: 8px;
}    
.upload-placeholder{width: 100px}
.label-vertical-list {
    display: flex;
    flex-direction: column;
}
/* Custom input */
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}

.form-control + .form-control {
  margin-top: 1em;
}
input[type="radio"], input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 2px solid #324158;
    border-radius: 50%;
    transform: translateY(-0.075em);
}



.profile-container input[type="radio"], .profile-container input[type="checkbox"] {
       appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid #8a8686;
    border-radius: 3px;
    transform: translateY(-0.075em);
    margin-right: 11px;
}

.step-wrapper p {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Inter';
    padding-top: 11px;
    padding-bottom: 11px;
}
#propertytype{
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-position: right 21px center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}
select#bedroom, select#reasons {
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-position: right 21px center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}
select#bathroom {
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-position: right 21px center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}
div#ownership_document_validate {
    margin-top: -25px;
    margin-bottom: 25px;
}
/*
.area-measurment span.error_regitration {
    position: absolute;
    bottom: -19px;
}
*/
#tour-request-reject .apply-submit {
    margin-top: 8px;
}
.profile-container .label-vertical-list label input:checked {
    background: #0666FA;
    border-color: #0666FA;
}

input[type="radio"] {
  /* ...existing styles */

  display: grid;
  place-content: center;
}
input[type="radio"]::before, input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.profile-container input[type="radio"]::before, .profile-container input[type="checkbox"]::before {
    border-radius: 0;
    background-image: url(https://www.goodtolease.com//public/assets/images/checkwhite.png) !important;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
#step1 .lease-term input[type="checkbox"]::before {
    border-radius: 0;
    background-image: url(https://www.goodtolease.com//public/assets/images/checkwhite.png) !important;
    background-size: 65%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}
input[type="radio"] {
  /* ...existing styles */
  display: grid;
  place-content: center;
}

input[type="radio"]::before, input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
    background: #0666FA;
}
.header li.nav-item.dropdown.ms-lg-3.text-white .arrow img {
    filter: invert(1);
}

input[type="radio"]:checked::before, input[type="checkbox"]:checked::before {
  transform: scale(1);
}
/* Custom radio */

.label-vertical-list label {
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #2C016D;
    font-weight: 500;
    font-size: 15px;
}
.form-group .form-label span {
    font-weight: 400;
}
.input-group-prepend {
    border: 1px solid #d9d9d9 !important;
    border-right: 0 !important;
    border-radius:10px 0 0 10px;
}
.flex-direction-column{flex-direction: column;}
.input-group-prepend + input{
        border-left: none !important;
}
.in-review-btn {
    background: #F6F5FF;
    padding: 8px 20px;
    color: #0666FA;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
}
.add-more-side {
    height: 100%;
    align-items: center;
    display: flex;
    height: 40px;
}
.drop-dots-menu {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.drop-dots-menu img {
    width: 32px;
    text-align: right;
    display: flex;
    justify-content: end;
}
.in-review-btn.Expired {
    color: #FF3131;
    background: #FFF1F1;
}
.in-review-btn.Draft {
    background: #FFF7F2;
    color: #FF914D;
}

.in-review-btn.Approved {
    background: #EFFFFA;
    color: #00944D;
}
.profile-container .label-vertical-list label {
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #324158;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}
.available-from img {
    position: absolute;
    width: 20px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
td.active.day {
    background: #0666FA !important;
    border-radius: 50%;
}
.available-from {position: relative;}
.agree .label-vertical-list  {
    display: flex;
    align-items: flex-start;
}
.agree  label {
    align-items: flex-start !important;
}
.label-vertical-list label input {
    margin-right: 7px;
    float: left;
    margin-top: 2px;
}

.upload-lease p small {
    color: #2C016D;
    font-size: 12px;
    font-weight: 500;
}
.text-dark-blue{
    color: #2C016D;
    font-weight: 500;
}
.profile-container input[type="radio"], .profile-container input[type="checkbox"] {
    flex-shrink: 0;
}

.fz13{font-size: 13px;}
.secure img{ width: 15px;}
.secure p {
    color: #0666FA;
    font-size: 12px;
}
.secure {
    margin-top: 13px;
}
.counter {
    font-size: 12px;
}
.profile-container h1 {
    color: #324158;
    font-size: 20px;
    font-weight: 700;
}
.edit-delete-add-card .action-btn a {
    background: #f6f6f6;
    width: 80px;
    padding: 7px 0;
    display: inline-block;
    color: #324158;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 35px;
}
.edit-delete-add-card .card-holder-name {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.edit-delete-add-card  .ppm.text-right img {
    width: 15px;
    height: 15px;
    margin-right: 5px
}
.edit-delete-add-card .ppm.text-right {
    margin-top: 10px;
}
.pay-w-box p {
    margin: 0;
}
.pay-w-box .divider {
    background: #D9D9D9;
    height: 1px;
    margin-right: -20px;
    margin-left: 36px;
}
.edit-delete-add-card .ppm.text-right p {
    font-size: 12px;
    margin-top: 12px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.edit-delete-add-card .ppm{align-items: center}
p.expiry-date {
    margin: 0;
    font-size: 12px;
}
.prev-step-btn button {
    border: 1px solid #0666FA;
    padding: 10px 30px;
    border: 2px solid #0666FA;
    border-radius: 50px;
    color: #0666FA;
}
.share {
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 9;
}
.share a {
    background: #51515199;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 4px 12px;
    border-radius: 60px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.share a img {
    height: 16px;
    float: left;
    margin-right: 0;
/*    filter: invert(1);*/
}
.page-title h3 {
    margin-bottom: 0;
}
.send-nessage-btn button.btn.btn-primary.hide-on-mob {
    padding: 12px 30px;
}
.share {
    position: absolute;
    right: 22px;
    top: 28px;
    z-index: 9;
    display: flex;
}
.share a {
    text-decoration: none;
/*    background: #fff;*/
    padding: 6px 12px;
    border-radius: 60px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 11px;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share a:hover {
    background: #2b2b2b42;
}
.description-box {
    margin-bottom: 15px;
}
.similar-slider .share {
    position: absolute;
    right: 14px;
    top: 9px;
    z-index: 9;
    display: flex;
}
.max100{max-width: 100%}
.cover {
    background: #fff;
    padding: 10px 0 0;
    border-radius: 15px;
    margin-top: 20px;
}
button.btn.btn-verify {
    background: #E2DCF6;
    border-radius: 50px;
    display: block;
    color: #0666FA;
    font-weight: 600;
    width: 100%;
    height: 100%;
    font-size: 15px;    
}
.cover-image-wrapper .user {
    margin-top: -70px;
    margin-left: 20px;
}
.cover-image-wrapper .user img{
    width: 100%
}
.cover-image-wrapper .user {
    margin-top: -46px;
    margin-left: 20px;
    width: 100px;
}
select.form-control {
    background-image: url(../images/select-arrow.svg);
    /* width: 31px; */
    /* height: 16px; */
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 86% center;
}
.big-image {
    border: 3px dashed #D9D9D9;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
}
.big-image-cover{width: 250px}

.image-box {
    border: 3px dashed #D9D9D9;
    border-radius: 10px;
    /* margin: 0 10px; */
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.side-upload-image-panel .image-box {
    border: 3px dashed #D9D9D9;
    border-radius: 10px;
    /* margin: 0 10px; */
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    aspect-ratio: 1 / 1;
    background: #fff;
}
.side-upload-image-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


.form .container-inn {  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "bigbox bigbox b2 b3"
    "bigbox bigbox b4 b5"
    "b6 b7 b8 b9"
    "b10 b11 b12 b13";
    gap: 10px;
    width: 100%;
    margin: 0;
    
}

.form  .upload-wrapper{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.form .container-inn > div {
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    border: 2px dashed #d9d9d9;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.upload-box img {
    width: 70px;
    margin: 0 auto;
}
.upload-box {
    width: 100%;
    text-align: center;
}
.upload {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary-image {
    background: #F6F6FF;
    margin: 0 40px;
    color: #0666FA;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 14px;
}
.upload-box p {
color: #9C9C9C;
    font-size: 13px;
    margin-top: 9px;
    font-weight: 400;
}
.fz12{font-size: 12px;}
.upload input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.fz12m{
        font-size: 14px;
    align-items: center;
    display: flex;
    margin-top: 10px;
    color: #324158;
}
.upload {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.form .container > div:hover {
    border-color: #32415873;
}
.bigbox ~ div p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
}
.add-more {
    color: #0666FA;
    text-align: center;
    font-weight: 500;
    margin: 50px 0;
    text-decoration: none;
    margin-bottom: 0;
}

.bigbox ~ div img {
    width: 45px;
}
.bigbox { grid-area: bigbox; background:#fff;    border-radius:15px }

.b2 { grid-area: b2; background:#fff}

.b3 { grid-area: b3; background:#fff}

.b4 { grid-area: b4; background:#fff}

.b5 { grid-area: b5; background:#fff}

.b6 { grid-area: b6; background:#fff}

.b7 { grid-area: b7; background:#fff}

.b8 { grid-area: b8; background:#fff}

.b9 { grid-area: b9; background:#fff}

.b10 { grid-area: b10; background:#fff}

.b11 { grid-area: b11; background:#fff}

.b12 { grid-area: b12; background:#fff}

.b13 { grid-area: b13; background:#fff}
.image-box img{width: 80px}
.add-more a {
    text-decoration: none;
}
.add-more a img {
    width: 15px;
}
.listing-received h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    font-weight: 700;
    margin-left: 9px;
}
.listing-received {
    align-items: center;
}
.listing-received.d-flex img {
    width: 40px;
}
.listing-received {
    margin-bottom: 22px;
}
.review-listing {
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
}
.listing-image-preview {
    width: 120px;
}
.listing-image-preview {
    width: 100px;
    margin-right: 15px;
    height: 100px;
    flex-shrink: 0;
}
.d-flex.scheduling-box .listing-image-preview {
    width: 100px;
    margin-right: 22px;
}
.d-flex.scheduling-box + div .drop-dots-menu {
    margin-top: 7px;
}
.d-flex.scheduling-box .listing-details-prev {
    margin-top: 7px;
}
.listing-image-preview img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.listing-expired-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-weight: 600;
}
.slt img {
    width: 20px;
}
.slt .add {
    margin-left: 12px;
}
.search a, .add a {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.listing-expired-box h3 img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.review-listing.mb-3.listing-expired-box  p {
    font-size: 14px;
    margin-left: 31px;
    line-height: 21px;
}
.review-listing.mb-3.listing-expired-box button.btn.btn-primary {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-top: 20px;
}
.review-listing.mb-3.listing-expired-box {
    padding: 30px 30px;
    margin-top: 20px;
}
.drop-dots-menu{cursor: pointer}
.d-flex.number-details > div {
    background: #F6F6F6;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 12px;
    border-radius: 45px;
}
.listing-details-prev {
    text-align: left;
}
.user-application .listing-details-prev {
    max-width: 260px;
} 
.user-application .listing-details-prev .price {
    font-weight: 600;
    color: #324158;
    margin-top: 13px;
    font-size: 12px;
}
.user-application .listing-details-prev h6 {
    color: #324158;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.review-listing {
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    max-width: 100%;
}
.in-review:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #0666FA;
    position: absolute;
    left: -16px;
    top: 3px;
    border-radius: 50%;
}

.in-review {
    white-space: nowrap;
    color: #0666FA;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}
.listing-details-prev .price {
    font-weight: 600;
    color: #324158;
    margin-top: 16px;
    font-size: 14px;
}
.listing-details-prev h6 {
    color: #324158;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.d-flex.payment-successfull-inn.pending {
    color: #FF914D;
}
.d-flex.payment-successfull-inn.rejected {
    color: #ff3131;
}
.gray-btn{background: #f6f6f6; color: #a6a6a6; border-color: #f6f6f6}

.d-flex.number-details {
    gap: 9px;
}

/*
.add-more {
    color: #0666FA;
    text-align: center;
    font-weight: 500;
    margin: 30px 0;
    text-decoration: none;
}
*/
.profile-side-menu ul li a {
    color: #2C016D;
    padding: 12px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.profile-side-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 5px;
}
.applicant-details button:hover {
    color: #0666FA;
}
.profile-side-menu h3 {
    margin-top: 35px;
    font-size: 19px;
    margin-left: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}
.user-info {
    margin-left: 46px;
}    
    .user-info a:hover{background: none}
.user-info img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}    
    .user-info img{
       transition: all 0.5s ease; 
    }    
.profile-side-menu ul li a {
    color: #324158;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    border-radius: 50px;
    padding-left: 15px;
    margin-bottom: 3px;
}
.Lease-Files .review-listing {
    padding: 40px 40px;
    margin-top: 30px;
    border: 1px solid #d9d9d9;
}
.Lease-Files .agrement-pdf {
    border: 1px solid #fff;
}
.Lease-Files .agrement-pdf p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.Lease-Files .d-flex.payment-successfull-inn.accepted {
    background: #EEFFFA !important;
    display: inline-block;
    padding: 4px 6px;
    /* float: left; */
    /* height: 50px; */
    border-radius: 8px;
}
.Lease-Files .d-flex.payment-successfull-inn.accepted.pending.mt-0 {
    background: #E7E5FF !important;
    color: #776BFF !important;
}
.Lease-Files .review-listing .login-form.home-video.about-us {
    margin-top: 0;
}
.appointment-detail img {
    width: 16px;
    height: auto;
    margin-right: 8px;
}
.appointment-detail {
    margin: 7px 0;
    display: block;
}

.appointment-detail h5 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.appointment-detail ul {
    list-style: none;
    padding: 0;
    padding-left: 27px;
}
.appointment-detail li {
    display: flex;
    font-size: 15px;
    padding: 2px 0;
}
.appointment-detail li img {
    margin-left: 5px;
    width: 13px;
    height: 13px;
}

.appointment-detail li {
    display: flex;
    font-size: 12px;
    padding: 3px 0;
    align-items: center;
}
 .scheduling-box .number-details .city img {
    width: 12px;
}
 .scheduling-box .d-flex.number-details > div {
    padding: 6px 10px;
}
.scheduling-box .d-flex.number-details {
    margin-left: 26px;
}
.profile-side-menu ul li a.active {
    background: #F3EFFF;
}
.number-details img.google-calender {
    width: auto !important;
    max-width: none !important;
    height: 17px !important;
    aspect-ratio: auto !important;
    margin-left: 5px !important;
}
.profile-side-menu .avatar.avatar-xxl {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 10rem;
    border: none;
    padding: 0 !important;
    margin-left: 20px;
    margin-right: 13px;
}
.user-detail h5{color: #0666FA}
.user-detail {
    text-align: left;
}
.user-detail h5 {
    color: #0666FA;
    font-weight: 500;
    margin-bottom: 0;
}
.user-detail .user-name{color: #2C016D}
.user-detail .user-name {
    color: #2C016D;
    font-weight: 500;
}
a.logout {
    color: #0666FA!important;
}

.calendar{background-image:url('../images/calendar.svg') }
.calendar {
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 25px;
}
.success-box.text-center.step5 h2 {
    color: #2C016D;
    font-weight: 500;
}
.success-box.text-center.step5 img {
    width: 60px;
    margin-bottom: 10px;
}
.success-box.text-center.step5 p {
    font-size: 14px;
    max-width: 360px;
    margin: 10px auto 50px;
    color: #121212;
    font-weight: 500;
    line-height: 20px;
}
.listing-success-btn button {
    background: #0666FA;
    display: inline-block;
    color: #fff;
    border-radius: 45px;
    padding: 14px 40px;
    font-weight: 600;
    font-size: 15px;
}
.br10{border-radius: 10px}
.listing-success-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 13px 0px 0px;
}
.listing-success-btn a {
    color: #0666FA;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 40px;
}
button.btn.btn-createlisting:hover {
    background: #482ac0;
    color: #fff;
}
.next-step-btn button:hover {
    background: #2979f3;
    border-color: #2979f3;
}
.prev-step-btn button:hover {
    background: #e9e9e9;
}
.save-info {margin-bottom: 50px}
.save-info input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #0666FA;
    float: left;
    margin-right: 6px;
}
.cover-image-wrapper .user {
    margin-top: -46px;
    margin-left: 60px;
    width: 100px;
    position: relative;
    cursor: pointer;
}
cover-image-wrapper .cover {
    position: relative;
}
.cover-image-wrapper .cover .cam-icon {
    position: absolute;
    transform: inherit;
    right: -2px !important;
    left: inherit;
    bottom: 10px;
    top: -2px;
    background: #ffffff;
}
a.btn-default.search-listing-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #4034cd;
}
.cam-icon img {
    height: auto !important;
    border-radius: 0 !important;
}
.user .cam-icon {
    border: 5px solid #F6F6F6;
    right: -10px !important;
    position: absolute;
    bottom: -10px !important;
    left: inherit;
    top: inherit;
    background: #fff;
    transform: none;
}
.home-video video {
    width: 100%;
    position: absolute;
    top: -110px;
    left: 0;
    /* display: none; */
    width: 572px !important;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.upload-lease-inner {
    height: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
     margin-bottom: 20px;
     margin-top: 20px
}
.upload-lease-inner .pdf-block {
    /* margin-right: 0 !important; */
    margin: 0 auto 10px;
}
a.btn-default.search-listing-btn {
    margin-top: 90px;
    top: 20px;
    position: relative;
}
.about-us .mw500 {
    max-width: 820px;
    width: 780px;
    height: 292px;
}

.about-us  .popup-inner > div.p-50 {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.about-us .mw500 {
    max-width: 820px;
    width: 680px;
    height: 292px;
}
.about-us .mw500 {
    max-width: 820px;
    width: 680px;
    height: auto;
    margin-top: 0px;
    padding: 16px 0;
    overflow: hidden;
}
.about-us .popup-inner > div {
    padding: 45px 70px;
}
.about-us .popup-header img {
    width: 20px;
    margin-top: -8px;
}
#signuppopup select#ownerstatus {
    height: 45px !important;
    border-radius: 8px;
}
.login-form.home-video {
    margin-bottom: 24px;
    margin-top: 25px;
}

.popup-wrapper.about-us {
    background: #fff;
    position: fixed;
    z-index: 99999;
    background: #00000070;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
}

.about-us .popup-header {
    color: #324158;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-us p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #324158;
    font-size: 14px;
    line-height: 21px;
}

.about-us select#propertytype {
    background-image: url('https://www.goodtolease.com//public/assets/images/arrow-selection.png') !important;
    background-position: right 21px center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}

.about-us button.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 8px;
}


.cover-image-wrapper .user > img {
    border: 5px solid #F6F6F6;
}
.header .serach-side{display: none;}
.cover-image-wrapper .cover{position: relative;}
.cam-icon {
    width: 30px;
    background: #ffffff96;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cam-icon img {
    width: 60% !important;
}
.cover-image-wrapper {
    margin-bottom: 30px;
}
.dollar-icon {
    margin-right: 7px;
}
.dollar-icon p.mb-0 {
    color: #2C016D;
    font-weight: 500;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-30 {
    margin-top: 30px;
}
.search-bar-wrapper input {
    background: #eeeeee;
    border: none;
    height: 45px;
    width: 380px;
    padding: 0 13px;
    color: #000;
    border-radius: 10px;
    font-size: 14px;
}
.search-bar-wrapper button img {
    width: 20px;
    margin-top: 5px;
}

.search-bar-wrapper button {
    position: absolute;
    right: 0;
}
.search-bar-wrapper {
    position: relative;
}
.nav-item.dropdown a{color: #000}
.nav-item.dropdown a {
    color: #324158;
    font-weight: 500;
    text-decoration: none;
    line-height: 20px;
    margin-left: 0px;
    display: inline-block;
    display: flex;
    align-items: center;
}
/*
.nav-item.dropdown a:hover {
    color: #000;
    
}
*/
.nav-item.dropdown a:hover {
    background: #f6f6f6;
    color: #0666FA;
}
a#userDropdownMenuLink {
    margin-left: 8px;
}

a#userDropdownMenuLink:hover {
    background: transparent;
}
li.nav-item {
    position: relative;
}
span.purple-dot {
    background: #6143ed;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 4px solid #fff;
    box-sizing: content-box;
    z-index: 9;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.what-good {
    background: #fff;
    text-align: center;
    padding: 70px 50px;
    margin: 0 120px;
    border-radius: 25px;
}
.d-flex.align-items-center.logo-main {
    margin-left: 60px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    padding-right: 46px !important;
}    
.logo-main {
    margin-left: 60px;
}    
.what-good h2 {
    margin-bottom: 40px;
}
.what-good h2, #form-support h2 {
    margin-bottom: 40px;
    color: #324158;
    font-weight: 700;
    font-size: 37px;
}
.what-good p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}
.search-line p {
    color: #fff !important;
}
.what-good.purple-bg h2 {
    color: #fff;
    font-weight: 300;
    padding-top: 33px;
    
}   

.how-it-work-inner h2 {
    font-size: 22px;
    font-weight: 500 !important;
}    
    .purple-bg *{color: #fff}    
.dropdown-item {
    text-transform: capitalize;
}
.how-it-work {
    max-width: 100%;
    margin: 0 auto;
}
.icon img {
    width: 60%;
}

.icon {
    width: 100px;
    margin: 0 auto;
}
 
.pd h2 {
    margin-top: 25px !important;
    padding-top: 0 !important;
}        
.how-it-work-inner {
    text-align: left;
}

.how-it-work-inner h2 {
    margin-bottom: 10px;
}
.how-it-work-inner {
    text-align: left;
}

.how-it-work-inner h2 {
    margin-bottom: 10px;
    margin-top: 40px;
}
.how-it-work-inner h2 {
    font-size: 20px;
}
.what-good.purple-bg > p {
    margin: 0 100px 70px;
    line-height: 21px;
}
.how-it-work-inner h2 img {
    border-radius: 50%;
    width: 40px;
    margin-left: -58px;
    margin-right: 10px;
}
.accordion p {
    width: 70%;
    color: #324158;
    font-size: 15px;
}
.nav-bottom {
    clear: both;
    position: fixed;
    top: 94px;
    background: #ffffffab;
    width: 100%;
    left: 0;
    z-index: 99;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.nav-bottom .nav-bot {
    padding: 0 104px;
    display: flex;
    justify-content: space-between;
}
.serach-side img {
    width: 100%;
    border-radius: 5px;
}
.serach-side {
    width: 39px;
    margin-top: 10px;
    margin-right: 10px;
}
.pd {
    padding: 0 20px;
}

.nav-bottom .nav-bot ul li a {
    padding: 20px 0;
    display: block;
    color: #324158;
    font-weight: 500;
    font-size: 13px;
    transition: none !important;
}
.nav-bottom .nav-bot ul li {
    margin: 0 0;
}    
.nav-bottom .nav-bot > ul > li > a {
    padding-left: 23px;
    padding-right: 23px;
}
.nav-bottom .nav-bot ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}    
.accordion-wrapper .accordion h3 {
    margin-bottom: 0px;
    color: #324158;
    font-weight: 600;
    font-size: 15px;
}        
.accordion.acordion-active h3 {
/*    margin-bottom: 20px;*/
}   
.accordion-wrapper .accordion p {
    /* gap: 20px !important; */
    /* display: flex; */
     margin-top: 33px;
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;    
}
select#ownerstatus {
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-position: right 21px center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}
.accordion.acordion-active {
/*    background: #e0e0e0;*/
}    
.accordion-wrapper    .accordion{cursor: pointer}  
    .accordion-wrapper    .accordion:hover{
/*        background: #f1f1f1;*/
    }    
.footer-inner .copyright img.foot-logo {
    width: 130px;
    margin-bottom: 12px;
}    
button.btn.btn-get-started:hover {
    padding-left: 50px;
    padding-right: 60px;
}

button.btn.btn-get-started {
    background: #fff;
    width: 80%;
    border-radius: 50px;
    color: #0666FA;
    padding: 15px 0;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: auto;
    font-weight: 500;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
}    
button.btn.btn-get-started + p {
/*    margin: 0 160px;*/
    margin-bottom: 0px;
}
    .accordion {
    background: #f6f6f6;
    padding:25px 30px;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 15px;
}
button.btn.btn-get-started:hover img {
    transform: translateX(10px);
}
button.btn.btn-get-started img {
    transition: all 0.5s ease;
}
.accordion h3 img {
    width: 15px;
    opacity: 0.7;
    margin-left: 10px;
}
.accordion h3 {
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}  
li.nav-item.notification-icon img {
    width: 25px;
    position: relative;
}
.what-good h2 b {
    font-weight: 600;
}
.search-line {
    text-align: center;
    margin-top: 34px;
}    
    .search-line p{font-weight: 400;
    font-size: 15px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5)}
.search-line p a img {
    transition: all 0.5s ease;
}

.search-line p a:hover img {
    transform: translateX(-5px);
}
.search-line p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.see-listing-btn img, .send-mes img{width: 20px; margin-left: 8px}
.see-listing-btn{padding: 18px 40px; transition: all 0.5s ease; padding-right: 30px;}
.see-listing-btn:hover {
    padding-left: 50px;
    padding-right: 45px;
}
button.btn.btn-get-started img {
    width: 22px;
    margin-left: 8px;
}
.see-listing-btn img, .send-mes img {
    transition: all 0.5s ease
}
.see-listing-btn:hover img, .send-mes:hover img {
    margin-left: 16px;
}
.lt-find {
    font-size: 40px;
    text-align: left;
    font-weight: 800;
    margin-bottom: 20px;
    color: #324158;
}
.lt-find + p {
    text-align: left;
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 21px;
}
.waitlist-box button.btn-default {
    font-size: 13px !important;
    font-weight: 500;
}    
.waitlist-box button.btn-default:hover img {
    filter: invert(1);
}

.waitlist-box button.btn-default:hover {
    background: #fff;
    color: #324158;
}
/*
p {
    color: #324158 !important;
}
*/
    
.what-good.purple-bg p {
    color: #fff !important;
}    
.what-good p {
    color: #324158;
}   
.footer-inner {
    margin: 0 125px;
}    
.save button:hover {
    background: #3729da;
    color: #fff;
}
.click-to-scan button {
    border: 2px solid #222;
    border-radius: 50px;
    color: #222;
    padding: 12px 30px;
    margin-right: 15px;
    font-weight: 600;
}
.click-to-scan button:hover {
    background: #dedede;
    border-color: #222;
}
.footer p {
    color: #333;
    font-size: 13px !important;
}
.footer p a {
    color: #333;
    padding: 0 8px;
}
.footer p a:last-child:after {
    display: none;
}

.footer p a:after {
    content: "";
    width: 1px;
    height: 11px;
    background: #0666FA;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: -1px;
    top: 3px;
    color: #0666FA !important;
}
.floating {  
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}
footer .social a {
    padding: 0 4px;
    width: 36px !important;
    display: inline-block;
}
#footersection .social img {
    width: 22px;
}
.d-flex.m-flex-column.copyright {
    flex-direction: column;
    margin-top: 18px;
}    
.footer p a {
    color: #333;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
}
.footer p a:hover {
    color: rgb(115,80,255);
}    
.footer .social img {
    width: 20px;
}
li.nav-item a:hover {
    color: rgb(115,80,255);
}
.footer .social {
    text-align: right;
}
.footer .social a {
    padding: 0 3px;
}

.tncpages p {
    margin-bottom: 15px;
    }
.tncpages p, .tncpages li {
    font-size: 15px;
    line-height: 25px;
}
.tncpages ul {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
    padding-left: 17px;
}   
.ready-banner-box img {
    width: 100%;
    height: calc(100vh - 200px);
    object-fit: cover;
    border-radius: 40px;
}
.text-left {
    text-align: left;
}


.ready-banner-box {
    position: relative;
}
.ready-banner-box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000082;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
}    
.tncpages h5 {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
}
section.position-relative.ready-banner {
    margin-bottom:0px;
}
    .ready-banner .btn:hover {
    background: #e0e0e0;
}
    .text-primary{
        color: #0666FA !important;
    }
.ready-banner .btn {
    border-radius: 50px;
    font-weight: 500;
    padding: 15px 30px;
    color: #0666FA;
    font-size: 15px;
}    
    section.position-relative.ready-banner{background: #f8f9fa} 
.overlay-content.text-white.py-lg-5 {
    position: absolute;
    top: 50%;
    margin-left: 40px;
    transform: translateY(-50%);
}   
.get-support p, #form-support p {
    font-size: 15px;
    line-height: 20px;
    color: #324158;
    font-weight: 300;
    line-height: 21px;
}

.get-support h3 {
    color: #6143ed;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}
.get-support {
       background: #fff;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: 0 0 22px rgb(98 98 98 / 35%);
    margin-top: 30px;

}    
.get-support svg {
    width: 12px !important;
    fill: #6643ed;
}  
    

.help input {
    border: 0px solid #555555;
    border-radius: 10px;
    color: #555;
    padding: 14px 15px;
}    
.help h2 {
    color: #333;
    font-weight: 600;
    font-size: 35px;
}
.help input {
    border: 0px solid #555555;
    border-radius: 10px;
    color: #555;
    padding: 14px 15px;
}
.help textarea.form-control {
    border: 0px solid #555;
    height: 120px;
}
#formhelp select {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    color: #8d8d8d;
    padding: 0 10px;
}    
#form-support a.btn.btn-light, #form-support button.btn.btn-light {
    border: 2px solid #0666FA;
    border-radius: 50px;
    color: #0666FA;
    padding: 13px 37px;
    font-weight: 500;
    font-size: 15px;
    background: #0666FA;
    color: #fff;
    width: 100%;
} 
#form-support button.btn.btn-light {
   background: #0666FA;
    color: #fff;
    font-size: 16px !important;
    border: none !important;
    padding: 23px 50px;
    border-radius: 55px;
    font-weight: 600;
    border: none;
    width: 220px !important;
    
}     
    
.get-support a {
    text-decoration: none;
}
#form-support a.btn.btn-light:hover, #form-support button.btn.btn-light:hover {
    background: #fff;
}    
section.about-banner h1 {
    font-size: 60px !important;
    padding-top: 130px;
    /* clear: both; */
}    
.help    a{background: #0666FA; color: #fff !important}
    .about-banner{ position: relative;background: url('../images/new-york.png?ver:1.02') #0666FA; background-repeat: no-repeat;
    background-position: center bottom; height: 70vh; text-align: center;
    color: #fff; background-size: 520px;}    
.our-mission {
    text-align: center;
}
section.about-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/fav-bg.png?ver:1.02);
    left: 0;
    top: 0;
    bottom: 0;
    /* z-index: 9999999; */
    background-size: 80px;
}
    
.our-people-text {
    text-align: left;
    padding: 70px 100px;
    width: 78%;
    padding-right: 100px;
}
.our-people {
    padding-right: 180px;
/*    background: url('../images/about-bg.png');*/
    margin: 0 120px;
}    
    #our-people{    
    background: url('../images/about-bg.png') #fff;
    background-position: -700px -10px;
        background-repeat: no-repeat;
    }
    #founder{    
    background: url('../images/about-bg.png') #fff;
    background-position: 360% -10px;
        background-repeat: no-repeat;
    }
.our-people-container {
    display: flex;
    background: #fff;
    padding: 90px 0;
    border-radius: 20px;
}    
.our-people-image {
    margin-right: -200px;
    width: 50%;
}
.our-people-text h5 {
    color: #0666FA;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 38px;
}
.our-people-image img {
    width: 100%;
}
.founder-story-wrapper {
    display: flex;
}
.founder-story-wrapper {
    background: #fff;
    padding: 70px 0;
    border-radius: 17px;
}
.founder-story-image img {
    width: 100%;
}
.founder-story-image {
    margin-left: -250px;
    width: 50%;
}
.founder-story-text {
    color: #000;
    text-align: left;
    padding: 20px 40px;
    width: 78%;
}
.Join-Our-Mission h2 {
    margin-bottom: 18px;
    font-size: 37px;
    color: #324158;
    font-weight: 600;
}
.Join-Our-Mission p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.founder-story-text h5 {
    color: #0666FA;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 38px;
}
.our-people-text h2 {
    margin-bottom: 38px;
}
.founder-story-image {
    margin-left: -250px;
}
.founder-story {
    padding-left: 250px;
    margin: 0 120px;
}
.white-bg {
    background: #fff;
}   
.Join-Our-Mission {
    background: #F4F4F4;
    padding: 60px 100px;
    border-radius: 30px;
    margin: 0 120px;
    background: #fff;
}
.Join-Our-Mission .logo-mission {
    text-align: left !important;
    margin: 0 0px 20px;
} 
.Join-Our-Mission a img {
    width: 15px;
    margin-left: 7px;
}
.Join-Our-Mission a {
    background: #f6f6f6;
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 5px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    margin-top: 30px;
    color: #0666FA;
}   
section#join .container {
    z-index: 9;
    position: relative;
}
section#join {
    position: relative;
}
    
.dot-left {
    position: absolute;
    left: 0;
    width: 300px;
    top: 0;
}
section#join {
/*    margin-bottom: 150px;*/
}    
.dot-left img {
    width: 100%;
}
.dot-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
}
section#mission {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px !important;
}
.mission-bg-top {
    position: absolute;
    left: -70px;
    top: -40px;
    width: 360px;
}
section#our-people {
    padding: 0 0 !important;
}
section#join {
    padding-top: 0 !important;
}
.mission-bg-bottom {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 300px;
}
.mission-bg-bottom img {
    width: 100%;
}
.mission-bg-top img {
    width: 100%;
}    
.dot-right img{
    width: 100%;
}    
.login-text h1 {
    margin-top: 70px;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.5);
}
a.navbar-brand img {
    width: 150px;
}
    .mobile-avatar .nav-item{display: none;}    
ul.list-unstyled.amenities li {
    margin-right: 10px;
    width: 48%;
}
.listed-person.d-flex {
    border: 1px solid #D9D9D9;
    border-radius: 20px !important;
    box-shadow: none !important;
    background: #fff;
    padding: 36px 30px;
    height: 100%;
    position: relative;
}
.listed-person.d-flex img.avatar.avatar-lg.p-1.flex-shrink-0.me-4 {
    border: none !important;
    padding: 0 !important;
    box-shadow: none;
    font-weight: 700;
    width: 4rem;
    height: 4rem;
    line-height: 5rem;
    margin-right: 15px !important;
}
.listed-by .listed-person.d-flex img.avatar.avatar-lg.p-1.flex-shrink-0.me-4 {
    width: 40px;
    height: 40px;
    margin-right: 10px !important;
}

.listed-person h4 {
    color: #324158;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
button.btn.see-all-amenities {
    color: #0666FA;
    font-weight: 500;
    border: 2px solid #0666FA;
    border-radius: 50px;
    padding: 10px 20px;
}    
h4.detail-sub-title.map-heading {
    margin-bottom: 25px !important;
}
  ul.amenities {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
} 

.display-8 {
    font-size: 22px;
}    
.loading-popup p {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0px;
}
.loading-popup h1 {
    font-size: 30px;
}    
.hero-home {
    min-height: 100vh;
    margin-top: 0px;
}
.back-arrow {
    width: 210px;
    margin: 0 auto;
}
.back-arrow a:hover {
    background: #fff7f7;
}    
.back-arrow a {
    background: #fff;
    padding: 17px 32px;
    width: 100%;
    display: block;
    border-radius: 60px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.back-arrow img {
    width: 100%;
}    
.popup-wrapper .create-account:nth-of-type(1) .btn {
    background: #0666FA;
    width: 100%;
}  
#form-support .form {
max-width: 100% !important;
    margin: 40px auto !important;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 15px;
}  
.form-control {
    background-color: #eee;
    color: #324158;
}
input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #2c016d;
    background: #fff !important; 
        
}
.white-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.id-verification img {
    width: 40px;
    margin-right: 11px;
}
.id-verification h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.id-verification p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 21px;
    color: #324158;
} 
.id-desc {
    padding-left: 53px;
}
.get-started {
    padding: 10px 10px;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 15px;
}
#form-support .form {
    margin: 35px 120px !important;
    padding: 70px 118px 70px;
}
.get-started {
    padding: 20px 17px;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    margin: 20px 30px;
    font-size: 14px;
    align-items: center;
    color: #0666FA;
    font-weight: 600;
}
.my-application-box .applicant-name img {
    border-radius: 50%;
}
.applicant-name h3 b {
    font-weight: 600;
}

.applicant-name h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.skip-background img {
    width: 20px;
    margin-left: 10px;
    margin-top: 2px;
}
.get-started img {
    width: 35px;
}
#form-support h2 {
    margin-bottom: 20px;
}    
form.formfeedback {
    margin-top: 60px;
}
    #submit {
    margin-top: 60px !important:;
}
section#form-support label {
text-align: left;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 0;
}
.formfeedback .form-control {
    background: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    padding-left: 3px;
    border: none !important;
    border-bottom: 2px solid #ccc !important;
}   
form.formfeedback {
    margin-top: 30px;
}
/*
.popup-wrapper  .fa-eye:before {
    content: "\f06e";
    position: relative;
    top: 8px;
    right: 7px;
    color: #4d4d4d;
}    
*/
/* Multi select */
/* Multi select */    
/* Multi select */
/* Multi select */

    
/*    12-07 */
    .cam-icon input {
    position: relative;
    z-index: 9999;
    position: absolute;
    width: 100%;
    opacity: 0;
}
.cover-image-wrapper .user img {
    width: 100%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #fff !important;
}
.cover-image-wrapper .cover {
    height: 300px;
        padding: 0;
}   
.cover > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-top: 0 !important;
    margin: 0 !important;
    border-radius: 20px;
    object-position: center top;
}    
#phone-verification .popup-header-logo, #verification-done .popup-header-logo{
    text-align: center;
    justify-content: center;
    display: flex;
}    
.Join-Our-Mission a {
    text-decoration: none;
}   
.nav-item a.btn.btn-primary:hover {
    background: #7734FF;
    color: #fff;
}    
footer p {
    margin-bottom: 0;
} 
}
.loading-popup {
    background: #0666FA;
    max-width: 560px;
    position: fixed;
    top: -400px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    padding: 39px 30px;
    border-radius: 20px;
    color: #fff;
    transition: all 1s ease-in-out;
    box-sizing: border-box;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    width: 95%;
}

    .loading-popup.show-loader{
        top: 20px
    }    
.loading-popup .action a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 0;
    border-radius: 50px;
    margin-right: 13px;
    width: 148px;
    text-align: center;
    /* height: 40px; */
    font-size: 14px;
    text-decoration: none;
}   
div#navbarCollapse .close-nav, div#navbarCollapse .top-bar-menu, div#navbarCollapse .hide-on-desktop{ display: none}
.my-listing-item {
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.list-drop:hover ul {
    display: block;
}
.my-listing-image figure {
    margin-bottom: 0;
}
.my-listing-image figure img {
    width: 80px;
    border-radius: 10px;
    height: 80px;
    object-fit: cover;
}

.my-listing-image h5 {
    margin: 0;
    font-size: 20px;
}
.my-listing-image .name-desc p {
    margin: 0;
    font-size: 20px;
}
.my-listing-image .name-desc{margin-left: 15px; display: flex; flex-direction: column; justify-content: space-between; padding: 10px 0; padding-top: 0;}
.list-drop ul li:last-child a {
    border: none;
}

.list-drop ul a {
    color: #000;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #ccc;
}
.list-drop ul {
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 17px 5px rgb(0 0 0 / 12%);
    width: 160px;
    padding: 0;
    border-radius: 20px;
    position: absolute;
}
.dots-wrapper span {
    width: 5px;
    height: 5px;
    background: #222;
    display: inline-block;
    margin: 0 2px;
    border-radius: 35px;
}
.dots-wrapper {
    background: #e4e4e4;
    border-radius: 53px;
    display: flex;
    padding: 0;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
}
.list-drop {
    position: relative;
    cursor: pointer;
}

.list-drop ul {
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 17px 5px rgb(0 0 0 / 12%);
    width: 160px;
    padding: 0;
    border-radius: 20px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 99;
}
.list-drop ul a:hover{
    text-decoration: none;
    color: #7050ff;
}
.modal-footer .btn-secondary {
    background: #ff3131;
}
/*
.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 100%;
    max-width: inherit !important;
    height: 40px !important;
    box-shadow: none !important;
    border: none !important;
    line-height: 32px !important;
}
*/
.multi-select-button:after {
    right: 22px;
    position: absolute;
    top: 16px;
}
.datepicker > .datepicker-days {
    display: block !important;
}
.message-list .user-img {
    width: 50px;
    margin-right: 13px;
}
.message-list .user-left p {
    margin: 0;
}
.user-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.all-users > .user-left {
    box-shadow: 0 0 5px rgb(0 0 0 / 23%);
    justify-content: space-between;
    padding: 13px 13px;
    border-radius: 19px;
}
.message-list .all-users > div {
    margin-bottom: 20px;
}
.message-list .all-users > div:last-child {
    margin-bottom: 0px;
}
.message-detail .user-img {
    display: flex;
    justify-content: center;
}
.message-detail .user-img + p{
    font-size: 12px; margin-top: 5px; font-weight: 500;
}
.user-message.d-flex {
    justify-content: flex-end;
    align-items: flex-end;
}
.left-purplr-box {
    width: 40%;
    margin-right: 12px;
}
.user-text-description {
    background: #6143ed;
    padding: 10px 10px;
    /* width: 50%; */
    border-radius: 8px;
    color: #fff;
}
.message-detail-inner .user-text-description p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.message-detail-inner .left-purplr-box .date {
    font-size: 12px;
    margin-top: 7px;
    font-weight: 600;
}
.message-detail-inner .user-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.message-top-bar .user-img {
    margin-bottom: 0;
}
.message-top-bar {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin: 0 0px 30px;
    padding-bottom: 5px;
    position: relative;
}
.arrow-left img {
    width: 100%;
}
.user-message.d-flex.agent-reply {
    justify-content: flex-start;
}
.user-message.d-flex.agent-reply .user-text-description {
    background: #e4e4e4;
    padding: 10px 10px;
    /* width: 50%; */
    border-radius: 8px;
    color: #000;
}
/*.main-heading-home br{display: none;}*/
.user-message.d-flex.agent-reply  .left-purplr-box {
    width: 40%;
    margin-right: 0;
    margin-left: 12px;
}
.user-message.d-flex.agent-reply .message-detail-inner .left-purplr-box .date {
    text-align: right;
}
.user-message {
    margin-bottom: 30px;
}
.back-arrow {
    width: 210px;
    margin: 0 auto;
}
.back-arrow a {
    background: #fff;
    padding: 17px 32px;
    width: 100%;
    display: block;
    border-radius: 60px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.back-arrow img {
    width: 100%;
}
.message-footer{justify-content: space-between}
.message-footer button {
    border: none;
    width: 50px;
    background: no-repeat;
}
.message-footer button {
    border: none;
    width: 54px;
    background: no-repeat;
}
.message-footer input[type="text"] {
    background: #e4e4e4;
    border: none;
    border-radius: 6px;
    height: 43px;
    flex: 1;
    padding: 0 10px;
    color: #000;
}
.image-upload:hover {
    background: #3183ff;
    cursor: pointer;
}
.image-upload {
    margin-right: 0;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
}
.message-footer {
    align-items: center;
    display: flex;
    width: auto;
    flex: 1;
    max-width: 100%;
    justify-content: space-between;
    padding: 20px 30px 0;
    border-top: 1px solid #ccc;
    margin: 0 50px;
}
.message-footer input[type="file"] {
    position: absolute;
    left: 0;
    height: 40px;
    opacity: 0;
}
.message-footer img{
  
    height: 40px;
   
}
button.uplod-button {
    position: relative;
    overflow: hidden;
}
.message-top-bar.d-flex.justify-content-center p {
    font-size: 15px;
}
.small-image.d-flex.justify-content-between.mt-3 .image-box label .image-box {
    padding: 0;
    height: 84px;
}
.success-box.text-center.step5 img {
    margin: 0 auto 10px;
    width: 50px;
}
.big-image {
    background: #fff;
}
.small-image  .image-box {
    background: #fff;
}
.small-image  + .image-box {
    background: #fff;
}
.no-notifications{text-align: center}
.no-notifications img {
    width: 130px;
    margin: 0 auto 10px;
}
.no-notifications .no-notification-text {
    font-size: 20px;
}
.notification {
    background: #fff;
    padding: 10px 30px;
    border-radius: 20px;
}
.notification .bell img {
    width: 30px;
}

.trash img {
    width: 27px;
}
.notification {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    
    margin-bottom: 20px;
}
.notification-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trash {
    margin-left: 10px;
}
.notification .bell img {
    width: 30px;
    margin-right: 11px;
}
.time {
    color: #324158;
    font-size: 14px;
}
.noti-text {
    max-width: 300px;
}
.reply a {
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
}
a.delete-all {
    text-decoration: none;
}
.reply {
    margin-left: 41px;
    margin-top: 14px;
}
.small-image.d-flex.justify-content-between.mt-3  .img-responsive.img-circle.bigimageuploaded {
    width: 104px;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    transform: scale(1.0);
    height: 80px;
    border-radius: 10px;
}
.big-image-cover {
    width:100%;
    margin: 0 auto;
}
.big-image-cover.bigimageuploaded {
   width: 100%;
    height: 285px;
    border-radius: 7px;
    object-fit: cover;
}
  .del-btn {
    border-radius: 50%;
}
.create-account.create-account-bottom a {
    color: #0666FA !important;
    font-weight: 600;
}

.hide-on-desktop{display: none;}
.all-users > div {
    background: #fff;
}
.user-img + div p {
    font-weight: 200;
    padding: 4px 0;
}

.user-img + div {
    font-weight: 600;
    font-size: 13px;
}
.date-timelist {
    font-size: 10px;
    letter-spacing: 0;
    color: #434343;
}
.all-users .arrow {
    align-items: center;
    display: flex;
}
.all-users .arrow img{width: 30px}
.message-detail {
    box-shadow: 0 0 5px rgb(0 0 0 / 23%);
    background: #fff;
    padding: 40px 50px;
    border-radius: 11px;
}
.message-detail {
    box-shadow: 0 0 5px rgb(0 0 0 / 23%);
    background: #fff;
    padding: 40px 50px;
    border-radius: 11px;
    display: flex;
    height: calc(100vh - 160px);
    flex-direction: column;
}
.message-detail-inner {
    flex: 1;
    overflow: auto;
}
.message-footer{flex: none}
.arrow-left img {
    width: 100%;
}
.arrow-left {
    position: absolute;
    left: 0;
    width: 22px;
    top: 17px;
}
.arrow-right img {
    width: 100%;
}
.arrow-right {
    position: absolute;
    right: 0;
    width: 22px;
    top: 10px;
}
.message-footer div#mediabox img {
    width: 30%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}
.small-image  .image-box {
    padding: 0;
}
.small-image  .image-box  img {
    width: 100px;
}
.filter-map{display: none;}
.filters .close-nav {
    display: none;
}
.filter-map.list {
    display: none;
}
.purple-btn{background: #0666FA !important}
.btn-block {
    width: 100% !important;
}
.property-list .prop-image {
    width: 140px;
    margin-right: 10px;
    flex-shrink: 0;
}
.property-list .prop-image img {
    width: 100%;
}  
.house img {
    width: 100%;
}

.house {
    width: 150px;
    margin: 0 auto 20px;
}
.Join-Our-Mission .or-divider span {
    background: #f4f4f4;
    padding: 0 10px;
    z-index: 99;
    position: relative;
}
.Join-Our-Mission .or-divider:after {
    content: "";
    width: 60%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}
.Join-Our-Mission .house ~ a {
    background: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    margin-top: 5px;
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
}
.pay-buttons button:first-child {
    border: 2px solid #2C016D;
    border-radius: 60px;
    padding: 12px 0;
    font-size: 17px;
    margin-bottom: 15px;
}
.pay-buttons button:last-child {
    border: 2px solid #2C016D;
    border-radius: 60px;
    padding: 12px 0;
    font-size: 17px;
    background: #000;
    color: #fff;
}
.application-subtitle{
    color: #2C016D;
    font-weight: 600
}
h2.application-subtitle img {
    width: 56px;
}
.Join-Our-Mission .btn-verify {
    position: absolute;
    right: 25px;
    top: 0;
    width: auto !important;
}
.Join-Our-Mission .col-md-12 button.btn.btn-verify img, .Join-Our-Mission .col-md-10 button.btn.btn-verify img {
    width: 20px;
}
.Join-Our-Mission .col-md-12, .Join-Our-Mission .col-md-10 {
    position: relative;
}
.download-tenant h3 {
    font-size: 21px;
    color: #2C016D;
    font-weight: 700;
    padding-right: 5px;
}
.download-tenant .lock img {
    width: 100%;
}
.download-tenant + .download {
    align-items: center;
    margin-bottom: 30px;
}
.download-tenant + .download + .upload-agrement {
    width: 100%;
    height: 250px;
}
download-tenant + .download + .upload-agrement input#rentals {
    position: absolute;
}
.download-tenant + .download button {
    background: #0666FA !important;
    border-radius: 60px;
    color: #fff;
    padding: 18px 40px;
    font-size: 15px;
}
.download-tenant .lock {
    width: 40px;
    margin-left: 10px;
    margin-top: 7px;
}
.powerby img {
    width: 100%;
}

.powerby {
    width: 210px;
}
.download-tenant + .download button img {
    width: 17px;
    margin-right: 4px;
}
.download-tenant + .download + .upload-agrement input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}
.download-tenant + .download + .upload-agrement:hover {
    background: #efefef;
}
.download-tenant + .download + .upload-agrement .upload-placeholder {
    width: 130px;
}
.terms ul {
    list-style: none;
    padding: 0;
    margin-top: 21px;
    margin-left: 20px;
}
.terms li input {
    margin-left: -28px;
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 3px;
}
.terms li  {
    margin-bottom: 15px
}
.terms li input {
    margin-left: -16px;
}
.terms li {
    color: #555555;
}
.terms li input {
    margin-left: -26px;
    margin-right: 9px;
}
.btn.btn-save.btn-back {
    background: transparent !important;
    color: #0666FA !important;
    border-color: #0666FA !important;
} 
.success-box.text-center.step5 p {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.Join-Our-Mission .listing-success-btn .btn.btn-createlisting {
    width: 50%;
}
.Join-Our-Mission .success-box.text-center.step5 {
    margin-top: 0;
}
.form.application-accepted h3 {
    color: #333;
    font-size: 26px;
    margin-bottom: 15px;
}
.status {
    background: #F5F3FF;
    color: #0666FA;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}
.prop-desc-foot .price {
    font-size: 20px;
    font-weight: 600;
}
.prop-desc-foot .d-flex {
    align-items: center;
}

.acc-details .gray-acc {
    background: #F9F9F9;
    padding: 52px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.acc-details .gray-acc button.btn {
    background: #F0EDF9;
    color: #0666FA;
    border-radius: 60px;
    padding: 15px 33px;
}
.acc-details .gray-acc .img {
    padding: 0 10px;
}
.acc-details .gray-acc .img img {
    width: 90%;
}
.acc-details .gray-acc  .text {
    flex: 1;
    color: #2C016D;    
}
.its-yours h3 {
    color: #333;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}
.its-yours .divider {
    margin: 30px 0;
}

.home-details h4 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 26px;
}
.its-yours h3{display: flex;
    align-items: flex-end;}
.its-yours h3 img {
    width: 100px;
    margin-left: 10px;
}
.home-detail-wrapper .property-contact .owner-name img{
    width: 20px
}
.home-detail-wrapper .property-contact  .send-message button {
    border: 2px solid #0666FA;
    color: #0666FA;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 35px;
}
.home-detail-wrapper .property-contact .owner-name {
    flex: 1;
}
.home-detail-wrapper .property-contact .d-flex{align-items: center}
.payments {
    background: #F9F9F9;
    padding: 30px 20px;
    border-radius: 25px;
}
.payments .d-flex div {
    color: #2C016D;
    font-weight: 500;
}
.payments .d-flex div.cost {
    color: #2C016D;
    font-weight: 700;
}
.home-detail-wrapper .property-contact .img {
    width: 50px;
    margin-right: 14px;
}
.home-detail-wrapper .property-contact .img img {
    width: 100%;
}
.paid-with button {
    background: #edeaff;
    color: #0666FA;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    border: none;
}
.pay-option img {
    width: 42px;
    margin-right: 10px;
}
.paid-with button img{
    width: 20px
}
.view-agrement img{width: 20px}
.d-flex.justify-content-end.view-agrement {
    align-items: center;
    margin-top: 17px;
}
.d-flex.justify-content-end.view-agrement a {
    margin-left: 23px;
}
.d-flex.justify-content-end.view-agrement img {
    width: 18px;
}
.d-flex.justify-content-end.view-agrement a{text-decoration: none}
.feedback h3 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
.fedback-box {
    background: #F9F9F9;
    padding: 30px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.fedback-box li p{margin-bottom: 0}
.fedback-box h2 {
    font-size: 23px;
    font-weight: 500;
}
.good-bad label img {
    width: 47px;
}
.good-bad ul{padding: 0}
.good-bad li {
    list-style: none;
}
.good-bad input {
    position: absolute;
}
.good-bad li {
    position: relative;
    margin-right: 20px;
}
.good-bad input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.fedback-box h2 {
    margin-bottom: 20px;
}
.good-bad p {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}
.fedback-box button {
    background: #0666FA;
    color: #fff;
    padding: 18px 80px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}
.spread-world.text-center h2 {
    font-weight: 700;
    font-size: 50px;
    margin: 30px 0;
}
.spread-world.text-center {
    margin-top: 70px;
}
.spread-world.text-center img {
    width: 290px;
}
.continue-stripe img {
    margin: 0;
    filter: invert(1) brightness(2);
    margin-right: 4px;
    margin-top: -7px;
    width: 12px !important;
}
button.btn.btn-light.btn-block.gpay img, button.btn.btn-light.btn-block.applepay img{
    width: 18px;
    margin-top: -2px;
}
.form.application-accepted .property-list {
    margin-top: 60px;
}
.form.application-accepted {
    min-height: 100vh;
}
.acc-details {
    margin-top: 40px;
}
a.see-details{
    background: #F0EDF9;
    color: #0666FA;
}
a.see-details {
    font-size: 11px;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 32px;
    position: relative;
    top: -2px;
}
.status.calender img {
    width: 18px;
    margin-right: 1px;
}
.d-flex.justify-content-end.view-agrement a {
    font-size: 14px;
}

.d-flex.justify-content-end.view-agrement img {
    width: 12px;
}
div#feedback, #itsyours, #complete-tenant, #verify-info, #application, #application-accepted, #application-detail {
    margin-bottom: 120px;
}
.property-list .d-flex {
    margin-bottom: 30px;
}
.property-desc h4 {
    font-size: 22px;
}
.property-list > .d-flex {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 21px;
    border-radius: 15px;
}
div#report {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffe0;
    z-index: 9;
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.report-inner {
    background: #fff;
    max-width: 500px;
    background: #fff;
}
.list-report {
    background: #F4F4F4;
    padding: 30px 20px;
    border-radius: 15px;
}
.list-report{background: #F4F4F4}
#application-detail .property-list {
    background: #fff;
    padding: 30px 21px;
    border-radius: 15px;
}
#application-detail .property-list > .d-flex {
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
    border-radius: 15px;
}
#application-detail .acc-details .gray-acc .d-flex {
    margin: 0;
    justify-content: space-between;
}
    #application-detail .acc-details .gray-acc .d-flex .d-flex {
    max-width: 70%;
} 
.scheduling-list {
    background: #fff;
    padding: 32px 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 20px;
}
.scheduling-list .img{
    width: 80px;
    margin-right: 20px;
}
.scheduling-list .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}
.scheduling-list .img {
    width: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}
.scheduling-description {
    padding-right: 100px;
}
.scheduling-description h4 {
    color: #333;
}
.appointment-details h5 img {
    width: 25px;
    margin-right: 6px;
}

.appointment-details h5 {
    color: #2C016D;
    display: flex;
    align-items: center;
}
.scheduling-description .detail p {
    color: #545454;
    line-height: 21px;
}
.statusNew img {
    width: 20px;
    float: left;
    margin-right: 5px;
}
.statusNew  {
    color: #545454
}
.scheduling-list {
    background: #fff;
    padding: 32px 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 20px;
    margin-bottom: 30px;
}
.notification-list {
    margin: 0 0 120px;
}
#footersection .text-dark {
    color: #343a40 !important;
    font-weight: 600;
    color: #324158 !important;
}
footer.position-relative.z-index-10.d-print-none .list-unstyled li a {
color: #324158 !important;
    padding: 4px 0 !important;
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
footer.position-relative.z-index-10.d-print-none .list-unstyled li a span {
    font-weight: 600 !important;
}
footer.position-relative.z-index-10.d-print-none .list-unstyled li a span {
    font-weight: 600 !important;
    margin-top: 4px;
    display: block;
}
.text-blue.work-with{color: #0666FA}
.text-blue.work-with img{width: 20px}
footer.position-relative.z-index-10.d-print-none .list-unstyled li a.text-blue.work-with {
    color: #0666FA !important;
}
.text-blue.work-with img {
    width: 14px;
    margin-left: 3px;
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    margin: 0;
    transform: translateY(0px) !important;
}
.help input {
    border: 0px solid #555555;
    border-radius: 10px;
    color: #555;
    padding: 14px 15px;
}    
.help h2 {
    color: #333;
    font-weight: 600;
    font-size: 35px;
}
.help input {
    border: 0px solid #555555;
    border-radius: 10px;
    color: #555;
    padding: 14px 15px;
}
.help textarea.form-control {
    border: 0px solid #555;
    height: 120px;
}
#formhelp select {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    color: #8d8d8d;
    padding: 0 10px;
}    
#form-support a.btn.btn-lig40173ht, #form-support button.btn.btn-light {
    border-radius: 50px;
    padding: 15px 55px;
    font-size: 15px;
    background: #0666FA;
    color: #fff;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 14px !important;
}
.filters .btn {
    width: auto !important;
}
.mr-2 {
    margin-right: 20px;
}
.hero-home button.btn.btn-primary.rounded-pill.h-100.search-btn {
    background: transparent;
    border: none;
    padding: 0;
}
#form-support button.btn.btn-light:hover {
    background: #0666FA !important;
}



#formhelp .form-group {
    margin-bottom: 30px;
    clear: both;
    float: left;
    width: 100%
}
.w100{width: 100%}
.navbar-expand-lg .navbar-nav {
    padding-right: 105px !important;
}
.logo-mission img {
    width: 55%;
}

.logo-mission {
    width: 100px;
    margin: 0 auto 20px;
}
.our-mission h1 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #324158;
}
.our-people-text h2 {
    margin-bottom: 38px;
    font-size: 37px;
    color: #324158;
    font-weight: 600;
}
.our-mission p {
    color: #324158;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.founder-story-text h2 {
    margin-bottom: 38px;
    font-size: 37px;
    color: #324158;
    font-weight: 600;
}
.our-mission h3 {
    font-size: 16px;
    color: #0666FA;
    font-weight: 700;
    margin-bottom: 38px
}
.header {
    transition: transform 0.25s;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}

.hiddeNavBar {transform:translateY(-100%)}
.contentSpace { padding: 50px; }
.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    z-index: 99999999999999;
}
.nav-bottom {
    clear: both;
    position: static;
    top: 94px;
    background: #ffffffab;
    width: 100%;
    left: 0;
    z-index: 99;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* overflow: hidden; */
    z-index: 99999;
}
.Other-Fees span.error_regitration {
    position: absolute;
    bottom: -21px;
    left: 3px;
}
.hamburget-menu{display: none;}
.link-account {
    border: 2px dashed #0666FA;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0666FA;
    font-weight: 500;
}
.link-bank-account {
    margin-top: 30px;
    margin-bottom: 30px
}
.link-account p {
    margin-bottom: 0;
}
.link-account img {
    width: 20px;
    margin: 0 auto 6px;
}
.linked-account {
    background: #fff;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
}
.account-logo {
    width: 130px;
    margin-bottom: 15px;
}
.linked-account p img {
    width: 18px;
    flex-shrink: 0;
    height: 18px;
    margin-right: 6px;
}
.linked-account p {
    display: flex;
    align-items: center;
}
.linked-account .action-btn a {
    background: #f6f6f6;
    color: #324158;
    padding: 7px 0;
    border-radius: 25px;
    width: 80px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}
.guaranteed {
    display: flex;
    align-content: center;
}
.guaranteed {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #324158;
    font-size: 12px;
    margin-left: 30px;
    margin-top: 20px;
}
.linked-account .action-btn a:hover {
    text-decoration: none;
    background: #e5e5e5;
}
img.stripe {
    height: 24px;
    margin-left: 25px;
}
img.g-lock {
    width: 12px;
    height: auto;
    margin-right: 5px;
}
.single-line .single-card {
    width: 24px;
    height: auto;
    margin-right: 7px;
    flex-shrink: 0;
    flex-grow: 1;
}
.muticard{    width: 160px;}
.divider.mtb-40 {
    margin: 40px 0;
}
.pay-w-box {
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
}
.single-line.d-flex.justify-content-between {
    padding: 12px 0;
}
.edit-delete-add-card {
    background: #fff;
    border-radius: 20px;
    margin-top: 30px;
}
.edit-delete-add-card {
    background: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px 30px;
    align-items: center;
}
.edit-delete-add-card .single-card {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.edit-delete-add-card p {
    margin: 0;
}
.ppm.text-right p {
    display: flex;
}

.ppm.text-right img {
    width: 20px;
}
.flex-direction-column{flex-direction: column}
.active-row .green-tick img{width: 20px}
.active-row {
    background: #f6f6f6;
    padding: 14px 12px;
    border-radius: 7px;
    position: relative;
}
.blue-star {
    width: 20px;
    position: absolute;
    top: -5px;
    left: -5px;
}
.filter img {
    width: 20px;
}
.sb-history-box {
        border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.active-subscription h2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #222;
    font-weight: 600;
}
.sb-history-box .download a:hover {
    background: #0666FA17;
}
.sb-history-box .download a {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
}
.sb-history-box .download a img {
    width: 46% !important;
}
.active-row {
    background: #f6f6f6;
    padding: 22px 20px;
    border-radius: 7px;
    margin-top: 25px;
    color: #0666FA;
}
.subscription-price{margin-right: 20px}
.pay-history h2, .manage h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.subscriptions .review-listing{padding: 40px}
.gap15{gap:15px}     
.review-listing .tnc {
    padding: 35px 10px 20px;
} 
.review-listing .tnc h3{
    font-size: 14px;
    font-weight: 600;
}
.manage button.btn.btn-outline {
    border-color: #a6a6a6;
    display: block;
    flex: 1;
    padding: 12px 0;
    font-weight: 400;
    color: #324158;
}
.manage button.btn.btn-outline:hover{background: #f6f6f6; color: #324158}
.subscription-price {
    font-size: 22px;
    color: #0666FA;
    font-weight: 800;
}
button.btn.btn-outline.cancel-subscription {
    color: #FF3131;
    border-color: #FF3131;
}
button.btn.btn-outline.cancel-subscription:hover {
    background: #fabbbb45;
    color: #FF3131;
}
.active-row .subscription-price + div {
    font-size: 14px;
}
.active-row:hover{cursor: pointer;}
.sb-history-box img {
    width: 20px;
}
.active-row:hover {
    cursor: pointer;
    background: #f0f0f0;
}
.link-account:hover{cursor: pointer}
.edit-delete-add-card .action-btn a:hover {
    text-decoration: none;
    background: #e5e5e5;
}
.sb-history-box p {
    margin-bottom: 0;
}
.sb-history-box .green-tick img {
    width: 15px;
}

.sb-history-box .green-tick {
    margin-right: 10px;
}
.sb-history-box h3 {
    font-size: 13px;
}
.support-box .left-sec img {
        width: 23px;
    margin-right: 18px;
    margin-top: 4px;
}
.chat-box {
    max-width: 210px;
}
.start-btn button {
    border: 1px solid #d9d9d9;
    color: #0666FA;
    padding: 15px 30px;
    background: #f6f6f6;
    border-radius: 8px;
    font-weight: 600;
    width: 160px;
}
button.btn.btn-okay {
    background: #0666FA;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
}
.my-application-box {
    background: #fff;
    padding: 40px 40px;
    margin-top: 30px;
    border-radius: 20px;
}
.applicant-name .d-flex img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
.applicant-name .d-flex {
    align-items: center;
}
.my-application-box .review-listing.mb-3 {
    border: 1px solid #EBEBEB;
    margin-left: 41px;
    margin-top: 18px;
}
.skip-background img {
    width: 30px;
    margin-left: 10px;
}

.skip-background img {
    width: 20px;
    margin-left: 10px;
}
.view-bg-trans{background: none; color:#324158}
.view-bg-trans {
    background: none !important;
    color: #0666FA !important;
    font-size: 12px !important;
}
.skip-background a, .skip-background{
    color: #0666FA;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    font-size: 0.9rem;
    margin-top: 5px;
    text-decoration: none;
}
.skip-background a {
    transition: all 0.5s ease;
}

.skip-background a:hover {
    transform: translateX(-10px);
}
.rent-prep {
    text-align: center;
    padding: 50px 0;
}
.flex1{flex: 1 !important}
.rent-prep p {
    margin: 0;
    color: #524158;
}
.rent-prep img {
    width: 350px;
    margin: 0 auto 20px;
}
.rent-prep p {
    margin: 0;
    color: #524158;
}
.my-application-box .agrement-pdf {
    background: #fff;
    padding: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    margin-top: 7px;
    margin-left: 41px;
}
.my-application-box .pdf-block img {
    width: 40px;
}
.flex0{flex: none !important;}
.applicant-details button {
    background: #f6f6f6;
    border-radius: 50px;
    padding: 12px 20px;
    color: #0666FA;
    font-weight: 600;
}
.create-agreemen-btn img {
    width: 20px;
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}
.accepted {
    background: none !important;
    color: #00944d !important;
    pointer-events: none;
}
button.btn.btngray.flex0.accepted img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.accepted img {
    width: 14px;
}
.ai-agrement p {
    margin-left: 31px;
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
}
.ai-agrement h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.ai-agrement {
    background: linear-gradient(90deg, rgba(83, 68, 255, 1) 0%, rgba(110, 22, 255, 1) 100%);
    padding: 25px 40px;
    border-radius: 20px;
    margin-top: 25px;
    color: #fff;
}
.ai-agrement .create-agrement {
    flex: 2;
    padding-right: 100px;
    padding-left: 20px;
}
.ai-agrement p{color: #fff !important}
.ai-agrement p {
    color: #fff;
}    
.ai-agrement span {
    font-size: 12px;
    margin-left: 6px;
    margin-top: 3px;
}
.tncpopup img {
    width: 150px;
    margin: 20px 0 0;
}
.tncpopup .popup-inner.mw500 {
    padding: 40px !important;
}
.ai-agrement .create-agrement {
    flex: 2;
    padding-right: 100px;
}
.ai-agrement .create-agrement {
    flex: 2;
    padding-right: 100px;
}
.ai-agrement p {
    margin-left: 0;
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
}
.ai-agrement .dollar-price {
    font-size: 40px;
    font-weight: 600;
}
.agree input {
    margin-left: -17px;
    margin-top: 3px;
    position: relative;
    top: 2px;
}

.agree {
    color: #333;
    font-size: 13px;
    margin-top: 19px;
    margin-left: 20px;
    font-weight: 300;
}
.ai-agrement h3 img {
    float: left;
    width: 20px;
    margin-right: 9px;
    margin-left: -30px;
}

button.btn.btngray.flex0.accepted {
    background: no-repeat;
}
button.btn.btngray.flex0.accepted img{float: left; }
.applicant-details {
    padding-left: 42px;
    margin-top: 21px;
    margin-bottom: 30px;
    display: flex;
    gap: 17px;
}
.applicant-details button {
    background: #f6f6f6;
    border-radius: 50px;
    padding: 12px 20px;
    color: #0666FA;
    flex: 1;
}
.applicant-details button:hover {
    background: #ebebeb;
}
.message-left-panel{width: 40%}
.message-right-panel {
    width: 60%;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}
.message-wrapper {
    margin-top: 40px;
}
.message-left-panel .user-list-wrapper{border-radius: 15px; padding: 10px 15px; background: #fff;}
.applicant-details button:last-child {
    flex: 2;
}
.message-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    
}
.mesage-sent {
    /* text-align: right; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.mesage-sent .blue-mesage-box {
    background: #f6f6f6;
    color: #324158;
}
.user-image {
    width: 40px;
    margin-right: 15px;
}
.user-cahat-header .user-image {
    width: 30px;
}
.user-row.d-flex.align-items-center:after {
    content: "";
    width: 196px;
    height: 1px;
    position: absolute;
    background: #e6e6e6;
    bottom: 0;
    right: -15px;
}
.message-right-panel {
    width: 60%;
    background: #fff;
    padding: 0px;
    border-radius: 15px;
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.message-type {
    display: flex;
    align-items: flex-end;
    padding: 10px 15px;
    padding-bottom: 10px !important;
    /* margin-bottom: 30px !important; */
}
.message-box-inner {
    flex: 1;
    width: auto;
    padding: 20px 20px;
    overflow: auto;
}
.blue-mesage-box {
    background: #0666FA;
    color: #fff;
    padding: 10px 10px;
    border-radius: 15px 15px 15px 0px;
    font-size: 12px;
    float: left;
    margin-bottom: 6px;
}
.mesage-received .time, .mesage-sent .time {
   clear: both;
    font-size: 10px;
    color: #5d5d5d;
}
.mesage-received{
        clear: both;
    display: block;
    margin: 20px 0;
}
.textarea textarea {
    border-radius: 9px;
    height: 80px;
    border: 1px solid #ccc;
}

.message-type .textarea {
    height: 150px;
    border-radius: 10px;
    resize: none;
}
.message-type .user {
    width: 40px;
    display: none;
}
.textarea2 textarea:focus {
    outline: none;
}
.message-right-panel .user-cahat-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
}
.message-right-panel .user-cahat-header .user-image{
    margin-right: 0;
}

.message-right-panel .user-name {
    font-weight: 600;
    margin-top: 11px;
    font-size: 13px;
}

.user-row.d-flex.align-items-center {
    padding: 10px 0;
    /* border-bottom: 1px solid #ccc; */
    font-weight: 600;
    font-size: 14px;
    position: relative;
}
.user-row.d-flex.align-items-center:last-child:after {
    opacity: 0;
}

.user-row .user-row:hover, .user-row .user-row.active-user {
       background: #f6f6f6;
}
.user-row .user-row.active-user .user-image img{border-radius: 50%}
.active-team-box {
    background: #fff;
    border: 1px solid #D9D9D9;
    padding: 25px 25px;
    border-radius: 20px;
    margin-bottom: 25px;
}
.active-team-box .name {
    font-weight: 600;
    color: #324158;
    margin-bottom: 10px;
    margin-top: 1px;
}
.active-team-box .user-image {
    width: 30px;
    margin-right: 15px;
}
.active-team-box .email {
    font-size: 14px;
    font-weight: 400;
}
.active-team-box .remove a {
    color: #ff3131;
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}
.joindate {
    font-size: 13px;
}
.remove a:hover {
    background: #ffe3e3;
}

.remove a {
    color: #ff3131;
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
    padding: 4px 7px;
    text-decoration: none;
    margin-left: -7px;
    border-radius: 4px;
}
.header-team.d-flex.justify-content-between h4, .header-team.d-flex.justify-content-between p {
    margin: 0;
}

.header-team.d-flex.justify-content-between {
    padding: 22px 0;
    align-items: center;
    display: flex;
}
.header-team.d-flex.justify-content-between h4 {
    font-weight: 700;
    font-size: 20px;
}
.tean-wrapper .divider {
    background: #D9D9D9;
    height: 1px;
    margin: 40px 0 10px;
}
.user-row .user-row {
    padding: 0 !important;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #324158;
    text-decoration: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 7px 4px !important;
}
.applicant-name h3 {
margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.applicant-name .application-id {
    font-size: 13px;
}
button.btn.btn-okay:hover {
    background: #3e2feb;
}
p.mb-0.mt-0.Tenant-Screening {
    font-size: 14px;
    font-weight: 400;
}
.start-btn button:hover, .start-btn button:active {
    border: 1px solid #d9d9d9 !important;
    background: #ebebeb !important;
    color: #0666FA !important;
}



button.btn.btn-trans-green {
    color: #00944d;
    background: #D8F4EC;
    font-weight: 500;
    padding: 10px 30px;
}
.chat-box p {
    margin-bottom: 5px;
    color: #324158;
    font-size: 12px;
}
.support-wrapper h4 {
    font-size: 18px;
}
.support-wrapper p {
   font-size: 12px;
    color: #324158;
    line-height: 18px;
    font-weight: 300;
}
.support-wrapper {
    margin-top: 40px;
}
.chat-box button.btn.btn-trans-green {
    color: #00944d;
    background: #D8F4EC;
    font-weight: 500;
    padding: 8px 30px;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
}
.chat-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #324158;
}
.sb-history-box .green-tick {
    margin-right: 10px;
    margin-top: 2px;
}
.setting-wrapper h5 {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 40px;
    color: #555555;
}
.setting-wrapper h5 img {
    width: 20px;
    margin-right: 10px;
}
.support-profile h1 {
    display: flex;
    align-items: center;
}

.support-profile h1 img {
    width: 25px;
    margin-right: 10px;
}
.support-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px solid #DCDCDC;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 25px;
}
.place-holder {
    text-align: center;
    display: flex;
    justify-content: center;
    height: calc(100vh - 278px);
    text-align: center;
    align-items: center;
}
.placeholder-inside img {
    width: 150px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.textarea2 {
    flex: 1;
}
.textarea2 textarea {
    width: 100% !important;
}
.textarea2 textarea {
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 9px;
    resize: none;
    float: left;
    border-bottom: none;
    border-radius: 9px 9px 0 0;
    padding: 13px 10px;
}
.attachments a:hover {
    background: #f5f5f5;
    border-radius: 50%;
}

.attachments a {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.attachments {
    display: flex;
    justify-content: flex-end;
    border: 1px solid #ccc;
    border-radius: 0 0 9px 9px;
    align-items: center;
    padding: 2px 7px;
}
.nav-bottom .nav-bot ul.sub-nav{display: none;}    
.step-list .step {
    text-align: center;
    /* flex: 1; */
    max-width: 25%;
    width: 25%;
}
.step-list .step{
    text-align: center;
    flex: 1;
    max-width: max-content;
    width: auto;
    z-index: 9;
}
.step-list {
    justify-content: space-between;
    margin-bottom: 0px;
    flex: 1;
    position: relative;
    
}
.step-list:after {
    content: "";
    position: absolute;
    width: auto;
    height: 5px;
    background: #d6d6d6;
    top: 17px;
    left: 23px;
    right: 58px;
}
.step-list .circle {
    background: #fff;
    color: #324158;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}
.step-list .circle:after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 6px;
    background: #ccc;
    position: absolute;
    top: 50%;
    border-radius: 50px 0 0 50px;
    left: 100%;
    margin-left: 17px;
}
.step-list .circle, .step-list p {
    cursor: pointer;
}
.step-list .circle:before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 6px;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 6px;
    border-radius: 0 50px 50px 0;
}
.step-list .step:hover .circle {
    background: #ccc;
}
.step-list .step.active-step:hover .circle {
    background: #0666FA;
}
.search-field{position: relative;}
svg.search-prop {
    width: 17px;
    opacity: 0.6;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.cancel-step {
    color: #0666FA;
    font-weight: 500;
    font-size: 15px;
    margin-left: 60px;
}
.step-list.d-flex .step-list1.step:first-child .circle:before {
    opacity: 0;
}
.step-list.d-flex .step-list4.step:last-child .circle:after {
    opacity: 0;
}
.step-list .step p {
    color: #324158;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 10px;
    font-size: 12px;
}
.step-list .active-step .circle {
    background: #0666FA;
    color: #fff;
}
.step-list .active-step p{
    color: #0666FA;
}
.bg-none {
    background: transparent;
}  
section.detail-section {
    margin-top: 150px;
}
.divider.mt-30{ margin-top: 30px;}
.divider.mt-30{ margin-bottom: 30px}
.mob-apply{display: none;}
div#apply-now-box {
    max-width: 700px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgb(204, 204, 204);
    padding: 40px 40px;
    border-radius: 15px;
    border: none;
}
div#tour-request-reject > #apply-now-box {
    max-width: 520px;
    border: 1px solid rgb(204, 204, 204);
}
#report-a-problem #apply-now-box, #report-for-listing #apply-now-box, #report-for-owner #apply-now-box{
    max-width: 440px;
    border: 1px solid rgb(204, 204, 204) !important
}
#report-a-problem h2, #report-for-listing h2, #report-for-owner h2 {
    font-size: 25px !important;
    letter-spacing: 0;
}
#report-a-problem h2, #report-for-listing h2, #report-for-owner h2 {
    font-size: 22px !important;
    letter-spacing: 0;
    margin: 0 0 12px !important;
}
#report-a-problem .label-vertical-list label, #report-for-listing .label-vertical-list label, #report-for-owner .label-vertical-list label {
    display: flex;
    align-items: center;
    margin: 0px 0;
    color: #324158;
    font-weight: 400;
    font-size: 13px;
    justify-content: space-between;
    cursor: pointer;
    padding: 8px 0;
}
.additional-comment label {
    font-size: 13px;
}
.additional-comment textarea {
    height: 75px;
}
.confidential img {
    width: 16px;
}
#report-for-owner .apply-submit button, #report-for-listing .apply-submit button {
    max-width: 100px;
    margin: 0 !important;
}
#report-for-owner .apply-submit, #report-for-listing .apply-submit {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#report-for-owner button.btn.btn-outline, #report-for-listing button.btn.btn-outline, #report-successfully button.btn.btn-outline {
    border-color: #0666FA;
    color: #0666FA;
    padding: 12px 0;
    display: inline-block;
    width: 100px;
    font-weight: 500;
    font-size: 14px;
}
#report-successfully div#apply-now-box {
    max-width: 410px;
    border: 1px solid rgb(204, 204, 204);
}
div#report-successfully .apply-submit button.btn.btn-outline {
    width: 150px;
}
div#report-successfully div#apply-now-box  h2 {
    font-size: 45px;
}
#report-a-problem .apply-submit .btn {
    margin-top: 25px !important;
    width: 140px !important;
}
#report-a-problem .apply-submit {
    text-align: right;
}
#report-a-problem .apply-submit {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#report-for-listing h3,  #report-for-owner h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
}

/*
#report-a-problem .label-vertical-list label:hover input[type="radio"]::before {
    transform: scale(1);
    opacity: 1;
}
*/

#apply-success div#apply-now-box{
    max-width: 700px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50% -50%);
    border: none;
    padding: 30px 50px;
    border-radius: 15px;
    padding: 40px 100px;
}
#time-select {
    height: auto;
    padding-bottom: 0;
    font-weight: 600;
    line-height: 22px;
    background-image: url(https://www.dev.goodtolease.com/public/assets/images/arrow-selection.png) !important;
    background-position: right 18px center  !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    padding: 10px 10px;
}
#shedule-Appointment .apply-submit {
    margin-top: 15px;
}
div#shedule-Appointment div#apply-now-box {
    max-width: 500px;
}
.date h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 500;
}
.calendar-slider {
    display: flex;
    gap: 18px;
}
.date {
    flex: 1;
    border: 2px solid #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 7px;
}
.date h4 {
    margin: 0;
    font-size: 13px;
}
.date.active {
    border-color: #0666FA;
}
.date:hover {
    border-color: #0666FA;
    background: #f5f5f5;
    cursor: pointer;
}
div#apply-success div#apply-now-box, #tour-confirm div#apply-now-box{
    max-width: 600px;
}
div#apply-success div#apply-now-box img, #tour-confirm div#apply-now-box img {
    width: 50px;
}
div#apply-success p, #tour-confirm p {
    font-size: 14px !important;
    font-weight: 400 !important; 
    line-height: 21px;
} 
div#apply-success div#apply-now-box h2, div#tour-confirm div#apply-now-box h2 {
    font-size: 20px;
    margin: 20px 0;
}
div#apply-success div#apply-now-box h2, div#tour-confirm div#apply-now-box h2 {
    font-size: 20px;
}

.date h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 500;
}
.month {
    font-size: 14px;
}
div#shedule-Appointment .form-group {
    margin-bottom: 15px;
}
div#apply-now-box > .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}
div#shedule-Appointment div#apply-now-box {
    max-width: 500px;
    width: 500px;
    border: 1px solid rgb(204, 204, 204);
}
/*
div#shedule-Appointment div#apply-now-box label {
    position: absolute;
    left: 12px;
    top: 8px;
    font-weight: 600 !important;
    font-size: 14px !important;
}
*/
div#apply-now-box .lock-icon img {
    width: 100%;
}

div#apply-now-box  p {
    font-size: 13px;
    font-weight: 300;
}

div#apply-now-box .lock-icon {
    width: 20px;
}
.popup-apply {
    background: #ffffff52;
    z-index: 99999;
}
div#apply-now-box .lock-icon {
    width: auto;
    font-weight: 500;
    color: #0666FA;
}
div#apply-now-box .form-group label {
    font-weight: 500;
    font-size: 15px;
}
div#apply-now-box button.btn.btn-blue {
    background: #0666FA;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}
.lock-icon a:hover {
    text-decoration: none !important;
}
div#lightgallery img:hover {
    transform: scale(1.05);
}

.div1 img {
    border-radius: 20px 0 0 20px;
    transition: all 0.5s ease;
}
.div2 img {
    transition: all 0.5s ease;
}
.div3 img {
    transition: all 0.5s ease;
}


div#lightgallery .div1 {
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}
.div2 {
    overflow: hidden;
    border-radius: 0 20px 0 0;
}
div#apply-now-box .form-group label + p {
    margin-bottom: 5px;
}

div#apply-now-box .form-group label {
    font-weight: 600;
    font-size: 15PX;
    margin-bottom: 10px;
}
#Apply-now h4 img {
    width: 20px;
    margin-right: 10px;
}
#Apply-now h4 {
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-top: 50px;
}
div#apply-now-box > .d-flex h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 2.5rem 0 1.25rem 0;
    font-weight: 600;
    color: #324158;
    margin: 0;
}
div#share-box {
    position: fixed;
    top: 0;
    z-index: 9999999;
    background: #ffffffa1;
    width: 100%;
    height: 100%;
}
#share-box .inner-share {
    background: #fff;
    max-width: 340px;
    margin: 40px auto;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.5s ease;
    opacity: 0; 
}
#share-box .inner-share .close-pop {
    font-size: 22px;
}
#share-box .inner-share ul li:hover img {
    transform: scale(1.03);
}
#share-box .inner-share.showMe{opacity: 1; transform: translate(-50%, -50%) scale(1)}
#share-box .inner-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-between;
    margin-top: 6px;
    margin: 11px -10px;
}
#share-box .inner-share ul li {
    width: 25%;
}
#share-box .inner-share ul li a img {
    width: 67%;
}
div#share-box span {
    font-size: 12px;
    font-weight: 500;
}
div#share-box span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
}


#share-box .inner-share ul li a {
    padding: 0;
}
#share-box .inner-share ul li {
    width: 23% !important;
    text-align: center;
    padding: 7px 0;
} 
#share-box .inner-share ul li img {
    width: 100%;
}
#share-box .copy-input {
    position: relative;
}
#share-box .copy-input input {
    width: 100%;
    height: 47px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 13px;
    padding-right: 90px;
    outline: none;
}
#share-box button {
    position: absolute;
    right: 6px;
    top: 6px;
    background: #222;
    color: #fff;
    border: none;
    padding: 9px 19px;
    border-radius: 7px;
    font-size: 14px;
}
.copy-input {
    margin-top: 20px;
}
#share-box .inner-share {
    background: #fff;
    max-width: 360px;
    margin: 40px auto;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 25px;
}
#share-box .inner-share h3 {
    font-size: 16px;
}
#share-box .inner-share ul li {
    width: 50px;
}
div#apply-now-box .note p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #333;
}

#Apply-now .apply-submit img.lock{
        margin-right: 6px;
    margin-top: -4px;
    width: 10px;
    width: 11px;
}

#Apply-now .apply-submit img.arrow-white {
    width: 20px;
    margin-left: 7px;
    margin-top: 0;
}

div#apply-now-box .validated img {
    width: 100%;
}

div#apply-now-box .validated {
    position: absolute;
    top: 40px;
    width: 15px;
    right: 10px;
}
div#apply-now-box input.form-control {
       background: #f6f6f6 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px;
}
#Apply-now h4.mt-2.mb-4 img {
    width: 22px;
}
#Apply-now #apply-now-box div#uppload label {
    font-size: 13px !important;
}
div#apply-now-box .form-group {
    position: relative;
}
p.text-muted.hide-on.-desktop {
    display: none;
}
.wtc {
    height: auto;
}
.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
position: relative;
}
.parent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div1 img {
    border-radius: 20px 0 0 20px;
}

.div1 {
    grid-area: 1 / 1 / 5 / 4;
    background: transparent;
    height: 500px;
}
.div2 { grid-area: 1 / 4 / 3 / 6; height:250px }
.div2 img {
    border-radius: 0 20px 0 0;
}
.image-qty {
    background: #000000b8;
    display: inline-block;
    width: auto !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.image-qty:hover {
    background: #000;
}
button.lg-autoplay-button.lg-icon {
    display: none;
}
.image-qty a{color: #fff; display: block;  padding: 12px 15px;}
.image-qty a:hover{text-decoration: none}
.image-qty img {
    margin-right: 5px;
    width: 20px;
}  
.div3 img {
    border-radius: 0 0px 20px 0;
}
.div3 {
    grid-area: 3 / 4 / 5 / 6;
    background: transparent;
    height: 250px;
    overflow: hidden;
    border-radius: 0 0 20px 0;
}
.similar-slider .card-body.d-flex.align-items-center.cities__item {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 30px 20px;
}
.similar-slider img.img-fluid {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.similar-slider .card{ background: transparent} 
.swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
}
body.overflow-hide {
    overflow: hidden;
}
body.overflow-hide .popup-apply {
    overflow: auto;
}
div#apply-now-box .note p{margin-bottom: 0}
.note p br{display: none}
.top-zoom-image {
    position: relative;
}
.drop-option-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 106px;
    text-align: left;
    padding: 0;
    border-radius: 8px;
    right: -14px;
    top: 25px;
    z-index: 9;
}
.drop-option-box a:hover {
    text-decoration: none;
}
.drop-dots-menu {
    cursor: pointer;
    position: relative;
}
.drop-option-box a:last-child {
    border: none;
    border-radius:0 0 6px 4px;
}
.blue-mesage-box {
    max-width: 70%;
}
.blue-mesage-box img{
    border-radius: 10px;
}
.drop-option-box a:hover {
    text-decoration: none;
    background: #f6f6f6;
}

.drop-option-box a {
    padding: 10px 13px;
    color: #324158;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
}
.email-verify{position: relative;}
.email-verify .verified {
    position: absolute;
    left: 144px;
}
#uppload .or hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
    background: #000;
    border-bottom: 1px solid #000;
    height: 3px;
    display: block;
    width: 20px;
    margin: 9px 6px;
}
div#Apply-now div#apply-now-box {
    margin-top: 0;
    top: 40px;
    margin-bottom: 50px;
    border: 1px solid rgb(204, 204, 204);
}
div#Apply-nowNew div#apply-now-box .d-flex img {
    width: 40px;
}
div#apply-now-box p {
    text-align: left;
}
.apply-now-btn-wrapper button.btn.btn-primary{font-size: 16px; border: 2px solid #0666FA}
div#Apply-now.popup-wrapper h2 img {
    width: 12px;
    margin-left: 8px;
    margin-top: -2px;
}
div#apply-now-box  h2{
    font-size: 22px;
    line-height: 24px;
    margin: 2.5rem 0 1.25rem 0;
    font-weight: 600;
    color: #324158;
    margin: 0;
    margin-bottom: 20px;
}
#report-a-problem h2 {
    position: relative;
}
.toast {
    left: 5px !important;
    right: 5px !important;
    width: auto;
}
#Apply-nowNew .form-group img {
    flex-shrink: 0;
    width: 90px !important;
    max-width: 90px;
    height: 90px;
    border: none !important;
    margin-right: 20px;
}
#Apply-nowNew .form-group h3 {
    font-size: 16px;
    font-weight: 600;
}
#Apply-nowNew .form-group p{margin-bottom: 0}
#Apply-nowNew div#apply-now-box {
    max-width: 580px;
    border: 1px solid rgb(204, 204, 204);
}
#prop-search-result .address {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    max-width: 80%;
} 
div#prop-search-result {
    padding: 0 20px;
}
section#form-support label {
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 11px;
    color: #324158;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 5px 15px;
    border: 1px solid #d9d9d9 !important;
    /* border-bottom: 2px solid #ccc !important; */
    border-radius: 8px;
    padding-left: 15px !important;
    height: 50px;
}
textarea#feedbackmsg {
    padding: 15px 0;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    /* transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem); */
    transform: scale(0.85) translateY(-10px) translateX(0.15rem);
    background: #fff;
    width: auto;
    padding-left: 7px !important;
    padding-right: 7px;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 7px;
    padding-bottom: 7px;
}
#formfeedback .form-group {
    margin-bottom: 20px;
}
.help select {
    background: #fff;
    height: 39px;
    border: none;
     box-shadow: none !important; 
    border: 6px solid #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    border: none !important;
    outline: none !important;
    width: 100%;
}
.filter-box a img {
    width: 15px;
    height: auto !important;
    /* position: absolute; */
    left: 10px;
    top: 12px;
    margin-left: -10px;
    margin-right: 4px

}
.filter-footer button.btn.btn-filter-top.reset-filters {
    display: none;
}
.filter-mob{display: none;}
#results .gradient-overlay:after{display: none !important;} 
.apply-submit.mb-2.mt-2 button img {
    margin-right: 6px;
    margin-top: -4px;
} 
#shedule-Appointment select.error_regitration, #shedule-Appointment input.error_regitration {
    margin-bottom: 30px !important;
}    
#shedule-Appointment input[type='radio'].error_regitration + span.error_regitration {
    bottom: 0 !important;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #e100003b;
    color: transparent;
    border-radius: 7px;
} 
.message-right-panel.show-message-box .close {
    display: none;
}
.guaranteed span {
    display: flex;
    align-items: center;
}
.guaranteed > span img {
    margin-top: -2px;
}
.my-application-box  .listing-image-preview img {
    border-radius: 5px;
}
.notification-date{font-size: 11px;}
p.ppm img {
    width: 14px;
    height: 14px;
}

p.ppm {
    font-size: 12px;
}
.pointer-none{pointer-events: none !important}
.confirmation .prop-detail h2 {
    font-size: 16px;
    font-weight: 600;
}
.prop-detail  .review-listing {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}
.prop-detail .download a img {
    width: 12px;
    margin-right: 5px;
}

.prop-detail .download a {
    display: flex;
    font-size: 12px;
    align-items: center;
}
.prop-detail .download {
    margin-left: 26px;
    margin-top: 13px;
}
.d-flex.payment-successfull-inn .green-tick img {
    width: 20px;
    margin-right: 5px;
}

.d-flex.payment-successfull-inn {
    color: #00944D;
    font-size: 13px;
    font-weight: 400;
}
.d-flex.payment-successfull-inn {
    line-height: 5px;
}
.user-application .d-flex.justify-content-center.align-items-center.select-save-doc {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 50px 0;
}
.d-flex.payment-successfull-inn .green-tick img {
    width: 15px;
}
.upload-doc .review-listing {
    padding: 0;
}
.user-application .upload-doc .agrement-pdf {
    padding: 20px;
    border: 1px solid #ebebeb;
}
.user-application  .agrement-pdf a {
    background: transparent;
    font-size: 12px;
    color: #0666FA;
}
.agrement-ready button.btn.btn-outline {
    border: 1.5px solid #0666FA;
    color: #0666FA;
    border-radius: 8px;
    padding: 10px 50px;
    margin-right: 0;
    margin-top: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agrement-ready button.btn.btn-fill img {
    width: 20px;
    margin-right: 8px;
}
.agrement-ready button.btn.btn-outline img {
    width: 20px;
    margin-right: 8px;
}
/*
.profile-container.user-application p {
    font-weight: 300;
}
*/
.agrement-ready button.btn.btn-fill {
border: 1.5px solid #0666FA;
    margin-top: 15px;
    background: #0666FA;
    color: #fff;
    border-radius: 8px;
    padding: 10px 50px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}.agrement-ready .review-listing {
    padding: 40px 40px;
}
.d-flex.payment-successfull-inn {
    align-items: center;
}
.user-application .mob-drop-doc {
    justify-content: flex-end;
    align-items: flex-end;
}
.user-application .mob-drop-doc .review-btn .btn {
    border-radius: 8px;
    font-size: 10px;
    padding: 10px 16px;
    font-weight: 600;
}
.pay-method img {
    width: 20px;
    margin-right: 8px;
}
.contact-details div {
    font-size: 13px;
    padding: 2px 0;
}
.gtl-logo{width: 40px}
.user-application .upload-doc h3 {
    font-size: 18px;
    font-weight: 600;
}
.we-are-here h5 img {
    width: 20px;
    height: auto;
    margin-right: 8px;
}
.we-are-here h5 {
    display: flex;
    align-items: center;
}
.agrement-ready h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
.pro {
    text-align: right;
    display: flex;
    justify-content: end;
    margin-top: 40px;
}
.pro button {
    border-radius: 8px !important;
    padding: 10px 40px;
}
.agrement-ready .cancel a {
    color: #FF3131;
    display: block;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}

.user-application .sb-history-box .download a img {
    width: 14px !important;
}

.user-application .sb-history-box .download a {
    width: auto;
    border-radius: 8px;
    padding: 1px 18px;
    text-decoration: none;
    color: #0666FA;
}
 
.agrement-ready img.congratulation-icon  {
    width: 60px;
    margin-bottom: 25px;
}
.agrement-ready .agrement-pdf.mt-10 {
    padding: 20px;
    border: 1px solid #ebebeb;
}
.pro img {
    width: 20px;
    margin-right: 5px;
}
.cancel {
    margin-bottom: 50px;
    margin-top: 40px;
}
.agrement-wrapper h5 {
    font-size: 16px;
    font-weight: 600;
}
.payment-header .d-flex {
    justify-content: space-between;
}
.payment-header .d-flex h6{
    margin-bottom: 0;
    font-weight: 600;
}
.payment-body .d-flex {
    justify-content: space-between;
    padding: 0 10px;
}
.user-application .review-listing {
    background: #fff;
    padding: 30px 30px;
    border-radius: 20px;
    max-width: 100%;
}
.agrement-wrapper .date-picker input {
    height: auto;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 6px 12px;
    width: 100%;
    outline: none;
}
.contact-details a {
    color: #324158;
    text-decoration: none;
}
.agrement-wrapper .date-picker {
    position: relative;
    width: 220px;
    height: 41px;
}
.agrement-wrapper .date-picker img {
    position: absolute;
    right: 10px;
    width: 20px;
    top: 9px;
}
.agrement-wrapper .date-picker img {
    position: absolute;
    right: 10px;
    width: 20px;
    top: 9px;
}
.agrement-wrapper .date-picker{position: relative;}
.agrement-wrapper .date-picker img{
    position: absolute;
    right: 10px;
    width: 20px
}
.payment-header {
    border: 1px solid #d9d9d9;
    padding: 20px 30px;
    border-radius: 15px 15px 0 0;
}
.total-amount p {
    font-weight: 600;
    color: #0666FA;
    margin-bottom: 0;
}
.payment-container .ai-agrement p {
    margin-left: 31px;
    font-size: 12px;
    color: #333;
    margin-bottom: 0;
}
.payment-container .ai-agrement h3 img {
    float: left;
    width: 15px;
    margin-right: 12px;
    margin-left: 3px;
}
.payment-container .ai-agrement {
    background: #FAF9FF;
}
.payment-body {
    border: 1px solid #d9d9d9;
    padding: 15px 20px;
    border-top: none;
    border-radius: 0 0 15px 15px;
}
.payment-body  .ai-agrement h3, .payment-body  .ai-agrement p {
    color: #324158 !important;
}
.somthing-else textarea {
    height: 100%;
}

.somthing-else {
    margin-top: 15px;
    height: 100px;
    margin-bottom: 8px;
}
.user-application .pay-w-box {
    background: #f6f6f6;
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.pay-and-complete button {
    border-radius: 8px !important;
}
.pay-and-complete button {
    line-height: 32px;
}
.prop-detail.payment-method .d-flex.justify-content-between {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.user-application .payment-method .d-flex.payment-successfull-inn {
    font-size: 11px;
    white-space: nowrap;
    flex: 1;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}
.sb-history-box .mt-4 {
    margin-top: 0 !important;
}

.pay-and-complete button.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 8px;
    font-size: 14px;
}
.pay-and-complete p {
    text-align: center;
    margin-top: 20px;
}
.pay-and-complete button.btn.btn-primary.btn-block img {
    width: 12px;
    margin-right: 5px;
}
.confirmation {
    padding: 0;
    margin: 70px 0;
}
.confirmation img.gtl-logo {
    margin-bottom: 35px;
}
.confirmation h2{margin-bottom: 35px; font-weight: 600}
.mtb-20{margin-top: 20px; margin-bottom: 20px}
.confirmation h2 {
    margin-bottom: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.confirmation h2 img {
    width: 48px;
    margin-left: 10px;
    margin-top: -10px;
}
.confirmation h2 {
    display: flex;
    align-items: center;
}
.secure-logo{text-align: center}
.secure-logo img{width: 100px;}
.secure-logo img {
    width: 200px;
}
.secure-logo {
    text-align: center;
    justify-content: center;
    display: flex;
}
.payment-method input[type="radio"] {
    border-radius: 50%;
}
.mtb-10 {
    margin: 10px 0;
}
.user-application .agrement-wrapper .pay-w-box .muticard {
    width: 122px;
    margin-top: -10px;
}


.we-are-here {
    margin-top: 40px;
}
.owner-details > .d-flex img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.owner-details  .d-flex  {
    align-items: center
}
.owner-details > .d-flex img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 11px;
}
.owner-details > .d-flex{font-weight: 500}
.contact-details > div {
    margin: 10px 0;
    font-size: 14px;
}

.contact-details img {
    width: 20px;
    margin-right: 8px;
}
.contact-details {
    margin-top: 20px;
}
 .order-details h4 {
    font-weight: 600;
}
.order-details h4 {
    font-weight: 600;
}
.prop-detail {
    margin-top: 30px;
}
.prop-detail {
    margin-top: 30px;
}
.prop-detail .review-listing {
    padding: 20px !important;
}
#form-support .form.m-0.p-3 {
    margin: 0 !important;
}
.rent-estimate-heading{
    background: rgb(83,68,255);
background: linear-gradient(90deg, rgba(83,68,255,1) 0%, rgba(110,22,255,1) 100%);
}
.mrl-wrapper{
    margin: 35px 120px !important
}
.rent-estimate-heading {
    padding: 15px 0;
    border-radius: 8px;
    font-weight: 700;
    color: #fff;
    font-size: 19px;
}
.rent-estimate-heading img {
    width: 30px;
    margin-right: 10px;
}
.rent-estimate-left ul {
    text-align: left;
}

.rent-estimate-left p {
    margin: 0 !important;
    text-align: left;
}
.view-sample {
    text-align: left;
}
.view-sample a {
    background: none;
    color: #0666FA !important;
}
.rent-estimate-left .form.m-0.p-3 {
    margin: 0 !important;
    padding: 45px !important;
}
#form-support  .rent-estimate-left .form.m-0.p-3 {
    margin: 0 !important;
    padding: 45px !important;
    margin-top: 20px !important;
    height: calc(100% - 84px);
}
.mrl-wrapper label#form-label {
    font-weight: 600;
}
.mrl-wrapper label#form-label span{font-weight: 300}
#form-support .rent-estimate-left .form.m-0.p-3 p {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
}
.mrl-wrapper .form-control {
    margin-bottom: 15px;
    font-weight: 300;
}
#form-support .rent-estimate-left .form.m-0.p-3 h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 2px;
}
#form-support .rent-estimate-left .form.m-0.p-3 ul {
    margin: 35px 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#form-support .rent-estimate-left .form.m-0.p-3 ul li {
    margin-bottom: 30px;
    display: flex;
}
#form-support .rent-estimate-left .form.m-0.p-3 ul li .check-btn {
    width: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}
#form-support .rent-estimate-left .form.m-0.p-3 ul li .check-btn img {
    width: 100%;
}
.view-sample img {
    width: 15px;
    margin-left: 5px;
}
.view-sample a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.view-sample {
    text-align: left;
}
.mrl-wrapper .col-md-7 .form {
    padding: 30px 40px !important;
}
.rent-estimate-left ul li p {
    margin-bottom: 0 !important;
}
.faq-left.text-left a {
    background: none;
    color: #0666FA !important;
    font-weight: 400 !important;
}
#make-smarter-banner {
    padding: 50px;
    background: rgb(83,68,255);
    background: linear-gradient(90deg, rgba(83,68,255,1) 0%, rgba(110,22,255,1) 100%);
    color: #fff;
}
section#make-smarter-banner .text-center {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#make-smarter-banner .text-center h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
section#make-smarter-banner .text-center p{margin-bottom: 0;}
section#make-smarter-banner a.btn.btn-white {
    background: #fff;
    width: 60%;
    color: #0666FA;
    font-weight: 500;
}  
section#make-smarter-banner .text-center {
    max-width: 520px;
    margin: 0 auto;
}
section#make-smarter-banner img {
    width: 190px;
}
section#make-smarter-banner .text-center p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 9px;
}
.mrl-wrapper .col-md-7 h4 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.mrl-wrapper .col-md-7 p {
    text-align: left;
}
.mrl-wrapper .col-md-7 p {
    font-size: 14px !important;
}

.mrl-wrapper p {
    text-align: left;
    margin-bottom: 20px !important;
}
form#formfeedback label#form-label {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
}
.mrl-wrapper  select.form-control {
    background-color: #eee;
    color: #7d7d7d;
    border-radius: 8px !important;
    border: 1px solid #d9d9d9 !important;
    background-image: url(https://www.goodtolease.com//public/assets/images/arrow-selection.png) !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-position: right 12px center !important;
    height: 40px;
    font-size: 13px;
}
.map-marker-address {
    width: 20px;
    position: absolute;
    left: 12px;
    bottom: 14px;
}
.mrl-wrapper .form-control {
        margin-bottom: 15px;
    font-weight: 300;
    padding-left: 41px;
    font-weight: 400;
    color: #324158;
    border: 1px solid #d9d9d9 !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
}
img.home-address {
    position: absolute;
    left: 15px;
    bottom: 12px;
    width: 18px;
}
.mrl-wrapper #formfeedback .form-group {
    margin-bottom: 20px;
    position: relative;
}
.mrl-wrapper .form-group p {
    text-align: center;
    font-size: 13px !important;
    margin-top: 0;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
#form-support .mrl-wrapper .form .btn-light {
    width: 100% !important;
    display: block !important;
    border-radius: 8px !important;
    padding: 10px 0 !important;
    font-weight: 400 !important;
    background: linear-gradient(90deg, rgba(83, 68, 255, 1) 0%, rgba(110, 22, 255, 1) 100%);
}
#form-support .mrl-wrapper p.note a {
    background: none;
    color: #0666FA !important;
}
#form-support .mrl-wrapper  button#submit img {
    width: 20px;
    margin-left: 10px;
}
#form-support .mrl-wrapper p.note {
    text-align: center !important;
    font-size: 12px !important;
    margin-top: 12px;
    font-weight: 400;
}
.rent-estimate-left {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}
.mtb-3{margin-top: 30px; margin-bottom: 30px}
.refer-and-earn .accordion-wrapper .accordion {
    cursor: pointer;
    background: #fff;
}
.refer-and-earn .what-good.m-0.p-0.bg-transparent h2 {
    text-align: left;
    margin-top: 50px;
    font-size: 27px;
    margin-bottom: 35px;
}
.blog-list{ margin-top: 0px}
section.blog-list h1 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
}
section.blog-list h1 img {
    width: 38px;
}
.blog-user.d-flex img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.blog-user.d-flex ul.d-flex {
    padding: 0;
    list-style: none;
    font-size: 10px;
}
.blog-user.d-flex ul li.bullet {
    margin: 0 4px;
}
.blog-inside {
    gap: 14px;
    display: flex;
    flex-direction: column;
}
.blog-inside h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0
}

/*.refer-and-earn .accordion-wrapper .accordion h3{font-weight: 700}*/
.refer-and-earn .accordion-wrapper .accordion p {
    /* gap: 20px !important; */
    /* display: flex; */
    margin-top: 20px;
}
.refer-and-earn .what-good {
    margin-top: 80px !important;
}
.refer-and-earn .form-label {
    margin-bottom: 16px;
}
.refer-and-earn .form-group {
    margin-bottom: 30px;
    margin-top: 60px;
}
.refer-and-earn .logo-purple {
    width: 200px;
    margin: 30px 0;
    margin-top: 50px;
}
.refer-and-earn .form-control {
    padding: 9px 10px;
}
.refer-and-earn button.btn.btn-primary img {
    width: 16px;
    margin-left: 10px;
}
.profile-container.p-10.refer-and-earn h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}
.inner-logo{width: 50px}
.blog-card:hover {
    transform: scale(1.02);
}

.blog-card {
    background: #fff;
    box-shadow: 0px 5px 19px rgb(0 0 0 / 13%);
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.recent-image img{width: 20px}
.blog-inside {
    padding: 20px 20px;
}
.d-flex.recent-image {
    align-items: center;
    font-size: 14px;
}
.d-flex.recent-image {
    align-items: center;
    font-size: 14px;
}
.recent.d-flex.justify-content-between {
    margin-bottom: 25px;
}
.recent-image img {
    width: 20px;
    margin-right: 8px;
}
.search-blog {
    position: relative;
}
.search-blog button.search-blog-btn {
    border: none;
    background: no-repeat;
    width: 30px;
    position: absolute;
    right: 9px;
    top: 6px;
}
.blog-publish-date ul .bullet {
    margin: 0 5px;
}

.blog-publish-date ul {
    padding: 0;
    list-style: none;
}
.blog-detail-wrapper h1{ margin-bottom: 15px}
.search-blog button.search-blog-btn img {
    width: 100%;
}
.search-blog input {
    border: none !important;
    width: 290px;
    border-radius: 8px;
}
.blog-publish-date {
    margin-bottom: 30px;
}
section.blog-list h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
.blog-detail .blog-inside {
    padding: 30px 0;
}
.blog-detail .blog-inside h4 {
    font-weight: 600;
    font-size: 16px;
}
.share-icon img {
    width: 22px !important;
    object-fit: contain !important;
    height: 25px !important;
    border-radius: 0 !important;
}
.share-icon {
    display: flex;
    gap: 13px;
}
.blog-detail .blog-inside > div h4 {
    margin-bottom: 10px;
}
.blog-detail .blog-inside > div p {
   margin-bottom: 12px !important;
    display: block;
    font-size: 14px !important;
    line-height: 21px !important;
}
.blog-detail .blog-inside > div {
    margin-bottom: 15px;
}
.blog-user .user-name h6 {
    margin-bottom: 4px;
    font-size: 13px;
}
.blog-card img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 210px;
    object-fit: cover;
}
.blog-share .social a img {
    width: 20px;
}
.blog-share .author-box {
    padding: 40px 40px;
    border: 1px solid #a8a8a8;
    border-radius: 10px;
}
.blog-share {
    padding: 24px 0;
}
.blog-detail .blog-share h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px
}
.latest-blog h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px
}
.blog-detail .author-box p {
    margin: 0 !important;
    font-size: 14px !important;
}
.author-box .user-name h6 {
    margin: 0 !important;
}
.back-to-blog{color: #0666FA; }
.recent-image.back-to-blog a {
    text-decoration: none;
}
.tags a:hover {
    text-decoration: none;
    background: #e4e4e4;
}
.blog-detail .blog-share .social a:hover {
    transform: scale(1.05);
}
.blog-footer.d-flex.justify-content-between.align-items-center {
    margin-bottom: 20px;
}
.blog-detail .blog-user .user-name h6 {
    margin-bottom: 4px;
    font-size: 20px;
}
.blog-detail .blog-share .social a {
    background: #fff !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    align-items: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.latest-blog-list img {
    width: 100%;
    transition: all .5s ease;
}
.blog-detail .latest-blog-caption {
    position: absolute;
    bottom: 0;
    padding: 14px 20px;
    font-size: 12px;
}
.latest-blog-overlay{
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
}
.latest-blog-overlay.red {
    background: #ff5a5fc7;
}
.latest-blog-overlay.green {
    background: #27FFE5c7;
}
.latest-blog-overlay.yellow {
    background: #FFBD59c7;
}
.latest-blog-overlay.blue {
    background: #2784ffc7;
}  
.latest-blog-list:hover img {
    transform: scale(1.05)
}
.read-more img {
    width: 20px;
}
.read-more a:hover{text-decoration: none}
.latest-blog-list:hover {
    cursor: pointer;
}
.latest-blog-list {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 15px;
}

.tags a {
    background: #fff;
    color: #324158;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.blog-share .social a img {
    width: auto;
    height: 20px;
}
.blog-detail .latest-blog-caption h6 {
    color: #fff;
    font-size: 13px;
}
.blog-detail .latest-blog-caption h6 {
    font-weight: 600;
}
.blog-detail .read-more a {
    font-weight: 500;
    color: #fff;
}
.blog-user ul{margin-bottom: 0}
.blog-inside p{margin-bottom: 0 !important; font-size: 12px !important; line-height: 15px !important}
.blog-card img{width: 100%}
.faq-left h2{font-size:25px !important}
.faq-left p {
    color: #0666FA !important;
    font-weight: 400 !important;
}
.faq-left p img {
    width: 25px;
    margin-left: 4px;
}
.rent-estimate-right .form-group.address-group {
    margin-bottom: 20px;
    position: relative;
    /* float: left; */
    /* width: 100%; */
    clear: both;
    display: block;
    height: 79px;
}
.rent-estimate-right .map-marker-address {
    width: 18px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
}
.rent-estimate-right .form-group.address-group  span#feedbackname-error {
    position: absolute;
    left: 0;
    bottom: -23px !important;
    top: inherit !important;
}
.rent-estimate-right span#feedbackname-error {
    position: absolute;
    left: 0;
    bottom: -23px !important;
    top: inherit !important;
}
.blog-footer.d-flex.justify-content-between.align-items-center {
    margin-bottom: 0;
}
.switcher img {
    width: 17px;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.switcher img.right-switch {
    margin-right: 0;
    margin-left: 10px;
}
.switcher  {
    background: #fff;
    
    display: flex;
    border-radius: 8px;
}  
.dashboar > .d-flex h1 {
    width: auto;
}
.switcher a{
overflow: hidden;
display: -webkit-flex !important;
display: -moz-flex !important;
display: -ms-flex !important;
display: -o-flex !important;
display: flex !important; color: #324158; padding: 15px; font-size: 13px; align-items: center; width: auto !important}


.profile-side-menu .switcher a {
    overflow: hidden;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    color: #324158;
    padding: 15px;
    font-size: 13px;
    align-items: center;
    width: auto !important;
    box-shadow: 0 0 5px rgb(36 35 35 / 15%);
    border-radius: 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.profile-side-menu li.switcher {
    margin-top: 17px;
}

.profile-side-menu li.switcher {
    margin-left: 12px;
}

.switcher a:hover {
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
}
.dashboard-cards .card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.switcher a img.right-switch {
    margin-right: -37px;
    margin-left: 20px;
}

.switcher a:hover img.right-switch {
    margin-right: 0px;
    margin-left: 10px;
}

.switcher a:hover img.left-switch {
    margin-left: -37px;
    margin-right: 20px;
}

.dashboard-cards .card a {
    padding: 22px;
}

.dashboard-cards .card {
    padding: 0;
    border: none;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.dashboard-cards .card p {
    font-size: 13px;
    font-weight: 300;
}
.dashboard-cards .card a{color: #324158; text-decoration: none}
.dashboar h1 {
    font-size: 22px !important;
    margin-bottom: 30px;
    width: 100%;
}

.dashboard-cards .card h4 {
    margin-bottom: 0;
}
.dash-icons h4 {
    font-size: 17px;
    font-weight: 600;
}
.dashboard-cards .card p {
    margin-bottom: 0;
}
.dash-icons img {
    width: 23px;
    margin-right: 10px;
}
.dash-icons {
    margin-bottom: 15px;
}
.dash-icons {
    display: flex;
    align-items: center;
}
.get-support-home a:hover {
    text-decoration: none;
    color: #0666FA;
}

.get-support-home img {
    width: 20px;
    margin-left: 10px;
}
.get-support-home a {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}
.waitlist-box{
    background: rgb(83,68,255);
background: radial-gradient(circle, rgba(83,68,255,1) 0%, rgba(110,22,255,1) 100%);
}
.waitlist-box button.btn-default img, .join-waitlist img {
    width: 20px;
    margin-left: 8px;
    position: absolute;
    right: 10px;
    opacity: 0;
    transition: all 0.5s ease;
    
}
.waitlist-box button.btn-default:hover img {
    opacity: 1;
    right: 25px;
}
.waitlist-box .white-logo{ width: 120px}
.waitlist-box button.btn-default {
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    background: transparent;
    padding: 15px 50px;
    font-size: 14px !important;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease;
}
.waitlist-box button.btn-default:hover{
    padding-left: 40px;
    padding-right:  60px;
}
.waitlist-inner{padding-left: 70px}
.waitlist-box .lt-find {
    margin-bottom: 20px;
    margin-top: 20px;
}
.not-found.text-center img {
    width: 60%;
    margin-top: 30px;
}

.not-found.text-center {
    padding: 0 130px;
}
.not-found.text-center h1 {
    margin-bottom: 30px;
}
.not-found .back-arrow a {
    background: #0666FA;
    color: #fff;
}
.not-found .back-arrow a:hover{text-decoration: none}
.back-arrow {
    width: 320px;
    margin: 40px auto;
}
.mesage-received {
    clear: both;
    display: block;
    margin: 20px 0;
}
.attachments .uplod-button {
    border: 0px;
    height: 30px;
    background: transparent;
    /* padding: 0; */
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 15px;
    overflow: hidden;
    background: #f6f6f6;
    margin-right: 8px;
    margin-left: 0;
}
div#mediabox img {
    width: 50%;
    border-radius: 5px;
}
div#mediabox {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    /* position: absolute; */
    position: relative;
}
.message-right-panel .user-image img {
    border-radius: 50%;
}
.mesage-sent {
    /* text-align: right; */
    margin: 20px 0;
}
div#mediabox span.imgcls {
    background: #ffffffe0;
    position: absolute;
    right: 3px;
    left: inherit;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 19px;
    padding: 0;
    text-align: center;
    top: 5px;
    font-weight: 500;
} 
.mesage-sent .blue-mesage-box {
    background: #f6f6f6;
    color: #324158;
    border-radius: 15px 15px 0px 15px;
}
div#chat-header .d-flex.flex-direction-column.justify-content-between.mob-drop-doc {
    position: absolute;
    right: 18px;
    left: inherit;
    display: block !important;
}
div#chat-header .d-flex.flex-direction-column.justify-content-between.mob-drop-doc {
    position: absolute;
    right: 18px;
    left: inherit;
    display: block !important;
}
div#chat-header .drop-dots-menu{display: none}
div#chat-header .drop-dots-menu img {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: end;
}
div#chat-header {
    position: relative !important;
}
div#chat-header .drop-dots-menu:hover {
    background: #f6f6f6;
}

div#chat-header .drop-dots-menu {
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 30px;
    /* display: flex; */
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
}
.message-right-panel .close {
    display: none
}  
.popup-inner {
    border: none;
}  
.popup-wrapper p {
    font-size: 13px;
    font-weight: 400;
    color: #324158;
    line-height: 19px;
    padding-top: 5px;
    text-align: center;
}
.form-group p {
    font-size: 13px;
    font-weight: 400;
/*    color: #324158;*/
}
.step-wrapper .form-group p {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding-top: 0;
}

div#signup.tncpopup p {
    text-align: left;
}

.profile-container  .save .btn-save {
    padding: 10px 0;
    border-radius: 8px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50px;
}       
button.btn.btngray.genrate-tenant{background: #0666FA; color: #fff}   
button.btn.btngray.genrate-tenant:hover{background: #2979f3; color: #fff !important; border: 1px solid #2979f3}
button.btn.btngray:hover {
    background: #e1e1e1;
    border-color: #e1e1e1;
    color: #324158;
}
.my-appication-note {
    display: flex;
    margin-left: 43px;
}

.my-appication-note .icon {
    width: 40px;
}
.view-bg-trans:hover {
    background: #f6f6f6 !important;
}
.mrl-wrapper .faq-left.text-left a {
    text-decoration: none;
}
.logo-cen {
    text-align: center;
    margin-bottom: 30px;
}

.logo-cen img {
    width: 180px;
    margin: 0 auto 10px;
}
.popup-wrapper.about-us.white-bg {
    background: #fff;
}
.popup-wrapper.about-us.white-bg .label-vertical-list h5 {
    color: #324158;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}
.popup-wrapper.about-us.white-bg .label-vertical-list div {
    margin-left: 8px;
}
.popup-wrapper.about-us.white-bg .label-vertical-list div {
    margin-left: 8px;
}
.popup-wrapper.about-us.white-bg .label-vertical-list label p {
    margin: 0;
}
.popup-wrapper.about-us.white-bg .label-vertical-list label {
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #2C016D;
    font-weight: 500;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 15px 13px;
    border-radius: 8px;
    cursor: pointer;
}
.popup-wrapper.about-us.white-bg .label-vertical-list label input[type="radio"]{
    border: 2px solid #324158;
}
.popup-wrapper.about-us.white-bg .label-vertical-list label input[type="radio"]:before{
    background: #0666FA;
    margin-top: 0;
}
div#signuppopup.popup-wrapper.about-us.white-bg .popup-inner.mw500 {
    max-width: 520px;
}
.tagline {
    text-align: center;
    font-weight: 600;
    margin: 30px 0;
}
p#please-show b {
    color: #324158;
    font-weight: 400;
}
div#steps-whole {
    height: 100px;
}
div#steps-wrapper-box {
    background: #f5f5f5;
    padding-top: 40px;
    margin-top: -40px;
    padding-bottom: 10px;
/*
    position: fixed;
    left: 548px;
    width: 760px;
    z-index: 999 !important
*/
    
}
div#steps-wrapper-box:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    right: 100%;
}
.step-wrapper {
    padding: 0 5px;
}
/* width */
/*
::-webkit-scrollbar {
  width: 1px;
}
*/

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
div#videodiv {
    text-align: center;
}
.home-video .loader2 {
  width: 55px;
  margin: 0 auto;
  aspect-ratio: 1;
  --g1:conic-gradient(from  90deg at top    5px left  5px,#0000 90deg,#0666FA 0);
  --g2:conic-gradient(from -90deg at bottom 5px right 5px,#0000 90deg,#0666FA 0);
  background:
    var(--g1),var(--g1),var(--g1),var(--g1),
    var(--g2),var(--g2),var(--g2),var(--g2);
  background-position: 0 0,100% 0,100% 100%,0 100%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  animation: l11 1.5s infinite;
}
@keyframes l11 {
  0%   {background-size:35px 15px,15px 15px,15px 35px,35px 35px}
  25%  {background-size:35px 35px,15px 35px,15px 15px,35px 15px}
  50%  {background-size:15px 35px,35px 35px,35px 15px,15px 15px}
  75%  {background-size:15px 15px,35px 15px,35px 35px,15px 35px}
  100% {background-size:35px 15px,15px 15px,15px 35px,35px 35px}
}
.blink_me {
/*    animation: blinker 1s linear infinite;*/
    margin: 13px 0;
    font-size: 16px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
div#steps-wrapper-box:after {
    content: "";
    background: rgb(245,245,245);
background: linear-gradient(180deg, rgba(245,245,245,1) 60%, rgba(110,22,255,0) 100%);
    height: 25px;
    width: 100%;
    position: absolute;
    top: 100%;
}
.input-group-text.phone-divider:after {
    content: "";
    width: 1px;
    height: 23px;
    background: #a6a6a6;
    margin-left: 13px;
}
.color888{color: #888;}
/*
.step-next-back-wrapper .container{display: block}
.step-next-back-wrapper .container > div{aspect-ratio: auto; border: none; background: transparent}
*/
.step-next-back-wrapper{left: 0}

.switcher-and-user h1 {
    margin-bottom: 0;
}
.switcher-and-user {
    margin-bottom: 30px;
}
p#please-show {
    color: #324158;
    line-height: 19px;
    font-weight: 400;
}
.parent.less-than-three{
    display: block;
} 
.parent.less-than-three .div2, .parent.less-than-three .div3{
    display: none
} 
.parent.less-than-three .div1 img {
    border-radius: 20px 20px 20px 20px;
}
.parent.less-than-three .div1 {
    border-radius: 20px 20px 20px 20px !important;
}
.multi-select-button {
    padding-right: 40px;
    font-size: 13px;
    padding: 11px 10px;
    line-height: 19px;
    padding-right: 40px;
}
textarea.form-control {
    padding: 12px 10px;
}
.desktop-mb-0{margin-bottom: 0;}
label.multi-select-menuitem:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.datepicker.dropdown-menu {
    background: #2c3d50 !important;
    color: #fff !important;
}
.datepicker-dropdown.datepicker-orient-top:after {
    opacity: 0;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    border-radius: 50%;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #0666FA !important;
    cursor: pointer;
}
.datepicker.dropdown-menu {
    background: #324158 !important;
    color: #fff !important;
}
.datepicker-dropdown.datepicker-orient-top:before {
    opacity: 0 !important;
}
.datepicker.dropdown-menu {
    z-index: 9999 !important;
}
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
}
.datepicker-dropdown.datepicker-orient-bottom:after{
    opacity: 0 !important
}
.datepicker-dropdown.datepicker-orient-bottom:before{opacity: 0 !important}
.multi-select-menuitem {
    padding: 0.6em 1em 0.6em 15px !important;
}
.label-vertical-list.do-not {
    margin-top: 8px;
}
#step4 input[type="checkbox"]::before {
    background-size: 65%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.agrement-ready .d-flex {
    gap: 15px;
}
.edit-big {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 9;
    background: #0000006e;
    border-radius: 10px !important;
    display: none;
}
.edit-big .edit img, .small-box-for-image .edit-big .edit img {
    width: 15px;
}
.edit-big .edit:hover {
    background: #f5f5f56b !important;
    cursor: pointer;
}

.edit-big .edit {
    width: 40px;
    height: 40px;
    background: #51515138;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}
.form .container-inn {
    display: flex;
    flex-wrap: wrap;
}
.form .container-inn > div {
    width: 32%;
}
.small-box-for-image .upload-box p {
    color: #9C9C9C;
    font-size: 10px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 0;
    padding: 5px 0;
}
.small-box-for-image .primary-image {
        background: #F6F6FF;
    margin: 0 40px;
    color: #324158;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 10px;
}
.small-box-for-image .upload-box img {
    width: 40px;
    margin: 0 auto;
}
.form .container-inn > div {
   border-radius: 15px;
    aspect-ratio: inherit;
    border: 2px dashed #d9d9d9;
    background: #fff;
    position: relative;
    height: 152px;
}
.modal-footer .btn-secondary {
    background: #fff;
    border-color: #0666FA;
    color: #0666FA;
    font-weight: 500;
}
.form .container-inn > div:hover {
    border-color: #324158;
}
.container-inn + .add-more {
    margin-top: 30px !important;
    margin-bottom: 10px;
    color: #0666FA;
    padding: 5px 10px;

}
.container-inn + .add-more a:hover {
    color: #0666FA;
   background: #e5e4fd;


}
.small-box-for-image.imgParent {
    border: none !important;
}
.small-box-for-image.imgParent:hover .edit-big {
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit-big .edit img, .small-box-for-image .edit-big .edit img {
    width: 15px;
    height: auto;
    border-radius: 0;
}
.small-box-for-image.imgParent .upload-box img {
    width: 100%;
    border-radius: 10px;
}
.container-inn + .add-more a {
    font-size: 12px;
    padding: 6px 10px;
}
.small-box-for-image.imgParent p, .small-box-for-image.imgParent .primary-image {
    display: none;
}
.small-box-for-image.imgParent .upload {
    height: auto;
}
.why-do-i-need a{ border-bottom: 1px dashed #0666FA;
    padding-bottom: 5px;
    text-decoration: none;
    color: #0666FA;}
.tooltip-big {
    background: #fff;
    padding: 30px 30px;
    border-radius: 25px;
}
.tooltip-big {
    background: #fff;
    padding: 30px 30px;
    border-radius: 25px;
}
.position-relative{position: relative;}
.tooltip-big {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    position: absolute;
    right: 0;
    max-width: 500px;
    box-shadow: 0 0 38px rgba(0,0,0,0.1);
    bottom: 20px;
    right: -100px;
    transition: all 0.3s ease;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.why-do-i-need {
    position: relative;
    z-index: 9;
    margin-left: 20px;
}
.why-do-i-need:hover + .tooltip-big{
   bottom: 50px;
    z-index: 9;
     opacity: 1;
    visibility: visible;
}
.tooltip-big h5 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.tooltip-big ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
    flex: none;
}
.tooltip-big img {
    width: 15px;
    margin-right: 7px;
    flex-shrink: 0;
}
.tooltip-big ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.tooltip-big .d-flex {
    gap: 14px;
    justify-content: center;
}
.tooltip-big ul li {
    margin-bottom: 12px;
}
.tooltip-big h5 {
    font-size: 15px;
    font-weight: 600;
}
.tooltip-big ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
    margin-bottom: 0;
}
.tooltip-big h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tooltip-big:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.confirmation-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff87;
    z-index: 99999999;
    top: 0;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.confirmation-main-in {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmation-box {
    width: 400px;
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.confirmation-box .action-bar button, .confirmation-box .action-bar a {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
}
.confirmation-box .action-bar a {
    line-height: 23px;
    border-radius: 50px;
    padding: 10px 0;
}
.confirmation-box .action-bar {
    display: flex;
}
.confirmation-box button.btn.btn-outline {
    color: #0666FA;
    border: 1px solid #0666FA;
}
.confirmation-box button.btn.btn-primary, .confirmation-box button.btn.btn-outline {
    padding: 10px 10px;
}
.confirmation-box .action-bar {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.confirmation-box button.btn.btn-outline:hover {
    background: #f6f6f6;
}
.agree input[type="checkbox"]:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 65%;
}
.check-ico img {
    width: 100%;
}

.check-ico {
    width: 22px;
    margin-right: 10px;
    margin-top: 1px;
    flex-shrink: 0;
}
.thankyou-inner {
    display: flex;
}
div#form-submit, .listing-message-popup {
    position: fixed;
    right: 10px;
    max-width: 500px;
    bottom: -170px;
    z-index: 999999;
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    min-width: 320px
}
div#form-submit {
    position: fixed;
    right: 10px;
    max-width: 500px;
    bottom: -170px;
    z-index: 999999;
    background: #fff;
    padding: 20px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    min-width: 320px;
    width: auto;
    left: 15px;
    right: 15px;
}
#form-submit h5#popup-status-title {
    text-align: left;
    color: #10bd8b;
}
div#form-submit{
    bottom: -220px;
}
button#updateprofile:hover {
    background: #2979f3 !important;
}
button#updateprofile:active {
    background: #0666FA !important;
    color: #fff;
}
.error-title{color: #ff0000;}
div#form-submit.show-toast, .listing-message-popup.show-toast{bottom: 10px;}
.thankyou-message h5 {
    margin-bottom: 10px;
    font-size: 18px;
}
select#feedbackreason {
    padding-left: 14px !important;
}

.verify-id-box img{ width: 80px; margin: 0 auto 20px;}

.thankyou-message p {
    margin: 0;
    font-size: 13px;
    line-height: 21px;
}
.verify-id + h5 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
}
.myerror label{
    text-align: left;
    font-size: 12px !important;
    margin-top: 9px;
    padding-left: 0 !important;
    color: #ff0000 !important;
}
.verify-id-box .confirmation-box {
    width: 420px;
    background: #fff;
    padding: 30px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 15px;
}
.verify-id + h5 + p {
    font-size: 12px;
    line-height: 20px;
}
.sort-by-head {
    display: none;  
      
}
.close-sort {
    display: none;
}
.top-sort .sort-by-head{display: none;}
.additional-comment textarea {
    height: 75px;
}
.additional-comment p {
    margin-bottom: 5px;
    font-size: 12px !important;
    padding-top: 0;
}
#report-a-problem .close-form, #report-for-listing .close-form, #report-for-owner .close-form {
    color: #0666FA;
    position: absolute;
    right: 45px;
    top: 20px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}
#report-for-owner button.btn.btn-outline:hover, #report-for-listing button.btn.btn-outline:hover, #report-successfully button.btn.btn-outline:hover{
    background: #f6f6f6;
}
.confidential {
    margin: 10px 0 0;
}
.confidential p {
    text-align: left !important;
}
.confidential img{width: 16px}
#report-for-listing .apply-submit {
    display: flex;
    justify-content: space-between;
}
#report-for-listing .apply-submit button {
    max-width: 100px;
    flex: 1;
}
.confidential p {
    text-align: center !important;
}
#modal .modal-footer .btn-secondary:active {
    color: #0666FA;
    border-color: #0666FA;
}
#modal .modal-footer .btn-secondary:hover{background: #f6f6f6}
.profile-partner{
   display: flex;
    align-items: center;
    margin: 0;
    color: #737373;
    font-size: 12px;

}
.profile-partner img{
    width: 14px;
    height: auto !important;
    margin-right: 10px;
}
.profile-partner .stripe{text-decoration:underline; font-weight:500; display: inline-block;
    margin: 0 4px;
    font-size: 12px;}
p.profile-partner a {
    font-size: 13px !important;
}
#sst.sticky-top{top:160px}
.similar-slider .share a {
    background: #03020238;
}
.similar-slider .share a:hover {
    background: #01010182;
}
div#applyfname_validate, div#applylname_validate, div#applyemail_validate, div#requestdate_validate, #requesttime_validate, #requestphone_validate, #requestemail_validate  {
    color: #ff0000;
    margin-top: 2px;
} 
div#applyfname_validate label, div#applylname_validate label, div#applyemail_validate label, #requestdate_validate  label, #requesttime_validate label, #requestphone_validate label, #requestemail_validate label{
    font-size: 12px !important;
    font-weight: 400 !important;
}
.modal-footer{border-top:none !important}
/*
@media screen and (min-width:768px){
    div#steps-wrapper-box {
    position: fixed;
    left: 548px;
    width: 760px;
    z-index: 999 !important

    
}
}
*/
p.text-left {
    text-align: left !important;
}
div#tour-confirm #apply-now-box {
    border: 1px solid rgb(204, 204, 204);
    max-width: 450px;
}
.select-save-doc p#choosenfile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}
.select-save-doc .ntimes {
    position: absolute;
    right: 50px;
    left: inherit;
}
.profile-side-menu a.side-active {
    background: #f6f6f6;
    border-radius: 8px !important;
}
.prop-management .search{position: relative;}
.prop-management .search input {
    position: absolute;
    right: 50px;
    height: 39px;
    top: 0px;
    border-radius: 8px;
    border: 1px solid #d9d9d9 !important;
    width: 0;
    transition: all 0.5s ease;
    opacity: 0;
    outline: none;
    padding: 0 15px;
    padding-right: 5px;
    /* border-right: none !important; */
    font-size: 13px;
}
.prop-management .search a{position: relative; z-index: 9;}
/*.prop-management .search:hover a{background: none; transition: all 0.5s ease;}*/
/*
.prop-management .search input:focus {
    width: 200px;
    opacity: 1;
}
*/

/*
.prop-management .search:hover input {
    width: 200px;
    opacity: 1;
}

*/
.search.open-search input {
    opacity: 1;
    right: 50px;
    width: 200px;
    font-size: 12px;
}
.search-prop {
    flex: 2;
    margin-right: 7px;
    position: relative;
}
.search-prop img{    width: 16px;
    position: absolute;
    top: 14px;
    left: 8px;}
.search-prop input {
    padding-left: 30px;
}
a.send-message-in {
    background: #0666FA;
    width: auto;
    color: #fff;
    height: auto !important;
    padding: 3px 20px;  
    font-size: 10px;
    border-radius: 25px;
    font-weight: 600;
    line-height: 25px;
}
a.send-message-in:hover {
    background: #1d72f3;
    border-radius: 50px;
    text-decoration: none;
}
.encrypted-message {
    display: flex;
    align-items: flex-start;
    background: #f6f6f6;
    margin-top: 16px;
    border-radius: 15px;
    padding: 15px;
}
.encrypted-message p {
    margin: 0;
    margin-left: 9px;
    font-size: 10px;
    line-height: 14px;
}
.encrypted-message img {
    width: 12px;
}
.first-message {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 20px;
}
.chat-top-section > p {
    text-align: center;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 10px;
}
.first-message .form-group label {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 3px;
}
.first-message .form-group p {
    margin: 0;
    font-weight: 300;
    font-size: 11px;
}
.first-message .form-group{margin-bottom: 10px !important}
.first-message h5 {
    font-size: 15px;
    font-weight: 600;
}
.tenant-name {
    font-size: 12px;
}
.support-box .chat-box p {
    margin: 0;
}
.tenant-profile-box {
    margin-bottom: 60px;
    margin-top: 60px;
}
.tenent-btn.d-flex {
    margin-top: 20px;
    margin-right: 42px;
}
.tenent-btn.d-flex {
    gap: 15px;
}

.tenent-btn.d-flex a {
    border: 1px solid #0666FA;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 50px;
    text-decoration: none !important;
}
.tenent-btn.d-flex a:hover {
    background: #f6f6f6;
    color: #0666FA;
}
.tenent-btn.d-flex a:last-child:hover {
    background: #2979f3;
}
.tenent-btn.d-flex a:last-child {
    background: #0666FA;
    color: #fff;
}
.accept-reject-aggrement a {
    background: #f6f6f6;
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none !important;
}
.accept-reject-aggrement {
    display: flex;
    margin-left: 41px;
    gap: 15px;
    margin-top: 15px;
}
.accept-reject-aggrement a:hover {
    color: #0666FA;
    background: #eae8ff66;
}
.dayes-left-for-acceptance {
    display: flex;
    margin-left: 41px;
    margin-top: 25px;
}
.dayes-left-for-acceptance img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.dayes-left-for-acceptance p {
    margin: 0;
}
.scheduling-top .drop-option-box {
    width: 126px;
}
.user-application .d-flex.justify-content-center.align-items-center.select-save-doc{
margin-bottom: 20px;    
}
.user-application .agrement-pdf p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
}
.agrement-ready button.btn.btn-fill:hover{
    background: #1d72f3;
}
button.btn.btn-filter-top:hover, button.btn.btn-filter-top:active {
    background: #1d72f3;
    color: #fff;
        border: 1px solid #1d72f3;
}
#sort-filter .label-vertical-list.lease-term label:first-of-type a:hover {
    border-radius: 8px 8px 0 0;
}
#sort-filter .label-vertical-list.lease-term label:last-of-type a:hover {
    border-radius: 0 0 8px 8px;
}
div#apply-success > #apply-now-box {
    border: 1px solid rgb(204, 204, 204);
} 
div#cancelSubscriptionModal {
    z-index: 99999;
}
div#cancelSubscriptionModal  .modal-dialog {
    transform: none;
    margin-top: 180px;
    max-width: 410px;
}
div#cancelSubscriptionModal .btn.btn-secondary{display: none;}
div#cancelSubscriptionModal .modal-body {
    font-size: 14px;
    line-height: 20px;
}
div#cancelSubscriptionModal button.btn.btn-danger.cancel-subscription {
    font-weight: 400;
    border-radius: 8px;
}
div#cancelSubscriptionModal button.btn.btn-danger.cancel-subscription:hover {
    background: #c12433;
}
div#cancelSubscriptionModal .btn:first-child:active {
    color: #0666FA;
    border-color: #0666FA;
}
.how-it-work .text-desc {
    max-width: 400px;
    margin-top: 24px;
    line-height: 23px;
}
#how-it-work-top-sec button.btn.btn-purple img {
    width: 20px;
    margin-left: 6px;
}
.how-it-work .text-desc p:last-child {
    margin-bottom: 0;
}

section.hero-home.how-it-work button img, .start-screening img {
    width: 20px;
    margin-left: 5px;
}

.how-it-work .text-desc p {
    margin-bottom: 30px;
    font-size: 16px;
}
.get-start button {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 50px;
    border-radius: 5px;
    margin-top: 30px;
}
.hero-sec img {
    width: 100%;
}
.ccn {
    text-align: left;
}
.ccn h2, .ccn p, .ccn button {
    color: #fff;
    margin-bottom: 0;
}
.ccn p {
    margin: 30px 0;
    font-size: 14px;
    line-height: 22px;
}
#how-it-work-top-sec h3{
    color: #0666FA
}
button.btn.btn-purple {
    background: #0666FA;
    color: #fff;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
}
#hiw-black-text h2 {
    margin-bottom: 18px;
}
.pd {
    padding: 0 40px;
}
section#how-it-work-top-sec h3, section#how-it-work-top-sec h2, section#how-it-work-top-sec p {
    margin: 0;
}
section#how-it-work-top-sec h3 {
    font-size: 20px;
    font-weight: 700;
}
section#how-it-work-top-sec h2 {
    margin: 25px 0;
}
section#how-it-work-top-sec h2 {
    margin: 25px 0 0;
    padding: 0 20px;
    font-size: 32px;
}

section#how-it-work-top-sec p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 70px;
    margin: 40px 0;
    color: #324158;
    font-weight: 400;
}
.how-it-work .get-start button:hover, .start-screening  button:hover, .start-screening  a:hover {
    padding-left: 60px;
    padding-right: 55px;
}

#how-it-work-top-sec button:hover {
    padding-left: 70px;
    padding-right: 65px;
}

.how-it-work .get-start button {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 50px;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 18px;
    transition: all 0.5s ease;
}
.start-screening  button, #how-it-work-top-sec button {
    transition: all 0.5s ease;
}
.how-it-work .get-start button img, .start-screening  button img, #how-it-work-top-sec button img {
    transition: all 0.5s ease;
}

.how-it-work .get-start button:hover img, .start-screening  button:hover img, #how-it-work-top-sec button:hover img{
    transform: translateX(10px);
}
.start-screening button, .start-screening a, .start-screening a:active {
    border: 2px solid #fff !important;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    color: #fff !important;
     transition: all 0.5s ease;
}
.search-application .serach-icon {
    position: absolute;
    right: 14px;
    top: 12px;
}
.bottom-aplication .left-banner {
    width: 220px;
}
.bottom-aplication {
    margin-left: 40px;
    width: auto;
}
.bottom-aplication .right-banner .applications-btn a.accept.btn, a.reject.btn {
    background: #0666fa;
    color: #fff;
}
.bottom-aplication .right-banner .applications-btn a {
    border-radius: 50px;
    margin-left: 7px;
    padding: 10px 20px;
}
.search-application .serach-icon img {
    width: 17px;
}
.bottom-aplication .right-banner .applications-btn {
    margin-top: 15px;
}
.Order-line img {
    width: 15px;
    height: 15px;
}

.Order-line {
    color: #0666fa;
    font-weight: 500;
    width: 300px;
    display: flex;
    gap: 5px;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 600;
}
.bottom-aplication .right-banner .applications-btn a.view.btn:hover {
    background: #eaf2ff;
}
.bottom-aplication .right-banner .applications-btn a.view.btn {
    border: 1px solid #0666fa;
    color: #0666fa;
}
.bottom-aplication .right-banner .applications-btn a.accept.btn:hover, a.reject.btn:hover {
    background: #287dff;
}
.search-application {
    position: relative;
}
.search-application input[type="text"] {
    border: none;
    background: #fff;
    width: 400px;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
}
.start-screening button:hover, .start-screening a:hover {
    background: #fff3;
}
.ccn {
    text-align: left;
    padding-left: 13px;
}
#hiw-black-text h2, #hiw-black-text p{color: #324158 !important}
 #hiw-black-text p{font-size: 14px; font-weight: 400;}
.how-it-work-inner .pd {
    padding: 0 20px;
}
#ownwr-benifits .lt-find {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 0;
}    
#ownwr-benifits  p {
    color: #fff !important;
    margin: 30px 0;
}
#ownwr-benifits .what-good.waitlist-box {
    padding: 100px 0 !important;
}

#ownwr-benifits .overlay{
    background: rgb(255,245,199);
background: linear-gradient(90deg, rgba(255,245,199,0) 0%, rgba(0,0,0,1) 100%);
height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    opacity: 0.2;
}
.waitlist-box button.btn-default img, .join-waitlist img {
    right: 14px;
    opacity: 1;
}
    .waitlist-box button.btn-default {
        padding: 12px 35px;
        padding-right: 40px;
        padding-left: 24px;
    }
#popular-city p {
    text-align: left;
}
#popular-city h2 {
    text-align: left;
    margin: 0;
}
section#popular-city img {
    width: 100%;
    border-radius: 10px;
}
.city-box p b {
    font-weight: 600;
    color: #324158;
    padding: 8px 0;
    display: block;
} 
#popular-city .what-good {
    text-align: left;
}
#popular-city h2 + span {
    color: #07BB54;
    background: #dcffe9;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -6px;
}
.city-box a {
    color: #324158;
}

.city-box b {
    margin: 0 !important;
    padding: 0 !important;
}
.city-box img {
    transition: all 0.5s ease;
}

.city-box:hover img {
    transform: scale(1.01);
}
#popular-city h2 {
    font-size: 25px;
    margin-right: 8px;
}
#popular-city p {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 30px;
    font-weight: 400;
}
#popular-city h2 {
    font-size: 25px;
    margin-right: 8px;
    display: inline-block;
}
footer.position-relative.z-index-10.d-print-none .list-unstyled li a:hover {
    text-decoration: none;
    color: #0666FA !important;
}
#popular-city .col-md-3:last-child p, #popular-city .col-md-3:nth-last-child(2) p, #popular-city .col-md-3:nth-last-child(3) p, #popular-city .col-md-3:nth-last-child(4) p {
    margin-bottom: 0;
}
#popular-city  a:hover{text-decoration: none}
#hiw-black-text .what-good.purple-bg, .lower-sec .what-good, #how-it-work-top-sec .what-good{
    padding-top: 0;
    padding-bottom: 0;
}
section#how-it-work-top-sec, .lower-sec {
    padding: 120px 0;
}
.how-it-work .container.py-6.py-md-7.text-white.z-index-20 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.lower-sec {
    padding-bottom: 50px;
}
.ccn.sccn {
    margin-top: 40px;
}
ul.navbar-nav a:hover {
    background: #e2e2e2;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 15px !important;
}
#apply-success #apply-now-box{padding: 50px !important}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border-radius: 35px !important;
    padding: 15px 35px !important;
}
button.swal2-cancel.swal2-styled.swal2-default-outline{
    border-radius: 35px !important;
    padding: 15px 35px !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    padding-top: 0 !important;
}
div:where(.swal2-container) {
    z-index: 99999 !important;
}
div:where(.swal2-icon)
 {
     width: 40px !important;
    height: 40px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-icon) .swal2-icon-content {
    font-size: 30px !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup {
    padding-bottom: 40px !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    color: #000A18 !important;
}
div:where(.swal2-icon).swal2-warning {
    border-color: #facea8 !important;
    color: #f8bb86;
    border-width: 4px !important;
}
.card-img-top.overflow-hidden.gradient-overlay {
    padding: 10px 10px;
}
.card-img-top.overflow-hidden.gradient-overlay > a img {
    border-radius: 8px;
}
.card-img-top.overflow-hidden.gradient-overlay {
    padding-bottom: 0;
}
#property-list-block .card-img-top.overflow-hidden.gradient-overlay > a img {
    border-radius: 8px;
    height: 180px;
    object-fit: cover;
    width: 100%;
}
#results .card-body.d-flex.align-items-center {
    align-items: flex-start !important;
}
.swal2-container h2#swal2-title {
    font-size: 17px;
    margin: 0 110px;
}
div#swal2-html-container {
    font-size: 15px;
    margin: 10px 90px 0;
}
.notification-box .bell img {
    width: 20px;
}
.notification-box{background: #fff;}
.notification-box {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 9px;
}
.notification-box .delete-btn img {
    width: 20px;
}
.notification-box .delete-btn {
    text-align: right;
}
.notifications-wrapper .notification-box {
    margin-bottom: 20px;
}
.notification-box .bell {
    margin-right: 15px;
}
.notification-box .reply-btn {
    color: #0666fa;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
}
.notification-box .not-fication-details p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}
#application-view .seller-avatar img {
    width: 37px !important;
    height: 37px !important;
}
.notification-box .date-time {
    font-size: 12px;
    margin-top: 10px;
    color: #737373;
}
#landlord-invoice-popup {
    z-index: 99999 !important;
}
div#invoice-status-badge {
    font-size: 14px;
    font-weight: 500 !important;
}
.timer-box {
    margin-left: 40px;
    /* text-align: left !important; */
}
@media screen and (max-width:767px){
.applicant-name h3 {
        margin-bottom: 7px;
}    
.profile-side-menu li.switcher {
    margin-left: 12px;
    position: absolute;
    bottom: 10px;
}
.profile-side-menu .switcher a {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 222px !important;
        text-align: center;
        justify-content: center;
    }
.profile-side-menu ul li a {
    padding: 11px 12px;
}
.profile-side-menu ul {
    margin-left: 12px;
}    
.profile-side-menu li.switcher {
        width: calc(100% - 30px);
    }    
.listed-by .listed-person {
    padding-bottom: 50px !important;
} 
.listed-by .listed-person.d-flex img.avatar.avatar-lg.p-1.flex-shrink-0.me-4 {
    width: 35px;
    height: 35px;
}
    
.similar-slider img.img-fluid {
    height: 200px;
}    
#any-price-more .drop-box-scroll .mt-4:last-child {
    margin-bottom: 80px;
}    
.drop-inner a {
    padding: 10px 10px !important;
}
.key-features ul li {
        white-space: nowrap;
    }  
.key-features {
        padding-bottom: 30px !important;
    }    
#popular-city .col-md-3:nth-last-child(4) p {
    margin-bottom: 30px;
} 
#popular-city .col-md-3:nth-last-child(3) p {
    margin-bottom: 30px;
}     
.search-line p {
    text-shadow: 1px 1px 5px rgb(0 0 0);
}   
.search-line  img{
    filter: drop-shadow(1px 1px 1px #222);
}    
.ccn.sccn {
    margin-top: 0px;
    padding-left: 0;
}   
.main-heading-home {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}    
.ccn.sccn h2 {
    margin-bottom: 0 !important;
}     
.faq.lower-sec .what-good {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}    
 .hero-home.how-it-work {
    margin-top: 93px;
}      
#popular-city .col-md-3:last-child p, #popular-city .col-md-3:nth-last-child(2) p {
    margin-bottom: 0;
}
.search.open-search input {
    opacity: 1;
    right: 50px;
    width: 200px;
    position: fixed;
    top: 110px !important;
    z-index: 99;
    left: 20px;
    right: 30px !important;
    width: auto;
    font-size: 12px;
    box-shadow: 0 0 0px 640px rgba(0, 0, 0, 0.5);
}    
#popular-city h2 + span {
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 500;
    position: relative;
    top: -3px;
}
#popular-city h2 {
    font-size: 23px;
    margin-right: 8px;
    display: inline;
}    
#ownwr-benifits .lt-find br {
    display: none;
    /* font-size: 20px; */
}
    #ownwr-benifits .lt-find {
        font-size: 22px;
        line-height: 30px;
        padding: 0 10px;
        text-align: left !important;
    }
#ownwr-benifits p {
        text-align: left !important;
    }    
.waitlist-box button.btn-default {
        margin: 0 auto;
        margin-left: 15px !important;
        padding: 12px 25px;
        border-radius: 50px;
    padding-right: 40px;
    }    
#ownwr-benifits p {
    margin: 30px 10px;
}
#ownwr-benifits .overlay {
    opacity: 0.5;
}    
#ownwr-benifits .what-good.waitlist-box {
    padding: 50px 0 37px !important;
}
#ownwr-benifits .what-good.waitlist-box {
    padding: 50px 0 !important;
    background-position: left -100px center !important;
}
#ownwr-benifits p {
    color: #fff !important;
    margin: 20px 10px;
}
#ownwr-benifits .what-good.waitlist-box {
    padding: 30px 0 30px !important;
    background-position: left -100px center !important;
}
#ownwr-benifits .waitlist-inner {
        padding-left: 100px;
        padding: 0 20px;
        text-align: left !important;
    }    
#hiw-black-text p{font-size: 14px; line-height: 20px; font-weight: 400;}
.how-it-work .text-desc p {
    font-size: 14px;
        font-weight: 400;
        line-height: 20px;
}
    .ccn p {
        font-size: 14px;
        line-height: 20px;
    }    
.how-it-work .text-desc {
    max-width: 227px;
    margin-top: 24px;
    line-height: 23px;
}    
#hiw-black-text p {
    text-align: left;
}
#hiw-black-text .icon {
    width: 60px;
    margin-bottom: 10px;
}    
#hiw-black-text .icon img {
    width: 100%;
}    
.how-it-work .main-heading-home {
    font-size: 28px;
}
section#how-it-work-top-sec h2 {
    margin: 25px 0 0;
    padding: 0 0px;
    font-size: 20px;
}
#hwl-ttop {
        margin-bottom: 0;
        height: auto;
        min-height: auto;
    }    
section#hwl-ttop .swiper-slide {
        background-position: right -220px center;
    }
    
.hero-home.how-it-work .top-sec {
    padding-left: 10px;
    /* width: 200px; */
}    
.hero-home.how-it-work .top-sec h1 {
    width: 200px;
    line-height: 38px;
}    
.lower-sec .what-good {
    padding: 0 !important;
}
.lower-sec {
    padding: 70px 0 !important;
}
.start-screening button {
    padding: 14px 35px !important;
    font-size: 15px !important;
    font-weight: 400;
}    
.how-it-work .get-start button {
    padding: 14px 50px;
    font-size: 15px;
    font-weight: 400;
}
button.btn.btn-purple {
    padding: 14px 50px;
    font-size: 15px;
}    
#banner-bottom-hiw .text-left.text-lg-start {
    padding-left: 20px;
}
#banner-bottom-hiw .text-desc {
    padding-left: 20px !important;
}
/*
#banner-bottom-hiw  .get-start button {
        padding: 11px 30px !important;
        font-size: 15px !important;
        margin-left: 20px;
    }    
*/
#banner-bottom-hiw .get-start {
    margin-left: 20px;
}
.how-it-work .text-desc p {
    margin-bottom: 15px;
}    
section#how-it-work-top-sec p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0px;
    margin: 25px 0;
}
    .pd.last-child{margin-bottom: 0 !important}    
section#how-it-work-top-sec h2 {
    margin-top: 15px !important;
    font-size: 23px;
}
#hiw-black-text h2 {
    font-size: 18px;
    margin-top: 18px !important;
    text-align: left;
}    
#hiw-black-text p {
    text-align: left;
}    
section#how-it-work-top-sec h3 {
    font-size: 15px;
    font-weight: 700;
} 
      
/*
section#hwl-ttop {
    height: auto;
    min-height: auto;
}
*/
section#hwl-ttop .container.py-6.py-md-7.text-white.z-index-20 {
    margin-top: 0px;
    padding-bottom: 70px !important;
    padding-top: 70px !important;
}    
section#hwl-ttop .swiper-slide {
/*    background-position: -480px center;*/
}    
    .hero-sec {
        position: relative;
        top: 0;
        max-width: 200px;
        left: -10px;
    }
.hero-sec .icon {
    position: absolute;
    right: 10px;
    top: -4px;
    width: 50px;
}
.ccn h2, .ccn p {
    text-align: left;
}
.start-screening {
    text-align: left;
}
ccn h2 {
    text-align: left;
    margin: 0 !important;
    font-size: 20px;
    width: 260px;
}
.ccn p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
}    
.ccn {
    text-align: center;
    padding-left: 10px;
}

section#banner-bottom-hiw {
    height: auto !important;
    min-height: auto;
    background-size: cover;
    background-position: -280px center;
    margin-top: 0;
}    
section#hiw-black-text {
    padding: 0 0 !important;
}
section#how-it-work-top-sec {
    padding: 0px 0 !important;
}
#hiw-black-text .what-good.purple-bg {
    padding-top: 0;
    padding-bottom: 0;
}    
    #hiw-black-text{
        padding: 50px 0 !important;
    }    
    #how-it-work-top-sec .what-good {
        border-radius: 10px;
        padding: 70px 10px;
        text-align: left;
    }    
#hiw-black-text .icon {
            width: 70px;
        margin: inherit;
        margin-right: auto;
        margin-bottom: 0;
}    
#hiw-black-text .what-good {
        padding-left:  10px;
        padding-right:  10px;
    }    
.how-it-work-inner{padding: 70px 0 !important}    
.how-it-work-inner    .pd {
        padding: 0px 0;
        margin-bottom: 50px;
    }    
.py-5.lower-sec .what-good {
    padding: 0 !important;
}
    .py-5.lower-sec .what-good .ccn h4{font-size: 25px;}    
.py-5.lower-sec {
    padding: 70px 0 !important;
}
#banner-bottom-hiw {
    padding: 70px 0;
    background-position: right -140px center !important;
    margin-bottom: 0;
}

#banner-bottom-hiw .container {
    padding: 0 0 !important;
}    
#prop-search-result .address {
    max-width: 100%;
}    
.drop-dots-menu img {
    width: 25px;
    }
.userlogedin .drop-inner-top span.arrow {
        display: inline;
    }
.userlogedin #userDropdownMenuLink {
    pointer-events: none
}    
    .userlogedin .dropdown-menu.dropdown-menu-end.show-drop-menu{
        opacity: 1 !important;
        display: block;
        position: absolute;
    } 
.navbar .dropdown-menu {
    min-width: 160px;
}
.navbar .dropdown-menu.dropdown-menu-end {
    margin-top: 0;
}    
.Lease-Files .d-flex.payment-successfull-inn.accepted.mt-0 {
    width: auto;
    align-self: flex-start;
}

.mob-gap-10{gap:0} 

.mob-justify-end{justify-content: flex-end}    
#Apply-now div#apply-now-box {
    padding: 0 !important;
}    
.Lease-Files select#propertytype {
    margin-bottom: 0;
}    
    #Apply-now div#apply-now-box > div{padding: 25px !important}
#Apply-now h4 img {
    width: 16px;
    margin-right: 10px;
}
#applyNow #apply-now-box #uppload .select-save-doc .pdf-block img {
    margin-top: 0 !important;
}
#Apply-now h4 {
    margin-top: 30px;
}
div#apply-success > #apply-now-box {
    border: 1px solid rgb(204, 204, 204);
}    
.tenent-btn.d-flex a {
    padding: 7px 12px;
    font-size: 10px;
}
    .mob-fd-column{flex-direction: column;}    
.my-application-box .applicant-name .application-id {
    font-size: 12px;
    width: 100%;
    margin-left: 0px;
    padding-left: 41px;
    padding-top: 5px;
    font-weight: 500;
}    
.my-application-box .applicant-name .align-items-center {
    align-items: flex-start !important;
}    
.tenant-profile-box {
    margin-bottom: 30px;
    margin-top: 30px;
}    
.tenent-btn.d-flex {
    margin-top: 50px;
    margin-right: 12px;
}
.tenent-btn.d-flex {
    gap: 4px;
}
 .tenant-profile-box   .cover-image-wrapper .user {
        width: 60px;
        flex-shrink: 0;
        margin-left: 12px;
        height: 60px;
    }
 .tenant-profile-box     .cover-image-wrapper .user img {
        width: 100%;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff !important;
    }   
.tenant-detail {
    padding: 0 20px;
    padding-bottom: 10px;
}
.my-application-box .agrement-pdf {
    margin-left: 0;
}
.ai-agrement > .d-flex {
    flex-direction: column;
}
.ai-agrement .create-agrement {
    flex: 1;
    padding-right: 0;
}
.ai-agrement .price.d-flex {
    width: 100%;
    padding-left: 31px;
    padding-top: 5px;
}    
.ai-agrement .create-agrement {
    padding: 10px 36px;
}    

.imgpreview {
    width: 60px;
    height: 60px;
}    
div#apply-now-box input.form-control {
    margin-bottom: 0;
}
.step4 input#ownerephone {
    padding-left: 0;
}    
#requestatour #time-select {
    height: auto;
    line-height: normal;
    padding: 10px 10px;
    margin-bottom: 0;
}    
.moving-cost {
    align-items: center;
}
#tour-request-reject h2 {
    font-size: 16px !important;
}
select#reasons {
    margin-bottom: 0;
}    
.get-started.identity-verified {
    padding-left: 0 !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
    margin-left: 47px !important;
}    
.profile-partner {
    flex-wrap: wrap;
}
.profile-partner img {
    margin-left: -25px;
}
.profile-partner {
    padding-left: 20px;
}
.verify-id-box .confirmation-box {
    max-width: 420px;
    width: 94%;
}    
.white-box {
    padding: 20px;
}    
div#report-successfully div#apply-now-box  h2 {
    font-size: 30px;
}
.get-started {
    margin: 20px 10px 0;
}    
.confirmation-box {
    max-width: 400px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 93%;
}    
.close-sort {
    position: absolute;
    right: 14px;
    font-size: 30px;
    display: block;
    font-weight: 400;
} 
.sort-by-head {
    padding: 5px 0;
    font-weight: 600;
    font-size: 20px;
    display: block !important;
    border-bottom: 1px solid #ccc;
}    
.top-sort label a {
    font-size: 15px !important;
        font-weight: 500 !important;
        color: #324158 !important;
        padding: 15px 0 !important;
        display: block;
        border-bottom: 1px solid #ccc;
        border-left: 0;
        border-right: 0;
}    
.top-sort {
        z-index: 99;
        position: fixed;
        opacity: 1;
    display: none;
    }
.top-sort .filter-drop-box {
    right: 0px;
    left: inherit;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    height: 100%;
    text-align: center;
}    
div#ownership_document_validate, div#ownershiptype_validate {
    margin-top: -8px;
    margin-bottom: 15px;
}    
#modal .preview {
    display: none;
}
#modal .modal-header {
    padding: 11px 13px;
}    
div#modal .close {
    top: 7px;
}    
.tooltip-big .d-flex {
     flex-direction: column;
}    
.tooltip-big {
    right: 0;
    /* width: 500px; */
    padding: 10px 20px;
}   
.tooltip-big h5 {
    text-align: left;
    margin-top: 10px;
}    
.tooltip-big .d-flex {
    gap: 0;
}    
.small-box-for-image .upload-box p {
    font-size: 7px;
}
.small-box-for-image .upload-box img {
    width: 25px;
    margin: 0 auto;
} 
.small-box-for-image .upload-box p {
    font-size: 7px;
    margin-top: 0;
    padding: 0px 0;
    line-height: 16px;
}
.small-box-for-image .primary-image {
    background: #F6F6FF;
    margin: 0 20px;
    color: #324158;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 8px;
}
.form .container-inn > div {
    height: 88px;
    border-radius: 10px;
}
div#modal .modal-dialog.modal-lg {
    margin-top: 30px;
}
.modal-title {
    font-size: 15px;
}
    
.small-box-for-image .primary-image {
    padding: 4px 0;
}
.form .container-inn {
    display: flex;
    flex-wrap: wrap;
}
.form .container-inn > div {
    width: 48%;
}    
div#Apply-now div#apply-now-box {
    top: 5px;
}
#applyNow #apply-now-box #uppload .d-flex.justify-content-center.align-items-center.select-save-doc {
    padding: 30px 0;
}
#Apply-now .upload-doc p {
    text-align: center !important;
}    
#Apply-now .upload-application {
    flex-direction: column;
}
#Apply-now .upload-doc p.text-blue {
        text-align: center !important;
        font-size: 13px !important;
    }    
#Apply-now .or {
    margin: 21px auto 21px !important;
}    
#applyNow #apply-now-box #uppload .d-flex.justify-content-center.align-items-center.select-save-doc {
    padding: 20px 0;
}    
h4.detail-sub-title {
    text-transform: capitalize;
}
.similar-slider .card-body.d-flex.align-items-center.cities__item {
        padding: 20px 20px;
    }
.d
ul.list-unstyled.amenities li img {
    width: 15px;
}    
div#Apply-nowNew div#apply-now-box .d-flex img {
    width: 30px;
    margin-bottom: 5px;
}
/*
.top-sort {
    z-index: 9;
    position: absolute;
    opacity: 0;
}    
*/
.multi-select-button {
    padding: 11px 5px;
    padding-right: 40px;
}    
.step-wrapper {
    padding: 0 5px;
    padding-top: 10px;
}    
div#steps-whole {
    height: auto;
}    
input#ownershiptitle::placeholder {
  font-size: 9px;
}    
.add-more-side a {
    padding: 4px 7px;
    font-size: 14px;
    white-space: nowrap;
}    
.step-next-back-wrapper {
    padding: 10px 5px;
} 
.multi-select-menu {
    max-height: 142px !important;
}    
#step2 .agrement-pdf #ownershiptype {
    margin-bottom: 15px !important;
}    
#step2  #ott  .mob-mb-0{margin-bottom: 0 !important}
#step2 div#ott .form-group {
    margin-bottom: 15px;
}    
#step4 .form-group {
    margin-bottom: 30px;
}    
    #step4 .do-not label{font-size: 12px;} 
    #step4 .do-not label input{margin-right: 5px}
#step4  input[type="checkbox"]::before {
    border-radius: 0;
    background-image: url(https://www.goodtolease.com//public/assets/images/checkwhite.png) !important;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-size: 65%;
    width: 100%;
    height: 100%;
    }
.next-step > .d-flex {
    margin-top: 20px;
}    
.listing-received.d-flex img {
    width: 25px;
}
.listing-received.d-flex .listing-image-preview {
    width: 50px;
    height: 60px;
}  
.success-box  .listing-image-preview img{
    width: 100%;
}     
.success-box  .listing-image-preview {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}    
.success-box .review-listing > div {
    flex-direction: column;
}    
.success-box .in-review {
    white-space: nowrap;
    color: #0666FA;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    text-align: left;
    margin-left: 75px;
    margin-top: 10px;
}    
.next-step  button.btn.btn-primary, .next-step button.btn.btn-ourtline-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 12px;
    width: 50%;
    height: 44px;
}    
    
.form-group label.fz12m.color888 {
    align-items: flex-start;
}    
    .form-group label.fz12m.color888 input{
        position: relative;
        top: 3px;
    }    
.profile-container {
    padding: 0px 10px 70px !important;
}    
.switcher-and-user {
    flex-direction: row !important;
    margin-top: 0px;
    margin-bottom: 20px;
}
div#steps-wrapper-box {
    padding-top: 20px;
    margin-top: -24px !important;
    padding-bottom: 0px;
    z-index: 90 !important;
}    
.step-list:after {
    top: 14px;
    left: 53px;
    right: 58px;
}
    
    nav.navbar.navbar-expand-lg.fixed-top.shadow.navbar-light{box-shadow: none !important}    
    
p#please-show {
    color: #324158;
    padding-left: 28px;
    line-height: 19px;
    font-weight: 300;
}
div#steps-wrapper-box:before {
    content: "";
    height: 10px;
    background: #f5f5f5;
    width: 100%;
    position: absolute;
    bottom: 80px;
}
.form .step-next-back-wrapper  .container > div {
    width: 100%;
    float: left;
    padding: 0 !important;
    transform: none;
    margin: 0;
}    
#step1 .form-group .lease-term input[type="checkbox"] {
    margin-bottom: -3px;
}    

/*
 .pac-container.pac-logo {
    margin-top: -70px;
}   
*/

.switcher img {
    width: 14px;
}
.switcher a {
    font-size: 12px;
}    
.dashboar h1 {
    font-size: 17px !important;
}
.switcher a {
    margin-bottom: 0;
    padding: 14px 12px;
    white-space: nowrap;
}

.switcher-and-user h1 {
    margin-bottom: 0;
        font-size: 18px !important;
        margin-top: 12px;
}
    
div#chat-header .d-flex.flex-direction-column.justify-content-between.mob-drop-doc {
    top: 55px;
}
.message-right-panel.show-message-box .close {
    z-index: 9999;
    display: block
}    
.waitlist-inner {
    text-align: center !important;
}
    .waitlist-box .lt-find{text-align: center !important}
.waitlist-box    .text-left{text-align: center !important}
    .waitlist-box button.btn-default{margin: 0 auto;}    
.not-found.text-center {
    padding: 0 0;
    margin-top: 70px;
}
.not-found.text-center h1 {
    margin-bottom: 15px;
}
.not-found .back-arrow {
    width: 100%;
    margin: 23px auto 0;
}    
.waitlist-inner {
    padding-left: 0;
}
.waitlist-box .lt-find {
    line-height: 37px;
    text-align:left
}
.faq .what-good.waitlist-box {
    padding-bottom: 0 !important;
}    
.dashboar > .d-flex h1 {
    width: 100%;
}    
.dashboar > .d-flex {
    flex-direction: column-reverse;
}
.switcher a {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0px;
}

.switcher {
    background: transparent;
    display: flex;
    border-radius: 8px;
    width: 100%;
    justify-content: flex-end;
}    
  
.view-sample a {
    background: no-repeat;
    color: #0666FA !important;
}
#form-support .form.m-0.p-3.rent-estimate-right {
    margin-top: 20px !important;
}
.rent-estimate-left .view-sample a {
    background: none !important;
    color: #0666FA !important;
}    
.mrl-wrapper .col-md-7 .form {
    padding: 30px 20px !important;
}
.mrl-wrapper .col-md-7 .form {
    padding: 30px 20px !important;
}
section#make-smarter-banner .text-center p br {
    display: none;
}
section#make-smarter-banner .text-center h2 {
    font-size: 20px;
    padding: 0 10px;
    line-height: 30px;
}
section#make-smarter-banner .text-center {
    gap: 10px;
}
.mrl-wrapper .rent-estimate-heading {
    padding: 15px 0;
    font-size: 17px;
    font-weight: 600;
}
.mrl-wrapper #form-support p {
    margin-top: 20px;
}
.refer-and-earn .form-group {
    margin-bottom: 0;
    margin-top: 30px;
}
.refer-and-earn .form-label {
    margin-bottom: 10px;
}
.refer-and-earn .security-deposit {
    margin-top: 0;
    margin-bottom: 10px;
}
.refer-and-earn .add-more {
    padding: 10px 0;
}    
.refer-and-earn .what-good {
    margin-top: 20px !important;
}
.mrl-wrapper .col-md-7 .form {
    padding: 30px 20px !important;
}
    #form-support .mrl-wrapper p.note{margin-bottom: 0 !important}    
.faq-left.text-left {
    padding: 0 8px;
}    
.rent-estimate-heading img {
    width: 20px;
    margin-right: 10px;
}    
#make-smarter-banner {
    padding: 30px 0px;
}
section#make-smarter-banner .text-center h2 br {
    display: none
}
.recent.d-flex.justify-content-between {
    margin-bottom: 25px;
    flex-direction: column;
}    
.blog-img img {
    width: 100%;
}
.search-blog {
    margin-top: 15px;
}
.blog-publish-date {
    margin-bottom: 20px;
}
.blog-detail .blog-share h4 {
    font-size: 16px;
}
.blog-share .social a img {
    width: auto;
    height: 15px;
}
.blog-detail .blog-share .social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.tags a {
    font-size: 12px;
    margin-bottom: 10px !important;
    display: inline-block;
}
.blog-share {
    padding: 15px 0;
}
.blog-share .author-box {
    padding: 20px 20px;
    border: 1px solid #a8a8a8;
    border-radius: 10px;
}
.blog-list .divider.mtb-40 {
    margin: 25px 0;
}    
section#form-support.blog-list {
    margin-top: 80px !important;
}
.blog-list .blog-footer.d-flex.justify-content-between.align-items-center {
    margin-bottom: 0;
}    
.search-blog button.search-blog-btn {
    top: 8px;
} 
.search-blog input {
    width: 100%;
}    
section.blog-list h1 {
    font-size: 20px;
}
.mrl-wrapper {
    margin: 35px 0 !important;
}
#form-support .rent-estimate-left .form.m-0.p-3 {
    padding: 25px !important;
}    
.coming-soon {
    width: 100%;
    padding-left: 0;
    color: #fff;
    text-align: center;
}    
.coming-soon + h2 {
    margin-left: 0 !important;
    text-align: center !important;
    padding-left: 0 !important;
    width: 100%;
}    
.agrement-ready h2 {
    font-size: 20px;
    margin-bottom: 11px;
}
.agrement-ready .review-listing {
    padding: 25px !important;
}
.order-details {
    padding: 20px !important;
}    
.user-application .review-listing {
    border-radius: 12px !important;
}    
.user-application .order-details  .listing-image-preview {
    width: 50px;
    flex-shrink: 0;
    max-width: 60px;
    flex-shrink: 0;
}    
  .muticard-wrapper {
    text-align: right;
    justify-content: flex-end;
    display: flex;
}
.pro button.btn.btn-primary {
    font-size: 17px;
    padding: 10px 0;
}    
.agrement-ready .agrement-pdf.mt-10 {
    padding: 15px;
    border: 1px solid #ebebeb;
}
.agrement-ready .agrement-pdf .pdf-block {
    width: 50px;
    height: 50px;
    padding: 0;
    flex-shrink: 0;
    border-radius: 5px;
}    
.user-application .divider.mtb-40 {
    margin: 25px 0;
}
.user-application .agrement-pdf > .d-flex {
    flex-direction: row;
}    
.payment-header {
    padding: 20px 15px;
}
.payment-body {
    padding: 15px 4px;
}
.payment-body p {
    font-size: 10px !important;
}
.order-details .review-listing {
    padding: 10px !important;
}    
.user-application .payment-method .single-line.d-flex.justify-content-between p {
    margin: 0;
    font-size: 12px;
}    
.prop-detail .sb-history-box .d-flex.mt-4{
        flex-direction: column;
}
.user-application .d-flex.payment-successfull-inn {
    width: 93px;
    line-height: 14px !important;
    align-items: flex-start;

}
.user-application .listing-details-prev h6 {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.user-application .d-flex.justify-content-center.align-items-center.select-save-doc {
    padding: 18px 0;
}    
    .user-application .d-flex.payment-successfull-inn .green-tick{margin-right: 5px; flex-shrink: 0}    
.user-application .or {
    display: flex;
    max-width: 100px;
    width: 100px;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    color: #222;
    margin: 20px auto;
}  
    
#form-support .form.dashboard-form {
    padding: 20px 20px;
}
#form-support .form.dashboard-form h2 {
    font-size: 23px;
}
 #form-support p {
    font-size: 12px !important;
    line-height: 20px;
}    
.profile-container.p-10 {
    width: 100%;
}
.drop-option-box {
    right: 0;
}    
    .mobw80{width: 80%}    
    .mob-drop-doc{flex-shrink: 0}    
.about-us .popup-inner > div {
    padding: 20px 20px;
}
.about-us .popup-inner {
    border-radius: 15px;
}
.about-us .login-form.home-video {
    margin-bottom: 0;
}
.about-us .form-control {
    padding: 15px 10px;
}    
#signuppopup  .popup-header {
    font-size: 20px;
    font-weight: 600;
}
#signuppopup button.btn.btn-primary {
    font-weight: 500;
    padding: 12px;
}    
#signuppopup .login-form.home-video {
    margin-top: 15px;
}
#signuppopup  .popup-header {
    margin-bottom: 15px;
}
#signuppopup select.form-control {
    margin-bottom: 15px;
}    
.subscriptions .review-listing {
    padding: 20px;
}    
.active-subscription h2 {
    font-size: 16px;
}
.profile-container p {
    font-size: 12px;
}
.active-row {
    padding: 16px 18px;
}
.active-row.justify-content-between.d-flex.align-items-center > div {
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}
.subscription-price {
    margin-right: 0;
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}
.active-row .subscription-price + div {
    font-size: 12px;
}
.manage > div {
    flex-direction: column;
}
.sb-history-box .green-tick {
    flex-shrink: 0;
}
.sb-history-box .green-tick {
    flex-shrink: 0;
}
.sb-history-box {
    border-radius: 8px;
}    
.active-row.justify-content-between.d-flex.align-items-center .green-tick {
    flex-shrink: 0;
}
.active-row {
    margin-top: 15px;
}
.bell-icon {
    flex-shrink: 0;
}    
.sb-history-box {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
}    
#signuppopup .about-us p {
    margin-bottom: 15px;
}    
.step-list {
    margin-left: -20px;
}    
.cancel-step {
    color: #0666FA;
    font-weight: 500;
    font-size: 10px;
    margin-left: 0;
    position: absolute;
    top: -21px;
    right: 20px;
}
.step-list .circle {
    background: #ebebeb;
    color: #324158;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 32px;
    font-size: 12px;
    position: relative;
}
.step-list .step {
    text-align: center;
    /* flex: 1; */
    width: 25%;
    max-width: 25%;
}
.step-list .circle:before {
    border-radius: 0 50px 50px 0;
}
.step-list .circle:after {
    margin-left: 8px;
}    
    
.step-list .step p {
    color: #324158;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 5px;
    font-size: 8px;
    white-space: nowrap;
}     
    .stats{display: flex !important;
    align-items: flex-start !important;}
    .stats img{margin-top: 4px}    
.note p br{display: inline-block}
div#apply-now-box > .d-flex {
    margin-bottom: 10px;
}    
.col-md-5 .listed-person.d-flex {
    margin-top: 20px;
}    
div#shedule-Appointment div#apply-now-box {
    max-width: 95%;
    width: 95%;
    padding: 20px 20px;
    left: 50%;
    transform: translateX(-50%);
}
div#shedule-Appointment div#apply-now-box {
    margin-top: 0;
    top: 50% !important;
    transform: translate(-50%, -50%);
}    
div#shedule-Appointment div#apply-now-box {
/*    margin-top: 70px;*/
}    
    .mob-mt-0{margin-top: 0 !important;}    
.calendar-slider {
    gap: 7px;
}
div#apply-now-box > .d-flex h2  {
    font-size: 16px !important;
    font-weight: 600 !important; 
}
    
div#Apply-now div#apply-now-box {
    margin: 10px 0 !important;
}
div#Apply-now div#apply-now-box .note p {
    font-size: 8px !important;
    font-weight: 300;
    line-height: 13px;
}
div#apply-success p, #tour-confirm p {
    font-size: 13px !important;
    line-height: 18px;
}    
div#Apply-now p {
    font-size: 10px !important;
    font-weight: 300;
    line-height: 15px;
}    
.div1 {
    height: 200px;
}
.div2 {
    height: 100px;
}    
.div3 {
    height: 100px;
}    
div#lightgallery .div1 {
    border-radius: 10px 0 0 10px;
}
.div1 img {
    border-radius: 10px 0 0 10px;
}
.div2 img {
    border-radius: 0 10px 0 0;
}
.div2 {
    border-radius: 0 10px 0 0;
}
.div3 img {
    border-radius: 0 0px 10px 0;
}
.div3 {
    border-radius: 0 0 10px 0;
}
.image-qty {
    font-size: 11px;
}
.image-qty a {
    padding: 10px 10px;
}
.image-qty img {
    margin-right: 5px;
    width: 15px;
}
.lg-img-wrap {
    padding: 10px !important;
}    
    .mob-mrl-0{margin-left: 0 !important; margin-right: 0 !important}    
div#apply-now-box .lock-icon {
    font-size: 13px;
}
.date h3 {
    font-size: 20px;
}
div#apply-now-box {
    max-width: 700px;
    border: none;
    padding: 30px 20px;
    width: 95%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div#apply-now-box p {
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
}    
.moving-cost p br {
    display: none;
} 
.similar-slider {
    margin-left: -25px;
    margin-right: -25px;
/*    padding-left: 25px;*/
/*    padding-right: 25px;*/
} 
.similar-slider > div {
    padding: 0 20px;
}
.wtc {
    height: 110px;
}    
.sticky-top > div {
    border-radius: 15px 15px 0 0 !important;
}
    
p.text-muted.hide-on.-desktop {
    display: block;
}
.person-message p {
    font-size: 14px;
    margin: 3px 0;
    font-weight: 500;
}
.message-box-wrapper input.form-control {
    padding: 10px 11px;
}    
.message-box-wrapper .submit button.btn.btn-blue {
    padding: 12px 0;
}
.calendar-tim img {
    top: 11px;
}
.message-box-wrapper textarea {
    font-size: 10px;
}    
.mob-apply {
    display: flex;
    justify-content: space-between;
}
.mob-apply > button {
    margin-top: 0;
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 12px !important;
    flex: 1;
}
.mob-apply {
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.mob-apply button.btn.btn-request-tour.mb-0 {
    background: no-repeat;
    border: 2px solid #0666FA;
    color: #0666FA;
    font-weight: 600;
    border-radius: 50px;
}    
    div#ws-walkscore-tile{
            width: 100% !important;
    }
/*  div#sst  .wtc button.btn.btn-request-tour, div#sst .d-grid.mb-2{display: none !important;}    */
 div#ws-walkscore-tile iframe{
            width: 100% !important;
    }    
    .hide-on-mob{display: none !important;}    
.col-lg-5 .sticky-top > div {
    padding: 20px 20px !important;
}
.col-lg-5 .sticky-top {
    position: fixed;
    bottom: -300px;
    top: inherit !important;
    height: auto;
    z-index: 9999;
    left: 0;
    transition: all 0.5s ease;
}
div#sst.show-full {
    bottom: 0 !important;
}    
section.detail-section {
    margin-top: 67px;
}
.detail-section + section .mrl-60 {
    margin-top: 0;
}
.detail-title {
    margin-bottom: 10px;
}
ul.list-inline.text-sm.mb-4.ltandrs.d-flex {
    margin-top: 30px;
    margin-left: 0;
}
ul.list-inline.text-sm.mb-4.ltandrs.d-flex li {
    color: #324158;
    font-weight: 400;
    background: #fff;
    padding: 11px 8px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 47%;
    justify-content: center;
}    
ul.list-inline.text-sm.mb-4.ltandrs.d-flex li img {
    width: 15px;
    height: auto;
    margin-right: 5px;
}    
.sticky-top .h2 {
    color: #324158 !important;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
}   
.sticky-top .text-muted {
    margin-bottom: 12px;
}
.see-all {
    margin-bottom: 0 !important;
}
.detail-section + section .mt-50 {
    margin-top: 20px;
}
.dont-miss {
    background: #fff;
    padding: 30px 30px;
    border-radius: 30px !important;
    margin-top: 20px !important;
    margin-bottom: 90px;
}
.dont-miss .sticky-top button.btn.btn-primary {
    font-size: 14px;
}    
    .container.py-5.pb-0.mpy-1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
ul.list-inline.text-sm.mb-4.ltandrs.d-flex {
    gap: 13px 12px;
}    
.dont-miss  .sticky-top {
    z-index: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-top: 15px;
}    
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
/*    display: none;*/
}    
.dont-miss .sticky-top button.btn.btn-primary {
    flex: 1;
    margin: 0;
    
}
.listed-by .col-md-4 > div {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
}
.share a {
    height: 30px;
    width: 30px;
}
.share a img {
    width: 15px;
    height: auto;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    color: #fff !important;
}
.lg-toolbar .lg-icon {
    color: #fff !important;
}
#report-a-problem .close-form {
    right: 25px;
    top: 31px;
}
#apply-now-box .label-vertical-list label input {
    width: 20px;
    height: 20px;
}    
/*    ul.amenities:last-child li:nth-last-child(2)*/
ul.amenities li:last-child {
    margin-bottom: 0 !important;
}    
#share-box .inner-share .close-pop {
    font-size: 22px;
    margin-top: -7px;
}    
.mrl-60 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}    
.listed-person.d-flex {
    height: auto;
}
.p-icon {
    width: 20px;
    margin-top: 3px
}    
.dont-miss .sticky-top button.btn.btn-request-tour.mb-0 {
    flex: 1;
    margin: 0
}
section.detail-section ~ footer {
    display: none;
}    
.detail-section + section .mb-50 {
    margin-bottom: 20px;
}    
.listed-person.d-flex {
    padding: 20px 20px;
}
.listed-person.d-flex img.avatar.avatar-lg.p-1.flex-shrink-0.me-4 {
    width: 3rem;
    height: 3rem;
}
.listed-person .flexgrow {
    flex: 0 !important;
    margin-bottom: 10px;
}
.phone-box {
    margin: 15px 0;
}
.listed-person.d-flex.flex-direction-column .flexgrow {
    margin-left: 0;
}
.iv p {
    font-size: 12px;
    margin-left: 31px;
    font-weight: 300;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 0
}
.report {
    color: #0666FA;
    margin-top: 15px;
    /* position: absolute; */
    /* right: 0; */
    text-align: right;
}
.dont-miss > .d-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.dont-miss {
    background: #fff;
    padding: 30px 30px;
    border-radius: 30px !important;
    margin-top: 30px;
    
}    
.detail-section + section    
    p.address-text{display: block;}    
#step2 input#otherfee {
    margin-bottom: 0 !important;
}
    .security-deposit{margin-top: 15px}    
#step2    .security-deposit{margin-top: 0px}    
#step2 .input-group {
    margin-bottom: 0 !important;
} 
.add-more-side {
    justify-content: flex-end;
}
#phonecode {
    margin-bottom: 0;
}  
.cover-image-wrapper .max100 {
    height: 160px;
}
.mob-ml-0 button {
    margin: 10px 0 !important;
}    
.monthly-payments input, .security-deposit input {
    margin-bottom: 0 !important;
}
div#ott input#otherfeeamount {
    margin-bottom: 0;
}
.d-flex.justify-content-center.align-items-center.select-save-doc {
    margin-bottom: 15px !important;
}    
    
.mob-direction-col{flex-direction: column}    
     .hamburget-menu{display: block;}    
.mrl-60 {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 70px;
} 
section.profile-section {
    margin-top: 0;
}
li.nav-item.dropdown.ms-lg-3.text-white img {
    margin-right: 0 !important;
    margin-left: 5px;
}
div#navbarCollapse li.nav-item a {
    padding-left: 0px;
    display: flex;
}
    .userlogedin #userDropdownMenuLink{display: flex;}    
li.nav-item.notification-icon + li {
    display: flex;
    align-items: center;
}    
   .serach-side {
    width: 33px;
    margin-top: 7px;
    margin-right: 10px;
    top: -10px;
}
.RearangeBox.imgThumbContainer i {
    width: 25px !important;
    height: 25px !important;
}    
.RearangeBox.imgThumbContainer i img {
    width: 12px !important;
}     
.accordion-wrapper .accordion h3 {
    font-size: 13px;
}    
.nav-bottom .nav-bot ul.sub-nav {
    transform: translateY(-270px);
}
ul.sub-nav a {
    padding: 7px 14px !important;
}
ul.sub-nav {
    background: #ffffff;
    flex-direction: column;
    border-radius: 11px;
    position: absolute;
    z-index: 999;
    margin-left: -22px !important;
    top: 49px;
    display: none;
    width: 150px;
}
.nav-bottom .nav-bot ul li a {
    padding: 20px 0;
    font-size: 13px;
}
    
    .what-good {
    margin: 0 0;
    padding: 20px 15px;    
}
.what-good.purple-bg > p {
    margin: 0 0 0;
}
.nav-bottom .nav-bot {
    padding: 0 0;
}
.nav-bottom {
    top: 64px;
}
.what-good h2, #form-support h2 {
    margin-bottom: 14px;
}
.what-good.purple-bg h2 {
    padding-top: 0;
}
    .faq .what-good{
        padding: 30px 15px !important
    }    
.what-good h2, #form-support h2 {
    font-size: 24px;
}
.footer-inner {
    margin: 8px 10px;
}
.footer-inner h6 {
    margin-bottom: 5px !important;
}     
.d-flex.align-items-center.logo-main {
    margin-left: 0;
}   
.our-people {
    padding-right: 180px;
    /* background: url(../images/about-bg.png); */
    margin: 0 15px;
}
.our-people-text {
    width: 100%;
}
.our-people-text {
    padding: 70px 15px !important;
}
.our-people-text h2 {
    margin-bottom: 20px;
    font-size: 24px;
}
.our-people-text h5 {
    margin-bottom: 25px;
}
.our-mission h1 {
    font-size: 24px;
}
.our-mission h1 br {
    display: none !important;
}    
.our-people-image {
    width: 100%;
}   
.founder-story-text {
    width: 100%;
}
.founder-story {
    margin: 0 15px;
}
.founder-story-text {
    padding: 20px 10px;
}
.founder-story-image {
    width: 100%;
}
.Join-Our-Mission {
    margin: 0 15px;
}
.Join-Our-Mission h2 {
    font-size: 24px;
}    
section#mission {
    padding: 50px 0 0px !important;
}
.founder-story-text h2 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #324158;
    font-weight: 600;
}    
.founder-story-text {
    padding: 30px 0px 0 !important;
}
.founder-story-text h5 {
    margin-bottom: 25px;
}
.founder-story-wrapper {
    padding: 70px 0 0;
}
.Join-Our-Mission {
    padding: 30px 10px;
}    
.founder-story-wrapper {
    padding: 0px 0 0 !important;
}  
.our-people-container {
    flex-direction: column-reverse !important;
}
.our-people-image {
    margin-top: 40px;
}
.our-people-text {
    padding: 30px 0px 0 !important;
}    
.our-mission h3 {
    margin-bottom: 25px;
}
.our-mission h1 {
    margin-bottom: 25px;
}   
.Join-Our-Mission {
    background: #ffffff !important;
}    
.Join-Our-Mission a {
    background: #f6f6f6 !important;
    }
.Join-Our-Mission {
    margin-bottom: 0;
}
.d-flex.m-flex-column.copyright {
    margin-top: 0;
}    
.Join-Our-Mission {
    padding: 30px 30px 30px !important;
}    
section#join {
    margin-bottom: 0 !important;
}   
li.nav-item.hamburget-menu img {
    width: 20px;
    filter: invert();
}
#phone-verification .p-50 {
    padding: 30px 30px !important;
}
.popup-wrapper {
    background: #ffffff42;
}    
  
}


/*    12-07 */