.booking-step1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 4px 0;
    margin: 0 0 15px 0;
    /* border-bottom: 1px solid #ccc; */

    .single-event-container {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .single-event-images {
        display: flex;
        gap: 14px;
    }

    .single-event-image-col-1 {
        flex: 5;
        img {
            background: #00000010;
            filter: brightness(0.8);
            width: 100%;
            border-radius: 20px;
            aspect-ratio: 29 / 22;
            display: block;
            -o-object-fit: cover;
               object-fit: cover;
        }
    }

    .single-event-image-col-2 {
        flex: 3;
        display: flex;
        flex-direction: column;
        gap: 0.85em;

        img {
            background: #00000010;
            filter: brightness(0.8);
            width: 100%;
            border-radius: 20px;
            aspect-ratio: 5 / 3;
            display: block;
            -o-object-fit: cover;
               object-fit: cover;
        }
    }

    .single-event-content {
        h3 {
            margin-bottom: 0rem;
        }

        .single-event-title small {
            color: gray;
            font-size: 19px;
            margin-left: 5px;
        }

        p.single-event-date-range {
            color: #826a5a;
            color: #b49683;
            font-weight: 800;
            margin-bottom: 1rem;
        }
        .single-event-specs {
            display: flex;
            justify-content: space-between;
            border-top: 1px solid #ccc;
            justify-content: flex-end;
            align-items: center;
            text-align: center;
            padding: 3px;
            gap: 2em;
        
            .single-event-device {
                margin-right: auto;
                text-transform: uppercase;
            }
            .single-event-price {
                justify-self: flex-end;
                font-family: 24px;
                text-transform: uppercase;
            }
        }
    }
}

.booking-step4,
.booking-step5 {
    display:flex; 
    flex-direction: column; 
    gap: 1rem; 
    align-items:center;
    text-align:center;
    padding-top: 30px;
    padding-bottom: 30px;
    .membership-type-blocks,
    .serialcard-type-blocks {
        display:flex; 
        flex-direction: column; 
        gap: 1rem; 
        align-items:center;
        justify-content: center;
        text-align:center;
        padding-top: 20px;
    }
    .serialcard-type-block,
    .membership-type-block {
        cursor: pointer; 
        display:flex; 
        flex-direction: row; 
        gap: 0.5rem; 
        padding: 0.75rem 1rem; 
        border-radius: 15px; 
        align-items:center; 
        justify-content: space-between; 
        width: min(90%, 400px); 
        text-align:left;
        background:#FCF8F5;
        border: 2px solid #a5928400;
        &.popular-selection {
            background:#EFE8E1;
        }
        &:hover {
            box-shadow: 0 0 7px 3px #a5928440;
        }
        &.popular-selection:hover {
            box-shadow: 0 0 7px 3px #a5928460;
        }
        &.selected-block {
            border: 2px solid #a59284
        }
    }
}

.booking-step8 {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
}

.booking-infobox {
    /* border: 1px solid #ebc57c; */
    width: 90%;
    background: #ffdd9c;
    background: #EFE8E1;
    border-radius: 5px;
    color: #b28122;
    color: #A59285;
    padding: 5px 10px;
    margin: auto;
}

.booking-warnbox {
    width: 90%;
    background: #edd8d8;
    border-radius: 5px;
    color: #a87171;
    padding: 5px 10px;
    margin: auto;
}

h4 {
    text-transform: none;
    letter-spacing: .4px;
    font-family: Outfit, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
}

.buttons .button.coeur-100.filled {
    border-color:#FBF8F4; 
    background-color:#FBF8F4
}

/* :root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark; 
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
  */

#coeur-booking-app {
    min-height: 800px;
    display: block;
}

.calendar-wrapper {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: 1rem;
    /* display: flex;
  justify-content: center;
  align-items: center; */
}

.calendar-wrapper-container {
    width: 100%;
    background: white;
    border-radius: 0.5rem;
}

.calendar-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    border: 1px solid #e5e7eb;
    border-bottom-width: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background: white;
    padding: 0.75rem;
}

.calendar-header #instructor,
.calendar-header #location,
.calendar-header #event,
.calendar-header #event-filter,
.calendar-header .date-filter {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.location-filter,
.event-filter,
.date-filter {
    width: 180px;
}

.calendar-nav {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.location-btn,
.nav-btn {
    border-color: #a59285;
    background-color: #a59285;
    color: white;
    padding: 0.25rem 0.75rem;
    transition: background-color 0.2s;
    border-radius: 999px;
    box-shadow: none;
    border-style: solid;
}

.nav-btn:hover {
    background-color: #392b21;
    border-color: #392b21;
}

.date-input {
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.date-range {
    color: #374151;
    font-weight: 500;
    font-size: 0.875rem;
}

.calendar-container {
    position: relative;
    border: 1px solid #e5e7eb;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    background-color: white;
    overflow-x: auto;
}

.time-labels {
    width: 4rem;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.4s ease;
    /* transition-delay: 50ms; */
}

.time-labels.compact {
    width: 0;
    overflow: hidden;
}

.time-label {
    height: 48px;
    text-align: right;
    padding-right: 0.25rem;
    padding-top: 4px;
    font-size: 0.75rem;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
}

.admincal .time-label {
    padding-top: 0;
}

.day-columns {
    display: flex;
    margin-left: 4rem;
    transition: margin-left 0.4s ease;
    /* transition-delay: 50ms; */
}

.day-columns.compact {
    margin-left: 0;
}

.day-column {
    flex: 1;
    border-left: 1px solid #e5e7eb;
    position: relative;
}

.day-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: #fbf8f4;
    color: #392b21;
    text-align: center;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e7eb;
    z-index: 20;
}

.day-blocks {
    position: relative;
}

.calendar-block {
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    border-radius: 0.375rem;
    font-size: 0.65rem;
    padding: 0.15rem 0.3rem;
    overflow: hidden;
    box-sizing: border-box;
}

.calendar-block-slot {
    height: 100%;
    width: 100%;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    border-radius: 8px;
}

.event-block:hover {
    background-color: #a5928480;
}

.free-block:hover {
    background-color: #cccccc80;
}

.event-block {
    background-color: #a59284;
    color: white;
    border: 1px solid #a59284;
}

.free-block {
    background-color: #ececec;
    background-color: #a5928499;
    color: #292929;
    border: 1px solid #ccc;
}

/**/

.calendar-content {
    display: flex;
    align-items: stretch;
    position: relative;
}

.slide-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    background-color: white;
    border-left: 1px solid #e5e7eb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    z-index: 30;
    overflow-y: auto;
    border-bottom-right-radius: 20px;
}

.slide-panel .buttons .text {
    letter-spacing: -0.1px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.panel-info {
    height: 100%;
}

.panel-title {
    padding: 8px 0 16px 0;
    border-bottom: 1px solid #ccc;
}

.panel-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 15px;
}

.panel-back {
    font-family: 'Work Sans', Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 22.5px;
    letter-spacing: 0px;
    color: #242121;
    background-color: #fffffffc;
    border-style: solid;
    border-width: 3px;
    border-color: #242121;
    border-radius: 45px;
    cursor: pointer;
}

.panel-back:hover span {
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    text-decoration-line: underline!important;
}

.panel-book {
    background-color: #392b22;
    color: white;
    font-family: 'Work Sans', Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    border-radius: 280px;
    padding: 20px;
    cursor: pointer;
}

.calendar-container {
    flex: 1;
    transition: width 0.3s ease;
}

.calendar-container-half {
    flex: 0 0 50%;
}

.slide-enter-active,
.slide-leave-active {
    transition: all 0.3s ease;
    transition-delay: 0.5s;
}

.slide-enter-from,
.slide-leave-to {
    transform: translateX(100%);
    opacity: 0;
}

.active-block {
    outline: 2px solid #a59285;
    outline-offset: -1px;

    background-color: #efe8e1 !important;
    color: #a59285 !important;
    position: relative;
}

.active-block::after {
    /* outline: 1px solid #A5928580 !important; */
    color: #a59285 !important;
    font-family:
        Work Sans,
        sans-serif;
    font-weight: 600;
    text-transform: uppercase;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3px 5px;
    border-radius: 5px;

    content: 'Valittu';
}

.block-status--full {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ecd1d1;
    color: #000000;
    padding: 1px 5px 1px 16px;
    text-align: center;
    border-top-left-radius: 4px;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 1% 100%);
}

.block-status--booked {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f6f4e0;
    color: black;
    padding: 1px 5px 1px 16px;
    text-align: center;
    border-top-left-radius: 4px;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 1% 100%);
}

.block-status--pre-booking {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d1e3ec;
    color: #7f7f7fe0;
    padding: 1px 5px 1px 16px;
    text-align: center;
    border-top-left-radius: 4px;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 1% 100%);
}

.block-status--empty {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f6f4e000;
    color: #796c62bf;
    padding: 1px 5px 1px 16px;
    text-align: center;
    border-top-left-radius: 4px;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 1% 100%);
}

.event-block .block-status--empty {
    color: #ffffffbf;
}

@media only screen and (max-width: 600px) {
    .calendar-header {
        gap: 1rem;
    }
    .calendar-header #instructor,
    .calendar-header #location,
    .calendar-header #event,
    .calendar-header #event-filter,
    .calendar-header .date-filter {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .location-filter,
    .event-filter {
        width: max(150px, 47%);
        flex-shrink: 1;
    }
    .homelocation {
        margin-left: auto;
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .homelocation>div {
        display: flex;
    }
    .calendar-nav {
        flex: 1;
    }

    .slide-panel {
        width: 100%;
        padding: 1rem;
    }
    .calendar-container-half {
        flex: 0 0 30%;
    }
    .time-labels {
        overflow-x: hidden;
        width: 0;
    }
    .day-columns {
        margin-left: 0;
    }
    h2.panel-title {
        font-size: 26px;
        padding: 0 0 0.5rem 0;
    }
    .panel-info .single-event > div {
        flex-direction: column;
    }
    .panel-info .single-event img {
        -o-object-fit: contain;
           object-fit: contain;
    }
}

.date-picker {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fbf8f4;
    color: #392b21;
    width: 4rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    /* pointer-events: none; */
}

.date-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.calendar-icon {
    width: 32px;
    height: 32px;
    background: url('https://cdn-icons-png.flaticon.com/512/747/747310.png')
        no-repeat center;
    background-size: 20px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* XXXX */

.day-column.highlighted {
    outline: 3px dashed #1478db;
    outline-offset: -8px;
    background-color: #cce6ff;
}

.preview-block .calendar-block-slot {
    background-color: #cce6ff99;
    border: 1px dashed #007acc;
    z-index: 1;
}

.overlapp-highlight {
    background-color: rgb(255, 89, 89);
    border: 1px dashed red;
    z-index: 10;
    position: relative;
}

.calendar-block-slot.free-block.past-event-block {
    background: #ececec;
    color: #686868;
}

.calendar-block-slot.event-block.past-event-block {
    background: #dddddd;
    color: #686868;
}

/* .overlapp-highlight:after {
  z-index: 11;
  position: absolute;
  content: "Overlapping";
  background: #8b000055;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
} */

.clamp[data-v-b8d1eed4] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-event-images[data-v-d9364535] {
    overflow-y: hidden;
}
.hideImage-enter-active[data-v-d9364535],
  .hideImage-leave-active[data-v-d9364535] {
    transition: height 0.1s ease-in-out;
    height: 100%
}
.hideImage-enter-from[data-v-d9364535],
  .hideImage-leave-to[data-v-d9364535] {
    /* opacity: 0; */
    height: 0%;
}


.fade-enter-active[data-v-638c76a9],
  .fade-leave-active[data-v-638c76a9] {
    transition: opacity 0.4s ease-in-out;
}
.fade-enter-from[data-v-638c76a9],
  .fade-leave-to[data-v-638c76a9] {
    opacity: 0;
}


.logo[data-v-f3066178] {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo[data-v-f3066178]:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vue[data-v-f3066178]:hover {
  filter: drop-shadow(0 0 2em #42b883aa);
}

.logo[data-v-08ec9e83] {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo[data-v-08ec9e83]:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vue[data-v-08ec9e83]:hover {
  filter: drop-shadow(0 0 2em #42b883aa);
}
