body {
    font-family: "Inter", sans-serif!important;
}

/* Buttons */
.btn-primary, .btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
    border-radius: 90px;
}



#wrapper {
    background: #ffffff;
    padding-top: 5rem;
    margin-bottom: 5rem;
}

#header {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: solid 1px #E0E0E0;
}

.form-group input, select.form-control-select, textarea.form-control {
    height: 80px!important;
    border-radius: 200px;
    border: 1px solid #D9D9D9;
    background: #fff;
}

body#checkout section.checkout-step.-current .content {
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    padding: 2.313rem;
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
        max-width: 100%;
    }
}

img.logo {
    max-height: 40px;
    width: auto;
}

.accordion {
    .step-title {
        color: #000;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
button#next-floating {
    min-height: 57px;
}
#ticketingCalendar {
    margin-top: 2.56rem;
}
#ticketingTickets {
    margin-top: 0.56rem;
}
.flatpickr-month {
    .flatpickr-current-month {
        .cur-year, .cur-month {
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 500;
        }
    }
}
.flatpickr-weekdays {
    span.flatpickr-weekday {
        color: #BDBDBD;
        font-size: 0.9375rem;
        font-style: normal;
        font-weight: 400;
    }
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
.flatpickr-calendar.inline {
    max-width: 100% !important;
    width: auto !important;
    min-width: unset !important;
    padding-bottom: 4rem;
}

.flatpickr-calendar {
    .flatpickr-months, .flatpickr-weekdays {
        gap: 10rem;
    }
    .flatpickr-days {
        width: 100%!important;
        gap: 10rem;
    }
    .dayContainer {
        box-shadow: none!important;
    }
}
.btn.disabled, .btn.disabled:hover {
    color: initial;
}
.bg-success {
    background-color: #B7E693!important;
}
.bg-danger {
    background-color: #E69394!important;
}
span.calendar-date {
    span.val {
        font-size: 1.5rem;
        font-weight: 400;
    }
    svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}
.card-header {
    button.disabled {
        opacity: .5;
    }
}
#accordionTickets {
    span {
        i {
            font-size: 1.25rem;
            font-style: italic;
            font-weight: 300;
        }
    }
}
.ticket-price {
    span {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
    }
}
.ticket-actions {
    h3 {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        min-height: 60px;
    }
}
.ticket-info {
    p {
        font-size: 1rem;
        font-style: normal;
        font-weight: 200;
    }
}
button#next-floating.disabled {
    opacity: .5;
    background: #000;
    color: #fff;
}
#checkout {
    h1 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
    }
    .title-container {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 4rem;

        span.title {
            font-size: 1.25rem;
            font-weight: 300;
        }
    }
    .form-group {
        margin-bottom: 2.5rem;
    }
    .checkout-step {
        margin-top: 2.56rem;

        input, select {
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 300;
            padding: 0 2.5rem;
        }
    }
    .payment-option {
        label {
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 300;
        }
    }
    .additional-information {
        margin-left: 0!important;
    }
}

.custom-radio input[type=radio]:checked+span {
    background-color: #000000;
}

/* Confirmación pedido */
#content-hook_order_confirmation {
    border-radius: 1.5rem;
    border: 1px solid #D9D9D9;
    margin-top: 2.65rem;

    .card-block {
        text-align: center;

        h1 {
            font-size: 6.5rem;
            font-style: normal;
            font-weight: 600;
            text-align: center;
            margin: 3rem 0;
        }
        p {
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 300;
            color: #000;
            margin-bottom: 6px;
        }
        hr {
            border: 1px transparent;
            height: 12px;
        }
    }
    .confirmation-actions {
        margin-top: 3rem;
        margin-bottom: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }
}

.btn {
    text-transform: none!important;
    border-radius: 90px!important;
    font-size: 1.5rem!important;
    font-style: normal!important;
    font-weight: 400!important;
}
.btn-outline-primary {
    color: #000000;
    border-color: #000000;
    &:hover {
        background-color: #000000;
        color: #ffffff;
        border-color: #000;
    }
}
.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #000;
}

/* Contact page */
#contact {
    #ticketsNavigation, #ticketsFloating {
        display: none;
    }
}

/* Floating */
#ticketsFloating {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ECECEC;
    padding: 33px 0;
    z-index: 10;

    .floating-content {
        width: 100%;
    }

    .total-paid {
        text-align: right;
        p {
            color: #000;
            leading-trim: both;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin: 0;

            &:last-child {
                font-size: 30px;
                line-height: 1;
            }
        }
    }
}

@media(max-width: 600px) {
    .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
        left: -30px!important;
    }
    .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
        right: -30px!important;
    }
}

#conditions-to-approve {
    ul {
        li {
            display: inline-block;
            margin-top: 16px;

            .condition-label {
                margin-top: 0;
            }
        }
    }
}

.contact-form {
    .bootstrap-filestyle {
        border-radius: 200px;
        border: 1px solid #D9D9D9;

        input {
            background: transparent;
            border: none;
        }

        .btn span { font-size: 1rem }
    }
    .form-group input, .form-group select {
        padding: 0 2rem;
    }
    .form-group textarea {
        padding: 1rem 2rem;
    }
}