html,
body {
  font-family: "Noto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prohibition Test", sans-serif;
}

body {
  background: radial-gradient(circle at 20% 20%, rgba(249, 197, 32, 0.08), transparent 40%), radial-gradient(circle at 80% 30%, rgba(184, 116, 58, 0.15), transparent 50%), linear-gradient(180deg, #2e1812 0%, #47261b 50%, #5c2d21 100%);
  background-attachment: fixed;
  color: #f7ebdd;
}

.cardex-hero {
  padding: 100px 0;
}

/* OUTER PANEL (glass effect) */
.cx-hero-panel {
  border-radius: 28px;
  background: rgba(46, 24, 18, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(249, 197, 32, 0.05);
}

/* navbar */
.cardex-navbar {
  min-height: 92px;
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.cardex-navbar::after {
  display: none;
}

.cardex-navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cardex-navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.cardex-navbar-logo {
  height: 62px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 8px rgba(249, 197, 32, 0.18));
}

.btn {
  border-radius: 999px;
  padding: 12px 24px;
  font-family: "Prohibition Test", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active {
  transform: scale(0.98);
}

.btn i {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* PRIMARY BUTTON */
.btn-cardex-primary,
.btn-primary,
.offcanvas .btn-primary {
  background: linear-gradient(135deg, #f9c520 0%, #e6ae67 100%);
  color: #2e1812;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* SECONDARY BUTTON */
.btn-cardex-secondary,
.cardex-nav-btn,
.cardex-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: #f9c520;
  border: 1px solid rgba(249, 197, 32, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
}

/* NAVBAR BUTTON */
.cardex-nav-btn {
  padding: 10px 20px;
}

/* NAV LINKS */
.cardex-nav-link {
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(247, 235, 221, 0.03);
  border: 1px solid rgba(247, 235, 221, 0.06);
}

.text-bg-cardex {
  background: linear-gradient(180deg, #47261b 0%, #2e1812 100%);
  color: #f7ebdd;
}

/* GENERAL UI */
.booking-card {
  background: rgba(20, 12, 8, 0.75); /* blends with your brown/gold bg */
  border-radius: 20px;
  backdrop-filter: blur(10px);
  margin: 0 auto;
}

.booking-mini {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(215, 170, 58, 0.4);
}

.booking-paid {
  background: transparent;
  border: 1px solid #d7aa3a;
  color: #d7aa3a;
}

.booking-cta {
  background: linear-gradient(180deg, #d7aa3a, #8d6a1f);
  border: none;
  color: #1a1204;
}

/* .card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: transparent;
}

.card .card-body {
  background-color: #5c2d21;
} */
.footer {
  background-color: #2e1812;
}

/* HERO*/
.cardex-hero-v2 {
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding: 120px 0 80px;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  border-radius: 20px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(249, 197, 32, 0.08), transparent 35%), radial-gradient(circle at 80% 30%, rgba(184, 116, 58, 0.15), transparent 45%), linear-gradient(180deg, #2e1812 0%, #47261b 50%, #5c2d21 100%);
}

.cardex-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(46, 24, 18, 0.35) 0%, rgba(46, 24, 18, 0.12) 45%, rgba(46, 24, 18, 0.35) 100%);
  z-index: 0;
}

.cardex-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 90px;
}

.cardex-hero-title-v2 {
  font-family: "Prohibition Test", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: #fffaf0;
  text-align: center;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), 0 10px 30px rgba(0, 0, 0, 0.35);
}

.cardex-hero-subline {
  font-family: "Prohibition Test", sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  letter-spacing: 0.18em;
  color: #f9c520;
  opacity: 0.9;
  margin-top: 18px;
  margin-bottom: 26px;
  text-align: center;
}

.cardex-float img {
  filter: brightness(0.75) contrast(1.05) saturate(0.9);
}

.cardex-hero-subtitle {
  max-width: 760px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 248, 235, 0.82);
}

.cardex-hero-btn-primary {
  background: linear-gradient(135deg, #f9c520 0%, #e6ae67 100%);
  color: #2e1812;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(249, 197, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.cardex-hero-btn-primary:hover,
.cardex-hero-btn-primary:focus {
  color: #2e1812;
  transform: translateY(-2px);
}

.cardex-event-card {
  min-height: 140px;
}

/*landing page motion*/
.cardex-motion-column {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 560px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.cardex-motion-left {
  left: 4%;
}

.cardex-motion-right {
  right: 4%;
}

.cardex-motion-column::before,
.cardex-motion-column::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 2;
  pointer-events: none;
}

.cardex-motion-column::before {
  top: 0;
  background: linear-gradient(to bottom, rgb(46, 24, 18), rgba(46, 24, 18, 0));
}

.cardex-motion-column::after {
  bottom: 0;
  background: linear-gradient(to top, rgb(46, 24, 18), rgba(46, 24, 18, 0));
}

.cardex-motion-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.cardex-motion-track-left,
.cardex-motion-track-right {
  animation: cardexScrollUp 22s linear infinite;
}

.cardex-motion-set {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.cardex-motion-card {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(249, 197, 32, 0.05);
  flex-shrink: 0;
}

.cardex-motion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.78) contrast(1.04) saturate(0.92);
}

@keyframes cardexScrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/* HERO PANEL*/
.cx-hero-panel {
  border-radius: 28px;
  background: rgba(20, 24, 30, 0.65);
  border: 1px solid rgba(215, 170, 88, 0.18);
  backdrop-filter: blur(6px);
}

/* TITLE LINE */
.cardex-divider {
  width: 70px;
  height: 2px;
  background: #d7aa58;
  border-radius: 999px;
  margin-top: 12px;
}

/* SECTION TITLE */
.cardex-section-title {
  color: #fff;
  letter-spacing: 1px;
}

/* EVENT CARD */
.cardex-event-card {
  background: rgba(18, 22, 28, 0.92);
  border: 1px solid rgba(215, 170, 88, 0.2);
  border-radius: 20px;
  transition: all 0.25s ease;
}

/* HOVER*/
.cardex-event-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 170, 88, 0.5);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* EVENT TITLE */
.cardex-event-title {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* TEXT TUNING */
.hero-subtitle {
  max-width: 650px;
  line-height: 1.8;
}

.cardex-avatar-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 6px;
}

.cardex-tracking {
  letter-spacing: 2px;
}

.cardex-divider {
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: #d7aa58;
}

.cardex-why-card {
  background: rgba(18, 22, 28, 0.92) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.cardex-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(215, 170, 88, 0.08);
  border: 1px solid rgba(215, 170, 88, 0.22);
}

.cardex-tracking {
  letter-spacing: 2px;
}

.cardex-divider {
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: #d7aa58;
}

/* event page */
.booking-card {
  background: rgba(20, 24, 30, 0.88);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.booking-mini {
  background: rgba(18, 22, 28, 0.88);
  border: 1px solid rgba(215, 170, 88, 0.2);
  transition: all 0.2s ease;
}

.booking-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 170, 88, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot--open {
  background: #d7aa58;
  box-shadow: 0 0 8px rgba(215, 170, 88, 0.6);
}

.status-dot--closed {
  background: rgba(255, 255, 255, 0.35);
}

.signup-choice-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.signup-choice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.signup-choice-card i {
  color: #d7aa3a;
}

.payment-modal-dialog {
  max-width: 460px;
}

.payment-qr-img {
  width: 220px;
  height: auto;
  display: block;
}

.floor-plan-wrapper {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 18px;
  padding: 18px;
  min-height: 520px;
}

.seats-preview {
  width: 100%;
  height: 460px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.seats-preview {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}

.preview-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.admin-card {
  background: #11131c;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: 0.2s ease;
}

.admin-card-inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-filter-bar {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 8px;
  backdrop-filter: blur(6px);
}

/* SEARCH */
.filter-input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 12px 10px 36px;
}

.filter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.filter-input:focus {
  outline: none;
  box-shadow: none;
}

/* ICON */
.filter-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* SELECT */
.filter-select {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  min-width: 150px;
}

.filter-select:focus {
  box-shadow: none;
  outline: none;
}

.admin-filter-bar .form-control,
.admin-filter-bar .form-select {
  box-shadow: none;
}

.primary-accordion-button {
  background: #dbe7f6;
  color: #183153;
  font-weight: 700;
  box-shadow: none !important;
}

.accordion-item {
  border: 0;
  border-radius: 1rem !important;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.accordion-body {
  background: #f8f9fb;
}

.profile-image {
  display: block;
}

.cardex-profile-shell .form-control,
.cardex-profile-shell .form-select {
  min-height: 46px;
  border-radius: 12px;
}

.cardex-profile-shell .form-control:focus,
.cardex-profile-shell .form-select:focus {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.12);
}

.cardex-profile-shell .btn-warning {
  font-weight: 700;
  color: #1a1a1a;
}

.cardex-profile-shell .btn-outline-warning {
  border-width: 1px;
}

.cardex-profile-shell .text-light-emphasis {
  color: rgba(255, 255, 255, 0.65) !important;
}

.item-card {
  border-radius: 1rem;
  overflow: hidden;
}

.item-card .btn {
  white-space: nowrap;
}

/* PARTNER PAGE */
.admin-partner-card {
  min-height: 240px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.admin-partner-card:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 170, 88, 0.38);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.admin-partner-card .partner-logo {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(215, 170, 88, 0.16);
  display: block;
}

.admin-partner-card .partner-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.admin-partner-card .partner-name a {
  color: #fff;
  text-decoration: none;
}

.admin-partner-card .partner-name a:hover {
  color: #f3c55a;
}

.admin-partner-card .partner-meta {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.admin-partner-card .partner-admin-count {
  color: rgba(215, 170, 88, 0.92);
  font-size: 0.88rem;
  font-weight: 600;
}

.admin-partner-card .badge {
  border-radius: 999px;
}

.admin-partner-card .btn {
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 600;
}

.admin-partner-card .btn-primary {
  background: linear-gradient(180deg, #f1c85d 0%, #d7aa58 100%);
  border-color: #d7aa58;
  color: #1a1a1a;
}

.admin-partner-card .btn-primary:hover,
.admin-partner-card .btn-primary:focus {
  background: linear-gradient(180deg, #f6d47d 0%, #ddb76b 100%);
  border-color: #ddb76b;
  color: #111;
}

.admin-partner-toolbar .form-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-partner-toolbar .form-control,
.admin-partner-toolbar .form-select {
  min-height: 46px;
  border-radius: 14px;
}

.admin-partner-toolbar .btn {
  min-height: 46px;
  border-radius: 14px;
  font-weight: 700;
}

.admin-partner-modal {
  background: rgba(18, 22, 28, 0.98);
  border: 1px solid rgba(215, 170, 88, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.admin-partner-modal .modal-header,
.admin-partner-modal .modal-footer {
  background: transparent;
}

.admin-partner-modal-title {
  color: #f3c55a;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.admin-partner-modal-title-sm {
  color: #f3c55a;
  font-weight: 700;
}

.admin-partner-modal-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-partner-modal-input {
  min-height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(215, 170, 88, 0.16);
  color: #fff;
}

.admin-partner-modal-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 197, 90, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(215, 170, 88, 0.15);
  color: #fff;
}

.admin-partner-modal-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.admin-partner-modal-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.7rem 1.25rem;
  background: linear-gradient(180deg, #f1c85d 0%, #d7aa58 100%);
  border-color: #d7aa58;
  color: #1a1a1a;
}

.admin-partner-modal-btn:hover,
.admin-partner-modal-btn:focus {
  background: linear-gradient(180deg, #f6d47d 0%, #ddb76b 100%);
  border-color: #ddb76b;
  color: #111;
}

.admin-partner-alert {
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 0.95rem;
}

.admin-partner-alert-warning {
  background: rgba(243, 197, 90, 0.12);
  border-color: rgba(243, 197, 90, 0.22);
  color: #f3d27d;
}

.admin-partner-alert-success {
  background: rgba(76, 175, 80, 0.12);
  border-color: rgba(76, 175, 80, 0.22);
  color: #9ee2a0;
}

.admin-partner-alert-danger {
  background: rgba(220, 53, 69, 0.12);
  border-color: rgba(220, 53, 69, 0.22);
  color: #ffb0b8;
}

.admin-partner-alert-empty {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.admin-partner-admin-table {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.admin-partner-admin-table thead th {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.admin-partner-admin-table tbody td {
  border-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.admin-partner-admin-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-delete-btn {
  min-width: 42px;
  border-radius: 999px;
}

.admin-partner-close-btn {
  border-radius: 999px;
  font-weight: 700;
}

.admin-partner-search-box {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-admins-section {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-modal {
  background: rgba(18, 22, 28, 0.98);
  border: 1px solid rgba(215, 170, 88, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.admin-partner-modal .modal-header,
.admin-partner-modal .modal-footer {
  background: transparent;
}

.admin-partner-modal-title {
  color: #f3c55a;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.admin-partner-modal-title-sm {
  color: #f3c55a;
  font-weight: 700;
}

.admin-partner-modal-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-partner-modal-input {
  min-height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(215, 170, 88, 0.16);
  color: #fff;
}

.admin-partner-modal-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 197, 90, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(215, 170, 88, 0.15);
  color: #fff;
}

.admin-partner-modal-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.admin-partner-modal-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.7rem 1.25rem;
  background: linear-gradient(180deg, #f1c85d 0%, #d7aa58 100%);
  border-color: #d7aa58;
  color: #1a1a1a;
}

.admin-partner-modal-btn:hover,
.admin-partner-modal-btn:focus {
  background: linear-gradient(180deg, #f6d47d 0%, #ddb76b 100%);
  border-color: #ddb76b;
  color: #111;
}

.admin-partner-alert {
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 0.95rem;
}

.admin-partner-alert-warning {
  background: rgba(243, 197, 90, 0.12);
  border-color: rgba(243, 197, 90, 0.22);
  color: #f3d27d;
}

.admin-partner-alert-success {
  background: rgba(76, 175, 80, 0.12);
  border-color: rgba(76, 175, 80, 0.22);
  color: #9ee2a0;
}

.admin-partner-alert-danger {
  background: rgba(220, 53, 69, 0.12);
  border-color: rgba(220, 53, 69, 0.22);
  color: #ffb0b8;
}

.admin-partner-alert-empty {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.admin-partner-admin-table {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.admin-partner-admin-table thead th {
  background: rgba(215, 170, 88, 0.08) !important;
  color: #f3c55a !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.admin-partner-admin-table tbody td {
  border-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.admin-partner-admin-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-delete-btn {
  min-width: 42px;
  border-radius: 999px;
}

.admin-partner-close-btn {
  border-radius: 999px;
  font-weight: 700;
}

.admin-partner-search-box {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-admins-section {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.autocomplete-suggestions {
  background: rgba(18, 22, 28, 0.98);
  border: 1px solid rgba(215, 170, 88, 0.18);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.autocomplete-suggestion {
  padding: 0.8rem 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.autocomplete-suggestion:last-child {
  border-bottom: 0;
}

.autocomplete-suggestion:hover,
.autocomplete-selected {
  background: rgba(243, 197, 90, 0.12);
  color: #f3c55a;
}

.cardex-admin-view-banner {
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.4);
  border-radius: 12px;
  padding: 14px 16px;
}
/*# sourceMappingURL=main.css.map */