.form-select {
  --tblr-form-select-bg-img: url("/flomi/site/assets/icons/select-chevron.svg");
}


.is-hidden {
  display: none;
}

.appointment-image {
  max-height: 200px;
}

.event-participant-image {
  height: 200px;
  object-fit: cover;
}

.event-audio-meta {
  min-width: 260px;
  max-width: 320px;
}

.event-description {
  min-height: 10rem;
}

.user-events-list-image {
  height: 250px;
  object-fit: cover;
}

#image_upload_progress_bar {
  width: 0%;
}

.class-category-header {
  padding-left: 1rem;
  padding-right: 1rem;
}

.dd-compact-col {
  width: 7rem;
}

.dd-compact-input {
  max-width: 7rem;
}

.dd-price-strategy-col {
  min-width: 12rem;
}

#start-list-placeholder .dropzone {
  background-color: #f8f9fb;
  border-color: #206bc4;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

#start-list-placeholder .dropzone.dropzone-active,
#start-list-body.drop-target #start-list-placeholder .dropzone {
  background-color: rgba(32, 107, 196, 0.1);
  color: #1d4f91;
  border-color: #206bc4;
}

#start-list-drop-indicator td {
  padding: 0.45rem 0;
}

#start-list-drop-indicator .drop-indicator-line {
  border-top: 2px solid #206bc4;
  border-bottom: 2px solid rgba(32, 107, 196, 0.3);
  background-color: rgba(32, 107, 196, 0.08);
  height: 1.4rem;
  border-radius: 999px;
}

.compact-table td,
.compact-table th {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.start-row.table-warning {
  --tblr-table-bg: rgba(255, 193, 7, 0.12);
}

.start-status {
  font-size: 0.75rem;
}

.start-number-previous {
  font-size: 0.75rem;
  margin-right: 0.35rem;
}

.start-number-current {
  font-weight: 600;
}

.countdown-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 15rem;
}

.countdown {
  --size: 12rem;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  position: relative;
}

.countdown svg {
  grid-column: 1;
  grid-row: 1;
  transform: rotate(-90deg);
}

.countdown circle {
  fill: none;
}

.countdown circle:first-child {
  stroke: #d9e0e6;
}

.countdown circle[data-circle] {
  stroke: color-mix(in hsl shorter hue, #8a9b0f calc(70%), #51660a);
  stroke-linecap: round;
  stroke-dasharray: 1 0;
  transition: stroke 0.3s ease, stroke-dasharray 0.9s linear;
}

.countdown .countdown-time {
  grid-column: 1;
  grid-row: 1;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

[data-countdown].expired .countdown-time,
[data-countdown].expired + [data-status] {
  color: #c92a2a;
}

[data-countdown].expired circle[data-circle] {
  stroke: #c92a2a;
}

#dog-dance-classes-table .col-category,
#dog-dance-classes-table .col-start-number,
#dog-dance-classes-table .col-humans-min,
#dog-dance-classes-table .col-humans-max,
#dog-dance-classes-table .col-dogs-min,
#dog-dance-classes-table .col-dogs-max {
  width: 7%;
}

#dog-dance-classes-table .col-price {
  width: 10%;
}

#dog-dance-classes-table .col-description {
  width: 24%;
}

.dog-dance-section-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-bottom: 0.5rem;
}

.dog-dance-section-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--tblr-primary-lt, #edf2ff);
  color: var(--tblr-primary, #4263eb);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dog-dance-block .class-type {
  color: var(--tblr-body-color, #000);
}

.required-indicator {
  color: var(--tblr-red, #d63939);
  font-weight: 700;
}

.icon-circle {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--tblr-border-color, #e6e9ed);
  font-size: 1.25rem;
}

.admin-event-action {
  padding-left: calc(var(--tblr-btn-padding-x, 0.5rem) + 2px);
  padding-right: calc(var(--tblr-btn-padding-x, 0.5rem) + 2px);
}

.admin-event-actions-grid {
  display: grid;
  grid-template-columns: repeat(4, 40px);
  gap: 0.25rem;
  justify-content: start;
}

.admin-event-actions-grid .btn {
  width: 100%;
  justify-content: center;
}

.admin-event-table {
  overflow: visible;
}

.admin-event-table-scroll {
  overflow-x: auto;
  overflow-y: visible;
}

.admin-event-table .dropdown-menu {
  z-index: 1050;
}

.readonly-field {
  background-color: #f2f2f2;
}

.dog-handler-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--dog-slot-columns, 1), minmax(0, 1fr));
}

.dog-library-item {
  background: #fff4e0;
}

@media (min-width: 992px) {
  .dog-handler-list {
    grid-template-columns: repeat(var(--dog-slot-columns, 1), minmax(0, 1fr));
  }
}

.drop-target.drag-over {
  border-style: dashed;
  background: #ffe8c2;
}

.dog-handler-slot {
  height: 100%;
}

.dog-handler-slot.wide-slot {
  grid-column: span 2;
}

.dog-handler-slot .drop-target {
  min-height: 96px;
  background: #fff7e6;
}

.dog-handler-slot .remove-slot.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sticky-dog-library {
  top: calc(
          var(--tblr-navbar-height, 64px)
          + var(--tblr-header-height, 72px)
          + var(--tblr-navbar-height, 64px)
          + 1.25rem
  );
}

.tblr-illustrations-primary {
  fill: var(--tblr-illustrations-primary, var(--tblr-primary, #0455a4));
}

.tblr-illustrations-skin {
  fill: var(--tblr-illustrations-skin, #ffcb9d);
}

:where(.theme-dark, [data-bs-theme="dark"]) .tblr-illustrations-not-found-a {
  fill: #1a2030;
}

:where(.theme-dark, [data-bs-theme="dark"]) .tblr-illustrations-not-found-b {
  fill: black;
  opacity: 0.07;
}

:where(.theme-dark, [data-bs-theme="dark"]) .tblr-illustrations-not-found-c {
  fill: #454c5e;
}

:where(.theme-dark, [data-bs-theme="dark"]) .tblr-illustrations-not-found-d {
  fill: #232b41;
}

@media (prefers-color-scheme: dark) {
  .tblr-illustrations-not-found-a {
    fill: #1a2030;
  }
  .tblr-illustrations-not-found-b {
    fill: black;
    opacity: 0.07;
  }
  .tblr-illustrations-not-found-c {
    fill: #454c5e;
  }
  .tblr-illustrations-not-found-d {
    fill: #232b41;
  }
}
.preview-notice {
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 2px dashed #9c9c9c;
  border-radius: 6px;
  color: #333;
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  font-size: 14px;
}
.audio-dropzone {
  border: 2px dashed #c7d0dc;
  border-radius: 8px;
  background: #f8fafc;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.audio-dropzone.is-dragover {
  border-color: #206bc4;
  background: #eef5ff;
}

.audio-dropzone.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.audio-dropzone-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-align: center;
  z-index: 1;
  padding: 12px;
}

.audio-dropzone-overlay-content {
  width: 100%;
  max-width: 240px;
}

.flag-size-75 {
  transform: scale(0.75);
  transform-origin: left center;
}

.admin-event-participants-page .admin-event-participants-table th.country-col,
.admin-event-participants-page .admin-event-participants-table td.country-col {
  width: 72px;
  max-width: 72px;
}

.admin-event-participants-page .admin-event-participants-table th.category-col,
.admin-event-participants-page .admin-event-participants-table td.category-col {
  width: 110px;
  max-width: 110px;
}

.admin-event-participants-page .admin-event-participants-table .flag {
  height: 25px;
}

.public-view-navbar {
  background-color: orange;
}

.public-view-event-name {
  margin-left: 50px;
  padding: 5px;
  font-size: 36px;
}

.public-view-container {
  width: 1300px;
}

.public-view-table-header {
  font-size: 32px;
}

.public-view-table-body {
  font-size: 40px;
}

.public-view-table-body--next {
  font-size: 36px;
}

.public-view-page--mobile .public-view-table-header,
.public-view-page--mobile .public-view-table-body,
.public-view-page--mobile .public-view-table-body--next {
  font-size: inherit;
}

.public-view-page {
  padding-top: 60px;
}

.public-view-page .centered {
  text-align: center;
}

.public-view-page .footer {
  margin-top: 150px;
}

.v-beamer-height {
  min-height: 232px;
}
