@charset "UTF-8";
/* start - variable declaration */
/* end - variable declaration */
/* start - general element */
html, body {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  color: #474446;
  font-size: 16px;
  font-family: "Gotham-Light"; }

hr {
  border-bottom: none;
  border-top: 1px dashed #A7A9AC; }

a, a:active {
  text-decoration: none;
  outline: none;
  color: #474446; }

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%; }

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; }
  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; }
  input[type="text"].password, input[type="password"].password, input[type="email"].password, input[type="date"].password {
    margin-bottom: 0; }

input[type="text"]::placeholder, input[type="email"], input[type="password"]::placeholder {
  color: #A7A9AC;
  font-family: "Gotham-Light"; }

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; }

.monthly-report-button {
  padding: none;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center; }

.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; }
  .check-in-legend > div {
    display: flex;
    align-items: center;
    margin-right: 18px; }
  .check-in-legend .mark {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 6px; }
    .check-in-legend .mark.red {
      background: #bc3f3f; }
    .check-in-legend .mark.green {
      background: #378c37; }
    .check-in-legend .mark.yellow {
      background: #DD924E; }
    .check-in-legend .mark.gray {
      background: #6D6E71; }
    .check-in-legend .mark.alpha {
      color: #bc3f3f;
      font-family: "Gotham-Bold";
      font-size: 14px;
      line-height: 100%; }

.employee-search-wrapper {
  flex: 1;
  justify-content: end !important; }

.checkin-monthly-report {
  border: 2px solid #A7A9AC;
  border-radius: 8px;
  padding: 0 20px 20px 20px;
  margin-bottom: 24px; }
  .checkin-monthly-report .check-in-legend {
    font-family: "Gotham-Medium";
    background-color: white;
    margin-bottom: 0;
    padding: 0; }
    .checkin-monthly-report .check-in-legend > div:last-child {
      margin-right: 0; }
  .checkin-monthly-report .checkin-header-wrapper {
    display: flex; }
    .checkin-monthly-report .checkin-header-wrapper > :first-child {
      flex: 1;
      margin-top: 20px; }
    .checkin-monthly-report .checkin-header-wrapper > :nth-child(2) {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .checkin-monthly-report .checkin-header-wrapper > :nth-child(2) > :first-child {
        flex: 1; }
  .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; }
  .checkin-monthly-report h2 {
    margin: 0;
    margin-bottom: 6px; }
  .checkin-monthly-report .cal {
    display: flex;
    margin-top: 6px;
    font-size: 12px;
    font-family: "Gotham-Medium"; }
    .checkin-monthly-report .cal .date {
      background-color: #F4F4F4;
      flex-grow: 1; }
      .checkin-monthly-report .cal .date > div:first-child {
        padding: 12px 0;
        background-color: #EBEBEB;
        flex: 1;
        text-align: center; }
    .checkin-monthly-report .cal .red {
      color: #bc3f3f; }
    .checkin-monthly-report .cal .mark {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-bottom: 6px;
      padding: 12px 4px; }
      .checkin-monthly-report .cal .mark .red {
        background: #bc3f3f; }
      .checkin-monthly-report .cal .mark .green {
        background: #378c37; }
      .checkin-monthly-report .cal .mark .yellow {
        background: #DD924E; }
      .checkin-monthly-report .cal .mark .gray {
        background: #6D6E71; }
      .checkin-monthly-report .cal .mark .alpha {
        color: #bc3f3f;
        font-family: "Gotham-Bold";
        font-size: 14px;
        line-height: 100%; }
      .checkin-monthly-report .cal .mark div {
        width: 12px;
        height: 12px;
        border-radius: 6px; }

small {
  font-size: 16px;
  color: #A48053; }

button {
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  font-size: 14px; }

button:hover {
  cursor: pointer; }

a {
  font-family: "Gotham-Light"; }

a:hover {
  color: #b8905f; }

select {
  min-height: 35px;
  margin: 0;
  min-width: 100px; }

/* end - general element */
/* start - general class */
.center {
  text-align: center; }

.brown {
  color: #A48053; }

.columns {
  display: block; }
  .columns .two-column, .columns .three-column, .columns .four-column {
    float: left; }
  .columns .two-column {
    width: 49%;
    margin-right: 2%; }
  .columns .three-column {
    width: 32%;
    margin-right: 2%; }
  .columns .four-column {
    width: 23.5%;
    margin-right: 2%; }
  .columns .six-column {
    width: 48%;
    margin-right: 2%; }
  .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; }

.cart {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px; }

.box-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px; }

.form-input {
  width: 33%;
  margin-bottom: 15px; }
  .form-input .label {
    color: #474446;
    margin-bottom: 5px; }
  .form-input input[type="text"], .form-input input[type="password"] {
    padding: 11px 15px;
    min-width: 100%; }
  .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; }
  .form-input .awesomplete {
    width: 100%; }

.bold {
  font-family: "Gotham-Bold"; }

.form-input-button {
  width: 33%;
  margin-top: 30px; }

.mt-30 {
  margin-top: 30px; }

.button-brown {
  background-color: #A48053;
  color: #fff;
  padding: 10px; }

.button-brown.disabled {
  background-color: rgba(164, 128, 83, 0.6);
  cursor: pointer; }

.button-brown.disabled:hover {
  background-color: rgba(164, 128, 83, 0.6);
  cursor: pointer; }

.button-brown:hover {
  background-color: #b8905f; }

.button-pagination {
  background-color: #F4F4F4;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  display: inline-table; }

.button-pagination:hover {
  background-color: #EBEBEB; }

.collection {
  background-color: #A48053;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 25px; }

.collection:hover {
  background-color: #b8905f; }

.errorlist {
  list-style: none;
  padding-left: 0;
  padding-bottom: 8px; }

.errorlist li {
  color: #af1b33;
  font-size: 14px; }

.errorlist.nonfield {
  margin-top: 25px;
  margin-bottom: 0; }

.pagination {
  margin-top: 20px;
  clear: both;
  float: right; }

.form-pagination {
  text-align: right; }

.icon-pagination {
  width: auto;
  vertical-align: middle; }

.m-0 {
  margin: 0; }

.width-auto {
  width: auto; }

.m-width-160 {
  min-width: 160px; }

.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; }
  .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); }
    .modal-wrapper .modal-half .text-center {
      text-align: center; }
    .modal-wrapper .modal-half .button-gray {
      background-color: #A7A9AC;
      color: #fff3e4; }
    .modal-wrapper .modal-half .space {
      display: flex;
      gap: 34px;
      justify-content: space-between; }
    .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; }
      .modal-wrapper .modal-half .content-table .border-right {
        border-right: 1px solid #A7A9AC; }
      .modal-wrapper .modal-half .content-table p, .modal-wrapper .modal-half .content-table h4 {
        margin: 0;
        padding: 0; }
  .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; }
    .modal-wrapper .modal.action-modal {
      overflow: hidden; }
    .modal-wrapper .modal label {
      display: flex;
      align-items: center;
      height: 100%;
      line-height: 1.2;
      text-align: left;
      font-size: 14px; }
      .modal-wrapper .modal label input {
        margin-right: 8px; }
    .modal-wrapper .modal h5 {
      text-align: left; }
  .modal-wrapper .modal-done-button {
    width: auto;
    float: right;
    background-color: #A48053;
    color: white; }
  .modal-wrapper .modal-action {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 0; }
  .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; }
    .modal-wrapper .modal-narrow label {
      display: flex;
      align-items: center;
      height: 100%;
      line-height: 1.2;
      text-align: left;
      font-size: 14px; }
      .modal-wrapper .modal-narrow label input {
        margin-right: 8px; }
    .modal-wrapper .modal-narrow .custom-checkbox-multiple {
      grid-template-columns: repeat(2, 1fr);
      max-height: 400px;
      overflow-y: auto; }

.action-modal {
  max-width: 500px;
  text-align: center;
  overflow-y: hidden; }
  .action-modal .title, .action-modal .text {
    margin: 5px; }
  .action-modal .action-wrapper {
    padding: 10px 0 30px; }

.action {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #A7A9AC;
  text-align: right; }
  .action--left {
    text-align: left; }

.button-new {
  padding: 5px 12px 5px;
  border-radius: 5px;
  color: white;
  margin-left: 10px;
  background-color: #A7A9AC; }
  .button-new:hover {
    color: white; }

.vertical-spacer {
  margin-bottom: 32px; }

.hide {
  display: none; }

.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; }
  .message ul, .message li, .message-js ul, .message-js li {
    list-style-type: none; }
  .message ul, .message-js ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 100%; }
  .message.hide, .message-js.hide {
    display: none; }
  .message.success, .message-js.success {
    background-color: #4c8900; }
  .message.error, .message-js.error {
    background-color: #ff0000; }

.left, .right {
  float: left; }

.left {
  width: 80%; }

.right {
  width: 20%; }

.link {
  font-style: italic; }

.link:hover {
  text-decoration: underline; }

.main-wrapper {
  padding-top: 65px; }

.content-wrapper {
  padding: 19px 25px 60px 25px;
  line-height: 25px; }
  .content-wrapper.w800 {
    max-width: 800px; }

.content-wrapper::after {
  clear: both;
  content: "";
  display: block; }

.dropdown-container {
  padding-left: 20px;
  display: none; }
  .dropdown-container.active {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0px 0px 16px; }
  .dropdown-container a.active {
    color: #b8905f; }

.fixed-wrapper {
  position: fixed;
  width: 20%; }

.separator {
  border-bottom: 1px dashed #A7A9AC;
  margin: 0;
  height: 0; }
  .separator.line {
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 1px; }
    .separator.line:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -20%;
      width: 150%;
      height: 1px;
      background-color: #E0E0E0; }

.table, .guest table, .logs-table, .report-table {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  .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; }
  .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; }
  .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; }
  .table tbody td, .guest table tbody td, .logs-table tbody td, .report-table tbody td {
    height: 30px;
    white-space: normal; }

.report-table {
  width: unset; }
  .report-table thead th, .report-table tbody td {
    padding: 5px 30px;
    white-space: nowrap; }

.logs-table .width-200 {
  width: 200px; }

.table-info {
  display: table;
  border-collapse: collapse; }
  .table-info td {
    padding: 5px 10px; }
  .table-info tr td:first-child {
    color: #A7A9AC; }

.search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .search-wrapper .store-query {
    height: 50px;
    width: 200px; }
  .search-wrapper form {
    width: 100%;
    margin-bottom: 20px;
    grid-gap: 10px; }
  .search-wrapper input[type="text"].input-search {
    font: 16px/16px "Gotham-Book";
    padding: 11px 15px;
    max-width: 180px;
    color: #A48053; }
  .search-wrapper input[type="text"].input-search.full-width {
    max-width: 70%;
    margin-right: 10px; }
  .search-wrapper input {
    font: 16px/16px "Gotham-Book";
    color: #A48053; }
    .search-wrapper input::placeholder {
      padding: 11px 15px;
      text-align: left;
      font: 16px/16px "Gotham-Book";
      color: #A48053; }
  .search-wrapper button {
    font: 18px/18px "Gotham-Book";
    max-width: 150px;
    padding: 12px 15px; }
  .search-wrapper select {
    font: 16px/16px "Gotham-Book";
    height: 42px;
    width: auto;
    margin-bottom: 0;
    color: #A48053; }
  .search-wrapper input {
    margin-bottom: 0; }
  .search-wrapper .search-wrapper-field {
    display: contents; }
  .search-wrapper .search-wrapper-field svg {
    display: none; }

.search-icon {
  display: none; }

.search-wrapper.bookings form {
  width: 100%; }

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

.sort-column {
  cursor: pointer;
  color: #fff;
  position: relative;
  top: 5px; }
  .sort-column div {
    display: inline-grid;
    position: relative;
    bottom: 4px; }
  .sort-column .arrow-up {
    position: relative;
    top: 6px;
    width: auto; }
  .sort-column .arrow-down {
    position: relative;
    bottom: 6px;
    width: auto; }
  .sort-column .arrow-up.single, .sort-column .arrow-down.single {
    position: relative;
    top: 4px; }

.sort-column.single {
  position: initial;
  top: 0px; }
  .sort-column.single div {
    position: initial;
    bottom: 0px; }

.sort-column:hover {
  text-decoration: underline;
  color: #fff; }

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

.table-wrapper {
  width: 100%;
  overflow-x: scroll; }
  .table-wrapper th, .table-wrapper tbody td {
    white-space: nowrap; }
  .table-wrapper tbody td {
    font: 14px/22px "Gotham-Book"; }
    .table-wrapper tbody td h4 {
      text-align: left; }
  .table-wrapper thead th {
    font: 16px/26px "Gotham-Book";
    height: 26px; }
  .table-wrapper .link {
    font: 14px/22px "Gotham-Book"; }

.title-summary {
  font-size: 24px; }

.table-summary {
  border-spacing: 12px; }
  .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; }

.input-date {
  width: 80px;
  height: 27px; }

.flex-center {
  display: flex;
  align-items: center; }

.box .content-wrapper {
  width: 1080px; }

.box .content-block {
  background: #F6F6F6; }

.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; }
  .header-wrapper .logo {
    height: 20px;
    width: 106px; }
  .header-wrapper .menu {
    list-style: none; }
    .header-wrapper .menu li {
      display: inline;
      padding-right: 40px; }
    .header-wrapper .menu a {
      color: #FFF;
      font-size: 17px;
      font-family: "Gotham-Medium"; }
      .header-wrapper .menu a.active, .header-wrapper .menu a:hover {
        color: #A48053;
        border-bottom: 2px solid #A48053; }
  .header-wrapper .login-button {
    color: #FFF;
    background: #A48053; }
  .header-wrapper .right-menu {
    display: flex;
    justify-content: flex-end; }
    .header-wrapper .right-menu a {
      color: #FFF;
      font-size: 14px;
      font-family: "Gotham-Light";
      gap: 5px;
      align-items: last-baseline; }
      .header-wrapper .right-menu a:first-child {
        margin-right: 25px; }
    .header-wrapper .right-menu img {
      width: 14px;
      height: 14px; }
    .header-wrapper .right-menu .logout {
      color: #BDBDBD; }
  .header-wrapper .account {
    display: none;
    margin-left: auto;
    gap: 8px;
    color: white;
    align-items: center;
    margin-right: 16px; }
    .header-wrapper .account img {
      width: 16px; }
  .header-wrapper .button, .header-wrapper .button-hollow {
    padding: 8px 20px;
    font-size: 14px;
    font-family: "Gotham-Medium"; }

/* end - body class */
/* start - keyframes class */
.animated {
  animation-duration: .3s;
  animation-fill-mode: both; }

@media (prefers-reduced-motion) {
  .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); } }

.fadeInDown {
  animation-name: fadeInDown; }

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

.fadeOutUp:not(.error) {
  animation-name: fadeOutUp; }

/* end - keyframe class */
.image-action {
  width: 20px; }

.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"; }
  .add-button:hover {
    color: #fff; }

/* Start Menu */
.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; }
  .button_container:hover {
    opacity: .7; }
  .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg); }
  .button_container.active .bottom {
    transform: translateY(-9px) translateX(0) rotate(-45deg); }
  .button_container.active .middle {
    transform: translateX(100%);
    opacity: 0; }
  .button_container span {
    background: white;
    border: none;
    height: 2px;
    width: 100%;
    opacity: 1;
    transition: all .35s ease;
    cursor: pointer; }

.form-input, .form-input-button, .form-password {
  width: 100%; }

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.table-checkbox-multiple {
  border: 1px solid #A7A9AC;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px; }
  .table-checkbox-multiple th, .table-checkbox-multiple td {
    padding: 8px; }
    .table-checkbox-multiple th:first-child, .table-checkbox-multiple td:first-child {
      width: 5%;
      padding-left: 16px; }
    .table-checkbox-multiple th:nth-child(2), .table-checkbox-multiple td:nth-child(2) {
      width: 50%; }
    .table-checkbox-multiple th:nth-child(3), .table-checkbox-multiple td:nth-child(3) {
      width: 25%; }
    .table-checkbox-multiple th:last-child, .table-checkbox-multiple td:last-child {
      width: 25%; }
  .table-checkbox-multiple th {
    text-align: left;
    font-size: 14px;
    background-color: #EBEBEB; }
  .table-checkbox-multiple td {
    border-top: 1px solid #A7A9AC; }
    .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; }
    .table-checkbox-multiple td:nth-child(3).none::before {
      content: none; }
    .table-checkbox-multiple td:nth-child(3).active::before {
      background-color: #00CF00; }
    .table-checkbox-multiple td:nth-child(3).inactive {
      color: rgba(71, 68, 70, 0.5); }
      .table-checkbox-multiple td:nth-child(3).inactive::before {
        background-color: rgba(71, 68, 70, 0.3); }

.menu-wrapper {
  background: rgba(0, 0, 0, 0.4);
  z-index: 799;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 7%;
  right: 0px; }

.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; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    z-index: 800; }
  .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; }
  .overlay h2 {
    margin: 0px;
    padding: 0px 20px;
    font: 16px/16.48px "Gotham-Medium"; }
    .overlay h2 + ul {
      margin-top: 20px; }
  .overlay ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box; }
    .overlay ul li {
      display: block;
      position: relative;
      padding: 0px 20px; }
    .overlay ul a {
      min-height: 20px;
      display: block;
      position: relative;
      color: #333333;
      text-decoration: none;
      overflow: hidden;
      font: 14px/14.48px "Gotham-Book"; }
    .overlay ul a.active {
      color: #A48053; }
    .overlay ul .small a {
      font-size: 25px; }
    .overlay ul .dropdown {
      display: flex;
      align-items: center; }
      .overlay ul .dropdown img {
        width: 14px;
        margin-left: auto;
        transition: transform 0.25s; }
      .overlay ul .dropdown.active img {
        transform: rotate(180deg); }
  .overlay .logout {
    padding: 0px 20px;
    margin-top: 16px;
    gap: 8px;
    justify-content: flex-start; }
    .overlay .logout img {
      width: 16px; }
  .overlay hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #DDDDDD; }
    .overlay hr + ul {
      margin-top: 16px; }

/* End Menu */
/* Extra Style */
.booking-notes-form {
  width: 100%; }
  .booking-notes-form textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box; }
  .booking-notes-form button {
    width: 100%; }

/* End Extra Style */
.new-wrapper .left {
  width: 20%;
  float: left;
  z-index: 2; }

.new-wrapper .right {
  width: 80%;
  float: right; }

.new-wrapper .fixed-wrapper {
  width: 20%; }

.new-wrapper .nav-show-hide {
  position: relative;
  height: initial; }

.new-wrapper .nav-show-hide svg {
  transform: rotate(0); }

.new-wrapper .side-wrapper {
  opacity: 1;
  visibility: unset;
  height: 100vh;
  background: #F7F7F7;
  padding: 15px 25px;
  overflow-y: hidden; }
  .new-wrapper .side-wrapper a {
    display: block;
    margin: 15px 0;
    color: #231F20; }
  .new-wrapper .side-wrapper h2 {
    line-height: 22px;
    margin: 5px 0 0; }

.frontdesk-page, .lakuemas-page {
  background-color: #F6F6F6; }
  .frontdesk-page .new-wrapper .left, .lakuemas-page .new-wrapper .left {
    width: 20%;
    float: left; }
  .frontdesk-page .new-wrapper .right, .lakuemas-page .new-wrapper .right {
    width: calc(100% - 30px);
    float: right; }
  .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; }
    .frontdesk-page .nav-show-hide svg, .lakuemas-page .nav-show-hide svg {
      margin-left: 10px;
      transform: rotate(180deg); }
  .frontdesk-page .left.sidebar-wrapper, .lakuemas-page .left.sidebar-wrapper {
    width: 30px; }
    .frontdesk-page .left.sidebar-wrapper .side-wrapper, .lakuemas-page .left.sidebar-wrapper .side-wrapper {
      opacity: 0;
      visibility: visible; }
    .frontdesk-page .left.sidebar-wrapper .fixed-wrapper, .lakuemas-page .left.sidebar-wrapper .fixed-wrapper {
      width: inherit;
      background-color: #F2F2F2; }
  .frontdesk-page .side-wrapper, .lakuemas-page .side-wrapper {
    height: 100vh;
    background: #F7F7F7;
    padding: 15px 25px;
    overflow-y: hidden; }
    .frontdesk-page .side-wrapper a, .lakuemas-page .side-wrapper a {
      display: block;
      margin: 15px 0;
      color: #231F20; }
    .frontdesk-page .side-wrapper h2, .lakuemas-page .side-wrapper h2 {
      line-height: 22px;
      margin: 5px 0 0; }
    .frontdesk-page .side-wrapper .selected, .lakuemas-page .side-wrapper .selected {
      color: #A48053;
      font-weight: bold; }
    .frontdesk-page .side-wrapper .logout, .lakuemas-page .side-wrapper .logout {
      margin-top: 16px;
      gap: 8px;
      display: flex;
      justify-content: flex-start; }
      .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%); }
  .frontdesk-page .new-wrapper.nav-active .side-wrapper, .lakuemas-page .new-wrapper.nav-active .side-wrapper {
    opacity: 1;
    visibility: unset; }
  .frontdesk-page .new-wrapper.nav-active .fixed-wrapper, .lakuemas-page .new-wrapper.nav-active .fixed-wrapper {
    width: 20%; }
  .frontdesk-page .new-wrapper.nav-active .nav-show-hide, .lakuemas-page .new-wrapper.nav-active .nav-show-hide {
    position: relative;
    height: initial; }
  .frontdesk-page .new-wrapper.nav-active .nav-show-hide svg, .lakuemas-page .new-wrapper.nav-active .nav-show-hide svg {
    transform: rotate(0); }
  .frontdesk-page .new-wrapper.nav-active .right, .lakuemas-page .new-wrapper.nav-active .right {
    width: 80%; }

.lakuemas-form {
  width: 40%;
  min-width: 200px; }
  .lakuemas-form hr {
    border: 1px solid #A7A9AC; }
  .lakuemas-form .form-input-button {
    text-align: right;
    margin-top: 15px; }
  .lakuemas-form .button, .lakuemas-form .button-hollow {
    font-weight: bold;
    padding: 7px 30px; }
  .lakuemas-form select {
    color: black; }
    .lakuemas-form select.need-value {
      color: gray; }
  .lakuemas-form option {
    color: black; }
  .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; }

.guest {
  background-color: #F6F6F6;
  font-family: "Gotham-Light"; }
  .guest--details {
    background-color: white; }
    .guest--details .back {
      font-size: 10px;
      font-family: "Gotham-Bold";
      color: #A48053; }
    .guest--details .header {
      font-family: "Gotham-Light"; }
      .guest--details .header .title {
        font-size: 28px;
        margin: 10px 0px; }
      .guest--details .header .subtitle {
        font-size: 16px; }
    .guest--details .tabs {
      border-bottom: 1px solid #A7A9AC; }
      .guest--details .tabs li a {
        font: 16px/1.2 "Gotham-Bold"; }
  .guest h2, .guest h3 {
    font-family: "Gotham-Bold";
    white-space: nowrap; }
  .guest .chart {
    box-sizing: border-box; }
  .guest .overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    .guest .overview .text {
      font-family: "Gotham-Bold";
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%); }
      .guest .overview .text .small {
        font-size: 10px; }
      .guest .overview .text .large {
        font-size: 25px; }
  .guest .border-right {
    border-right: 1px solid #DDDDDD;
    margin-right: 10px;
    padding-right: 10px; }
  .guest .form-input .label {
    font-size: 10px;
    margin: 0;
    color: #333333; }
  .guest .guest-wrapper {
    padding: 20px;
    background-color: white;
    margin-top: 10px; }
  .guest .button-brown {
    margin-top: 10px;
    font-family: "Gotham-Bold"; }
  .guest table {
    width: 100%; }
    .guest table thead th, .guest table tbody td {
      padding: 10px 30px;
      white-space: nowrap; }
    .guest table thead th {
      text-align: left;
      font-family: "Gotham-Bold"; }
  .guest th, .guest td {
    text-align: left;
    padding: 8px; }
  .guest .small-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px; }
  .guest .relative {
    position: relative;
    width: 100%;
    height: 200px;
    max-width: 200px;
    margin: auto;
    text-align: center; }
    .guest .relative .chart-text {
      position: absolute;
      top: 50%;
      width: 100%;
      font-family: "Gotham-Bold";
      transform: translateY(-50%); }
      .guest .relative .chart-text .small {
        font-size: 10px; }
      .guest .relative .chart-text .large {
        font-size: 25px;
        width: 65%;
        margin: auto;
        line-break: anywhere; }
  .guest .legend {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .guest .legend span {
      font-size: 16px;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
    .guest .legend ul {
      margin: 0;
      padding-left: 0;
      margin-top: 4px;
      margin-bottom: 12px; }
      .guest .legend ul b {
        font-size: 28px;
        line-height: 12px;
        margin-right: 6px; }
      .guest .legend ul li {
        margin-bottom: 8px; }
        .guest .legend ul li h5, .guest .legend ul li h2 {
          margin: 0;
          font-size: 16px;
          font-family: "Gotham-Bold"; }
        .guest .legend ul li div {
          display: flex;
          justify-content: space-between;
          align-items: center; }
    .guest .legend ul {
      list-style-type: none; }
  .guest .scroll {
    overflow-x: auto; }

/* MOBILE */
@media (max-width: 1080px) {
  .tabs li {
    padding: 0px 10px; } }

@media (max-width: 876px) {
  .table-wrapper {
    width: calc(100% + 50px);
    position: relative;
    left: -25px; }
  .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; }
  .frontdesk-page .new-wrapper.nav-active .right, .lakuemas-page .new-wrapper.nav-active .right {
    width: 100%; }
  .frontdesk-page .new-wrapper .right, .lakuemas-page .new-wrapper .right {
    width: 100%; }
  .search-wrapper form {
    display: flex; }
  .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; }
    .search-wrapper select:placeholder, .search-wrapper input:not([type="checkbox"]):placeholder {
      font-size: 14px;
      line-height: 14px; }
  .search-wrapper select {
    width: 75%;
    padding: 8px 4px 6px; }
  .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; }
    .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; }
  .search-wrapper input[type="text"].input-search {
    padding: 8px; }
  .search-wrapper button {
    font-size: 16px;
    padding: 8px 15px 7px; }
  .search-wrapper--grid form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
  .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; }
  .search-wrapper--grid .button, .search-wrapper--grid .button-hollow {
    max-width: 100%;
    padding: 10px; }
  .search-wrapper .search-wrapper-field button:not(.button-lg) {
    font-size: 16px;
    width: auto;
    padding: 5px;
    background-color: white; }
    .search-wrapper .search-wrapper-field button:not(.button-lg) span {
      display: none; }
  .search-wrapper .search-wrapper-field svg {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 2px; }
  .search-wrapper .search-wrapper-field .button-grid {
    max-width: 100%; }
  .summary-wrapper.grid-3 {
    width: 100%;
    overflow-y: scroll; }
  .columns.reports-box .three-column {
    width: 100%;
    margin: 0; }
    .columns.reports-box .three-column .collection {
      margin-bottom: 10px; }
  .website {
    display: none; }
  .search-icon {
    position: relative;
    top: 5px;
    display: table; }
  body {
    font-size: 14px; }
  body .block {
    overflow: hidden;
    position: fixed; }
  .header-wrapper {
    padding: 0px 25px; }
    .header-wrapper .title {
      float: left;
      left: 15px;
      top: 2px; }
    .header-wrapper img {
      width: 107px; }
    .header-wrapper .burgermenu {
      width: 25px;
      float: right;
      right: 15px;
      position: relative; }
      .header-wrapper .burgermenu.active .close {
        display: block; }
    .header-wrapper .close {
      display: none;
      width: 25px;
      float: right;
      right: 15px;
      position: absolute; }
    .header-wrapper .button_container {
      display: flex; }
    .header-wrapper .account {
      display: flex; }
  .header-wrapper .left {
    width: 55%; }
  .main-wrapper .left {
    width: 100%; }
  .search-wrapper form {
    width: 100%;
    float: right; }
  .search-wrapper input[type="text"].input-search {
    max-width: 70%; }
    .search-wrapper input[type="text"].input-search-full {
      max-width: 100%; }
  .scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 35px; }
  .tabs li {
    padding: 0px 10px; }
  .menu-wrapper {
    overflow-y: hidden; }
  .sidebar-wrapper {
    position: relative;
    z-index: 1; }
  .separator.line {
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 1px; }
    .separator.line:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -20%;
      width: 150%;
      height: 1px;
      background-color: white; }
  .flex-center {
    display: flex;
    justify-content: space-around; }
  .user-icon {
    max-width: 18px;
    margin-right: 10px;
    position: relative;
    top: 1px; }
  .logout svg {
    position: relative;
    top: 3px;
    margin-right: 5px; }
  .overlay {
    display: none; }
    .overlay .link-menu {
      display: block;
      text-align: center;
      margin: 10px;
      width: 100%;
      padding-bottom: 15px; }
      .overlay .link-menu:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px; }
    .overlay.open {
      display: flex; }
    .overlay .link-menu-wrapper {
      display: table; }
      .overlay .link-menu-wrapper a {
        display: block;
        margin-bottom: 25px; }
    .overlay .overlay-footer {
      padding-top: 25px;
      display: table;
      margin: 80px auto 0px;
      width: 80%;
      text-align: center; }
  .side-wrapper {
    display: none; }
  .form-input, .form-input-button, .form-password {
    width: 100%; }
  .search-wrapper form {
    text-align: left; }
  .search-wrapper button:not(.w-full) {
    width: 28%; }
  .columns .three-column {
    width: 47%;
    margin-right: 3%; }
  .header-wrapper .menu, .header-wrapper .right-menu {
    display: none; }
  .new-wrapper .right {
    width: 100%; }
  .table-wrapper td:first-child {
    text-align: center; }
  .flex-row.responsive.divide-4 input, .flex-row.responsive.divide-4 select {
    width: calc(25% - 13px); }
  .flex-row.responsive.divide-3 input, .flex-row.responsive.divide-3 select {
    width: calc(33.3333% - 13px); }
  .tabs {
    margin-bottom: 8px; }
  .collapse-grid.grid-2, .collapse-grid.grid-4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px; }
  .grid-2.collapse-grid.checkin-filter {
    gap: 24px; }
  .flex-row.checkin-filter-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .flex-row.checkin-filter-items input, .flex-row.checkin-filter-items select {
      width: 100%; }
  .employee-search-wrapper {
    grid-column: 1 / span 3; }
  .flex-row.activities-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px; }
  .guest .form-input {
    margin-bottom: 0; }
  .guest .flex-row.responsive {
    flex-wrap: wrap; }
    .guest .flex-row.responsive input, .guest .flex-row.responsive select {
      width: 100%; }
    .guest .flex-row.responsive button {
      width: 100%; }
  .guest .border-right {
    border: none;
    margin: 0;
    padding: 0; }
  .guest--details .scroll {
    margin-bottom: 10px; }
  .guest--details table {
    margin-top: 20px; }
  .guest--details .header .title {
    font-size: 20px; }
  .guest--details .header .subtitle {
    font-size: 13px; } }

.report-table {
  width: 100%; }

.report-table thead th {
  text-align: center; }
  .report-table thead th.align-left {
    text-align: left; }

.colon {
  padding-left: 50px;
  padding-right: 25px; }

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 37%; }

.grid-2.checkin-filter {
  grid-gap: 25%; }

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px; }

.small-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20%; }

.wide-grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 37%; }

.flex-row {
  display: flex;
  justify-content: center;
  gap: 10px; }
  .flex-row input[type="text"], .flex-row input[type="date"] {
    margin: 0px; }
  .flex-row.medium-gap {
    gap: 100px; }
  .flex-row.align-start {
    align-items: flex-start; }

.flex-row.left {
  justify-content: flex-start;
  width: 100%; }

.flex-row.right {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px; }

.flex-row.responsive {
  flex-wrap: wrap; }
  .flex-row.responsive input, .flex-row.responsive select {
    width: 120px; }
  .flex-row.responsive button {
    width: fit-content; }

.flex-grow {
  flex-grow: 1; }

.grid {
  display: grid;
  gap: 10px; }
  .grid input, .grid select, .grid button, .grid a {
    width: 100%; }
  .grid.col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.col-4--two-table {
    grid-template-columns: auto 1fr auto 1fr; }
  .grid .col--expand {
    grid-column: 1 / -1; }

.green {
  color: #4c8900;
  font-family: "Gotham-Medium"; }

.red {
  color: #af1b33;
  font-family: "Gotham-Medium"; }

.yellow {
  color: #DD924E;
  font-family: "Gotham-Medium"; }

.proof-image {
  width: 140px;
  height: 140px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto; }

.proof-image:hover {
  opacity: 0.7; }

/* The Modal (background) */
.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 */ }

.modal-block {
  display: block; }

/* Modal Content (Image) */
.proof-image-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.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 */
.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 */
.close {
  position: inherit;
  top: 80px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

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

.nav-wrapper {
  position: absolute; }

.red-button {
  background-color: #af1b33;
  color: #fff; }

.green-button {
  background-color: #4c8900;
  color: #fff; }

.back-button {
  background-color: #98c1d9;
  color: #fff;
  margin-left: 45px;
  width: 80px; }

.summary-wrapper .title {
  font-size: 18px;
  font-family: "Gotham-Medium"; }

.summary-wrapper .total {
  font-size: 15px;
  font-family: "Gotham-Medium"; }

.summary-wrapper.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px; }

@media (min-width: 768px) {
  .flex-row.right {
    justify-content: flex-end;
    margin-bottom: 0; }
  .flex-row.responsive {
    flex-wrap: nowrap; }
    .flex-row.responsive input, .flex-row.responsive select, .flex-row.responsive button {
      width: 100%; } }

.checkin-export-form {
  justify-content: left; }
  .checkin-export-form .button-brown {
    padding: 7px 15px; }
  .checkin-export-form .gold-text {
    color: #A48053;
    padding-top: 20px; }

.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; }
  .badge span {
    display: inline-block;
    padding-top: 52%;
    padding-bottom: 45%;
    margin-left: 6px;
    margin-right: 6px; }

.filter-input {
  min-width: 100px; }

.forgot-password-wrapper {
  text-align: right; }
  .forgot-password-wrapper a {
    color: #A48053;
    font: 12px/12px "Gotham-Light"; }

.forgot-password-form .title {
  margin-bottom: 10px; }

.forgot-password-form .grid-2 {
  gap: 3%; }

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

.forgot-password-form .cancel {
  background-color: #d2d2d4;
  color: white; }

.forgot-password-form img {
  padding-bottom: 5px; }

.forgot-password-form .title {
  margin-top: 5px; }

.forgot-password-form label {
  text-align: left; }

.form .helptext {
  font: 14px/22px "Gotham-Light";
  color: #999; }

.form .helptext.hide {
  display: none; }

.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; }
  .popup-filter .image-filter {
    width: 15px; }

.popup-filter a {
  display: block;
  text-decoration: none;
  color: black;
  cursor: pointer;
  padding: 6px 0px;
  font: 15px/18px "Gotham-Book";
  text-transform: none; }
  .popup-filter a.active {
    background-color: #A48053; }

.popup-filter a:hover {
  color: #b8905f; }

.filter-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px; }
  .filter-wrapper .image-filter {
    height: 20px;
    width: 20px; }

.is-hidden {
  display: none; }

.header-dropdown th {
  position: relative; }

.flex-row {
  justify-content: start;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px; }

.wrap {
  flex-wrap: wrap; }

.justify-content-center {
  justify-content: center; }

.justify-content-space-between {
  justify-content: space-between; }

.v-spacer {
  margin: 16px auto; }

.w-full {
  width: 100%; }

.w-med {
  width: 12rem !important; }

.m-left {
  margin-left: 16px; }

.button-nostyle {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #A48053;
  cursor: pointer; }

.button-nostyle:hover {
  color: #333333; }

.button-close-after::after {
  margin-left: 4px;
  content: "✖"; }

.button-primary {
  background-color: #A48053;
  color: white; }

.button-primary-light {
  background-color: #fff3e4;
  color: #A48053;
  border: 1px solid #A48053; }

.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; }

.button-lg {
  padding: 8px 13px; }

.button-xl {
  padding: 12px 26px;
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: 16px; }

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

.title-header-wrapper {
  display: flex; }
  .title-header-wrapper form {
    flex: 1; }
  .title-header-wrapper .header-menu {
    flex: 1;
    align-items: right;
    display: flex;
    gap: 10px;
    margin: auto;
    flex-direction: column; }
  .title-header-wrapper span {
    flex: 1; }
  .title-header-wrapper .selectBox {
    display: flex; }
    .title-header-wrapper .selectBox :hover {
      cursor: pointer; }
  .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%; }
  .title-header-wrapper .arrow-down {
    background-image: url("/static/frontdesk/img/chevron-down.svg?9d2a6b190536");
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    background-position: right; }
  .title-header-wrapper .arrow-down {
    transform: rotate(0deg);
    transition: all 0.6s; }
    .title-header-wrapper .arrow-down.active {
      transform: rotate(180deg); }
  .title-header-wrapper h3 {
    flex: 1;
    font-size: 28px; }
  .title-header-wrapper .button-wrapper {
    margin-left: auto; }
  .title-header-wrapper .multiselect {
    flex: 1;
    position: relative; }
  .title-header-wrapper .selectBox {
    position: relative; }
  .title-header-wrapper .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .title-header-wrapper .filter {
    flex-direction: row;
    display: flex;
    gap: 10px; }
  .title-header-wrapper .checkboxes {
    display: none;
    border: 1px #F4F4F4 solid;
    z-index: 1000;
    background: white;
    position: absolute;
    flex: 1;
    width: 99%;
    margin-top: -2px; }
  .title-header-wrapper .checkboxes label {
    display: block;
    color: #231F20;
    border-bottom: solid 1px #F4F4F4;
    padding: 5px 20px;
    font-size: 16px;
    font-family: "Gotham-Light"; }
  .title-header-wrapper input[type='checkbox'] {
    accent-color: #A48053;
    color: white; }
  .title-header-wrapper .button-brown {
    padding: 5px 20px; }

.selected-filters {
  padding-bottom: 20px; }
  .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; }
    .selected-filters .selected-filter .close {
      position: absolute;
      right: 20px;
      width: 14px;
      height: 14px;
      opacity: 0.5;
      top: 3px;
      bottom: 0;
      margin: auto 0; }
    .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; }
    .selected-filters .selected-filter .close:before {
      transform: rotate(45deg); }
    .selected-filters .selected-filter .close:after {
      transform: rotate(-45deg); }
  .selected-filters .reset {
    font: 16px/22px "Gotham-Book";
    color: #A48053;
    border: none;
    padding: auto;
    background: none;
    margin-left: 10px;
    margin-top: auto; }

.plain-button {
  background: none;
  border: 1px solid #A48053;
  border-radius: 4px;
  padding: 5px 20px;
  color: #A48053;
  font: 16px/22px "Gotham-Book"; }

.search {
  display: flex;
  width: 100%; }
  .search input {
    margin-bottom: 0; }

.flex {
  display: flex;
  gap: 10px; }

.employee-section {
  margin-bottom: 20px; }

.members-section {
  margin-top: 20px;
  width: 100%; }

.selected-employee {
  border: 1px solid #A7A9AC;
  border-radius: 4px;
  padding: 10px;
  font: 16px/22px "Gotham-Bold";
  position: relative; }
  .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; }

.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; }
  .selected-member hr {
    border-top: 0.5px solid; }
  .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; }

.customer-info {
  display: flex; }
  .customer-info .customer-name {
    flex: 4; }
  .customer-info .customer-level-status {
    flex: 2;
    text-align: right; }

.customer-contact {
  display: flex;
  gap: 10px;
  font: 14px/22px "Gotham-Book"; }

.ownership-info {
  font: 14px/22px "Gotham-Book"; }
  .ownership-info span {
    display: block; }

.selected-members-count {
  font: 16px/22px "Gotham-Bold"; }

.solid-line {
  border-top: 0.5px solid; }

.selected-member-list {
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden; }

.change-ownerships {
  width: 70%; }
  .change-ownerships .button, .change-ownerships .button-hollow {
    padding: 10px;
    float: right; }
  .change-ownerships hr:last-child {
    margin: 20px 0px; }

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

.header-arisan-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0px; }
  .header-arisan-wrapper .add-and-search {
    display: flex;
    gap: 12px; }
  .header-arisan-wrapper h2 {
    margin: 0;
    margin-bottom: 6px; }

.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; }

.input-search-with-icon {
  position: relative;
  height: 40px; }
  .input-search-with-icon .input-with-icon {
    height: 100%;
    max-width: 350px;
    min-width: 200px;
    padding-right: 32px; }
  .input-search-with-icon .icon {
    position: absolute;
    right: 15px;
    top: 20%;
    width: 16px;
    height: 16px;
    fill: #999; }

.font-bold {
  font-family: "Gotham-Bold"; }

.font-small {
  font-size: 12px; }

.text-brown {
  color: #A48053; }

.select-customer-input {
  min-width: 260px;
  max-width: 300px; }

.right-align-container {
  display: flex;
  padding: 12px 0px;
  justify-content: flex-end; }

.container-max {
  width: 90%; }

.container-small {
  max-width: 50rem; }

.container-payment {
  width: 50%; }

.form-add-customer-group {
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px; }
  .form-add-customer-group .select-member-input {
    width: 100%; }
  .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 */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; }
  .page-header .page-title {
    font-size: 28px;
    font-family: "Gotham-Book";
    color: #231F20;
    margin: 0; }

.detail-block {
  font-family: "Gotham-Light";
  color: #231F20;
  margin: 0; }

.category-header {
  background: #333333;
  color: #fff;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: 0.6px; }

.task-row {
  display: grid;
  grid-template-columns: 60px 56px 1fr;
  align-items: center;
  font-weight: 700;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  cursor: pointer; }

.task-row.optional {
  background: #FFF9D5; }

.task-number {
  font-weight: 700;
  color: #231F20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px; }

.task-label {
  padding-left: 10px;
  font-size: 15px;
  color: #231F20;
  width: 65vw; }
  .task-label.unchecked {
    color: #af1b33; }

.page-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #474446;
  font-size: 13px; }

.page-legend .box {
  width: 20px;
  height: 20px;
  border: 1px solid #A48053;
  background: #fff3e4; }

.table-payment {
  width: 60%; }

.checkin-filter .field-width-200 input,
.checkin-filter .field-width-200 select,
.checkin-filter .field-width-200 button {
  width: 200px; }

.header-v2 input {
  margin: 0; }

.header-v2__title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

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

.header-v2__action-field {
  display: inline-flex;
  gap: 10px; }

.header-v2__button {
  padding: 10px 20px;
  background-color: #A48053;
  color: #fff; }

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

#member-search-btn {
  grid-column: 1;
  text-align: center; }
