:root {
  --cx-ink: #10201f;
  --cx-muted: #667775;
  --cx-panel: rgba(255, 255, 255, 0.76);
  --cx-panel-strong: rgba(255, 255, 255, 0.92);
  --cx-stroke: rgba(35, 71, 68, 0.13);
  --cx-primary: #0f766e;
  --cx-primary-strong: #0b5f59;
  --cx-accent: #f2b84b;
  --cx-coral: #e85f5c;
  --cx-sky: #4f86c6;
  --cx-bg: #eef5f2;
  --cx-shadow: 0 22px 70px rgba(31, 57, 54, 0.16);
}

/* Full background image */
.bg {
   background-image: url(../img/background.jpg)!important;
}

/* html {font-size:17px!important} */
html, body, #app {
  min-height: 100%;
}

body {
  font-family: 'Manrope', sans-serif;
  background: var(--cx-bg);
  color: var(--cx-ink);
}

.v-application {
  font-family: 'Manrope', sans-serif !important;
  letter-spacing: 0 !important;
}

.v-application .text-h1,
.v-application .text-h2,
.v-application .text-h3,
.v-application .text-h4,
.v-application .text-h5,
.v-application .text-h6,
.cx-display {
  font-family: 'Fraunces', serif !important;
  letter-spacing: 0 !important;
}

.bg-container,
.bg-container-dark,
.cx-app-surface {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(236, 246, 240, 0.95) 0%, rgba(247, 246, 239, 0.92) 42%, rgba(229, 241, 238, 0.95) 100%),
    repeating-linear-gradient(90deg, rgba(16, 32, 31, 0.035) 0 1px, transparent 1px 84px) !important;
}

.theme--dark .bg-container,
.theme--dark .bg-container-dark,
.theme--dark .cx-app-surface {
  background:
    linear-gradient(135deg, #101918 0%, #142725 48%, #0d1515 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 84px) !important;
}

.cx-glass {
  background: var(--cx-panel) !important;
  border: 1px solid var(--cx-stroke) !important;
  box-shadow: var(--cx-shadow) !important;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.theme--dark .cx-glass {
  background: rgba(16, 31, 30, 0.72) !important;
  border-color: rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34) !important;
}

.cx-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--cx-primary-strong);
  font-size: 12px;
  font-weight: 800;
}

.cx-section-title {
  color: var(--cx-ink);
  font-weight: 800;
}

.theme--dark .cx-section-title,
.theme--dark .cx-display {
  color: #eef8f5 !important;
}

.cx-muted {
  color: var(--cx-muted);
}

.theme--dark .cx-muted {
  color: #a9bbb7;
}

.cx-primary-btn.v-btn {
  background: linear-gradient(135deg, #0f766e, #174f4b) !important;
  color: white !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 34px rgba(15, 118, 110, 0.28) !important;
  text-transform: none !important;
  font-weight: 800 !important;
}

.cx-secondary-btn.v-btn {
  border-color: rgba(15, 118, 110, 0.4) !important;
  color: var(--cx-primary-strong) !important;
  border-radius: 12px !important;
  text-transform: none !important;
  font-weight: 800 !important;
}

.cx-icon-btn.v-btn {
  background: rgba(255, 255, 255, 0.65) !important;
  border: 1px solid rgba(16, 32, 31, 0.08) !important;
}

.theme--dark .cx-icon-btn.v-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.cx-page {
  padding: 10px 14px 36px;
}

@media (min-width: 960px) {
  .cx-page {
    padding: 16px 34px 48px;
  }
}

.cx-main-tight.v-main {
  padding-top: 76px !important;
}

.cx-card {
  border-radius: 18px !important;
}

.cx-status-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 32, 31, 0.09);
}

.cx-status-row:last-child {
  border-bottom: 0;
}

.cx-status-row span {
  color: var(--cx-muted);
  font-size: 13px;
  font-weight: 800;
}

.cx-status-row strong {
  color: var(--cx-ink);
  font-size: 14px;
  text-align: right;
  overflow-wrap: anywhere;
}

.theme--dark .cx-status-row {
  border-bottom-color: rgba(255, 255, 255, 0.09);
}

.theme--dark .cx-status-row strong {
  color: #eef8f5;
}

.cx-checklist .v-list-item {
  padding-left: 0;
  padding-right: 0;
}

.cx-connect-card {
  position: relative;
  overflow: hidden;
}

.cx-connect-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.cx-whatsapp-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f766e, #174f4b);
  box-shadow: 0 18px 42px rgba(15, 118, 110, 0.26);
}

.cx-note-card {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cx-ink);
  font-size: 14px;
  font-weight: 800;
}

.theme--dark .cx-note-card {
  color: #eef8f5;
}

.cx-profile-card {
  position: relative;
  overflow: hidden;
}

.cx-profile-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 118px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.18), rgba(79, 134, 198, 0.14)),
    repeating-linear-gradient(90deg, rgba(16, 32, 31, 0.08) 0 1px, transparent 1px 22px);
  pointer-events: none;
}

.cx-profile-card > * {
  position: relative;
}

.cx-avatar-shell {
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(35, 71, 68, 0.14);
  box-shadow: 0 18px 44px rgba(15, 118, 110, 0.18);
}

.theme--dark .cx-avatar-shell {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.cx-detail-drawer {
  border-left: 1px solid rgba(16, 32, 31, 0.1) !important;
}

.theme--dark .cx-detail-drawer {
  border-left-color: rgba(255, 255, 255, 0.09) !important;
}

.cx-link-button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.cx-link-button:hover .font-weight-black {
  color: var(--cx-primary-strong);
}

.cx-subscription-copy {
  max-width: 520px;
}

.cx-payment-panel {
  width: 100%;
  max-width: 560px;
}

.cx-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cx-payment-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(35, 71, 68, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--cx-ink);
  font-size: 12px;
  font-weight: 800;
}

.theme--dark .cx-payment-badges span {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.09);
  color: #eef8f5;
}

.cx-stripe-shell {
  padding: 16px;
  border: 1px solid rgba(35, 71, 68, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
}

.theme--dark .cx-stripe-shell {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.09);
}

.cx-table-card {
  border-radius: 16px !important;
  overflow: hidden;
}

.cx-topbar {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 32, 31, 0.08) !important;
}

.cx-drawer {
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-right: 1px solid rgba(16, 32, 31, 0.1) !important;
}

.cx-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0f766e, #174f4b);
  box-shadow: 0 14px 32px rgba(15, 118, 110, 0.3);
}

.cx-credit-pill,
.cx-sidebar-panel {
  border: 1px solid rgba(16, 32, 31, 0.09);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 16px;
}

.theme--dark .cx-credit-pill,
.theme--dark .cx-sidebar-panel {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.cx-nav-item {
  border-radius: 14px !important;
  min-height: 46px !important;
  color: var(--cx-ink) !important;
}

.theme--dark .cx-nav-item {
  color: #dce9e6 !important;
}

.cx-nav-item-active {
  background: linear-gradient(135deg, #0f766e, #174f4b) !important;
  color: white !important;
  box-shadow: 0 14px 34px rgba(15, 118, 110, 0.24);
}

.cx-stat-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 30px rgba(16, 32, 31, 0.16);
}

.cx-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.cx-calendar-head {
  margin-bottom: 8px;
}

.cx-calendar-head span {
  color: var(--cx-muted);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.cx-day {
  position: relative;
  min-height: 58px;
  border: 1px solid rgba(16, 32, 31, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--cx-ink);
  cursor: pointer;
  padding: 8px;
  text-align: left;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.cx-day:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, 0.28);
}

.theme--dark .cx-day {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef8f5;
}

.cx-day-number {
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.cx-day-muted {
  opacity: .38;
}

.cx-day-today {
  background: rgba(15, 118, 110, 0.12);
  border-color: rgba(15, 118, 110, 0.46);
}

.cx-event-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 3px 0 0;
}

.cx-day-events {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.cx-event-reminder,
.cx-reminder-reminder {
  background: #0f766e;
}

.cx-event-payment,
.cx-reminder-payment {
  background: #4f86c6;
}

.cx-event-follow_up,
.cx-reminder-follow_up {
  background: #f2b84b;
}

.cx-reminder-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(16, 32, 31, 0.08);
}

.cx-reminder-row:last-child {
  border-bottom: 0;
}

.theme--dark .cx-reminder-row {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.cx-reminder-type {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.cx-empty-state {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  color: var(--cx-muted);
  font-weight: 800;
}

.cx-dialog-card {
  border-radius: 18px !important;
}

.cx-policy-form .v-input {
  margin-bottom: 6px !important;
}

.cx-policy-form .v-text-field__details {
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.cx-policy-form .col {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.cx-message-preview {
  border: 1px solid rgba(35, 71, 68, 0.12);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.58);
}

.theme--dark .cx-message-preview {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.06);
}

.cx-schedule-summary {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.08);
}

.theme--dark .cx-schedule-summary {
  background: rgba(15, 118, 110, 0.16);
}

.cx-schedule-list {
  display: grid;
  gap: 7px;
}

.cx-schedule-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid rgba(35, 71, 68, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--cx-ink);
  font-size: 13px;
  font-weight: 800;
}

.theme--dark .cx-schedule-item {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #eef8f5;
}

.cx-schedule-index {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--cx-primary);
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.cx-inline-action.v-btn {
  color: var(--cx-primary-strong) !important;
  border-radius: 10px !important;
  text-transform: none !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.theme--dark .cx-inline-action.v-btn {
  color: #8fd8ce !important;
}

.cx-message-bubble {
  border-radius: 14px 14px 14px 4px;
  padding: 12px 14px;
  background: #e7f5f2;
  color: var(--cx-ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.theme--dark .cx-message-bubble {
  background: rgba(15, 118, 110, 0.24);
  color: #eef8f5;
}

.cx-login-main {
  overflow: hidden;
}

.cx-register-main {
  overflow: auto;
}

.cx-login-shell {
  border-radius: 24px;
  overflow: hidden;
}

.cx-register-shell {
  border-radius: 24px;
  overflow: hidden;
}

.cx-login-form {
  min-height: 100%;
  border-radius: 20px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 31, 0.08);
}

.cx-register-form {
  min-height: 100%;
  border-radius: 20px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 31, 0.08);
}

.theme--dark .cx-login-form {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.08);
}

.theme--dark .cx-register-form {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.08);
}

.cx-login-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cx-login-metrics div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(16, 32, 31, 0.08);
}

.theme--dark .cx-login-metrics div {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.cx-login-metrics strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--cx-primary);
}

.cx-login-metrics span {
  display: block;
  margin-top: 6px;
  color: var(--cx-muted);
  font-size: 12px;
  font-weight: 700;
}

.cx-login-footnote {
  display: flex;
  align-items: center;
  color: var(--cx-muted);
  font-size: 13px;
  font-weight: 700;
}

.cx-register-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.08);
  border: 1px solid rgba(15, 118, 110, 0.14);
}

@media (max-width: 600px) {
  .cx-login-shell,
  .cx-register-shell {
    border-radius: 18px;
  }

  .cx-login-form,
  .cx-register-form {
    padding: 20px;
  }

  .cx-login-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .cx-calendar-grid {
    gap: 4px;
  }

  .cx-day {
    min-height: 46px;
    border-radius: 11px;
    padding: 6px;
  }

  .cx-event-dot {
    width: 6px;
    height: 6px;
  }
}

.v-btn,
.v-tab,
.v-list-item-title,
.v-input input,
.v-input textarea {
  letter-spacing: 0 !important;
}

.v-text-field--outlined fieldset,
.v-select--outlined fieldset,
.v-autocomplete--outlined fieldset {
  border-color: rgba(16, 32, 31, 0.12) !important;
}

.v-data-table {
  background: transparent !important;
}

.theme--dark .v-data-table,
.theme--dark .v-card {
  color: #eef8f5 !important;
}
.sp-2 {letter-spacing: 2px}
.shadow-img {filter: drop-shadow(2px 2px 2px #263238)}
.shadow-img-2 {filter: drop-shadow(4px 4px 4px lightgrey)}
.bg-login {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%)!important;
    }
.bg-drawer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1)), url("../img/sidebar.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-container {background: var(--cx-bg)!important}
.bg-container-dark {background:#101918!important}
.bg-module {background: #111827 !important}
.bg-module-dark {background:#0f1f3d!important}
.bg-card {
    background:url('bg2.jpg');
    background-size: cover;
}

/*////// Welcome Banner //////*/

/* Loaded body */
body.loaded {
    opacity: 1;
    transition: 1s opacity;
  }
  
  /* Default banner */
  .banner {
    position: relative;
    width: 100%;
    height: 40rem;
    padding: 0 5%;
    overflow: hidden;
    backface-visibility: hidden;
  }
  
  /* Default image container */
  .banner .background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate3d(0,0,0) scale(1.25);
    background: black url(https://images.unsplash.com/photo-1531971085967-431db1ec65a2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=212d5ac2d6b763d2f2168d4f0a85b36c&auto=format&fit=crop&w=2250&q=80) no-repeat center center; 
    background-size: cover;
  }
  
  /* Loaded image container */
  .loaded .banner .background {
    transform: scale(1);
    transition: 6.5s transform;
  }
  
  /* Other stuff */
  .banner h1 {
    color: #EEE;
    margin: 0;
    line-height: 40rem;
    text-transform: uppercase;
    text-shadow: 0 0 .3rem black;
  }
  
  /*////// Welcome Banner END //////*/

  .sidebar-light {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .sidebar-dark {
    background-color: #1E1E1E !important;
    box-shadow: 7px 0 12px -4px #111111;
  }

.active_list .v-list-item-group .v-list-item--active{
  background-color: #5872FE;
  border-radius: 7px;
  color: white;
}

.v-data-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.v-data-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

.v-list-item {
  transition: all .15s ease;
}

/* ========================================
   SWEETALERT THEME (CLEAN VERSION)
======================================== */

/* ===== POPUP ===== */
.swal-dark {
  background: #0f223f !important;
  color: #e5e7eb !important;
  border-radius: 14px !important;
}

.swal-light {
  background: #ffffff !important;
  color: #1f2937 !important;
  border-radius: 14px !important;
}

/* ===== TITLE ===== */
.swal-title {
  font-weight: 600 !important;
  color: #1f2937 !important;
}

.swal-title-dark {
  font-weight: 600 !important;
  color: #f1f5f9 !important;
}

/* ===== TEXT ===== */
.swal-dark .swal2-html-container {
  color: #cbd5e1 !important;
}

/* ===== BUTTONS ===== */
.swal2-confirm:not(.swal2-loading) {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 8px 18px !important;
}

.swal-confirm:hover {
  filter: brightness(1.1);
}

.swal-confirm-permanent {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 600;
}

.swal-cancel {
  background: #6b7280 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 8px 18px !important;
  margin: 0 8px !important;
}

.swal-cancel:hover {
  background: #4b5563 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* VALIDATION MESSAGE - DARK */
.swal-dark .swal2-validation-message {
  background: rgba(220, 38, 38, 0.12) !important;
  border: 1px solid #ef4444 !important;
  color: #ef4444 !important;

  border-radius: 10px !important;
  padding: 10px 14px !important;
  margin-top: 10px !important;

  font-size: 13px !important;
  font-weight: 500;

  align-items: center !important;
  gap: 8px !important;
}

/* VALIDATION MESSAGE - LIGHT */
.swal-light .swal2-validation-message {
  background: rgba(220, 38, 38, 0.10) !important;
  border: 1px solid #ef4444 !important;
  color: #b91c1c !important;

  border-radius: 10px !important;
  padding: 10px 14px !important;
  margin-top: 10px !important;

  font-size: 13px !important;
  font-weight: 500;

  align-items: center !important;
  gap: 8px !important;
}

.imageUploader {
  border: 1px dashed #bababa !important;
  cursor: pointer;
  transition: background-color 0.3s ease;

  &.dragging {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
}

.imageUploaderDark {
  border: 1px dashed #bababa !important;
  cursor: pointer;
  transition: background-color 0.3s ease;

  &.dragging {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
}

.compact-list .v-list-item {
  min-height: 28px !important;
}

.file-item:hover {
  background: rgba(59, 130, 246, 0.08);
}

.delete-icon {
  cursor: pointer;
  transition: 0.2s;
}

.delete-icon:hover {
  transform: scale(1.1);
}

.input-money .v-input__control {
  min-height: 38px;
}

.input-money input {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
}
