body {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.formulaire-reservation-card {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
}

.formulaire-reservation-card p {
    margin: 0;
}

.formulaire-reservation-card .alert{
    border-radius: 1rem;
}

.formulaire-reservation-card .alert.alert-icon > .icon {
    font-size: 1.5rem;
}

.formulaire-reservation-card .card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.formulaire-reservation-card .card-header .restaurant-logo {
    max-width: 60px;
}

.nk-wizard-simple .steps ul li.done h5, .nk-wizard-simple .steps ul li.done .h5, .nk-wizard-simple .steps ul li.done .number, .nk-wizard-simple .steps ul li.current h5, .nk-wizard-simple .steps ul li.current .h5, .nk-wizard-simple .steps ul li.current .number {
    color: #101626;
}

.nk-wizard-simple .steps ul li.done:after, .nk-wizard-simple .steps ul li.current:after {
    background: #101626;
}

.actions ul li:first-child {
    order: 0;
}

.actions ul {
    justify-content: center;
}

.actions ul li a {
    background: #101626;
    border-color: #101626;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-width: 2px;
}

.actions ul li a:hover {
    border-color: #101626;
}

.actions ul li a[href="#previous"] {
    background: #ffffff;
    border-color: #101626;
    color: #101626;
}

.actions ul li a[href="#previous"]:hover {
    background: #101626;
    border-color: #101626;
    color: #ffffff;
}

.actions ul li a[href="#finish"] {
    background: #0FCA7A;
    border-color: #0FCA7A;
}

.actions ul li a[href="#finish"]:hover {
    background: #FFFFFF;
    border-color: #0FCA7A;
    color: #0FCA7A;
}

.heures-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.heure-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 2px solid #101626;
    color: #101626;
    background-color: #fff;
    width: fit-content;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.heure-card:hover {
    background-color: #101626;
    color: #fff;
}

.heure-card.active {
    background-color: #101626;
    color: #fff;
}

small.red {
    color: red;
}

.lottie-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.calendar .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10;
}

.calendar-wrapper {
    max-width: 100%;
    width: 450px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    position: relative;
}

.calendar-wrapper header {
    display: flex;
    align-items: center;
    padding: 15px 30px 0;
    justify-content: space-between;
}

.calendar header .calendar-icons {
    display: flex;
}

.calendar header .calendar-icons span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
}

.calendar-icons span:last-child {
    margin-right: -10px;
}

.calendar header .calendar-icons span:hover {
    background: #f2f2f2;
}

.calendar header .calendar-current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar-calendar {
    padding: 20px;
}

.calendar-calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar-calendar .calendar-days {
    margin-bottom: 20px;
}

.calendar-calendar li {
    color: #333;
    width: 14.2857142857%;
    font-size: 1.07rem;
}

.calendar-calendar .calendar-weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar-calendar .calendar-days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}

.calendar-days li.inactive {
    color: #aaa;
    cursor: auto;
}

.calendar-days li.inactive.pointer {
    color: #aaa;
    cursor: pointer;
}

.calendar-days li.active {
    color: #fff;
    transition: all ease-in-out .2s;
}

.calendar-days li.active.focus {
    color: #101626;
    transition: all ease-in-out .2s;
}

.calendar-days li.inactive.pointer.focus {
    color: #000;
}

.calendar-days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-days li.active::before {
    background: #101626;
    border: 1px solid #101626;
    transition: all ease-in-out .2s;
}

.calendar-days li.focus::before {
    background: none;
}

.calendar-days li.inactive.pointer.focus::before {
    background: none;
    border: 1px solid #101626;
    transition: all ease-in-out .2s;
}

.calendar-days li.active:hover {
    color: #06060a;
}

.calendar-days li.active:hover::before {
    background: none;
}

.calendar-days li:not(.active):hover::before {
    background: #f2f2f2;
}

.calendar-legende {
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: center;
}

.calendar-legende-pastille {
    height: 30px;
    width: 30px;
    background: #101626;
    border-radius: 50%;
}

.calendar-calendar .calendar-days li {
    user-select: none;
}

.hopreza-loader {
    justify-content: center;
    align-items: center;
    display: none;
}

.hopreza-loader .spinner-border {
    width: 3rem;
    height: 3rem;
}

.hopreza-loader.active {
    display: flex;
}

form .steps ul li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

form .steps ul li a h5{
    padding: 0 !important;
}

@media (max-width: 800px) {
    body {
        padding: 1rem;
    }
}