
.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;
}


.v-input[data-v-0aa0905a] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 80px;
}
.v-textarea.v-input[data-v-0aa0905a] {
  min-height: auto;
  height: auto;
}


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 */
}


.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%;
}
}


.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;
}


.v-text-field--box .v-input__slot,
.v-text-field--outline .v-input__slot {
    min-height: auto !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
}


[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 */
}

html,
body {
  padding: 0px;

}

.title {
  padding: 10px;
}

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

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

h3 {
  margin: 0;
  padding: 0;
  /* line-height: 0.5; */
  font-weight: bolder;
}

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

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

#nav {
  padding: 30px;
}

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

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

.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
}

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

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

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

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

.v-input {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

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

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

.selectioninfo input {
  border: 1px solid #606266;
  margin: 0 10px;
  font-size: 15px;
  color: #606266;
  padding: 0 5px;
}

.formatted-row-value {
  color: black;
  overflow-wrap: anywhere;
}

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

.style-chooser .vs__search::-webkit-input-placeholder {
  background: #dfe5fb;
  border: none;
  color: #394066;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__search::-moz-placeholder {
  background: #dfe5fb;
  border: none;
  color: #394066;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__search:-ms-input-placeholder {
  background: #dfe5fb;
  border: none;
  color: #394066;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__search::-ms-input-placeholder {
  background: #dfe5fb;
  border: none;
  color: #394066;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__dropdown-menu {
  background: #dfe5fb;
  border: none;
  color: #394066;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__clear,
.style-chooser .vs__open-indicator {
  fill: #394066;
}

.pt-my {
  padding-top: 36px !important;
}

.pt-my1 {
  padding-top: 24px !important;
}

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

.action_button {
  /* width: 30px; */
  height: 32px;
  margin: 0px;
  padding: 5px;
}

.form_button {
  width: 80px;
  text-transform: none;
  height: 36px;
  margin: 0px;
  padding: 15px;
}

.v-btn {
  min-width: 0px;
  font-size: 14px;
  margin-right: 0;
  margin-left: 0;
}

.fb-btn.v-btn {
  text-transform: none;
  min-width: 150px;
  background-color: blue;
  color: chocolate;
  /* border-color: orangered; */
}

.fb-btn1.v-btn {
  text-transform: none;
  min-width: 100px;
  background-color: #1976d2 !important;
  color: white;
  /* border-color: orangered; */
}

.tb_button {
  /* width: 30px; */
  text-transform: none;
  height: 32px;
  margin: 0px;
  padding: 15px;
}

.flexcol .v-btn__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.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;
}

.v-btn__content {
  padding: 0;
}

div.card__actions .btn {
  min-width: 0;
}

.v-dialog {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible; /* valid value */
  border: 1px solid grey; /* shorthand for border-style/color/width */
  border-radius: 8px; /* optional: make corners smooth */
  padding: 4px; /* optional: for spacing */
}

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

table.b-table[aria-busy='true'] {
  opacity: 0.6;
}

.myprimary {
  background-color: #98c2ed !important;
  /* border-color: #080808 !important; */
  border-top-color: #080808 !important;
  border-bottom-color: #080808 !important;
  border-right-color: #080808 !important;
  border-left-color: #080808 !important;
}

.my-toolbar.v-toolbar .v-toolbar__content {
  padding: 0 0;
  margin: 0 0;
  border: 1px solid #ddd;  /* light outline */
  border-radius: 4px;      /* optional rounded */
}

#no-background-hover::before {
  background-color: success !important;
}

.v-overflow-btn {
  max-height: 32px;
}

.v-overflow-btn .v-input__control {
  min-height: 32px;
  max-height: 32px;
}

.v-overflow-btn .v-input__slot {
  min-height: 32px;
  max-height: 32px;
}

.v-overflow-btn .v-label {
  margin-left: 10px;
  top: calc(50% - 10px);
}

.v-overflow-btn .v-select__slot {
  height: 32px;
}

.v-overflow-btn .v-input__append-inner {
  width: 32px;
  height: 32px;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/** 
 * Applying `border-collapse: separate` on the table container prevents the first 
 * table header row's border from being applied elsewhere when it is sticky.
 */
.vgt-table {
  border-collapse: separate !important;
  border-spacing: 0;
  border-top: 0 !important;
}

/** Applying `position: sticky` here to make header sticky. */
.vgt-table thead {
  position: sticky;
  /* z-index: 1; */
  top: 0;
}

/** We removed the top border from .vgt-table to apply it here instead */
.vgt-table thead tr:first-child th {
  border-top: 1px solid #dcdfe6 !important
}

/** 
 * Applying `border-collapse: separate` doubled the cell border width visually.
 * Setting this to a fractional value fixed the issue.
 */
.vgt-table th,
.vgt-table td {
  border-width: .5px !important;
  color: aqua;
}

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

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

.vgt-wrap__footer {
  height: 48px;
  /* padding:0.3em; */
}

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

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

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

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

.vgt-global-search__actions {
  padding-left: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
}

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

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

.v-expansion-panels.condensed .v-expansion-panel--active:not(:first-child),
.v-expansion-panels.condensed .v-expansion-panel--active+.v-expansion-panel {
  margin-top: 4px;
}

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

/* Disable spinner for input field */
/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Default outline border */
.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 gray !important; */
  border: 1px solid #ffaa00 !important;
  border-radius: 8px;
  /* background: transparent !important; */  /* keep label visible */
  background: #fff !important;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

/* Focused state (note v-input--is-focused) */
.v-text-field.v-text-field--outline.v-input.v-input--is-focused .v-input__slot,
.v-select.v-select--outline.v-input.v-input--is-focused .v-input__slot,
.v-autocomplete.v-autocomplete--outline.v-input.v-input--is-focused .v-input__slot {
  border-color: #1976D2 !important;
}

/* Ensure the actual control area stays white */
.v-text-field.v-text-field--outline input,
.v-select.v-select--outline .v-select__slot,
.v-autocomplete.v-autocomplete--outline .v-autocomplete__slot {
  background: #fff !important;
}

.v-input.v-input--is-focused .v-label {
  color: #1976D2 !important; /* matches your focus border */
}

.v-input.v-input--is-dirty.v-input--error .v-label {
  color: #f44336 !important; /* red label for errors */
}

/* keep lable visible for select, autocomplete */
.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 for input field - normal state*/
.custom-outline .v-input__slot {
  border: 1px solid #ff6600 !important;
  border-radius: 4px;
  background-color: white !important;
  padding: 8px 12px !important; /* keeps label floating correctly */
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.custom-outline.v-text-field.v-text-field--outline .v-input__slot,
.custom-outline.v-select.v-select--outline .v-input__slot,
.custom-outline.v-autocomplete.v-autocomplete--outline .v-input__slot {
  border: 1px solid #ffaa00 !important;
  border-radius: 8px;
  /* background: transparent !important; */
  background: #fff !important; /* keep label visible */
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

/* Ensure input background stays white */
.custom-outline input,
.custom-outline .v-text-field__slot,
.custom-outline .v-select__slot {
  background-color: white !important;
}

/* Keep label visible (force higher z-index if needed) */
.custom-outline .v-label {
  background: transparent !important;
  z-index: 1;
}

/* Dropdown menu background for v-select */
.custom-outline .v-menu__content {
  background-color: white !important;
}

/* Focus state: change border color */
.custom-outline.input-group--focused .v-input__slot {
  border-color: orange !important;
}

.div-style {
  background-color: lightcyan;
  outline-style: solid;
  outline-color: rgb(203, 232, 250);
}

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

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

.custom-outline.v-text-field--box .v-input__slot,
.custom-outline.v-text-field--outline .v-input__slot {
    min-height: auto !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;
    height: 60px;
}

li {
  margin: 10px 0;
}

.dark-text {
  color: black; /* Adjust the color as needed */
}

.form-logo {
  display: block;
  margin: 0 auto;       /* centers horizontally */
  max-height: 60px;     /* constrain vertical size */
  max-width: 80px;      /* keep width in check */
  border-radius: 8px;
}

.quick-form-logo {
  display: block;
  margin: 0 10px 10px;
  max-width: 80px;
  border-radius: 8px;
}

.form-logo-small {
  display: block;
  margin: 0 auto;       /* centers horizontally */
  max-height: 48px;     /* constrain vertical size */
  max-width: 48px;      /* keep width in check */
  border-radius: 8px;
}


.member-card {
  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.expanded {
  height: auto; /* expand to fit content */
}


.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;
}
