
.member-card[data-v-44dcf810] {
  height: auto;
  border: 1px solid orange;
  border-radius: 8px; /* optional, for smooth corners */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.member-card[data-v-d7744a98] {
  height: auto;
  border: 1px solid orange;
  border-radius: 8px; /* optional, for smooth corners */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


body[data-v-b1580c3c] {
  background-color: lightblue;
}
.div-header[data-v-b1580c3c] {
  background-color: lightgoldenrodyellow;
}
.div-style[data-v-b1580c3c] {
  background-color: lightcyan;
  outline-style: solid;
  outline-color: lightyellow;
}


.v-input[data-v-895bc1f2] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 70px;
}
.container[data-v-895bc1f2] {
  padding: 8px !important; /* mimic dense */
}


/* The container for the entire section */
.custom-checkbox-group[data-v-f44d49a2] {
    margin-bottom: 24px;
}

/* Bold the header specifically */
.custom-checkbox-group .v-label[data-v-f44d49a2] {
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 0.87);
    /* Darker for better readability */
    display: block;
}

/* Tab-alignment: Indent the checkbox list */
.custom-checkbox-group .v-input--checkbox[data-v-f44d49a2] {
    margin-left: 16px;
    /* This creates the "tab" effect */
}

/* Ensure the checkbox labels are also bold */
.custom-checkbox-group .v-label--active[data-v-f44d49a2],
.custom-checkbox-group .v-label[data-v-f44d49a2] {
    font-weight: 600;
}


.chat-container[data-v-15ec3476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  font-family: sans-serif;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 12px;
}
.contact-list[data-v-15ec3476] {
  width: 30%;
  border-right: 1px solid #ccc;
  overflow-y: auto;
  padding: 10px;
  background: #f5f5f5;
}
.contact[data-v-15ec3476] {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.contact.active[data-v-15ec3476] {
  background-color: #e0e0e0;
  font-weight: bold;
}
.chat-window[data-v-15ec3476] {
  width: 70%;
  padding: 20px;
  overflow-y: auto;
}
.message[data-v-15ec3476] {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  max-width: 60%;
}
.sent[data-v-15ec3476] {
  background-color: #dcf8c6;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  margin-left: auto;
}
.received[data-v-15ec3476] {
  background-color: #f1f0f0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.date-group[data-v-15ec3476] {
  margin-bottom: 20px;
}
.date-label[data-v-15ec3476] {
  text-align: center;
  background-color: #e0e0e0;
  color: #333;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 10px;
  margin: 10px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.85rem;
}
.message-bubble[data-v-15ec3476] {
  position: relative;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  padding-bottom: 18px;
  /* Room for timestamp */
}
.message-text[data-v-15ec3476] {
  padding-bottom: 4px;
  /* Space for time */
}
.message-meta[data-v-15ec3476] {
  position: absolute;
  bottom: 4px;
  right: 8px;
  font-size: 0.75rem;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-status[data-v-15ec3476] {
  font-size: 0.8rem;
}
.reply-quote[data-v-15ec3476] {
  background: #f0f0f0;
  border-left: 4px solid #ccc;
  padding: 6px 10px;
  margin-bottom: 6px;
  font-size: 0.85rem;
  color: #444;
}
.pagination-controls[data-v-15ec3476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.pagination-controls button[data-v-15ec3476] {
  padding: 6px 12px;
  font-size: 0.9rem;
  cursor: pointer;
}
.pagination-controls button[data-v-15ec3476]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.chat-preview[data-v-15ec3476] {
  padding: 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.chat-preview.active[data-v-15ec3476] {
  background-color: #e6f3ff;
  /* light blue like WhatsApp */
  border-left: 4px solid #2196f3;
}
.chat-header[data-v-15ec3476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
.chat-time[data-v-15ec3476] {
  color: #888;
  font-size: 0.8rem;
}
.chat-message-preview[data-v-15ec3476] {
  color: #444;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.send-box[data-v-15ec3476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #2196f3;
  border-radius: 10px;
}
.send-box input[data-v-15ec3476] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
}
.send-box textarea[data-v-15ec3476] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  border: none;
}
.send-box button[data-v-15ec3476] {
  padding: 5px 10px;
  background-color: #2196f3;
}
.message-image[data-v-15ec3476] {
  max-width: 200px;
  max-height: 200px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-top: 4px;
}
.caption[data-v-15ec3476] {
  font-size: 0.9em;
  color: #555;
  margin-top: 2px;
}
.message-media[data-v-15ec3476] {
  max-width: 220px;
  max-height: 220px;
  border-radius: 10px;
  display: block;
  margin-top: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-audio[data-v-15ec3476] {
  margin-top: 4px;
  width: 220px;
}
.media-document[data-v-15ec3476] {
  display: inline-block;
  background: #f0f4ff;
  padding: 8px 12px;
  border-radius: 6px;
  margin-top: 5px;
  text-decoration: none;
  color: #1e40af;
  font-weight: 500;
}


.whatsapp-menu[data-v-e1e413e2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.whatsapp-menu button[data-v-e1e413e2] {
    padding: 8px 16px;
    border: none;
    background-color: #eee;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 500;
}
.whatsapp-menu button.active[data-v-e1e413e2] {
    background-color: #2196f3;
    color: white;
}

/* for scoped style we need to use deep for nested components */
[data-v-e1e413e2] .whatsapp-menu .v-btn.active {
    background-color: #2196f3;
    color: white;
}


@media only screen and (max-width: 600px) {
.flex.xs6[data-v-55213567],
  .flex.xs4[data-v-55213567],
  .flex.xs2[data-v-55213567] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
}


.drilldown {
  cursor: pointer;
  font-weight: 600;
  color: #1976d2;
}
.drilldown:hover {
  text-decoration: underline;
  background: rgba(25, 118, 210, 0.08);
  border-radius: 4px;
  padding: 2px 6px;
}
.disabled-cell {
  color: #000000a1;
  cursor: default;
}
.location-drill {
  cursor: pointer;
}
.location-drill:hover {
  text-decoration: underline;
  color: #1976d2;
}
.wrap-col {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}


.member-card[data-v-49992106] {
  height: auto;
  border: 1px solid orange;
  border-radius: 8px; /* optional, for smooth corners */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*
  Fix an issue in vue-bootstrap v2.22.0:
  https://github.com/bootstrap-vue/bootstrap-vue/issues/6961 */
.b-table-sticky-header>.table.b-table>thead>tr>th[data-v-686261a3] {
  position: sticky !important;
}
.member-card[data-v-686261a3] {
  height: auto;
  border: 1px solid orange;
  border-radius: 8px; /* optional, for smooth corners */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.rowstyle-1[data-v-5262b966] {
  background-color: rgba(215, 44, 44, 0.057)
}
.member-card[data-v-5262b966] {
  height: auto;
  border: 1px solid orange;
  border-radius: 8px; /* optional, for smooth corners */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


[data-v-44679cb6] .row-registered {
  background-color: #e0ffe0;
}
[data-v-44679cb6] .row-pending {
  background-color: #fff8e1;
  /* light yellow */
}
[data-v-44679cb6] .row-cancelled {
  background-color: #ffe0e0;
  /* light red */
}
[data-v-44679cb6] .row-uncertain {
  background-color: lightpink
    /* light red */
}
.chip-limited[data-v-44679cb6] {
  max-height: 100px;
  overflow-y: auto;
}
.member-card[data-v-44679cb6] {
  height: auto;
  border: 1px solid orange;
  border-radius: 8px; /* optional, for smooth corners */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.status-wrapper[data-v-44679cb6] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; /* spacing between circle and star */
}
.guest-symbol[data-v-44679cb6] {
  font-size: 24px; /* adjust star size here */
}


.table-container[data-v-3c8a11df] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 20px;
}


.body[data-v-0c6bf9bc] {
	background-color: rgba(255, 237, 217, 0);
}
.div-header[data-v-0c6bf9bc] {
	background-color: rgba(255, 237, 217, 0);
}
.div-style[data-v-0c6bf9bc] {
	background-color: lightcyan;
	outline-style: double;
	outline-color: orangered;
}
.v-stepper--alt-labels .v-stepper__header[data-v-0c6bf9bc] {
	height: 80px;
}
.v-stepper--alt-labels .v-stepper__step[data-v-0c6bf9bc] {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}
.responsive-img[data-v-0c6bf9bc] {
	max-width: 100%;
	height: auto;
	display: block;
	/* optional but good (removes small gaps) */
}
.img-center[data-v-0c6bf9bc] {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	/* centers the image */
}
.registration-status[data-v-0c6bf9bc] {
	max-width: 700px;
	margin: 40px auto;
	padding: 24px;
	background: #f9f9f9;
	border-radius: 8px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont;
}
.registration-status h2[data-v-0c6bf9bc] {
	margin-bottom: 16px;
	color: #333;
}
.status-message[data-v-0c6bf9bc] {
	font-size: 16px;
	line-height: 1.6;
	color: #444;
}
.accommodation-note[data-v-0c6bf9bc] {
	background-color: #f9f9f9; /* Light grey background */
	border-left: 4px solid #1976D2; /* Blue accent line to draw the eye */
	border-radius: 4px;
	line-height: 1.6;
	color: #444;
}

/* Optional: limit the width on very large screens for better readability */
@media (min-width: 1264px) {
.accommodation-note[data-v-0c6bf9bc] {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
}
}

/* --- Base Layout & Typography --- */
html,
body {
  padding: 0;
}

.form-width {
  max-width: 1024px;
  margin: 0 auto;
}

h1 {
  color: #1976d2;
  font-size: 2rem;
  border-bottom: 1px solid gray;
  padding: 12px 0 15px 0;
  margin-bottom: 20px;
}

h2,
h3,
h4 {
  color: rgb(50, 100, 200);
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: bolder;
}

.headertext {
  text-align: center;
  width: 100%;
  line-height: 1;
}

li {
  margin: 10px 0;
}

.dark-text {
  color: black;
}

/* --- Navigation & Toolbar --- */
#nav {
  padding: 30px;
}

#nav a {
  font-weight: bold;
  color: #2c3e50;
}

#nav a.router-link-exact-active {
  color: #42b983;
}

.app-toolbar.v-toolbar .v-toolbar__content,
.my-toolbar.v-toolbar .v-toolbar__content {
  padding: 0;
  margin: 0;
}

.my-toolbar.v-toolbar .v-toolbar__content {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* --- Components & Containers --- */
.title {
  padding: 10px;
}

#additional_details {
  padding: 0 0 20px 0;
}

.v-window__container {
  padding: 15px;
  background-color: white;
}

.loading {
  width: 98%;
  height: 200px;
  z-index: 9999;
  background-color: #ccc;
  position: absolute;
  text-align: center;
  padding: 40px 0 0 0;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.7;
}

/* --- Vuetify Global Overrides (SAFE) --- */
.v-input {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.v-alert.v-alert {
  margin-bottom: 20px;
}

.v-alert ul {
  list-style: none;
  margin-bottom: 0;
  font-weight: bold;
}

.v-dialog,
.v-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

.v-dialog {
  border: 1px solid grey;
  border-radius: 8px;
  padding: 4px;
}

.v-expansion-panels.condensed .v-expansion-panel-header {
  padding: 2px 24px;
  min-height: auto;
}

.v-expansion-panels.condensed .v-expansion-panel--active .v-expansion-panel-header {
  padding: 8px 24px;
}

/* --- Buttons --- */
.v-btn {
  min-width: 0;
  font-size: 14px;
  margin: 0;
}

.v-btn__content {
  padding: 0;
}

.btn-primary,
.btn-danger {
  margin: 15px 15px 10px 0;
}

.form_button,
.tb_button {
  text-transform: none;
  margin: 0;
  padding: 15px;
}

.form_button {
  width: 80px;
  height: 36px;
}

.tb_button {
  height: 32px;
}

.action_button {
  height: 32px;
  margin: 0;
  padding: 5px;
}

.fb-btn.v-btn,
.fb-btn1.v-btn {
  text-transform: none;
  min-width: 150px;
}

.fb-btn.v-btn {
  background-color: blue;
  color: chocolate;
}

.fb-btn1.v-btn {
  min-width: 100px;
  background-color: #1976d2 !important;
  color: white;
}

.download-button {
  float: right;
  color: white;
  background-color: #008ff7;
  padding: 7px;
  border-radius: 4px;
}

.flexcol .v-btn__content,
.btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vert-text-btn {
  display: block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  margin: 50px;
  border-width: 5px;
}

/* --- Global Input/Label Defaults --- */
.v-text-field.v-text-field--outline .v-input__slot,
.v-select.v-select--outline .v-input__slot,
.v-autocomplete.v-autocomplete--outline .v-input__slot {
  border: 1px solid #ffaa00 !important;
  border-radius: 8px;
  background: #fff !important;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.v-input.v-input--is-focused .v-input__slot {
  border-color: #1976D2 !important;
}

.v-input.v-input--is-focused .v-label {
  color: #1976D2 !important;
}

.v-input.v-input--is-dirty.v-input--error .v-label {
  color: #f44336 !important;
}

.v-label {
  background: transparent !important;
  z-index: 1;
  -webkit-transition: color 0.2s, top 0.2s;
  transition: color 0.2s, top 0.2s;
}

/* --- CUSTOM OUTLINE SPECIFIC LOGIC (NAMESPACED) --- */

/* 1. Container Fix: Overrides height only for .custom-outline fields */
.custom-outline.v-input {
  height: auto !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
  /* Removes gap */
  position: relative;
  overflow: visible !important;
}

/* 2. Slot Fix: Allow expansion and remove internal bottom margin */
.custom-outline.v-text-field--outline .v-input__slot,
.custom-outline.v-select--outline .v-input__slot,
.custom-outline.v-autocomplete--outline .v-input__slot {
  height: auto !important;
  min-height: 56px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 4px 12px !important;
  margin-bottom: 0 !important;
  pointer-events: auto !important;
}

/* 3. Selections: Wrapping for multiple chips */
.custom-outline .v-select__selections {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  height: auto !important;
}

/* 4. Labels for custom-outline */
.custom-outline.v-text-field--outline .v-label {
  top: 16px !important;
}

.custom-outline.v-input--is-label-active .v-label,
.custom-outline.v-input--is-focused .v-label {
  -webkit-transform: translateY(-28px) scale(0.75) !important;
          transform: translateY(-28px) scale(0.75) !important;
  background-color: white !important;
  padding: 0 4px !important;
}

/* 5. Details Area: Remove reserved space ONLY for custom-outline */
.custom-outline .v-text-field__details {
  display: none !important;
}

/* Show details if there's an actual error */
.custom-outline.v-input--has-state.error--text .v-text-field__details {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 4px;
}

/* --- Global Utilities --- */
input[type='number'] {
  -moz-appearance: textfield;
}

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

/* --- Tables (Vue-Good-Table) --- */
.vgt-table {
  border-collapse: separate !important;
  border-spacing: 0;
  border-top: 0 !important;
}

.vgt-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

.vgt-table thead tr:first-child th {
  border-top: 1px solid #dcdfe6 !important;
}

.vgt-table th,
.vgt-table td {
  border-width: .5px !important;
  color: black;
}

.vgt-table th {
  vertical-align: top !important;
}

.vgt-table th input[type="checkbox"] {
  margin-top: 20px;
}

.vgt-wrap__footer {
  height: 48px;
}

.vgt-wrap__footer .footer__navigation__info {
  display: inline !important;
}

.vgt-wrap__footer .footer__navigation__page-btn {
  margin-left: 0 !important;
}

.vgt-input {
  min-height: 40px;
  height: 50px;
}

.vgt-global-search,
.vgt-global-search__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding-left: 0 !important;
}

.vgt-global-search {
  height: 60px;
}

.vgt-global-search__actions {
  max-width: 40%;
}

.selectioninfo .vgt-pull-right button {
  background-color: #1976d2 !important;
  border-color: #1976d2 !important;
  color: #ffffff;
  padding: 5px 10px;
}

/* --- Logos & Assets --- */
.form-logo,
.form-logo-small,
.form-logo-large,
.quick-form-logo {
  display: block;
  border-radius: 8px;
}

.form-logo,
.form-logo-small,
.form-logo-large {
  margin: 0 auto;
}

.form-logo {
  max-height: 80px;
  max-width: 80px;
}

.form-logo-small {
  max-height: 48px;
  max-width: 48px;
}

.form-logo-large {
  max-height: 128px;
  max-width: 128px;
}

.quick-form-logo {
  margin: 0 10px 10px;
  max-width: 80px;
}

/* --- Miscellaneous --- */
.member-card {
  border: 1px solid orange;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}

.div-style,
.div-style-hjs,
.div-style-ss {
  background-color: rgb(247, 214, 153);
  outline-style: solid;
}

.div-style {
  outline-color: orange;
}

.div-style-hjs {
  outline-color: lightskyblue;
}

.div-style-ss {
  outline-color: lightyellow;
}

.div-style-srsm {
  background-color: #efe0cf;
  outline-style: solid;
  outline-color: #efe0cf;
}

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

.bg-dark {
  background-color: #f0f0ff !important;
}

.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.icon-bold {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}

.circle-chip {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  min-width: 0 !important;
}
