@charset "UTF-8";
/* start - variable declaration */
/* end - variable declaration */
/* start - general element */
/* line 54, static_files/frontdesk/scss/style.scss */
html, body {
  height: 100%; }

/* line 58, static_files/frontdesk/scss/style.scss */
body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  color: #474446;
  font-size: 16px;
  font-family: "Gotham-Light"; }

/* line 67, static_files/frontdesk/scss/style.scss */
hr {
  border-bottom: none;
  border-top: 1px dashed #A7A9AC; }

/* line 72, static_files/frontdesk/scss/style.scss */
a, a:active {
  text-decoration: none;
  outline: none;
  color: #474446; }

/* line 78, static_files/frontdesk/scss/style.scss */
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%; }

/* line 88, static_files/frontdesk/scss/style.scss */
input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  width: 100%;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #A7A9AC;
  margin-bottom: 10px;
  font-size: 14px; }
  /* line 97, static_files/frontdesk/scss/style.scss */
  input[type="text"].password, input[type="password"].password, input[type="email"].password, input[type="date"].password {
    margin-bottom: 0; }

/* line 102, static_files/frontdesk/scss/style.scss */
input[type="text"]::placeholder, input[type="email"], input[type="password"]::placeholder {
  color: #A7A9AC;
  font-family: "Gotham-Light"; }

/* line 107, static_files/frontdesk/scss/style.scss */
select {
  width: 100%;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #A7A9AC;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Gotham-Light";
  background: white; }

/* line 119, static_files/frontdesk/scss/style.scss */
.monthly-report-button {
  padding: none;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 127, static_files/frontdesk/scss/style.scss */
.check-in-legend {
  display: flex;
  margin-top: 6px;
  font-size: 14px;
  font-family: "Gotham-Light";
  background-color: #F4F4F4;
  margin-bottom: 32px;
  padding: 6px 12px;
  flex-wrap: wrap; }
  /* line 137, static_files/frontdesk/scss/style.scss */
  .check-in-legend > div {
    display: flex;
    align-items: center;
    margin-right: 18px; }
  /* line 143, static_files/frontdesk/scss/style.scss */
  .check-in-legend .mark {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 6px; }
    /* line 149, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.red {
      background: #bc3f3f; }
    /* line 153, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.green {
      background: #378c37; }
    /* line 157, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.yellow {
      background: #DD924E; }
    /* line 161, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.gray {
      background: #6D6E71; }
    /* line 165, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.alpha {
      color: #bc3f3f;
      font-family: "Gotham-Bold";
      font-size: 14px;
      line-height: 100%; }

/* line 174, static_files/frontdesk/scss/style.scss */
.employee-search-wrapper {
  flex: 1;
  justify-content: end !important; }

/* line 179, static_files/frontdesk/scss/style.scss */
.checkin-monthly-report {
  border: 2px solid #A7A9AC;
  border-radius: 8px;
  padding: 0 20px 20px 20px;
  margin-bottom: 24px; }
  /* line 185, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report .check-in-legend {
    font-family: "Gotham-Medium";
    background-color: white;
    margin-bottom: 0;
    padding: 0; }
    /* line 191, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .check-in-legend > div:last-child {
      margin-right: 0; }
  /* line 196, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report .checkin-header-wrapper {
    display: flex; }
    /* line 199, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .checkin-header-wrapper > :first-child {
      flex: 1;
      margin-top: 20px; }
    /* line 204, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .checkin-header-wrapper > :nth-child(2) {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      /* line 209, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .checkin-header-wrapper > :nth-child(2) > :first-child {
        flex: 1; }
  /* line 215, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report .warning {
    font-size: 18px;
    font-family: "Gotham-Bold";
    color: white;
    background: #bc3f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 0 0 6px 6px; }
  /* line 227, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report h2 {
    margin: 0;
    margin-bottom: 6px; }
  /* line 232, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report .cal {
    display: flex;
    margin-top: 6px;
    font-size: 12px;
    font-family: "Gotham-Medium"; }
    /* line 238, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .cal .date {
      background-color: #F4F4F4;
      flex-grow: 1; }
      /* line 242, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .date > div:first-child {
        padding: 12px 0;
        background-color: #EBEBEB;
        flex: 1;
        text-align: center; }
    /* line 250, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .cal .red {
      color: #bc3f3f; }
    /* line 254, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .cal .mark {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-bottom: 6px;
      padding: 12px 4px; }
      /* line 262, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .red {
        background: #bc3f3f; }
      /* line 266, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .green {
        background: #378c37; }
      /* line 270, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .yellow {
        background: #DD924E; }
      /* line 274, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .gray {
        background: #6D6E71; }
      /* line 278, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .alpha {
        color: #bc3f3f;
        font-family: "Gotham-Bold";
        font-size: 14px;
        line-height: 100%; }
      /* line 285, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark div {
        width: 12px;
        height: 12px;
        border-radius: 6px; }

/* line 294, static_files/frontdesk/scss/style.scss */
small {
  font-size: 16px;
  color: #A48053; }

/* line 299, static_files/frontdesk/scss/style.scss */
button {
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  font-size: 14px; }

/* line 306, static_files/frontdesk/scss/style.scss */
button:hover {
  cursor: pointer; }

/* line 310, static_files/frontdesk/scss/style.scss */
a {
  font-family: "Gotham-Light"; }

/* line 314, static_files/frontdesk/scss/style.scss */
a:hover {
  color: #b8905f; }

/* line 318, static_files/frontdesk/scss/style.scss */
select {
  min-height: 35px;
  margin: 0;
  min-width: 100px; }

/* end - general element */
/* start - general class */
/* line 327, static_files/frontdesk/scss/style.scss */
.center {
  text-align: center; }

/* line 331, static_files/frontdesk/scss/style.scss */
.brown {
  color: #A48053; }

/* line 335, static_files/frontdesk/scss/style.scss */
.columns {
  display: block; }
  /* line 338, static_files/frontdesk/scss/style.scss */
  .columns .two-column, .columns .three-column, .columns .four-column {
    float: left; }
  /* line 342, static_files/frontdesk/scss/style.scss */
  .columns .two-column {
    width: 49%;
    margin-right: 2%; }
  /* line 347, static_files/frontdesk/scss/style.scss */
  .columns .three-column {
    width: 32%;
    margin-right: 2%; }
  /* line 352, static_files/frontdesk/scss/style.scss */
  .columns .four-column {
    width: 23.5%;
    margin-right: 2%; }
  /* line 357, static_files/frontdesk/scss/style.scss */
  .columns .six-column {
    width: 48%;
    margin-right: 2%; }
  /* line 362, static_files/frontdesk/scss/style.scss */
  .columns .two-column:nth-child(2n),
  .columns .three-column:nth-child(3n),
  .columns .four-column:nth-child(4n),
  .columns .six-column:nth-child(6n) {
    margin-right: 0; }

/* line 370, static_files/frontdesk/scss/style.scss */
.cart {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px; }

/* line 376, static_files/frontdesk/scss/style.scss */
.box-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px; }

/* line 384, static_files/frontdesk/scss/style.scss */
.form-input {
  width: 33%;
  margin-bottom: 15px; }
  /* line 388, static_files/frontdesk/scss/style.scss */
  .form-input .label {
    color: #474446;
    margin-bottom: 5px; }
  /* line 393, static_files/frontdesk/scss/style.scss */
  .form-input input[type="text"], .form-input input[type="password"] {
    padding: 11px 15px;
    min-width: 100%; }
  /* line 398, static_files/frontdesk/scss/style.scss */
  .form-input input[type="number"] {
    width: 100%;
    min-width: 120px;
    padding: 10px 15px;
    color: #A7A9AC;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #A7A9AC;
    font-size: 14px; }
  /* line 409, static_files/frontdesk/scss/style.scss */
  .form-input .awesomplete {
    width: 100%; }

/* line 414, static_files/frontdesk/scss/style.scss */
.bold {
  font-family: "Gotham-Bold"; }

/* line 418, static_files/frontdesk/scss/style.scss */
.form-input-button {
  width: 33%;
  margin-top: 30px; }

/* line 424, static_files/frontdesk/scss/style.scss */
.button-brown {
  background-color: #A48053;
  color: #fff;
  padding: 10px; }

/* line 430, static_files/frontdesk/scss/style.scss */
.button-brown.disabled {
  background-color: rgba(164, 128, 83, 0.6);
  cursor: pointer; }

/* line 435, static_files/frontdesk/scss/style.scss */
.button-brown.disabled:hover {
  background-color: rgba(164, 128, 83, 0.6);
  cursor: pointer; }

/* line 440, static_files/frontdesk/scss/style.scss */
.button-brown:hover {
  background-color: #b8905f; }

/* line 444, static_files/frontdesk/scss/style.scss */
.button-pagination {
  background-color: #F4F4F4;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  display: inline-table; }

/* line 452, static_files/frontdesk/scss/style.scss */
.button-pagination:hover {
  background-color: #EBEBEB; }

/* line 456, static_files/frontdesk/scss/style.scss */
.collection {
  background-color: #A48053;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 25px; }

/* line 464, static_files/frontdesk/scss/style.scss */
.collection:hover {
  background-color: #b8905f; }

/* line 469, static_files/frontdesk/scss/style.scss */
.errorlist {
  list-style: none;
  padding-left: 0;
  padding-bottom: 8px; }

/* line 475, static_files/frontdesk/scss/style.scss */
.errorlist li {
  color: #af1b33;
  font-size: 14px; }

/* line 480, static_files/frontdesk/scss/style.scss */
.errorlist.nonfield {
  margin-top: 25px;
  margin-bottom: 0; }

/* line 485, static_files/frontdesk/scss/style.scss */
.pagination {
  margin-top: 20px;
  clear: both;
  float: right; }

/* line 491, static_files/frontdesk/scss/style.scss */
.form-pagination {
  text-align: right; }

/* line 495, static_files/frontdesk/scss/style.scss */
.icon-pagination {
  width: auto;
  vertical-align: middle; }

/* line 500, static_files/frontdesk/scss/style.scss */
.modal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 32.5px;
  width: 100%;
  height: 100%;
  background: #000000BF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  /* line 513, static_files/frontdesk/scss/style.scss */
  .modal-wrapper .modal-half {
    background: white;
    max-height: calc(100% - 150px);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 18px 34px;
    min-width: calc(50% - 140px); }
    /* line 522, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-half .text-center {
      text-align: center; }
    /* line 526, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-half .button-gray {
      background-color: #A7A9AC;
      color: #fff3e4; }
    /* line 531, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-half .space {
      display: flex;
      gap: 34px;
      justify-content: space-between; }
    /* line 537, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-half .content-table {
      background-color: #F2F2F2;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      text-align: left;
      padding: 4px 18px;
      gap: 12px;
      margin: 32px 0px; }
      /* line 546, static_files/frontdesk/scss/style.scss */
      .modal-wrapper .modal-half .content-table .border-right {
        border-right: 1px solid #A7A9AC; }
      /* line 550, static_files/frontdesk/scss/style.scss */
      .modal-wrapper .modal-half .content-table p, .modal-wrapper .modal-half .content-table h4 {
        margin: 0;
        padding: 0; }
  /* line 558, static_files/frontdesk/scss/style.scss */
  .modal-wrapper .modal {
    background: white;
    width: calc(100% - 50px);
    max-height: calc(100% - 150px);
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 32px 32px 0 32px; }
    /* line 568, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal.action-modal {
      overflow: hidden; }
    /* line 572, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal label {
      display: flex;
      align-items: center;
      height: 100%;
      line-height: 1.2;
      text-align: left;
      font-size: 14px; }
      /* line 580, static_files/frontdesk/scss/style.scss */
      .modal-wrapper .modal label input {
        margin-right: 8px; }
    /* line 585, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal h5 {
      text-align: left; }
  /* line 590, static_files/frontdesk/scss/style.scss */
  .modal-wrapper .modal-done-button {
    width: auto;
    float: right;
    background-color: #A48053;
    color: white; }
  /* line 597, static_files/frontdesk/scss/style.scss */
  .modal-wrapper .modal-action {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 0; }

/* line 607, static_files/frontdesk/scss/style.scss */
.action-modal {
  max-width: 500px;
  text-align: center;
  overflow-y: hidden; }
  /* line 612, static_files/frontdesk/scss/style.scss */
  .action-modal .title, .action-modal .text {
    margin: 5px; }
  /* line 616, static_files/frontdesk/scss/style.scss */
  .action-modal .action-wrapper {
    padding: 10px 0 30px; }

/* line 621, static_files/frontdesk/scss/style.scss */
.action {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #A7A9AC;
  text-align: right; }
  /* line 627, static_files/frontdesk/scss/style.scss */
  .action--left {
    text-align: left; }

/* line 632, static_files/frontdesk/scss/style.scss */
.button-new {
  padding: 5px 12px 5px;
  border-radius: 5px;
  color: white;
  margin-left: 10px;
  background-color: #A7A9AC; }
  /* line 639, static_files/frontdesk/scss/style.scss */
  .button-new:hover {
    color: white; }

/* line 644, static_files/frontdesk/scss/style.scss */
.vertical-spacer {
  margin-bottom: 32px; }

/* line 648, static_files/frontdesk/scss/style.scss */
.hide {
  display: none; }

/* line 652, static_files/frontdesk/scss/style.scss */
.message, .message-js {
  font: 16px/22px "Gotham-Light";
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  display: table;
  color: white;
  box-sizing: border-box;
  z-index: 1000;
  background-color: #4c8900; }
  /* line 665, static_files/frontdesk/scss/style.scss */
  .message ul, .message li, .message-js ul, .message-js li {
    list-style-type: none; }
  /* line 669, static_files/frontdesk/scss/style.scss */
  .message ul, .message-js ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 100%; }
  /* line 676, static_files/frontdesk/scss/style.scss */
  .message.hide, .message-js.hide {
    display: none; }
  /* line 680, static_files/frontdesk/scss/style.scss */
  .message.success, .message-js.success {
    background-color: #4c8900; }
  /* line 684, static_files/frontdesk/scss/style.scss */
  .message.error, .message-js.error {
    background-color: #ff0000; }

/* line 689, static_files/frontdesk/scss/style.scss */
.left, .right {
  float: left; }

/* line 693, static_files/frontdesk/scss/style.scss */
.left {
  width: 80%; }

/* line 697, static_files/frontdesk/scss/style.scss */
.right {
  width: 20%; }

/* line 701, static_files/frontdesk/scss/style.scss */
.link {
  font-style: italic; }

/* line 705, static_files/frontdesk/scss/style.scss */
.link:hover {
  text-decoration: underline; }

/* line 709, static_files/frontdesk/scss/style.scss */
.main-wrapper {
  padding-top: 65px; }

/* line 713, static_files/frontdesk/scss/style.scss */
.content-wrapper {
  padding: 19px 25px 60px 25px;
  line-height: 25px; }
  /* line 717, static_files/frontdesk/scss/style.scss */
  .content-wrapper.w800 {
    max-width: 800px; }

/* line 722, static_files/frontdesk/scss/style.scss */
.content-wrapper::after {
  clear: both;
  content: "";
  display: block; }

/* line 728, static_files/frontdesk/scss/style.scss */
.dropdown-container {
  padding-left: 20px;
  display: none; }
  /* line 732, static_files/frontdesk/scss/style.scss */
  .dropdown-container.active {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0px 0px 16px; }
  /* line 739, static_files/frontdesk/scss/style.scss */
  .dropdown-container a.active {
    color: #b8905f; }

/* line 744, static_files/frontdesk/scss/style.scss */
.fixed-wrapper {
  position: fixed;
  width: 20%; }

/* line 749, static_files/frontdesk/scss/style.scss */
.separator {
  border-bottom: 1px dashed #A7A9AC;
  margin: 0;
  height: 0; }
  /* line 754, static_files/frontdesk/scss/style.scss */
  .separator.line {
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 1px; }
    /* line 760, static_files/frontdesk/scss/style.scss */
    .separator.line:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -20%;
      width: 150%;
      height: 1px;
      background-color: #E0E0E0; }

/* line 772, static_files/frontdesk/scss/style.scss */
.table, .guest table, .logs-table, .report-table {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  /* line 777, static_files/frontdesk/scss/style.scss */
  .table thead th, .guest table thead th, .logs-table thead th, .report-table thead th, .table tbody td, .guest table tbody td, .logs-table tbody td, .report-table tbody td {
    padding: 5px 10px; }
  /* line 781, static_files/frontdesk/scss/style.scss */
  .table thead th, .guest table thead th, .logs-table thead th, .report-table thead th {
    text-align: left;
    height: 35px;
    background-color: #A48053;
    color: #fff; }
  /* line 788, static_files/frontdesk/scss/style.scss */
  .table tbody tr:nth-child(2n), .guest table tbody tr:nth-child(2n), .logs-table tbody tr:nth-child(2n), .report-table tbody tr:nth-child(2n) {
    background-color: #F4F4F4; }
  /* line 792, static_files/frontdesk/scss/style.scss */
  .table tbody td, .guest table tbody td, .logs-table tbody td, .report-table tbody td {
    height: 30px;
    white-space: normal; }

/* line 798, static_files/frontdesk/scss/style.scss */
.report-table {
  width: unset; }
  /* line 802, static_files/frontdesk/scss/style.scss */
  .report-table thead th, .report-table tbody td {
    padding: 5px 30px;
    white-space: nowrap; }

/* line 811, static_files/frontdesk/scss/style.scss */
.logs-table .width-200 {
  width: 200px; }

/* line 816, static_files/frontdesk/scss/style.scss */
.table-info {
  display: table;
  border-collapse: collapse; }
  /* line 820, static_files/frontdesk/scss/style.scss */
  .table-info td {
    padding: 5px 10px; }
  /* line 824, static_files/frontdesk/scss/style.scss */
  .table-info tr td:first-child {
    color: #A7A9AC; }

/* line 829, static_files/frontdesk/scss/style.scss */
.search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /* line 834, static_files/frontdesk/scss/style.scss */
  .search-wrapper .store-query {
    height: 50px;
    width: 200px; }
  /* line 839, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    width: 100%;
    margin-bottom: 20px;
    grid-gap: 10px; }
  /* line 845, static_files/frontdesk/scss/style.scss */
  .search-wrapper input[type="text"].input-search {
    font: 16px/16px "Gotham-Book";
    padding: 11px 15px;
    max-width: 180px;
    color: #A48053; }
  /* line 852, static_files/frontdesk/scss/style.scss */
  .search-wrapper input[type="text"].input-search.full-width {
    max-width: 70%;
    margin-right: 10px; }
  /* line 857, static_files/frontdesk/scss/style.scss */
  .search-wrapper input {
    font: 16px/16px "Gotham-Book";
    color: #A48053; }
    /* line 861, static_files/frontdesk/scss/style.scss */
    .search-wrapper input::placeholder {
      padding: 11px 15px;
      text-align: left;
      font: 16px/16px "Gotham-Book";
      color: #A48053; }
  /* line 869, static_files/frontdesk/scss/style.scss */
  .search-wrapper button {
    font: 18px/18px "Gotham-Book";
    max-width: 150px;
    padding: 12px 15px; }
  /* line 875, static_files/frontdesk/scss/style.scss */
  .search-wrapper select {
    font: 16px/16px "Gotham-Book";
    height: 42px;
    width: auto;
    margin-bottom: 0;
    color: #A48053; }
  /* line 883, static_files/frontdesk/scss/style.scss */
  .search-wrapper input {
    margin-bottom: 0; }
  /* line 887, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field {
    display: contents; }
  /* line 891, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field svg {
    display: none; }

/* line 896, static_files/frontdesk/scss/style.scss */
.search-icon {
  display: none; }

/* line 901, static_files/frontdesk/scss/style.scss */
.search-wrapper.bookings form {
  width: 100%; }

/* line 906, static_files/frontdesk/scss/style.scss */
.tabs {
  padding: 0;
  margin-bottom: 35px;
  display: flex; }
  /* line 911, static_files/frontdesk/scss/style.scss */
  .tabs--underline {
    border-bottom: 1px solid #A7A9AC; }
  /* line 915, static_files/frontdesk/scss/style.scss */
  .tabs li {
    list-style: none;
    display: inline;
    margin-right: 5px;
    padding: 8px 20px; }
  /* line 922, static_files/frontdesk/scss/style.scss */
  .tabs li a {
    display: inline-block;
    font: 14px/22px "Gotham-Book"; }
  /* line 927, static_files/frontdesk/scss/style.scss */
  .tabs li.active, .tabs li:hover {
    border-bottom: 4px solid #A48053; }
  /* line 931, static_files/frontdesk/scss/style.scss */
  .tabs li.active a {
    color: #A48053; }

/* line 936, static_files/frontdesk/scss/style.scss */
.sort-column {
  cursor: pointer;
  color: #fff;
  position: relative;
  top: 5px; }
  /* line 942, static_files/frontdesk/scss/style.scss */
  .sort-column div {
    display: inline-grid;
    position: relative;
    bottom: 4px; }
  /* line 948, static_files/frontdesk/scss/style.scss */
  .sort-column .arrow-up {
    position: relative;
    top: 6px;
    width: auto; }
  /* line 954, static_files/frontdesk/scss/style.scss */
  .sort-column .arrow-down {
    position: relative;
    bottom: 6px;
    width: auto; }
  /* line 960, static_files/frontdesk/scss/style.scss */
  .sort-column .arrow-up.single, .sort-column .arrow-down.single {
    position: relative;
    top: 4px; }

/* line 966, static_files/frontdesk/scss/style.scss */
.sort-column.single {
  position: initial;
  top: 0px; }
  /* line 970, static_files/frontdesk/scss/style.scss */
  .sort-column.single div {
    position: initial;
    bottom: 0px; }

/* line 976, static_files/frontdesk/scss/style.scss */
.sort-column:hover {
  text-decoration: underline;
  color: #fff; }

/* end - general class */
/* start - body class */
/* line 985, static_files/frontdesk/scss/style.scss */
.login-wrapper {
  background-color: #F4F4F4; }
  /* line 988, static_files/frontdesk/scss/style.scss */
  .login-wrapper .box-center {
    padding: 15px 30px 30px 30px;
    width: 300px;
    text-align: center;
    margin: 0 auto; }
  /* line 995, static_files/frontdesk/scss/style.scss */
  .login-wrapper img {
    width: auto;
    margin: 0 auto;
    padding: 20px 0; }
  /* line 1001, static_files/frontdesk/scss/style.scss */
  .login-wrapper input[type="text"] {
    width: 100%; }
  /* line 1005, static_files/frontdesk/scss/style.scss */
  .login-wrapper .title {
    margin: 15px 0 25px 0;
    font-size: 18px;
    font-weight: 700; }
  /* line 1011, static_files/frontdesk/scss/style.scss */
  .login-wrapper button {
    margin-top: 20px; }
  /* line 1015, static_files/frontdesk/scss/style.scss */
  .login-wrapper .button_wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  /* line 1021, static_files/frontdesk/scss/style.scss */
  .login-wrapper .button, .login-wrapper .button-hollow {
    box-sizing: border-box;
    display: block;
    font-size: 14px; }
  /* line 1027, static_files/frontdesk/scss/style.scss */
  .login-wrapper .disabled {
    pointer-events: none; }

/* line 1032, static_files/frontdesk/scss/style.scss */
.table-wrapper {
  width: 100%;
  overflow-x: scroll; }
  /* line 1036, static_files/frontdesk/scss/style.scss */
  .table-wrapper th, .table-wrapper tbody td {
    white-space: nowrap; }
  /* line 1040, static_files/frontdesk/scss/style.scss */
  .table-wrapper tbody td {
    font: 14px/22px "Gotham-Book"; }
    /* line 1043, static_files/frontdesk/scss/style.scss */
    .table-wrapper tbody td h4 {
      text-align: left; }
  /* line 1048, static_files/frontdesk/scss/style.scss */
  .table-wrapper thead th {
    font: 16px/26px "Gotham-Book";
    height: 26px; }
  /* line 1053, static_files/frontdesk/scss/style.scss */
  .table-wrapper .link {
    font: 14px/22px "Gotham-Book"; }

/* line 1058, static_files/frontdesk/scss/style.scss */
.title-summary {
  font-size: 24px; }

/* line 1062, static_files/frontdesk/scss/style.scss */
.table-summary {
  border-spacing: 12px; }
  /* line 1065, static_files/frontdesk/scss/style.scss */
  .table-summary th {
    border: 5px solid transparent;
    background-color: #F4F4F4;
    width: 155px;
    text-align: left;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.3; }

/* line 1080, static_files/frontdesk/scss/style.scss */
.input-date {
  width: 80px;
  height: 27px; }

/* line 1085, static_files/frontdesk/scss/style.scss */
.flex-center {
  display: flex;
  align-items: center; }

/* line 1091, static_files/frontdesk/scss/style.scss */
.box .content-wrapper {
  width: 1080px; }

/* line 1095, static_files/frontdesk/scss/style.scss */
.box .content-block {
  background: #F6F6F6; }

/* line 1100, static_files/frontdesk/scss/style.scss */
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  background: #333333;
  padding: 0 30px;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-sizing: border-box; }
  /* line 1112, static_files/frontdesk/scss/style.scss */
  .header-wrapper .logo {
    height: 20px;
    width: 106px; }
  /* line 1117, static_files/frontdesk/scss/style.scss */
  .header-wrapper .menu {
    list-style: none; }
    /* line 1120, static_files/frontdesk/scss/style.scss */
    .header-wrapper .menu li {
      display: inline;
      padding-right: 40px; }
    /* line 1125, static_files/frontdesk/scss/style.scss */
    .header-wrapper .menu a {
      color: #FFF;
      font-size: 17px;
      font-family: "Gotham-Medium"; }
      /* line 1130, static_files/frontdesk/scss/style.scss */
      .header-wrapper .menu a.active, .header-wrapper .menu a:hover {
        color: #A48053;
        border-bottom: 2px solid #A48053; }
  /* line 1137, static_files/frontdesk/scss/style.scss */
  .header-wrapper .login-button {
    color: #FFF;
    background: #A48053; }
  /* line 1142, static_files/frontdesk/scss/style.scss */
  .header-wrapper .right-menu {
    display: flex;
    justify-content: flex-end; }
    /* line 1146, static_files/frontdesk/scss/style.scss */
    .header-wrapper .right-menu a {
      color: #FFF;
      font-size: 14px;
      font-family: "Gotham-Light";
      gap: 5px;
      align-items: last-baseline; }
      /* line 1153, static_files/frontdesk/scss/style.scss */
      .header-wrapper .right-menu a:first-child {
        margin-right: 25px; }
    /* line 1158, static_files/frontdesk/scss/style.scss */
    .header-wrapper .right-menu img {
      width: 14px;
      height: 14px; }
    /* line 1163, static_files/frontdesk/scss/style.scss */
    .header-wrapper .right-menu .logout {
      color: #BDBDBD; }
  /* line 1168, static_files/frontdesk/scss/style.scss */
  .header-wrapper .account {
    display: none;
    margin-left: auto;
    gap: 8px;
    color: white;
    align-items: center;
    margin-right: 16px; }
    /* line 1176, static_files/frontdesk/scss/style.scss */
    .header-wrapper .account img {
      width: 16px; }
  /* line 1181, static_files/frontdesk/scss/style.scss */
  .header-wrapper .button, .header-wrapper .button-hollow {
    padding: 8px 20px;
    font-size: 14px;
    font-family: "Gotham-Medium"; }

/* end - body class */
/* start - keyframes class */
/* line 1191, static_files/frontdesk/scss/style.scss */
.animated {
  animation-duration: .3s;
  animation-fill-mode: both; }

@media (prefers-reduced-motion) {
  /* line 1197, static_files/frontdesk/scss/style.scss */
  .animated {
    animation: unset !important;
    transition: none !important; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

/* line 1215, static_files/frontdesk/scss/style.scss */
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

/* line 1230, static_files/frontdesk/scss/style.scss */
.fadeOutUp:not(.error) {
  animation-name: fadeOutUp; }

/* end - keyframe class */
/* line 1234, static_files/frontdesk/scss/style.scss */
.image-action {
  width: 20px; }

/* line 1238, static_files/frontdesk/scss/style.scss */
.add-button {
  background-color: #A48053;
  padding: 10px 18px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  width: 80px;
  text-align: center;
  margin-left: 0px;
  font-size: 14px;
  font-family: "Gotham-Medium"; }
  /* line 1251, static_files/frontdesk/scss/style.scss */
  .add-button:hover {
    color: #fff; }

/* Start Menu */
/* line 1257, static_files/frontdesk/scss/style.scss */
.button_container {
  display: none;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: right .5s ease, opacity .25s ease, box-shadow 0.3s ease;
  z-index: 900;
  line-height: 22px; }
  /* line 1269, static_files/frontdesk/scss/style.scss */
  .button_container:hover {
    opacity: .7; }
  /* line 1275, static_files/frontdesk/scss/style.scss */
  .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg); }
  /* line 1279, static_files/frontdesk/scss/style.scss */
  .button_container.active .bottom {
    transform: translateY(-9px) translateX(0) rotate(-45deg); }
  /* line 1283, static_files/frontdesk/scss/style.scss */
  .button_container.active .middle {
    transform: translateX(100%);
    opacity: 0; }
  /* line 1289, static_files/frontdesk/scss/style.scss */
  .button_container span {
    background: white;
    border: none;
    height: 2px;
    width: 100%;
    opacity: 1;
    transition: all .35s ease;
    cursor: pointer; }

/* line 1300, static_files/frontdesk/scss/style.scss */
.form-input, .form-input-button, .form-password {
  width: 100%; }

/* line 1304, static_files/frontdesk/scss/style.scss */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

/* line 1309, static_files/frontdesk/scss/style.scss */
.table-checkbox-multiple {
  border: 1px solid #A7A9AC;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px; }
  /* line 1316, static_files/frontdesk/scss/style.scss */
  .table-checkbox-multiple th, .table-checkbox-multiple td {
    padding: 8px; }
    /* line 1319, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:first-child, .table-checkbox-multiple td:first-child {
      width: 5%;
      padding-left: 16px; }
    /* line 1324, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:nth-child(2), .table-checkbox-multiple td:nth-child(2) {
      width: 50%; }
    /* line 1328, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:nth-child(3), .table-checkbox-multiple td:nth-child(3) {
      width: 25%; }
    /* line 1332, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:last-child, .table-checkbox-multiple td:last-child {
      width: 25%; }
  /* line 1337, static_files/frontdesk/scss/style.scss */
  .table-checkbox-multiple th {
    text-align: left;
    font-size: 14px;
    background-color: #EBEBEB; }
  /* line 1343, static_files/frontdesk/scss/style.scss */
  .table-checkbox-multiple td {
    border-top: 1px solid #A7A9AC; }
    /* line 1347, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple td:nth-child(3)::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-right: 0.5em;
      background-color: #474446; }
    /* line 1357, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple td:nth-child(3).none::before {
      content: none; }
    /* line 1361, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple td:nth-child(3).active::before {
      background-color: #00CF00; }
    /* line 1365, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple td:nth-child(3).inactive {
      color: rgba(71, 68, 70, 0.5); }
      /* line 1368, static_files/frontdesk/scss/style.scss */
      .table-checkbox-multiple td:nth-child(3).inactive::before {
        background-color: rgba(71, 68, 70, 0.3); }

/* line 1376, static_files/frontdesk/scss/style.scss */
.menu-wrapper {
  background: rgba(0, 0, 0, 0.4);
  z-index: 799;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 7%;
  right: 0px; }

/* line 1386, static_files/frontdesk/scss/style.scss */
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
  overflow: hidden; }
  /* line 1398, static_files/frontdesk/scss/style.scss */
  .overlay.open {
    opacity: 1;
    visibility: visible;
    z-index: 800; }
  /* line 1404, static_files/frontdesk/scss/style.scss */
  .overlay .overlay-menu {
    position: absolute;
    right: 6px;
    background: white;
    top: 72px;
    border-radius: 4px;
    width: 222px;
    padding: 24px 0px;
    box-sizing: border-box;
    max-height: 80vh;
    overflow-y: auto; }
  /* line 1417, static_files/frontdesk/scss/style.scss */
  .overlay h2 {
    margin: 0px;
    padding: 0px 20px;
    font: 16px/16.48px "Gotham-Medium"; }
    /* line 1422, static_files/frontdesk/scss/style.scss */
    .overlay h2 + ul {
      margin-top: 20px; }
  /* line 1427, static_files/frontdesk/scss/style.scss */
  .overlay ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box; }
    /* line 1437, static_files/frontdesk/scss/style.scss */
    .overlay ul li {
      display: block;
      position: relative;
      padding: 0px 20px; }
    /* line 1443, static_files/frontdesk/scss/style.scss */
    .overlay ul a {
      min-height: 20px;
      display: block;
      position: relative;
      color: #333333;
      text-decoration: none;
      overflow: hidden;
      font: 14px/14.48px "Gotham-Book"; }
    /* line 1453, static_files/frontdesk/scss/style.scss */
    .overlay ul a.active {
      color: #A48053; }
    /* line 1457, static_files/frontdesk/scss/style.scss */
    .overlay ul .small a {
      font-size: 25px; }
    /* line 1461, static_files/frontdesk/scss/style.scss */
    .overlay ul .dropdown {
      display: flex;
      align-items: center; }
      /* line 1465, static_files/frontdesk/scss/style.scss */
      .overlay ul .dropdown img {
        width: 14px;
        margin-left: auto;
        transition: transform 0.25s; }
      /* line 1471, static_files/frontdesk/scss/style.scss */
      .overlay ul .dropdown.active img {
        transform: rotate(180deg); }
  /* line 1477, static_files/frontdesk/scss/style.scss */
  .overlay .logout {
    padding: 0px 20px;
    margin-top: 16px;
    gap: 8px;
    justify-content: flex-start; }
    /* line 1483, static_files/frontdesk/scss/style.scss */
    .overlay .logout img {
      width: 16px; }
  /* line 1488, static_files/frontdesk/scss/style.scss */
  .overlay hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #DDDDDD; }
    /* line 1493, static_files/frontdesk/scss/style.scss */
    .overlay hr + ul {
      margin-top: 16px; }

/* End Menu */
/* Extra Style */
/* line 1501, static_files/frontdesk/scss/style.scss */
.booking-notes-form {
  width: 100%; }
  /* line 1504, static_files/frontdesk/scss/style.scss */
  .booking-notes-form textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box; }
  /* line 1510, static_files/frontdesk/scss/style.scss */
  .booking-notes-form button {
    width: 100%; }

/* End Extra Style */
/* line 1516, static_files/frontdesk/scss/style.scss */
.new-wrapper .left {
  width: 20%;
  float: left;
  z-index: 2; }

/* line 1522, static_files/frontdesk/scss/style.scss */
.new-wrapper .right {
  width: 80%;
  float: right; }

/* line 1527, static_files/frontdesk/scss/style.scss */
.new-wrapper .fixed-wrapper {
  width: 20%; }

/* line 1531, static_files/frontdesk/scss/style.scss */
.new-wrapper .nav-show-hide {
  position: relative;
  height: initial; }

/* line 1536, static_files/frontdesk/scss/style.scss */
.new-wrapper .nav-show-hide svg {
  transform: rotate(0); }

/* line 1540, static_files/frontdesk/scss/style.scss */
.new-wrapper .side-wrapper {
  opacity: 1;
  visibility: unset;
  height: 100vh;
  background: #F7F7F7;
  padding: 15px 25px;
  overflow-y: hidden; }
  /* line 1548, static_files/frontdesk/scss/style.scss */
  .new-wrapper .side-wrapper a {
    display: block;
    margin: 15px 0;
    color: #231F20; }
  /* line 1554, static_files/frontdesk/scss/style.scss */
  .new-wrapper .side-wrapper h2 {
    line-height: 22px;
    margin: 5px 0 0; }

/* line 1561, static_files/frontdesk/scss/style.scss */
.frontdesk-page, .lakuemas-page {
  background-color: #F6F6F6; }
  /* line 1565, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper .left, .lakuemas-page .new-wrapper .left {
    width: 20%;
    float: left; }
  /* line 1570, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper .right, .lakuemas-page .new-wrapper .right {
    width: calc(100% - 30px);
    float: right; }
  /* line 1576, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .nav-show-hide, .lakuemas-page .nav-show-hide {
    display: block;
    background-color: #E0E0E0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    /* line 1586, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .nav-show-hide svg, .lakuemas-page .nav-show-hide svg {
      margin-left: 10px;
      transform: rotate(180deg); }
  /* line 1592, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .left.sidebar-wrapper, .lakuemas-page .left.sidebar-wrapper {
    width: 30px; }
    /* line 1595, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .left.sidebar-wrapper .side-wrapper, .lakuemas-page .left.sidebar-wrapper .side-wrapper {
      opacity: 0;
      visibility: visible; }
    /* line 1600, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .left.sidebar-wrapper .fixed-wrapper, .lakuemas-page .left.sidebar-wrapper .fixed-wrapper {
      width: inherit;
      background-color: #F2F2F2; }
  /* line 1606, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .side-wrapper, .lakuemas-page .side-wrapper {
    height: 100vh;
    background: #F7F7F7;
    padding: 15px 25px;
    overflow-y: hidden; }
    /* line 1612, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .side-wrapper a, .lakuemas-page .side-wrapper a {
      display: block;
      margin: 15px 0;
      color: #231F20; }
    /* line 1618, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .side-wrapper h2, .lakuemas-page .side-wrapper h2 {
      line-height: 22px;
      margin: 5px 0 0; }
    /* line 1623, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .side-wrapper .selected, .lakuemas-page .side-wrapper .selected {
      color: #A48053;
      font-weight: bold; }
    /* line 1628, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .side-wrapper .logout, .lakuemas-page .side-wrapper .logout {
      margin-top: 16px;
      gap: 8px;
      display: flex;
      justify-content: flex-start; }
      /* line 1636, static_files/frontdesk/scss/style.scss */
      .frontdesk-page .side-wrapper .logout img, .lakuemas-page .side-wrapper .logout img {
        width: 15px;
        filter: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(688%) hue-rotate(295deg) brightness(92%) contrast(91%); }
  /* line 1644, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .side-wrapper, .lakuemas-page .new-wrapper.nav-active .side-wrapper {
    opacity: 1;
    visibility: unset; }
  /* line 1649, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .fixed-wrapper, .lakuemas-page .new-wrapper.nav-active .fixed-wrapper {
    width: 20%; }
  /* line 1653, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .nav-show-hide, .lakuemas-page .new-wrapper.nav-active .nav-show-hide {
    position: relative;
    height: initial; }
  /* line 1658, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .nav-show-hide svg, .lakuemas-page .new-wrapper.nav-active .nav-show-hide svg {
    transform: rotate(0); }
  /* line 1662, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .right, .lakuemas-page .new-wrapper.nav-active .right {
    width: 80%; }

/* line 1668, static_files/frontdesk/scss/style.scss */
.lakuemas-form {
  width: 40%;
  min-width: 200px; }
  /* line 1672, static_files/frontdesk/scss/style.scss */
  .lakuemas-form hr {
    border: 1px solid #A7A9AC; }
  /* line 1676, static_files/frontdesk/scss/style.scss */
  .lakuemas-form .form-input-button {
    text-align: right;
    margin-top: 15px; }
  /* line 1681, static_files/frontdesk/scss/style.scss */
  .lakuemas-form .button, .lakuemas-form .button-hollow {
    font-weight: bold;
    padding: 7px 30px; }
  /* line 1686, static_files/frontdesk/scss/style.scss */
  .lakuemas-form select {
    color: black; }
    /* line 1689, static_files/frontdesk/scss/style.scss */
    .lakuemas-form select.need-value {
      color: gray; }
  /* line 1694, static_files/frontdesk/scss/style.scss */
  .lakuemas-form option {
    color: black; }
  /* line 1698, static_files/frontdesk/scss/style.scss */
  .lakuemas-form input[type="file"]::file-selector-button {
    border: 1px solid #A48053;
    border-radius: 5px;
    background-color: #fff;
    color: #A48053;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 10px;
    margin-right: 10px; }

/* line 1714, static_files/frontdesk/scss/style.scss */
.guest {
  background-color: #F6F6F6;
  font-family: "Gotham-Light"; }
  /* line 1718, static_files/frontdesk/scss/style.scss */
  .guest--details {
    background-color: white; }
    /* line 1721, static_files/frontdesk/scss/style.scss */
    .guest--details .back {
      font-size: 10px;
      font-family: "Gotham-Bold";
      color: #A48053; }
    /* line 1727, static_files/frontdesk/scss/style.scss */
    .guest--details .header {
      font-family: "Gotham-Light"; }
      /* line 1730, static_files/frontdesk/scss/style.scss */
      .guest--details .header .title {
        font-size: 28px;
        margin: 10px 0px; }
      /* line 1735, static_files/frontdesk/scss/style.scss */
      .guest--details .header .subtitle {
        font-size: 16px; }
    /* line 1740, static_files/frontdesk/scss/style.scss */
    .guest--details .tabs {
      border-bottom: 1px solid #A7A9AC; }
      /* line 1743, static_files/frontdesk/scss/style.scss */
      .guest--details .tabs li a {
        font: 16px/1.2 "Gotham-Bold"; }
  /* line 1749, static_files/frontdesk/scss/style.scss */
  .guest h2, .guest h3 {
    font-family: "Gotham-Bold";
    white-space: nowrap; }
  /* line 1754, static_files/frontdesk/scss/style.scss */
  .guest .chart {
    box-sizing: border-box; }
  /* line 1758, static_files/frontdesk/scss/style.scss */
  .guest .overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    /* line 1762, static_files/frontdesk/scss/style.scss */
    .guest .overview .text {
      font-family: "Gotham-Bold";
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%); }
      /* line 1769, static_files/frontdesk/scss/style.scss */
      .guest .overview .text .small {
        font-size: 10px; }
      /* line 1773, static_files/frontdesk/scss/style.scss */
      .guest .overview .text .large {
        font-size: 25px; }
  /* line 1780, static_files/frontdesk/scss/style.scss */
  .guest .border-right {
    border-right: 1px solid #DDDDDD;
    margin-right: 10px;
    padding-right: 10px; }
  /* line 1786, static_files/frontdesk/scss/style.scss */
  .guest .form-input .label {
    font-size: 10px;
    margin: 0;
    color: #333333; }
  /* line 1792, static_files/frontdesk/scss/style.scss */
  .guest .guest-wrapper {
    padding: 20px;
    background-color: white;
    margin-top: 10px; }
  /* line 1798, static_files/frontdesk/scss/style.scss */
  .guest .button-brown {
    margin-top: 10px;
    font-family: "Gotham-Bold"; }
  /* line 1803, static_files/frontdesk/scss/style.scss */
  .guest table {
    width: 100%; }
    /* line 1807, static_files/frontdesk/scss/style.scss */
    .guest table thead th, .guest table tbody td {
      padding: 10px 30px;
      white-space: nowrap; }
    /* line 1812, static_files/frontdesk/scss/style.scss */
    .guest table thead th {
      text-align: left;
      font-family: "Gotham-Bold"; }
  /* line 1818, static_files/frontdesk/scss/style.scss */
  .guest th, .guest td {
    text-align: left;
    padding: 8px; }
  /* line 1823, static_files/frontdesk/scss/style.scss */
  .guest .small-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px; }
  /* line 1829, static_files/frontdesk/scss/style.scss */
  .guest .relative {
    position: relative;
    width: 100%;
    height: 200px;
    max-width: 200px;
    margin: auto;
    text-align: center; }
    /* line 1837, static_files/frontdesk/scss/style.scss */
    .guest .relative .chart-text {
      position: absolute;
      top: 50%;
      width: 100%;
      font-family: "Gotham-Bold";
      transform: translateY(-50%); }
      /* line 1844, static_files/frontdesk/scss/style.scss */
      .guest .relative .chart-text .small {
        font-size: 10px; }
      /* line 1848, static_files/frontdesk/scss/style.scss */
      .guest .relative .chart-text .large {
        font-size: 25px;
        width: 65%;
        margin: auto;
        line-break: anywhere; }
  /* line 1858, static_files/frontdesk/scss/style.scss */
  .guest .legend {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    /* line 1863, static_files/frontdesk/scss/style.scss */
    .guest .legend span {
      font-size: 16px;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
    /* line 1870, static_files/frontdesk/scss/style.scss */
    .guest .legend ul {
      margin: 0;
      padding-left: 0;
      margin-top: 4px;
      margin-bottom: 12px; }
      /* line 1876, static_files/frontdesk/scss/style.scss */
      .guest .legend ul b {
        font-size: 28px;
        line-height: 12px;
        margin-right: 6px; }
      /* line 1882, static_files/frontdesk/scss/style.scss */
      .guest .legend ul li {
        margin-bottom: 8px; }
        /* line 1885, static_files/frontdesk/scss/style.scss */
        .guest .legend ul li h5, .guest .legend ul li h2 {
          margin: 0;
          font-size: 16px;
          font-family: "Gotham-Bold"; }
        /* line 1891, static_files/frontdesk/scss/style.scss */
        .guest .legend ul li div {
          display: flex;
          justify-content: space-between;
          align-items: center; }
    /* line 1899, static_files/frontdesk/scss/style.scss */
    .guest .legend ul {
      list-style-type: none; }
  /* line 1904, static_files/frontdesk/scss/style.scss */
  .guest .scroll {
    overflow-x: auto; }

/* MOBILE */
@media (max-width: 1080px) {
  /* line 1913, static_files/frontdesk/scss/style.scss */
  .tabs li {
    padding: 0px 10px; } }

@media (max-width: 876px) {
  /* line 1919, static_files/frontdesk/scss/style.scss */
  .table-wrapper {
    width: calc(100% + 50px);
    position: relative;
    left: -25px; }
  /* line 1926, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .side-wrapper,
  .frontdesk-page .nav-show-hide, .lakuemas-page .new-wrapper.nav-active .side-wrapper,
  .lakuemas-page .nav-show-hide {
    display: none; }
  /* line 1931, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .right, .lakuemas-page .new-wrapper.nav-active .right {
    width: 100%; }
  /* line 1935, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper .right, .lakuemas-page .new-wrapper .right {
    width: 100%; }
  /* line 1941, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    display: flex; }
  /* line 1945, static_files/frontdesk/scss/style.scss */
  .search-wrapper select, .search-wrapper input:not([type="checkbox"]) {
    font-size: 14px;
    line-height: 14px;
    height: 35px;
    width: 50%;
    min-width: auto;
    padding: 8px 8px 6px; }
    /* line 1953, static_files/frontdesk/scss/style.scss */
    .search-wrapper select:placeholder, .search-wrapper input:not([type="checkbox"]):placeholder {
      font-size: 14px;
      line-height: 14px; }
  /* line 1959, static_files/frontdesk/scss/style.scss */
  .search-wrapper select {
    width: 75%;
    padding: 8px 4px 6px; }
  /* line 1964, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper input:not([type="checkbox"]), .search-wrapper input:not([type="checkbox"]),
  .search-wrapper input[type="text"].input-search.full-width,
  .search-wrapper input[type="text"].input-search {
    width: 100%;
    padding: 8px 8px 6px; }
    /* line 1970, static_files/frontdesk/scss/style.scss */
    .search-wrapper .search-wrapper input:not([type="checkbox"])::placeholder, .search-wrapper input:not([type="checkbox"])::placeholder,
    .search-wrapper input[type="text"].input-search.full-width::placeholder,
    .search-wrapper input[type="text"].input-search::placeholder {
      font-size: 14px;
      line-height: 14px; }
  /* line 1976, static_files/frontdesk/scss/style.scss */
  .search-wrapper input[type="text"].input-search {
    padding: 8px; }
  /* line 1980, static_files/frontdesk/scss/style.scss */
  .search-wrapper button {
    font-size: 16px;
    padding: 8px 15px 7px; }
  /* line 1987, static_files/frontdesk/scss/style.scss */
  .search-wrapper--grid form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
  /* line 1993, static_files/frontdesk/scss/style.scss */
  .search-wrapper--grid select, .search-wrapper--grid input:not([type="checkbox"]) {
    width: 100%;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #A48053; }
  /* line 2001, static_files/frontdesk/scss/style.scss */
  .search-wrapper--grid .button, .search-wrapper--grid .button-hollow {
    max-width: 100%;
    padding: 10px; }
  /* line 2010, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field button:not(.button-lg) {
    font-size: 16px;
    width: auto;
    padding: 5px;
    background-color: white; }
    /* line 2016, static_files/frontdesk/scss/style.scss */
    .search-wrapper .search-wrapper-field button:not(.button-lg) span {
      display: none; }
  /* line 2021, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field svg {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 2px; }
  /* line 2028, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field .button-grid {
    max-width: 100%; }
  /* line 2033, static_files/frontdesk/scss/style.scss */
  .summary-wrapper.grid-3 {
    width: 100%;
    overflow-y: scroll; }
  /* line 2038, static_files/frontdesk/scss/style.scss */
  .columns.reports-box .three-column {
    width: 100%;
    margin: 0; }
    /* line 2042, static_files/frontdesk/scss/style.scss */
    .columns.reports-box .three-column .collection {
      margin-bottom: 10px; }
  /* line 2047, static_files/frontdesk/scss/style.scss */
  .website {
    display: none; }
  /* line 2051, static_files/frontdesk/scss/style.scss */
  .search-icon {
    position: relative;
    top: 5px;
    display: table; }
  /* line 2057, static_files/frontdesk/scss/style.scss */
  body {
    font-size: 14px; }
  /* line 2061, static_files/frontdesk/scss/style.scss */
  body .block {
    overflow: hidden;
    position: fixed; }
  /* line 2066, static_files/frontdesk/scss/style.scss */
  .header-wrapper {
    padding: 0px 25px; }
    /* line 2069, static_files/frontdesk/scss/style.scss */
    .header-wrapper .title {
      float: left;
      left: 15px;
      top: 2px; }
    /* line 2075, static_files/frontdesk/scss/style.scss */
    .header-wrapper img {
      width: 107px; }
    /* line 2079, static_files/frontdesk/scss/style.scss */
    .header-wrapper .burgermenu {
      width: 25px;
      float: right;
      right: 15px;
      position: relative; }
      /* line 2085, static_files/frontdesk/scss/style.scss */
      .header-wrapper .burgermenu.active .close {
        display: block; }
    /* line 2090, static_files/frontdesk/scss/style.scss */
    .header-wrapper .close {
      display: none;
      width: 25px;
      float: right;
      right: 15px;
      position: absolute; }
    /* line 2098, static_files/frontdesk/scss/style.scss */
    .header-wrapper .button_container {
      display: flex; }
    /* line 2102, static_files/frontdesk/scss/style.scss */
    .header-wrapper .account {
      display: flex; }
  /* line 2108, static_files/frontdesk/scss/style.scss */
  .header-wrapper .left {
    width: 55%; }
  /* line 2114, static_files/frontdesk/scss/style.scss */
  .main-wrapper .left {
    width: 100%; }
  /* line 2119, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    width: 100%;
    float: right; }
  /* line 2124, static_files/frontdesk/scss/style.scss */
  .search-wrapper input[type="text"].input-search {
    max-width: 70%; }
    /* line 2127, static_files/frontdesk/scss/style.scss */
    .search-wrapper input[type="text"].input-search-full {
      max-width: 100%; }
  /* line 2132, static_files/frontdesk/scss/style.scss */
  .scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 35px; }
  /* line 2138, static_files/frontdesk/scss/style.scss */
  .tabs li {
    padding: 0px 10px; }
  /* line 2142, static_files/frontdesk/scss/style.scss */
  .menu-wrapper {
    overflow-y: hidden; }
  /* line 2146, static_files/frontdesk/scss/style.scss */
  .sidebar-wrapper {
    position: relative;
    z-index: 1; }
  /* line 2151, static_files/frontdesk/scss/style.scss */
  .separator.line {
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 1px; }
    /* line 2157, static_files/frontdesk/scss/style.scss */
    .separator.line:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -20%;
      width: 150%;
      height: 1px;
      background-color: white; }
  /* line 2168, static_files/frontdesk/scss/style.scss */
  .flex-center {
    display: flex;
    justify-content: space-around; }
  /* line 2173, static_files/frontdesk/scss/style.scss */
  .user-icon {
    max-width: 18px;
    margin-right: 10px;
    position: relative;
    top: 1px; }
  /* line 2180, static_files/frontdesk/scss/style.scss */
  .logout svg {
    position: relative;
    top: 3px;
    margin-right: 5px; }
  /* line 2186, static_files/frontdesk/scss/style.scss */
  .overlay {
    display: none; }
    /* line 2189, static_files/frontdesk/scss/style.scss */
    .overlay .link-menu {
      display: block;
      text-align: center;
      margin: 10px;
      width: 100%;
      padding-bottom: 15px; }
      /* line 2196, static_files/frontdesk/scss/style.scss */
      .overlay .link-menu:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px; }
    /* line 2202, static_files/frontdesk/scss/style.scss */
    .overlay.open {
      display: flex; }
    /* line 2206, static_files/frontdesk/scss/style.scss */
    .overlay .link-menu-wrapper {
      display: table; }
      /* line 2209, static_files/frontdesk/scss/style.scss */
      .overlay .link-menu-wrapper a {
        display: block;
        margin-bottom: 25px; }
    /* line 2215, static_files/frontdesk/scss/style.scss */
    .overlay .overlay-footer {
      padding-top: 25px;
      display: table;
      margin: 80px auto 0px;
      width: 80%;
      text-align: center; }
  /* line 2224, static_files/frontdesk/scss/style.scss */
  .side-wrapper {
    display: none; }
  /* line 2228, static_files/frontdesk/scss/style.scss */
  .form-input, .form-input-button, .form-password {
    width: 100%; }
  /* line 2233, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    text-align: left; }
  /* line 2237, static_files/frontdesk/scss/style.scss */
  .search-wrapper button:not(.w-full) {
    width: 28%; }
  /* line 2242, static_files/frontdesk/scss/style.scss */
  .columns .three-column {
    width: 47%;
    margin-right: 3%; }
  /* line 2248, static_files/frontdesk/scss/style.scss */
  .header-wrapper .menu, .header-wrapper .right-menu {
    display: none; }
  /* line 2253, static_files/frontdesk/scss/style.scss */
  .new-wrapper .right {
    width: 100%; }
  /* line 2257, static_files/frontdesk/scss/style.scss */
  .table-wrapper td:first-child {
    text-align: center; }
  /* line 2262, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive.divide-4 input, .flex-row.responsive.divide-4 select {
    width: calc(25% - 13px); }
  /* line 2268, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive.divide-3 input, .flex-row.responsive.divide-3 select {
    width: calc(33.3333% - 13px); }
  /* line 2273, static_files/frontdesk/scss/style.scss */
  .tabs {
    margin-bottom: 8px; }
  /* line 2278, static_files/frontdesk/scss/style.scss */
  .collapse-grid.grid-2, .collapse-grid.grid-4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px; }
  /* line 2284, static_files/frontdesk/scss/style.scss */
  .grid-2.collapse-grid.checkin-filter {
    gap: 24px; }
  /* line 2288, static_files/frontdesk/scss/style.scss */
  .flex-row.checkin-filter-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    /* line 2292, static_files/frontdesk/scss/style.scss */
    .flex-row.checkin-filter-items input, .flex-row.checkin-filter-items select {
      width: 100%; }
  /* line 2297, static_files/frontdesk/scss/style.scss */
  .employee-search-wrapper {
    grid-column: 1 / span 3; }
  /* line 2301, static_files/frontdesk/scss/style.scss */
  .flex-row.activities-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px; }
  /* line 2308, static_files/frontdesk/scss/style.scss */
  .guest .form-input {
    margin-bottom: 0; }
  /* line 2312, static_files/frontdesk/scss/style.scss */
  .guest .flex-row.responsive {
    flex-wrap: wrap; }
    /* line 2315, static_files/frontdesk/scss/style.scss */
    .guest .flex-row.responsive input, .guest .flex-row.responsive select {
      width: 100%; }
    /* line 2319, static_files/frontdesk/scss/style.scss */
    .guest .flex-row.responsive button {
      width: 100%; }
  /* line 2324, static_files/frontdesk/scss/style.scss */
  .guest .border-right {
    border: none;
    margin: 0;
    padding: 0; }
  /* line 2332, static_files/frontdesk/scss/style.scss */
  .guest--details .scroll {
    margin-bottom: 10px; }
  /* line 2336, static_files/frontdesk/scss/style.scss */
  .guest--details table {
    margin-top: 20px; }
  /* line 2341, static_files/frontdesk/scss/style.scss */
  .guest--details .header .title {
    font-size: 20px; }
  /* line 2345, static_files/frontdesk/scss/style.scss */
  .guest--details .header .subtitle {
    font-size: 13px; } }

/* line 2353, static_files/frontdesk/scss/style.scss */
.report-table {
  width: 100%; }

/* line 2357, static_files/frontdesk/scss/style.scss */
.report-table thead th {
  text-align: center; }

/* line 2361, static_files/frontdesk/scss/style.scss */
.colon {
  padding-left: 50px;
  padding-right: 25px; }

/* line 2366, static_files/frontdesk/scss/style.scss */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 37%; }

/* line 2372, static_files/frontdesk/scss/style.scss */
.grid-2.checkin-filter {
  grid-gap: 25%; }

/* line 2376, static_files/frontdesk/scss/style.scss */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px; }

/* line 2382, static_files/frontdesk/scss/style.scss */
.small-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20%; }

/* line 2388, static_files/frontdesk/scss/style.scss */
.wide-grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 37%; }

/* line 2394, static_files/frontdesk/scss/style.scss */
.flex-row {
  display: flex;
  justify-content: center;
  gap: 10px; }
  /* line 2399, static_files/frontdesk/scss/style.scss */
  .flex-row input[type="text"], .flex-row input[type="date"] {
    margin: 0px; }
  /* line 2403, static_files/frontdesk/scss/style.scss */
  .flex-row.medium-gap {
    gap: 100px; }
  /* line 2407, static_files/frontdesk/scss/style.scss */
  .flex-row.align-start {
    align-items: flex-start; }

/* line 2412, static_files/frontdesk/scss/style.scss */
.flex-row.left {
  justify-content: flex-start;
  width: 100%; }

/* line 2417, static_files/frontdesk/scss/style.scss */
.flex-row.right {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px; }

/* line 2423, static_files/frontdesk/scss/style.scss */
.flex-row.responsive {
  flex-wrap: wrap; }
  /* line 2426, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive input, .flex-row.responsive select {
    width: 120px; }
  /* line 2430, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive button {
    width: fit-content; }

/* line 2435, static_files/frontdesk/scss/style.scss */
.flex-grow {
  flex-grow: 1; }

/* line 2439, static_files/frontdesk/scss/style.scss */
.grid {
  display: grid;
  gap: 10px; }
  /* line 2443, static_files/frontdesk/scss/style.scss */
  .grid input, .grid select, .grid button, .grid a {
    width: 100%; }
  /* line 2447, static_files/frontdesk/scss/style.scss */
  .grid.col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* line 2451, static_files/frontdesk/scss/style.scss */
  .grid.col-4--two-table {
    grid-template-columns: auto 1fr auto 1fr; }
  /* line 2456, static_files/frontdesk/scss/style.scss */
  .grid .col--expand {
    grid-column: 1 / -1; }

/* line 2461, static_files/frontdesk/scss/style.scss */
.green {
  color: #4c8900;
  font-family: "Gotham-Medium"; }

/* line 2466, static_files/frontdesk/scss/style.scss */
.red {
  color: #af1b33;
  font-family: "Gotham-Medium"; }

/* line 2471, static_files/frontdesk/scss/style.scss */
.yellow {
  color: #DD924E;
  font-family: "Gotham-Medium"; }

/* line 2476, static_files/frontdesk/scss/style.scss */
.proof-image {
  width: 140px;
  height: 140px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto; }

/* line 2486, static_files/frontdesk/scss/style.scss */
.proof-image:hover {
  opacity: 0.7; }

/* The Modal (background) */
/* line 2489, static_files/frontdesk/scss/style.scss */
.proof-image-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* line 2503, static_files/frontdesk/scss/style.scss */
.modal-block {
  display: block; }

/* Modal Content (Image) */
/* line 2508, static_files/frontdesk/scss/style.scss */
.proof-image-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
/* line 2516, static_files/frontdesk/scss/style.scss */
.proof-image-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation - Zoom in the Modal */
/* line 2528, static_files/frontdesk/scss/style.scss */
.proof-image-modal-content, .proof-image-caption {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* The Close Button */
/* line 2539, static_files/frontdesk/scss/style.scss */
.close {
  position: inherit;
  top: 80px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

/* line 2549, static_files/frontdesk/scss/style.scss */
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  /* line 2558, static_files/frontdesk/scss/style.scss */
  .modal-content {
    width: 100%; } }

/* line 2563, static_files/frontdesk/scss/style.scss */
.nav-wrapper {
  position: absolute; }

/* line 2567, static_files/frontdesk/scss/style.scss */
.red-button {
  background-color: #af1b33;
  color: #fff; }

/* line 2572, static_files/frontdesk/scss/style.scss */
.green-button {
  background-color: #4c8900;
  color: #fff; }

/* line 2577, static_files/frontdesk/scss/style.scss */
.back-button {
  background-color: #98c1d9;
  color: #fff;
  margin-left: 45px;
  width: 80px; }

/* line 2586, static_files/frontdesk/scss/style.scss */
.summary-wrapper .title {
  font-size: 18px;
  font-family: "Gotham-Medium"; }

/* line 2590, static_files/frontdesk/scss/style.scss */
.summary-wrapper .total {
  font-size: 15px;
  font-family: "Gotham-Medium"; }

/* line 2595, static_files/frontdesk/scss/style.scss */
.summary-wrapper.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px; }

@media (min-width: 768px) {
  /* line 2604, static_files/frontdesk/scss/style.scss */
  .flex-row.right {
    justify-content: flex-end;
    margin-bottom: 0; }
  /* line 2609, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive {
    flex-wrap: nowrap; }
    /* line 2612, static_files/frontdesk/scss/style.scss */
    .flex-row.responsive input, .flex-row.responsive select, .flex-row.responsive button {
      width: 100%; } }

/* line 2618, static_files/frontdesk/scss/style.scss */
.checkin-export-form {
  justify-content: left; }
  /* line 2621, static_files/frontdesk/scss/style.scss */
  .checkin-export-form .button-brown {
    padding: 7px 15px; }
  /* line 2625, static_files/frontdesk/scss/style.scss */
  .checkin-export-form .gold-text {
    color: #A48053;
    padding-top: 20px; }

/* line 2631, static_files/frontdesk/scss/style.scss */
.badge {
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  font-size: 8px;
  background: #ff0000;
  color: white;
  text-align: center;
  font: "Gotham-Bold";
  vertical-align: middle; }
  /* line 2642, static_files/frontdesk/scss/style.scss */
  .badge span {
    display: inline-block;
    padding-top: 52%;
    padding-bottom: 45%;
    margin-left: 6px;
    margin-right: 6px; }

/* line 2651, static_files/frontdesk/scss/style.scss */
.filter-input {
  min-width: 100px; }

/* line 2655, static_files/frontdesk/scss/style.scss */
.forgot-password-wrapper {
  text-align: right; }
  /* line 2658, static_files/frontdesk/scss/style.scss */
  .forgot-password-wrapper a {
    color: #A48053;
    font: 12px/12px "Gotham-Light"; }

/* line 2665, static_files/frontdesk/scss/style.scss */
.forgot-password-form .title {
  margin-bottom: 10px; }

/* line 2669, static_files/frontdesk/scss/style.scss */
.forgot-password-form .grid-2 {
  gap: 3%; }

/* line 2673, static_files/frontdesk/scss/style.scss */
.forgot-password-form .button, .forgot-password-form .button-hollow {
  margin-top: 5px;
  padding: 10px 15px;
  border-radius: 2px;
  font: 14px/14px "Gotham-Light"; }

/* line 2680, static_files/frontdesk/scss/style.scss */
.forgot-password-form .cancel {
  background-color: #d2d2d4;
  color: white; }

/* line 2685, static_files/frontdesk/scss/style.scss */
.forgot-password-form img {
  padding-bottom: 5px; }

/* line 2689, static_files/frontdesk/scss/style.scss */
.forgot-password-form .title {
  margin-top: 5px; }

/* line 2693, static_files/frontdesk/scss/style.scss */
.forgot-password-form label {
  text-align: left; }

/* line 2699, static_files/frontdesk/scss/style.scss */
.form .helptext {
  font: 14px/22px "Gotham-Light";
  color: #999; }

/* line 2704, static_files/frontdesk/scss/style.scss */
.form .helptext.hide {
  display: none; }

/* line 2709, static_files/frontdesk/scss/style.scss */
.popup-filter {
  display: flex;
  position: absolute;
  margin-top: 11px;
  margin-left: -10px;
  border-radius: 2px;
  font-size: 14px;
  background-color: white;
  text-align: left;
  border: 1px solid #A48053;
  border-radius: 8px;
  padding: 12px 20px 12px 20px; }
  /* line 2722, static_files/frontdesk/scss/style.scss */
  .popup-filter .image-filter {
    width: 15px; }

/* line 2728, static_files/frontdesk/scss/style.scss */
.popup-filter a {
  display: block;
  text-decoration: none;
  color: black;
  cursor: pointer;
  padding: 6px 0px;
  font: 15px/18px "Gotham-Book";
  text-transform: none; }
  /* line 2737, static_files/frontdesk/scss/style.scss */
  .popup-filter a.active {
    background-color: #A48053; }

/* line 2742, static_files/frontdesk/scss/style.scss */
.popup-filter a:hover {
  color: #b8905f; }

/* line 2747, static_files/frontdesk/scss/style.scss */
.filter-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px; }
  /* line 2753, static_files/frontdesk/scss/style.scss */
  .filter-wrapper .image-filter {
    height: 20px;
    width: 20px; }

/* line 2759, static_files/frontdesk/scss/style.scss */
.is-hidden {
  display: none; }

/* line 2763, static_files/frontdesk/scss/style.scss */
.header-dropdown th {
  position: relative; }

/* line 2768, static_files/frontdesk/scss/style.scss */
.flex-row {
  justify-content: start;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px; }

/* line 2776, static_files/frontdesk/scss/style.scss */
.wrap {
  flex-wrap: wrap; }

/* line 2780, static_files/frontdesk/scss/style.scss */
.justify-content-center {
  justify-content: center; }

/* line 2784, static_files/frontdesk/scss/style.scss */
.justify-content-space-between {
  justify-content: space-between; }

/* line 2788, static_files/frontdesk/scss/style.scss */
.v-spacer {
  margin: 16px auto; }

/* line 2792, static_files/frontdesk/scss/style.scss */
.w-full {
  width: 100%; }

/* line 2796, static_files/frontdesk/scss/style.scss */
.w-med {
  width: 12rem !important; }

/* line 2800, static_files/frontdesk/scss/style.scss */
.m-left {
  margin-left: 16px; }

/* line 2805, static_files/frontdesk/scss/style.scss */
.button-nostyle {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #A48053;
  cursor: pointer; }

/* line 2813, static_files/frontdesk/scss/style.scss */
.button-nostyle:hover {
  color: #333333; }

/* line 2817, static_files/frontdesk/scss/style.scss */
.button-close-after::after {
  margin-left: 4px;
  content: "✖"; }

/* line 2822, static_files/frontdesk/scss/style.scss */
.button-primary {
  background-color: #A48053;
  color: white; }

/* line 2827, static_files/frontdesk/scss/style.scss */
.button-primary-light {
  background-color: #fff3e4;
  color: #A48053;
  border: 1px solid #A48053; }

/* line 2833, static_files/frontdesk/scss/style.scss */
.button-hollow {
  background-color: white;
  color: #A48053;
  outline: 1px solid #A48053;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 2844, static_files/frontdesk/scss/style.scss */
.button-lg {
  padding: 8px 13px; }

/* line 2848, static_files/frontdesk/scss/style.scss */
.button-xl {
  padding: 12px 26px;
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: 16px; }

/* line 2856, static_files/frontdesk/scss/style.scss */
ul.custom-checkbox-multiple {
  padding-inline-start: 0;
  padding: 0;
  gap: 10px 10px;
  display: grid;
  margin: 32px inherit; }
  /* line 2863, static_files/frontdesk/scss/style.scss */
  ul.custom-checkbox-multiple li {
    list-style-type: none; }
  /* line 2867, static_files/frontdesk/scss/style.scss */
  ul.custom-checkbox-multiple input[type="checkbox"] {
    width: 15px;
    height: 15px;
    flex-shrink: 0; }
  @media only screen and (min-width: 600px) {
    /* line 2856, static_files/frontdesk/scss/style.scss */
    ul.custom-checkbox-multiple {
      grid-template-columns: 1fr; } }
  @media only screen and (min-width: 768px) {
    /* line 2856, static_files/frontdesk/scss/style.scss */
    ul.custom-checkbox-multiple {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (min-width: 992px) {
    /* line 2856, static_files/frontdesk/scss/style.scss */
    ul.custom-checkbox-multiple {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media only screen and (min-width: 1200px) {
    /* line 2856, static_files/frontdesk/scss/style.scss */
    ul.custom-checkbox-multiple {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
/* line 2890, static_files/frontdesk/scss/style.scss */
.custom-checkbox-multiple > * {
  padding: 10px 0; }

/* line 2894, static_files/frontdesk/scss/style.scss */
.title-header-wrapper {
  display: flex; }
  /* line 2897, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper form {
    flex: 1; }
  /* line 2901, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .header-menu {
    flex: 1;
    align-items: right;
    display: flex;
    gap: 10px;
    margin: auto;
    flex-direction: column; }
  /* line 2910, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper span {
    flex: 1; }
  /* line 2914, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .selectBox {
    display: flex; }
    /* line 2916, static_files/frontdesk/scss/style.scss */
    .title-header-wrapper .selectBox :hover {
      cursor: pointer; }
  /* line 2921, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .dropdown-button {
    padding: 10px 20px;
    background-color: white;
    color: #A48053;
    border: solid 1px #F4F4F4;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Gotham-Light";
    position: relative;
    text-align: left;
    width: 100%; }
  /* line 2934, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .arrow-down {
    background-image: url("/static/frontdesk/img/chevron-down.svg?c94588457378");
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    background-position: right; }
  /* line 2945, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .arrow-down {
    transform: rotate(0deg);
    transition: all 0.6s; }
    /* line 2948, static_files/frontdesk/scss/style.scss */
    .title-header-wrapper .arrow-down.active {
      transform: rotate(180deg); }
  /* line 2953, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper h3 {
    flex: 1;
    font-size: 28px; }
  /* line 2958, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .button-wrapper {
    margin-left: auto; }
  /* line 2962, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .multiselect {
    flex: 1;
    position: relative; }
  /* line 2967, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .selectBox {
    position: relative; }
  /* line 2971, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  /* line 2979, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .filter {
    flex-direction: row;
    display: flex;
    gap: 10px; }
  /* line 2985, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .checkboxes {
    display: none;
    border: 1px #F4F4F4 solid;
    z-index: 1000;
    background: white;
    position: absolute;
    flex: 1;
    width: 99%;
    margin-top: -2px; }
  /* line 2996, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .checkboxes label {
    display: block;
    color: #231F20;
    border-bottom: solid 1px #F4F4F4;
    padding: 5px 20px;
    font-size: 16px;
    font-family: "Gotham-Light"; }
  /* line 3005, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper input[type='checkbox'] {
    accent-color: #A48053;
    color: white; }
  /* line 3010, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .button-brown {
    padding: 5px 20px; }

/* line 3015, static_files/frontdesk/scss/style.scss */
.selected-filters {
  padding-bottom: 20px; }
  /* line 3018, static_files/frontdesk/scss/style.scss */
  .selected-filters .selected-filter {
    padding: 8px 30px 8px 15px;
    border: solid 1px #A48053;
    background-color: rgba(164, 128, 83, 0.1);
    border-radius: 4px;
    position: relative;
    color: #A48053;
    font: 12px/22px "Gotham-Light";
    margin-top: auto;
    margin-bottom: 10px; }
    /* line 3029, static_files/frontdesk/scss/style.scss */
    .selected-filters .selected-filter .close {
      position: absolute;
      right: 20px;
      width: 14px;
      height: 14px;
      opacity: 0.5;
      top: 3px;
      bottom: 0;
      margin: auto 0; }
    /* line 3040, static_files/frontdesk/scss/style.scss */
    .selected-filters .selected-filter .close:before, .selected-filters .selected-filter .close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 10px;
      width: 1px;
      top: auto;
      background-color: #A48053; }
    /* line 3050, static_files/frontdesk/scss/style.scss */
    .selected-filters .selected-filter .close:before {
      transform: rotate(45deg); }
    /* line 3053, static_files/frontdesk/scss/style.scss */
    .selected-filters .selected-filter .close:after {
      transform: rotate(-45deg); }
  /* line 3058, static_files/frontdesk/scss/style.scss */
  .selected-filters .reset {
    font: 16px/22px "Gotham-Book";
    color: #A48053;
    border: none;
    padding: auto;
    background: none;
    margin-left: 10px;
    margin-top: auto; }

/* line 3069, static_files/frontdesk/scss/style.scss */
.plain-button {
  background: none;
  border: 1px solid #A48053;
  border-radius: 4px;
  padding: 5px 20px;
  color: #A48053;
  font: 16px/22px "Gotham-Book"; }

/* line 3078, static_files/frontdesk/scss/style.scss */
.search {
  display: flex;
  width: 100%; }
  /* line 3082, static_files/frontdesk/scss/style.scss */
  .search input {
    margin-bottom: 0; }

/* line 3087, static_files/frontdesk/scss/style.scss */
.flex {
  display: flex;
  gap: 10px; }

/* line 3092, static_files/frontdesk/scss/style.scss */
.employee-section {
  margin-bottom: 20px; }

/* line 3096, static_files/frontdesk/scss/style.scss */
.members-section {
  margin-top: 20px;
  width: 100%; }

/* line 3101, static_files/frontdesk/scss/style.scss */
.selected-employee {
  border: 1px solid #A7A9AC;
  border-radius: 4px;
  padding: 10px;
  font: 16px/22px "Gotham-Bold";
  position: relative; }
  /* line 3108, static_files/frontdesk/scss/style.scss */
  .selected-employee .close {
    position: absolute;
    top: -5px;
    right: -4px;
    color: #A48053;
    font-size: 15px;
    line-height: 9px;
    font-weight: 100;
    padding: 4px;
    border: 1px solid #A7A9AC;
    border-radius: 20px;
    background: white; }

/* line 3123, static_files/frontdesk/scss/style.scss */
.selected-member {
  border: 1px solid #A7A9AC;
  border-radius: 4px;
  font: 16px/22px "Gotham-Bold";
  position: relative;
  padding: 20px 30px 15px 20px;
  margin-top: 15px;
  margin-right: 3px; }
  /* line 3132, static_files/frontdesk/scss/style.scss */
  .selected-member hr {
    border-top: 0.5px solid; }
  /* line 3136, static_files/frontdesk/scss/style.scss */
  .selected-member .close {
    position: absolute;
    top: -5px;
    right: -4px;
    color: #A48053;
    font-size: 15px;
    line-height: 9px;
    font-weight: 100;
    padding: 4px;
    border: 1px solid #A7A9AC;
    border-radius: 20px;
    background: white; }

/* line 3151, static_files/frontdesk/scss/style.scss */
.customer-info {
  display: flex; }
  /* line 3154, static_files/frontdesk/scss/style.scss */
  .customer-info .customer-name {
    flex: 4; }
  /* line 3158, static_files/frontdesk/scss/style.scss */
  .customer-info .customer-level-status {
    flex: 2;
    text-align: right; }

/* line 3164, static_files/frontdesk/scss/style.scss */
.customer-contact {
  display: flex;
  gap: 10px;
  font: 14px/22px "Gotham-Book"; }

/* line 3170, static_files/frontdesk/scss/style.scss */
.ownership-info {
  font: 14px/22px "Gotham-Book"; }
  /* line 3173, static_files/frontdesk/scss/style.scss */
  .ownership-info span {
    display: block; }

/* line 3178, static_files/frontdesk/scss/style.scss */
.selected-members-count {
  font: 16px/22px "Gotham-Bold"; }

/* line 3182, static_files/frontdesk/scss/style.scss */
.solid-line {
  border-top: 0.5px solid; }

/* line 3186, static_files/frontdesk/scss/style.scss */
.selected-member-list {
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden; }

/* line 3192, static_files/frontdesk/scss/style.scss */
.change-ownerships {
  width: 70%; }
  /* line 3195, static_files/frontdesk/scss/style.scss */
  .change-ownerships .button, .change-ownerships .button-hollow {
    padding: 10px;
    float: right; }
  /* line 3200, static_files/frontdesk/scss/style.scss */
  .change-ownerships hr:last-child {
    margin: 20px 0px; }

/* line 3205, static_files/frontdesk/scss/style.scss */
.user-box-wrapper {
  padding: 10px 34px 10px 14px;
  border: 1px solid #E0E0E0;
  background-color: white;
  margin-bottom: 15px;
  border-radius: 8px;
  position: relative; }
  /* line 3213, static_files/frontdesk/scss/style.scss */
  .user-box-wrapper.hidden {
    display: none; }
  /* line 3217, static_files/frontdesk/scss/style.scss */
  .user-box-wrapper__box-info-top {
    display: flex;
    justify-content: space-between; }
  /* line 3222, static_files/frontdesk/scss/style.scss */
  .user-box-wrapper__box-info__subtitle {
    font-size: 13px; }
  /* line 3226, static_files/frontdesk/scss/style.scss */
  .user-box-wrapper .remove-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url("/static/website/img/remove-icon.svg?c94588457378");
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px; }

/* line 3238, static_files/frontdesk/scss/style.scss */
.header-arisan-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0px; }
  /* line 3245, static_files/frontdesk/scss/style.scss */
  .header-arisan-wrapper .add-and-search {
    display: flex;
    gap: 12px; }
  /* line 3250, static_files/frontdesk/scss/style.scss */
  .header-arisan-wrapper h2 {
    margin: 0;
    margin-bottom: 6px; }

/* line 3256, static_files/frontdesk/scss/style.scss */
.button-add {
  color: #A48053;
  border: 1px solid #A48053;
  font-weight: bold;
  display: flex;
  border-radius: 4px;
  padding: 5px 16px;
  width: fit-content;
  height: 100%;
  max-height: 44px;
  align-items: center;
  gap: 6px;
  justify-content: space-between; }

/* line 3271, static_files/frontdesk/scss/style.scss */
.input-search-with-icon {
  position: relative;
  height: 40px; }
  /* line 3275, static_files/frontdesk/scss/style.scss */
  .input-search-with-icon .input-with-icon {
    height: 100%;
    max-width: 350px;
    min-width: 200px;
    padding-right: 32px; }
  /* line 3282, static_files/frontdesk/scss/style.scss */
  .input-search-with-icon .icon {
    position: absolute;
    right: 15px;
    top: 20%;
    width: 16px;
    height: 16px;
    fill: #999; }

/* line 3292, static_files/frontdesk/scss/style.scss */
.font-bold {
  font-family: "Gotham-Bold"; }

/* line 3296, static_files/frontdesk/scss/style.scss */
.font-small {
  font-size: 12px; }

/* line 3300, static_files/frontdesk/scss/style.scss */
.text-brown {
  color: #A48053; }

/* line 3304, static_files/frontdesk/scss/style.scss */
.select-customer-input {
  min-width: 260px;
  max-width: 300px; }

/* line 3309, static_files/frontdesk/scss/style.scss */
.right-align-container {
  display: flex;
  padding: 12px 0px;
  justify-content: flex-end; }

/* line 3315, static_files/frontdesk/scss/style.scss */
.container-max {
  width: 90%; }

/* line 3319, static_files/frontdesk/scss/style.scss */
.container-small {
  max-width: 50rem; }

/* line 3323, static_files/frontdesk/scss/style.scss */
.container-payment {
  width: 50%; }

/* line 3327, static_files/frontdesk/scss/style.scss */
.form-add-customer-group {
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px; }
  /* line 3332, static_files/frontdesk/scss/style.scss */
  .form-add-customer-group .select-member-input {
    width: 100%; }
  /* line 3336, static_files/frontdesk/scss/style.scss */
  .form-add-customer-group input[type="number"] {
    width: 30%;
    min-width: 120px;
    padding: 10px 15px;
    color: #A7A9AC;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #A7A9AC;
    font-size: 14px; }

/* line 3349, static_files/frontdesk/scss/style.scss */
.table-payment {
  width: 60%; }

/* line 3354, static_files/frontdesk/scss/style.scss */
.checkin-filter .field-width-200 input,
.checkin-filter .field-width-200 select,
.checkin-filter .field-width-200 button {
  width: 200px; }

/* line 3362, static_files/frontdesk/scss/style.scss */
.header-v2 input {
  margin: 0; }

/* line 3366, static_files/frontdesk/scss/style.scss */
.header-v2__title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 3372, static_files/frontdesk/scss/style.scss */
.header-v2__search-input {
  width: 30%;
  position: relative; }
  /* line 3376, static_files/frontdesk/scss/style.scss */
  .header-v2__search-input > input {
    margin: 0;
    padding-right: 30px; }
  /* line 3381, static_files/frontdesk/scss/style.scss */
  .header-v2__search-input::after {
    content: "";
    display: block;
    background-image: url("/static/frontdesk/img/search.svg?c94588457378");
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    aspect-ratio: 1; }

/* line 3395, static_files/frontdesk/scss/style.scss */
.header-v2__action-field {
  display: inline-flex;
  gap: 10px; }

/* line 3400, static_files/frontdesk/scss/style.scss */
.header-v2__button {
  padding: 10px 20px;
  background-color: #A48053;
  color: #fff; }

/* line 3409, static_files/frontdesk/scss/style.scss */
.pagination-v2 {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding: 10px 0; }
  /* line 3415, static_files/frontdesk/scss/style.scss */
  .pagination-v2 li {
    padding: 3px 8px 1px;
    color: #333333;
    font: 16px/20px "Gotham-Medium"; }
    /* line 3420, static_files/frontdesk/scss/style.scss */
    .pagination-v2 li:not(.active, .disabled) {
      background-color: #A48053; }
  /* line 3425, static_files/frontdesk/scss/style.scss */
  .pagination-v2 a {
    color: white;
    font: 16px/16px "Gotham-Book"; }

/* line 3432, static_files/frontdesk/scss/style.scss */
#member-search-btn {
  grid-column: 1;
  text-align: center; }
