body {
  background-color: #f5f6fa;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
}

.signin-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.signin-box {
  width: 400px;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 40px;
}

.signin-box .slim-logo {
  margin-right: 0;
  margin-bottom: 40px;
}

.slim-logo {
  letter-spacing: -2px;
  font-size: 32px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.signin-title-primary {
  font-weight: 400;
  font-size: 30px;
  color: #212529;
}

.signin-title-secondary {
  font-weight: 300;
  color: #999;
  font-size: 26px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .navbar-menu .nav-link svg {
    display: block;
  }
}

table.vertical-aligned.table td {
  vertical-align: middle;
}

.surfboard-bg {
  background: #fff url("/images/surfboard-bg.jpg") right top no-repeat;
}

.table-dashboard {
  font-size: 13px;
}

.table-dashboard thead th,
.table-dashboard tbody td {
  border-color: #e5e9f2;
  white-space: nowrap;
}

.table-dashboard thead th:first-child,
.table-dashboard tbody td:first-child {
  padding-left: 20px;
}

.table-dashboard thead th:last-child,
.table-dashboard tbody td:last-child {
  padding-right: 20px;
}

.table-dashboard thead th {
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8392a5;
}

.table-dashboard-one tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-dashboard thead th,
.table-dashboard tbody td {
  border-color: #f1f3f7;
}

.bg-soft {
  background-color: #fbfcfd;
}

.label {
  font-size: 10px;
  color: #8392a5;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.foot-label {
  margin-top: 0.5rem;
  color: #8392a5;
  font-style: italic;
}

@media (min-width: 768px) {
  .sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 59px;
    z-index: 10;
  }
}

.table.dataTable thead th {
  font-size: 11px;
}

label input[type=checkbox] {
  margin-right: 0.25rem !important;
}

.select-guest-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.select-guest-flex span {
  display: block;
  margin-left: 0.5rem;
}

