﻿.services-wizard {
    padding: 60px;
}

.services-wizard-step {
    margin: 40px 0;
}

.services-wizard-step:first-of-type {
    margin-top: 0;
}

.services-wizard-step-bg {
    background-color: #f1f3fb;
}

.services-wizard-step.active {
    display: block;
}

.services-wizard-step.passed {
    display: block;
    opacity: .6;
}

.services-wizard-step.in-scrollview {
    opacity: 1 !important;
}

.services-wizard-step-title {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.services-wizard-step-number {
    height: 48px;
    width: 48px;
    min-width: 48px;
    color: #16003a;
    font-weight: bold;
    border-radius: 48px;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.services-wizard-step-number small {
    font-weight: bold;
    opacity: .4;
    margin-left: 2px;
}

.services-wizard-step-title h2 {
    font-weight: 400;
    font-size: 2em;
}

.services-wizard-configurations {
    display: -ms-flexbox;
    display: flex;
    align-items: center !important;
    -ms-flex-align: center !important;
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

.services-wizard-configuration {
    position: relative;
    min-height: 300px;
    border: 1px solid white;
    cursor: pointer;
    color: white;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    align-items: flex-end;
    overflow: hidden;
}

.services-wizard-configuration.services-wizard-configuration-black {
    background-color: white;
    color: black;
    border-color: #f4f5f8;
}

.services-wizard-configuration.disabled {
    filter: grayscale(100%);
    cursor: not-allowed;
}

.services-wizard-configuration.services-wizard-configuration-black.disabled {
    filter: grayscale(100%) opacity(60%);
}

.services-wizard-configuration-image {
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
    background-color: white;
    transition: all .5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(75%);
    z-index: 0;
}

.services-wizard-configuration:not(.disabled):hover .services-wizard-configuration-image {
    background-size: 100%;
    filter: unset;
}

.services-wizard-configuration:not(.disabled):not(.services-wizard-configuration-black):hover .services-wizard-configuration-body {
    opacity: 0;
}

.services-wizard-configuration-body {
    padding: 30px;
    padding-top: 100px;
    bottom: 0;
    z-index: 1;
    transition: all .5s;
    background-image: linear-gradient(to top right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5), transparent, transparent, transparent);
}

.services-wizard-configuration-body h3 {
    font-weight: 600;
}

.services-wizard-configuration-body p {
    font-weight: 600;
    font-size: .85em;
    max-width: 80%;
    margin: unset;
}

.services-wizard-configuration-label {
    font-weight: 600;
    min-width: 50%;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .85em;
    text-transform: uppercase;
    z-index: 2;
    color: white;
    background-color: #7766ff;
}

.services-wizard-configuration.selected .services-wizard-configuration-image {
    filter: brightness(75%);
}

.services-wizard-configuration.selected::before {
    position: absolute;
    content: "";
    float: right;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #7766ff;
    background-image: url(/assets/media/icons/check-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 1;
}

.services-wizard-calendar-day.selected {
    background-color: #7766ff;
    border-color: rgba(119, 102, 255, .5);
    color: #ffffff;
    font-weight: 600;
}

.services-wizard-calendar-day.selected {
    background-image: unset !important;
}

.services-wizard-calendar-day.selected * {
    color: #ffffff;
    opacity: 1;
}

.services-wizard-calendar-day.selected h4 {
    font-weight: 600;
}

.services-wizard-calendar-day:not(.disabled):not(.selected):hover {
    background-color: rgba(119, 102, 255, .75);
    border-color: rgba(119, 102, 255, .5);
    color: #ffffff;
    z-index: 1;
}

.services-wizard-calendar-day:not(.disabled):not(.selected):hover {
    background-image: unset !important;
}

.services-wizard-calendar-day:not(.disabled):not(.selected):hover * {
    color: #ffffff;
}

.services-wizard-calendar {
    height: 120px;
    background-color: white;
    position: relative;
}

.services-wizard-calendar-days {
    overflow-x: auto;
    white-space: nowrap;
}

.services-wizard-calendar-days-scroll {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.services-wizard-calendar::before, .services-wizard-calendar::after {
    content: "";
    display: block;
    width: 60px;
    height: 120px;
    background-color: #16003a;
    background-image: url(/assets/media/icons/chevron-left.svg);
    background-size: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    margin-left: -60px;
    cursor: pointer;
    top: 0;
}

.services-wizard-calendar.no-past::before {
    background-color: gray;
    cursor: not-allowed;
}

.services-wizard-calendar::after {
    background-image: url(/assets/media/icons/chevron-right.svg);
    margin-left: unset;
    margin-right: -60px;
    float: right;
    right: 0;
}

.services-wizard-calendar .services-wizard-calendar-day:first-of-type {
    margin-left: unset;
}

.services-wizard-calendar-day {
    height: 120px;
    width: 88px;
    position: relative;
    display: inline-flex;
    background-color: white;
    border: 1px solid #f4f5f8;
    margin-left: -1px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.services-wizard-calendar-day-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.services-wizard-calendar-day-date h4 {
    font-weight: 400;
    font-size: 1.65em;
    margin: 0;
    margin-bottom: 5px;
}

.services-wizard-calendar-day-date span {
    font-weight: 500;
    opacity: .4;
    font-size: .75em;
}

.services-wizard-calendar-day-weekday {
    font-size: .85em;
    font-weight: 500;
}

.services-wizard-calendar-day.services-wizard-calendar-weekend-day .services-wizard-calendar-day-weekday {
    font-weight: 600;
}

.services-wizard-calendar-day.disabled {
    /*background-image: unset !important;*/
    background-color: #f4f5f8 !important;
    color: gray;
    cursor: not-allowed;
}

.services-wizard-calendar-day.disabled * {
    color: gray;
}

.services-wizard-calendar-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}

.services-wizard-calendar-label {
    display: flex;
    align-items: center;
    font-size: .7em;
    font-weight: 600;
    margin-left: 20px;
    color: gray;
}

.services-wizard-calendar-label-color {
    height: 7.5px;
    width: 20px;
    margin-right: 10px;
}

.services-wizard-calendar-label-color.services-wizard-calendar-label-attached {
    height: auto;
    width: auto;
    padding: 1.5px 5px;
    font-size: .75em;
    font-weight: 800;
    margin-right: 10px;
    color: white;
}

.services-wizard-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 20px 60px;
    align-items: center;
    background-color: rgba(22, 0, 58, .85);
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 100;
    display: none;
}

.services-wizard-bottom-bar.active {
    display: -ms-flexbox;
    display: flex;
}

.services-wizard-bottom-bar-left, .services-wizard-bottom-bar-right {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.services-wizard-bottom-bar-left {
    flex-basis: 80%;
    padding-right: 20px;
}

.services-wizard-selection .services-wizard-label {
    font-size: .55em;
    opacity: .6;
    text-transform: uppercase;
    margin-right: 15px;
}

.services-wizard-selection {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    flex-grow: 1;
}

.services-wizard-total-amount {
    font-weight: 400;
    font-size: 1.25em;
}

.services-wizard-bottom-bar-right {
    flex-basis: 20%;
    justify-content: end;
    justify-content: flex-end;
}

.services-wizard-bottom-bar-right .btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-wizard-step-full-container h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
}

.selection-footer {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin-top: 20px;
}

.selection-footer div {
    flex-grow: 1;
}

.selection-footer .selection-labels {
    font-size: 1.25em;
}

.selection-footer .selection-labels .lb {
    color: black;
}

.selection-footer .selection-price {
    text-align: right;
}

.special-selection-body {
    padding: 40px;
    padding-bottom: 80px;
    bottom: 0;
    z-index: 1;
    transition: all .5s;
    position: relative;
}

.selection-label {
    font-weight: 600;
    min-width: 50%;
    padding: 10px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .85em;
    text-transform: uppercase;
    z-index: 2;
    color: white;
    background-color: #7766ff;
}

.services-wizard.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(249, 250, 255, .6);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 1500px) {
    .services-wizard {
        padding: 40px 60px;
        padding-bottom: 80px;
    }

    .services-wizard-step-title h2 {
        font-size: 1.75em;
    }

    .services-wizard-bottom-bar-left {
        flex-basis: 75%;
    }

    .services-wizard-bottom-bar-right {
        flex-basis: 25%;
    }
}

@media (max-width: 1200px) {
    .services-wizard {
        padding: 30px 80px;
        padding-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .services-wizard {
        padding: 0px 15px;
        padding-bottom: 60px;
        padding-top: 30px;
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    .services-wizard-step {
        margin: 30px 0;
    }

    .services-wizard-highlight {
        min-height: 450px;
    }

    .services-wizard-highlight .px-60 {
        padding: 0 40px;
    }

    .services-wizard-highlight .t-jumbo {
        padding: 0;
        font-size: 2em;
        max-width: 400px;
        margin: 0 auto;
    }

    .services-wizard-highlight .sharer {
        text-align: left;
        margin-left: -25px;
    }

    .services-wizard-step-body.services-wizard-configurations {
        display: block;
    }

    .services-wizard-configuration {
        height: 220px !important;
        min-height: 220px;
        margin-bottom: 10px;
    }

    .services-wizard-configuration-body {
        padding: 15px;
    }

    .services-wizard-bottom-bar {
        padding: 0;
    }

    .services-wizard-bottom-bar-left {
        flex-basis: 50%;
        padding: 0;
    }

    .services-wizard-bottom-bar-left::before {
        content: "";
        display: block;
        width: 50px;
        height: 100%;
        background-image: url(/assets/media/icons/chevron-up.svg);
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        cursor: pointer;
        left: 0;
        bottom: 0;
    }

    .services-wizard-bottom-bar-right {
        flex-basis: 50%;
        padding: 0;
    }

    .services-wizard-bottom-bar-right .btn {
        width: 100%;
        padding: 21.5px 10px;
        font-size: .85em;
    }

    .services-wizard-selection {
        display: block !important;
        background-color: rgba(22, 0, 58, .95);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        width: 100%;
        display: block !important;
        position: absolute;
        top: 60px;
        bottom: 0;
        left: 0;
        height: auto;
        padding: 30px 20px;
        opacity: 0.75;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .services-wizard-selection.active {
        top: unset;
        bottom: 60px;
        opacity: 1;
        z-index: -1;
    }
}

@media (max-width: 796px) {
    .services-wizard-calendar {
        margin: 0 -15px;
    }

    .services-wizard-calendar::before,
    .services-wizard-calendar::after {
        display: none;
    }
}
