.gap-5 {
  gap: 5px;
}

.row-gap-5.row-gap-5 {
  row-gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.row-gap-10.row-gap-10 {
  row-gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.row-gap-15.row-gap-15 {
  row-gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.row-gap-20.row-gap-20 {
  row-gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.row-gap-25.row-gap-25 {
  row-gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.row-gap-30.row-gap-30 {
  row-gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.row-gap-35.row-gap-35 {
  row-gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.row-gap-40.row-gap-40 {
  row-gap: 40px;
}

@media (max-width: 600px) {
  .gap-xs-5 {
    gap: 5px;
  }
  .row-gap-xs-5 {
    row-gap: 5px;
  }
  .gap-xs-10 {
    gap: 10px;
  }
  .row-gap-xs-10 {
    row-gap: 10px;
  }
  .gap-xs-15 {
    gap: 15px;
  }
  .row-gap-xs-15 {
    row-gap: 15px;
  }
  .gap-xs-20 {
    gap: 20px;
  }
  .row-gap-xs-20 {
    row-gap: 20px;
  }
  .gap-xs-25 {
    gap: 25px;
  }
  .row-gap-xs-25 {
    row-gap: 25px;
  }
  .gap-xs-30 {
    gap: 30px;
  }
  .row-gap-xs-30 {
    row-gap: 30px;
  }
  .gap-xs-35 {
    gap: 35px;
  }
  .row-gap-xs-35 {
    row-gap: 35px;
  }
  .gap-xs-40 {
    gap: 40px;
  }
  .row-gap-xs-40 {
    row-gap: 40px;
  }
  .gap-xs-45 {
    gap: 45px;
  }
  .row-gap-xs-45 {
    row-gap: 45px;
  }
}
@media (max-width: 768px) {
  .gap-sm-5 {
    gap: 5px;
  }
  .row-gap-sm-5 {
    row-gap: 5px;
  }
  .gap-sm-10 {
    gap: 10px;
  }
  .row-gap-sm-10 {
    row-gap: 10px;
  }
  .gap-sm-15 {
    gap: 15px;
  }
  .row-gap-sm-15 {
    row-gap: 15px;
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .row-gap-sm-20 {
    row-gap: 20px;
  }
  .gap-sm-25 {
    gap: 25px;
  }
  .row-gap-sm-25 {
    row-gap: 25px;
  }
  .gap-sm-30 {
    gap: 30px;
  }
  .row-gap-sm-30 {
    row-gap: 30px;
  }
  .gap-sm-35 {
    gap: 35px;
  }
  .row-gap-sm-35 {
    row-gap: 35px;
  }
  .gap-sm-40 {
    gap: 40px;
  }
  .row-gap-sm-40 {
    row-gap: 40px;
  }
  .gap-sm-45 {
    gap: 45px;
  }
  .row-gap-sm-45 {
    row-gap: 45px;
  }
}
@media (max-width: 992px) {
  .gap-md-5 {
    gap: 5px;
  }
  .row-gap-md-5 {
    row-gap: 5px;
  }
  .gap-md-10 {
    gap: 10px;
  }
  .row-gap-md-10 {
    row-gap: 10px;
  }
  .gap-md-15 {
    gap: 15px;
  }
  .row-gap-md-15 {
    row-gap: 15px;
  }
  .gap-md-20 {
    gap: 20px;
  }
  .row-gap-md-20 {
    row-gap: 20px;
  }
  .gap-md-25 {
    gap: 25px;
  }
  .row-gap-md-25 {
    row-gap: 25px;
  }
  .gap-md-30 {
    gap: 30px;
  }
  .row-gap-md-30 {
    row-gap: 30px;
  }
  .gap-md-35 {
    gap: 35px;
  }
  .row-gap-md-35 {
    row-gap: 35px;
  }
  .gap-md-40 {
    gap: 40px;
  }
  .row-gap-md-40 {
    row-gap: 40px;
  }
  .gap-md-45 {
    gap: 45px;
  }
  .row-gap-md-45 {
    row-gap: 45px;
  }
}
@media (max-width: 1200px) {
  .gap-lg-5 {
    gap: 5px;
  }
  .row-gap-lg-5 {
    row-gap: 5px;
  }
  .gap-lg-10 {
    gap: 10px;
  }
  .row-gap-lg-10 {
    row-gap: 10px;
  }
  .gap-lg-15 {
    gap: 15px;
  }
  .row-gap-lg-15 {
    row-gap: 15px;
  }
  .gap-lg-20 {
    gap: 20px;
  }
  .row-gap-lg-20 {
    row-gap: 20px;
  }
  .gap-lg-25 {
    gap: 25px;
  }
  .row-gap-lg-25 {
    row-gap: 25px;
  }
  .gap-lg-30 {
    gap: 30px;
  }
  .row-gap-lg-30 {
    row-gap: 30px;
  }
  .gap-lg-35 {
    gap: 35px;
  }
  .row-gap-lg-35 {
    row-gap: 35px;
  }
  .gap-lg-40 {
    gap: 40px;
  }
  .row-gap-lg-40 {
    row-gap: 40px;
  }
  .gap-lg-45 {
    gap: 45px;
  }
  .row-gap-lg-45 {
    row-gap: 45px;
  }
}
@media (max-width: 600px) {
  .w-100-xs {
    width: 100%;
  }
  .flex-column-xs {
    flex-direction: column;
  }
  .justify-content-start-xs {
    justify-content: start !important;
  }
  .align-items-start-xs {
    align-items: start !important;
  }
  .justify-content-center-xs {
    justify-content: center !important;
  }
  .align-items-center-xs {
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .w-100-sm {
    width: 100%;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .justify-content-start-sm {
    justify-content: start !important;
  }
  .align-items-start-sm {
    align-items: start !important;
  }
  .justify-content-center-sm {
    justify-content: center !important;
  }
  .align-items-center-sm {
    align-items: center !important;
  }
}
@media (max-width: 992px) {
  .w-100-md {
    width: 100%;
  }
  .flex-column-md {
    flex-direction: column;
  }
  .justify-content-start-md {
    justify-content: start !important;
  }
  .align-items-start-md {
    align-items: start !important;
  }
  .justify-content-center-md {
    justify-content: center !important;
  }
  .align-items-center-md {
    align-items: center !important;
  }
}
@media (max-width: 1200px) {
  .w-100-lg {
    width: 100%;
  }
  .flex-column-lg {
    flex-direction: column;
  }
  .justify-content-start-lg {
    justify-content: start !important;
  }
  .align-items-start-lg {
    align-items: start !important;
  }
  .justify-content-center-lg {
    justify-content: center !important;
  }
  .align-items-center-lg {
    align-items: center !important;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500 !important;
}

input,
textarea,
.form-control,
.pac-container {
  border-radius: 4px;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.pac-container .pac-item.home {
  background-color: var(--gray-light-col);
}
.pac-container .pac-item.home .pac-icon {
  background-position: -1px -222px;
}

textarea {
  min-height: 34px;
}

.gmnoprint.gm-style-mtc-bbw button,
.mce-path-item,
.mce-wordcount {
  font-family: "Figtree", Helvetica, Arial, sans-serif !important;
}

.gm-control-active.gm-fullscreen-control,
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint > div,
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-svpc {
  border-radius: 4px !important;
}

.gm-style-mtc-bbw .gm-style-mtc:last-of-type > button {
  border-start-end-radius: 4px !important;
  border-end-end-radius: 4px !important;
}
.gm-style-mtc-bbw .gm-style-mtc:first-of-type > button {
  border-start-start-radius: 4px !important;
  border-end-start-radius: 4px !important;
}

.modal-body .routes-map {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.popover.in-modal {
  z-index: 10001;
}

#area-map-modal .close,
.map-close {
  opacity: 1;
}
#area-map-modal .close svg,
.map-close svg {
  transform: rotate(0deg);
  transition: transform 0.15s ease-in-out;
}
#area-map-modal .close:hover svg,
.map-close:hover svg {
  transform: rotate(90deg);
}

.inputs-height,
.inputs-h {
  height: 34px;
}
.inputs-height-sm,
.inputs-h-sm {
  height: 30px;
}

.inputs-width,
.inputs-w {
  width: 34px;
}
.inputs-width-sm,
.inputs-w-sm {
  width: 30px;
}

.min-inputs-height,
.min-inputs-h {
  min-height: 34px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

select,
.select,
.select2-container-multi:not([class*=tags]) .select2-choices {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%236a7077' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.7' d='M2 5l6 6 6-6'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 8px) center !important;
  background-size: 10px !important;
  padding-right: 24px !important;
}

.select2-container .select2-choice .select2-arrow b:after,
.select2-container abbr:after {
  font-size: 11px;
  font-weight: bold;
  font-family: "FontAwesome";
  color: var(--default-text);
}

.text-shake {
  animation: textShake 0.3s ease-in-out;
}
@keyframes textShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-center-hor {
  display: flex;
  justify-content: center;
}
.flex-center-vert {
  display: flex;
  align-items: center;
}
.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d--flex {
  display: flex;
}

.cursor-pointer {
  cursor: pointer;
}

.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.grayscale {
  filter: grayscale(100%);
}

.text-mono {
  font-family: "Lucida Console", "Courier New", monospace;
}

.dropdown-menu-with-chackboxes > li.checked {
  background-color: var(--gray-light-col);
}
.dropdown-menu-full-height {
  max-height: calc(100vh - 150px);
}

.table-style thead,
.table-style .table-header {
  background-color: var(--gray-light-col);
}
.table-style thead > tr > th, .table-style thead,
.table-style .table-header > tr > th,
.table-style .table-header {
  border-bottom: 1px solid var(--gray-on-white-col);
}
.table-style-fit-to-screen {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.table-style-fit-to-screen.panel {
  margin-bottom: 0;
}
.table-style-sticky-header table {
  border-collapse: separate;
}
.table-style-sticky-header thead,
.table-style-sticky-header .table-header {
  position: sticky;
  top: 0;
  z-index: 1;
}
.table-style .paginator:not(:has(*)) {
  display: none !important;
}
.table-style .dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.table-style .slide-elem {
  transition: height 0.15s;
  will-change: height;
  height: 0;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.header-fixed, .header-sticky {
  position: sticky;
  left: 0;
  right: 0;
}
.header-sticky {
  top: 0;
  z-index: 1;
}

.table-pagination-pages {
  display: flex;
  align-items: center;
  gap: 5px;
}
.table-pagination-pages a,
.table-pagination .dataTables_paginate a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
}
.table-pagination-pages a.current-page,
.table-pagination .dataTables_paginate a.current-page {
  color: var(--white-col);
  background-color: var(--brand-col);
  border-radius: 4px;
  pointer-events: none;
}
.table-pagination-pages a[data-action=first], .table-pagination-pages a[data-action=previous],
.table-pagination .dataTables_paginate a[data-action=first],
.table-pagination .dataTables_paginate a[data-action=previous] {
  transform: translateX(0) rotate(90deg);
}
.table-pagination-pages a[data-action=first]:hover, .table-pagination-pages a[data-action=previous]:hover,
.table-pagination .dataTables_paginate a[data-action=first]:hover,
.table-pagination .dataTables_paginate a[data-action=previous]:hover {
  transform: translateX(-2px) rotate(90deg);
}
.table-pagination-pages a[data-action=next], .table-pagination-pages a[data-action=last],
.table-pagination .dataTables_paginate a[data-action=next],
.table-pagination .dataTables_paginate a[data-action=last] {
  transform: translateX(0) rotate(-90deg);
}
.table-pagination-pages a[data-action=next]:hover, .table-pagination-pages a[data-action=last]:hover,
.table-pagination .dataTables_paginate a[data-action=next]:hover,
.table-pagination .dataTables_paginate a[data-action=last]:hover {
  transform: translateX(2px) rotate(-90deg);
}
.table-pagination-pages a:hover,
.table-pagination .dataTables_paginate a:hover {
  color: var(--brand-col);
}

.open-all-rows-wrapper {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.15s ease-in-out;
  top: 50%;
}
.opened .open-all-rows-wrapper {
  transform: rotate(180deg) translateY(50%);
}
.open-all-rows svg:first-child,
.open-all-rows svg:last-child {
  position: absolute;
  transform: rotate(180deg) translateY(50%);
  transition: all 0.15s ease-in-out;
}
.open-all-rows svg:first-child {
  top: calc(50% - 2.5px);
}
.open-all-rows svg:last-child {
  top: calc(50% + 2.5px);
}
.open-all-rows:hover {
  cursor: pointer;
}
.open-all-rows:hover svg:first-child,
.open-all-rows:hover svg:last-child {
  top: 50%;
}

.file-wrapper {
  position: relative;
  padding: 0 15px 25px 15px;
}
.file-name {
  display: inline-block;
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-wrapper:hover .file-name {
  display: inline;
  word-break: break-word;
  white-space: break-spaces;
}
.file-name-full {
  max-width: 100px;
  display: flex;
  text-align: center;
  position: absolute;
  left: 50%;
  padding: 2px 4px;
  transform: translateX(-50%);
  top: 40px;
  transition: top 0.15s ease-in-out;
}
.file-wrapper:hover .file-name-full {
  display: block;
  z-index: 1;
  width: 100px;
  background-color: var(--white-col);
  border-radius: 4px;
  color: var(--brand-col);
  top: 43px;
}
.file-icon {
  width: 40px;
  height: 40px;
  position: relative;
}
.file-icon .label-part {
  transition: all 0.15s ease-in-out;
}
.file-wrapper:hover .file-icon .label-part {
  transform: translateY(3px);
}
.file-icon::before {
  content: attr(data-extension);
  position: absolute;
  color: var(--white-col);
  left: 8px;
  top: 17px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  height: 12px;
  line-height: 12px;
  padding: 0 4px 0 0;
  border-radius: 0 3px 3px 0;
  transition: all 0.15s ease-in-out;
}
.file-wrapper:hover .file-icon::before {
  transform: translateY(3px);
}
.file-icon .default {
  background-color: #E2E5E7;
}
.file-icon-default::before {
  content: "***";
  line-height: 17px;
  font-size: 14px;
}
.file-icon-default .color-normal {
  fill: #b2c1cb;
}
.file-icon-default .color-dark {
  fill: #97afc0;
}
.file-icon-default .color-light {
  fill: #E2E5E7;
}
.file-icon-default::before {
  background-color: #b2c1cb;
}
.file-icon-code .color-normal {
  fill: #008a82;
}
.file-icon-code .color-dark {
  fill: #00635e;
}
.file-icon-code .color-light {
  fill: #00d6cb;
}
.file-icon-code::before {
  background-color: #008a82;
}
.file-icon-graphic .color-normal {
  fill: #d26400;
}
.file-icon-graphic .color-dark {
  fill: #ab5200;
}
.file-icon-graphic .color-light {
  fill: #FF8A1F;
}
.file-icon-graphic::before {
  background-color: #d26400;
}
.file-icon-fonts .color-normal {
  fill: #4a5361;
}
.file-icon-fonts .color-dark {
  fill: #36404f;
}
.file-icon-fonts .color-light {
  fill: #787b80;
}
.file-icon-fonts::before {
  background-color: #4a5361;
}
.file-icon-doc .color-normal {
  fill: #0054d2;
}
.file-icon-doc .color-dark {
  fill: #0045ab;
}
.file-icon-doc .color-light {
  fill: #1f79ff;
}
.file-icon-doc::before {
  background-color: #0054d2;
}
.file-icon-media .color-normal {
  fill: #437e00;
}
.file-icon-media .color-dark {
  fill: #2f5700;
}
.file-icon-media .color-light {
  fill: #6cca00;
}
.file-icon-media::before {
  background-color: #437e00;
}
.file-icon-archive .color-normal {
  fill: #b700f9;
}
.file-icon-archive .color-dark {
  fill: #9b00d2;
}
.file-icon-archive .color-light {
  fill: #ce46ff;
}
.file-icon-archive::before {
  background-color: #b700f9;
}
.file-icon-table .color-normal {
  fill: #006546;
}
.file-icon-table .color-dark {
  fill: #003e2c;
}
.file-icon-table .color-light {
  fill: #00b17c;
}
.file-icon-table::before {
  background-color: #006546;
}
.file-icon-system .color-normal {
  fill: #ff2f2f;
}
.file-icon-system .color-dark {
  fill: #ff0808;
}
.file-icon-system .color-light {
  fill: #ff7b7b;
}
.file-icon-system::before {
  background-color: #ff2f2f;
}

.credit-card-body {
  min-width: 255px;
  width: 265px;
  min-height: 160px;
  padding: 15px 20px;
  border-radius: 16px;
  border: 1px solid var(--gray-on-white-col);
  border-bottom-width: 3px;
}
.credit-card-body .text-muted {
  cursor: default;
}
.credit-card-body a {
  color: var(--brand-col);
}
.credit-card-body a:hover {
  color: var(--brand-col);
  text-decoration: none !important;
}
.credit-card-body.disabled {
  background-color: var(--gray-light-col);
  border-color: #e4e4e4;
}
.credit-card-label {
  border-radius: 20px;
  line-height: 19px;
  height: 19px;
  padding: 0 9px;
  background-color: var(--brand-col);
  color: var(--white-col);
}
.credit-card-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
.credit-card-type {
  width: 66px;
  border-radius: 6px;
  border: 1px solid var(--gray-on-white-col);
}
.credit-card-blank-title {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-10px);
}
.credit-card-blank-title > i {
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
}
.credit-card-blank-title > i:before, .credit-card-blank-title > i:after {
  content: "";
  background-color: #B6B6B6;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.credit-card-blank-title > i:before {
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.credit-card-blank-title > i:after {
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.credit-card-blank-title > b {
  white-space: nowrap;
  color: #B6B6B6;
  transition: all 0.3s ease-in-out;
}
.credit-card-body:hover .credit-card-blank-title > i {
  position: relative;
  display: block;
}
.credit-card-body:hover .credit-card-blank-title > i:before, .credit-card-body:hover .credit-card-blank-title > i:after {
  content: "";
  background-color: var(--brand-col);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.credit-card-body:hover .credit-card-blank-title > i:before {
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.credit-card-body:hover .credit-card-blank-title > i:after {
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.credit-card-body:hover .credit-card-blank-title > b {
  color: var(--brand-col);
}

.nav-icon,
.feather-arrow {
  width: 20px;
  height: 20px;
  stroke: var(--dark-link-text);
  stroke-width: 1.5px;
  fill: transparent;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.feather-20 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  box-sizing: content-box;
  stroke-width: 1.5px;
}
.feather-20-bold {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  box-sizing: content-box;
  stroke-width: 2px;
}
.feather-16 {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  box-sizing: content-box;
  stroke-width: 2px;
}
.feather-16-bold {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  box-sizing: content-box;
  stroke-width: 2.8px;
}
.feather-14 {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  box-sizing: content-box;
  stroke-width: 2.8px;
}
.feather-14-bold {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  box-sizing: content-box;
  stroke-width: 3.2px;
}
.feather-arrow {
  width: 9px;
  height: 6px;
  transform: rotate(180deg);
}

.loading-anim-block {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.loading-anim-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: var(--brand-col);
  animation: loading-anim-block 1.3s infinite;
}
@keyframes loading-anim-block {
  0%, 100% {
    left: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    left: 60px;
    animation-timing-function: ease-in-out;
  }
}

[style="color:#FF0000"] {
  color: #ff4c34;
}

.tap-info {
  padding: 0 6px;
  border-radius: 20px;
  line-height: 19px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  background-color: var(--brand-col);
  color: var(--white-col);
}

.pac-container {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  box-shadow: var(--normal-shdw);
}
.pac-container > .pac-item:first-child {
  border-top: 0;
}

.daterangepicker {
  font-family: inherit;
  box-shadow: var(--normal-shdw);
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border-radius: 4px;
  border-color: #e4e4e4;
  padding-left: 6px;
}
.daterangepicker td.in-range {
  background-color: color-mix(in srgb, var(--brand-col) 10%, transparent);
}
.daterangepicker td.available:not(.active):hover {
  background-color: var(--gray-light-col);
  color: var(--brand-col);
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--brand-col);
}
.daterangepicker .ranges li {
  font-size: 13px;
}
.daterangepicker .ranges li.active {
  background-color: var(--gray-light-col);
  color: var(--brand-col);
}

.colorpicker-container {
  position: absolute;
  z-index: 10002;
  background-color: var(--white-col);
  border: 1px solid var(--gray-on-white-col);
  box-shadow: var(--normal-shdw);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
  transform: translateY(5px);
  max-width: 224px;
  width: 224px;
}
.colorpicker-container.animated {
  animation-duration: 0.15s;
  animation-name: fadeInColorPicker;
}
@keyframes fadeInColorPicker {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(5px);
  }
}
.colorpicker-buttons-wrapper {
  display: flex;
  gap: 10px;
}
.colorpicker-buttons-wrapper .btn {
  width: 100%;
}
.colorpicker-custom-color-wrapper {
  width: 0px;
  height: 0px;
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.colorpicker-custom-color-wrapper input {
  height: 34px;
  transform: translateY(calc(-100% + 5px));
}
.colorpicker-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.colorpicker-tile {
  height: 20px;
  width: 34px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.colorpicker-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 1px var(--white-col), 0 0 0 3px var(--brand-col);
  pointer-events: none;
  border-radius: var(--border-radius);
  opacity: 0;
}
.colorpicker-tile:hover::before {
  opacity: 0.3;
}
.colorpicker-tile.current-color::before {
  opacity: 1;
}

.fancybox__container {
  z-index: 10050;
}

.f-thumbs__slide {
  width: 60px;
  height: 60px;
}
.f-thumbs__slide__button {
  width: 60px;
}
.f-thumbs__slide__img {
  border-radius: 4px;
}
.f-thumbs__slide:not(.for-image) .f-thumbs__slide__img {
  object-fit: contain;
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  border-radius: 4px;
}/*# sourceMappingURL=main.css.map */