﻿@font-face {
  font-display: swap;
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url("/web/fonts/IRANSansWeb(FaNum).eot");
  src: url("/web/fonts/IRANSansWeb(FaNum).eot")
      format("embedded-opentype"),
    url("/web/fonts/IRANSansWeb(FaNum).woff2")
      format("woff2"),
    url("/web/fonts/IRANSansWeb(FaNum).woff")
      format("woff"),
    url("/web/fonts/IRANSansWeb(FaNum).ttf")
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("/web/fonts/IRANSansWeb(FaNum)_Medium.eot");
  src: url("/web/fonts/IRANSansWeb(FaNum)_Medium.eot")
      format("embedded-opentype"),
    url("/web/fonts/IRANSansWeb(FaNum)_Medium.woff2")
      format("woff2"),
    url("/web/fonts/IRANSansWeb(FaNum)_Medium.woff")
      format("woff"),
    url("/web/fonts/IRANSansWeb(FaNum)_Medium.ttf")
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: IRANSans;
  font-style: normal;
  font-weight: 700;
  src: url("/web/fonts/IRANSansWeb(FaNum)_Bold.eot");
  src: url("/web/fonts/IRANSansWeb(FaNum)_Bold.eot")
      format("embedded-opentype"),
    url("/web/fonts/IRANSansWeb(FaNum)_Bold.woff2")
      format("woff2"),
    url("/web/fonts/IRANSansWeb(FaNum)_Bold.woff")
      format("woff"),
    url("/web/fonts/IRANSansWeb(FaNum)_Bold.ttf")
      format("truetype");
}
.subtitle-1 {
  font-size: 1.25rem !important;
}
.subtitle-1,
.subtitle-2 {
  line-height: 2rem !important;
}
.subtitle-2 {
  font-size: 1.125rem !important;
}
.subtitle-3 {
  font-size: 1rem !important;
}
.body-1,
.subtitle-3 {
  line-height: 1.5rem !important;
}
.body-1 {
  font-size: 0.875rem !important;
}
.body-2 {
  font-size: 0.75rem !important;
}
.body-2,
.caption-1 {
  line-height: 1.5rem !important;
}
.caption-1,
.caption-2 {
  font-size: 0.6875rem !important;
}
.caption-2 {
  line-height: 1.0625rem !important;
}
.header-6 {
  font-size: 1.5rem !important;
}
.header-3,
.header-6 {
  line-height: 3rem !important;
}
.header-3 {
  font-size: 1.625rem !important;
}
@media (min-width: 576px) {
  .subtitle-1-sm {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
  .subtitle-2-sm {
    font-size: 1.125rem !important;
    line-height: 2rem !important;
  }
  .subtitle-3-sm {
    font-size: 1rem !important;
  }
  .body-1-sm,
  .subtitle-3-sm {
    line-height: 1.5rem !important;
  }
  .body-1-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 768px) {
  .subtitle-1-md {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
  .subtitle-3-md {
    font-size: 1rem !important;
  }
  .body-1-md,
  .subtitle-3-md {
    line-height: 1.5rem !important;
  }
  .body-1-md {
    font-size: 0.875rem !important;
  }
  .body-2-md {
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .header-3-lg {
    font-size: 1.625rem !important;
    line-height: 3rem !important;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  text-align: var(--body-text-align);
}
body,
hr {
  margin: 0;
}
hr {
  background-color: currentColor;
  border: 0;
  color: #ddd;
  opacity: 1;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
p {
  margin-bottom: 0;
  margin-top: 0;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-right: 2rem;
}
ul ul {
  margin-bottom: 0;
}
dd {
  margin-bottom: 0.5rem;
  margin-right: 0;
}
a {
  color: #fb373e;
  text-decoration: underline;
}
a:hover {
  color: #c92c32;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #aaa;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: right;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
td,
th,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
  direction: ltr;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
progress {
  vertical-align: initial;
}
[hidden] {
  display: none !important;
}
body,
html {
  min-height: 100%;
  width: 100%;
}
body {
  overflow-x: hidden;
}
button {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
}
button * {
  pointer-events: none;
}
input {
  background-color: initial;
}
select {
  cursor: pointer;
}
svg [stroke-linecap],
svg [stroke-linejoin],
svg [stroke-width],
svg [stroke] {
  stroke: currentColor;
  fill: none;
}
circle,
path {
  fill: currentColor;
}
.float-start {
  float: right !important;
}
.float-end {
  float: left !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-flex !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.border {
  border: 1px solid #ddd !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #ddd !important;
}
.border-top-dashed {
  border-top: 1px dashed #ddd !important;
}
.border-end {
  border-left: 1px solid #ddd !important;
}
.border-bottom {
  border-bottom: 1px solid #ddd !important;
}
.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.flex-fill {
  -webkit-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.justify-content-start {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-justify-content: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-align-items: center !important;
  align-items: center !important;
}
.align-items-stretch {
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}
.order-first {
  -webkit-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-order: 2 !important;
  order: 2 !important;
}
.order-last {
  -webkit-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 0.75rem !important;
  margin-top: 0.75rem !important;
}
.my-4 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-5 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-6 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.5rem !important;
}
.mt-6 {
  margin-top: 2rem !important;
}
.mt-7 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-1 {
  margin-left: 0.25rem !important;
}
.me-2 {
  margin-left: 0.5rem !important;
}
.me-3 {
  margin-left: 0.75rem !important;
}
.me-4 {
  margin-left: 1rem !important;
}
.me-5 {
  margin-left: 1.5rem !important;
}
.me-6 {
  margin-left: 2rem !important;
}
.me-7 {
  margin-left: 3rem !important;
}
.me-auto {
  margin-left: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.5rem !important;
}
.mb-6 {
  margin-bottom: 2rem !important;
}
.mb-7 {
  margin-bottom: 3rem !important;
}
.ms-0 {
  margin-right: 0 !important;
}
.ms-1 {
  margin-right: 0.25rem !important;
}
.ms-2 {
  margin-right: 0.5rem !important;
}
.ms-4 {
  margin-right: 1rem !important;
}
.ms-5 {
  margin-right: 1.5rem !important;
}
.ms-auto {
  margin-right: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.5rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important;
}
.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-5 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.5rem !important;
}
.pt-7 {
  padding-top: 3rem !important;
}
.pe-2 {
  padding-left: 0.5rem !important;
}
.pe-3 {
  padding-left: 0.75rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.5rem !important;
}
.pb-7 {
  padding-bottom: 3rem !important;
}
.ps-1 {
  padding-right: 0.25rem !important;
}
.ps-2 {
  padding-right: 0.5rem !important;
}
.ps-3 {
  padding-right: 0.75rem !important;
}
.ps-4 {
  padding-right: 1rem !important;
}
.fs-1 {
  font-size: 0.6875rem !important;
}
.fs-2 {
  font-size: 0.75rem !important;
}
.fs-3 {
  font-size: 0.875rem !important;
}
.fs-4 {
  font-size: 1rem !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-start {
  text-align: right !important;
}
.text-end {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}
.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}
.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}
.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}
.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}
.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}
.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}
.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}
.text-muted {
  --text-opacity: 1;
  color: #aaa !important;
}
.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}
.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}
.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}
.bg-transparent {
  --bg-opacity: 1;
  background-color: initial !important;
}
.rounded {
  border-radius: 10px !important;
}
.rounded-1 {
  border-radius: 5px !important;
}
.rounded-2 {
  border-radius: 10px !important;
}
.rounded-3 {
  border-radius: 15px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.image-cover {
  object-fit: cover !important;
}
@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .order-sm-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-5 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-7 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  .me-sm-3 {
    margin-left: 0.75rem !important;
  }
  .me-sm-4 {
    margin-left: 1rem !important;
  }
  .me-sm-5 {
    margin-left: 1.5rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-0 {
    padding-right: 0 !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .text-sm-start {
    text-align: right !important;
  }
  .text-sm-end {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .border-md {
    border: 1px solid #ddd !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-md-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .order-md-0 {
    -webkit-order: 0 !important;
    order: 0 !important;
  }
  .order-md-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }
  .my-md-5 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-6 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-4 {
    margin-left: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-3 {
    margin-right: 0.75rem !important;
  }
  .ms-md-4 {
    margin-right: 1rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .ps-md-3 {
    padding-right: 0.75rem !important;
  }
  .ps-md-4 {
    padding-right: 1rem !important;
  }
  .fw-md-semibold {
    font-weight: 500 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
  .text-md-end {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .border-lg {
    border: 1px solid #ddd !important;
  }
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .align-items-lg-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .order-lg-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 1.5rem !important;
  }
  .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-4 {
    margin-left: 1rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-0 {
    margin-right: 0 !important;
  }
  .ms-lg-4 {
    margin-right: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  .px-lg-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .fw-lg-semibold {
    font-weight: 500 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .order-xl-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  .me-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-4 {
    margin-left: 1rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  .pe-xl-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-right: 1rem !important;
  }
  .ps-xl-5 {
    padding-right: 1.5rem !important;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.container,
.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-x, 1rem);
  padding-right: var(--gutter-x, 1rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm {
    max-width: 1232px;
  }
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio);
}
.ratio > * {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.counter-reset {
  counter-reset: section;
}
.counter-increment:before {
  content: counter(section);
  counter-increment: section;
}
.vr {
  -webkit-align-self: stretch;
  align-self: stretch;
  background-color: currentColor;
  color: #ddd;
  display: inline-block;
  min-height: 1em;
  width: 1px;
}
.list-inline,
.list-unstyled {
  list-style: none;
  margin-bottom: 0;
  padding-right: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-left: var(--gutter-x, 0.5rem);
}
.scroll-e24 {
  scrollbar-color: #ddd #f4f4f4;
  scrollbar-width: thin;
}
.scroll-e24 ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.scroll-e24 ::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 5px;
}
.scroll-e24 ::-webkit-scrollbar-track:active,
.scroll-e24 ::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.scroll-e24 ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 5px;
}
.scroll-e24 ::-webkit-scrollbar-thumb:active,
.scroll-e24 ::-webkit-scrollbar-thumb:hover {
  background-color: #ddd;
}
:root {
  --primary: #fb373e;
  --secondary: #727272;
  --success: #11b95f;
  --danger: #c10d0d;
  --warning: #e97000;
  --info: #37a0fb;
  --primary-rgb: 251, 55, 62;
  --secondary-rgb: 114, 114, 114;
  --success-rgb: 17, 185, 95;
  --danger-rgb: 193, 13, 13;
  --warning-rgb: 233, 112, 0;
  --info-rgb: 55, 160, 251;
  --white-rgb: 255, 255, 255;
  --black-rgb: 51, 51, 51;
  --body-color-rgb: 51, 51, 51;
  --body-bg-rgb: 255, 255, 255;
  --font-sans-serif: IRANSans, sans-serif;
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  --gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #333;
  --body-text-align: right;
  --body-bg: #fff;
}
.row {
  --gutter-x: 1rem;
  --gutter-y: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) * -0.5);
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-top: calc(var(--gutter-y) * -1);
}
.row > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: var(--gutter-y);
  max-width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  width: 100%;
}
.col {
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.col-auto {
  width: auto;
}
.col-2,
.col-auto {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-3,
.col-4 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-5,
.col-6 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-7,
.col-8 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-8 {
  width: 66.66666667%;
}
.col-12 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.g-0,
.gx-0 {
  --gutter-x: 0;
}
.g-0 {
  --gutter-y: 0;
}
.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --gutter-x: 0.75rem;
}
.g-3 {
  --gutter-y: 0.75rem;
}
.g-4,
.gx-4 {
  --gutter-x: 1rem;
}
.g-4,
.gy-4 {
  --gutter-y: 1rem;
}
.g-5,
.gx-5 {
  --gutter-x: 1.5rem;
}
.g-5 {
  --gutter-y: 1.5rem;
}
.g-6,
.gx-6 {
  --gutter-x: 2rem;
}
.g-6,
.gy-6 {
  --gutter-y: 2rem;
}
.gx-7 {
  --gutter-x: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1,
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-2,
  .col-sm-3 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-4,
  .col-sm-6 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-8,
  .col-sm-9 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1rem;
  }
  .g-sm-4 {
    --gutter-y: 1rem;
  }
  .gx-sm-7 {
    --gutter-x: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-3,
  .col-md-4 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-5,
  .col-md-6 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .gy-md-0 {
    --gutter-y: 0;
  }
  .gy-md-4 {
    --gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 1.5rem;
  }
  .g-md-5 {
    --gutter-y: 1.5rem;
  }
  .gx-md-6 {
    --gutter-x: 2rem;
  }
  .gy-md-6 {
    --gutter-y: 2rem;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-6,
  .col-lg-8 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 1.5rem;
  }
  .g-lg-5 {
    --gutter-y: 1.5rem;
  }
  .gx-lg-6 {
    --gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .g-xl-5 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .gx-xl-6 {
    --gutter-x: 2rem;
  }
  .gx-xl-7 {
    --gutter-x: 3rem;
  }
}
.btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23AAA' stroke-width='2' stroke-linecap='round' d='m7.757 16.242 8.486-8.485m-8.486 0 8.486 8.486'/%3E%3C/svg%3E")
    50%/1.5rem auto no-repeat;
  border: 0;
  border-radius: 10px;
  box-sizing: initial;
  color: #aaa;
  height: 1.5rem;
  opacity: 1;
  padding: 0;
  width: 1.5rem;
}
.btn-close:hover {
  color: #aaa;
  opacity: 1;
  text-decoration: none;
}
.btn-close:focus {
  box-shadow: none;
  opacity: 1;
  outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.fade {
  transition: opacity 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  display: block;
  height: 1.125rem;
  position: absolute;
  width: 2.25rem;
}
.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.tooltip-inner {
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  max-width: 300px;
  padding: 1.125rem 1rem;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 2px solid;
  border-left: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 1.25rem;
  vertical-align: -0.125em;
  width: 1.25rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.btn-group {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group > .btn {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-right: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.card {
  word-wrap: break-word;
  background-clip: initial;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  color: #333;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-header,
.card-text:last-child {
  margin-bottom: 0;
}
.card-header {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  color: #727272;
  padding: 0.5rem 1rem;
}
.card-header:first-child {
  border-radius: 9px 9px 0 0;
}
.card-footer {
  background-color: #f4f4f4;
  border-top: 1px solid #ddd;
  color: #727272;
  padding: 0.5rem 1rem;
}
.card-footer:last-child {
  border-radius: 0 0 9px 9px;
}
.card-footer-danger {
  background-color: #fdf5f5;
  color: #c10d0d;
}
.toast {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
  color: #333;
  font-size: 0.875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  max-width: 100%;
  pointer-events: none;
  width: -webkit-max-content;
  width: max-content;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1rem;
}
.toast-header {
  -webkit-align-items: center;
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #6c757d;
  display: -webkit-flex;
  display: flex;
  padding: 0.5rem;
}
.toast-header .btn-close {
  margin-left: -0.25rem;
  margin-right: 0.5rem;
}
.toast-body {
  word-wrap: break-word;
  padding: 0.5rem;
}
.toast-container {
  z-index: 1100;
}
.toast[disabled] {
  background: #dee2e6 !important;
  border: none !important;
  color: #343a40 !important;
}
.modal {
  display: none;
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1055;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable > .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable > .modal-content > .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #333;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1050;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.4;
}
.modal-header {
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 0 solid #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 1.5rem 0.5rem;
}
.modal-header .btn-close {
  margin: -0.75rem auto -0.75rem -0.75rem;
  padding: 0.75rem;
}
.modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.modal-body {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
  position: relative;
}
.modal-footer {
  -webkit-align-items: center;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 0 solid #ddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 2.5rem 1.5rem 1.5rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 768px;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none !important;
  width: 100vw;
}
.modal-fullscreen > .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-fullscreen > .modal-content > .modal-header {
  border-bottom-width: 1px;
  border-radius: 0;
  padding: 1rem;
}
.modal-fullscreen > .modal-content > .modal-header > .modal-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.modal-fullscreen > .modal-content > .modal-body {
  overflow-y: auto;
  padding: 1rem;
}
.modal-fullscreen > .modal-content > .modal-body > .modal-neutralizer {
  margin: -1rem;
}
.modal-fullscreen > .modal-content > .modal-footer {
  border-radius: 0;
  border-top-width: 1px;
  padding: 1rem;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none !important;
    width: 100vw;
  }
  .modal-fullscreen-sm-down > .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down > .modal-content > .modal-header {
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 1rem;
  }
  .modal-fullscreen-sm-down > .modal-content > .modal-header > .modal-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .modal-fullscreen-sm-down > .modal-content > .modal-body {
    overflow-y: auto;
    padding: 1rem;
  }
  .modal-fullscreen-sm-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-fullscreen-sm-down > .modal-content > .modal-footer {
    border-radius: 0;
    border-top-width: 1px;
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none !important;
    width: 100vw;
  }
  .modal-fullscreen-md-down > .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down > .modal-content > .modal-header {
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 1rem;
  }
  .modal-fullscreen-md-down > .modal-content > .modal-header > .modal-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .modal-fullscreen-md-down > .modal-content > .modal-body {
    overflow-y: auto;
    padding: 1rem;
  }
  .modal-fullscreen-md-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-fullscreen-md-down > .modal-content > .modal-footer {
    border-radius: 0;
    border-top-width: 1px;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none !important;
    width: 100vw;
  }
  .modal-fullscreen-lg-down > .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down > .modal-content > .modal-header {
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 1rem;
  }
  .modal-fullscreen-lg-down > .modal-content > .modal-header > .modal-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .modal-fullscreen-lg-down > .modal-content > .modal-body {
    overflow-y: auto;
    padding: 1rem;
  }
  .modal-fullscreen-lg-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-fullscreen-lg-down > .modal-content > .modal-footer {
    border-radius: 0;
    border-top-width: 1px;
    padding: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none !important;
    width: 100vw;
  }
  .modal-fullscreen-xl-down > .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down > .modal-content > .modal-header {
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 1rem;
  }
  .modal-fullscreen-xl-down > .modal-content > .modal-header > .modal-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .modal-fullscreen-xl-down > .modal-content > .modal-body {
    overflow-y: auto;
    padding: 1rem;
  }
  .modal-fullscreen-xl-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-fullscreen-xl-down > .modal-content > .modal-footer {
    border-radius: 0;
    border-top-width: 1px;
    padding: 1rem;
  }
}
.modal-open {
  touch-action: none;
}
.modal.backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-xs {
  max-width: 360px;
}
.modal-dialog-pinned {
  margin: 0;
  min-height: auto;
  position: absolute;
  width: 100%;
}
.modal-neutralizer {
  margin: -1.5rem;
}
.bottom-sheet-close {
  -webkit-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  text-align: center;
  width: 100%;
}
.bottom-sheet-close:before {
  background-color: #e0e0e0;
  border-radius: 50rem;
  content: "";
  display: inline-block;
  height: 5px;
  width: 70px;
}
.bottom-sheet-home-indicator-space {
  height: calc(env(safe-area-inset-bottom) - 1rem);
  width: 100%;
}
.bottom-sheet-moving {
  transition: none !important;
}
.full-bottom-sheet.modal-dialog > .modal-content > .modal-header {
  padding-bottom: 1rem;
}
.full-bottom-sheet.modal-dialog > .modal-content > .modal-body {
  overflow: auto;
  padding-top: 0;
}
.modal-bottom-sheet {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: none !important;
}
.modal-bottom-sheet > .modal-content {
  border-radius: 20px 20px 0 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.modal.show > .modal-bottom-sheet > .modal-content {
  -webkit-transform: none;
  transform: none;
}
.modal-bottom-sheet > .modal-content > .modal-header {
  padding: 1rem 1rem 0;
}
.modal-bottom-sheet > .modal-content > .modal-header > .modal-title {
  line-height: 2.25rem;
}
.modal-bottom-sheet > .modal-content > .modal-body {
  padding: 1rem;
}
.modal-bottom-sheet > .modal-content > .modal-body > .modal-neutralizer {
  margin: -1rem;
}
.modal-bottom-sheet > .modal-content > .modal-footer {
  padding: 1rem;
}
@media (max-width: 575.98px) {
  .modal-bottom-sheet-sm-down {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: none !important;
  }
  .modal-bottom-sheet-sm-down > .modal-content {
    border-radius: 20px 20px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .modal.show > .modal-bottom-sheet-sm-down > .modal-content {
    -webkit-transform: none;
    transform: none;
  }
  .modal-bottom-sheet-sm-down > .modal-content > .modal-header {
    padding: 1rem 1rem 0;
  }
  .modal-bottom-sheet-sm-down > .modal-content > .modal-header > .modal-title {
    line-height: 2.25rem;
  }
  .modal-bottom-sheet-sm-down > .modal-content > .modal-body {
    padding: 1rem;
  }
  .modal-bottom-sheet-sm-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-bottom-sheet-sm-down > .modal-content > .modal-footer {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .modal-bottom-sheet-md-down {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: none !important;
  }
  .modal-bottom-sheet-md-down > .modal-content {
    border-radius: 20px 20px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .modal.show > .modal-bottom-sheet-md-down > .modal-content {
    -webkit-transform: none;
    transform: none;
  }
  .modal-bottom-sheet-md-down > .modal-content > .modal-header {
    padding: 1rem 1rem 0;
  }
  .modal-bottom-sheet-md-down > .modal-content > .modal-header > .modal-title {
    line-height: 2.25rem;
  }
  .modal-bottom-sheet-md-down > .modal-content > .modal-body {
    padding: 1rem;
  }
  .modal-bottom-sheet-md-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-bottom-sheet-md-down > .modal-content > .modal-footer {
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .modal-bottom-sheet-lg-down {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: none !important;
  }
  .modal-bottom-sheet-lg-down > .modal-content {
    border-radius: 20px 20px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .modal.show > .modal-bottom-sheet-lg-down > .modal-content {
    -webkit-transform: none;
    transform: none;
  }
  .modal-bottom-sheet-lg-down > .modal-content > .modal-header {
    padding: 1rem 1rem 0;
  }
  .modal-bottom-sheet-lg-down > .modal-content > .modal-header > .modal-title {
    line-height: 2.25rem;
  }
  .modal-bottom-sheet-lg-down > .modal-content > .modal-body {
    padding: 1rem;
  }
  .modal-bottom-sheet-lg-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-bottom-sheet-lg-down > .modal-content > .modal-footer {
    padding: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .modal-bottom-sheet-xl-down {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: none !important;
  }
  .modal-bottom-sheet-xl-down > .modal-content {
    border-radius: 20px 20px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .modal.show > .modal-bottom-sheet-xl-down > .modal-content {
    -webkit-transform: none;
    transform: none;
  }
  .modal-bottom-sheet-xl-down > .modal-content > .modal-header {
    padding: 1rem 1rem 0;
  }
  .modal-bottom-sheet-xl-down > .modal-content > .modal-header > .modal-title {
    line-height: 2.25rem;
  }
  .modal-bottom-sheet-xl-down > .modal-content > .modal-body {
    padding: 1rem;
  }
  .modal-bottom-sheet-xl-down
    > .modal-content
    > .modal-body
    > .modal-neutralizer {
    margin: -1rem;
  }
  .modal-bottom-sheet-xl-down > .modal-content > .modal-footer {
    padding: 1rem;
  }
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-item:last-child .breadcrumb-item-separator {
  display: none;
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #333;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  text-align: right;
  z-index: 1000;
}
.dropdown-divider {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: initial;
  border: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  padding: 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.dropdown-item:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f4f4f4;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: initial;
  color: #fb373e;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: initial;
  color: #ddd;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-item-text {
  color: #333;
  display: block;
  padding: 1rem;
}
.dropdown-divider {
  margin: 0 1rem;
}
.dropdown-item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: relative;
  transition: background-color 0.15s ease-out;
}
.dropdown-item:after {
  background-color: #ddd;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 1rem;
  position: absolute;
  width: calc(100% - 2rem);
}
.dropdown-item:last-child:after {
  content: none;
}
.dropdown-item-hint {
  color: #727272;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.dropdown-item.active .dropdown-item-hint {
  color: #fb373e;
}
.dropdown-item.disabled .dropdown-item-hint {
  color: inherit;
}
.collapse-button:not(.collapsed) .collapse-icon {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.collapse-button:not(.collapsed) .collapse-icon-90-deg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.collapse-icon,
.collapse-icon-90-deg {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .collapse-icon,
  .collapse-icon-90-deg {
    transition: none;
  }
}
.alert {
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  position: relative;
}
.alert-grey {
  background-color: #f4f4f4;
  border-color: #ddd;
  color: #727272;
}
.alert-yellow {
  background-color: #fff3db;
  border-color: #e8d8ba;
  color: #7e5505;
}
.alert-outline-primary {
  background-color: #fff7f7;
  border-color: #fb373e;
  color: #fb373e;
}
.alert-outline-success {
  background-color: #f5fcf9;
  border-color: #11b95f;
  color: #11b95f;
}
.alert-outline-danger {
  background-color: #fdf5f5;
  border-color: #c10d0d;
  color: #c10d0d;
}
.alert-outline-warning {
  background-color: #fef9f5;
  border-color: #e97000;
  color: #e97000;
}
.alert-outline-info {
  background-color: #f7fbff;
  border-color: #37a0fb;
  color: #37a0fb;
}
.badge {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: initial;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-plain {
  background-color: #fff;
  position: relative;
}
.badge-plain:before {
  background-color: currentColor;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
}
.badge-notify {
  left: -5px;
  line-height: 1rem;
  min-width: 1.5rem;
  position: absolute;
  top: -5px;
}
.badge-only-room {
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1rem;
  position: relative;
}
.badge-only-room:before {
  background-color: currentColor;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
}
.badge-bed-and-breakfast {
  color: #11b95f;
  letter-spacing: 0.1em;
  line-height: 1rem;
  position: relative;
}
.badge-bed-and-breakfast:before {
  background-color: currentColor;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
}
.badge-half-board {
  color: #356afd;
  letter-spacing: 0.1em;
  line-height: 1rem;
  position: relative;
}
.badge-half-board:before {
  background-color: currentColor;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
}
.badge-full-board {
  color: #7535fd;
  letter-spacing: 0.1em;
  line-height: 1rem;
  position: relative;
}
.badge-full-board:before {
  background-color: currentColor;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
}
.chip {
  border: 1px solid;
  border-radius: 5px;
  color: #333;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 0.75rem;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.5rem;
  padding: 0.25rem 0.75rem;
  text-align: center;
  vertical-align: initial;
  white-space: nowrap;
}
input[type="checkbox"] + .chip,
input[type="radio"] + .chip {
  -webkit-user-select: none;
  user-select: none;
}
.chip-border {
  border-color: #ddd;
}
.chip-border.active,
input:checked + .chip-border {
  background-color: #fff7f7;
  border-color: #fb373e;
  color: #fb373e;
}
.chip-grey {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #333;
}
.chip-icon-start {
  margin-left: 0.25rem;
  margin-right: -0.25rem;
}
.chip-icon-end {
  margin-left: -0.25rem;
  margin-right: 0.25rem;
}
.btn {
  background-color: initial;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
  pointer-events: none;
}
.btn-primary {
  background-color: #fb373e;
  border-color: #fb373e;
  color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #c92c32;
  border-color: #972125;
  color: #fff;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active {
  background-color: #972125;
  border-color: #641619;
  box-shadow: inset 0 0 0 1px #641619;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #abb5bd;
  border-color: #abb5bd;
  color: #fff;
}
.btn-secondary {
  background-color: #727272;
  border-color: #727272;
  color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5b5b5b;
  border-color: #444;
  color: #fff;
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active {
  background-color: #444;
  border-color: #2e2e2e;
  box-shadow: inset 0 0 0 1px #2e2e2e;
  color: #fff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #abb5bd;
  border-color: #abb5bd;
  color: #fff;
}
.btn-outline-primary {
  background-color: #fff;
  border-color: #fb373e;
  color: #fb373e;
}
.btn-outline-primary:hover {
  background-color: rgba(251, 55, 62, 0.1);
  border-color: #fb373e;
  color: #fb373e;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary:active {
  background-color: rgba(251, 55, 62, 0.2);
  border-color: #fb373e;
  box-shadow: inset 0 0 0 1px #fb373e;
  color: #fb373e;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: initial;
  border-color: #ddd;
  color: #abb5bd;
}
.btn-outline-secondary {
  background-color: #fff;
  border-color: #727272;
  color: #727272;
}
.btn-outline-secondary:hover {
  background-color: hsla(0, 0%, 45%, 0.1);
  border-color: #727272;
  color: #727272;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary:active {
  background-color: hsla(0, 0%, 45%, 0.2);
  border-color: #727272;
  box-shadow: inset 0 0 0 1px #727272;
  color: #727272;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: initial;
  border-color: #ddd;
  color: #abb5bd;
}
.btn-outline-success {
  background-color: #fff;
  border-color: #11b95f;
  color: #11b95f;
}
.btn-outline-success:hover {
  background-color: rgba(17, 185, 95, 0.1);
  border-color: #11b95f;
  color: #11b95f;
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success:active {
  background-color: rgba(17, 185, 95, 0.2);
  border-color: #11b95f;
  box-shadow: inset 0 0 0 1px #11b95f;
  color: #11b95f;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: initial;
  border-color: #ddd;
  color: #abb5bd;
}
.btn-outline-danger {
  background-color: #fff;
  border-color: #c10d0d;
  color: #c10d0d;
}
.btn-outline-danger:hover {
  background-color: rgba(193, 13, 13, 0.1);
  border-color: #c10d0d;
  color: #c10d0d;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger:active {
  background-color: rgba(193, 13, 13, 0.2);
  border-color: #c10d0d;
  box-shadow: inset 0 0 0 1px #c10d0d;
  color: #c10d0d;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: initial;
  border-color: #ddd;
  color: #abb5bd;
}
.btn-lg {
  padding: 0.875rem 1rem;
}
.btn-lg,
.btn-sm {
  border-radius: 10px;
  font-size: 1rem;
}
.btn-sm {
  padding: 0.625rem;
}
.btn-border {
  border-color: #ddd;
}
.btn-xs {
  border-radius: 10px;
  font-size: 0.875rem;
  padding: 0.375rem 1rem;
}
.form-label {
  color: #727272;
  margin-bottom: 0.25rem;
}
.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  transition: none;
  width: 100%;
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  border-color: #246baa !important;
  box-shadow: inset 0 0 0 0.5px #246baa !important;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5rem;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f8f8f8;
  border-color: #c7c7c7;
  opacity: 1;
}
.form-control::file-selector-button {
  -webkit-margin-end: 1rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #333;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.75rem 1rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #333;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.75rem 1rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
textarea.form-control {
  min-height: auto;
}
.form-select {
  -moz-padding-start: calc(1rem - 3px);
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23AAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.75rem 1rem 0.75rem 3rem;
  transition: none;
  width: 100%;
}
.form-select:focus {
  border-color: #246baa !important;
  box-shadow: inset 0 0 0 0.5px #246baa !important;
  outline: 0;
}
.form-select[size]:not([size="1"]) {
  background-image: none;
  padding-left: 1rem;
}
.form-select:disabled {
  background-color: #f8f8f8;
  border-color: #c7c7c7;
  color: #727272;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.form-check {
  display: block;
  margin-bottom: 0;
  min-height: 1.5rem;
  padding-right: 0;
}
.form-check .form-check-input {
  float: right;
  margin-right: 0;
}
.form-check-input {
  color-adjust: exact;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1.5px solid #ddd;
  height: 1rem;
  margin-top: 0.25rem;
  -webkit-print-color-adjust: exact;
  vertical-align: top;
  width: 1rem;
}
.form-check-input[type="checkbox"] {
  border-radius: 5px;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:focus {
  outline: 0;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='6' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 4 3 3 6-6' stroke='%23FB373E' stroke-width='2'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='1.8' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23FB373E' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: transparent;
}
.form-check-input:disabled {
  -webkit-filter: none;
  filter: none;
  pointer-events: none;
}
.form-check-label {
  color: #727272;
}
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  pointer-events: none;
}
.invalid-feedback {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-6-3.002v4.04m0 1.971v.001' stroke='%23C10D0D' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  color: #c10d0d;
  display: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  padding-left: 1rem;
  padding-right: 2.25rem;
  width: 100%;
}
.form-label {
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 0 1rem;
}
.form-control:hover,
.form-select:hover {
  border-color: #c7c7c7;
  box-shadow: inset 0 0 0 0.5px #c7c7c7;
}
.form-control.disabled,
.form-select.disabled {
  background-color: #f8f8f8;
  border-color: #c7c7c7;
}
.form-control.disabled,
.form-control:disabled,
.form-select.disabled,
.form-select:disabled {
  color: #727272;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
  text-align: right;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #aaa;
  font-weight: 400;
  text-align: right;
}
.form-control-xs {
  border-radius: 10px;
  font-size: 0.75rem;
  min-height: auto;
  padding: 0.375rem 1rem;
}
.form-check * {
  cursor: pointer;
}
.form-check .form-check-input {
  margin: 0.25rem;
}
.form-check-input.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.form-check-input[type="radio"]:checked {
  background-color: #fb373e;
  border-color: #fb373e;
}
.form-check-input.disabled:checked[type="checkbox"],
.form-check-input:disabled:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='6' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 4 3 3 6-6' stroke='%23AAA' stroke-width='2'/%3E%3C/svg%3E");
}
.form-check-input.disabled:checked[type="radio"],
.form-check-input:disabled:checked[type="radio"] {
  background-color: #aaa;
  border-color: #aaa;
}
.form-check-label {
  padding-right: 0.25rem;
}
.form-check-proxy {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.form-check-proxy:checked + label,
.form-link {
  color: #fb373e;
  font-weight: 500;
}
.form-link {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.form-reset {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
}
.from-number-without-arrow::-webkit-inner-spin-button,
.from-number-without-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.from-number-without-arrow[type="number"] {
  -moz-appearance: textfield;
}
.form-floating-sm-down {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 575.98px) {
  .form-floating-sm-down {
    position: relative;
  }
  .form-floating-sm-down > .form-control,
  .form-floating-sm-down > .form-select {
    height: 4.25rem;
    line-height: 1.5rem;
  }
  .form-floating-sm-down > label {
    border: 1px solid transparent;
    height: 100%;
    padding: 1.5rem 1rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .form-floating-sm-down > label {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .form-floating-sm-down > .form-control {
    padding: 1.5rem 1rem;
  }
  .form-floating-sm-down > .form-control::-webkit-input-placeholder {
    color: transparent;
  }
  .form-floating-sm-down > .form-control::placeholder {
    color: transparent;
  }
  .form-floating-sm-down > .form-control:focus,
  .form-floating-sm-down > .form-control:not(:placeholder-shown) {
    padding-bottom: 0.75rem;
    padding-top: 2rem;
  }
  .form-floating-sm-down > .form-control:-webkit-autofill {
    padding-bottom: 0.75rem;
    padding-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .form-floating-sm-down > .form-select {
    padding-bottom: 0.75rem;
    padding-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .form-floating-sm-down > .form-control:focus ~ label,
  .form-floating-sm-down > .form-control:not(:placeholder-shown) ~ label,
  .form-floating-sm-down > .form-select ~ label {
    opacity: 1;
    -webkit-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
  }
}
@media (max-width: 575.98px) {
  .form-floating-sm-down > .form-control:-webkit-autofill ~ label {
    opacity: 1;
    -webkit-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
  }
}
.filter-bar {
  height: 100%;
}
.filter-bar__search {
  background-color: #f4f4f4 !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='11.5' cy='11.5' r='6.75' fill='none' stroke='%23AAA' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath stroke='%23AAA' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16.37 16.37 20 20'/%3E%3C/svg%3E");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border-color: #f4f4f4 !important;
}
.filter-bar__search::-webkit-input-placeholder {
  color: #aaa !important;
}
.filter-bar__search::placeholder {
  color: #aaa !important;
}
.filter-bar__search:focus,
.filter-bar__search:hover {
  background-color: #fff !important;
}
.filter-bar__fab {
  bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  right: 50%;
  -webkit-transform: translate(50%, 110%);
  transform: translate(50%, 110%);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 1029;
}
.filter-bar__fab--active {
  -webkit-transform: translate(50%);
  transform: translate(50%);
}
.loading {
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 0 2px;
}
.loading span {
  -webkit-animation: loading 1.2s ease-out infinite;
  animation: loading 1.2s ease-out infinite;
  background-color: currentColor;
  border-radius: 50rem;
  height: 5px;
  width: 5px;
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin: 0 7.5px;
}
.loading span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes loading {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.rotary-loading {
  -webkit-animation: rotary 2s linear infinite;
  animation: rotary 2s linear infinite;
}
@-webkit-keyframes rotary {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes rotary {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.btn-back {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' d='m12.5 17.5 6-6m0 0-6-6m6 6h-14' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50%/1.5rem auto no-repeat;
  border: 0;
  box-sizing: initial;
  color: #333;
  height: 1.5rem;
  width: 1.5rem;
}
.table {
  --table-bg: transparent;
  --table-accent-bg: transparent;
  --table-striped-color: #333;
  --table-striped-bg: rgba(51, 51, 51, 0.05);
  --table-active-color: #333;
  --table-active-bg: rgba(51, 51, 51, 0.1);
  --table-hover-color: #333;
  --table-hover-bg: rgba(51, 51, 51, 0.075);
  border-color: #ddd;
  color: #333;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table > :not(caption) > * > * {
  background-color: var(--table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--table-accent-bg);
  padding: 0.5rem;
}
.table > :not(:first-child) {
  border-top: 2px solid;
}
.toggle {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.toggle,
.toggle.disabled {
  -webkit-user-select: none;
  user-select: none;
}
.toggle.disabled {
  pointer-events: none;
}
.app-bar {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1rem;
  transition: top 0.3s ease;
  width: 100%;
}
.app-bar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.app-bar.fixed {
  position: fixed !important;
  top: -100px;
  z-index: 1030;
}
.app-bar--show {
  top: 0 !important;
}
.calendar-view {
  font-weight: 500;
  -webkit-user-select: none;
  user-select: none;
}
.calendar-view__week {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.calendar-view__week:last-child {
  margin-bottom: 0;
}
.calendar-view__day,
.calendar-view__empty,
.calendar-view__weekday {
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
.calendar-view__day {
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}
.calendar-view__day:hover {
  border-color: #fb373e;
}
.calendar-view__day--disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.calendar-view__day--disabled:after {
  background-color: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  width: 34px;
}
.calendar-view__day--today:before {
  background-color: #fb373e;
  border-radius: 50rem;
  bottom: 4px;
  content: "";
  height: 4px;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 4px;
}
.calendar-view__day--holiday {
  color: #fb373e;
}
.calendar-view__day--selected {
  background-color: #fb373e;
  border-color: #fb373e;
  color: #fff;
}
.calendar-view__day--selected:before {
  background-color: #fff;
}
.calendar-view__weekday {
  font-size: 0.75rem;
  opacity: 0.25;
}
@media (max-width: 575.98px) {
  .calendar-view__week {
    margin-bottom: 0.5rem;
  }
}
.date-picker {
  overflow: hidden;
  position: relative;
}
.date-picker__header {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}
.date-picker__body {
  position: relative;
}
.date-picker__slider {
  --month-basis: 100%;
  --n-month-basis: calc(var(--month-basis) * -1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -1.875rem;
}
.date-picker__slider--slide {
  -webkit-transform: translateX(var(--month-basis));
  transform: translateX(var(--month-basis));
}
.date-picker__slider--moving {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.date-picker__month {
  -webkit-flex: 1 0 var(--month-basis);
  flex: 1 0 var(--month-basis);
  padding: 0 1.875rem;
}
.date-picker__next-btn,
.date-picker__prev-btn {
  background-color: #fff;
  color: #fb373e;
  position: absolute;
  top: 0;
  transition: opacity 0.15s ease-out;
  z-index: 2;
}
.date-picker__prev-btn {
  right: 0;
}
.date-picker__next-btn {
  left: 0;
}
@media (max-width: 767.98px) {
  .date-picker__header {
    margin-bottom: 2rem;
  }
}
.placeholder {
  background-color: #f4f4f4;
  border-radius: 5px;
  cursor: wait;
  display: inline-block;
  min-height: 1.5rem;
  opacity: 1;
  vertical-align: middle;
  width: 85px;
}
.placeholder.btn {
  background-color: #abb5bd;
}
.placeholder.btn:before {
  content: "";
  display: inline-block;
}
.placeholder-sm {
  min-height: 1rem;
}
.placeholder-lg {
  min-height: 2rem;
}
.placeholder-wave {
  cursor: wait;
  overflow: hidden;
  position: relative;
}
.placeholder-wave:after {
  -webkit-animation: placeholder-wave 2.5s ease-in-out infinite;
  animation: placeholder-wave 2.5s ease-in-out infinite;
  background: linear-gradient(
    -90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.6) 24%,
    hsla(0, 0%, 100%, 0.8) 52%,
    hsla(0, 0%, 100%, 0.6) 79%,
    hsla(0, 0%, 100%, 0)
  );
  content: "";
  height: 200%;
  position: absolute;
  right: calc(-100% - 140px);
  top: -50%;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 140px;
}
@-webkit-keyframes placeholder-wave {
  to {
    right: calc(100% + 140px);
  }
}
@keyframes placeholder-wave {
  to {
    right: calc(100% + 140px);
  }
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.125rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.125rem;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 10px;
  font-size: 0.75rem;
  height: 0.125rem;
}
.progress,
.progress-bar {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.progress-bar {
  background-color: #fb373e;
  color: #fff;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress {
  -webkit-align-items: center;
  align-items: center;
  background-color: #ddd;
  overflow: visible;
}
.progress-bar {
  border-radius: 10px;
  height: 3px;
}
.range-slider {
  position: relative;
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    #ffd836 var(--width, 0),
    #f4f4f4 var(--width, 0)
  );
  border-radius: 50rem;
  box-shadow: none;
  margin: 20px 0;
  position: relative;
  width: 100%;
}
.range-slider input[type="range"]::-webkit-slider-container {
  bottom: 0;
  min-height: 4px;
  position: relative;
}
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  border-radius: 50px;
  cursor: pointer;
  height: 3px;
  width: 100%;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 50rem;
  cursor: pointer;
  height: 10px;
  margin-top: -4px;
  outline: 3px solid #ffbe3d;
  width: 10px;
}
.range-slider__value {
  font-size: 12px;
  font-weight: 400;
  padding-right: 0.25rem;
  position: absolute;
  right: 0;
  top: -20%;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.range-slider__value--bubble {
  background: #333;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  line-height: 24px;
  padding: 0.25rem 1rem;
  text-align: center;
  top: -100%;
  -webkit-transform: translate(35%);
  transform: translate(35%);
  width: 64px;
}
.range-slider__value--bubble:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #333;
  bottom: -39%;
  content: "";
  height: 0;
  left: 35%;
  margin-right: -5px;
  margin-top: -1px;
  position: absolute;
  width: 0;
}
.multi-range-slider {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.multi-range-slider-max,
.multi-range-slider-min {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  width: 100%;
  z-index: 2;
}
.multi-range-slider-max::-webkit-slider-thumb,
.multi-range-slider-min::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #fb373e;
  border-radius: 50rem;
  cursor: pointer;
  height: 12px;
  pointer-events: all;
  width: 12px;
}
.multi-range-slider-max::-moz-range-thumb,
.multi-range-slider-min::-moz-range-thumb {
  appearance: none;
  background: #fff;
  border: 2px solid #fb373e;
  border-radius: 50rem;
  cursor: pointer;
  height: 12px;
  pointer-events: all;
  width: 12px;
}
.multi-range-slider-max {
  left: 0;
  position: absolute;
  top: 0;
}
.multi-range-slider-track {
  background: #ddd;
  background: linear-gradient(
    to left,
    #ddd var(--from),
    #fb373e 0,
    #fb373e var(--to),
    #ddd 0
  );
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.multi-range-slider-track:after,
.multi-range-slider-track:before {
  background-color: #ddd;
  border-radius: 50rem;
  content: "";
  height: 4px;
  position: absolute;
  top: -1px;
  width: 4px;
}
.multi-range-slider-track:before {
  left: 0;
}
.multi-range-slider-track:after {
  right: 0;
}
.search-box,
.search-box__tab {
  position: relative;
}
.search-box__tab {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 1.5rem;
  min-width: 78px;
  padding: 1rem 0;
  text-align: center;
}
.search-box__tab__active-icon {
  display: none;
}
.search-box__tab__uc {
  position: relative;
}
.search-box__tab:last-child {
  margin-left: 0;
}
.search-box__tab.active {
  color: #fb373e;
  font-weight: 500;
}
.search-box__tab.active:after {
  background-color: #fb373e;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.search-box__tab.active .search-box__tab__icon {
  display: none;
}
.search-box__tab.active .search-box__tab__active-icon {
  display: initial;
}
.search-box__tab:disabled {
  color: #aaa;
  cursor: not-allowed;
}
.search-box__round-trip {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.search-box__round-trip__origin {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.search-box__round-trip__destination {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  padding-right: 1.5rem !important;
}
.search-box__round-trip__swap {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50rem;
  bottom: 9px;
  color: #aaa;
  height: 2rem;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s ease-out;
  width: 2rem;
  z-index: 2;
}
.search-box__round-trip__swap:hover {
  background-color: #fff7f7;
  border-color: #fb373e;
  color: #fb373e;
}
.search-box__stay-duration {
  display: -webkit-flex;
  display: flex;
}
.search-box__stay-duration__check-in {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.search-box__stay-duration__check-out {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
}
.search-box__count {
  width: 48px;
}
.search-box .dropdown-item {
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  white-space: normal;
}
@media (max-width: 575.98px) {
  .search-box__tab {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    min-width: 25%;
    padding: 0.75rem 0 0.5rem;
  }
  .search-box__round-trip__destination ~ label {
    padding-right: 1.5rem !important;
  }
  .search-box__round-trip__swap {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
@media (min-width: 768px) {
  .search-box {
    z-index: 1;
  }
  .search-box--active {
    z-index: 1056;
  }
  .search-box .dropdown-item,
  .search-box .dropdown-item-text {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
  }
  .search-box .modal:not(.backdrop) {
    pointer-events: none;
  }
  .search-box .modal:not(.backdrop) .modal-dialog {
    pointer-events: all;
  }
  .search-box__select .form-control,
  .search-box__select .form-select,
  .search-box__select .modal-content {
    transition: all 0.15s ease-out;
  }
  .search-box__select.focus .form-control,
  .search-box__select.focus .form-select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-box__select.focus .modal-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-right: 0;
}
.nav-link {
  color: #333;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #fb373e;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-link {
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: initial;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #fb373e;
  color: #fb373e;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  color: #727272;
  font-weight: 400;
  margin-left: 1rem;
  padding-top: 0;
}
.nav-tabs .nav-link.active {
  border-width: 2px;
  color: #333;
  font-weight: 500;
}
.list-group {
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-right: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #fff3f3;
  color: #fb373e;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #fff3f3;
  color: #fb373e;
}
.list-group-item {
  background-color: #fff;
  border: 0 solid rgba(51, 51, 51, 0.125);
  color: #212529;
  display: block;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-decoration: none;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: initial;
  border-color: transparent;
  color: #fb373e;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 0;
  margin-top: 0;
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group-item-action {
  cursor: pointer;
}
.list-group {
  list-style: none;
}
.list-group-flush .list-group-item {
  border-radius: 10px;
  border-width: 0;
}
.input-group {
  -webkit-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.invalid-tooltip):not(
    .invalid-feedback
  ) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.input-group [type="email"],
.input-group [type="number"],
.input-group [type="tel"],
.input-group [type="url"] {
  direction: rtl !important;
}
.star-icon {
  color: #f7b603;
  margin: 0 -2px;
}
.star-text {
  color: #c5870d;
}
.gallery-slider__container-image {
  background: #f4f4f4;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-top: 57.4%;
  position: relative;
  width: 100%;
}
.gallery-slider__container-image img {
  position: absolute;
  top: 0;
}
.gallery-slider__selected-image {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
}
.gallery-slider__selected-image__container {
  -ms-overflow-style: none;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.gallery-slider__selected-image__container::-webkit-scrollbar {
  display: none;
}
.gallery-slider__selected-image__next {
  left: -50px;
  position: absolute;
  top: 50%;
}
.gallery-slider__selected-image__prev {
  position: absolute;
  right: -50px;
  top: 50%;
}
.gallery-slider__selected-image__alert {
  bottom: 1rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
}
.gallery-slider__images {
  -ms-overflow-style: none;
  position: relative;
  scrollbar-width: none;
}
.gallery-slider__images::-webkit-scrollbar {
  display: none;
}
.gallery-slider__images div {
  background: #000;
  height: 107px;
  width: 171px;
}
.gallery-slider__images div img {
  opacity: 30%;
  transition: opacity 0.35s ease-in-out;
}
.gallery-slider__images .selected {
  opacity: 1;
}
@media (min-width: 576px) {
  .gallery-slider__images div img:hover {
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .gallery-slider__container-image {
    background: #333;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-top: 57.4%;
    position: relative;
    scroll-snap-align: start;
    width: 100%;
  }
  .gallery-slider__selected-image {
    left: 0;
    position: absolute;
    scroll-snap-type: x mandatory;
    top: 30%;
  }
  .gallery-slider__images {
    -ms-overflow-style: none;
    bottom: 1.5rem;
    left: 0;
    position: absolute;
    scrollbar-width: none;
    width: 100%;
  }
  .gallery-slider__images::-webkit-scrollbar {
    display: none;
  }
  .gallery-slider__images:after,
  .gallery-slider__images:before {
    display: none;
  }
  .gallery-slider__images div {
    background: #333;
    height: 48px;
    width: 48px;
  }
  .gallery-slider__images div img {
    opacity: 0.3;
    transition: all 0.35s;
  }
  .gallery-slider__images .selected,
  .gallery-slider__images div img:active {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .gallery-slider__images img {
    height: 64px;
    width: 64px;
  }
}
.city-banner:before {
  background: linear-gradient(-180deg, #fff, hsla(0, 0%, 100%, 0));
}
.extra-contents h1,
.extra-contents h2,
.extra-contents h3,
.extra-contents h4,
.extra-contents h5 {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.extra-contents a {
  color: #3399f2;
  text-decoration: none;
}
.extra-contents p {
  color: #727272;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.extra-contents p,
.extra-contents ul {
  margin-bottom: 1rem;
}
.extra-contents li {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.extra-contents img {
  border-radius: 10px;
  max-width: 100%;
}
.price-calendar-slider {
  overflow: hidden;
  position: relative;
}
.price-calendar-slider-arrow-end,
.price-calendar-slider-arrow-start {
  height: 100%;
  position: absolute;
  top: 0;
  width: 56px;
  z-index: 1;
}
.price-calendar-slider-arrow-start {
  background: linear-gradient(
    -90deg,
    hsla(0, 0%, 100%, 0.95) 66.67%,
    hsla(0, 0%, 100%, 0)
  );
  padding-left: 1rem;
  right: 0;
}
.price-calendar-slider-arrow-end {
  background: linear-gradient(
    -270deg,
    hsla(0, 0%, 100%, 0.95) 66.67%,
    hsla(0, 0%, 100%, 0)
  );
  left: 0;
  padding-right: 1rem;
}
.price-calendar-slider-container {
  -ms-overflow-style: none;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow-x: scroll;
  padding: 0 2.5rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-user-select: none;
  user-select: none;
}
.price-calendar-slider-container::-webkit-scrollbar {
  display: none;
}
.price-calendar-slider-item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 100px;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  transition: background 0.15s;
}
.price-calendar-slider-item:before {
  background: #f4f4f4;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 1px;
}
.price-calendar-slider-item:hover {
  background: #f4f4f4;
}
.price-calendar-slider-item.active {
  color: #333 !important;
  font-weight: 500;
}
.price-calendar-slider-item.active:after {
  background: #fb373e;
  border-radius: 10px;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0.5rem;
  position: absolute;
  width: calc(100% - 1rem);
}
@media (max-width: 575.98px) {
  .price-calendar-slider {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .price-calendar-slider-item {
    min-width: 81px;
  }
  .price-calendar-slider-item.selected:after {
    bottom: -8px;
  }
}
.slider {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.slider-wrapper {
  -ms-overflow-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slider-wrapper::-webkit-scrollbar {
  display: none;
}
.slider-wrapper.touching {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  scroll-behavior: unset;
}
.slider-item {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.slider-btn-next,
.slider-btn-prev {
  color: #aaa;
  position: absolute;
  top: 25%;
  transition: all 0.15s ease-out;
}
.slider-btn-next:disabled,
.slider-btn-prev:disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.slider-btn-next:hover,
.slider-btn-prev:hover {
  color: #333;
}
.slider-btn-prev {
  right: -1.5rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slider-btn-next {
  left: -1.5rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slider__dot {
  background-color: #aaa;
  border-radius: 50px;
  height: 6px;
  opacity: 0.6;
  width: 6px;
}
.slider__dot.active {
  background-color: #ff2640;
}
@media (max-width: 767.98px) {
  .slider-btn-next,
  .slider-btn-prev {
    display: none;
  }
}
.mobile-slider {
  position: relative;
}
.mobile-slider button {
  opacity: 0.3;
  transition: all 0.5s ease;
}
.mobile-slider:hover button {
  opacity: 1;
}
.mobile-slider-btn-next,
.mobile-slider-btn-prev {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px;
  position: absolute;
  top: 45%;
  transition: opacity 0.15s ease-out;
}
.mobile-slider-btn-next:disabled,
.mobile-slider-btn-prev:disabled {
  opacity: 0;
  pointer-events: none;
}
.mobile-slider-btn-prev {
  right: 8%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mobile-slider-btn-next {
  left: 8%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  .mobile-slider-btn-next,
  .mobile-slider-btn-prev {
    display: none;
  }
}
.tabs {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.tabs.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.tabs:after {
  background: linear-gradient(90deg, #fff, transparent);
  bottom: 0;
  content: "";
  height: 100%;
  left: -1px;
  pointer-events: none;
  position: absolute;
  width: 3rem;
}
.tabs-wrapper {
  -ms-overflow-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  padding-left: 1.5rem;
  scrollbar-width: none;
}
.tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.tab-item {
  color: #727272;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0.75rem 1.25rem 1rem;
  position: relative;
}
.tab-item.active {
  color: #333;
  font-weight: 500;
}
.tab-item.active:after {
  background-color: #fb373e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 1.25rem;
  position: absolute;
  width: calc(100% - 2.5rem);
}
@media (max-width: 575.98px) {
  .tab-item {
    padding: 0.5rem 1rem 0.75rem;
  }
  .tab-item.active:after {
    left: 1rem;
    width: calc(100% - 2rem);
  }
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: right;
  height: 100%;
  margin-left: -100%;
  position: relative;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item.active {
  display: block;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transform: none;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s 0.4s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50rem;
  color: #333;
  height: 2.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease-out;
  width: 2.5rem;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 1;
  outline: 0;
}
.carousel-control-prev {
  right: 1.5rem;
}
.carousel-control-next {
  left: 1.5rem;
}
.room-list-filter input:checked + label {
  color: #fb373e;
  font-weight: 500;
}
.room-list-filter__fab {
  bottom: 0;
  left: 50%;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  -webkit-transform: translate(-50%, 110%);
  transform: translate(-50%, 110%);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 1030;
}
.room-list-filter__fab--active {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.p-room__image {
  background-color: #f4f4f4;
  height: 156px;
  width: 270px;
}
.p-room__reserve-box {
  border-right: 1px solid #ddd;
  box-sizing: initial;
  min-width: 240px;
}
@media (max-width: 991.98px) {
  .p-room__image {
    height: 128px;
    width: 128px;
  }
  .p-room__offers {
    --gutter-y: 0.625rem;
    --gutter-x: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .p-room__reserve-box {
    border-right: none;
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .p-room__image {
    height: 96px;
    width: 96px;
  }
}
.room-calendar__head {
  display: -webkit-flex;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.5rem;
  width: 100%;
}
.room-calendar__status-box {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0.25rem;
}
.room-calendar__status {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.room-calendar__status--close-to-arrival {
  background: #fff;
  border: 3px solid #f8a629;
}
.room-calendar__status--close-to-departure {
  background: #fff;
  border: 3px solid #6670cb;
}
.room-calendar__status--closed {
  background: #f24e51;
}
.room-calendar__status--no-price {
  background: #f17ef3;
}
.room-calendar .modal-header {
  padding-bottom: 0;
}
.room-calendar .modal-body {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.room-calendar .modal-footer {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .room-calendar__helper {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #333;
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .room-calendar__status-box {
    right: 0.25rem;
  }
  .room-calendar .modal-footer {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
}
.room-calendar-day {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 14.2857142857%;
}
.room-calendar-day.disabled {
  color: #aaa;
}
.room-calendar-day:before {
  box-sizing: border-box;
}
.room-calendar-day.active:before {
  border-bottom: 1px solid #fb373e;
  border-top: 1px solid #fb373e;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.room-calendar-day.is-first:before {
  border-bottom-right-radius: 10px;
  border-right: 1px solid #fb373e;
  border-top-right-radius: 10px;
}
.room-calendar-day.is-last:before {
  border-bottom-left-radius: 10px;
  border-left: 1px solid #fb373e;
  border-top-left-radius: 10px;
}
.property-card {
  max-width: 400px;
}
.property-card__image {
  background-color: #f4f4f4;
  height: 147px;
  position: relative;
  width: inherit;
}
.property-card__image--hybrid {
  height: 147px !important;
  position: relative;
}
.property-card__image--hybrid-desktop {
  height: 188px !important;
  position: relative;
}
.property-card__offers {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.property-card__stars {
  bottom: 0.5rem;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 15px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 10px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 15px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 10px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  margin-right: 0.25rem;
  position: absolute;
  right: 0.5rem;
}
.property-card__stars--loading {
  -webkit-filter: none;
  filter: none;
}
.property-card__stars svg {
  margin-right: -0.25rem;
}
.property-card-vertical {
  max-width: 300px;
  position: relative;
}
.property-card-vertical__image {
  background-color: #f4f4f4;
  border-radius: 10px;
  height: 176px;
  position: relative;
  width: inherit;
}
.property-card-vertical__image > img {
  position: relative;
  z-index: 2;
}
.property-card-vertical__image__placeholder {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
}
.property-card-vertical__stars {
  margin-right: 0.25rem;
}
.property-card-vertical__stars svg {
  margin-right: -0.25rem;
}
.property-card-vertical__event-tag {
  background-color: currentColor;
  border-radius: 5px 5px 0 5px;
  box-shadow: 0 4px 8px 0 #00000040;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 3;
}
.property-card-vertical__event-tag:after {
  border-bottom: 8px solid transparent;
  border-left: 8px solid;
  bottom: -8px;
  content: "";
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  position: absolute;
  right: 0;
}
.property-card-vertical__special-offer {
  background-color: #d91f35;
  border-top-right-radius: 10px;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0.9;
  padding: 0.25rem 0.75rem;
  position: absolute;
  z-index: 3;
}
.property-card-vertical--mobile {
  max-width: 100%;
}
.property-card-vertical--mobile .property-card-vertical__image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 224px;
}
.property-card-horizontal {
  position: relative;
}
.property-card-horizontal__image {
  background-color: #f4f4f4;
  border-radius: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 184px;
  position: relative;
  width: 184px;
}
.property-card-horizontal__image > img {
  position: relative;
  z-index: 2;
}
.property-card-horizontal__image__placeholder {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
}
.property-card-horizontal__icon-stars {
  margin: 0 -2px;
}
.property-card-horizontal__text-stars {
  color: #cd8c0d;
}
.property-card-horizontal__price-box {
  border-right: 1px solid #ddd;
  box-sizing: initial;
  min-width: 240px;
}
.property-card-horizontal__event-tag {
  background-color: currentColor;
  border-radius: 5px 5px 0 5px;
  box-shadow: 0 4px 8px 0 #00000040;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 3;
}
.property-card-horizontal__event-tag:after {
  border-bottom: 8px solid transparent;
  border-left: 8px solid;
  bottom: -8px;
  content: "";
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  position: absolute;
  right: 0;
}
.property-card-horizontal__special-offer {
  background-color: #d91f35;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0.9;
  padding: 0.25rem 0.75rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .property-card-horizontal__image {
    height: 144px;
    width: 144px;
  }
}
.property-slider {
  -ms-overflow-style: none;
  position: relative;
  scrollbar-width: none;
}
.property-slider::-webkit-scrollbar {
  display: none;
}
.property-slider__container {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.property-slider__container::-webkit-scrollbar {
  display: none;
}
.property-slider__btn {
  position: absolute;
  top: 30%;
}
.property-slider__btn--prev {
  right: -2.5rem;
}
.property-slider__btn--next {
  left: -2.5rem;
}
.property-slider__more {
  background-color: #fff6f8;
  height: 147px !important;
}
.property-slider__more__icon {
  border-color: #fb373e !important;
}
@media (min-width: 576px) {
  .property-slider__more {
    height: 188px !important;
  }
}
.property-comments {
  position: relative;
}
.property-comments__list-filter .dropdown-menu {
  width: 256px;
}
.property-comments__score-card {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.property-comments__comments {
  margin-bottom: -24px;
}
.property-comments__comments--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95px;
}
.property-comments__container-comments {
  position: relative;
}
.property-comments__container-comments:after {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.29) 28.96%,
    #fff
  );
  bottom: 0;
  content: "";
  height: 62px;
  position: absolute;
  width: 100%;
}
.property-comments__load-more {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.property-comments__comment-text {
  word-break: break-word;
}
.property-comments__yellow-progress {
  background-color: #ffc107;
}
.property-comments__textarea {
  overflow: hidden;
  resize: none;
  word-break: break-word;
}
.property-qa__likewise-btn {
  color: #727272;
}
.property-qa__likewise-btn--active,
.property-qa__likewise-btn:hover {
  color: #37a0fb;
}
.property-qa__answer-modal {
  position: relative;
}
.property-qa__answer-modal__textarea {
  resize: none;
}
.property-qa__answer-modal__count {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.property-qa__add {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.property-qa__answers-container {
  height: var(--question-answer-height);
  overflow: hidden;
  transition: height var(--question-answer-height-duration);
}
@media (max-width: 575.98px) {
  .property-qa__container {
    position: relative;
  }
  .property-qa__likewise-btn {
    background-color: #fff;
    border-color: #ddd;
    color: #37a0fb;
    color: #727272;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .property-qa__likewise-btn:hover {
    background-color: rgba(55, 160, 251, 0.1);
    border-color: #37a0fb;
    color: #37a0fb;
  }
  .btn-check:active + .property-qa__likewise-btn,
  .btn-check:checked + .property-qa__likewise-btn,
  .property-qa__likewise-btn.active,
  .property-qa__likewise-btn:active {
    background-color: rgba(55, 160, 251, 0.2);
    border-color: #37a0fb;
    box-shadow: inset 0 0 0 1px #37a0fb;
    color: #37a0fb;
  }
  .property-qa__likewise-btn.disabled,
  .property-qa__likewise-btn:disabled {
    background-color: initial;
    border-color: #ddd;
    color: #abb5bd;
  }
  .property-qa__likewise-btn:hover {
    background-color: #f7fbff;
  }
  .property-qa__likewise-btn--active {
    border-color: #37a0fb;
    color: #37a0fb;
  }
}
.visibility-hidden {
  visibility: hidden;
}
.pagination__btn {
  border: 0 !important;
  box-shadow: unset !important;
  line-height: 1;
  min-width: 2rem;
  padding: 0.5rem;
}
.pagination__dots {
  -webkit-user-select: none;
  user-select: none;
}
.pagination__prev {
  font-weight: 500;
}
.pagination__prev--disabled {
  color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
}
.city-banner,
.pagination__prev--disabled {
  -webkit-user-select: none;
  user-select: none;
}
.city-banner {
  display: -webkit-flex;
  display: flex;
  height: 260px;
  margin-top: -1px;
  position: relative;
  transition: opacity 0.15s ease-out;
}
.city-banner:before {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  height: 30%;
  top: 0;
}
.city-banner:after,
.city-banner:before {
  content: "";
  position: absolute;
  width: 100%;
}
.city-banner:after {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
  height: 50%;
}
@media (max-width: 575.98px) {
  .city-banner {
    height: 114px;
  }
}
.property-tour-card__image {
  background-color: #f4f4f4;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 184px;
  position: relative;
  width: 184px;
}
.property-tour-card__special-offer {
  background-color: #d91f35;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0.9;
  padding: 0.25rem 0.75rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.property-tour-card__icon-stars {
  margin: 0 -2px;
}
.property-tour-card__text-stars {
  color: #cd8c0d;
  width: 68px;
}
.property-tour-card__price-box {
  border-right: 1px solid #ddd;
  box-sizing: initial;
  min-width: 240px;
}
@media (max-width: 1199.98px) {
  .property-tour-card__image {
    height: 96px;
    width: 96px;
  }
}
@media (max-width: 767.98px) {
  .property-tour-card__price-box {
    border-right: none;
    min-width: auto;
    width: 100%;
  }
  .property-tour-card__image {
    border-bottom-left-radius: calc(0.25rem - 1px) !important;
    border-bottom-right-radius: calc(0.25rem - 1px) !important;
    height: 239px;
    margin: -1rem;
    width: calc(100% + 2rem);
  }
  .property-tour-card__offers-box {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .property-tour-card__offer {
    background-color: #e7f8ef;
  }
}
.property-suggestion-tour-card__reserve {
  border-right: 1px solid #ddd;
  box-sizing: initial;
  min-width: 227px;
}
.property-suggestion-tour-card__dot {
  background-color: #333;
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
.property-suggestion-tour-card__divider {
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.property-suggestion-tour-card__flight-return {
  border-right: 1px solid #ddd;
}
@media (max-width: 1199.98px) {
  .property-suggestion-tour-card__flight-airplane {
    width: 80px !important;
  }
  .property-suggestion-tour-card__flight-return {
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .property-suggestion-tour-card__reserve {
    border-right: none;
    border-top: 1px solid #ddd;
    min-width: auto;
    width: 100%;
  }
}
.tour-suggested-card {
  max-width: 300px;
  position: relative;
}
.tour-suggested-card__image {
  background-color: #f4f4f4;
  border-radius: 10px;
  height: 176px;
  position: relative;
  width: inherit;
}
.tour-suggested-card__image > img {
  position: relative;
  z-index: 2;
}
.tour-suggested-card__image__placeholder {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
}
.tour-suggested-card__stars {
  margin-right: 0.25rem;
}
.tour-suggested-card__stars svg {
  margin-right: -0.25rem;
}
.tour-property-filter-bar__time {
  font-size: 10px;
  line-height: 15.65px;
}
.tour-city-card__image {
  background-color: #f4f4f4;
  height: 225px;
  position: relative;
}
.tour-city-card__offers {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media (max-width: 575.98px) {
  .tour-city-card__image {
    height: 136px;
  }
}
.tour-property-title__title {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .tour-property-title__title {
    font-size: 16px;
  }
}
.transfer-to-app--icon-container {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transfer-to-app--circles-container {
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  height: -webkit-fit-content;
  height: fit-content;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 2px);
  transform: translate(-50%, 2px);
  width: 85%;
}
.transfer-to-app--circles-container--circle {
  aspect-ratio: 2/1;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-top-left-radius: 50rem;
  border-top-right-radius: 50rem;
  box-sizing: border-box;
  width: 8%;
}
.transfer-to-app--button-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.main-page-banner .main-banner {
  background: #f4f4f4;
  min-height: 320px;
}
.main-page-banner .side-banner {
  background: #f1f1f1;
  min-height: 155px;
}
@media (max-width: 575.98px) {
  .main-page-banner .main-banner {
    min-height: 160px;
  }
}
.popular_hotels__slide {
  border-radius: 10px;
  height: 352px;
  overflow: hidden;
  position: relative;
}
.popular_hotels__slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.popular_hotels__slide-backdrop {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: linear-gradient(1turn, rgba(0, 0, 0, 0.7) 52.39%, transparent);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .popular_hotels__slide {
    height: 239px;
  }
}
.search-box-home {
  margin-top: -170px;
  position: relative;
}
@media (max-width: 575.98px) {
  .search-box-home {
    margin-top: -50px;
  }
  .search-box-home .title {
    font-size: 1.15rem !important;
  }
  .search-box-home .subtitle {
    font-size: 0.7rem !important;
  }
}
.hotel-groups__content {
  margin: 0 auto;
  max-width: 70%;
}
.hotel-groups__item {
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.hotel-groups__item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 575.98px) {
  .hotel-groups__content {
    max-width: 100%;
  }
  .hotel-groups__item {
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .hotel-groups__image {
    width: 130px;
  }
}
.header {
  border-bottom: 1px solid #ddd;
  height: 65px;
}
.header__logo {
  height: 28px;
  width: 117px;
}
.header__authorized {
  position: relative;
}
.header__authorized:after {
  bottom: 2px;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Ccircle cx='6' cy='6' r='6' fill='%230AAB5B'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3.5 6 2 2 3-3.5'/%3E%3C/svg%3E");
  height: 12px;
  left: 14px;
  position: absolute;
  width: 12px;
}
.header__offer {
  background-color: #fff;
}
.header__item:hover {
  border-bottom: 2px solid #fb373e;
  color: #333;
  font-weight: 500;
}
.header__item:hover > .header__menu {
  display: block;
}
.header__item:hover > .header__menu .header__menu__main {
  pointer-events: all;
}
.header__menu {
  -webkit-animation: fade-in 0.15s linear;
  animation: fade-in 0.15s linear;
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0) 12.81%,
    rgba(51, 51, 51, 0.4) 41.46%,
    rgba(51, 51, 51, 0.4)
  );
  display: none;
  height: calc(200% - 65px);
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.header__menu__cities {
  -webkit-flex: 1;
  flex: 1;
}
.header__menu__cities ul {
  border-right: 1px solid #ddd;
}
.header__menu__city-item {
  border-radius: 0 !important;
  position: relative;
}
.header__menu__city-item:hover:before {
  background: #fb373e;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.header__menu__mobile__item {
  position: relative;
}
.header__menu__mobile__item ul {
  margin-right: 2.5rem;
}
.header__menu__mobile__item:after {
  background-color: #ddd;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .header__search > div {
    margin-top: 8rem;
    max-width: 528px;
  }
  .header__search > div > div {
    min-height: 252px;
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    height: 18px;
    width: 79px;
  }
}
.top-banner,
.top-banner__img {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-banner__copy {
  background-color: initial;
  border: 0;
  height: 70%;
  left: 38.5%;
  outline: 0;
  position: absolute;
  top: 20%;
  width: 8.5%;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer {
  overflow: hidden;
}
.footer__service-box {
  background-color: #f4f4f4;
}
.footer__service-box__call {
  font-size: 2.25rem;
  letter-spacing: 2.88px;
  line-height: 2.625rem;
  text-underline-offset: 11px;
}
.footer__service-box__banner {
  height: 352px;
  left: -52px;
  pointer-events: none;
  position: absolute;
  top: -80px;
  -webkit-user-select: none;
  user-select: none;
  width: 352px;
  z-index: 1;
}
.footer__contact__address {
  line-height: 1.875rem !important;
  margin: 1.125rem 0;
}
.footer__contact__social:hover {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  transition: all 0.35s;
}
.footer__certificate {
  height: 68px;
  width: 68px;
}
.footer__download-app__button {
  background-color: #fff;
}
.footer__download-app__logo {
  height: 2rem;
  width: 2rem;
}
.footer__download-app__label {
  font-size: 0.5rem;
  line-height: 0.625rem;
  margin-bottom: 0.125rem;
}
.footer__link {
  color: #727272;
}
@media (max-width: 575.98px) {
  .footer__service-box__banner {
    bottom: -65px;
    height: 315px;
    left: -84px;
    top: auto;
    width: 315px;
  }
}
@media (min-width: 576px) {
  .footer {
    padding-top: 1rem;
  }
}
@media (max-width: 389px) {
  .footer__service-box__banner {
    bottom: -54px;
    height: 236px;
    left: -65px;
    width: 236px;
  }
}
.reserve {
  padding-bottom: 115px;
  padding-top: 48px;
}
@media (max-width: 767.98px) {
  .reserve {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .reserve {
    padding-bottom: 0;
  }
}
.tours {
  margin-top: -120px;
  position: relative;
}
@media (max-width: 575.98px) {
  .tours {
    margin-top: -40px;
  }
}
.tour-search {
  margin-top: -120px;
  position: relative;
}
@media (max-width: 575.98px) {
  .tour-search {
    margin-top: -40px;
  }
}
.tour-property {
  padding-bottom: 115px;
  padding-top: 42px;
}
.tour-property__image {
  background-color: #f4f4f4;
  height: 64px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  width: 64px;
}
.tour-property__image--hide {
  margin-left: 0 !important;
  opacity: 0.3 !important;
  width: 0 !important;
}
.tour-property__stars {
  color: #bc7100;
  margin-right: 10px;
}
.tour-property__total-score {
  width: 238px;
}
.tour-property__map {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 32px;
  width: 48px;
}
.tour-property__call {
  width: 130px;
}
.tour-property__call--text {
  width: 92px;
}
@media (max-width: 575.98px) {
  .tour-property {
    padding-bottom: 115px;
    padding-top: 1rem;
  }
}
.tour-city {
  margin-top: -120px;
  position: relative;
}
@media (max-width: 575.98px) {
  .tour-city {
    margin-top: -40px;
  }
}
.properties {
  margin-top: -120px;
  position: relative;
}
.properties__tab {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.properties__tab::-webkit-scrollbar {
  display: none;
}
.properties__tab__item {
  width: 135px !important;
}
.properties__tab__item span {
  border-radius: 20px 20px 0 0;
  height: 4px;
  transition: background-color 0.2s ease-in-out;
  width: 32px;
}
.properties__tab__item__name {
  color: #727272;
  transition: opacity 0.2s ease-in-out;
}
.properties__tab__item__icon {
  max-width: 100%;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.properties__tab__item__icon path {
  fill: revert-layer !important;
}
.properties__tab__item__icon--active {
  opacity: 1;
}
.properties__tab__item:hover .properties__tab__item__name {
  color: #fb373e;
}
.properties__tab__item:hover .properties__tab__item__icon {
  opacity: 1;
}
.properties__grid__item {
  margin-bottom: 1.5rem;
  position: relative;
}
.properties__grid__item__icon path {
  fill: revert-layer !important;
}
@media (min-width: 576px) {
  .properties__grid {
    -webkit-column-width: 28vw;
    column-width: 28vw;
    gap: 1.5rem;
  }
  .properties__grid__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (min-width: 992px) {
  .properties__grid {
    -webkit-column-width: 24vw;
    column-width: 24vw;
  }
}
@media (min-width: 1200px) {
  .properties__grid {
    -webkit-column-width: 18vw;
    column-width: 18vw;
  }
}
@media screen and (min-width: 1440px) {
  .properties__grid {
    -webkit-column-width: 16vw;
    column-width: 16vw;
  }
}
@media screen and (min-width: 1760px) {
  .properties__grid {
    -webkit-column-width: 14vw;
    column-width: 14vw;
  }
}
@media (max-width: 575.98px) {
  .properties {
    margin-top: -40px;
  }
  .properties__tab__item {
    width: 79px !important;
  }
  .properties__tab__item__name {
    margin-top: -13px !important;
  }
}
.p-menu__fixed {
  background: #fff;
  left: 50%;
  padding-top: env(safe-area-inset-top);
  position: fixed;
  top: 0;
  -webkit-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 1029;
}
.p-menu__show {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.p-menu__list {
  position: relative;
}
.p-menu__container {
  -ms-overflow-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-menu__container::-webkit-scrollbar {
  display: none;
}
.p-menu__container:after {
  background: #ddd;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.p-menu__left-shadow {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  content: "";
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}
.p-gallery,
.p-gallery__main {
  position: relative;
}
.p-gallery__main img {
  position: absolute;
}
.p-gallery__facilities {
  width: 102px;
}
.p-gallery__item {
  padding-top: 65%;
  position: relative;
}
.p-gallery__item img {
  left: 0;
  position: absolute;
  top: 0;
}
.p-gallery__score-box {
  bottom: auto;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.p-gallery__more {
  bottom: 16px;
  left: 16px;
  position: absolute;
  z-index: 1;
}
.p-gallery__photo-slider .slider-items {
  width: 60%;
}
.p-gallery__photo-slider > div {
  margin: 0 !important;
  max-width: 100% !important;
}
.p-gallery__photo-slider > div > div {
  background: #000;
  border: none;
  border-radius: 0;
  height: 100vh;
}
.p-gallery__photo-slider > div > div > div:first-child {
  border-bottom: 0 !important;
  color: #fff;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-description {
  height: var(--height-description, 144px);
  position: relative;
  transition: height 0.3s;
}
.p-description__more {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.p-description__property {
  opacity: var(--opacity-property, 0);
  transition: opacity 0.3s linear 50ms;
}
.p-description:after {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.9) 69.4%,
    #fff
  );
  bottom: 0;
  content: "";
  height: 80px;
  opacity: var(--opacity-gradient, 1);
  position: absolute;
  right: 0;
  transition: opacity 0.3s linear 50ms;
  width: 100%;
}
.p-offers__star {
  color: #b9defe;
}
.p-tour-box__image {
  height: 234px;
  margin-top: -80px;
  width: 234px;
}
.p-facility {
  position: relative;
}
.p-facility__all {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.9) 69.4%,
    #fff
  );
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  height: 89px;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 100%;
}
.p-facility__item > svg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.p-location {
  position: relative;
}
.p-location__list {
  height: 260px;
  margin: 0 -10px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
.p-location__list__item {
  transition: all 0.3s;
}
.p-location__map {
  background-color: #f4f4f4;
  height: 304px;
  width: 100%;
}
.p-location__view-map {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.9) 69.4%,
    #fff
  );
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: calc(100% - 10px);
}
.p-separate-facility__img {
  background-color: #f4f4f4;
  height: 148px;
  width: 258px;
}
.p-section {
  padding-top: 4rem;
}
@media (max-width: 575.98px) {
  .p-menu__container,
  .p-menu__fixed {
    -webkit-transform: unset;
    transform: unset;
  }
  .p-menu__fixed {
    left: unset;
    padding: 12px 0 0 !important;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
  }
  .p-menu__show {
    -webkit-transform: unset;
    transform: unset;
  }
  .p-details {
    position: relative;
  }
  .p-details__actions {
    left: 0;
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: 10;
  }
  .p-gallery {
    margin: 0 -16px;
  }
  .p-gallery__main {
    height: 80vw !important;
  }
  .p-gallery__main,
  .p-gallery__main img {
    border-radius: 0 !important;
    position: relative;
  }
  .p-gallery__item {
    border-color: #fff !important;
    border-radius: 5px !important;
  }
  .p-gallery__slider {
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-gallery__slider::-webkit-scrollbar {
    display: none;
  }
  .p-gallery__score-box {
    bottom: calc(26.5% + 1rem);
    top: auto;
  }
  .p-gallery__photo-slider > div > div {
    background: #000;
  }
  .p-gallery__photo-slider > div > div > div:first-child {
    border-bottom: 0 !important;
    color: #fff;
  }
  .p-cancellation-rules,
  .p-description__property,
  .p-gallery__photo-slider > div > div > div:first-child {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-location__list {
    height: 360px;
  }
  .p-location__map {
    height: 149px;
  }
  .p-location__view-map {
    height: 89px;
  }
  .p-separate-facility__img {
    height: 96px;
    width: 96px;
  }
  .p-section {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .p-gallery__more {
    bottom: 8px;
    left: 8px;
  }
}
.p-rooms {
  position: relative;
}
.p-date {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  transition: all 0.2s ease-out;
  z-index: 1028;
}
.p-date--stuck {
  background-color: #f4f4f4;
  max-width: 100%;
  padding: 0;
  width: 100%;
  z-index: 1030;
}
.p-date--stuck .p-date__form {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  width: 100%;
}
.p-date__form {
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease-out;
  width: 530px;
}
.p-date__form,
.p-date__input {
  display: -webkit-flex;
  display: flex;
}
.p-date__input {
  cursor: pointer;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem;
  position: relative;
}
.p-date__input:after {
  background-color: #fb373e;
  bottom: 0;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  right: 1rem;
  transition: opacity 0.15s ease-out;
  width: calc(100% - 2rem);
}
.p-date__input:hover:after {
  opacity: 1;
}
.p-date__separator {
  background-color: #ddd;
  margin: 1rem 0.5rem;
  transition: margin 0.2s ease-out;
  width: 1px;
}
@media (max-width: 767.98px) {
  .p-date__form {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .p-date {
    padding: 0;
  }
  .p-date--stuck .p-date__form {
    border-bottom: 1px solid #ddd;
  }
  .p-date--stuck .p-date__separator {
    margin: 0;
  }
  .p-date__form {
    border: 0;
    border-radius: 0;
  }
  .p-date__input:after {
    content: none;
  }
  .p-date__separator {
    margin-left: 0;
    margin-right: 0;
  }
}
.property-search {
  margin-top: -120px;
  position: relative;
}
.property-search__banner {
  --aspect-ratio: 37.35%;
  display: block;
  height: 100%;
}
.property-search__banner > img {
  background-color: #f4f4f4;
}
.property-search__sticky-box {
  margin-top: -1px;
  position: -webkit-sticky;
  position: sticky;
  transition: top 0.2s ease-out;
  z-index: 1020;
}
.property-search__sticky-box.show {
  top: 0 !important;
}
.property-search__room-rates {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  height: 151px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.property-search__room-rates__wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  padding: 1rem;
  scrollbar-width: none;
}
.property-search__room-rates__wrapper::-webkit-scrollbar {
  display: none;
}
.property-search__room-rates:after {
  background: linear-gradient(90deg, #f4f4f4, hsla(0, 0%, 96%, 0));
  content: "";
  height: 100%;
  left: -1px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 96px;
}
.property-search__map {
  position: relative;
}
.property-search__map a {
  bottom: 16px;
  left: 16px;
  position: absolute;
  right: 16px;
}
.property-search__map img {
  height: 128px;
}
@media (max-width: 575.98px) {
  .property-search {
    margin-top: 0;
  }
}
.flight-voucher {
  height: auto !important;
  min-height: 842px;
  -webkit-user-select: none !important;
  user-select: none !important;
  width: 595px;
}
.flight-voucher__logo {
  height: 15px;
  width: 63px;
}
.flight-voucher__font-8 {
  font-size: 8px;
}
.flight-voucher__font-10 {
  font-size: 10px;
}
.flight-voucher__font-10,
.flight-voucher__font-8 {
  line-height: 16px;
}
.flight-voucher__table__header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.flight-voucher__table tr > th {
  font-weight: 400 !important;
  padding-bottom: 8px;
}
.flight-voucher__table tr > td {
  padding-top: 8px;
}
.flight-voucher__ticket-card {
  background-color: #f4f4f4;
}
.flight-voucher__logo-agency {
  height: 18px;
  width: 18px;
}
.flight-voucher__divider {
  border: 1px dashed #ddd;
  height: 1px;
}
.flight-voucher__price-box {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flight-voucher__bullet {
  background-color: #727272;
  border-radius: 50rem;
  height: 4px;
  width: 4px;
}
.flight-voucher__footer {
  border-color: #333;
  margin-top: 4rem;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  .flight-voucher {
    height: auto;
    min-height: 297mm;
    width: 210mm;
  }
  div {
    page-break-inside: avoid;
  }
}
.main-page .section-margin {
  margin: 56px 0;
}
@media (max-width: 575.98px) {
  .main-page .section-margin {
    margin: 56px 0;
  }
}
.ramadan-landing .info-box {
  background: #fff6f8;
  border: none;
}
.ramadan-landing .info-box__title {
  font-size: 16px;
  line-height: 1.8;
}
.ramadan-landing .info-box__item {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .ramadan-landing .info-box__title {
    font-size: 14px;
  }
  .ramadan-landing .info-box__item {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .kishexpo-landing__blog-container {
    display: block;
    padding-top: 66.67%;
    position: relative;
    width: 100%;
  }
  .kishexpo-landing__blog-container__img {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.reloadCache {
  background-color: #fb373e;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 0.75rem;
  width: 100%;
}
.reloadCache:disabled {
  background-color: #aaa;
}
