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

/* line 59, 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 68, static_files/frontdesk/scss/style.scss */
hr {
  border-bottom: none;
  border-top: 1px dashed #A7A9AC; }

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

/* line 79, 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 89, 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 98, static_files/frontdesk/scss/style.scss */
  input[type="text"].min-width-120, input[type="password"].min-width-120, input[type="email"].min-width-120, input[type="date"].min-width-120 {
    min-width: 120px; }
  /* line 102, 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 107, static_files/frontdesk/scss/style.scss */
input[type="text"]::placeholder, input[type="email"], input[type="password"]::placeholder {
  color: #A7A9AC;
  font-family: "Gotham-Light"; }

/* line 112, 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 124, static_files/frontdesk/scss/style.scss */
.monthly-report-button {
  padding: none;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 132, 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 142, static_files/frontdesk/scss/style.scss */
  .check-in-legend > div {
    display: flex;
    align-items: center;
    margin-right: 18px; }
  /* line 148, static_files/frontdesk/scss/style.scss */
  .check-in-legend .mark {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 6px; }
    /* line 154, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.red {
      background: #bc3f3f; }
    /* line 158, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.green {
      background: #378c37; }
    /* line 162, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.yellow {
      background: #DD924E; }
    /* line 166, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.gray {
      background: #6D6E71; }
    /* line 170, static_files/frontdesk/scss/style.scss */
    .check-in-legend .mark.alpha {
      color: #bc3f3f;
      font-family: "Gotham-Bold";
      font-size: 14px;
      line-height: 100%; }

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

/* line 184, 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 190, 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 196, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .check-in-legend > div:last-child {
      margin-right: 0; }
  /* line 201, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report .checkin-header-wrapper {
    display: flex; }
    /* line 204, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .checkin-header-wrapper > :first-child {
      flex: 1;
      margin-top: 20px; }
    /* line 209, 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 214, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .checkin-header-wrapper > :nth-child(2) > :first-child {
        flex: 1; }
  /* line 220, 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 232, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report h2 {
    margin: 0;
    margin-bottom: 6px; }
  /* line 237, static_files/frontdesk/scss/style.scss */
  .checkin-monthly-report .cal {
    display: flex;
    margin-top: 6px;
    font-size: 12px;
    font-family: "Gotham-Medium"; }
    /* line 243, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .cal .date {
      background-color: #F4F4F4;
      flex-grow: 1; }
      /* line 247, 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 255, static_files/frontdesk/scss/style.scss */
    .checkin-monthly-report .cal .red {
      color: #bc3f3f; }
    /* line 259, 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 267, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .red {
        background: #bc3f3f; }
      /* line 271, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .green {
        background: #378c37; }
      /* line 275, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .yellow {
        background: #DD924E; }
      /* line 279, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark .gray {
        background: #6D6E71; }
      /* line 283, 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 290, static_files/frontdesk/scss/style.scss */
      .checkin-monthly-report .cal .mark div {
        width: 12px;
        height: 12px;
        border-radius: 6px; }

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

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

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

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

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

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

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

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

/* line 340, static_files/frontdesk/scss/style.scss */
.columns {
  display: block; }
  /* line 343, static_files/frontdesk/scss/style.scss */
  .columns .two-column, .columns .three-column, .columns .four-column {
    float: left; }
  /* line 347, static_files/frontdesk/scss/style.scss */
  .columns .two-column {
    width: 49%;
    margin-right: 2%; }
  /* line 352, static_files/frontdesk/scss/style.scss */
  .columns .three-column {
    width: 32%;
    margin-right: 2%; }
  /* line 357, static_files/frontdesk/scss/style.scss */
  .columns .four-column {
    width: 23.5%;
    margin-right: 2%; }
  /* line 362, static_files/frontdesk/scss/style.scss */
  .columns .six-column {
    width: 48%;
    margin-right: 2%; }
  /* line 367, 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 375, static_files/frontdesk/scss/style.scss */
.cart {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px; }

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

/* line 389, static_files/frontdesk/scss/style.scss */
.form-input {
  width: 33%;
  margin-bottom: 15px; }
  /* line 393, static_files/frontdesk/scss/style.scss */
  .form-input .label {
    color: #474446;
    margin-bottom: 5px; }
  /* line 398, static_files/frontdesk/scss/style.scss */
  .form-input input[type="text"], .form-input input[type="password"] {
    padding: 11px 15px;
    min-width: 100%; }
  /* line 403, 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 414, static_files/frontdesk/scss/style.scss */
  .form-input .awesomplete {
    width: 100%; }

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

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

/* line 428, static_files/frontdesk/scss/style.scss */
.mt-30 {
  margin-top: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 509, static_files/frontdesk/scss/style.scss */
.m-0 {
  margin: 0; }

/* line 513, static_files/frontdesk/scss/style.scss */
.width-auto {
  width: auto; }

/* line 517, static_files/frontdesk/scss/style.scss */
.m-width-160 {
  min-width: 160px; }

/* line 521, 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 534, 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 543, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-half .text-center {
      text-align: center; }
    /* line 547, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-half .button-gray {
      background-color: #A7A9AC;
      color: #fff3e4; }
    /* line 552, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-half .space {
      display: flex;
      gap: 34px;
      justify-content: space-between; }
    /* line 558, 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 567, static_files/frontdesk/scss/style.scss */
      .modal-wrapper .modal-half .content-table .border-right {
        border-right: 1px solid #A7A9AC; }
      /* line 571, 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 579, 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 589, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal.action-modal {
      overflow: hidden; }
    /* line 593, 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 601, static_files/frontdesk/scss/style.scss */
      .modal-wrapper .modal label input {
        margin-right: 8px; }
    /* line 606, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal h5 {
      text-align: left; }
  /* line 611, static_files/frontdesk/scss/style.scss */
  .modal-wrapper .modal-done-button {
    width: auto;
    float: right;
    background-color: #A48053;
    color: white; }
  /* line 618, 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 627, static_files/frontdesk/scss/style.scss */
  .modal-wrapper .modal-narrow {
    background: white;
    width: 500px;
    max-width: calc(100% - 50px);
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 8px; }
    /* line 638, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-narrow label {
      display: flex;
      align-items: center;
      height: 100%;
      line-height: 1.2;
      text-align: left;
      font-size: 14px; }
      /* line 646, static_files/frontdesk/scss/style.scss */
      .modal-wrapper .modal-narrow label input {
        margin-right: 8px; }
    /* line 651, static_files/frontdesk/scss/style.scss */
    .modal-wrapper .modal-narrow .custom-checkbox-multiple {
      grid-template-columns: repeat(2, 1fr);
      max-height: 400px;
      overflow-y: auto; }

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

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

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

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

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

/* line 704, 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 717, static_files/frontdesk/scss/style.scss */
  .message ul, .message li, .message-js ul, .message-js li {
    list-style-type: none; }
  /* line 721, static_files/frontdesk/scss/style.scss */
  .message ul, .message-js ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 100%; }
  /* line 728, static_files/frontdesk/scss/style.scss */
  .message.hide, .message-js.hide {
    display: none; }
  /* line 732, static_files/frontdesk/scss/style.scss */
  .message.success, .message-js.success {
    background-color: #4c8900; }
  /* line 736, static_files/frontdesk/scss/style.scss */
  .message.error, .message-js.error {
    background-color: #ff0000; }

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

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

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

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

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

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

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

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

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

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

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

/* line 824, static_files/frontdesk/scss/style.scss */
.table, .guest table, .logs-table, .report-table {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  /* line 829, 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 833, 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 840, 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 844, 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 850, static_files/frontdesk/scss/style.scss */
.report-table {
  width: unset; }
  /* line 854, static_files/frontdesk/scss/style.scss */
  .report-table thead th, .report-table tbody td {
    padding: 5px 30px;
    white-space: nowrap; }

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

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

/* line 881, static_files/frontdesk/scss/style.scss */
.search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /* line 886, static_files/frontdesk/scss/style.scss */
  .search-wrapper .store-query {
    height: 50px;
    width: 200px; }
  /* line 891, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    width: 100%;
    margin-bottom: 20px;
    grid-gap: 10px; }
  /* line 897, 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 904, static_files/frontdesk/scss/style.scss */
  .search-wrapper input[type="text"].input-search.full-width {
    max-width: 70%;
    margin-right: 10px; }
  /* line 909, static_files/frontdesk/scss/style.scss */
  .search-wrapper input {
    font: 16px/16px "Gotham-Book";
    color: #A48053; }
    /* line 913, static_files/frontdesk/scss/style.scss */
    .search-wrapper input::placeholder {
      padding: 11px 15px;
      text-align: left;
      font: 16px/16px "Gotham-Book";
      color: #A48053; }
  /* line 921, static_files/frontdesk/scss/style.scss */
  .search-wrapper button {
    font: 18px/18px "Gotham-Book";
    max-width: 150px;
    padding: 12px 15px; }
  /* line 927, static_files/frontdesk/scss/style.scss */
  .search-wrapper select {
    font: 16px/16px "Gotham-Book";
    height: 42px;
    width: auto;
    margin-bottom: 0;
    color: #A48053; }
  /* line 935, static_files/frontdesk/scss/style.scss */
  .search-wrapper input {
    margin-bottom: 0; }
  /* line 939, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field {
    display: contents; }
  /* line 943, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field svg {
    display: none; }

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

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

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

/* line 988, static_files/frontdesk/scss/style.scss */
.sort-column {
  cursor: pointer;
  color: #fff;
  position: relative;
  top: 5px; }
  /* line 994, static_files/frontdesk/scss/style.scss */
  .sort-column div {
    display: inline-grid;
    position: relative;
    bottom: 4px; }
  /* line 1000, static_files/frontdesk/scss/style.scss */
  .sort-column .arrow-up {
    position: relative;
    top: 6px;
    width: auto; }
  /* line 1006, static_files/frontdesk/scss/style.scss */
  .sort-column .arrow-down {
    position: relative;
    bottom: 6px;
    width: auto; }
  /* line 1012, static_files/frontdesk/scss/style.scss */
  .sort-column .arrow-up.single, .sort-column .arrow-down.single {
    position: relative;
    top: 4px; }

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

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

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

/* line 1084, static_files/frontdesk/scss/style.scss */
.table-wrapper {
  width: 100%;
  overflow-x: scroll; }
  /* line 1088, static_files/frontdesk/scss/style.scss */
  .table-wrapper th, .table-wrapper tbody td {
    white-space: nowrap; }
  /* line 1092, static_files/frontdesk/scss/style.scss */
  .table-wrapper tbody td {
    font: 14px/22px "Gotham-Book"; }
    /* line 1095, static_files/frontdesk/scss/style.scss */
    .table-wrapper tbody td h4 {
      text-align: left; }
  /* line 1100, static_files/frontdesk/scss/style.scss */
  .table-wrapper thead th {
    font: 16px/26px "Gotham-Book";
    height: 26px; }
  /* line 1105, static_files/frontdesk/scss/style.scss */
  .table-wrapper .link {
    font: 14px/22px "Gotham-Book"; }

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

/* line 1114, static_files/frontdesk/scss/style.scss */
.table-summary {
  border-spacing: 12px; }
  /* line 1117, 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 1132, static_files/frontdesk/scss/style.scss */
.input-date {
  width: 80px;
  height: 27px; }

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

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

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

/* line 1152, 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 1164, static_files/frontdesk/scss/style.scss */
  .header-wrapper .logo {
    height: 20px;
    width: 106px; }
  /* line 1169, static_files/frontdesk/scss/style.scss */
  .header-wrapper .menu {
    list-style: none; }
    /* line 1172, static_files/frontdesk/scss/style.scss */
    .header-wrapper .menu li {
      display: inline;
      padding-right: 40px; }
    /* line 1177, static_files/frontdesk/scss/style.scss */
    .header-wrapper .menu a {
      color: #FFF;
      font-size: 17px;
      font-family: "Gotham-Medium"; }
      /* line 1182, static_files/frontdesk/scss/style.scss */
      .header-wrapper .menu a.active, .header-wrapper .menu a:hover {
        color: #A48053;
        border-bottom: 2px solid #A48053; }
  /* line 1189, static_files/frontdesk/scss/style.scss */
  .header-wrapper .login-button {
    color: #FFF;
    background: #A48053; }
  /* line 1194, static_files/frontdesk/scss/style.scss */
  .header-wrapper .right-menu {
    display: flex;
    justify-content: flex-end; }
    /* line 1198, 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 1205, static_files/frontdesk/scss/style.scss */
      .header-wrapper .right-menu a:first-child {
        margin-right: 25px; }
    /* line 1210, static_files/frontdesk/scss/style.scss */
    .header-wrapper .right-menu img {
      width: 14px;
      height: 14px; }
    /* line 1215, static_files/frontdesk/scss/style.scss */
    .header-wrapper .right-menu .logout {
      color: #BDBDBD; }
  /* line 1220, 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 1228, static_files/frontdesk/scss/style.scss */
    .header-wrapper .account img {
      width: 16px; }
  /* line 1233, 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 1243, static_files/frontdesk/scss/style.scss */
.animated {
  animation-duration: .3s;
  animation-fill-mode: both; }

@media (prefers-reduced-motion) {
  /* line 1249, 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 1267, static_files/frontdesk/scss/style.scss */
.fadeInDown {
  animation-name: fadeInDown; }

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

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

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

/* line 1290, 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 1303, static_files/frontdesk/scss/style.scss */
  .add-button:hover {
    color: #fff; }

/* Start Menu */
/* line 1309, 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 1321, static_files/frontdesk/scss/style.scss */
  .button_container:hover {
    opacity: .7; }
  /* line 1327, static_files/frontdesk/scss/style.scss */
  .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg); }
  /* line 1331, static_files/frontdesk/scss/style.scss */
  .button_container.active .bottom {
    transform: translateY(-9px) translateX(0) rotate(-45deg); }
  /* line 1335, static_files/frontdesk/scss/style.scss */
  .button_container.active .middle {
    transform: translateX(100%);
    opacity: 0; }
  /* line 1341, 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 1352, static_files/frontdesk/scss/style.scss */
.form-input, .form-input-button, .form-password {
  width: 100%; }

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

/* line 1361, 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 1368, static_files/frontdesk/scss/style.scss */
  .table-checkbox-multiple th, .table-checkbox-multiple td {
    padding: 8px; }
    /* line 1371, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:first-child, .table-checkbox-multiple td:first-child {
      width: 5%;
      padding-left: 16px; }
    /* line 1376, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:nth-child(2), .table-checkbox-multiple td:nth-child(2) {
      width: 50%; }
    /* line 1380, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:nth-child(3), .table-checkbox-multiple td:nth-child(3) {
      width: 25%; }
    /* line 1384, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple th:last-child, .table-checkbox-multiple td:last-child {
      width: 25%; }
  /* line 1389, static_files/frontdesk/scss/style.scss */
  .table-checkbox-multiple th {
    text-align: left;
    font-size: 14px;
    background-color: #EBEBEB; }
  /* line 1395, static_files/frontdesk/scss/style.scss */
  .table-checkbox-multiple td {
    border-top: 1px solid #A7A9AC; }
    /* line 1399, 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 1409, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple td:nth-child(3).none::before {
      content: none; }
    /* line 1413, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple td:nth-child(3).active::before {
      background-color: #00CF00; }
    /* line 1417, static_files/frontdesk/scss/style.scss */
    .table-checkbox-multiple td:nth-child(3).inactive {
      color: rgba(71, 68, 70, 0.5); }
      /* line 1420, static_files/frontdesk/scss/style.scss */
      .table-checkbox-multiple td:nth-child(3).inactive::before {
        background-color: rgba(71, 68, 70, 0.3); }

/* line 1428, 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 1438, 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 1450, static_files/frontdesk/scss/style.scss */
  .overlay.open {
    opacity: 1;
    visibility: visible;
    z-index: 800; }
  /* line 1456, 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 1469, static_files/frontdesk/scss/style.scss */
  .overlay h2 {
    margin: 0px;
    padding: 0px 20px;
    font: 16px/16.48px "Gotham-Medium"; }
    /* line 1474, static_files/frontdesk/scss/style.scss */
    .overlay h2 + ul {
      margin-top: 20px; }
  /* line 1479, 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 1489, static_files/frontdesk/scss/style.scss */
    .overlay ul li {
      display: block;
      position: relative;
      padding: 0px 20px; }
    /* line 1495, 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 1505, static_files/frontdesk/scss/style.scss */
    .overlay ul a.active {
      color: #A48053; }
    /* line 1509, static_files/frontdesk/scss/style.scss */
    .overlay ul .small a {
      font-size: 25px; }
    /* line 1513, static_files/frontdesk/scss/style.scss */
    .overlay ul .dropdown {
      display: flex;
      align-items: center; }
      /* line 1517, static_files/frontdesk/scss/style.scss */
      .overlay ul .dropdown img {
        width: 14px;
        margin-left: auto;
        transition: transform 0.25s; }
      /* line 1523, static_files/frontdesk/scss/style.scss */
      .overlay ul .dropdown.active img {
        transform: rotate(180deg); }
  /* line 1529, static_files/frontdesk/scss/style.scss */
  .overlay .logout {
    padding: 0px 20px;
    margin-top: 16px;
    gap: 8px;
    justify-content: flex-start; }
    /* line 1535, static_files/frontdesk/scss/style.scss */
    .overlay .logout img {
      width: 16px; }
  /* line 1540, static_files/frontdesk/scss/style.scss */
  .overlay hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #DDDDDD; }
    /* line 1545, static_files/frontdesk/scss/style.scss */
    .overlay hr + ul {
      margin-top: 16px; }

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

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

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

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

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

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

/* line 1592, 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 1600, static_files/frontdesk/scss/style.scss */
  .new-wrapper .side-wrapper a {
    display: block;
    margin: 15px 0;
    color: #231F20; }
  /* line 1606, static_files/frontdesk/scss/style.scss */
  .new-wrapper .side-wrapper h2 {
    line-height: 22px;
    margin: 5px 0 0; }

/* line 1613, static_files/frontdesk/scss/style.scss */
.frontdesk-page, .lakuemas-page {
  background-color: #F6F6F6; }
  /* line 1617, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper .left, .lakuemas-page .new-wrapper .left {
    width: 20%;
    float: left; }
  /* line 1622, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper .right, .lakuemas-page .new-wrapper .right {
    width: calc(100% - 30px);
    float: right; }
  /* line 1628, 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 1638, 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 1644, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .left.sidebar-wrapper, .lakuemas-page .left.sidebar-wrapper {
    width: 30px; }
    /* line 1647, 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 1652, 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 1658, 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 1664, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .side-wrapper a, .lakuemas-page .side-wrapper a {
      display: block;
      margin: 15px 0;
      color: #231F20; }
    /* line 1670, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .side-wrapper h2, .lakuemas-page .side-wrapper h2 {
      line-height: 22px;
      margin: 5px 0 0; }
    /* line 1675, static_files/frontdesk/scss/style.scss */
    .frontdesk-page .side-wrapper .selected, .lakuemas-page .side-wrapper .selected {
      color: #A48053;
      font-weight: bold; }
    /* line 1680, 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 1688, 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 1696, 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 1701, 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 1705, 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 1710, 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 1714, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .right, .lakuemas-page .new-wrapper.nav-active .right {
    width: 80%; }

/* line 1720, static_files/frontdesk/scss/style.scss */
.lakuemas-form {
  width: 40%;
  min-width: 200px; }
  /* line 1724, static_files/frontdesk/scss/style.scss */
  .lakuemas-form hr {
    border: 1px solid #A7A9AC; }
  /* line 1728, static_files/frontdesk/scss/style.scss */
  .lakuemas-form .form-input-button {
    text-align: right;
    margin-top: 15px; }
  /* line 1733, static_files/frontdesk/scss/style.scss */
  .lakuemas-form .button, .lakuemas-form .button-hollow {
    font-weight: bold;
    padding: 7px 30px; }
  /* line 1738, static_files/frontdesk/scss/style.scss */
  .lakuemas-form select {
    color: black; }
    /* line 1741, static_files/frontdesk/scss/style.scss */
    .lakuemas-form select.need-value {
      color: gray; }
  /* line 1746, static_files/frontdesk/scss/style.scss */
  .lakuemas-form option {
    color: black; }
  /* line 1750, 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 1766, static_files/frontdesk/scss/style.scss */
.guest {
  background-color: #F6F6F6;
  font-family: "Gotham-Light"; }
  /* line 1770, static_files/frontdesk/scss/style.scss */
  .guest--details {
    background-color: white; }
    /* line 1773, static_files/frontdesk/scss/style.scss */
    .guest--details .back {
      font-size: 10px;
      font-family: "Gotham-Bold";
      color: #A48053; }
    /* line 1779, static_files/frontdesk/scss/style.scss */
    .guest--details .header {
      font-family: "Gotham-Light"; }
      /* line 1782, static_files/frontdesk/scss/style.scss */
      .guest--details .header .title {
        font-size: 28px;
        margin: 10px 0px; }
      /* line 1787, static_files/frontdesk/scss/style.scss */
      .guest--details .header .subtitle {
        font-size: 16px; }
    /* line 1792, static_files/frontdesk/scss/style.scss */
    .guest--details .tabs {
      border-bottom: 1px solid #A7A9AC; }
      /* line 1795, static_files/frontdesk/scss/style.scss */
      .guest--details .tabs li a {
        font: 16px/1.2 "Gotham-Bold"; }
  /* line 1801, static_files/frontdesk/scss/style.scss */
  .guest h2, .guest h3 {
    font-family: "Gotham-Bold";
    white-space: nowrap; }
  /* line 1806, static_files/frontdesk/scss/style.scss */
  .guest .chart {
    box-sizing: border-box; }
  /* line 1810, static_files/frontdesk/scss/style.scss */
  .guest .overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    /* line 1814, static_files/frontdesk/scss/style.scss */
    .guest .overview .text {
      font-family: "Gotham-Bold";
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%); }
      /* line 1821, static_files/frontdesk/scss/style.scss */
      .guest .overview .text .small {
        font-size: 10px; }
      /* line 1825, static_files/frontdesk/scss/style.scss */
      .guest .overview .text .large {
        font-size: 25px; }
  /* line 1832, static_files/frontdesk/scss/style.scss */
  .guest .border-right {
    border-right: 1px solid #DDDDDD;
    margin-right: 10px;
    padding-right: 10px; }
  /* line 1838, static_files/frontdesk/scss/style.scss */
  .guest .form-input .label {
    font-size: 10px;
    margin: 0;
    color: #333333; }
  /* line 1844, static_files/frontdesk/scss/style.scss */
  .guest .guest-wrapper {
    padding: 20px;
    background-color: white;
    margin-top: 10px; }
  /* line 1850, static_files/frontdesk/scss/style.scss */
  .guest .button-brown {
    margin-top: 10px;
    font-family: "Gotham-Bold"; }
  /* line 1855, static_files/frontdesk/scss/style.scss */
  .guest table {
    width: 100%; }
    /* line 1859, static_files/frontdesk/scss/style.scss */
    .guest table thead th, .guest table tbody td {
      padding: 10px 30px;
      white-space: nowrap; }
    /* line 1864, static_files/frontdesk/scss/style.scss */
    .guest table thead th {
      text-align: left;
      font-family: "Gotham-Bold"; }
  /* line 1870, static_files/frontdesk/scss/style.scss */
  .guest th, .guest td {
    text-align: left;
    padding: 8px; }
  /* line 1875, 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 1881, static_files/frontdesk/scss/style.scss */
  .guest .relative {
    position: relative;
    width: 100%;
    height: 200px;
    max-width: 200px;
    margin: auto;
    text-align: center; }
    /* line 1889, static_files/frontdesk/scss/style.scss */
    .guest .relative .chart-text {
      position: absolute;
      top: 50%;
      width: 100%;
      font-family: "Gotham-Bold";
      transform: translateY(-50%); }
      /* line 1896, static_files/frontdesk/scss/style.scss */
      .guest .relative .chart-text .small {
        font-size: 10px; }
      /* line 1900, static_files/frontdesk/scss/style.scss */
      .guest .relative .chart-text .large {
        font-size: 25px;
        width: 65%;
        margin: auto;
        line-break: anywhere; }
  /* line 1910, static_files/frontdesk/scss/style.scss */
  .guest .legend {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    /* line 1915, static_files/frontdesk/scss/style.scss */
    .guest .legend span {
      font-size: 16px;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
    /* line 1922, static_files/frontdesk/scss/style.scss */
    .guest .legend ul {
      margin: 0;
      padding-left: 0;
      margin-top: 4px;
      margin-bottom: 12px; }
      /* line 1928, static_files/frontdesk/scss/style.scss */
      .guest .legend ul b {
        font-size: 28px;
        line-height: 12px;
        margin-right: 6px; }
      /* line 1934, static_files/frontdesk/scss/style.scss */
      .guest .legend ul li {
        margin-bottom: 8px; }
        /* line 1937, 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 1943, static_files/frontdesk/scss/style.scss */
        .guest .legend ul li div {
          display: flex;
          justify-content: space-between;
          align-items: center; }
    /* line 1951, static_files/frontdesk/scss/style.scss */
    .guest .legend ul {
      list-style-type: none; }
  /* line 1956, static_files/frontdesk/scss/style.scss */
  .guest .scroll {
    overflow-x: auto; }

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

@media (max-width: 876px) {
  /* line 1971, static_files/frontdesk/scss/style.scss */
  .table-wrapper {
    width: calc(100% + 50px);
    position: relative;
    left: -25px; }
  /* line 1978, 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 1983, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper.nav-active .right, .lakuemas-page .new-wrapper.nav-active .right {
    width: 100%; }
  /* line 1987, static_files/frontdesk/scss/style.scss */
  .frontdesk-page .new-wrapper .right, .lakuemas-page .new-wrapper .right {
    width: 100%; }
  /* line 1993, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    display: flex; }
  /* line 1997, 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 2005, static_files/frontdesk/scss/style.scss */
    .search-wrapper select:placeholder, .search-wrapper input:not([type="checkbox"]):placeholder {
      font-size: 14px;
      line-height: 14px; }
  /* line 2011, static_files/frontdesk/scss/style.scss */
  .search-wrapper select {
    width: 75%;
    padding: 8px 4px 6px; }
  /* line 2016, 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 2022, 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 2028, static_files/frontdesk/scss/style.scss */
  .search-wrapper input[type="text"].input-search {
    padding: 8px; }
  /* line 2032, static_files/frontdesk/scss/style.scss */
  .search-wrapper button {
    font-size: 16px;
    padding: 8px 15px 7px; }
  /* line 2039, static_files/frontdesk/scss/style.scss */
  .search-wrapper--grid form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
  /* line 2045, 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 2053, static_files/frontdesk/scss/style.scss */
  .search-wrapper--grid .button, .search-wrapper--grid .button-hollow {
    max-width: 100%;
    padding: 10px; }
  /* line 2062, 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 2068, static_files/frontdesk/scss/style.scss */
    .search-wrapper .search-wrapper-field button:not(.button-lg) span {
      display: none; }
  /* line 2073, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field svg {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 2px; }
  /* line 2080, static_files/frontdesk/scss/style.scss */
  .search-wrapper .search-wrapper-field .button-grid {
    max-width: 100%; }
  /* line 2085, static_files/frontdesk/scss/style.scss */
  .summary-wrapper.grid-3 {
    width: 100%;
    overflow-y: scroll; }
  /* line 2090, static_files/frontdesk/scss/style.scss */
  .columns.reports-box .three-column {
    width: 100%;
    margin: 0; }
    /* line 2094, static_files/frontdesk/scss/style.scss */
    .columns.reports-box .three-column .collection {
      margin-bottom: 10px; }
  /* line 2099, static_files/frontdesk/scss/style.scss */
  .website {
    display: none; }
  /* line 2103, static_files/frontdesk/scss/style.scss */
  .search-icon {
    position: relative;
    top: 5px;
    display: table; }
  /* line 2109, static_files/frontdesk/scss/style.scss */
  body {
    font-size: 14px; }
  /* line 2113, static_files/frontdesk/scss/style.scss */
  body .block {
    overflow: hidden;
    position: fixed; }
  /* line 2118, static_files/frontdesk/scss/style.scss */
  .header-wrapper {
    padding: 0px 25px; }
    /* line 2121, static_files/frontdesk/scss/style.scss */
    .header-wrapper .title {
      float: left;
      left: 15px;
      top: 2px; }
    /* line 2127, static_files/frontdesk/scss/style.scss */
    .header-wrapper img {
      width: 107px; }
    /* line 2131, static_files/frontdesk/scss/style.scss */
    .header-wrapper .burgermenu {
      width: 25px;
      float: right;
      right: 15px;
      position: relative; }
      /* line 2137, static_files/frontdesk/scss/style.scss */
      .header-wrapper .burgermenu.active .close {
        display: block; }
    /* line 2142, static_files/frontdesk/scss/style.scss */
    .header-wrapper .close {
      display: none;
      width: 25px;
      float: right;
      right: 15px;
      position: absolute; }
    /* line 2150, static_files/frontdesk/scss/style.scss */
    .header-wrapper .button_container {
      display: flex; }
    /* line 2154, static_files/frontdesk/scss/style.scss */
    .header-wrapper .account {
      display: flex; }
  /* line 2160, static_files/frontdesk/scss/style.scss */
  .header-wrapper .left {
    width: 55%; }
  /* line 2166, static_files/frontdesk/scss/style.scss */
  .main-wrapper .left {
    width: 100%; }
  /* line 2171, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    width: 100%;
    float: right; }
  /* line 2176, static_files/frontdesk/scss/style.scss */
  .search-wrapper input[type="text"].input-search {
    max-width: 70%; }
    /* line 2179, static_files/frontdesk/scss/style.scss */
    .search-wrapper input[type="text"].input-search-full {
      max-width: 100%; }
  /* line 2184, static_files/frontdesk/scss/style.scss */
  .scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 35px; }
  /* line 2190, static_files/frontdesk/scss/style.scss */
  .tabs li {
    padding: 0px 10px; }
  /* line 2194, static_files/frontdesk/scss/style.scss */
  .menu-wrapper {
    overflow-y: hidden; }
  /* line 2198, static_files/frontdesk/scss/style.scss */
  .sidebar-wrapper {
    position: relative;
    z-index: 1; }
  /* line 2203, static_files/frontdesk/scss/style.scss */
  .separator.line {
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 1px; }
    /* line 2209, static_files/frontdesk/scss/style.scss */
    .separator.line:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -20%;
      width: 150%;
      height: 1px;
      background-color: white; }
  /* line 2220, static_files/frontdesk/scss/style.scss */
  .flex-center {
    display: flex;
    justify-content: space-around; }
  /* line 2225, static_files/frontdesk/scss/style.scss */
  .user-icon {
    max-width: 18px;
    margin-right: 10px;
    position: relative;
    top: 1px; }
  /* line 2232, static_files/frontdesk/scss/style.scss */
  .logout svg {
    position: relative;
    top: 3px;
    margin-right: 5px; }
  /* line 2238, static_files/frontdesk/scss/style.scss */
  .overlay {
    display: none; }
    /* line 2241, static_files/frontdesk/scss/style.scss */
    .overlay .link-menu {
      display: block;
      text-align: center;
      margin: 10px;
      width: 100%;
      padding-bottom: 15px; }
      /* line 2248, static_files/frontdesk/scss/style.scss */
      .overlay .link-menu:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px; }
    /* line 2254, static_files/frontdesk/scss/style.scss */
    .overlay.open {
      display: flex; }
    /* line 2258, static_files/frontdesk/scss/style.scss */
    .overlay .link-menu-wrapper {
      display: table; }
      /* line 2261, static_files/frontdesk/scss/style.scss */
      .overlay .link-menu-wrapper a {
        display: block;
        margin-bottom: 25px; }
    /* line 2267, static_files/frontdesk/scss/style.scss */
    .overlay .overlay-footer {
      padding-top: 25px;
      display: table;
      margin: 80px auto 0px;
      width: 80%;
      text-align: center; }
  /* line 2276, static_files/frontdesk/scss/style.scss */
  .side-wrapper {
    display: none; }
  /* line 2280, static_files/frontdesk/scss/style.scss */
  .form-input, .form-input-button, .form-password {
    width: 100%; }
  /* line 2285, static_files/frontdesk/scss/style.scss */
  .search-wrapper form {
    text-align: left; }
  /* line 2289, static_files/frontdesk/scss/style.scss */
  .search-wrapper button:not(.w-full) {
    width: 28%; }
  /* line 2294, static_files/frontdesk/scss/style.scss */
  .columns .three-column {
    width: 47%;
    margin-right: 3%; }
  /* line 2300, static_files/frontdesk/scss/style.scss */
  .header-wrapper .menu, .header-wrapper .right-menu {
    display: none; }
  /* line 2305, static_files/frontdesk/scss/style.scss */
  .new-wrapper .right {
    width: 100%; }
  /* line 2309, static_files/frontdesk/scss/style.scss */
  .table-wrapper td:first-child {
    text-align: center; }
  /* line 2314, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive.divide-4 input, .flex-row.responsive.divide-4 select {
    width: calc(25% - 13px); }
  /* line 2320, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive.divide-3 input, .flex-row.responsive.divide-3 select {
    width: calc(33.3333% - 13px); }
  /* line 2325, static_files/frontdesk/scss/style.scss */
  .tabs {
    margin-bottom: 8px; }
  /* line 2330, static_files/frontdesk/scss/style.scss */
  .collapse-grid.grid-2, .collapse-grid.grid-4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px; }
  /* line 2336, static_files/frontdesk/scss/style.scss */
  .grid-2.collapse-grid.checkin-filter {
    gap: 24px; }
  /* line 2340, static_files/frontdesk/scss/style.scss */
  .flex-row.checkin-filter-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    /* line 2344, static_files/frontdesk/scss/style.scss */
    .flex-row.checkin-filter-items input, .flex-row.checkin-filter-items select {
      width: 100%; }
  /* line 2349, static_files/frontdesk/scss/style.scss */
  .employee-search-wrapper {
    grid-column: 1 / span 3; }
  /* line 2353, static_files/frontdesk/scss/style.scss */
  .flex-row.activities-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px; }
  /* line 2360, static_files/frontdesk/scss/style.scss */
  .guest .form-input {
    margin-bottom: 0; }
  /* line 2364, static_files/frontdesk/scss/style.scss */
  .guest .flex-row.responsive {
    flex-wrap: wrap; }
    /* line 2367, static_files/frontdesk/scss/style.scss */
    .guest .flex-row.responsive input, .guest .flex-row.responsive select {
      width: 100%; }
    /* line 2371, static_files/frontdesk/scss/style.scss */
    .guest .flex-row.responsive button {
      width: 100%; }
  /* line 2376, static_files/frontdesk/scss/style.scss */
  .guest .border-right {
    border: none;
    margin: 0;
    padding: 0; }
  /* line 2384, static_files/frontdesk/scss/style.scss */
  .guest--details .scroll {
    margin-bottom: 10px; }
  /* line 2388, static_files/frontdesk/scss/style.scss */
  .guest--details table {
    margin-top: 20px; }
  /* line 2393, static_files/frontdesk/scss/style.scss */
  .guest--details .header .title {
    font-size: 20px; }
  /* line 2397, static_files/frontdesk/scss/style.scss */
  .guest--details .header .subtitle {
    font-size: 13px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2532, 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 2542, static_files/frontdesk/scss/style.scss */
.proof-image:hover {
  opacity: 0.7; }

/* The Modal (background) */
/* line 2545, 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 2559, static_files/frontdesk/scss/style.scss */
.modal-block {
  display: block; }

/* Modal Content (Image) */
/* line 2564, 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 2572, 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 2584, 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 2595, 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 2605, 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 2614, static_files/frontdesk/scss/style.scss */
  .modal-content {
    width: 100%; } }

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

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

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

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

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

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

/* line 2651, 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 2660, static_files/frontdesk/scss/style.scss */
  .flex-row.right {
    justify-content: flex-end;
    margin-bottom: 0; }
  /* line 2665, static_files/frontdesk/scss/style.scss */
  .flex-row.responsive {
    flex-wrap: nowrap; }
    /* line 2668, static_files/frontdesk/scss/style.scss */
    .flex-row.responsive input, .flex-row.responsive select, .flex-row.responsive button {
      width: 100%; } }

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

/* line 2687, 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 2698, static_files/frontdesk/scss/style.scss */
  .badge span {
    display: inline-block;
    padding-top: 52%;
    padding-bottom: 45%;
    margin-left: 6px;
    margin-right: 6px; }

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

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

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

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

/* line 2729, 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 2736, static_files/frontdesk/scss/style.scss */
.forgot-password-form .cancel {
  background-color: #d2d2d4;
  color: white; }

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

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

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

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

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

/* line 2765, 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 2778, static_files/frontdesk/scss/style.scss */
  .popup-filter .image-filter {
    width: 15px; }

/* line 2784, 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 2793, static_files/frontdesk/scss/style.scss */
  .popup-filter a.active {
    background-color: #A48053; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2889, 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 2900, static_files/frontdesk/scss/style.scss */
.button-lg {
  padding: 8px 13px; }

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

/* line 2912, 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 2919, static_files/frontdesk/scss/style.scss */
  ul.custom-checkbox-multiple li {
    list-style-type: none; }
  /* line 2923, 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 2912, static_files/frontdesk/scss/style.scss */
    ul.custom-checkbox-multiple {
      grid-template-columns: 1fr; } }
  @media only screen and (min-width: 768px) {
    /* line 2912, static_files/frontdesk/scss/style.scss */
    ul.custom-checkbox-multiple {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (min-width: 992px) {
    /* line 2912, 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 2912, static_files/frontdesk/scss/style.scss */
    ul.custom-checkbox-multiple {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
/* line 2946, static_files/frontdesk/scss/style.scss */
.custom-checkbox-multiple > * {
  padding: 10px 0; }

/* line 2950, static_files/frontdesk/scss/style.scss */
.title-header-wrapper {
  display: flex; }
  /* line 2953, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper form {
    flex: 1; }
  /* line 2957, 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 2966, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper span {
    flex: 1; }
  /* line 2970, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .selectBox {
    display: flex; }
    /* line 2972, static_files/frontdesk/scss/style.scss */
    .title-header-wrapper .selectBox :hover {
      cursor: pointer; }
  /* line 2977, 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 2990, 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 3001, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .arrow-down {
    transform: rotate(0deg);
    transition: all 0.6s; }
    /* line 3004, static_files/frontdesk/scss/style.scss */
    .title-header-wrapper .arrow-down.active {
      transform: rotate(180deg); }
  /* line 3009, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper h3 {
    flex: 1;
    font-size: 28px; }
  /* line 3014, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .button-wrapper {
    margin-left: auto; }
  /* line 3018, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .multiselect {
    flex: 1;
    position: relative; }
  /* line 3023, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .selectBox {
    position: relative; }
  /* line 3027, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  /* line 3035, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .filter {
    flex-direction: row;
    display: flex;
    gap: 10px; }
  /* line 3041, 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 3052, 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 3061, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper input[type='checkbox'] {
    accent-color: #A48053;
    color: white; }
  /* line 3066, static_files/frontdesk/scss/style.scss */
  .title-header-wrapper .button-brown {
    padding: 5px 20px; }

/* line 3071, static_files/frontdesk/scss/style.scss */
.selected-filters {
  padding-bottom: 20px; }
  /* line 3074, 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 3085, 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 3096, 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 3106, static_files/frontdesk/scss/style.scss */
    .selected-filters .selected-filter .close:before {
      transform: rotate(45deg); }
    /* line 3109, static_files/frontdesk/scss/style.scss */
    .selected-filters .selected-filter .close:after {
      transform: rotate(-45deg); }
  /* line 3114, 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 3125, 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 3134, static_files/frontdesk/scss/style.scss */
.search {
  display: flex;
  width: 100%; }
  /* line 3138, static_files/frontdesk/scss/style.scss */
  .search input {
    margin-bottom: 0; }

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

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

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

/* line 3157, 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 3164, 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 3179, 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 3188, static_files/frontdesk/scss/style.scss */
  .selected-member hr {
    border-top: 0.5px solid; }
  /* line 3192, 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 3207, static_files/frontdesk/scss/style.scss */
.customer-info {
  display: flex; }
  /* line 3210, static_files/frontdesk/scss/style.scss */
  .customer-info .customer-name {
    flex: 4; }
  /* line 3214, static_files/frontdesk/scss/style.scss */
  .customer-info .customer-level-status {
    flex: 2;
    text-align: right; }

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

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

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

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

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

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

/* line 3261, 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 3269, static_files/frontdesk/scss/style.scss */
  .user-box-wrapper.hidden {
    display: none; }
  /* line 3273, static_files/frontdesk/scss/style.scss */
  .user-box-wrapper__box-info-top {
    display: flex;
    justify-content: space-between; }
  /* line 3278, static_files/frontdesk/scss/style.scss */
  .user-box-wrapper__box-info__subtitle {
    font-size: 13px; }
  /* line 3282, 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 3294, 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 3301, static_files/frontdesk/scss/style.scss */
  .header-arisan-wrapper .add-and-search {
    display: flex;
    gap: 12px; }
  /* line 3306, static_files/frontdesk/scss/style.scss */
  .header-arisan-wrapper h2 {
    margin: 0;
    margin-bottom: 6px; }

/* line 3312, 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 3327, static_files/frontdesk/scss/style.scss */
.input-search-with-icon {
  position: relative;
  height: 40px; }
  /* line 3331, 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 3338, static_files/frontdesk/scss/style.scss */
  .input-search-with-icon .icon {
    position: absolute;
    right: 15px;
    top: 20%;
    width: 16px;
    height: 16px;
    fill: #999; }

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

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

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

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

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

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

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

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

/* line 3383, static_files/frontdesk/scss/style.scss */
.form-add-customer-group {
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px; }
  /* line 3388, static_files/frontdesk/scss/style.scss */
  .form-add-customer-group .select-member-input {
    width: 100%; }
  /* line 3392, 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; }

/* start - daily tasks styles */
/* line 3407, static_files/frontdesk/scss/style.scss */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; }
  /* line 3413, static_files/frontdesk/scss/style.scss */
  .page-header .page-title {
    font-size: 28px;
    font-family: "Gotham-Book";
    color: #231F20;
    margin: 0; }

/* line 3421, static_files/frontdesk/scss/style.scss */
.detail-block {
  font-family: "Gotham-Light";
  color: #231F20;
  margin: 0; }

/* line 3427, static_files/frontdesk/scss/style.scss */
.category-header {
  background: #333333;
  color: #fff;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: 0.6px; }

/* line 3435, static_files/frontdesk/scss/style.scss */
.task-row {
  display: grid;
  grid-template-columns: 60px 56px 1fr;
  align-items: center;
  font-weight: 600;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  cursor: pointer; }

/* line 3445, static_files/frontdesk/scss/style.scss */
.task-row.optional {
  background: #FFF9D5; }

/* line 3447, static_files/frontdesk/scss/style.scss */
.task-number {
  font-weight: 700;
  color: #231F20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px; }

/* line 3458, static_files/frontdesk/scss/style.scss */
.task-label {
  padding-left: 10px;
  font-size: 15px;
  color: #231F20;
  width: 65vw; }
  /* line 3464, static_files/frontdesk/scss/style.scss */
  .task-label.unchecked {
    color: #af1b33;
    font-family: "Gotham-Bold"; }

/* line 3470, static_files/frontdesk/scss/style.scss */
.page-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #474446;
  font-size: 13px; }

/* line 3478, static_files/frontdesk/scss/style.scss */
.page-legend .box {
  width: 20px;
  height: 20px;
  border: 1px solid #A48053;
  background: #fff3e4; }

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

/* line 3490, 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 3498, static_files/frontdesk/scss/style.scss */
.header-v2 input {
  margin: 0; }

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

/* line 3508, static_files/frontdesk/scss/style.scss */
.header-v2__search-input {
  width: 30%;
  position: relative; }
  /* line 3512, static_files/frontdesk/scss/style.scss */
  .header-v2__search-input > input {
    margin: 0;
    padding-right: 30px; }
  /* line 3517, 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 3531, static_files/frontdesk/scss/style.scss */
.header-v2__action-field {
  display: inline-flex;
  gap: 10px; }

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

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

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