@charset "UTF-8";
.est-table {
  font-variant-numeric: lining-nums tabular-nums;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--contrast-text-dark);
}
.est-table th, .est-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--border-color);
}
.est-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--border-color);
  color: var(--gray-700);
}
.est-table tbody + tbody {
  border-top: 2px solid var(--border-color);
}
.est-table-hover tbody tr:hover td, .est-table-hover tbody tr:hover th {
  color: var(--contrast-text-dark);
  background-color: rgba(0, 80, 255, 0.1) !important;
}
.est-table--selected th, .est-table--selected td, .est-table--selected thead th, .est-table--selected tbody + tbody {
  border-color: #7aa4ff;
}
.est-table--selected th, .est-table--selected td {
  background-color: #b8ceff;
}
.est-table .est-crop__parent {
  min-height: 1.5rem;
}
.est-table-striped tbody tr th, .est-table-striped tbody tr td {
  border-top: 0;
}
.est-table-striped tbody tr.d-none:first-child ~ tr:nth-of-type(odd) {
  background-color: var(--gray-100);
}
.est-table-striped tbody tr:first-child:not(.d-none) ~ tr:nth-of-type(even) {
  background-color: var(--gray-100);
}
.est-table-striped-alt tbody {
  border-top: 0 !important;
}
.est-table-striped-alt tbody tr th, .est-table-striped-alt tbody tr td {
  border-top: 0;
}
.est-table-striped-alt tbody.d-none:first-of-type ~ tbody:nth-of-type(odd) tr th, .est-table-striped-alt tbody.d-none:first-of-type ~ tbody:nth-of-type(odd) tr td {
  background-color: var(--gray-100);
}
.est-table-striped-alt tbody:first-of-type:not(.d-none) ~ tbody:nth-of-type(even) tr th, .est-table-striped-alt tbody:first-of-type:not(.d-none) ~ tbody:nth-of-type(even) tr td {
  background-color: var(--gray-100);
}
.est-table-sm {
  border-spacing: 0;
  border-collapse: separate;
}
.est-table-small {
  font-size: 80%;
  font-weight: 400;
}
.est-table-small th, .est-table-small td {
  padding: 0.5rem 0.3rem;
}
.est-table-radius .est-table-thead > tr:first-child th:first-child {
  border-top-left-radius: 0.5rem;
}
.est-table-radius .est-table-thead > tr:first-child th:last-child {
  border-top-right-radius: 0.5rem;
}
.est-table-actions_box {
  position: relative;
  padding: 0 !important;
  cursor: default;
  width: 3.25rem;
}
.est-table-actions_box > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.est-table_state_invalid {
  box-shadow: 0 0 0 1px var(--danger);
  border-radius: 5px;
}
.est-table_state_disabled .est-table-actions_box {
  display: none;
}
.est-table_state_disabled thead:has(.est-table-actions_box) th:nth-last-child(2), .est-table_state_disabled thead:has(.est-table-actions_box) td:nth-last-child(2) {
  border-top-right-radius: 5px;
}
.est-table-row_disabled .est-table-actions_box {
  pointer-events: none;
  opacity: 0.6;
}
.est-table-row_disabled .est-table-actions_box .btn {
  color: #6c757d;
}
.est-table_type_hovered-alt tbody:hover tr {
  background-color: rgba(0, 80, 255, 0.1) !important;
}
.est-table_type_hovered-alt tbody:hover tr.est-table__group-header {
  background-color: transparent !important;
}
.est-table_type_nowrap {
  white-space: nowrap;
}
.est-table_type_equal {
  width: 100%;
  table-layout: fixed;
}
.est-table_type_row-selection tr:hover td {
  color: var(--link-hover-color);
  cursor: pointer;
}
.est-table_type_fixed-col tbody td {
  min-width: 200px;
  height: 20px;
}
.est-table_type_fixed-height_lg tbody td {
  height: 120px;
}
.est-table_type_reset-col-1-2 tbody td:nth-child(1), .est-table_type_reset-col-1-2 tbody td:nth-child(2) {
  min-width: auto;
}
.est-table_style_compact tbody td {
  font-size: 0.8rem;
  line-height: 1.4;
}
.est-table_align_middle tbody th, .est-table_align_middle tbody td {
  vertical-align: middle;
}
.est-table-thead {
  position: sticky;
  top: 0;
  z-index: 30;
}
.est-table-thead_type_nowrap {
  white-space: nowrap;
}
.est-table-thead th {
  border-top: 0;
  background-color: var(--gray-300);
}
.est-table-thead tr:not(:last-child) th {
  border-bottom: 0;
}
.est-table-thead tr:last-child th {
  border-bottom: 1px solid var(--gray-300);
}
.est-table-thead-th-hovered:hover {
  background: var(--gray-400);
  color: var(--link-hover-color);
  cursor: pointer;
}
.est-table-thead-th-hovered:active {
  background: color-mix(in srgb, var(--gray-500) 70%, transparent);
  border-color: color-mix(in srgb, var(--gray-500) 70%, transparent);
}
.est-table-tr-light th {
  background-color: var(--gray-100);
  border-right: 1px solid var(--gray-300);
}
.est-table-note {
  color: var(--gray-600);
  text-align: center;
  background-color: var(--gray-100);
  border-radius: 0 0 5px 5px;
}
.est-table-group-1 {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 3rem !important;
  border-bottom: 2px solid var(--gray-300);
}
.est-table-group-2 {
  color: var(--gray-600);
  background-color: var(--gray-100);
  font-weight: var(--font-weight-medium);
  font-style: oblique;
  text-align: center;
  padding-top: 1.5rem !important;
}
.est-table__sorting::after {
  flex-shrink: 0;
  content: "";
  display: none;
  width: 15px;
  text-align: right;
  color: var(--gray-600);
}
@media screen and (min-width: 1600px) {
  .est-table__sorting::after {
    width: 20px;
  }
}
.est-table__sorting[aria-sort="ascending"]::after {
  content: "↓";
}
.est-table__sorting[aria-sort="descending"]::after {
  content: "↑";
}
.est-table__sorting[aria-sort="ascending"]::after, .est-table__sorting[aria-sort="descending"]::after {
  display: inline-block;
}
.est-table__sorting[aria-sort="ascending"] .est-crop__content, .est-table__sorting[aria-sort="descending"] .est-crop__content {
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  .est-table__sorting[aria-sort="ascending"] .est-crop__content, .est-table__sorting[aria-sort="descending"] .est-crop__content {
    padding-right: 20px;
  }
}
.est-table__sorting-link {
  text-decoration: none !important;
  color: var(--gray-900);
}
.est-table__custom-1 thead th {
  padding: 0.75rem;
}
.est-table__custom-1 tbody td {
  position: relative;
  border-right: 1px solid var(--gray-300);
  padding-top: 0;
  padding-bottom: 0;
}
.est-table__custom-2 tbody td {
  position: relative;
  border: 1px solid var(--gray-300);
}
.est-table__custom-3 thead th {
  border-right: 1px solid var(--gray-300);
  padding-top: 0;
  padding-bottom: 0;
}
.est-table__custom-3 tbody td {
  position: relative;
  border-right: 1px solid var(--gray-300);
  padding-top: 0;
  padding-bottom: 0;
}
.est-table__tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 5px 0 0 5px;
  padding: 0 5px 0;
  border-radius: 4px;
  vertical-align: top;
  font-size: 0.75rem;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
.est-table__tag-cover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.est-table__actions {
  z-index: 10;
  position: sticky;
  bottom: -0.75rem;
  margin-block: -1rem;
  padding-block: 1rem;
  background: linear-gradient(0, var(--background-color, #fff) 75%, transparent);
}
.est-table__actions_type_value {
  padding: 0.5rem 0.75rem !important;
  color: var(--dark);
}
.est-table__group-header td {
  background-color: transparent !important;
}
.est-table__group-title {
  font-size: 0.8rem;
  font-weight: var(--font-weight-bold);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.25rem;
  margin: 1rem;
  cursor: auto;
}
.est-table__group-title::before, .est-table__group-title::after {
  content: "";
  display: block;
  position: relative;
  border-top: 4px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  flex: 1;
}
.est-table-duplex th, .est-table-duplex td {
  vertical-align: middle;
}
.est-table-duplex .est-crop__parent {
  min-height: auto;
}
.est-table-duplex .est-table__header {
  color: var(--gray-700);
}
.est-table-duplex .est-table__header:hover {
  color: var(--gray-700);
  background: transparent !important;
}
.est-table-duplex .est-table__header th {
  padding-top: 1.5rem !important;
}
.est-table-duplex__row-metadata {
  font-size: 0.8rem !important;
  color: #6c757d !important;
}
.est-table-duplex__row-metadata:empty::before {
  display: block;
  content: " ";
}
.est-table-duplex__cell-limiter {
  max-width: 20rem;
  word-wrap: break-word;
}
.est-table_fit_widget .est-table-note {
  font-size: 0.8rem;
  font-style: oblique;
  color: var(--gray-600);
  background-color: var(--gray-200);
}
.est-table__scheduling {
  position: relative;
  margin: 0;
}
.est-table__scheduling th {
  padding: 0.3rem;
  text-transform: uppercase;
  color: #212529;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: center;
}
.est-table__scheduling td {
  position: relative;
  border-right: 1px solid var(--gray-300);
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 0 0.3rem;
  min-width: 200px;
  height: 20px;
}
.est-table__scheduling td:nth-child(1), .est-table__scheduling td:nth-child(2) {
  min-width: auto;
}
.est-table__scheduling__floor td::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border: 1px solid var(--gray-300);
}
.est-table__scheduling__floor td[data-column]::before {
  z-index: -1;
}
.est-table-thead_scheduling {
  position: sticky;
  top: 0;
  z-index: 30;
}
.est-table-thead_scheduling th {
  vertical-align: inherit;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: var(--font-weight-bold);
  background-color: var(--gray-100);
  box-shadow: 0 1px 0 0 var(--gray-300), 0 -1px 0 0 var(--gray-300) inset, 0 -1px 0 0 var(--gray-300);
  border-bottom: 0 !important;
  border-top: 0;
}
.est-table-thead_scheduling th:not(.text-danger) {
  color: var(--gray-900) !important;
}
.est-table__reservation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
.est-table__reservation[data-rows="1"] {
  height: 20px;
}
.est-table__reservation[data-rows="2"] {
  height: 40px;
}
.est-table__reservation[data-rows="3"] {
  height: 60px;
}
.est-table__reservation[data-rows="4"] {
  height: 80px;
}
.est-table__reservation[data-rows="5"] {
  height: 100px;
}
.est-table__reservation[data-rows="6"] {
  height: 120px;
}
.est-table__reservation[data-rows="7"] {
  height: 140px;
}
.est-table__reservation[data-rows="8"] {
  height: 160px;
}
.est-table__reservation[data-rows="9"] {
  height: 180px;
}
.est-table__reservation[data-rows="10"] {
  height: 200px;
}
.est-table__reservation[data-rows="11"] {
  height: 220px;
}
.est-table__reservation[data-rows="12"] {
  height: 240px;
}
.est-table__reservation[data-rows="13"] {
  height: 260px;
}
.est-table__reservation[data-rows="14"] {
  height: 280px;
}
.est-table__reservation[data-rows="15"] {
  height: 300px;
}
.est-table__reservation[data-rows="16"] {
  height: 320px;
}
.est-table__reservation[data-rows="17"] {
  height: 340px;
}
.est-table__reservation[data-rows="18"] {
  height: 360px;
}
.est-table__reservation[data-rows="19"] {
  height: 380px;
}
.est-table__reservation[data-rows="20"] {
  height: 400px;
}
.est-table__reservation[data-rows="21"] {
  height: 420px;
}
.est-table__reservation[data-rows="22"] {
  height: 440px;
}
.est-table__reservation[data-rows="23"] {
  height: 460px;
}
.est-table__reservation[data-rows="24"] {
  height: 480px;
}
.est-table__reservation[data-rows="25"] {
  height: 500px;
}
.est-table__reservation[data-rows="26"] {
  height: 520px;
}
.est-table__reservation[data-rows="27"] {
  height: 540px;
}
.est-table__reservation[data-rows="28"] {
  height: 560px;
}
.est-table__reservation[data-rows="29"] {
  height: 580px;
}
.est-table__reservation[data-rows="30"] {
  height: 600px;
}
.est-table__reservation[data-rows="31"] {
  height: 620px;
}
.est-table__reservation[data-rows="32"] {
  height: 640px;
}
.est-table__reservation[data-rows="33"] {
  height: 660px;
}
.est-table__reservation[data-rows="34"] {
  height: 680px;
}
.est-table__reservation[data-rows="35"] {
  height: 700px;
}
.est-table__reservation[data-rows="36"] {
  height: 720px;
}
.est-table__reservation[data-rows="37"] {
  height: 740px;
}
.est-table__reservation[data-rows="38"] {
  height: 760px;
}
.est-table__reservation[data-rows="39"] {
  height: 780px;
}
.est-table__reservation[data-rows="40"] {
  height: 800px;
}
.est-table__reservation[data-rows="41"] {
  height: 820px;
}
.est-table__reservation[data-rows="42"] {
  height: 840px;
}
.est-table__reservation[data-rows="43"] {
  height: 860px;
}
.est-table__reservation[data-rows="44"] {
  height: 880px;
}
.est-table__reservation[data-rows="45"] {
  height: 900px;
}
.est-table__reservation[data-rows="46"] {
  height: 920px;
}
.est-table__reservation[data-rows="47"] {
  height: 940px;
}
.est-table__reservation[data-rows="48"] {
  height: 960px;
}
.est-table__reservation[data-rows="49"] {
  height: 980px;
}
.est-table__reservation[data-rows="50"] {
  height: 1000px;
}
.est-table__reservation[data-rows="51"] {
  height: 1020px;
}
.est-table__reservation[data-rows="52"] {
  height: 1040px;
}
.est-table__reservation[data-rows="53"] {
  height: 1060px;
}
.est-table__reservation[data-rows="54"] {
  height: 1080px;
}
.est-table__reservation[data-rows="55"] {
  height: 1100px;
}
.est-table__reservation[data-rows="56"] {
  height: 1120px;
}
.est-table__reservation[data-rows="57"] {
  height: 1140px;
}
.est-table__reservation[data-rows="58"] {
  height: 1160px;
}
.est-table__reservation[data-rows="59"] {
  height: 1180px;
}
.est-table__reservation[data-rows="60"] {
  height: 1200px;
}
.est-table__reservation[data-rows="61"] {
  height: 1220px;
}
.est-table__reservation[data-rows="62"] {
  height: 1240px;
}
.est-table__reservation[data-rows="63"] {
  height: 1260px;
}
.est-table__reservation[data-rows="64"] {
  height: 1280px;
}
.est-table__reservation[data-rows="65"] {
  height: 1300px;
}
.est-table__reservation[data-rows="66"] {
  height: 1320px;
}
.est-table__reservation[data-rows="67"] {
  height: 1340px;
}
.est-table__reservation[data-rows="68"] {
  height: 1360px;
}
.est-table__reservation[data-rows="69"] {
  height: 1380px;
}
.est-table__reservation[data-rows="70"] {
  height: 1400px;
}
.est-table__reservation[data-rows="71"] {
  height: 1420px;
}
.est-table__reservation[data-rows="72"] {
  height: 1440px;
}
.est-table__reservation[data-rows="73"] {
  height: 1460px;
}
.est-table__reservation[data-rows="74"] {
  height: 1480px;
}
.est-table__reservation[data-rows="75"] {
  height: 1500px;
}
.est-table__reservation[data-rows="76"] {
  height: 1520px;
}
.est-table__reservation[data-rows="77"] {
  height: 1540px;
}
.est-table__reservation[data-rows="78"] {
  height: 1560px;
}
.est-table__reservation[data-rows="79"] {
  height: 1580px;
}
.est-table__reservation[data-rows="80"] {
  height: 1600px;
}
.est-table__reservation[data-rows="81"] {
  height: 1620px;
}
.est-table__reservation[data-rows="82"] {
  height: 1640px;
}
.est-table__reservation[data-rows="83"] {
  height: 1660px;
}
.est-table__reservation[data-rows="84"] {
  height: 1680px;
}
.est-table__reservation[data-rows="85"] {
  height: 1700px;
}
.est-table__reservation[data-rows="86"] {
  height: 1720px;
}
.est-table__reservation[data-rows="87"] {
  height: 1740px;
}
.est-table__reservation[data-rows="88"] {
  height: 1760px;
}
.est-table__reservation[data-rows="89"] {
  height: 1780px;
}
.est-table__reservation[data-rows="90"] {
  height: 1800px;
}
.est-table__reservation[data-rows="91"] {
  height: 1820px;
}
.est-table__reservation[data-rows="92"] {
  height: 1840px;
}
.est-table__reservation[data-rows="93"] {
  height: 1860px;
}
.est-table__reservation[data-rows="94"] {
  height: 1880px;
}
.est-table__reservation[data-rows="95"] {
  height: 1900px;
}
.est-table__reservation[data-rows="96"] {
  height: 1920px;
}
.est-table__reservation[data-rows="97"] {
  height: 1940px;
}
.est-table__reservation[data-rows="98"] {
  height: 1960px;
}
.est-table__reservation[data-rows="99"] {
  height: 1980px;
}
.est-table__reservation[data-rows="100"] {
  height: 2000px;
}
.est-table__reservation[data-rows="101"] {
  height: 2020px;
}
.est-table__reservation[data-rows="102"] {
  height: 2040px;
}
.est-table__reservation[data-rows="103"] {
  height: 2060px;
}
.est-table__reservation[data-rows="104"] {
  height: 2080px;
}
.est-table__reservation[data-rows="105"] {
  height: 2100px;
}
.est-table__reservation[data-rows="106"] {
  height: 2120px;
}
.est-table__reservation[data-rows="107"] {
  height: 2140px;
}
.est-table__reservation[data-rows="108"] {
  height: 2160px;
}
.est-table__reservation[data-rows="109"] {
  height: 2180px;
}
.est-table__reservation[data-rows="110"] {
  height: 2200px;
}
.est-table__reservation[data-rows="111"] {
  height: 2220px;
}
.est-table__reservation[data-rows="112"] {
  height: 2240px;
}
.est-table__reservation[data-rows="113"] {
  height: 2260px;
}
.est-table__reservation[data-rows="114"] {
  height: 2280px;
}
.est-table__reservation[data-rows="115"] {
  height: 2300px;
}
.est-table__reservation[data-rows="116"] {
  height: 2320px;
}
.est-table__reservation[data-rows="117"] {
  height: 2340px;
}
.est-table__reservation[data-rows="118"] {
  height: 2360px;
}
.est-table__reservation[data-rows="119"] {
  height: 2380px;
}
.est-table__reservation[data-rows="120"] {
  height: 2400px;
}
.est-table__reservation[data-rows="121"] {
  height: 2420px;
}
.est-table__reservation[data-rows="122"] {
  height: 2440px;
}
.est-table__reservation[data-rows="123"] {
  height: 2460px;
}
.est-table__reservation[data-rows="124"] {
  height: 2480px;
}
.est-table__reservation[data-rows="125"] {
  height: 2500px;
}
.est-table__reservation[data-rows="126"] {
  height: 2520px;
}
.est-table__reservation[data-rows="127"] {
  height: 2540px;
}
.est-table__reservation[data-rows="128"] {
  height: 2560px;
}
.est-table__reservation[data-rows="129"] {
  height: 2580px;
}
.est-table__reservation[data-rows="130"] {
  height: 2600px;
}
.est-table__reservation[data-rows="131"] {
  height: 2620px;
}
.est-table__reservation[data-rows="132"] {
  height: 2640px;
}
.est-table__reservation[data-rows="133"] {
  height: 2660px;
}
.est-table__reservation[data-rows="134"] {
  height: 2680px;
}
.est-table__reservation[data-rows="135"] {
  height: 2700px;
}
.est-table__reservation[data-rows="136"] {
  height: 2720px;
}
.est-table__reservation[data-rows="137"] {
  height: 2740px;
}
.est-table__reservation[data-rows="138"] {
  height: 2760px;
}
.est-table__reservation[data-rows="139"] {
  height: 2780px;
}
.est-table__reservation[data-rows="140"] {
  height: 2800px;
}
.est-table__reservation[data-rows="141"] {
  height: 2820px;
}
.est-table__reservation[data-rows="142"] {
  height: 2840px;
}
.est-table__reservation[data-rows="143"] {
  height: 2860px;
}
.est-table__reservation[data-rows="144"] {
  height: 2880px;
}
.est-table__reservation[data-rows="145"] {
  height: 2900px;
}
.est-table__reservation[data-rows="146"] {
  height: 2920px;
}
.est-table__reservation[data-rows="147"] {
  height: 2940px;
}
.est-table__reservation[data-rows="148"] {
  height: 2960px;
}
.est-table__reservation[data-rows="149"] {
  height: 2980px;
}
.est-table__reservation[data-rows="150"] {
  height: 3000px;
}
.est-table__reservation[data-rows="151"] {
  height: 3020px;
}
.est-table__reservation[data-rows="152"] {
  height: 3040px;
}
.est-table__reservation[data-rows="153"] {
  height: 3060px;
}
.est-table__reservation[data-rows="154"] {
  height: 3080px;
}
.est-table__reservation[data-rows="155"] {
  height: 3100px;
}
.est-table__reservation[data-rows="156"] {
  height: 3120px;
}
.est-table__reservation[data-rows="157"] {
  height: 3140px;
}
.est-table__reservation[data-rows="158"] {
  height: 3160px;
}
.est-table__reservation[data-rows="159"] {
  height: 3180px;
}
.est-table__reservation[data-rows="160"] {
  height: 3200px;
}
.est-table__reservation[data-rows="161"] {
  height: 3220px;
}
.est-table__reservation[data-rows="162"] {
  height: 3240px;
}
.est-table__reservation[data-rows="163"] {
  height: 3260px;
}
.est-table__reservation[data-rows="164"] {
  height: 3280px;
}
.est-table__reservation[data-rows="165"] {
  height: 3300px;
}
.est-table__reservation[data-rows="166"] {
  height: 3320px;
}
.est-table__reservation[data-rows="167"] {
  height: 3340px;
}
.est-table__reservation[data-rows="168"] {
  height: 3360px;
}
.est-table__reservation[data-rows="169"] {
  height: 3380px;
}
.est-table__reservation[data-rows="170"] {
  height: 3400px;
}
.est-table__reservation[data-rows="171"] {
  height: 3420px;
}
.est-table__reservation[data-rows="172"] {
  height: 3440px;
}
.est-table__reservation[data-rows="173"] {
  height: 3460px;
}
.est-table__reservation[data-rows="174"] {
  height: 3480px;
}
.est-table__reservation[data-rows="175"] {
  height: 3500px;
}
.est-table__reservation[data-rows="176"] {
  height: 3520px;
}
.est-table__reservation[data-rows="177"] {
  height: 3540px;
}
.est-table__reservation[data-rows="178"] {
  height: 3560px;
}
.est-table__reservation[data-rows="179"] {
  height: 3580px;
}
.est-table__reservation[data-rows="180"] {
  height: 3600px;
}
.est-table__reservation[data-rows="181"] {
  height: 3620px;
}
.est-table__reservation[data-rows="182"] {
  height: 3640px;
}
.est-table__reservation[data-rows="183"] {
  height: 3660px;
}
.est-table__reservation[data-rows="184"] {
  height: 3680px;
}
.est-table__reservation[data-rows="185"] {
  height: 3700px;
}
.est-table__reservation[data-rows="186"] {
  height: 3720px;
}
.est-table__reservation[data-rows="187"] {
  height: 3740px;
}
.est-table__reservation[data-rows="188"] {
  height: 3760px;
}
.est-table__reservation[data-rows="189"] {
  height: 3780px;
}
.est-table__reservation[data-rows="190"] {
  height: 3800px;
}
.est-table__reservation[data-rows="191"] {
  height: 3820px;
}
.est-table__reservation[data-rows="192"] {
  height: 3840px;
}
.est-table__reservation[data-rows="193"] {
  height: 3860px;
}
.est-table__reservation[data-rows="194"] {
  height: 3880px;
}
.est-table__reservation[data-rows="195"] {
  height: 3900px;
}
.est-table__reservation[data-rows="196"] {
  height: 3920px;
}
.est-table__reservation[data-rows="197"] {
  height: 3940px;
}
.est-table__reservation[data-rows="198"] {
  height: 3960px;
}
.est-table__reservation[data-rows="199"] {
  height: 3980px;
}
.est-table__reservation[data-rows="200"] {
  height: 4000px;
}
.est-table__reservation[data-rows="201"] {
  height: 4020px;
}
.est-table__reservation[data-rows="202"] {
  height: 4040px;
}
.est-table__reservation[data-rows="203"] {
  height: 4060px;
}
.est-table__reservation[data-rows="204"] {
  height: 4080px;
}
.est-table__reservation[data-rows="205"] {
  height: 4100px;
}
.est-table__reservation[data-rows="206"] {
  height: 4120px;
}
.est-table__reservation[data-rows="207"] {
  height: 4140px;
}
.est-table__reservation[data-rows="208"] {
  height: 4160px;
}
.est-table__reservation[data-rows="209"] {
  height: 4180px;
}
.est-table__reservation[data-rows="210"] {
  height: 4200px;
}
.est-table__reservation[data-rows="211"] {
  height: 4220px;
}
.est-table__reservation[data-rows="212"] {
  height: 4240px;
}
.est-table__reservation[data-rows="213"] {
  height: 4260px;
}
.est-table__reservation[data-rows="214"] {
  height: 4280px;
}
.est-table__reservation[data-rows="215"] {
  height: 4300px;
}
.est-table__reservation[data-rows="216"] {
  height: 4320px;
}
.est-table__reservation[data-rows="217"] {
  height: 4340px;
}
.est-table__reservation[data-rows="218"] {
  height: 4360px;
}
.est-table__reservation[data-rows="219"] {
  height: 4380px;
}
.est-table__reservation[data-rows="220"] {
  height: 4400px;
}
.est-table__reservation[data-rows="221"] {
  height: 4420px;
}
.est-table__reservation[data-rows="222"] {
  height: 4440px;
}
.est-table__reservation[data-rows="223"] {
  height: 4460px;
}
.est-table__reservation[data-rows="224"] {
  height: 4480px;
}
.est-table__reservation[data-rows="225"] {
  height: 4500px;
}
.est-table__reservation[data-rows="226"] {
  height: 4520px;
}
.est-table__reservation[data-rows="227"] {
  height: 4540px;
}
.est-table__reservation[data-rows="228"] {
  height: 4560px;
}
.est-table__reservation[data-rows="229"] {
  height: 4580px;
}
.est-table__reservation[data-rows="230"] {
  height: 4600px;
}
.est-table__reservation[data-rows="231"] {
  height: 4620px;
}
.est-table__reservation[data-rows="232"] {
  height: 4640px;
}
.est-table__reservation[data-rows="233"] {
  height: 4660px;
}
.est-table__reservation[data-rows="234"] {
  height: 4680px;
}
.est-table__reservation[data-rows="235"] {
  height: 4700px;
}
.est-table__reservation[data-rows="236"] {
  height: 4720px;
}
.est-table__reservation[data-rows="237"] {
  height: 4740px;
}
.est-table__reservation[data-rows="238"] {
  height: 4760px;
}
.est-table__reservation[data-rows="239"] {
  height: 4780px;
}
.est-table__reservation[data-rows="240"] {
  height: 4800px;
}
.est-table__reservation[data-rows="241"] {
  height: 4820px;
}
.est-table__reservation[data-rows="242"] {
  height: 4840px;
}
.est-table__reservation[data-rows="243"] {
  height: 4860px;
}
.est-table__reservation[data-rows="244"] {
  height: 4880px;
}
.est-table__reservation[data-rows="245"] {
  height: 4900px;
}
.est-table__reservation[data-rows="246"] {
  height: 4920px;
}
.est-table__reservation[data-rows="247"] {
  height: 4940px;
}
.est-table__reservation[data-rows="248"] {
  height: 4960px;
}
.est-table__reservation[data-rows="249"] {
  height: 4980px;
}
.est-table__reservation[data-rows="250"] {
  height: 5000px;
}
.est-table__reservation[data-rows="251"] {
  height: 5020px;
}
.est-table__reservation[data-rows="252"] {
  height: 5040px;
}
.est-table__reservation[data-rows="253"] {
  height: 5060px;
}
.est-table__reservation[data-rows="254"] {
  height: 5080px;
}
.est-table__reservation[data-rows="255"] {
  height: 5100px;
}
.est-table__reservation[data-rows="256"] {
  height: 5120px;
}
.est-table__reservation[data-rows="257"] {
  height: 5140px;
}
.est-table__reservation[data-rows="258"] {
  height: 5160px;
}
.est-table__reservation[data-rows="259"] {
  height: 5180px;
}
.est-table__reservation[data-rows="260"] {
  height: 5200px;
}
.est-table__reservation[data-rows="261"] {
  height: 5220px;
}
.est-table__reservation[data-rows="262"] {
  height: 5240px;
}
.est-table__reservation[data-rows="263"] {
  height: 5260px;
}
.est-table__reservation[data-rows="264"] {
  height: 5280px;
}
.est-table__reservation[data-rows="265"] {
  height: 5300px;
}
.est-table__reservation[data-rows="266"] {
  height: 5320px;
}
.est-table__reservation[data-rows="267"] {
  height: 5340px;
}
.est-table__reservation[data-rows="268"] {
  height: 5360px;
}
.est-table__reservation[data-rows="269"] {
  height: 5380px;
}
.est-table__reservation[data-rows="270"] {
  height: 5400px;
}
.est-table__reservation[data-rows="271"] {
  height: 5420px;
}
.est-table__reservation[data-rows="272"] {
  height: 5440px;
}
.est-table__reservation[data-rows="273"] {
  height: 5460px;
}
.est-table__reservation[data-rows="274"] {
  height: 5480px;
}
.est-table__reservation[data-rows="275"] {
  height: 5500px;
}
.est-table__reservation[data-rows="276"] {
  height: 5520px;
}
.est-table__reservation[data-rows="277"] {
  height: 5540px;
}
.est-table__reservation[data-rows="278"] {
  height: 5560px;
}
.est-table__reservation[data-rows="279"] {
  height: 5580px;
}
.est-table__reservation[data-rows="280"] {
  height: 5600px;
}
.est-table__reservation[data-rows="281"] {
  height: 5620px;
}
.est-table__reservation[data-rows="282"] {
  height: 5640px;
}
.est-table__reservation[data-rows="283"] {
  height: 5660px;
}
.est-table__reservation[data-rows="284"] {
  height: 5680px;
}
.est-table__reservation[data-rows="285"] {
  height: 5700px;
}
.est-table__reservation[data-rows="286"] {
  height: 5720px;
}
.est-table__reservation[data-rows="287"] {
  height: 5740px;
}
.est-table__reservation[data-rows="288"] {
  height: 5760px;
}
.est-table__reservation .est-table__tag-cover {
  opacity: 0.8;
}
.est-table-thead__filter th {
  background-color: var(--gray-100);
}
.est-table-thead__filter-tags i {
  line-height: 1;
  font-size: 0.75rem;
  margin-bottom: -2px;
  margin-top: 1px;
  margin-right: -4px;
}
