:root {
  --tblr-primary: #115ebd;
  --tblr-primary-rgb: 255, 56, 92;
  --tblr-link-color: #115ebd;
  --tblr-link-hover-color: rgb(9, 54, 188);
  --tblr-font-sans-serif: "Inter Var", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --tblr-body-bg: #F7F7F7;
  --tblr-body-color: #222222;
  --tblr-border-color: #DDDDDD;
  --tblr-border-radius: 8px;
  --tblr-border-radius-lg: 8px;
  --tblr-body-font-weight: 500;
}

body {
  overflow-y: scroll;
  background-color: #F7F7F7;
  color: #222222;
  font-weight: 500;
}

*,
*:hover,
*:focus,
*:active {
  box-shadow: none !important;
  text-shadow: none !important;
}

@media (min-width: 992px) {
  :host, :root {
    margin-left: 0;
  }
}
.airbnb-sidebar {
  background-color: #FFFFFF !important;
  border-right: 1px solid #DDDDDD !important;
  box-shadow: none !important;
  color: #222222 !important;
}
@media (max-width: 991.98px) {
  .airbnb-sidebar {
    --bs-navbar-padding-y: 0;
  }
  .airbnb-sidebar > .container-fluid {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.airbnb-sidebar .navbar-brand {
  padding: 0 1rem;
  margin-bottom: 0;
}
.airbnb-sidebar .navbar-brand img {
  max-height: 38px;
}
@media (min-width: 992px) {
  .airbnb-sidebar .navbar-brand {
    padding: 1.25rem 1rem 1.25rem 1.25rem;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
  }
  .airbnb-sidebar .navbar-brand img {
    max-height: none;
  }
}
.airbnb-sidebar .navbar-nav.flex-row {
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-padding-x: 0;
  padding: 0 !important;
  margin: 0;
}
.airbnb-sidebar .navbar-nav.flex-row .nav-link {
  padding: 0 0.5rem !important;
}
.airbnb-sidebar .navbar-toggler {
  color: #222222;
  border: none;
  background: none;
  padding: 0.25rem 0.5rem;
  position: relative;
  width: 42px;
  height: 42px;
}
.airbnb-sidebar .navbar-toggler svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.airbnb-sidebar .navbar-toggler .toggler-icon-open {
  opacity: 1;
  transform: rotate(0deg);
  position: absolute;
}
.airbnb-sidebar .navbar-toggler .toggler-icon-close {
  opacity: 0;
  transform: rotate(-90deg);
  position: absolute;
}
.airbnb-sidebar .navbar-toggler[aria-expanded=true] .toggler-icon-open {
  opacity: 0;
  transform: rotate(90deg);
}
.airbnb-sidebar .navbar-toggler[aria-expanded=true] .toggler-icon-close {
  opacity: 1;
  transform: rotate(0deg);
}
.airbnb-sidebar .nav-item-header {
  padding: 0 1rem;
}
.airbnb-sidebar .nav-item-header .nav-item-header-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C1C1C1;
  display: block;
}
.airbnb-sidebar .navbar-nav {
  padding: 0.25rem 0.75rem;
  gap: 1px;
}
.airbnb-sidebar .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.875rem;
  border-radius: 8px;
  color: #6A6A6A;
  font-weight: 500;
  font-size: 0.875rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.airbnb-sidebar .navbar-nav .nav-item .nav-link:hover {
  background-color: #F7F7F7;
  color: #222222;
}
.airbnb-sidebar .navbar-nav .nav-item .nav-link .nav-link-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: inherit;
}
.airbnb-sidebar .navbar-nav .nav-item .nav-link .nav-link-icon svg {
  stroke: currentColor;
}
.airbnb-sidebar .navbar-nav .nav-item .nav-link .nav-link-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  stroke-width: 1.75;
}
.airbnb-sidebar .navbar-nav .nav-item .nav-link .nav-link-title {
  color: inherit;
  line-height: 1;
}
.airbnb-sidebar .navbar-nav .nav-item.active::after, .airbnb-sidebar .navbar-nav .nav-item.active::before {
  display: none !important;
}
.airbnb-sidebar .navbar-nav .nav-item.active .nav-link {
  background-color: rgba(17, 94, 189, 0.08);
  color: #115ebd;
  font-weight: 600;
}
.airbnb-sidebar .navbar-nav .nav-item.active .nav-link .nav-link-icon svg {
  stroke: #115ebd;
}
.airbnb-sidebar .navbar-nav .nav-item.active .nav-link .nav-link-icon .icon {
  color: #115ebd;
}

.airbnb-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #115ebd 0%, #ff7096 100%);
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .airbnb-avatar {
    width: 28px;
    height: 28px;
    font-size: 0.7rem;
  }
}

.airbnb-topbar {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #DDDDDD !important;
  box-shadow: none !important;
  min-height: 56px;
}
.airbnb-topbar .airbnb-topbar-breadcrumb {
  font-size: 0.8125rem;
  color: #6A6A6A;
}

.airbnb-user-trigger {
  color: #222222;
  padding: 0.375rem 0.5rem;
  border-radius: 8px;
  transition: background 0.15s ease;
}
.airbnb-user-trigger:hover {
  background-color: #F7F7F7;
}

.airbnb-user-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.airbnb-chevron {
  color: #6A6A6A;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.show .airbnb-chevron {
  transform: rotate(180deg);
}

.airbnb-dropdown {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 0.4rem;
  min-width: 180px;
}
.airbnb-dropdown .dropdown-item {
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  padding: 0.5rem 0.875rem;
  display: flex;
  align-items: center;
  transition: background 0.12s ease;
}
.airbnb-dropdown .dropdown-item:hover {
  background-color: #F7F7F7;
  color: #222222;
}
.airbnb-dropdown .dropdown-item.text-danger {
  color: #C13515 !important;
}
.airbnb-dropdown .dropdown-item.text-danger:hover {
  background-color: rgba(193, 53, 21, 0.06);
}
.airbnb-dropdown .dropdown-divider {
  border-color: #EBEBEB;
  margin: 0.3rem 0;
}

.page-wrapper {
  background-color: #F7F7F7;
}

.page-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  padding: 0.5rem 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-header .page-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: -0.025em;
  margin: 0;
}
.page-header .page-subtitle {
  color: #6A6A6A;
}

.page-body {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .page-body {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.card {
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  box-shadow: none;
  background: #FFFFFF;
  overflow: visible !important;
}
.card:hover {
  box-shadow: none;
}
.card > .table, .card > .table-responsive > .table {
  margin-bottom: 0;
}
.card > .table thead tr:first-child th:first-child, .card > .table-responsive > .table thead tr:first-child th:first-child {
  border-top-left-radius: 14px;
}
.card > .table thead tr:first-child th:last-child, .card > .table-responsive > .table thead tr:first-child th:last-child {
  border-top-right-radius: 14px;
}
.card > .table tbody tr:last-child td:first-child, .card > .table-responsive > .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}
.card > .table tbody tr:last-child td:last-child, .card > .table-responsive > .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
  border-bottom: none;
}
.card .card-header {
  border-bottom: 1px solid #EBEBEB;
  background: transparent;
  padding: 1rem 1.25rem;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.card .card-header .card-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #222222;
}
.card .card-footer {
  border-top: 1px solid #EBEBEB;
  background: transparent;
  border-radius: 0 0 14px 14px;
}

.card:has(> .list-group-flush) {
  overflow: hidden !important;
}

.card > .list-group {
  border-top: none !important;
  border-bottom: none !important;
}

.card:has(> .card-header + .collapse:not(.show)) > .card-header {
  border-radius: 14px !important;
  border-bottom: none;
}

.btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.btn-primary {
  background-color: #115ebd !important;
  border-color: #115ebd !important;
  color: #FFFFFF !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(9, 54, 188) !important;
  border-color: rgb(9, 54, 188) !important;
}

.btn-outline-primary {
  color: #115ebd !important;
  border-color: #115ebd !important;
}
.btn-outline-primary:hover {
  background-color: #115ebd !important;
  color: #FFFFFF !important;
}

.btn-action {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #222222;
  border-radius: 8px;
  padding: 0.375rem 0.625rem;
  line-height: 1;
}
.btn-action:hover {
  background-color: #F7F7F7;
  border-color: #C1C1C1;
  color: #222222;
}

.btn-ghost-secondary {
  background: transparent;
  border: 1px solid transparent;
  color: #6A6A6A;
}
.btn-ghost-secondary:hover {
  background-color: #F7F7F7;
  border-color: #DDDDDD;
  color: #222222;
}

.btn-ghost-danger {
  background: transparent;
  border: 1px solid transparent;
  color: #C13515;
}
.btn-ghost-danger:hover {
  background-color: rgba(193, 53, 21, 0.06);
  border-color: transparent;
  color: #C13515;
}

.btn-success {
  background-color: #2da44e !important;
  border-color: #2da44e !important;
  color: #FFFFFF !important;
}
.btn-success:hover, .btn-success:focus {
  background-color: #24843f !important;
  border-color: #24843f !important;
}

.btn-danger {
  background-color: #C13515 !important;
  border-color: #C13515 !important;
  color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #9c2b11 !important;
  border-color: #9c2b11 !important;
}

.btn-secondary, .btn-white {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  color: #222222;
}
.btn-secondary:hover, .btn-white:hover {
  background-color: #F7F7F7;
  border-color: #C1C1C1;
  color: #222222;
}
.btn-secondary:active, .btn-secondary.active, .btn-white:active, .btn-white.active {
  background-color: #efefef !important;
  border-color: #C1C1C1 !important;
  color: #222222 !important;
}

.modal-content {
  border-radius: 14px;
  border: 1px solid #DDDDDD;
}

.modal-header {
  border-bottom: 1px solid #EBEBEB;
  padding: 1rem 1.25rem;
}
.modal-header .modal-title {
  font-weight: 700;
  font-size: 1rem;
  color: #222222;
}

.modal-footer {
  border-top: 1px solid #EBEBEB;
  padding: 0.75rem 1.25rem;
}

.form-hint {
  font-size: 0.8rem;
  color: #6A6A6A;
  margin-top: 0.25rem;
}

.table {
  font-size: 0.875rem;
  color: #222222;
}
.table thead th {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6A6A6A;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.table tbody td {
  color: #222222;
  border-bottom: 1px solid #EBEBEB;
  vertical-align: middle;
  padding: 0.875rem 0.75rem;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
.table tbody tr:hover {
  background-color: rgba(247, 247, 247, 0.7);
}

.badge {
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.72rem;
  padding: 0.3em 0.75em;
}

.bg-success {
  background-color: #00A699 !important;
}

.bg-warning {
  background-color: #FFB400 !important;
}

.bg-danger {
  background-color: #115ebd !important;
}

.form-control, .form-select {
  border-color: #DDDDDD;
  border-radius: 8px;
  color: #222222;
  font-size: 0.875rem;
  font-weight: 500;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-control:focus, .form-select:focus {
  border-color: #222222 !important;
  box-shadow: 0 0 0 2px #222222 !important;
}
.form-control::placeholder, .form-select::placeholder {
  color: #C1C1C1;
}
.form-control.is-invalid, .form-select.is-invalid {
  border-color: #C13515 !important;
}

.invalid-feedback {
  color: #C13515;
  font-size: 0.8125rem;
  font-weight: 500;
}

/* @media (max-width: 768px) {
    input,
    select,
    textarea,
    .form-control,
    .form-select {
        font-size: 16px !important;
    }
} */
.form-label {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #222222;
  margin-bottom: 0.375rem;
}

.pagination .page-link {
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  color: #222222;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0 2px;
}
.pagination .page-link:hover {
  background-color: #F7F7F7;
  color: #115ebd;
  border-color: #DDDDDD;
}
.pagination .page-item.active .page-link {
  background-color: #115ebd;
  border-color: #115ebd;
  color: #FFFFFF;
}
.pagination .page-item.disabled .page-link {
  color: #C1C1C1;
}

.toast {
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

.alert {
  border-radius: 8px;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.alert-success {
  background-color: rgba(0, 166, 153, 0.1);
  color: #00665f;
}

.alert-danger {
  background-color: rgba(17, 94, 189, 0.1);
  color: #aa2f12;
}

.alert-warning {
  background-color: rgba(255, 180, 0, 0.12);
  color: #8a6200;
}

.table-light > tr > th,
thead.table-light > tr > th {
  background-color: #F7F7F7 !important;
  color: #6A6A6A;
}

.table .bg-light {
  background-color: #F7F7F7 !important;
}

.text-muted {
  color: #6A6A6A !important;
}

.subheader {
  font-size: 0.69rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6A6A6A;
}

a {
  color: #115ebd;
}
a:hover {
  color: rgb(9, 54, 188);
}

.page-auth {
  min-height: 100vh;
  background-color: #F7F7F7;
}
.page-auth .auth-card {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 575.98px) {
  .page-auth .auth-card {
    border: none;
    border-radius: 0;
    padding: 2rem 1.25rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page-auth .auth-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.page-auth .auth-logo img {
  max-width: 80%;
}
.page-auth .auth-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: -0.025em;
  margin-bottom: 0.375rem;
}
.page-auth .auth-subtitle {
  font-size: 0.875rem;
  color: #6A6A6A;
  margin-bottom: 1.75rem;
}
.page-auth .form-label {
  color: #222222;
}
.page-auth .form-label-description a {
  color: #6A6A6A;
  font-weight: 500;
  font-size: 0.8125rem;
  text-decoration: none;
}
.page-auth .form-label-description a:hover {
  color: #115ebd;
}
.page-auth .btn-auth {
  background-color: #115ebd;
  border-color: #115ebd;
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
}
.page-auth .btn-auth:hover, .page-auth .btn-auth:focus {
  background-color: rgb(9, 54, 188);
  border-color: rgb(9, 54, 188);
  color: #FFFFFF;
}

.sidebar-backdrop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 72, 72, 0.45);
  z-index: 1024;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), visibility 0s linear 0.25s;
}

@media (max-width: 991.98px) {
  body:has(#sidebar-menu.show) .sidebar-backdrop {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), visibility 0s;
  }
  .sidebar-backdrop.backdrop-closing {
    visibility: visible;
    opacity: 0;
    transition: opacity 0.22s cubic-bezier(0.4, 0, 1, 1), visibility 0s linear 0.22s;
  }
  .airbnb-sidebar {
    border-right: none !important;
    border-bottom: 1px solid #DDDDDD !important;
    position: sticky !important;
    top: 0;
    z-index: 1030;
  }
  .airbnb-sidebar .navbar-collapse {
    display: block !important;
    visibility: hidden;
    position: fixed;
    top: 65px;
    left: 0;
    height: calc(100dvh - 65px);
    width: 288px;
    max-width: 85vw;
    background-color: #FFFFFF;
    z-index: 1025;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.28s;
  }
  .airbnb-sidebar .navbar-collapse.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
  }
  .airbnb-sidebar .navbar-collapse.drawer-closing {
    visibility: visible;
    transform: translateX(-100%);
    transition: transform 0.22s cubic-bezier(0.4, 0, 1, 1), visibility 0s linear 0.22s;
  }
  .airbnb-sidebar .navbar-collapse.collapsing {
    height: calc(100dvh - 65px) !important;
    transition: none !important;
  }
  .airbnb-sidebar .navbar-nav {
    padding: 0.75rem 0.75rem;
    gap: 4px;
  }
  .airbnb-sidebar .nav-item .nav-link {
    padding: 0.8rem 1.25rem !important;
  }
  .airbnb-sidebar .nav-item-header {
    padding: 0.75rem 1.25rem 0.25rem !important;
  }
  .page-wrapper {
    margin-left: 0 !important;
  }
}
.cal-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

/*# sourceMappingURL=app.output.css.map */
