html,
body {
  height: 100%; /* Ensures the whole viewport is considered */
  margin: 0; /* Removes default margins */
}

/* Header variables for proposal */
:root {
  --tw-header-height: 64px;
  --tw-header-height-default: 64px;

  --spinner-width: 2rem;
  --spinner-height: 2rem;
  --spinner-border-width: 0.25rem;
  --spinner-width-sm: 1rem;
  --spinner-height-sm: 1rem;
  --spinner-border-width-sm: 0.2rem;

  /* Color Variables */
  --spinner-primary: #007bff;
  --spinner-secondary: #6c757d;
  --spinner-success: #28a745;
  --spinner-danger: #dc3545;
  --spinner-warning: #ffc107;
  --spinner-info: #17a2b8;
  --spinner-light: #f8f9fa;
  --spinner-dark: #343a40;
}

/* Reports */
.invoice-details-container {
  background-color: #f9f9f9;
  border-top: 1px solid #dee2e6;
}

.view-invoice-btn {
  transition: all 0.3s ease;
}

.view-invoice-btn:hover {
  background-color: #f0f0f0 !important;
}

.view-invoice-btn.active i {
  color: #8c2555;
}

.invoice-details-container .table {
  margin-bottom: 0;
}

.invoice-details-container .table thead th {
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 0.9rem;
}

.invoice-details-container h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Proposal header specific styles */
.proposal-nav-spacing a {
  margin-right: 24px; /* spacing/24 */
}

.proposal-nav-spacing a:last-child {
  margin-right: 0;
}

/* Custom class to override .hidden !important on md screens */
@media (min-width: 768px) {
  .md\:flex-important {
    display: flex !important;
  }
}

/* AUTH PAGE */
.branded-bg {
  background-image: url('/public/media/auth/background.png');
}

/* INVALID INPUT */
.invalid-feedback {
  width: 100%;
  font-size: 0.725rem;
  color: #f1416c;
}

.w-500px {
  width: 500px !important;
}

.w-138px {
  width: 138px !important;
}

.w-168px {
  width: 168px !important;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.925rem;
  color: #000;
  background-color: #f1416c;
  border-radius: 0.475rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #f1416c;
  padding-right: calc(1.5em + 1.55rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3875rem) center;
  background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #f1416c;
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.55rem);
  background-position: top calc(0.375em + 0.3875rem) right calc(0.375em + 0.3875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #f1416c;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1'],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'] {
  padding-right: 5.5rem;
  background-image:
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
  background-position:
    right 1rem center,
    center right 3rem;
  background-size:
    16px 12px,
    calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #f1416c;
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + 1.55rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #f1416c;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #f1416c;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f1416c;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

.fv-plugins-bootstrap5-row-invalid input {
  border-color: #f1416c !important;
}

.fv-plugins-bootstrap5-row-invalid .input {
  border-color: #f1416c !important;
}

.code {
  background-color: var(--tw-danger-light);
  color: var(--tw-danger);
  font-size: 0.8rem;
}

.box-shadow-xl {
  box-shadow: 0 0.25rem 0.375rem 0 rgba(38, 43, 67, 0.16) !important;
}

.d-none {
  display: none !important;
}

.via-croatia-text {
  color: #5e0e33;
}

.via-croatia-border-top {
  border-top: 4px solid #8c2555;
}

.via-croatia-border-bottom {
  border-bottom: 3px solid #8c2555;
}

.navbar-bg {
  background-image: url(/public/media/cards/bg-navbar.png);
  background-repeat: no-repeat;
  background-position: center right 22rem;
  background-size: 390px;
}

.title-bg {
  background-image: url(/public/media/cards/bg.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.statistics-bg {
  background-image: url(/public/media/cards/bg-navbar.png);
  background-repeat: no-repeat;
  background-position: center right -135px;
  background-size: 350px;
}

.itinerary-bg {
  background-image: url(/public/media/cards/bg-itinerary.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 950px;
  background-color: #f9f9f9;
  height: 90px;
}

.via-itinerary-title {
  font-size: 22px;
}

.statistics-bg .statistics-number {
  border-left: 1px solid #dbdfe9;
  padding: 4px 10px;
}

.card-bg {
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: center right -200px;
  background-image: url(/public/media/cards/bg.png);
}

.hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/public/media/cards/bg-1.png);
}

.card-bg-position {
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 10rem -2.5rem;
  background-image: url(/public/media/cards/bg.png);
}

/* .decoration-bg {
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: right 30rem bottom;
    background-image: url(/public/media/cards/bg-footer.png);
} */
.decoration-bg {
  position: relative; /* Make sure the parent is positioned */
}

.decoration-bg::after {
  content: '';
  position: absolute; /* Set the position to absolute */
  background-repeat: no-repeat;
  background-size: 18%;
  background-position: right 0px bottom;
  background-image: url(/public/media/cards/bg-footer.png);
  bottom: 0; /* Set the position you need */
  right: 555px; /* Adjust to your desired position */
  width: 100%; /* Set size or width/height for the pseudo-element */
  height: 100%; /* If you want it to cover a specific area */
  z-index: -100; /* Set the z-index to make sure it's behind the content */
}

.btn-extender {
  width: 130px;
  justify-content: center;
}

.btn-extender-xl {
  width: 150px;
  justify-content: center;
}

.grid-table > .card {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.nullbit-container {
  display: flex;
  flex-direction: column;
}

.nullbit-container .content {
  flex: 1;
  overflow-y: auto;
}

.grid-table table tr {
  border-bottom: 1px solid #f1f1f4;
}

.overlay-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-left: auto;
  height: 100%;
  width: 934px !important;
  max-width: 100%;
  word-wrap: break-word;
  border-radius: 0px !important;
}

.overlay-panel.right {
  margin-right: initial !important;
}

.modal {
  padding: 0px !important;
}

.modal-content {
  position: relative;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(53, 71, 104, 0.28);
}

.modal-title {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.modal-header {
  padding: 20px 20px !important;
}

.modal-form {
  height: 100%;
  display: contents;
}

#map {
  border: 1.5px solid #c4cada;
  border-radius: 5px;
  height: 250px;
}

[plugins~='quill-texteditor'] {
  height: 130px; /* Set your default height */
  min-height: 100px; /* Optional: to set a minimum height */
  max-height: 500px; /* Optional: to set a maximum height */
}

.ql-toolbar.ql-snow {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  background-color: #fcfcfc;
  border: 1px solid #dbdfe9;
}

/* .ql-container {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
} */

.ql-editor {
  font-size: 14px; /* Set your desired default font size */
  font-family: inherit; /* Set your desired default font family */
}

.scrollable-y {
  position: relative !important;
}

/* Scroll indicator style */
/* Scroll indicator style - compact */
.scroll-indicator {
  position: sticky;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #fff;
  border-radius: 4px;
  padding: 3px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
  width: 22px;
  height: 22px;
  color: grey;
  font-size: 12px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.scroll-indicator.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-indicator.hidden {
  opacity: 0;
  visibility: hidden;
}

.scroll-indicator .scroll-indicator-down {
  all: unset;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Arrow style */
.arrow-down {
  font-size: 16px;
}

.dynamic-shadow-footer {
  box-shadow: 3px -5px 20px 0px rgb(165 165 165 / 50%) !important;
  transition:
    box-shadow 0.3s ease,
    opacity 0.3s ease;
  opacity: 1;
}

.font-size-text-nb {
  font-size: 0.8125rem !important;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {
  box-shadow: none;
}

.card-group-footer button {
  margin: 0px !important;
  width: 100%;
}

.card-group-submenu {
  border-radius: 0rem !important;
  background-color: #f1f1f4 !important;
}

.card-group-footer .btn.btn-outline.btn-outline-secondary {
  color: #252f4a;
  border-color: #dbdfe9;
  background-color: #fcfcfc;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}

.card-group-footer .btn.btn-outline.btn-outline-secondary:hover {
  color: #252f4a;
  border-color: #252f4a;
  background-color: #ffffff;
}

.card-group-footer .btn.btn-outline.btn-outline-dashed {
  border-width: 1px;
  border-style: dashed;
}

.card-group-footer .btn.btn-outline-dashed {
  border: 1px dashed #dbdfe9;
}

/* Select 2 */
/* [data-component='dynamic-table'] table div.flex.flex-col {
  flex-direction: row !important;
} */

/* .select2-container {
  min-width: 180px;
  width: auto !important;
} */

.select2-container--default .select2-selection--single {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: var(--tw-light-active);
  border-radius: 0.375rem;
  height: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 1px solid var(--tw-gray-300) !important;
  color: var(--tw-gray-700) !important;
}
.select2-container--default .select2-selection--multiple {
  font-weight: 500;
  font-size: 0.8125rem;
  background-color: var(--tw-light-active);
  border-radius: 0.375rem;
  /* height: 2.5rem; */
  height: auto !important;
  line-height: 1.25rem;
  padding-left: 0.12rem;
  padding-right: 0.75rem;
  border: 1px solid var(--tw-gray-300) !important;
  color: var(--tw-gray-700) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 6px;
  margin-top: 5px;
  padding: 0;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--tw-gray-700) !important;
  line-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--tw-gray-500-light) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: var(--tw-gray-500-light) !important;
}

.select2-selection--multiple:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
}

.select2-results__option {
  padding: 5px;
  font-size: 0.8125rem;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--tw-danger-active-light) !important;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 0.8125rem;
  line-height: 1;
  background-color: var(--tw-light-active);
  border-radius: 0.375rem;
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 1px solid var(--tw-gray-300);
  color: var(--tw-gray-700);
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.select2-container--open {
  border-color: var(--tw-gray-900) !important;
}

.select2-container--open .select2-selection.select2-selection--single {
  border-color: var(--tw-gray-500) !important;
}

input.select2-search__field {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.select2-search__field:hover {
  border-color: var(--tw-gray-400);
  color: var(--tw-gray-700);
}

.fv-plugins-bootstrap5-row-invalid .select2-container--default .select2-selection--single {
  border-color: #f1416c !important;
}
.fv-plugins-bootstrap5-row-invalid .select2-container--default .select2-selection--multiple {
  border-color: #f1416c !important;
}

.select2-group .select2-container {
  width: 100% !important;
}

.select2-group .select2-container--default .select2-selection--multiple {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.select2-group .select2-container--default .select2-selection--single {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.select2-group .btn-input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.select2-group .btn-input .select2-selection.select2-selection--single {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.select2-group .btn-input .select2-selection.select2-selection--multiple {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.card-flat-radius {
  border-radius: 0px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #8c2555 !important;
  color: #fff !important;
}

/* LIGHTBOX - VIDEO */
.lightbox .lb-outerContainer video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  border: none;
  outline: none;
}

.lightbox .lb-outerContainer video:hover,
.lightbox .lb-outerContainer video:focus {
  border: none;
  outline: none;
}

.lightbox .lb-outerContainer.animating video {
  opacity: 0;
}

.lightbox .lb-container {
  position: relative;
}

.lightbox .lb-container .lb-image {
  border: none;
}

/* Placeholder for input */
.placeholder-input {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}

.placeholder-label {
  width: 50%;
  height: 16px;
  border-radius: 6px;
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}

/* Shimmer animation */
.shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(219, 223, 223, 0) 0%, rgba(219, 223, 223, 0.3) 50%, rgba(219, 223, 223, 0) 100%);
  animation: smooth-loading 1.8s ease-in-out infinite;
}

@keyframes smooth-loading {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(150%);
  }
}

[data-ui='container'] {
  width: 100% !important;
}

.ql-container.ql-snow.is-invalid {
  border-color: #f1416c;
}

.fv-plugins-bootstrap5-row-invalid .ql-toolbar.ql-snow {
  border-color: #f1416c !important;
}

/* Loading Ship */
.wrap {
  width: 100%;
}
.wrap .inner {
  width: 532px;
  margin: 0 auto;
  padding: 10% 0;
}
.wrap .inner .ship {
  position: relative;
  top: 49px;
  left: 100px;
}
.wrap .inner .ship img {
  width: 285px;
  display: block;
}
.wrap .inner .line {
  width: 35px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 49px;
  left: 328px;
  z-index: 1;
  animation: move-toggle 1s infinite ease;
}
@keyframes move-toggle {
  0% {
    left: 328px;
  }
  50% {
    left: 326px;
  }
  100% {
    left: 328px;
  }
}
.wrap .inner .line1 {
  width: 35px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 47px;
  left: 320px;
  z-index: 0;
  animation: move-left1 5s infinite linear;
}
@keyframes move-left1 {
  0% {
    left: 320px;
  }
  100% {
    left: 0;
    width: 0;
  }
}
.wrap .inner .line2 {
  width: 35px;
  margin-left: 5px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 45px;
  left: 320px;
  z-index: 0;
  animation: move-left2 5s infinite linear;
  animation-delay: 0.5s;
}
@keyframes move-left2 {
  0% {
    left: 320px;
  }
  100% {
    left: 0;
    width: 0;
  }
}
.wrap .inner .line3 {
  width: 35px;
  margin-left: 5px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 43px;
  left: 320px;
  z-index: 0;
  animation: move-left3 5s infinite linear;
  animation-delay: 1.2s;
}
@keyframes move-left3 {
  0% {
    left: 320px;
  }
  100% {
    left: 0;
    width: 0;
  }
}
.wrap .inner .line4 {
  width: 35px;
  margin-left: 5px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 41px;
  left: 320px;
  z-index: 0;
  animation: move-left4 5s infinite linear;
  animation-delay: 1.5s;
}
@keyframes move-left4 {
  0% {
    left: 320px;
  }
  100% {
    left: 0;
    width: 0;
  }
}
.wrap .inner .line5 {
  width: 35px;
  margin-left: 5px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 39px;
  left: 320px;
  z-index: -1;
  animation: move-left5 5s infinite linear;
  animation-delay: 2s;
}
@keyframes move-left5 {
  0% {
    left: 320px;
  }
  100% {
    left: 0;
    width: 0;
  }
}
.wrap .inner .line6 {
  width: 35px;
  margin-left: 5px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 37px;
  left: 320px;
  z-index: 0;
  animation: move-left6 5s infinite linear;
  animation-delay: 2.2s;
}
@keyframes move-left6 {
  0% {
    left: 320px;
  }
  100% {
    left: 0;
    width: 0;
  }
}
.wrap .inner .line7 {
  width: 35px;
  margin-left: 5px;
  height: 2px;
  background-color: #5e0e33;
  position: relative;
  top: 35px;
  left: 320px;
  z-index: 0;
  animation: move-left7 5s infinite linear;
  animation-delay: 3s;
}
@keyframes move-left7 {
  0% {
    left: 320px;
  }
  100% {
    left: 0;
    width: 0;
  }
}

.datatable-disabled {
  background-color: #fcfcfc;
}

.bg-header-gray {
  background-color: #fcfcfc;
}

/* .table.zero-radius th:first-child {
  border-top-left-radius: 0px !important;
}

.table.zero-radius th:last-child {
  border-top-right-radius: 0px !important;
} */

.select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto !important;
}

.divider {
  display: block;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  padding: 0rem 1rem;
  color: #091537;
  font-weight: 300;
}

.divider .divider-text i {
  font-size: 1rem;
}

.divider .divider-text i::before {
  font-size: 1rem;
}

.divider .divider-text:before,
.divider .divider-text:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1.5px solid rgb(219 223 233);
}

.divider.diver-modal .divider-text:before,
.divider .divider-text:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1.5px solid rgb(219 223 233);
}

.divider .divider-text:before {
  right: 100%;
}

.divider .divider-text:after {
  left: 100%;
}

.divider.text-start .divider-text {
  padding-left: 0;
}

.divider.text-end .divider-text {
  padding-right: 0;
}

.divider.text-start-center .divider-text {
  left: -25%;
}

.divider.text-end-center .divider-text {
  right: -25%;
}

.divider.divider-dotted .divider-text:before,
.divider.divider-dotted .divider-text:after,
.divider.divider-dotted:before,
.divider.divider-dotted:after {
  border-style: dotted;
  border-width: 0 1px 1px;
  border-color: rgba(38, 43, 67, 0.12);
}

.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after,
.divider.divider-dashed:before,
.divider.divider-dashed:after {
  border-style: dashed;
  border-width: 0 1px 1px;
  border-color: rgba(38, 43, 67, 0.12);
}

.divider.divider-vertical {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: unset;
}

.divider.divider-vertical:before,
.divider.divider-vertical:after {
  content: '';
  position: absolute;
  left: 50%;
  border-left: 1px solid rgba(38, 43, 67, 0.12);
}

.divider.divider-vertical:before {
  bottom: 50%;
  top: 0;
}

.divider.divider-vertical:after {
  top: 50%;
  bottom: 0;
}

.divider.divider-vertical.divider-dashed:before,
.divider.divider-vertical.divider-dashed:after {
  border-width: 1px 1px 1px 0;
}

.divider.divider-vertical.divider-dotted:before,
.divider.divider-vertical.divider-dotted:after {
  border-width: 1px 1px 1px 0;
}

.divider.divider-vertical .divider-text {
  background-color: #fff;
  z-index: 1;
  padding: 0.5rem;
}

.divider.divider-vertical .divider-text:before,
.divider.divider-vertical .divider-text:after {
  content: unset;
}

.divider.divider-vertical .divider-text .badge-divider-bg {
  padding: 0.438rem 0.414rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 0.8125rem;
  background-color: #eeeef0;
}

.divider.divider-secondary.divider-vertical:before,
.divider.divider-secondary.divider-vertical:after,
.divider.divider-secondary .divider-text:before,
.divider.divider-secondary .divider-text:after {
  border-color: #6d788d;
}

.divider.divider-success.divider-vertical:before,
.divider.divider-success.divider-vertical:after,
.divider.divider-success .divider-text:before,
.divider.divider-success .divider-text:after {
  border-color: #72e128;
}

.divider.divider-info.divider-vertical:before,
.divider.divider-info.divider-vertical:after,
.divider.divider-info .divider-text:before,
.divider.divider-info .divider-text:after {
  border-color: #26c6f9;
}

.divider.divider-warning.divider-vertical:before,
.divider.divider-warning.divider-vertical:after,
.divider.divider-warning .divider-text:before,
.divider.divider-warning .divider-text:after {
  border-color: #fdb528;
}

.divider.divider-danger.divider-vertical:before,
.divider.divider-danger.divider-vertical:after,
.divider.divider-danger .divider-text:before,
.divider.divider-danger .divider-text:after {
  border-color: #ff4d49;
}

.divider.divider-dark.divider-vertical:before,
.divider.divider-dark.divider-vertical:after,
.divider.divider-dark .divider-text:before,
.divider.divider-dark .divider-text:after {
  border-color: #4b4b4b;
}

.divider.divider-gray.divider-vertical:before,
.divider.divider-gray.divider-vertical:after,
.divider.divider-gray .divider-text:before,
.divider.divider-gray .divider-text:after {
  border-color: rgba(38, 43, 67, 0.06);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid #f1f1f4;
  color: #091537;
  border-radius: 0.45rem;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.08);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 3px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1.5px solid rgb(140, 37, 85);
  background-color: #eaeaea;
  color: rgb(140, 37, 85);
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #efefef;
}

.select2-results__option {
  color: #091537;
}

.card-gallery {
  padding: 0.75rem !important;
  background-color: #fcfcfc;
}

.modal-body {
  overflow-x: hidden !important;
}

.disable-overflow-x {
  overflow-x: hidden !important;
}

.input-price {
  border: 1px solid var(--tw-gray-300);
  color: var(--tw-gray-700);
  background-color: var(--tw-light-active);
  border-radius: 0.375rem;
  appearance: none;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  font-size: 0.8125rem;
}

.input-price:hover,
.input-price:focus {
  border-color: var(--tw-gray-400);
}

.bg-input-price {
  background-color: #fcfcfc;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.table.zero-radius {
  table-layout: fixed;
}

.bundle-activity {
  table-layout: fixed;
  width: 100%;
}

.bundle-activity th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calculation-overlay {
  transition: opacity 0.3s ease;
}

/* .select2-group, [data-subselect] {
  width: 100% !important;
  display: block;
} */

.iframe-container {
  position: relative;
  width: 100%;
}

.iframe-container iframe {
  width: 100% !important;
  border: none;
}

.iframe-container iframe.pointer-events-none {
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.align-items-center {
  align-items: center !important;
}

.align-content-center {
  align-content: center !important;
}

.iframe-container:hover .overlay {
  opacity: 1;
}

.iframe-container iframe.fullscreen-editing {
  position: fixed;
  top: 60px; /* Account for header height */
  left: 0;
  width: 100vw !important;
  height: calc(100vh - 60px) !important;
  z-index: 9999;
}
.iframe-container .iframe-helper-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 10000;
  border-bottom: 1px solid #8c2555;
  height: 60px;
}

.place-content-select2 {
  place-content: center;
}

.place-content-select2 .select2-container {
  margin-top: -20px;
}

body.iframe-fullscreen-editing {
  overflow: hidden;
}

.booking-price-block {
  display: block;
  min-height: 200px;
  height: 100% !important;
}

.booking-price-block .card.loading {
  background: transparent;
  box-shadow: none;
}

#quillCounter {
  text-align: right;
  background: #fcfcfc;
  margin-top: -4px;
  border: 1px solid #cccccc;
  padding: 0px 7px;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  color: var(--tw-gray-800);
  font-size: 0.8125rem;
  font-weight: 400;
  border-top-width: 0;
}

.ql-container.ql-snow {
  margin-top: -4px;
}

.ql-container {
  resize: vertical; /* Allow resizing only vertically */
  overflow: auto;
  min-height: 150px;
  max-height: 900px;
}

.tabs {
  @apply flex gap-2 border-b border-gray-200;
}

.tab {
  @apply flex items-center gap-2 px-4 py-2 text-gray-500 hover:text-gray-700 border-b-2 border-transparent;
}

.tab.active {
  @apply text-gray-900 border-gray-900 font-medium;
}

.tab-pane {
  @apply py-4;
}

.tab-pane.hidden {
  display: none;
}

.card-builder-css {
  box-shadow: var(--tw-card-box-shadow);
  background-color: var(--tw-card-background-color);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-right: var(--tw-card-border);
  border-left: var(--tw-card-border);
  border-bottom: var(--tw-card-border);
}

.bg-color-border {
  background: #fcfcfc;
}

.via-tab.active {
  background: #ebf1ff;
}

.tab {
  padding-left: 10px;
  padding-right: 10px;
}

.tabs {
  gap: 0 !important;
}

.via-tab.active {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.13);
}

.tab.red.active {
  background: #fdf4f8;
  color: #8c2555;
  border-bottom-color: #8c2555;
}

.tab.red.active i {
  color: #8c2555;
}

.tab.purple.active {
  background: #fef6ff;
  color: #854490;
  border-bottom-color: #854490;
}

.tab.purple.active i {
  color: #854490;
}

.tab.green.active {
  background: #f3fefe;
  color: #00938c;
  border-bottom-color: #00938c;
}

.tab.green.active i {
  color: #00938c;
}

.tab.active {
  transition:
    background-color 1.5s ease,
    border-bottom-color 1.5s ease;
}

.border-radius-top-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#tab_accommodation .card-header {
  display: none !important;
}

#tab_bundles .card-header {
  display: none !important;
}

#tab_invoice .card-header {
  display: none !important;
}

.table-border-dark td,
.table-border-dark th {
  border-right: 1px solid #dfe0e3 !important;
}

.grid-table table.table-border-dark tr {
  border-right: 1px solid #dfe0e3 !important;
}

.table-border-dark tbody tr td,
.table-border-dark tbody tr th {
  border-bottom: 1px solid #dfe0e3 !important;
}

.table-border-dark .input-group.select2-group {
  width: 100% !important;
}

.table-border-dark .input-group.select2-group,
.flex.w-full {
  width: 100%;
}

.spin-animation {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sub-table td:last-child {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.td-table-center {
  vertical-align: middle; /* Vertical centering */
}
.td-table-center-horizontal {
  text-align: center;
}

.td-table-center .select2-container {
  width: 100% !important;
}

.checkbox-text-center .checkbox-group {
  justify-content: center;
  text-align: center;
}

[data-tab-toggle].disabled {
  opacity: 0.6;
  cursor: not-allowed;
  user-select: none;
}

#date-required-tooltip {
  position: absolute;
}

#builder-days-tabs {
  background: #ffffff;
  border-bottom: 2px solid #8b4d95 !important;
}

.day-tab {
  padding: 0.5rem 1rem;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
  background: transparent;
  border: 0px;
}

.day-tab:hover {
  background: #f8eafb !important;
  color: #000;
}

.day-tab.active {
  padding: 0.5rem 1rem !important;
  border-radius: 8px 8px 0px 0px !important;
  cursor: pointer !important;
  background: #8b4d95 !important;
  color: #fef6ff !important;
}

.border-top-radius-zero {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.client-tab-btn {
  background: #fcfcfc;
  color: #000;
  border-bottom: 2px solid #dbdfe9;
}

.client-tab-btn:hover {
  background: #fdf4f8;
  color: #8c2555;
  border-bottom-color: #8c2555;
}

.client-tab-btn.active {
  background: #fdf4f8;
  color: #8c2555;
  border-bottom-color: #8c2555;
}

.client-tab-btn.active:hover {
  background: #8c2555;
  color: #fff;
}

.padding-timeline {
  padding: 0.5rem 1rem !important;
}

.border-s-gray-300 {
  border-inline-start-color: var(--tw-gray-300);
}
.border-s {
  border-inline-start-width: 1px;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
}
.-translate-y-1\/2,
.-translate-y-2\/4,
.translate-x-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.w-9 {
  width: 2.25rem;
}
.top-9 {
  top: 2.25rem;
}
.start-0 {
  inset-inline-start: 0;
}
.bottom-0 {
  bottom: 0;
}
.absolute {
  position: absolute;
}

.rounded-full {
  border-radius: 9999px;
}
.-translate-y-1\/2,
.-translate-y-2\/4,
.translate-x-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2,
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.top-1\/2 {
  top: 50%;
}
.end-3 {
  inset-inline-end: 0.75rem;
}

.border-bottom-4 {
  border-bottom-width: 2px;
}

.border-bottom-yellow-500 {
  border-bottom-color: #fbbf24;
}

.border-bottom-blue-500 {
  border-bottom-color: #3b82f6;
}

.border-bottom-purple-500 {
  border-bottom-color: #a855f7;
}

.border-via {
  border-color: #5e0e33;
}

.px-1\/2 {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.position-relative {
  position: relative;
}

.border {
  border-width: 1px !important;
}

.card-group:last-child {
  border-bottom: 1px solid #f1f1f4;
}

.nb-modal {
  z-index: 9999;
}

.nb-modal::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.cropper-container,
.cropper-bg,
.cropper-canvas,
.cropper-crop-box,
.cropper-view-box {
  max-height: 50vh !important;
  overflow: hidden !important;
}

/* Ensure the cropper wrapper also has height constraints */
.cropper-wrap-box {
  max-height: 50vh !important;
}

/* Override any inline styles that might be added by cropper.js */
#cropperImage {
  max-height: 50vh !important;
}

/* Custom positioning utilities */
.bottom-10 {
  bottom: 2.5rem; /* 10 * 0.25rem = 40px */
}

.right-0 {
  right: 0rem; /* 10 * 0.25rem = 40px */
}

.right-10 {
  right: 2.5rem; /* 10 * 0.25rem = 40px */
}

@media (min-width: 768px) {
  .md\:right-20 {
    right: 5rem; /* 20 * 0.25rem = 80px */
  }
}

/* Additional Tailwind utilities */
.h-screen {
  height: 100vh;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.text-5xl {
  font-size: 3rem; /* 48px */
  line-height: 1;
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

@media (min-width: 768px) {
  .md\:text-7xl {
    font-size: 4.5rem; /* 72px */
    line-height: 1;
  }
  .md\:text-xl {
      font-size: 1.25rem; /* 20px */
      line-height: 1.75rem; /* 28px */
  }
}

/* Gradient color stops */
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/50 {
   --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

/* Gradient direction */
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

/* Z-index utilities */
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-99 {
  z-index: 99;
}

/* Background color utilities */
.bg-black {
  background-color: #000;
}

/* Background black with opacity */
.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Primary color backgrounds */
.bg-primary {
  background-color: #8c2555;
}

/* Background opacity utilities */
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

/* Height utilities */
.h-1\/2 {
  height: 50%;
}
.h-2\/3 {
  height: 66.666667%;
}

/* Position utilities */
.left-0 {
  left: 0;
}
.bottom-0 {
  bottom: 0;
}

.space-x-4 {
  gap: 1rem;
}

.border-gray-400 {
  border-color: #646464 !important
}

/* Proposal-specific buttons */
.btn-proposal-primary {
  min-width: 106px;
  width: 100%;
  height: 36px;
  white-space: nowrap;
  background-color: white;
  color: #333;
  border: 1px solid transparent;
}

.btn-proposal-primary:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white !important;
}

.btn-proposal-secondary {
  min-width: 106px;
  width: 100%;
  height: 36px;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
}

.btn-proposal-secondary:hover {
  background-color: white;
  color: #333 !important;
}

.proposal-scroll-circle:hover {
  background-color: #646464 !important;
  color: white;
}

/* Custom styling for hero Quill editors in proposal */
.proposal-hero-quill {
  margin-bottom: 45px; /* Space for toolbar */
  height: auto !important;
}

.proposal-hero-quill .ql-editor {
  color: white;
  padding: 12px;
  overflow-y: hidden;
  height: auto;
}

.proposal-hero-quill .ql-container {
  border: none;
  font-family: inherit;
  height: auto !important;
  overflow: visible;
  min-height: auto;
  resize: none;
}

.proposal-hero-quill .ql-toolbar {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  z-index: 100;
  position: relative;
  border: 1px solid #ccc;
}

.hero-title-container, .hero-subtitle-container {
  position: relative;
  margin-bottom: 0rem;
}

.proposal-title-editor .ql-editor {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: var(--font-serif-freight, serif);
  font-weight: 500;
}

.proposal-title-editor .ql-editor em {
  font-weight: 400;
}

.proposal-subtitle-editor .ql-editor {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

/* Ensure content stays within bounds */
.proposal-hero-quill .ql-editor p {
  margin: 0;
  word-wrap: break-word;
}

/* Media panel styles for proposal hero */
.hero-media-panel {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  padding: 1rem;
  width: 18rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.hero-video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-gradient {
  background: linear-gradient(to top,
    rgba(0, 0, 0, 1) 2%,
    rgba(0, 0, 0, 0.9) 15%,
    rgba(0, 0, 0, 0.8) 25%,
    rgba(0, 0, 0, 0.6) 45%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0.1) 75%,
    rgba(0, 0, 0, 0) 100%);
}

/* Custom file input styling for media panel */
.hero-media-panel input[type="file"] {
  background: rgba(30, 30, 30, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.hero-media-panel input[type="file"]::-webkit-file-upload-button {
  background: rgba(140, 37, 85, 0.8);
  color: white;
  border: none;
  padding: 4px 8px;
  margin-right: 8px;
  border-radius: 3px;
  cursor: pointer;
}

/* Media preview container */
.media-preview-container {
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  height: 6rem;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs {
  @apply flex gap-2 border-b border-gray-200;
}

/* Iframe styling to fix loading and flickering issues */
.booking-price-block iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #ddd;
  transition: opacity 0.2s ease-in-out;
  background-color: #f9f9f9;
  min-height: 400px;
}

/* Create a placeholder while iframe is loading */
.booking-price-block iframe.loading {
  opacity: 0.05;
}

/* Make sure iframe is visible when loaded */
.booking-price-block iframe:not(.hidden) {
  display: block !important;
}

/* Fix for iframe reloading issues */
.booking-price-block {
  position: relative;
  overflow: hidden;
}

/* Add loading indicator */
.iframe-loading-indicator {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.iframe-loading-indicator.active {
  display: block;
}


/* Border Spinner Animation */
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

/* Base Border Spinner */
.spinner-border {
  display: inline-block;
  width: var(--spinner-width);
  height: var(--spinner-height);
  vertical-align: text-bottom;
  border: var(--spinner-border-width) solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

/* Small Border Spinner */
.spinner-border-sm {
  width: var(--spinner-width-sm);
  height: var(--spinner-height-sm);
  border-width: var(--spinner-border-width-sm);
}

/* Growing Spinner Animation */
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* Base Growing Spinner */
.spinner-grow {
  display: inline-block;
  width: var(--spinner-width);
  height: var(--spinner-height);
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

/* Small Growing Spinner */
.spinner-grow-sm {
  width: var(--spinner-width-sm);
  height: var(--spinner-height-sm);
}

/* Color Variants for Border Spinners */
.spinner-border-primary { color: var(--spinner-primary); }
.spinner-border-secondary { color: var(--spinner-secondary); }
.spinner-border-success { color: var(--spinner-success); }
.spinner-border-danger { color: var(--spinner-danger); }
.spinner-border-warning { color: var(--spinner-warning); }
.spinner-border-info { color: var(--spinner-info); }
.spinner-border-light { color: var(--spinner-light); }
.spinner-border-dark { color: var(--spinner-dark); }

/* Color Variants for Growing Spinners */
.spinner-grow-primary { color: var(--spinner-primary); }
.spinner-grow-secondary { color: var(--spinner-secondary); }
.spinner-grow-success { color: var(--spinner-success); }
.spinner-grow-danger { color: var(--spinner-danger); }
.spinner-grow-warning { color: var(--spinner-warning); }
.spinner-grow-info { color: var(--spinner-info); }
.spinner-grow-light { color: var(--spinner-light); }
.spinner-grow-dark { color: var(--spinner-dark); }

/* Gradient Spinners - Border Style */
.spinner-border-gradient-blue {
  border-color: #1e88e5;
  border-right-color: transparent;
  background: linear-gradient(45deg, #1e88e5, #00b0ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.spinner-border-gradient-purple {
  border-color: #7b1fa2;
  border-right-color: transparent;
  background: linear-gradient(45deg, #7b1fa2, #e91e63);
  background-clip: text;
  -webkit-background-clip: text;
}

.spinner-border-gradient-green {
  border-color: #43a047;
  border-right-color: transparent;
  background: linear-gradient(45deg, #43a047, #00e676);
  background-clip: text;
  -webkit-background-clip: text;
}

/* Pulse Animation Variant */
@keyframes spinner-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.spinner-pulse {
  display: inline-block;
  width: var(--spinner-width);
  height: var(--spinner-height);
  border-radius: 50%;
  background: var(--spinner-primary);
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 1);
  animation: spinner-pulse 2s infinite;
}

.spinner-pulse-sm {
  width: var(--spinner-width-sm);
  height: var(--spinner-height-sm);
}

/* Color Variants for Pulse Spinners */
.spinner-pulse-primary { background: var(--spinner-primary); }
.spinner-pulse-secondary { background: var(--spinner-secondary); }
.spinner-pulse-success { background: var(--spinner-success); }
.spinner-pulse-danger { background: var(--spinner-danger); }
.spinner-pulse-warning { background: var(--spinner-warning); }
.spinner-pulse-info { background: var(--spinner-info); }

#bundle-select {
 padding: 30px 20px 20px 20px;
 background: #8b4d96;
}

#bundle-select .text-gray-900 {
  color: white !important;
}

#bundle-select i {
 font-size: 20px;
 position: absolute;
 top: 50px;
 right: 10px;
 cursor: pointer;
}

/* Transfer table specific styling to prevent overflow */
#transfer .input-group.select2-group {
  display: block !important;
  width: 100% !important;
}

#transfer .input-group.select2-group > .flex.w-full {
  width: 100% !important;
  margin-bottom: 4px;
}

#transfer .input-group.select2-group > span[data-subselect-container] {
  width: 100% !important;
  display: block !important;
}

#transfer .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}

#transfer .select2-selection__rendered {
  max-width: calc(100% - 30px) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#transfer td.max-w-\[300px\] {
  overflow: hidden !important;
  word-wrap: break-word !important;
}

#transfer table {
  table-layout: fixed !important;
}

#transfer .max-w-\[300px\] .select2-container {
  max-width: 100% !important;
}