html,
body {
  min-height: 100%;
}

.main-content {
  min-height: 100vh;
}

.nav-link.disabled {
  pointer-events: none;
}

.tenant-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #141727, #3a416f);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.hotel-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #17ad37, #98ec2d);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.room-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #2152ff, #21d4fd);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.room-status-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #7928ca, #ff0080);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.role-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #f53939, #fbcf33);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.staff-member-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #3a416f, #141727);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.permission-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #17c1e8, #2152ff);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(310deg, #17c1e8, #3a416f);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.permission-option-card,
.permission-summary-card {
  background-color: #fff;
}

.permission-category-card {
  background-color: #fff;
}

.permission-category-header {
  border-bottom: 1px solid rgba(131, 146, 171, 0.2);
}

.workspace-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workspace-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.08);
}

.invitation-list .list-group-item + .list-group-item {
  border-top: 1px solid rgba(131, 146, 171, 0.2);
}

.qr-code-panel {
  padding: 1rem;
  border-radius: 1rem;
  background: #f8f9fa;
}

.qr-code-panel svg {
  max-width: 100%;
  height: auto;
}

.navbar-account-summary {
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.account-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0.75rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  color: #344767;
  text-decoration: none;
}

.account-menu-trigger:hover,
.account-menu-trigger:focus {
  color: #344767;
  text-decoration: none;
}

.account-menu-trigger[aria-expanded="true"] {
  color: #344767;
}

.account-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: linear-gradient(310deg, #2152ff, #21d4fd);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.account-menu-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #344767;
}

.account-menu-meta {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8392ab;
}

.account-menu-panel {
  min-width: 17rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 20px 27px rgba(15, 23, 42, 0.12);
}

.account-menu-header {
  min-width: 0;
}

.account-menu-action {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

.account-menu-action:hover,
.account-menu-action:focus {
  background-color: var(--bs-dropdown-link-hover-bg);
}

.hotel-option-card,
.language-option-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(131, 146, 171, 0.2);
  border-radius: 1rem;
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hotel-option-card {
  border: 1px solid rgba(131, 146, 171, 0.2);
  background: #fff;
  text-align: left;
}

.hotel-option-card:hover,
.language-option-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.hotel-option-card.active,
.language-option-card.active {
  border-color: rgba(33, 82, 255, 0.35);
  box-shadow: 0 16px 30px rgba(33, 82, 255, 0.12);
}

.hotel-option-card:disabled {
  opacity: 1;
  cursor: default;
}

.hotel-option-icon,
.language-option-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(310deg, #141727, #3a416f);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.hotel-option-icon {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .account-menu-panel {
    min-width: 15rem;
  }
}

@media (max-width: 575.98px) {
  .account-menu-panel {
    position: fixed !important;
    top: 5rem !important;
    left: 1rem !important;
    right: auto !important;
    min-width: min(17rem, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    max-height: calc(100vh - 6rem);
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    transform: none !important;
    z-index: 1080;
  }
}

.my-task-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.my-task-filter-button {
  flex: 1 1 9rem;
  min-width: 0;
  white-space: normal;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .my-task-filter-button {
    flex-basis: 100%;
  }
}

.my-task-summary {
  padding: 1rem;
  border: 1px solid rgba(131, 146, 171, 0.18);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.95), rgba(255, 255, 255, 0.95));
}

.my-task-summary-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}

.my-task-summary-tile {
  padding: 0.9rem;
  border: 1px solid rgba(131, 146, 171, 0.16);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.my-task-summary-count {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.my-task-reason-list {
  display: grid;
  gap: 0.65rem;
}

.my-task-reason-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(131, 146, 171, 0.14);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.78);
}

.my-task-card-list {
  display: grid;
  gap: 1rem;
}

.my-task-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(131, 146, 171, 0.18);
  border-left-width: 0.4rem;
  border-radius: 1.25rem;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.my-task-card:hover,
.my-task-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.08);
}

.my-task-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #f8f9fa;
  color: #344767;
  flex-shrink: 0;
}

.my-task-room-banner {
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(33, 82, 255, 0.14);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(33, 82, 255, 0.1), rgba(23, 173, 55, 0.08));
}

.my-task-room-banner-detail {
  padding: 0.9rem 1.15rem;
  border-radius: 1.15rem;
}

.my-task-room-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #67748e;
}

.my-task-room-value {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1f2b5c;
}

.my-task-meta-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8392ab;
  margin-bottom: 0.35rem;
}

.my-task-meta-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #344767;
}

.my-task-empty-state {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 1.25rem;
  background: #f8f9fa;
}

.my-task-empty-state i {
  font-size: 2rem;
}

.my-task-detail-card {
  border-left-width: 0.45rem;
  border-radius: 1.5rem;
}

.my-task-priority-neutral {
  border-left-color: #17ad37;
}

.my-task-priority-high {
  border-left-color: #f97316;
}

.my-task-priority-urgent {
  border-left-color: #ea0606;
}

.my-task-priority-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.my-task-priority-chip-neutral {
  background: rgba(23, 173, 55, 0.12);
  color: #11752a;
  border: 1px solid rgba(23, 173, 55, 0.24);
}

.my-task-priority-chip-high {
  background: rgba(249, 115, 22, 0.12);
  color: #c2410c;
  border: 1px solid rgba(249, 115, 22, 0.24);
}

.my-task-priority-chip-urgent {
  background: rgba(234, 6, 6, 0.1);
  color: #b42318;
  border: 1px solid rgba(234, 6, 6, 0.2);
}

.my-task-meta-panel {
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(131, 146, 171, 0.18);
  border-radius: 1rem;
  background: #fff;
}

.my-task-note-panel {
  padding: 1rem;
  border-radius: 1rem;
  background: #f8f9fa;
  color: #344767;
  white-space: pre-wrap;
}
.my-task-attachment-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

.my-task-attachment-tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  text-decoration: none;
  color: inherit;
}

.my-task-attachment-preview-trigger {
  cursor: pointer;
}

.my-task-attachment-tile:focus-visible {
  outline: 2px solid rgba(33, 82, 255, 0.55);
  outline-offset: 2px;
  border-radius: 1rem;
}

.my-task-attachment-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(131, 146, 171, 0.25);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(131, 146, 171, 0.14), rgba(248, 249, 250, 0.95));
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.my-task-attachment-tile:hover .my-task-attachment-visual,
.my-task-attachment-tile:focus .my-task-attachment-visual {
  border-color: rgba(33, 82, 255, 0.38);
  box-shadow: 0 18px 30px rgba(33, 82, 255, 0.14);
}

.my-task-attachment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-task-attachment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: rgba(20, 23, 39, 0.78);
  color: #fff;
  font-size: 1.25rem;
}

.my-task-attachment-name {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #344767;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-task-attachment-meta {
  display: block;
  font-size: 0.68rem;
  color: #8392ab;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-task-attachment-modal-content {
  background: rgba(15, 23, 42, 0.95);
}

.my-task-attachment-modal-image,
.my-task-attachment-modal-video {
  max-width: 100%;
  max-height: calc(100vh - 7rem);
}

.dashboard-kpi-card {
  height: 100%;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(131, 146, 171, 0.18);
  border-radius: 1rem;
  background: #fff;
}

.dashboard-kpi-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8392ab;
}

.dashboard-kpi-value {
  margin-top: 0.35rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #344767;
  line-height: 1.1;
}

.dashboard-kpi-meta {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #8392ab;
}

.dashboard-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(131, 146, 171, 0.18);
}

.dashboard-summary-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dashboard-note-panel {
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  background: #f8f9fa;
  white-space: pre-wrap;
}

.dashboard-hours-input {
  width: 100%;
  max-width: 12rem;
}

.my-task-status-grid {
  display: grid;
  gap: 0.75rem;
}

.my-task-status-option {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  min-height: 5.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(131, 146, 171, 0.22);
  border-radius: 1rem;
  background: #fff;
  color: #344767;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.my-task-status-option:hover {
  transform: translateY(-1px);
  border-color: rgba(33, 82, 255, 0.24);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.my-task-status-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  background: rgba(33, 82, 255, 0.08);
  color: #2152ff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.my-task-status-option-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.my-task-status-option-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #344767;
}

.my-task-status-option-help {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #67748e;
}

.btn-check:checked + .my-task-status-option {
  background: rgba(33, 82, 255, 0.05);
  border-color: rgba(33, 82, 255, 0.45);
  box-shadow: 0 16px 30px rgba(33, 82, 255, 0.12);
  color: #2152ff;
}

.btn-check:checked + .my-task-status-option .my-task-status-option-icon {
  background: #2152ff;
  color: #fff;
}

.btn-check:checked + .my-task-status-option .my-task-status-option-title {
  color: #2152ff;
}

@media (min-width: 768px) {
  .my-task-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.assignment-sidebar {
  position: sticky;
  top: 7rem;
  z-index: 30;
}

.assignment-sidebar .choices {
  position: relative;
  z-index: 31;
}

.assignment-sidebar .choices__list--dropdown,
.assignment-sidebar .choices__list[aria-expanded] {
  z-index: 32;
}

.assignment-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.assignment-floor-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.assignment-room-groups {
  display: grid;
  gap: 1.5rem;
}

.assignment-room-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.assignment-room-card {
  display: flex;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(131, 146, 171, 0.2);
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.assignment-room-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.assignment-room-card.is-disabled {
  cursor: default;
  opacity: 0.7;
  background: #f8f9fa;
}

.assignment-room-checkbox {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.assignment-room-body {
  min-width: 0;
  flex: 1;
}

.assignment-summary,
.assignment-action-bar {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(131, 146, 171, 0.2);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
}

.assignment-action-bar {
  position: sticky;
  bottom: 1rem;
  z-index: 10;
}

.assignment-empty-state {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 1.25rem;
  background: #f8f9fa;
}

.assignment-empty-state i {
  font-size: 2rem;
}

@media (max-width: 1199.98px) {
  .assignment-sidebar {
    position: static;
  }
}


.public-layout-main {
  padding-top: 1.25rem;
}

.public-navbar {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(131, 146, 171, 0.16);
  backdrop-filter: saturate(180%) blur(20px);
}

.public-navbar .navbar-collapse {
  align-items: center;
}

.public-navbar .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.public-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.public-footer {
  background: transparent;
}

.public-landing-hero {
  position: relative;
  display: flex;
  align-items: center;
  margin: 1.5rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    url('../soft-ui/img/curved-images/curved14.jpg') center/cover no-repeat;
  overflow: hidden;
}

.public-landing-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -30% auto;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 82, 255, 0.18), rgba(33, 82, 255, 0));
  pointer-events: none;
}

.public-landing-preview {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 32px 60px rgba(15, 23, 42, 0.14);
}

.public-landing-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(131, 146, 171, 0.18);
}

.public-landing-stat-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8392ab;
}

.public-value-card {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.07);
}

.public-auth-card {
  max-width: 30rem;
}

.public-auth-meta-panel {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(131, 146, 171, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
}

.public-auth-meta-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(131, 146, 171, 0.16);
}

.public-auth-meta-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.public-auth-meta-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8392ab;
}

.public-auth-meta-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #344767;
  text-align: right;
}

@media (max-width: 991.98px) {
  .public-navbar .navbar-collapse {
    padding-top: 1rem;
  }

  .public-nav-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
  }

  .public-landing-hero {
    margin: 1rem;
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .public-landing-hero {
    margin: 0.75rem;
  }

  .public-auth-meta-row {
    flex-direction: column;
  }

  .public-auth-meta-value {
    text-align: left;
  }
}

