@media screen and (min-width: 1800px) {
  .col-custom-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; } }
.tabs-text-uppercase {
  text-transform: uppercase;
  background: #f9fbfc; }
.tabs-text-th {
  background: #f9fbfc; }

.highcharts-credits {
  display: none; }

#form_accept_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px; }
  #form_accept_wrapper p,
  #form_accept_wrapper button {
    margin: 0; }
  #form_accept_wrapper p {
    font-weight: 600;
    color: #6d2682; }
  #form_accept_wrapper button {
    padding: 6px 6px;
    font-size: 12px;
    font-weight: 600; }

.hotel-blocked-name {
  font-weight: 600;
  color: var(--brand-color); }
.hotel-blocked-time {
  font-weight: 500;
  font-size: 18px;
  color: var(--brand-color); }
  .hotel-blocked-time-status-blocked {
    font-weight: 600;
    color: #dc3545;
    text-decoration: underline; }

.impersonation-wrapper {
  margin: 12px 0; }
  .impersonation-wrapper p {
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-align: center; }
    .impersonation-wrapper p:last-of-type {
      color: var(--brand-color);
      background-color: #fff;
      padding: 4px 6px;
      border-radius: 4px 4px 0 0; }
  .impersonation-wrapper-p {
    font-size: 12px;
    word-break: break-word; }
.impersonation-nav-item_active {
  border: 1px solid #fff;
  background-color: var(--brand-color);
  border-radius: 0 0 4px 4px;
  padding: 12px 6px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #fff !important; }
  .impersonation-nav-item_active:hover {
    background-color: rgba(255, 255, 255, 0.1); }

#summary_report_crud_regular fieldset,
#summary_report_draft_crud_regular fieldset,
#summary_report_draft_crud_type_v2_regular fieldset,
#summary_report_admin_crud_type_v2_regular fieldset {
  display: inline-flex;
  min-width: 25%;
  padding: 0 12px;
  margin-top: 30px; }
#summary_report_crud_regular > div,
#summary_report_draft_crud_regular > div,
#summary_report_draft_crud_type_v2_regular > div,
#summary_report_admin_crud_type_v2_regular > div {
  display: inline-block;
  width: 25%;
  padding: 0 10px; }
#summary_report_crud_regular div:has(.filter-report-include-option),
#summary_report_draft_crud_regular div:has(.filter-report-include-option),
#summary_report_draft_crud_type_v2_regular div:has(.filter-report-include-option),
#summary_report_admin_crud_type_v2_regular div:has(.filter-report-include-option) {
  position: absolute;
  width: 160px; }
#summary_report_crud_regular div:has(.filter-report-include-option) label,
#summary_report_draft_crud_regular div:has(.filter-report-include-option) label,
#summary_report_draft_crud_type_v2_regular div:has(.filter-report-include-option) label,
#summary_report_admin_crud_type_v2_regular div:has(.filter-report-include-option) label {
  display: none; }

@media screen and (min-width: 1800px) {
  #summary_report_crud_regular fieldset,
  #summary_report_draft_crud_regular fieldset,
  #summary_report_draft_crud_type_v2_regular fieldset,
  #summary_report_admin_crud_type_v2_regular fieldset {
    min-width: 16%; } }
.DashboardTabs {
  margin-bottom: 20px; }
  .DashboardTabs.nav-tabs {
    border: none;
    gap: .5em !important; }
  .DashboardTabs .nav-item {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    min-width: 120px;
    border-radius: .25rem; }
    .DashboardTabs .nav-item .nav-link {
      border: 0;
      border-radius: 0;
      transition: 0.5s;
      text-align: center; }
      .DashboardTabs .nav-item .nav-link.active, .DashboardTabs .nav-item .nav-link:hover {
        background-color: var(--brand-color) !important;
        color: #fff; }

.dashboard-wrapper {
  font-family: Poppins, serif; }
  .dashboard-wrapper .dashboard-card {
    box-shadow: rgba(56, 65, 74, 0.15) 0px 1px 2px 0px;
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    margin-bottom: 15px; }
    .dashboard-wrapper .dashboard-card .index-adr-span,
    .dashboard-wrapper .dashboard-card .index-tadr-span {
      color: #007aff;
      fill: #007aff; }
    .dashboard-wrapper .dashboard-card .index-occ-span {
      color: #009688;
      fill: #009688; }
    .dashboard-wrapper .dashboard-card .index-revpar-span,
    .dashboard-wrapper .dashboard-card .index-trevpar-span {
      color: #f9a825;
      fill: #f9a825; }
    .dashboard-wrapper .dashboard-card span.index-trevpar-span,
    .dashboard-wrapper .dashboard-card span.index-tadr-span {
      display: inline-block; }
      .dashboard-wrapper .dashboard-card span.index-trevpar-span::first-letter,
      .dashboard-wrapper .dashboard-card span.index-tadr-span::first-letter {
        color: #000; }
    .dashboard-wrapper .dashboard-card .index-rps-span {
      color: #5d00af;
      fill: #5d00af; }
    .dashboard-wrapper .dashboard-card.full-width {
      width: 100%; }
    .dashboard-wrapper .dashboard-card .dashboard-card-title {
      font-size: 16px;
      font-weight: 600;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      color: #495057;
      padding: 8px 16px;
      text-transform: uppercase;
      min-height: 59px;
      align-content: center; }
      .dashboard-wrapper .dashboard-card .dashboard-card-title .index-adr-span {
        color: #007aff; }
      .dashboard-wrapper .dashboard-card .dashboard-card-title .index-occ-span {
        color: #009688; }
    .dashboard-wrapper .dashboard-card .dashboard-card-body {
      padding: 25px; }
  .dashboard-wrapper .index-date-wrapper i {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background-color: var(--brand-color);
    color: #fff;
    border-radius: 0 .25rem .25rem 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .dashboard-wrapper .index-date-wrapper input.form-control {
    border: none;
    font-size: 13px; }
  .dashboard-wrapper .dashboard-ai {
    background-color: var(--brand-color);
    color: #fff; }
  .dashboard-wrapper .description-ai-inner {
    display: flex;
    align-items: center; }
    .dashboard-wrapper .description-ai-inner p {
      margin: 0;
      padding: 0;
      font-size: 13px;
      line-height: 22px;
      font-weight: 300; }
  .dashboard-wrapper h3 {
    font-size: 16px;
    font-weight: 400; }
  .dashboard-wrapper .description-ai-icon {
    width: 50px;
    height: 50px;
    background-color: #4f0066;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 30px;
    display: flex; }
    .dashboard-wrapper .description-ai-icon i {
      width: 50px;
      text-align: center; }

@media screen and (min-width: 1200px) {
  .dashboard-wrapper .dashboard-card .dashboard-card-title {
    padding: 10px 20px; } }
@media screen and (min-width: 1600px) {
  .dashboard-wrapper .dashboard-card .dashboard-card-title {
    font-size: 18px; } }
.form-custom-range-wrapper {
  position: relative; }
  .form-custom-range-wrapper .form-custom-range-picker {
    font-size: 13px; }
    .form-custom-range-wrapper .form-custom-range-picker:hover {
      cursor: pointer; }
  .form-custom-range-wrapper-styled {
    min-width: 100px; }
    .form-custom-range-wrapper-styled label {
      display: none; }
    .form-custom-range-wrapper-styled .select-elem {
      position: absolute;
      right: 0;
      top: 0;
      width: 38px;
      height: 38px;
      background-color: var(--brand-color);
      color: #fff;
      border-radius: 0 .25rem .25rem 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .form-custom-range-wrapper-styled .select2-selection--single {
      height: 38px !important; }
      .form-custom-range-wrapper-styled .select2-selection--single .select2-selection__rendered {
        line-height: calc(2em + .75rem);
        font-size: 13px;
        font-weight: 300;
        text-transform: none; }
    .form-custom-range-wrapper-styled.mini-select {
      min-width: 120px; }

@media screen and (min-width: 768px) {
  .form-custom-range-wrapper-styled {
    min-width: 170px; } }
@media screen and (min-width: 1200px) {
  .form-custom-range-wrapper-styled {
    min-width: 200px; } }
.payments-box {
  width: 100%; }
  .payments-box-wrapper {
    gap: 8px; }
    .payments-box-wrapper .account-type {
      color: var(--brand-color);
      font-weight: 600; }

@media screen and (min-width: 768px) {
  .payments-box {
    width: 48%; } }
@media screen and (min-width: 1440px) {
  .payments-box {
    width: 330px; }
    .payments-box-wrapper {
      gap: 16px;
      flex-wrap: nowrap; } }
.subscription-plans-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem; }
  @media screen and (min-width: 768px) {
    .subscription-plans-inner {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1200px) {
    .subscription-plans-inner {
      grid-template-columns: repeat(3, 1fr); } }

.box-loader.loaded .loader-wrapper {
  opacity: 0;
  z-index: -1; }
.box-loader .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: var(--brand-color);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }
  .box-loader .loader-wrapper {
    position: absolute;
    z-index: 2;
    background-color: #e7e7e7;
    display: flex;
    inset: 0;
    justify-content: center;
    align-items: center;
    transition: all .3s; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.box-blur {
  filter: blur(8px);
  pointer-events: none; }
  .box-blur-information-wrapper {
    position: absolute;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .box-blur-information-wrapper-block {
      display: flex; }
    .box-blur-information-wrapper-message {
      background: #6d2682;
      padding: 16px 24px;
      color: white;
      border-radius: 4px; }
      .box-blur-information-wrapper-message a {
        color: #ffc107;
        text-decoration: underline; }

body .tableDefault {
  width: 100% !important;
  display: table;
  text-align: center;
  border: 1px dashed #cacaca;
  border-collapse: collapse !important;
  background-color: #fff; }
  body .tableDefault th, body .tableDefault td {
    padding: 10px;
    transition: 0.5s; }
  body .tableDefault th {
    font-weight: 600; }
  body .tableDefault tbody tr:hover td {
    background-color: #c290d042; }
body .isGrow::before,
body .isDrop::before,
body .isStable::before {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  position: relative;
  left: -5px;
  top: -3px;
  font-size: 16px;
  display: block; }
body .isGrow {
  color: var(--success); }
  body .isGrow::before {
    content: "\f062"; }
body .isDrop {
  color: var(--danger); }
  body .isDrop::before {
    content: "\f063"; }
body .isStable {
  color: black; }
  body .isStable::before {
    content: "\f068"; }
body .isArrowWrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center; }
  body .isArrowWrapper > span {
    min-width: 50px; }

.index-tab {
  min-width: 250px;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s; }
  .index-tab.visible {
    opacity: 1; }
  .index-tab-table {
    display: grid;
    grid-template-areas: "value-attr-label value-attr-index-label value-attr-rank-label" "value-attr-value value-attr-index-value value-attr-rank" "value-attr-value-lastyear value-attr-index-value-lastyear value-attr-rank";
    background-color: #fff; }
    .index-tab-table p {
      margin: 0; }
    .index-tab-table > * {
      border: 1px solid #cacaca;
      padding: 4px 2px; }
    .index-tab-table > div {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      flex-direction: column; }
      .index-tab-table > div span {
        font-size: 10px;
        color: var(--danger); }
        .index-tab-table > div span.isValid {
          color: var(--success); }
    .index-tab-table .isValue {
      font-weight: 700;
      font-size: 18px; }
  .index-tab-title.index-adr span {
    color: #007aff; }
  .index-tab-title.index-occ span {
    color: #009688; }
  .index-tab-title.index-revpar span {
    color: #f9a825; }
  .index-tab-title.index-rps span {
    color: #5d00af; }
  .index-tab:has(.index-adr) .index-tab-graph-object-score {
    fill: #007aff; }
  .index-tab:has(.index-occ) .index-tab-graph-object-score {
    fill: #009688; }
  .index-tab:has(.index-revpar) .index-tab-graph-object-score {
    fill: #f9a825; }
  .index-tab:has(.index-rps) .index-tab-graph-object-score {
    fill: #5d00af; }
  .index-tab-graph-object-score {
    font-size: 24px;
    font-weight: 700; }
  .index-tab .value-attr-label,
  .index-tab .value-attr-index-label,
  .index-tab .value-attr-rank-label {
    background-color: #f9fbfc; }
  .index-tab .value-attr-value,
  .index-tab .value-attr-index-value,
  .index-tab .value-attr-label {
    border-bottom: none; }
  .index-tab .value-attr-value-lastyear,
  .index-tab .value-attr-index-value-lastyear,
  .index-tab .value-attr-index-value,
  .index-tab .value-attr-value,
  .index-tab .value-attr-label,
  .index-tab .value-attr-index-label,
  .index-tab .value-attr-index-value {
    border-right: none; }
  .index-tab .value-attr-index-label,
  .index-tab .value-attr-rank-label {
    border-bottom: none; }
  .index-tab .value-attr-label {
    grid-area: value-attr-label; }
  .index-tab .value-attr-value {
    grid-area: value-attr-value; }
    .index-tab .value-attr-value-lastyear {
      grid-area: value-attr-value-lastyear; }
  .index-tab .value-attr-index-label {
    grid-area: value-attr-index-label;
    font-size: 12px; }
  .index-tab .value-attr-index-value {
    grid-area: value-attr-index-value; }
    .index-tab .value-attr-index-value-lastyear {
      grid-area: value-attr-index-value-lastyear; }
  .index-tab .value-attr-rank-label {
    grid-area: value-attr-rank-label; }
  .index-tab .value-attr-rank {
    grid-area: value-attr-rank;
    font-size: 24px;
    font-weight: 700; }
  .index-tab-without_min_width {
    min-width: unset;
    opacity: 1; }
  .index-tab-hub div {
    font-weight: 500; }
    .index-tab-hub div:first-of-type {
      font-size: 24px; }

@media screen and (min-width: 1440px) {
  .index-tab {
    min-width: 330px; }
    .index-tab-without_min_width {
      min-width: unset; } }
#data-table-market.data-table-market thead tr th:nth-of-type(1), #data-table-market.data-table-market thead tr th:nth-of-type(2), #data-table-market.data-table-market thead tr th:nth-of-type(4), #data-table-market.data-table-market thead tr th:nth-of-type(6), #data-table-market.data-table-market thead tr th:nth-of-type(8) {
  border-right: 2px solid #cacaca; }
#data-table-market.data-table-market thead tr th:nth-of-type(3), #data-table-market.data-table-market thead tr th:nth-of-type(5), #data-table-market.data-table-market thead tr th:nth-of-type(7), #data-table-market.data-table-market thead tr th:nth-of-type(9) {
  border-right: 1px dashed #cacaca; }
#data-table-market.data-table-market tbody td {
  border-bottom: 1px dashed #cacaca;
  border-right: 1px dashed #cacaca; }
  #data-table-market.data-table-market tbody td:last-of-type {
    border-right: 1px dashed #cacaca; }
#data-table-market.data-table-market tbody tr:nth-of-type(1) td {
  border-top: 2px solid #cacaca; }
#data-table-market.data-table-market tbody tr td:nth-of-type(1), #data-table-market.data-table-market tbody tr td:nth-of-type(2), #data-table-market.data-table-market tbody tr td:nth-of-type(5), #data-table-market.data-table-market tbody tr td:nth-of-type(8), #data-table-market.data-table-market tbody tr td:nth-of-type(11) {
  border-right: 2px solid #cacaca; }
#data-table-market.data-table-market tbody tr td:nth-of-type(2), #data-table-market.data-table-market tbody tr td:nth-of-type(3), #data-table-market.data-table-market tbody tr td:nth-of-type(6), #data-table-market.data-table-market tbody tr td:nth-of-type(9), #data-table-market.data-table-market tbody tr td:nth-of-type(12) {
  font-weight: 600; }
#data-table-market.data-table-market tbody tr td:nth-of-type(1) {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f9fbfc; }
#data-table-market.data-table-market tbody tr:last-of-type td {
  border-bottom: 1px dashed #cacaca; }

#data-table-percent thead th, #data-table-percent thead td, #data-table-percent tbody th, #data-table-percent tbody td {
  border: 1px dashed #cacaca; }
#data-table-percent thead th {
  border: 1px dashed #cacaca; }
#data-table-percent thead tr:nth-of-type(1) th {
  border-right: 2px solid #cacaca; }
#data-table-percent thead tr:nth-of-type(2) th:not(:nth-of-type(1), :nth-of-type(4), :nth-of-type(7), :nth-of-type(10), :nth-of-type(13)) {
  border-right: 1px dashed #cacaca; }
#data-table-percent thead th:nth-of-type(1),
#data-table-percent thead th:nth-of-type(4),
#data-table-percent thead th:nth-of-type(7),
#data-table-percent thead th:nth-of-type(10),
#data-table-percent thead th:nth-of-type(13) {
  border-right: 2px solid #cacaca; }
#data-table-percent tbody tr:last-of-type td {
  border-bottom-color: #cacaca; }
#data-table-percent tbody tr:nth-of-type(1) td {
  border-top: 2px solid #cacaca; }
#data-table-percent tbody td:first-of-type {
  border-left-color: #cacaca; }
#data-table-percent tbody td:last-of-type {
  border-right-color: #cacaca; }
#data-table-percent tbody td:nth-of-type(1) {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f9fbfc; }
#data-table-percent tbody td:nth-of-type(1),
#data-table-percent tbody td:nth-of-type(4),
#data-table-percent tbody td:nth-of-type(7),
#data-table-percent tbody td:nth-of-type(10),
#data-table-percent tbody td:nth-of-type(13) {
  border-right: 2px solid #cacaca; }
#data-table-percent tbody td:nth-of-type(2), #data-table-percent tbody td:nth-of-type(5), #data-table-percent tbody td:nth-of-type(8), #data-table-percent tbody td:nth-of-type(11), #data-table-percent tbody td:nth-of-type(14), #data-table-percent tbody td:nth-of-type(17) {
  font-weight: 600; }

#data-table-percent-compset thead th, #data-table-percent-compset thead td, #data-table-percent-compset tbody th, #data-table-percent-compset tbody td {
  border: 1px solid rgba(0, 0, 0, 0.125); }
#data-table-percent-compset thead th {
  border: 1px solid black; }
#data-table-percent-compset thead tr:nth-of-type(1) th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
#data-table-percent-compset thead tr:nth-of-type(2) th:not(:nth-of-type(1),
:nth-of-type(3),
:nth-of-type(5),
:nth-of-type(7),
:nth-of-type(9)
) {
  border-right: 1px solid rgba(0, 0, 0, 0.125); }
#data-table-percent-compset tbody tr:last-of-type td {
  border-bottom-color: #000; }
#data-table-percent-compset tbody td:first-of-type {
  border-left-color: #000; }
#data-table-percent-compset tbody td:last-of-type {
  border-right-color: #000; }
#data-table-percent-compset tbody td:nth-of-type(1),
#data-table-percent-compset tbody td:nth-of-type(3),
#data-table-percent-compset tbody td:nth-of-type(6),
#data-table-percent-compset tbody td:nth-of-type(9),
#data-table-percent-compset tbody td:nth-of-type(12) {
  border-right-color: #000; }

.data-table-hub thead th, .data-table-hub thead td, .data-table-hub tbody th, .data-table-hub tbody td, .data-table-hub tfoot th, .data-table-hub tfoot td {
  border: 1px dashed #cacaca; }
.data-table-hub thead th {
  align-content: flex-start; }

.toggle-checkbox-wrapper {
  background-color: #fff;
  padding: 0; }

.toggle-checkbox-wrapper label {
  margin: 0; }

.toggle-checkbox {
  display: none; }

.slider {
  position: relative;
  cursor: pointer; }

.slider::before {
  background: var(--brand-color);
  border-radius: 34px;
  bottom: 0;
  content: '';
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px; }

/* circle */
.slider::after {
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 16px;
  left: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 16px; }

.toggle-switch {
  margin-left: 50px; }
  .toggle-switch.opt1, .toggle-switch.opt2 {
    font-size: 10px;
    display: block; }

.toggle-switch.opt1 {
  color: #495057; }

.toggle-switch.opt2 {
  color: #495057;
  display: none; }

.toggle-checkbox:checked + .slider::after {
  background-color: #fff;
  transform: translateX(16px); }

.toggle-checkbox:checked ~ .slider > .toggle-switch.opt1 {
  display: none; }

.toggle-checkbox:checked ~ .slider > .toggle-switch.opt2 {
  display: inline-block; }

.optionSelect {
  width: 250px;
  display: flex;
  justify-content: space-evenly; }

.toggle {
  position: relative;
  border: solid 2px var(--brand-color);
  transition: transform cubic-bezier(0, 0, 0.3, 2) 0.4s;
  transform-style: preserve-3d;
  perspective: 800px; }

.toggle > input[type="radio"] {
  display: none; }

.toggle > #choice1:checked ~ #flap {
  transform: rotateY(-180deg); }

.toggle > #choice1:checked ~ #flap > .content {
  transform: rotateY(-180deg); }

.toggle > #choice2:checked ~ #flap {
  transform: rotateY(0deg); }

.toggle > label {
  display: inline-block;
  min-width: 120px;
  padding: 4px;
  font-size: 12px;
  text-align: center;
  color: var(--brand-color);
  cursor: pointer;
  margin: 0;
  font-weight: 300; }

.toggle > label,
.toggle > #flap {
  font-weight: 300;
  text-transform: capitalize; }

.toggle > #flap {
  position: absolute;
  top: calc(0px - 2px);
  left: 50%;
  height: calc(100% + 2px * 2);
  width: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background-color: var(--brand-color);
  transform-style: preserve-3d;
  transform-origin: left;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.5s; }

.toggle > #flap > .content {
  color: #fff;
  transition: transform 0s linear .25s;
  transform-style: preserve-3d; }

form.toggle label {
  font-weight: 300 !important; }

@media screen and (min-width: 768px) {
  .toggle-switch.opt1,
  .toggle-switch.opt2 {
    font-size: 12px; } }
.kind-value-percent {
  color: var(--danger); }
  .kind-value-percent.isValid {
    color: var(--success); }
.kind-value-last-year {
  color: var(--secondary-color); }

.snapshot-tabs-scatter-plot-wrapper .scatter-plot-item {
  opacity: 0;
  transition: opacity 0.3s; }
  .snapshot-tabs-scatter-plot-wrapper .scatter-plot-item.visible {
    opacity: 1; }

.snapshot-tabs-index-wrapper, .snapshot-tabs-market-wrapper {
  margin-top: 20px;
  margin-bottom: 20px; }
.snapshot-tabs-index-title {
  font-size: 24px;
  margin-bottom: 6px; }
.snapshot-tabs-index-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 260px;
  flex-wrap: wrap; }
  .snapshot-tabs-index-inner > div {
    width: 100%; }

@media screen and (min-width: 635px) {
  .snapshot-tabs-index-inner > div {
    width: 48%; } }
@media screen and (min-width: 1660px) {
  .snapshot-tabs-index-inner {
    flex-wrap: nowrap; }
    .snapshot-tabs-index-inner > div {
      width: 25%; } }
.compset-wrapper .index-date-inner {
  display: flex;
  gap: 20px; }
.compset-wrapper-top-graph {
  display: flex;
  padding: 10px 0;
  gap: 10px; }
  .compset-wrapper-top-graph > div {
    flex-shrink: 1;
    width: 40%;
    padding: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2); }
    .compset-wrapper-top-graph > div:nth-of-type(1) {
      width: 60%; }

.future-wrapper .highcharts-credits {
  display: none; }
.future-wrapper .index-item {
  flex: 1 0 50%; }
.future-wrapper .index-date-inner {
  display: flex;
  justify-content: space-between;
  gap: 8px; }
.future-wrapper .snapshot-tabs-index-subtitle {
  display: flex;
  align-items: end;
  gap: 16px;
  padding: 15px 20px 0;
  flex-wrap: wrap; }
  .future-wrapper .snapshot-tabs-index-subtitle .form-custom-range-picker.daterange-picker {
    border: 1px solid #ced4da; }
    .future-wrapper .snapshot-tabs-index-subtitle .form-custom-range-picker.daterange-picker::placeholder {
      color: #495057; }

@media screen and (min-width: 768px) {
  .Matrix-wrapper .index-tab-table {
    height: 100%; } }
.content-wrapper .pickup-wrapper .pickup-graph-adr-select {
  max-width: 100px;
  min-width: 100px; }

@media screen and (min-width: 1200px) {
  .content-wrapper .pickup-wrapper .pickup-dct-height {
    height: 115px;
    align-content: baseline; } }

/*# sourceMappingURL=custom_scss.css.map */
