@charset "UTF-8";

@font-face {
  font-family: "Futura-Erobella";
  src: url("https://cdna.pxtest.dev/font/webFonts/FuturaPT-Medium/font.woff2") format("woff2"), url("https://cdna.pxtest.dev/font/webFonts/FuturaPT-Medium/font.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Futura-Erobella";
  src: url("https://cdna.pxtest.dev/font/webFonts/FuturaPT-Demi/font.woff2") format("woff2"), url("https://cdna.pxtest.dev/font/webFonts/FuturaPT-Demi/font.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "erobella-fa";
}

.fa-inverse {
  color: #fff;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


figcaption,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.col-xl-auto,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-10,
.col-lg-8,
.col-lg-6,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-md-auto,
.col-md-12,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-sm-auto,
.col-sm-12,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col,
.col-auto,
.col-12,
.col-11,
.col-9,
.col-8,
.col-7,
.col-5,
.col-4,
.col-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

@media (min-width: 576px) {

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

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .order-sm-0 {
    order: 0;
  }

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

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

@media (min-width: 768px) {

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

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

@media (min-width: 1200px) {

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}


.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}


.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}


.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}


.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}


.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}


.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}


.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}


.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}


.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}


.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}


.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}


.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}


.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}


.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}


.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}


.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}


.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}


.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}


.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}


.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}


.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}


.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.input-group-append {
  display: flex;
}


.input-group-append .btn {
  position: relative;
  z-index: 2;
}


.input-group-append .btn:focus {
  z-index: 3;
}


.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-append {
  margin-left: -1px;
}


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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

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

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

.media {
  display: flex;
  align-items: flex-start;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}


.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}


.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}


.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

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


.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}


.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}


.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    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%;
  color: #fff;
  text-align: center;
  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: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

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

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

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

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

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

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

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


button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}


button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}


button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}


button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}


button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}


button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0 !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;
}

.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-self-auto {
  align-self: auto !important;
}

@media (min-width: 576px) {

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

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

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

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

@media (min-width: 768px) {

  .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-center {
    justify-content: center !important;
  }

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

@media (min-width: 992px) {

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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

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

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

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

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

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


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

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

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

.p-3,
.registration-form .user-types .user-type {
  padding: 1rem !important;
}

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

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

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

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

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

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

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

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

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


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

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


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


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


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


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


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

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


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


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


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


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

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


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

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


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

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

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

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

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

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

@media (min-width: 576px) {

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

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

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {

  .mt-md-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.visible {
  visibility: visible !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.color-teal-base {
  color: #00A295;
}

.color-grey-darker-2 {
  color: #4E4E4E;
}

.color-grey-base {
  color: #8B8B8B;
}

.color-red-base {
  color: #FA585D !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Futura-Erobella", "Trebuchet MS", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8B8B8B;
  overflow-y: scroll;
  overflow-x: hidden;
}

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

.cursor-pointer {
  cursor: pointer;
}

.visibility-hidden {
  visibility: hidden;
}

.fill-height-while-loading {
  min-height: 100vh;
}

.no-js .visibility-hidden,
#app #app-ssr[data-server-rendered] .visibility-hidden {
  visibility: initial;
}

.no-js .fill-height-while-loading,
#app #app-ssr[data-server-rendered] .fill-height-while-loading {
  min-height: initial;
}

h1,
h2,
h3,
h4,
h5,
.heading-1 {
  color: #4E4E4E;
  font-weight: 500;
}

h1,
.heading-1 {
  font-size: 14px;
}

h2,
h3,
h4,
h5 {
  font-size: 12px;
}

.heading-xl {
  font-size: 16px;
}

.lead {
  font-size: 14px;
  font-weight: 500;
  color: #767676;
}

a.light-grey-link {
  color: #AAAAAA;
}

a.light-grey-link:hover {
  color: #8B8B8B;
}

a.black-link {
  color: #2D2D2D;
}

a.black-link:hover {
  color: #8B8B8B;
}

a.teal-link {
  color: #00A295;
}

a.teal-link:hover {
  color: #33B4AA;
}

.section-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #4E4E4E;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #E3E3E3;
}

@media screen and (max-width: 576px) {
  .section-heading {
    border-top: 0;
    padding: 0 0 0 15px;
  }
}

.section-heading--no-border {
  border-top: 0 !important;
  padding-top: 0 !important;
}

hr {
  border-color: transparent;
  background: #707070;
}

hr.light {
  background: #E3E3E3;
}

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

.text-size-big {
  font-size: 18px !important;
}

.text-size-slightly-bigger {
  font-size: calc(13px + 1px);
}

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

.container-with-bigger-font-sizes h1 {
  font-size: 18px;
}

.container-with-bigger-font-sizes h2 {
  font-size: 16px;
}

.container-with-bigger-font-sizes p {
  font-size: 16px;
}

.text-black {
  color: #000000;
}

.pointer {
  cursor: pointer;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-bold {
  font-weight: bold;
}

#app,
#app-ssr {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#app #content,
#app-ssr #content {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  flex: 1 1 auto;
}

#app > #content,
#app-ssr > #content {
  min-height: 350px;
}

@media screen and (max-width: 768px) {
  #app.offset #content,
  #app-ssr.offset #content {
    padding-left: 0;
  }
}

#app.offset #sidebar,
#app-ssr.offset #sidebar {
  left: 0;
}

#app.hasSidebar #sidebar,
#app-ssr.hasSidebar #sidebar {
  display: block;
}

@media screen and (min-width: 769px) {
  #app.hasSidebar #content,
  #app-ssr.hasSidebar #content {
    padding-left: 215px !important;
  }
}

#app.haveVerificationBar #content > .container,
#app-ssr.haveVerificationBar #content > .container {
  position: relative;
}

#app.isHomepage #content,
#app-ssr.isHomepage #content {
  overflow-x: hidden;
}

#app.isHomepage .homepage-heading,
#app-ssr.isHomepage .homepage-heading {
  color: #4E4E4E;
  line-height: 47px;
  font-size: 36px;
  margin-top: 24px;
  margin-bottom: 18px;
}

@media screen and (max-width: 576px) {
  #app.isHomepage .homepage-heading,
  #app-ssr.isHomepage .homepage-heading {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
}

#app.isHomepage .homepage-subtitle,
#app-ssr.isHomepage .homepage-subtitle {
  color: #767676;
  line-height: 24px;
  font-size: 22px;
  margin-bottom: 48px;
}

@media screen and (max-width: 576px) {
  #app.isHomepage .homepage-subtitle,
  #app-ssr.isHomepage .homepage-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px 0;
  }
}

#app.isHomepage .homepage-welcome-text,
#app-ssr.isHomepage .homepage-welcome-text {
  color: #767676;
  line-height: 24px;
  font-size: 22px;
}

#app.isHomepage .homepage-welcome-text:last-of-type,
#app-ssr.isHomepage .homepage-welcome-text:last-of-type {
  margin-bottom: 48px;
}

@media screen and (max-width: 576px) {
  #app.isHomepage .homepage-welcome-text,
  #app-ssr.isHomepage .homepage-welcome-text {
    font-size: 14px;
    line-height: 20px;
  }

  #app.isHomepage .homepage-welcome-text:last-of-type,
  #app-ssr.isHomepage .homepage-welcome-text:last-of-type {
    margin: 0 0 16px 0;
  }
}

#app.isAuthorizedArea #header,
#app-ssr.isAuthorizedArea #header {
  position: relative;
}

#content {
  width: 100%;
  padding-top: 40px;
  transition: padding-left 0.3s;
}

@media screen and (max-width: 768px) {
  #content {
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {
  #content {
    padding-top: 20px;
    margin-bottom: 15px !important;
  }
}

.services-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
  grid-column-gap: 50px;
}

.services-grid .popular-services-list {
  grid-area: 1/1/3/2;
  padding-right: 50px;
  border-right: 1px solid #AAAAAA;
}

.services-grid .popular-services-list .custom-plain-list label {
  display: flex;
}

.services-grid .services-search {
  grid-area: 1/2/2/3;
}

.services-grid .services-list {
  grid-area: 2/2/3/3;
}

.services-grid .services-save {
  grid-area: 3/1/4/3;
}

.services-grid .services-save-alert {
  grid-area: 4/1/5/3;
}

@media screen and (max-width: 992px) {
  .services-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content);
  }

  .services-grid .popular-services-list {
    grid-area: 2/1/3/2;
    border-right: none;
    padding: 0;
    margin-top: 30px;
  }

  .services-grid .services-search {
    grid-area: 1/1/2/2;
  }

  .services-grid .services-list {
    grid-area: 3/1/4/2;
  }

  .services-grid .services-save {
    grid-area: 4/1/5/2;
  }

  .services-grid .services-save-alert {
    grid-area: 5/1/6/2;
  }
}

.full-width-grey-bg {
  position: relative;
}

.full-width-grey-bg:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  background: #F4F4F4;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}

.full-width-grey-bg > * {
  z-index: 1;
}

.popular-search-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.popular-search-list a {
  display: table;
  color: #4E4E4E;
}

.terms-text-box {
  display: inline-block;
  border: 1px solid black;
  padding: 0 5px;
}

footer {
  position: relative;
  z-index: 1003;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  background: #2D2D2D;
  padding: 40px 0 0 0;
  margin-top: auto;
}

@media screen and (max-width: 576px) {
  footer {
    padding: 0;
  }
}

#app-ssr.filter-is-open footer {
  visibility: hidden;
}

@media screen and (min-width: 577px) {
  .accordion--footer > [data-target] {
    pointer-events: none;
  }
}

.accordion--footer .accordion-content {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .accordion--footer {
    border-bottom: 1px solid #4A4A4A;
  }

  .accordion--footer .footer-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .accordion--footer .footer-section-heading:after {
    content: "-";
  }

  .accordion--footer .footer-section-heading.collapsed:after {
    content: "+";
  }
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px 0;
}

@media screen and (max-width: 576px) {
  .footer-list {
    margin: 0 0 10px 0;
  }
}

.footer-list a {
  font-size: 12px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.footer-section-heading {
  font-size: 14px;
  text-transform: initial;
  color: #FFFFFF;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .footer-section-heading {
    padding: 10px 15px;
  }
}

.footer-images {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .footer-images {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-images .footersssl {
  flex-shrink: 0;
  margin-left: -3px;
}

@media screen and (max-width: 576px) {
  .footer-images .footersssl {
    width: 320px;
    height: 86px;
    margin-top: 5px;
  }
}

.footer-images .footer-twitter-image,
.footer-images .footer-twitter-image img {
  width: 130px;
  height: 24px;
}

.region-selector-block button span,
.region-selector-block select {
  cursor: pointer;
  color: #2D2D2D;
  font-size: 16px;
}

.region-selector-block .form-group,
.region-selector-block button,
.region-selector-block select {
  height: 38px;
}

.footer-details {
  pointer-events: none;
}

.footer-details .region-selector-block {
  pointer-events: all;
  margin-top: -80px;
  margin-bottom: 80px;
}

#mobileMenu {
  display: none;
  background: #2D2D2D;
  z-index: 999999;
  position: fixed;
  top: 56px;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 576px) {
  #mobileMenu {
    display: none;
  }
}

#mobileMenu .mobile-navigation {
  width: 100%;
  text-align: center;
  display: block;
}

#mobileMenu .mobile-navigation a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid #FFFFFF 1px;
}

#mobileMenu .mobile-navigation a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.cookie-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(45, 45, 45, 0.5);
  z-index: 1000000;
  padding: 0 15px;
}

@media screen and (max-width: 576px) {
  .cookie-banner {
    padding: 0;
  }
}

.cookie-banner .container {
  max-width: 750px;
  max-height: 100vh;
  overflow: auto;
  background: #000;
  background-size: contain;
  padding: 30px;
  color: #FFFFFF;
}

.cookie-banner .container:not(.manage-cookies) {
  background: #000 url("/images/cookie-banner-background-compressed.jpeg") no-repeat right -120px center;
  background-size: contain;
}

@media screen and (max-width: 576px) {
  .cookie-banner .container:not(.manage-cookies) {
    background-size: 34vh auto;
    background-position: right -18vh center;
  }
}

@media screen and (max-width: 576px) {
  .cookie-banner .container {
    max-width: initial;
    width: calc(100vw - 30px);
    padding: 10px 15px 15px 15px;
  }
}

.cookie-banner .container .logo {
  width: 100%;
  margin: 20px 0 30px 0;
  font-size: 20px;
}

.cookie-banner .container .logo img {
  height: 50px;
}

@media screen and (max-width: 576px) {
  .cookie-banner .container .logo {
    margin: 0 0 15px 0;
    text-align: center;
  }

  .cookie-banner .container .logo img {
    height: 36px;
  }
}

.cookie-banner .container .content {
  max-width: calc(100% - 200px);
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 576px) {
  .cookie-banner .container .content {
    max-width: 206px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .cookie-banner .container .content p {
    width: 80%;
  }
}

.cookie-banner .container .actions {
  max-width: calc(100% - 180px);
  margin: 60px 0 50px;
}

@media screen and (max-width: 576px) {
  .cookie-banner .container .actions {
    max-width: 220px;
    margin: 10px 0;
  }
}

.cookie-banner .container .actions .btn {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .cookie-banner .container .actions .btn {
    padding: 6px 5px;
  }
}

.cookie-banner .container .actions .btn span {
  white-space: nowrap;
}

.cookie-banner .container .actions .sub-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.cookie-banner .container .actions .sub-actions span {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: underline;
  margin: 0 10px;
  cursor: pointer;
}

.manage-cookies {
  max-width: 840px !important;
}

@media screen and (max-width: 576px) {
  .manage-cookies {
    height: 100vh !important;
  }
}

.manage-cookies h5 {
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.manage-cookies h5 + p {
  font-size: 12px;
  text-align: center;
}

.manage-cookies .save-btn {
  height: 35px;
}

.manage-cookies .save-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #8B8B8B;
  background: #FFFFFF;
  border-color: transparent;
  opacity: 1;
}

.manage-cookies-entry {
  position: relative;
  width: calc(100% + 60px);
  left: -30px;
  padding: 15px 30px;
  font-size: 12px;
  border-bottom: 1px solid #8B8B8B;
}

.manage-cookies-entry:first-child {
  border-top: 1px solid #8B8B8B;
}

@media screen and (max-width: 576px) {
  .manage-cookies-entry {
    width: calc(100% + 30px);
    left: -15px;
    padding: 10px 15px;
  }
}

.manage-cookies-entry-wrap {
  position: relative;
  z-index: 1;
}

.toggle-checkbox {
  position: relative;
  overflow: hidden;
}

.toggle-checkbox input {
  position: absolute;
  left: -999999999px;
}

.toggle-checkbox label {
  display: flex;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}

.toggle-checkbox label:before,
.toggle-checkbox label:after {
  content: "";
  display: block;
  flex: 0 0 auto;
}

.toggle-checkbox label:before {
  width: 27px;
  height: 18px;
  background: #8B8B8B;
  border-radius: 18px;
  margin-right: 18px;
  transition: background-color 0.2s;
}

.toggle-checkbox label:after {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 12px;
  transition: left 0.2s;
}

.toggle-checkbox input:checked + label:before {
  background: #00A295;
}

.toggle-checkbox input:checked + label:after {
  left: 12px;
}

.admin-as-user-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 15px;
  color: #767676;
  background: #E3E3E3;
  z-index: 999999;
}

.margin-top-120 {
  padding-top: calc(120px + 46px) !important;
}

.need-help-banner {
  background: #F4F4F4;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  color: #767676;
}

.need-help-banner:hover {
  text-decoration: none;
}

.need-help-banner svg path {
  fill: #43B51F;
}

.need-help-banner .icon-chevron {
  font-size: 20px;
}

.need-help-banner .need-help-banner-link-text {
  font-size: 16px;
  color: #4E4E4E;
}

#photo_upload,
#csv_upload,
#csv_gold_upload,
#csv_contactable_upload {
  display: none;
}

.dropdown-in-select-style--toggle,
.select2-search input,
.select2 .selection .select2-selection,
.form-control {
  font-size: 13px;
  border-color: #AAAAAA;
  border-radius: 2px;
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.form-control {
  height: 48px;
}

.form-control[type=password] {
  letter-spacing: -5px;
}

.form-control[type=password]::-moz-placeholder {
  letter-spacing: 0;
}

.form-control[type=password]:-ms-input-placeholder {
  letter-spacing: 0;
}

.form-control[type=password]::placeholder {
  letter-spacing: 0;
}

@media screen and (max-width: 576px) {
  .form-control[type=password] {
    letter-spacing: 0;
  }
}

.form-control::-moz-placeholder {
  color: #8B8B8B;
}

.form-control:-ms-input-placeholder {
  color: #8B8B8B;
}

.form-control::placeholder {
  color: #8B8B8B;
}

.form-control:focus,
.form-control:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-color: #AAAAAA;
}

select.form-control {
  background: #FFFFFF url("https://cdna.pxtest.dev/images/angle-down-solid.svg") no-repeat right 10px center;
  background-size: 12px;
}

select.form-control.minimal {
  height: auto;
  border: 0;
  box-shadow: none;
  padding: 0 10px;
  background: none;
}

@media screen and (min-width: 577px) {
  select.form-control.minimal {
    -moz-text-align-last: right;
         text-align-last: right;
  }
}

select.form-control.small {
  min-width: 100px;
  height: 30px;
  font-size: 12px;
  padding: 5px 25px 5px 7px;
}

textarea.form-control {
  padding: 20px;
  resize: none;
}

.select2 .selection .select2-selection {
  padding: 0 40px 0 20px;
  display: flex;
  align-items: center;
  height: 48px;
}

.select2 .selection .select2-selection__rendered {
  padding: 0;
}

.select2 .selection .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.select2 .selection .select2-selection__arrow:after {
  width: 16px;
  height: 20px;
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23fa585d'><path d='M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z'/></svg>");
  font-family: "erobella-fa";
  font-weight: 400;
  font-size: 16px;
  color: #FA585D;
}

.select2 .selection .select2-selection__arrow b {
  display: none;
}

.select2-results {
  display: block;
  padding: 0 0 3px 0;
  background: #FFFFFF;
}

@media screen and (max-width: 576px) {
  .select2-results {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
  }
}

@media screen and (max-width: 576px) {
  .select2-results .select2-results__options {
    order: 1;
  }
}

.select2-results .select2-results__options li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  padding: 0 12px;
}

@media screen and (max-width: 576px) {
  .select2-results .select2-results__options li {
    padding-left: 50px;
  }
}

.select2-results .select2-results__option[aria-selected]:not(.select2-results__message):hover {
  background: #E3E3E3;
  color: #4E4E4E;
  font-weight: 400;
}

.select2-results .select2-results__option[aria-selected=true]:not(.select2-results__options--highlighted) {
  background: none;
}

.select2-results .select2-results__options--highlighted,
.select2-results .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #4E4E4E;
  font-weight: 700 !important;
}

.select2-results .select2-category-title {
  font-weight: 500;
  color: #4E4E4E;
}

.select2-results .select2-hr {
  display: block;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .select2-results .select2-hr {
    position: relative;
    width: calc(100vw + 50px);
    left: -50px;
  }
}

.select2-results .select2-hr hr {
  position: relative;
  width: calc(100% + 24px);
  left: -12px;
  background: #E3E3E3;
}

@media screen and (max-width: 576px) {
  .select2-results .select2-hr hr {
    width: 100vw;
    left: 0;
  }
}

.select2-results .select2-user span {
  margin-left: 15px;
  color: #00A295;
  font-weight: 300;
}

.select2-results .select2-user span i {
  margin-right: 2px;
}

.select2-container {
  background: none;
  z-index: 9999;
}

.select2-container .mobile-search-functionality-logic-component {
  height: 48px;
}

.select2-container .mobile-search-functionality-logic-component .searchRadius {
  width: 90px;
  margin-right: 10px;
}

.select2-container .mobile-search-functionality-logic-component .searchRadius #radius {
  border: none;
  box-shadow: none;
}

.select2-container .select2-button {
  display: none;
  align-items: center;
  justify-content: center;
  color: #4E4E4E;
  text-decoration: none;
  font-size: 16px;
}

.select2-container .select2-button:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .select2-container .select2-button {
    position: absolute;
    display: flex;
  }
}

.select2-container .select2-button:before {
  font-family: "erobella-fa";
  font-weight: 400;
}

.select2-container .select2-button-arrow {
  width: 48px;
  height: 48px;
  left: -10px;
}

.select2-container .select2-button-arrow.small-margin {
  left: 4px;
}

.select2-container .select2-button-arrow:before {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512'><path d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/></svg>");
}

.select2-container .select2-button-cross {
  font-size: 14px;
  top: 27px;
  right: 20px;
}

.select2-container .select2-button-cross:before {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512'><path d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/></svg>");
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}

@media screen and (max-width: 576px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: none;
  }
}

.select2-container .select2-dropdown {
  border-radius: 2px;
  background: none;
}

@media screen and (max-width: 576px) {
  .select2-container .select2-dropdown {
    display: flex;
    flex-direction: column;
    position: fixed !important;
    width: 100vw !important;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0 !important;
    background: #FFFFFF;
    border-radius: 0;
    border: 0;
  }
}

.select2-container .select2-dropdown--below {
  position: relative;
  margin-top: -48px;
}

.select2-container .select2-dropdown--above {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  bottom: -48px;
}

.select2-container .select2-dropdown--above .select2-search {
  border-bottom: 1px solid #AAAAAA;
}

.select2-container .select2-search .search-back-button {
  display: none;
}

@media screen and (max-width: 576px) {
  .select2-container .select2-search {
    height: 75px;
    flex-shrink: 0;
    position: relative;
  }

  .select2-container .select2-search .search-back-button {
    cursor: pointer;
    font-family: "erobella-fa";
    content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512' fill='%234E4E4E'><path d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/></svg>");
    color: #4E4E4E;
    font-size: 16px;
    position: absolute;
    top: 35%;
    left: 25px;
    display: block;
  }

  .select2-container .select2-search .search-back-button i {
    font-weight: 800;
  }

  .select2-container .select2-search .select2-search__field {
    background: transparent;
    padding-left: 50px !important;
    font-size: 16px;
    font-weight: 500;
    color: #8B8B8B;
    text-decoration: underline;
  }
}

.select2-container li.select2-results__option:last-of-type .select2-hr {
  display: none;
}

.select2-container--open {
  z-index: 999999;
}

.select2 {
  width: 100% !important;
}

.select2-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid transparent;
}

.select2-search input {
  width: calc(100% - 50px) !important;
  padding: 0 12px !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  height: 46px;
}

.alert {
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  border: none;
  padding: 10px 0 0 20px;
}

.alert-danger {
  color: #FA585D;
}

.radio-group {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .radio-group {
    display: flex;
    width: 100%;
  }
}

.radio-group input {
  position: absolute;
  left: -999999999px;
}

.radio-group label {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #00A295;
  border-top: 1px solid #00A295;
  border-bottom: 1px solid #00A295;
  border-left: 1px solid #00A295;
  padding: 15px 15px;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .radio-group label {
    flex: 1 1 auto;
    padding: 15px;
  }
}

.radio-group label:last-of-type {
  border-right: 1px solid #00A295;
}

.radio-group input:checked + label {
  background: #00A295;
  color: #FFFFFF;
}

.radio-group.full-width {
  width: 100%;
}

.radio-group.full-width label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-group--working-hours {
  display: flex;
  align-items: center;
}

.radio-group--working-hours label {
  width: 100%;
  font-size: 14px;
  color: #AAAAAA;
  margin: 0 0.25rem 0 0;
  border: 1px solid #AAAAAA;
  padding: 15px 10px;
}

.radio-group--working-hours label:last-of-type {
  border: 1px solid #AAAAAA;
}

.radio-group--working-hours label:last-of-type {
  margin: 0;
}

.radio-group--working-hours input:checked + label {
  border-color: #00A295;
  background: #00A295;
  color: #FFFFFF;
}

.radio-group--working-hours-title {
  font-size: 14px;
  width: 50px;
  text-align: center;
  flex: 0 0 auto;
}

.radio-group--small label {
  height: 48px;
  margin: 0;
}

.form-group-label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.form-group-label--checkout {
  font-size: 12px;
  color: #4E4E4E;
  padding-left: 10px;
}

.error-input-container {
  display: block;
  position: relative;
}

.error-input-container.has-error:after {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512' fill='%23FA585D'><path d='M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/></svg>");
  font-family: "erobella-fa";
  font-size: 14px;
  color: #FA585D;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .error-input-container.has-error:after {
    left: 0;
    top: 100%;
    transform: translateY(40%);
  }
}

@media screen and (max-width: 576px) {
  .error-input-container.has-error.no-mobile:after {
    display: none;
  }
}

.error-input-container.has-error .form-control,
.error-input-container.has-error .dropdown-with-info-container--toggle {
  border-color: #FA585D;
}

.error-input-container.has-error .form-group--horizontal-label {
  color: #FA585D;
}

.error-input-container.has-error .form-group--horizontal {
  margin: 0;
}

.error-input-container.has-error .select2-selection {
  border-color: #FA585D !important;
}

.error-input-container.has-error .radio-group.full-width label {
  border-color: #FA585D;
  color: #FA585D;
}

.error-input-container .radio-group label {
  margin-bottom: 0;
}

.error-input-container--horizontal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.error-input-container--no-icon:after {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .checkbox-list {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
}

.checkbox-list input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.checkbox-list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8B8B8B;
  padding: 5px 15px;
  margin: 0;
}

@media (hover: hover) {
  .checkbox-list label:hover {
    background: #F4F4F4;
    color: #4E4E4E;
    cursor: pointer;
  }
}

@media screen and (max-width: 576px) {
  .checkbox-list label {
    height: 48px;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 30px;
    color: #4E4E4E;
  }

  .checkbox-list label:first-of-type {
    border-top: 1px solid #E3E3E3;
  }
}

.checkbox-list input:checked + label {
  color: #4E4E4E;
}

.checkbox-list input:checked + label:after {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%234E4E4E'><path d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/></svg>");
  font-family: "erobella-fa";
  font-weight: 400;
  margin-left: 15px;
}

.checkbox-list input:disabled + label {
  background: #F4F4F4;
  cursor: not-allowed;
}

.checkbox-list input:disabled + label:hover {
  color: #8B8B8B;
}

.checkbox-list--double-column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.checkbox-list--double-column section {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

@media screen and (max-width: 576px) {
  .checkbox-list--double-column {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media screen and (max-width: 576px) {
  .checkbox-list section[class^=col-] {
    padding: 0 !important;
  }

  .checkbox-list section:first-of-type {
    border-top: 1px solid #E3E3E3;
  }

  .checkbox-list section label:first-of-type {
    border-top: none;
  }
}

.search-input {
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  height: 48px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.search-input label {
  flex: 0 0 auto;
  border-right: 1px solid #CECECE;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  font-size: 14px;
  color: #8B8B8B;
}

.search-input input {
  flex: 1 1 auto;
  min-width: 100px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  height: 46px;
  font-size: 13px;
}

.search-input input:focus {
  width: 100%;
}

.search-input input:focus + label {
  display: none;
}

.search-input:not(.hide-search-button):before {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23fa585d'><path d='M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z'/></svg>");
  font-family: "erobella-fa";
  font-weight: 400;
  flex: 0 0 auto;
  color: #FA585D;
  margin-top: 6px;
  margin-right: 15px;
  position: relative;
}

.search-input--inner {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.dropdown-with-info-container {
  position: relative;
}

.dropdown-with-info-container--toggle {
  display: flex;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  position: absolute;
  top: 48px;
  margin-top: -48px;
  z-index: 99991;
  width: 100%;
  height: 48px;
  background: #FFF url("https://cdna.pxtest.dev/images/angle-down-solid.svg") no-repeat right 10px center;
  background-size: 12px;
  padding-right: 40px;
  pointer-events: none;
}

.dropdown-with-info-container--toggle span {
  margin: auto 12px;
  text-align: left;
  color: #8B8B8B;
}

.error-component a {
  color: #FA585D;
  text-decoration: underline;
  font-weight: bold;
}

.form-check--align-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
}

.form-check--align-right .form-check-input {
  position: inherit;
  margin: 0 0 0 15px;
  width: 16px;
  height: 16px;
  border: 2px solid #8B8B8B;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.form-check--align-right .form-check-input:checked {
  background: url("/images/check-solid.svg") no-repeat center;
  background-size: 10px;
}

.form-check--align-right .form-check-label {
  font-size: 13px;
  font-weight: 500;
  color: #8B8B8B;
}

.form-check--align-right .form-check-label a {
  color: #8B8B8B;
  text-decoration: underline;
}

.dropdown-in-select-style {
  position: relative;
}

@media screen and (max-width: 576px) {
  .dropdown-in-select-style {
    overflow: auto;
  }
}

.dropdown-in-select-style--toggle {
  border: 1px solid #AAAAAA;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  background: #FFF url("https://cdna.pxtest.dev/images/angle-down-solid.svg") no-repeat right 10px center;
  background-size: 12px;
  padding-right: 40px;
  text-align: left;
  color: #000000 !important;
}

.dropdown-in-select-style--toggle:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-in-select-style--menu {
  width: 100%;
  font-size: 13px;
  border-color: #AAAAAA;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  top: 45px !important;
  padding-top: 0;
  z-index: 99999;
}

@media screen and (max-width: 576px) {
  .dropdown-in-select-style--menu {
    position: inherit;
    top: 0 !important;
    margin: 0;
    overflow-x: hidden;
  }
}

.dropdown-in-select-style .search-input--inner {
  border: 0;
  border-bottom: 1px solid #E3E3E3;
  margin: 0 15px 10px 15px;
  padding-left: 0;
}

.dropdown-in-select-style .search-input--inner input::-moz-placeholder {
  color: #D1D1D1;
}

.dropdown-in-select-style .search-input--inner input:-ms-input-placeholder {
  color: #D1D1D1;
}

.dropdown-in-select-style .search-input--inner input::placeholder {
  color: #D1D1D1;
}

.dropdown-in-select-style .checkbox-list {
  max-height: 145px;
  overflow: scroll;
}

.form-select-v2 label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: #F6F5F2;
  border: 1px solid transparent;
  border-radius: 1rem;
  margin: 0;
  font-size: 14px;
  color: #3A3932;
}

.form-select-v2 label:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: white;
  box-shadow: inset 0 0 0 1px #e5e7eb;
  border-radius: 1rem;
}

.form-select-v2 input {
  display: none;
}

.form-select-v2 input:checked + label {
  color: black;
  background: white;
  border-color: #EF805E;
  box-shadow: 0 0 0 4px rgba(239, 125, 97, 0.2);
}

.form-select-v2 input:checked + label:before {
  box-shadow: inset 0 0 0 4px #EF805E;
}

@media screen and (max-width: 576px) {
  .accordion {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
}

.accordion-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00A295;
}

@media screen and (min-width: 577px) {
  .accordion-title:not(.accordion-title--desktop) {
    pointer-events: none;
  }
}

.accordion-title--desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.accordion-title--desktop.collapsed:after {
  transform: rotate(0deg);
}

.accordion-title--desktop::after {
  display: inline-block;
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='-50 -75 512 512' fill='%2300a295'><path d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/></svg>");
  font-family: "erobella-fa";
  font-weight: 400;
  margin-left: 15px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

@media screen and (max-width: 576px) {
  .accordion-title:not(.accordion-title--desktop) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
  }

  .accordion-title:not(.accordion-title--desktop).collapsed:after {
    transform: rotate(0deg);
  }

  .accordion-title:not(.accordion-title--desktop)::after {
    display: inline-block;
    content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='-50 -75 512 512' fill='%2300a295'><path d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/></svg>");
    font-family: "erobella-fa";
    font-weight: 400;
    margin-left: 15px;
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
}

.accordion-content {
  display: block;
  margin-top: 15px;
}

@media screen and (min-width: 577px) {
  .accordion-content:not(.accordion-content--desktop).collapse:not(.show) {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .accordion-content {
    padding: 0 15px;
  }
}

.accordion-content--desktop {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .accordion-group .accordion {
    position: relative;
  }

  .accordion-group .accordion:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 48px;
  border-radius: 2px;
  border-width: 2px;
}

.btn-info {
  cursor: pointer;
}

.btn-gold {
  cursor: pointer;
  background: #E2AF26;
  color: #FFFFFF;
}

.btn-small {
  height: 32px;
}

.btn-xs-square {
  width: 24px;
  height: 24px;
  padding: 0;
}

@media screen and (max-width: 576px) {
  .btn-extra-small-on-mobile {
    height: 22px;
    font-size: 10px;
    padding: 0 4px;
  }
}

.btn:hover,
.btn:focus {
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.btn-with-icon {
  cursor: pointer;
}

.btn-with-icon span {
  flex: 1 1 auto;
  text-align: center;
}

.btn-with-icon svg {
  margin-left: 15px;
}

@media screen and (max-width: 576px) {
  .btn.full-width-on-mobile {
    width: 100%;
  }
}

.btn-primary {
  color: #FFFFFF;
  background-color: #FA585D;
  border-color: #FA585D;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #FB797D;
  border-color: #FA585D;
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #FFFFFF;
  background-color: #FA585D;
  border-color: #FA585D;
  opacity: 0.5;
}

.btn-primary.disable-dark:disabled,
.btn-primary.disable-dark.disabled {
  color: #FFFFFF;
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  opacity: 1;
}

.btn-outline-primary {
  color: #FA585D;
  background-color: transparent;
  border-color: #FA585D;
}

.btn-outline-primary:disabled {
  color: #FA585D;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #FB797D;
  border-color: #FA585D;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #00A295;
  border-color: #00A295;
  cursor: pointer;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #33B4AA;
  border-color: #00A295;
}

.btn-outline-secondary {
  color: #00A295;
  background-color: transparent;
  border-color: #00A295;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #33B4AA;
  border-color: #00A295;
}

.btn-outline-secondary-thin {
  border-width: 1px;
}

.btn-dark {
  color: #FFFFFF;
  background-color: #AAAAAA;
  border-color: #AAAAAA;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #8B8B8B;
  border-color: #AAAAAA;
}

.btn-outline-dark {
  color: #8B8B8B;
  background-color: transparent;
  border-color: #8B8B8B;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #AAAAAA;
  border-color: #8B8B8B;
}

.btn-register {
  height: 32px;
}

.btn-white {
  color: #FA585D;
  background-color: #FFFFFF;
  text-transform: none;
  font-weight: 500;
}

.btn-back {
  color: #8B8B8B;
  text-decoration: underline;
  text-transform: lowercase;
}

.btn-back:hover {
  color: inherit;
}

.user-dropdown-button {
  height: 48px;
  font-size: 18px;
  color: #2D2D2D;
}

.user-dropdown-button:hover {
  color: #FA585D;
}

.user-dropdown-button .fa-user:before {
  width: 15.75px;
  height: 18px;
}

.user-dropdown-button .vip-user {
  width: 18px;
  transform: scaleX(-1);
}

.message-dropdown-button {
  width: 29px;
  height: 48px;
  margin-right: 2px;
}

.message-dropdown-button svg {
  min-width: 20px;
}

.message-dropdown-button .notification-counter {
  height: 10px;
  font-size: 8px;
  padding: 2px 3px;
  transform: translate(-3px, -8px);
  position: relative;
  right: 2px;
}

.user-dropdown-close {
  font-size: 22px;
  color: #2D2D2D;
}

.sidebar-toggle-button {
  display: none;
  color: #2D2D2D;
  width: 20px;
  height: 48px;
}

.sidebar-toggle-button img {
  width: 16px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .sidebar-toggle-button {
    display: block;
  }
}

.language-dropdown-button img {
  display: block;
  height: 15px;
}

.language-dropdown-button svg {
  font-family: "erobella-fa";
  color: #FA585D;
  margin-left: 5px;
}

.filter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
  height: 25px;
  padding: 2px 10px;
  background: #00A295;
  border: 0;
  border-radius: 2px;
  margin: 0;
  cursor: default !important;
}

.filter-badge a {
  width: 9px;
  height: 24px;
}

.filter-badge:hover,
.filter-badge:focus {
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.filter-badge .flair-text {
  font-size: 12px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-badge svg {
  cursor: pointer;
  color: #FFFFFF;
}

.filter-badge--disabled {
  background: #AAAAAA;
}

.btn-logout {
  color: #8B8B8B;
  font-weight: 500;
}

.btn-logout i {
  font-size: 18px;
  color: #FA585D;
}

.btn-mr {
  margin-right: 15px;
}

@media screen and (max-width: 576px) {
  .btn-mr {
    margin-right: 5px;
  }
}

.btn-confirmation {
  width: 80px;
}

.btn-v2 {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 12px;
  color: #000;
}

.btn-v2:hover,
.btn-v2:focus {
  color: initial;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-v2-outline-grey {
  color: #000;
  background-color: #fff;
  border-color: #E4E2D7;
}

.btn-v2-outline-grey:hover,
.btn-v2-outline-grey:focus {
  color: #000;
}

.btn-v2-outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-v2-outline-white:hover,
.btn-v2-outline-white:focus {
  color: #fff;
}

.btn-v2-gradient {
  color: white;
  background: linear-gradient(90deg, #e7407c, #ef805e);
  border: none;
}

.btn-v2-gradient:hover,
.btn-v2-gradient:focus {
  color: #fff;
}

.btn-v2-xl {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 10px 20px;
  border-radius: 24px;
  height: 3.5rem;
}

@media screen and (max-width: 576px) {
  .filter-content-entry .row {
    margin: 0;
  }
}

.filter-content-entry-mobile-title {
  display: none;
}

@media screen and (max-width: 576px) {
  .filter-content-entry-mobile-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 56px;
    border-bottom: 1px solid #E3E3E3;
    background: #FFFFFF;
    z-index: 9999;
  }

  .filter-content-entry-mobile-title .title {
    text-transform: uppercase;
    color: #4E4E4E;
    font-weight: bold;
    margin-right: auto;
  }

  .filter-content-entry-mobile-title .title:hover {
    text-decoration: none;
  }

  .filter-content-entry-mobile-title .clear-filter-link {
    color: #00A295;
    text-decoration: underline;
    margin-left: 15px;
  }

  .filter-content-entry-mobile-title .title--with-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .filter-content-entry-mobile-title .title--with-arrow:before {
    content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512'><path d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/></svg>");
    font-size: 16px;
    font-family: "erobella-fa";
    font-weight: 400;
    margin-right: 10px;
  }
}

.filter-content-your-selection-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.filter-content-your-selection-list .clear-filter-link {
  flex: 0 0 auto;
  text-decoration: underline;
  color: #00A295;
  margin: 0 0 10px 15px;
}

.filter-content-your-selection-list button {
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 576px) {
  .filter-content-your-selection {
    display: none;
  }
}

.services-list .double-column-services {
  -moz-column-count: 2;
       column-count: 2;
}

@media screen and (max-width: 576px) {
  .services-list .double-column-services {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.services-list .double-column-services .topService {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.services-list .double-column-services .topService label {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.services-list .double-column-services .subService {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.services-list .double-column-services .subService label {
  font-size: 13px;
  margin-left: 28px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

table {
  width: 100%;
  color: #4E4E4E;
}

@media screen and (max-width: 576px) {
  table {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
}

table .grey-text {
  color: #8B8B8B;
}

table tbody tr td {
  padding: 7px 15px;
}

table tbody tr:nth-child(even) td {
  background: #F4F4F4;
}

table table.mx-table tbody tr:not(.mx-date-row) td {
  padding: 7px 15px;
}

table table.mx-table tbody tr:not(.mx-date-row):nth-child(even) td {
  background: #F4F4F4;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 99994;
}

.breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #4E4E4E;
}

.breadcrumb .breadcrumb-item.dropdown {
  position: initial;
}

.breadcrumb .breadcrumb-item.dropdown .dropdown-toggle {
  color: #FA585D;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: flex;
  position: relative;
}

.breadcrumb .breadcrumb-item.dropdown .dropdown-toggle::after {
  width: 8.13px;
  height: 13px;
  border: 0;
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='2em' width='0.85em' viewBox='0 0 512 512' fill='%23fa585d'><path d='M160 329.4L249.4 240 70.6 240 160 329.4zm22.6 45.3c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z'/></svg>");
  font-family: "erobella-fa";
  font-weight: 400;
  position: relative;
  top: -7px;
  margin-left: 5px;
}

.breadcrumb .breadcrumb-item.dropdown .dropdown-menu {
  width: 100%;
  top: calc(100% + 1px) !important;
  transform: none !important;
  border-color: #AAAAAA;
  border-radius: 0;
  z-index: -1;
  padding: 20px;
}

.breadcrumb .breadcrumb-item.dropdown .dropdown-menu ul {
  border-top: 1px solid #E3E3E3;
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
}

.breadcrumb .breadcrumb-item.dropdown .dropdown-menu ul a {
  color: #4E4E4E;
  font-weight: 400;
}

@media (hover: hover) {
  .breadcrumb .breadcrumb-item.dropdown .dropdown-menu ul a:hover {
    text-decoration: underline;
  }
}

.breadcrumb .breadcrumb-item.dropdown.show .dropdown-toggle {
  padding: 5px 25px;
  border: 1px solid #AAAAAA;
  border-bottom-color: #FFFFFF;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item:before {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='0.7em' viewBox='0 0 512 512' fill='%236c757d'><path d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/></svg>");
  font-family: "erobella-fa";
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.breadcrumb .breadcrumb-item:first-of-type:before {
  display: none;
}

.breadcrumb .breadcrumb-item > a {
  color: #4E4E4E;
  text-decoration: underline;
  padding: 0;
}

.hasSidebar .breadcrumb {
  margin-top: 20px;
}

.breadcrumb-item-dropdown {
  display: flex;
}

.breadcrumb-item-dropdown .breadcrumb-dropdown-search {
  text-decoration: none !important;
}

.breadcrumb-item-dropdown .breadcrumb-dropdown-search > span {
  text-decoration: underline;
}

.breadcrumb-item-dropdown.show .breadcrumb-dropdown-search > span {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb-item-dropdown-popular h2 {
    margin-top: 15px;
  }
}

.pagination .page-item .page-link {
  border-color: #E3E3E3;
  color: #8B8B8B;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background: #00A295;
}

.pagination .page-item:first-of-type .page-link {
  color: #00A295;
  border-radius: 0.25rem 0 0 0.25rem;
}

.pagination .page-item:last-of-type .page-link {
  color: #00A295;
  border-radius: 0 0.25rem 0.25rem 0;
}

.pagination .page-item .active-button {
  color: #FFFFFF;
  background: #00A295;
  display: block;
  line-height: 35px;
  margin: -0.99rem;
}

.modal.over-all {
  z-index: 9999999;
}

@media screen and (max-width: 576px) {
  .modal-dialog {
    margin: 0 30px;
  }
}

.modal-content {
  border-color: #95989A;
  border-radius: 2px;
  box-shadow: 0 30px 30px #0000001A;
}

.modal-header {
  border: 0;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
  padding-top: 5px;
}

.modal-header .close {
  color: #00A295;
  padding: 0;
  margin: 0;
  opacity: 1;
  outline: none;
}

.modal-body {
  padding-top: 0;
}

#modalEscortCallFeedback {
  z-index: 99995;
}

#modalEscortCallFeedback .call-feedback-question,
#modalEscortCallFeedback .call-feedback-thanks {
  color: #4E4E4E;
  font-size: 14px;
}

#modalEscortCallFeedback .call-feedback-no-call {
  color: #767676;
  text-decoration: underline;
  cursor: pointer;
}

.modal-with-custom-content--dark-background {
  background: rgba(45, 45, 45, 0.5);
}

.modal-with-custom-content--wider .modal-body {
  padding: 1rem 0 1.5rem 0;
}

@media screen and (max-width: 576px) {
  .modal-with-custom-content--wider .modal-dialog {
    margin: 0 10px;
  }
}

#modalBlockAndReport {
  z-index: 99994;
}

#subscribeToPrivateGallery {
  z-index: 9999999;
}

#subscribeToPrivateGallery .modal-header {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

#subscribeToPrivateGallery .modal-header .credit-balance {
  margin: 0 auto 0 0;
}

#subscribeToPrivateGallery .modal-header.small-header {
  margin-bottom: 10px;
}

#subscribeToPrivateGallery .modal-body .galleryDescription {
  font-size: 16px;
  color: #4E4E4E;
}

#subscribeToPrivateGallery .modal-body .galleryPrice {
  font-size: 26px;
  margin: 15px 0 30px 0;
  text-align: center;
}

#subscribeToPrivateGallery .modal-body .galleryPrice span:first-child {
  font-weight: 700;
  color: #00A295;
}

#subscribeToPrivateGallery .modal-body .galleryPrice span:last-child {
  color: #4E4E4E;
  font-weight: 500;
  text-transform: capitalize;
}

.modal-guest-gallery .btn,
.modal-guest-gallery input,
.modal-guest-gallery .alert {
  width: 240px;
}

.modal-guest-gallery input {
  font-size: 16px;
  color: #000000;
}

.modal-guest-gallery .text-bold {
  color: #00A295;
}

.modal-guest-gallery .text-black {
  font-size: 14px;
}

.modal-guest-gallery--success .gallery-code {
  font-size: 18px;
  color: #000000;
}

.profile-block-wrap {
  position: relative;
  left: -7.5px;
  width: calc(100% + 15px);
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .profile-block-wrap {
    width: calc(100% + (15px * 2));
    left: -15px;
    padding: 0 7.5px;
  }
}

.profile-block-wrap [class^=col-] {
  max-width: inherit !important;
  flex: 0 0 auto !important;
  margin: 7.5px;
  padding: 0;
}

.profile-block-wrap [class^=col-]:before {
  content: "";
  display: block;
  margin-bottom: 133%;
}

.profile-block-wrap [class^=col-] .profile-block-link {
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .profile-block-wrap [class^=col-] {
    width: calc((100% - (15px * 4)) / 4);
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .profile-block-wrap [class^=col-] {
    width: calc((100% - (15px * 2)) / 2);
  }
}

@media screen and (max-width: 575px) {
  .profile-block-wrap [class^=col-].col-sm-6 {
    width: calc((100% - (15px) * 2) / 2);
  }
}

.profile-block-wrap [class^=col-].profile-block-premium {
  width: calc((100% - (15px * 2)) / 2);
}

.profile-block-wrap [class^=col-].profile-block-premium:before {
  content: "";
  display: block;
  margin-bottom: 66.5%;
}

.profile-block-wrap [class^=col-].profile-block-premium .profile-block-link {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .profile-block-wrap [class^=col-].profile-block-premium {
    width: calc(100% - 15px);
  }
}

.profile-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.profile-block:hover {
  text-decoration: none;
}

.profile-block picture {
  position: relative;
}

.profile-block .profile-block-images-top-vip-tag {
  width: 50px;
  top: 15px;
  position: absolute;
  left: 30px;
}

@media screen and (max-width: 768px) {
  .profile-block .profile-block-images-top-vip-tag {
    top: 10px;
    left: 10px;
  }
}

.profile-block-plus .profile-block-images .plus-box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: inset 0 0 0 4px #c0c0c0;
}

@media screen and (max-width: 576px) {
  .profile-block-plus .profile-block-images .plus-box-shadow {
    box-shadow: inset 0 0 0 2px #c0c0c0;
  }
}

.profile-block-plus .profile-block-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-block-plus .profile-block-details .plus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 700;
  margin-left: 20px;
  color: #c0c0c0;
}

@media screen and (max-width: 576px) {
  .profile-block-plus .profile-block-details .plus {
    display: none;
  }
}

.profile-block-plus .profile-block-details .plus svg {
  font-size: 18px;
  margin-left: 10px;
}

.profile-block .profile-block-images-badge-container {
  z-index: 10;
  height: 19.5px;
  cursor: pointer;
  pointer-events: none;
  margin-bottom: -19px;
}

.profile-block .profile-block-images-badge-container .profile-block-images-badge-container-right-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  bottom: 23.5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.profile-block .profile-block-images-badge-container .profile-block-images-badge-container-right-wrapper--verified {
  bottom: 43px;
}

.profile-block .profile-block-images-badge-container .profile-block-images-badge-container-right-wrapper .available {
  margin-right: 8px;
  padding: 6px 12px !important;
}

.profile-block .profile-block-images-badge-container .verified {
  position: relative;
  bottom: 34px;
  left: 8px;
}

.profile-block-premium {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 2px solid #E2AF26;
}

.profile-block-premium .profile-block-images-badge-container .verified {
  bottom: 44px;
  left: 16px;
}

.profile-block-premium .profile-block-images-badge-container .available {
  margin-right: 16px !important;
}

.profile-block-premium .profile-block-images-badge-container .profile-block-images-badge-container-right-wrapper {
  bottom: 33.5px;
}

.profile-block-premium .profile-block-images-badge-container .profile-block-images-badge-container-right-wrapper--verified {
  bottom: 53px;
}

.profile-block-premium .profile-block-images {
  padding: 7px;
  margin-bottom: 0;
}

.profile-block-premium .profile-block-images > img,
.profile-block-premium .profile-block-images > picture:not(.profile-block-images--venue),
.profile-block-premium .profile-block-images > .explicit-photo-placeholder:not(.explicit-photo-placeholder--venue),
.profile-block-premium .profile-block-images .carousel {
  width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 576px) {
  .profile-block-premium .profile-block-images > img,
  .profile-block-premium .profile-block-images > picture:not(.profile-block-images--venue),
  .profile-block-premium .profile-block-images > .explicit-photo-placeholder:not(.explicit-photo-placeholder--venue),
  .profile-block-premium .profile-block-images .carousel {
    width: calc((100% - 17px) / 2) !important;
  }
}

.profile-block-premium .profile-block-images .profile-block-images--venue > img {
  max-height: 346px;
}

.profile-block-premium .profile-block-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  background: #E2AF26;
  padding: 3px 7px;
  flex: 1 1 auto;
}

@media screen and (max-width: 577px) {
  .profile-block-premium .profile-block-details {
    margin-top: -5px;
  }

  .profile-block-premium .profile-block-details--bigger-margin {
    margin-top: 2px;
  }
}

.profile-block-premium .profile-block-details span {
  color: #FFFFFF;
}

.profile-block-premium .profile-block-details .user-details {
  display: flex;
  flex-direction: column;
}

.profile-block-premium .profile-block-details .user-details .heading-1 {
  margin: 0;
}

.profile-block-premium .profile-block-details .premium {
  width: 65.92px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 700;
}

.profile-block-premium .profile-block-details .premium--boost {
  width: 90px;
}

.profile-block-premium .profile-block-details .premium svg {
  font-size: 24px;
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.profile-block-premium .profile-block-details .premium svg:before {
  width: 24px;
  height: 24px;
}

.profile-block-images {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.profile-block-images img,
.profile-block-images picture,
.profile-block-images picture > img {
  display: block;
  width: 100%;
}

.profile-block-images .carousel {
  margin-left: auto;
}

.profile-block-images-new-banner {
  cursor: pointer;
  pointer-events: none;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 13px;
  padding: 8px 30px;
  background: #E2AF26;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .profile-block-images-new-banner {
    top: 10px;
    font-size: 10px;
    padding: 5px 20px;
  }
}

.profile-block-images-top-badge-container {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 10;
}

@media screen and (max-width: 576px) {
  .profile-block-images-top-badge-container {
    right: 0;
    top: 8px;
  }
}

.profile-block-images-top-icons-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 10;
}

.profile-block-images-top-icons-container--premium {
  top: 8px;
}

.profile-block-images-top-icons-container .fa-icon {
  font-size: 26px;
  color: #E2AF26;
}

.profile-block-details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-block .user-details span {
  display: block;
}

.profile-block .user-details .heading-1 {
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 700;
}

.profile-block .user-details-location {
  color: #8B8B8B;
  white-space: nowrap;
}

.profile-block .user-details a {
  color: #FA585D;
}

.lazyload-noscript {
  background-size: cover !important;
}

.profile-block .profile-block-images:not(.loaded):before {
  content: "";
  width: 0;
  flex: 0 0 auto;
  display: block;
  padding-top: 133%;
}

.profile-block-premium .profile-block-images:not(.loaded):before {
  padding-top: 65.406987724%;
}

@media screen and (max-width: 577px) {
  .profile-block-premium .profile-block-images:not(.loaded):before {
    padding-top: 63.265%;
  }
}

.profile-block-premium-venue .profile-block-images:not(.loaded):before {
  padding-top: 65.406987724%;
}

@media screen and (max-width: 577px) {
  .profile-block-premium-venue::before {
    margin-bottom: calc(65.7794676806% + 7px) !important;
  }
}

body.no-js .profile-block .profile-block-images > picture {
  align-self: stretch;
}

body.no-js .profile-block .profile-block-images > picture noscript {
  display: flex;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

body.no-js .profile-block .profile-block-images > picture noscript img {
  align-self: stretch;
}

.similar-escorts-wrapper .similar-escorts-header {
  margin: 20px 0 26px 0;
}

.similar-escorts-wrapper .similar-escorts-header p {
  text-align: left;
  font-size: 16px;
  color: #4E4E4E;
}

.saved-search-new-escorts-wrapper .saved-search-new-escorts-header {
  margin: 20px 0 16px 0;
  padding-right: 10px;
}

.saved-search-new-escorts-wrapper .saved-search-new-escorts-header span {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #E2AF26;
  padding: 5px;
}

.saved-search-new-escorts-wrapper .saved-search-new-escorts-footer {
  margin: 6px 0 16px 0;
  padding-right: 10px;
}

.saved-search-new-escorts-wrapper .saved-search-new-escorts-footer span {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00A295;
  padding: 5px;
}

.profile-block .user-details {
  width: 100%;
  padding-left: 5px;
  line-height: 18px;
}

.profile-block .user-details--premium {
  width: 70%;
  padding-left: 0;
}

.profile-block--solads .profile-block-details,
.profile-block--visitx .profile-block-details,
.profile-block--native .profile-block-details {
  height: 44px;
}

.profile-block-link:hover {
  text-decoration: none;
}

.profile-block--lock .profile-block-images:after {
  position: absolute;
  font-size: 126px;
  font-family: "erobella-fa" !important;
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='126px' width='126px' viewBox='0 0 512 512' fill='%23FFFFFF'><path d='M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z'/></svg>");
  color: #FFFFFF;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}

.profile-block-link--venue {
  padding-top: 66.5%;
  z-index: 1;
}

.profile-block-link--venue .profile-block-images {
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.profile-block-link--venue picture {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 7px;
}

.profile-block-link--venue picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-block--static-venue .profile-block-image img {
  padding: 7px;
}

.profile-block--static-venue .profile-block-details {
  margin-top: 0;
}

.modal-you-are-locked-wrapper {
  overflow-y: auto;
  width: 100vw;
  position: fixed;
  z-index: 999991;
  right: 0;
  background: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .modal-you-are-locked-wrapper {
    top: 0;
    height: 100vh;
  }
}

@media screen and (min-width: 769px) {
  .modal-you-are-locked-wrapper {
    top: calc(60px + 46px);
    height: calc(100vh - calc(60px + 46px));
  }
}

.modal-you-are-locked-wrapper .modal-you-are-locked-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .modal-you-are-locked-wrapper .modal-you-are-locked-top {
    padding-top: calc(60px + 3px);
  }
}

.modal-you-are-locked-wrapper .modal-you-are-locked-top span {
  font-size: 24px;
  font-weight: bold;
}

.modal-you-are-locked-wrapper .modal-you-are-locked-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .modal-you-are-locked-wrapper .modal-you-are-locked-content .profile-block {
    width: 162px;
  }
}

@media screen and (min-width: 769px) {
  .modal-you-are-locked-wrapper .modal-you-are-locked-content .profile-block {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .modal-you-are-locked-wrapper .modal-you-are-locked-content p {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .modal-you-are-locked-wrapper .modal-you-are-locked-content p {
    font-size: 16px;
  }
}

.modal-you-are-locked-wrapper .modal-you-are-locked-content .btn-gold {
  font-size: 16px;
}

.modal-you-are-locked-wrapper .modal-you-are-locked-content .btn-gold svg {
  font-size: 32px;
  line-height: 28px;
}

.small-container {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.solad-girls-image,
.visitx-girls-image,
.native-girls-image {
  height: calc(100% - 44px);
  width: 100%;
  background-size: cover;
  background-position: center;
}

.solad-girls-image--default,
.visitx-girls-image--default {
  border: 2px solid #FA585D;
}

.solad-girls-partner-tag--red,
.native-girls-partner-tag--red {
  background: #FA585D;
  color: #FFFFFF;
}

.solad-girls-partner-tag--green,
.native-girls-partner-tag--green {
  background: #00A295;
  color: #FFFFFF;
}

.solad-girls-partner-tag--gold,
.native-girls-partner-tag--gold {
  background: #E2AF26;
  color: #FFFFFF;
}

.visitx-girls-partner-tag {
  background: #00A295;
  color: #FFFFFF;
}

.small-banner-gold-boost {
  background: #E2AF26;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -13px;
  height: 48px;
  width: 64px;
  border-radius: 0 0 0 30px;
}

.small-banner-gold-boost img {
  height: 56px;
  margin-top: -10px;
  margin-left: 4px;
}

.small-banner-gold-boost span {
  margin-right: 4px;
  margin-left: -4px;
}

@media screen and (max-width: 576px) {
  .small-banner-gold-boost {
    top: -8px;
  }
}

.notification-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border-radius: 20px;
  font-size: 12px;
  color: #FFFFFF;
  background: #FA585D;
  padding: 2px 5px;
}

.featured-escort-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 21px 7.5px 37.5px 7.5px;
  /*
      All media queries should be here to not break "Display" component on golden package page
   */
}

.featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content {
  flex: 0 0 100vw;
}

.featured-escort-wrapper .featured-escort-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #505050;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-photos {
  width: 50%;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-photos:before {
  content: "";
  display: block;
  margin-bottom: 133%;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-photos img {
  width: 100%;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-photos picture,
.featured-escort-wrapper .featured-escort-content .featured-escort-photos noscript {
  width: 100%;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-photos noscript {
  display: flex;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-photos noscript:before {
  content: "";
  width: 0;
  flex: 0 0 auto;
  display: block;
  padding-top: 133%;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information {
  flex-grow: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  width: 50%;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
  padding: 5px 0 0 10px;
  overflow: hidden;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-top .featured-escort-basic-info {
  width: 100%;
  overflow: hidden;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-top .featured-escort-basic-info .featured-escort-username-age {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-top .featured-escort-basic-info .featured-escort-username-age .featured-escort-username {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-top .featured-escort-basic-info .featured-escort-location {
  color: #FFFFFF;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: start;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base {
  flex-grow: 1;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table {
  width: 100%;
  position: inherit;
  left: 0;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table .featured-escort-information-col-name {
  text-transform: uppercase;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table tr {
  height: 32px;
  text-align: start;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table tr:nth-child(even) {
  background: rgba(245, 245, 245, 0.1);
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table td:nth-of-type(2) {
  padding-left: 20px;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table td:first-of-type {
  display: none;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table td {
  width: 33.3333%;
  color: #FFFFFF;
  font-size: 10px;
  background: none !important;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table td:last-of-type {
  font-size: 12px !important;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.featured-escort-wrapper .featured-escort-content .featured-escort-information .featured-escort-information-bottom .btn {
  font-size: 10px;
  height: 26px;
  width: 80%;
  cursor: pointer;
}

.featured-escort-wrapper .featured-escort-featured-banner {
  width: 126px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(78, 78, 78, 0.6);
}

.featured-escort-wrapper .featured-escort-featured-banner span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .featured-escort-wrapper:not(.featured-escort-wrapper--display) {
    width: 100%;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content {
    flex: 0 0 auto;
    width: 90%;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-photos:before {
    content: "";
    display: block;
    margin-bottom: 66.5%;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-photos picture {
    width: 50%;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information {
    width: 40%;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-top {
    padding: 15px 0 15px 15px;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-top .featured-escort-username-age {
    font-size: 16px;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-top .featured-escort-location {
    font-size: 14px;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table td:nth-of-type(2) {
    padding-left: 0;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table td {
    font-size: 12px;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-base .featured-escort-information-table td:first-of-type {
    display: block;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-bottom {
    justify-content: flex-start;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content .featured-escort-information .featured-escort-information-bottom .btn {
    font-size: 12px;
    height: 28px;
    width: auto;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-featured-banner {
    background: rgba(245, 245, 245, 0.1);
    position: static;
    width: 145px;
    height: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-photos {
    width: 60% !important;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-information-table td:first-of-type {
    width: 10% !important;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-information-table td:not(:first-of-type) {
    width: 45% !important;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-information-bottom .btn {
    margin-left: calc(10% + 2px);
  }
}

@media screen and (min-width: 992px) {
  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-content {
    width: 80%;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-photos {
    width: 45% !important;
  }

  .featured-escort-wrapper:not(.featured-escort-wrapper--display) .featured-escort-information-bottom .btn {
    margin-left: calc(33% + 2px);
  }
}

.modal-custom-black {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(45, 45, 45, 0.5);
  z-index: 999991;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal-custom-black .modal-custom-black-content {
  width: 70vw;
  max-height: 80vh;
  overflow: auto;
  background: #000 url("/images/modal_blur_bg.svg") no-repeat right -15vw top -5vh;
  background-size: 60vw;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .modal-custom-black .modal-custom-black-content {
    width: 100vw;
    max-height: 100vh;
    background-size: 120vw;
    background-position: right -55vw top -5vh;
  }
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-header .modal-custom-black-close {
  color: #FFFFFF;
  font-size: 32px;
  padding: 0 16px;
  cursor: pointer;
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-header {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-header {
    font-size: 26px;
  }
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-header-benefits {
  font-size: 16px;
  margin: 10px 0 20px 0;
}

@media screen and (min-width: 768px) {
  .modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-header-benefits {
    font-size: 20px;
  }
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-benefits-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-benefits-list .modal-custom-black-body-benefits-list-item {
  display: block;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-benefits-list .modal-custom-black-body-benefits-list-item {
    font-size: 18px;
  }
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-custom-black-body-benefits-list .modal-custom-black-body-benefits-list-item:before {
  font-family: "erobella-fa" !important;
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512' fill='%2300A295'><path d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/></svg>");
  color: #00A295;
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-blurred-button-register-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-blurred-button-register-wrapper a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-blurred-button-register-wrapper a {
    width: 100%;
  }
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-blurred-button-register-wrapper a span,
.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-blurred-button-register-wrapper a svg {
  font-size: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.modal-custom-black .modal-custom-black-content .modal-custom-black-body .modal-blurred-button-register-wrapper a svg {
  font-size: 17px;
  color: #FFFFFF;
  margin-left: 8px;
}

.default-loading-container {
  width: 100%;
}

.default-loading-container .loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.default-loading-container .loading-spinner .spinner-border {
  margin-right: 0.5rem;
}

.modal-navigation-not-vip-wrapper .modal-navigation-not-vip-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-navigation-not-vip-wrapper .modal-navigation-not-vip-content .button-view-vip-package {
  margin-left: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.modal-navigation-not-vip-wrapper .modal-navigation-not-vip-content .button-view-vip-package svg {
  font-size: 28px;
}

.modal-content-tabs {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.modal-content-tabs button {
  border: 0;
  font-size: 16px;
  min-height: 36px;
  padding: 0 15px;
  color: #4E4E4E;
  background: #E3E3E3;
}

.modal-content-tabs button:focus {
  outline: none !important;
}

.modal-content-tabs button.active {
  color: #FFFFFF;
  background: #00A295;
}

#loginOrRegister .modal-header {
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 15px;
}

#loginOrRegister .heading {
  display: block;
  font-size: 16px;
  color: #4E4E4E;
  margin: 0 0 15px 0;
}

#loginOrRegister .registration-form {
  margin-bottom: 0 !important;
}

#loginOrRegister .form-register .error-input-container.has-error:after {
  display: none !important;
}

#loginOrRegister ul {
  padding: 0;
  margin: 0;
}

#loginOrRegister ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 14px;
  color: #4E4E4E;
}

#loginOrRegister ul li::before {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512' fill='%2300A295'><path d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/></svg>");
  font-family: "erobella-fa";
  font-weight: 600;
  display: block;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  color: #00A295;
}

@media screen and (max-width: 576px) {
  #loginOrRegister {
    background: #fff;
  }

  #loginOrRegister .modal-dialog {
    margin: 0;
    align-items: flex-start;
  }

  #loginOrRegister .modal-content {
    border: 0;
    box-shadow: none;
  }
}

.username-suggestions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 20px;
}

.username-suggestions .suggested-username {
  margin-right: 4px;
  font-size: 14px;
}

.username-suggestions .suggested-username:not(:last-of-type):after {
  content: ",";
}

.steps-breadcrumb {
  display: inline-flex;
  align-items: flex-start;
  gap: 25px;
  position: relative;
}

.steps-breadcrumb:before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: 5px;
  top: 25px;
  left: 5px;
  background: #E3E3E3;
  background: linear-gradient(90deg, #00A295 var(--step), #E3E3E3 var(--step));
}

.steps-breadcrumb > * {
  position: relative;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #8B8B8B;
  z-index: 1;
}

.steps-breadcrumb > *:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #E3E3E3;
  font-size: 18px;
  line-height: 0;
  color: #FFFFFF;
  content: attr(data-page);
  margin-bottom: 10px;
}

.steps-breadcrumb > *.active {
  color: #00A295;
  font-weight: 700;
}

.steps-breadcrumb > *.active:before {
  background: #00A295;
}

@media (min-width: 768px) {
  .select-box {
    position: relative;
  }
}

.select-box .arrow {
  transform: rotate(90deg);
}

.select-box .arrow.active {
  transform: rotate(-90deg);
}

.select-box--dropdown {
  z-index: 99999;
}

@media (min-width: 768px) {
  .select-box--dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

@media (max-width: 767px) {
  .select-box--dropdown {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    left: 0;
    bottom: 0;
    background: rgba(3, 7, 18, 0.4);
  }
}

.select-box--dropdown-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}

@media (min-width: 768px) {
  .select-box--dropdown-container {
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767px) {
  .select-box--dropdown-container {
    max-height: calc(100% - 125px);
    overflow: hidden;
    align-self: flex-end;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}

.select-box--dropdown-header {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid #ECEAE4;
  margin: 16px;
}

@media (min-width: 768px) {
  .select-box--dropdown-header {
    display: none;
  }
}

.select-box--dropdown-header .title {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

.select-box--dropdown-header .description {
  font-size: 14px;
  color: #3A3932;
}

.select-box--dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px;
}

#not-found-page h1 {
  font-size: 96px;
  font-weight: 700;
  margin-bottom: 0.3em;
  color: #4E4E4E;
}

@media screen and (max-width: 576px) {
  #not-found-page h1 {
    font-size: 48px;
  }
}

#not-found-page h2,
#not-found-page h4,
#not-found-page h5 {
  color: #707070;
}

#not-found-page h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 1.35em;
}

@media screen and (max-width: 576px) {
  #not-found-page h2 {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

#not-found-page h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.65em;
}

@media screen and (max-width: 576px) {
  #not-found-page h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#not-found-page h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  #not-found-page h5 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

#not-found-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#not-found-page ul a {
  color: #00A295;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  #not-found-page ul a {
    font-size: 12px;
  }
}

#not-found-page .not-found-image {
  width: 100%;
  max-width: 235px;
  align-self: flex-start;
}

@media screen and (max-width: 576px) {
  #not-found-page .col-7 {
    padding-right: 20px;
  }
}

#app #app-ssr #not-found-page {
  padding: 40px 15px 65px 15px;
}

.why-advertise-benefits h1 {
  font-size: 26px;
  color: #2D2D2D;
}

@media screen and (max-width: 768px) {
  .why-advertise-benefits h1 {
    font-size: 18px;
    text-align: center;
  }
}

.why-advertise-benefits picture img {
  width: 100%;
}

.why-advertise-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-advertise-benefits ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3em;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .why-advertise-benefits ul li {
    font-size: 14px;
  }
}

.why-advertise-benefits ul li:last-child {
  margin-bottom: 0;
}

.why-advertise-benefits ul li::before {
  content: url("data:image/svg+xml; utf-8, <svg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 512 512' fill='%2300A295'><path d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/></svg>");
  font-family: "erobella-fa";
  font-weight: 600;
  display: block;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  color: #00A295;
}

.why-advertise-benefits .mobile-img {
  width: 100%;
  max-width: 225px;
}

@media screen and (max-width: 768px) {
  .why-advertise-register:before {
    display: none;
  }
}

.why-advertise-register h2 {
  font-size: 22px;
  color: #2D2D2D;
}

@media screen and (max-width: 768px) {
  .why-advertise-register h2 {
    font-size: 16px;
  }
}

.why-advertise-register form {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .why-advertise-register form {
    flex-direction: column;
  }
}

.why-advertise-register form input {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .why-advertise-register form input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.why-advertise-register form button {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .why-advertise-register form button {
    width: 100%;
  }
}

.sex-work-on-lockdown td {
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.sex-work-on-lockdown tr:first-of-type {
  border: 1px solid white;
  vertical-align: top;
  text-align: center;
}

.sex-work-on-lockdown h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.sex-work-on-lockdown img {
  width: 100%;
  margin: 0 0 20px 0;
}

.sex-work-on-lockdown table {
  text-align: center;
}

.sex-work-on-lockdown table .text-bold {
  font-weight: bold;
}

.sex-work-on-lockdown table tr:first-of-type {
  background-color: #8b8b8b;
  color: white;
}

.sex-work-on-lockdown ul {
  margin-top: 20px;
}

.sex-work-on-lockdown .font-italic {
  font-style: italic;
}

#sexySantaPage .sexy-santa-header {
  width: 100%;
  margin: auto;
}

#sexySantaPage .sexy-santa-header .sexy-santa-header-title {
  width: 100%;
  font-size: 26px;
  color: #2D2D2D;
  text-align: center;
}

#sexySantaPage .sexy-santa-header .sexy-santa-header-description {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #707070;
}

#sexySantaPage .sexy-santa-header .sexy-santa-header-places {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#sexySantaPage .sexy-santa-header .sexy-santa-header-places .sexy-santa-header-place {
  font-size: 18px;
  text-align: center;
  color: #707070;
  margin: 0 5px 16px 5px;
}

#sexySantaPage .sexy-santa-header .sexy-santa-header-enter {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 26px;
  font-size: 26px;
  color: #2D2D2D;
  text-align: center;
}

#sexySantaPage .sexy-santa-steps .sexy-santa-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sexySantaPage .sexy-santa-steps .sexy-santa-step .sexy-santa-step-header {
  width: 100%;
  font-size: 20px;
  color: #00A295;
  text-align: center;
}

#sexySantaPage .sexy-santa-steps .sexy-santa-step .sexy-santa-step-description {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #707070;
}

.sexy-santa-banner-wrapper {
  z-index: 1111;
}

.sexy-santa-banner {
  background: #f9585d;
}

.sexy-santa-banner img {
  width: 80px;
}

.sexy-santa-banner .sexy-santa-banner-content-wrapper {
  justify-content: center;
  align-items: center;
}

.sexy-santa-banner .sexy-santa-banner-content {
  font-size: 18px !important;
  font-weight: 500;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .sexy-santa-banner:not(.sexy-santa-banner--desktop) .sexy-santa-banner-image {
    align-self: flex-start;
  }

  .sexy-santa-banner:not(.sexy-santa-banner--desktop) .sexy-santa-banner-content {
    flex-direction: column;
  }

  .sexy-santa-banner:not(.sexy-santa-banner--desktop) .sexy-santa-banner-description {
    font-size: 12px;
  }

  .sexy-santa-banner:not(.sexy-santa-banner--desktop) .sexy-santa-banner-button {
    align-self: flex-start;
  }
}

.text-white {
  color: white;
}

.popular-search-list {
  padding-top: 30px;
}

.popular-search-list a {
  margin-bottom: 20px;
}

#topBar-rebrand {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  z-index: 99997;
}

@media (min-width: 768px) {
  #topBar-rebrand {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 1rem;
    gap: 1rem;
    background-color: #000;
  }
}

#topBar-rebrand .custom-dropdown-button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 767px) {
  #topBar-rebrand .custom-dropdown-button {
    display: flex;
    width: 100%;
    height: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #000;
  }

  #topBar-rebrand .custom-dropdown-button.align-left {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  #topBar-rebrand .custom-dropdown-button {
    justify-content: space-between;
    color: #fff;
    border: 1px solid #444444;
    background: #2F2F2F;
    min-width: 12rem;
    height: 40px;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
  }
}

#topBar-rebrand .custom-dropdown-button:hover,
#topBar-rebrand .custom-dropdown-button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

#topBar-rebrand .custom-dropdown-button span {
  display: flex;
  align-items: center;
  gap: 8px;
}

#topBar-rebrand .region-section {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 768px) {
  #topBar-rebrand .region-section {
    width: 100%;
    background: #FAF9F6;
    border-bottom: 1px solid #ECEAE4;
    padding: 8px 16px;
  }

  #topBar-rebrand .region-section .select-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #topBar-rebrand .advertise-section {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #000;
    color: #fff;
  }
}

#topBar-rebrand .advertise-section--content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  #topBar-rebrand .advertise-section--content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

#topBar-rebrand .advertise-section--content span {
  font-size: 14px;
  color: #C5C5C5;
}

#topBar-rebrand .advertise-section--content .btn-v2 {
  flex-shrink: 0;
  height: 40px;
  min-height: initial;
}

@media (max-width: 767px) {
  #topBar-rebrand .advertise-section--content .btn-v2 {
    all: unset;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

#topBar-rebrand .advertise-section .arrow {
  color: #fff !important;
}

#header-rebrand {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
  border-bottom: 1px solid #ECEAE4;
  z-index: 99996;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #header-rebrand {
    min-height: 72px;
  }
}

@media (max-width: 767px) {
  #header-rebrand.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(3, 7, 18, 0.4);
  }
}

#header-rebrand .navigation {
  width: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #header-rebrand .navigation {
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
  }

  #header-rebrand .navigation:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #ECEAE4;
  }
}

@media (max-width: 767px) {
  #header-rebrand .navigation {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-height: calc(100dvh - 100%);
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 16px 16px 24px 16px;
    border-top: 2px solid #ECEAE4;
  }

  #header-rebrand .navigation.active {
    display: flex;
  }
}

#header-rebrand .navigation nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  row-gap: 8px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

@media (max-width: 767px) {
  #header-rebrand .navigation nav {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }
}

#header-rebrand .navigation nav a {
  font-size: 14px;
  text-transform: capitalize;
  color: #3A3932;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

#header-rebrand .navigation nav a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  #header-rebrand .navigation nav a {
    font-size: 20px;
  }

  #header-rebrand .navigation nav a svg {
    width: 10px;
    height: 10px;
    color: #ECEAE4;
  }
}

#header-rebrand .navigation--actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  #header-rebrand .navigation--actions {
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid #ECEAE4;
  }
}

#header-rebrand .navigation--actions .logout-btn {
  all: unset;
  cursor: pointer;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

#header-rebrand .header-navigation-mobile-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

#header-rebrand .header-navigation-mobile-actions hr {
  display: block;
  width: 1px;
  height: 16px;
  background: #ECEAE4;
  margin: 0;
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}

.limited-width-sm,
.limited-width-md,
.limited-width-lg {
  width: 100%;
  margin: 0 auto;
}

.limited-width-sm {
  max-width: 340px;
}

.limited-width-md {
  max-width: 400px;
}

.limited-width-lg {
  max-width: 500px;
}

@media screen and (max-width: 576px) {
  .limited-width-lg {
    max-width: inherit;
  }
}

.contact-links-wrapper {
  position: fixed;
  top: 166px;
  right: 0;
  z-index: 100;
  width: 43px;
  display: flex;
  flex-direction: column;
  background-color: #4E4E4E;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact-links-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin-top: 9px;
  margin-left: 7px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background-color: #43B51F;
}

.contact-links-wrapper a:last-of-type {
  margin-bottom: 9px;
}

.contact-links-wrapper a i {
  font-size: 22px;
  color: #FFFFFF;
}

.contact-links-wrapper a i.text-content {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

.contact-links-wrapper a svg {
  font-size: 22px;
  color: #FFFFFF;
}

.contact-links-wrapper a svg.fa-whatsapp {
  font-size: 24px;
}

.contact-links-wrapper a svg.text-content {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

.verify-whatsapp-component h1 {
  font-size: 20px;
  color: #000000;
}

.verify-whatsapp-component .not-verified-error-text {
  font-size: 14px;
  color: #FA585D;
}

.verify-whatsapp-component .text-code {
  font-size: 32px;
  letter-spacing: 0.5rem;
  color: #000000;
}

.verify-whatsapp-component .btn {
  background-color: #67c94d;
  border: none;
  border-radius: 0.75rem;
}

.form-check--align-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
}

.form-check--align-right .form-check-input {
  position: inherit;
  margin: 0 0 0 15px;
  width: 16px;
  height: 16px;
  border: 2px solid #8B8B8B;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.form-check--align-right .form-check-input:checked {
  background: url("/images/check-solid.svg") no-repeat center;
  background-size: 10px;
}

.form-check--align-right .form-check-label {
  font-size: 13px;
  font-weight: 500;
  color: #8B8B8B;
}

.form-check--align-right .form-check-label a {
  color: #8B8B8B;
  text-decoration: underline;
}

.registration-form h1 {
  font-size: 18px;
}

.registration-form .user-types {
  display: grid;
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  gap: 10px;
}

.registration-form .user-types .user-type {
  border: 1px solid #8B8B8B;
  border-radius: 0;
  font-weight: lighter;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.registration-form .user-types .user-type.active {
  border-color: #00A295;
  background-color: #00A295;
  color: #fff;
}

.registration-form .user-types .user-type .logo svg {
  font-size: 37px;
}

.registration-form .user-types .user-type .title {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.registration-form #inputCountryCode {
  flex-grow: 0.3;
  flex-shrink: 1;
  flex-basis: 0;
}

.live-country .dropdown-with-info-container--toggle span {
  color: #000;
}

.referral-info-banner-wrapper {
  width: 100%;
  background-color: #00A295;
}

.referral-info-banner-wrapper .referral-info-banner {
  width: 88%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}

.teal-text-button {
  font-size: 12px;
  font-weight: 500;
  color: #00A295;
  text-decoration: underline;
}

.teal-text-button:hover {
  color: #33B4AA;
}

#modalVerifyEmailLogin {
  color: #FFFFFF;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper {
  padding: 20px 10vw 20px 20px;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  #modalVerifyEmailLogin .modal-verify-email-login-wrapper {
    padding: 30px 10vw 30px 30px;
  }
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-header {
  font-size: 26px;
  line-height: 24px;
  text-align: start;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body p {
  text-align: start;
  line-height: 24px;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body p span {
  color: #00A295;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-success-msg {
  width: 100%;
  text-align: start;
  font-size: 14px;
  color: #43B51F;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form {
    min-width: 350px;
  }
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form .error-input-container {
  width: 100%;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form .error-input-container.has-error input {
  border-color: #FA585D !important;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form .error-input-container input {
  border: solid 2px #00A295;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form .btn {
  cursor: pointer;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form .modal-verify-email-login-email-form-show-form,
#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form .modal-verify-email-login-email-form-resend {
  color: #FFFFFF;
  text-decoration: underline;
  text-align: start;
  font-size: 18px;
  cursor: pointer;
}

#modalVerifyEmailLogin .modal-verify-email-login-wrapper .modal-verify-email-login-body .modal-verify-email-login-email-form .modal-verify-email-login-email-form-resend {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hero-page {
  display: flex;
}

@media screen and (max-width: 768px) {
  .hero-page {
    height: auto;
  }
}

.hero-page .hero-content,
.hero-page .hero-image {
  width: 50%;
}

.hero-page .hero-content {
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .hero-page .hero-content {
    width: 100%;
  }
}

@media screen and (min-width: 577px) {
  .hero-page .hero-content {
    padding-top: 80px;
  }
}

.hero-page .hero-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  background: url("/images/hero.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .hero-page .hero-image {
    display: none;
  }
}

.hero-page .services-list {
  display: flex;
  justify-content: space-between;
}

.hero-page .services-list::before {
  flex: 0 0 auto;
  align-self: stretch;
  content: "";
  width: 1px;
  background: #767676;
  order: 2;
}

.hero-page .services-list div:first-of-type {
  order: 1;
}

.hero-page .services-list div:last-of-type {
  order: 3;
}

.hero-page .services-list div ul li {
  margin-bottom: 10px;
}

.hero-page .services-list div ul li:last-child {
  margin-bottom: 0;
}


/*# sourceMappingURL=app-auth.css.map*/