@font-face {
    font-family: 'OpenSans-Light';
    src: url('/fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/fonts/OpenSans-SemiBold.ttf') format('truetype');
}

* {
    font-family: 'OpenSans-Light', sans-serif;
}

.error {
    color: #fff;
    background-color: #F44336;
    border-radius: 10px;
    text-align: center;
    width: fit-content;
    padding: 3px 15px;
    font-size: 12px;
    margin: 5px auto;
}

.logo {
    top: 22px;
    background-image: url('/images/visual5/logo_vw.png');
    background-size: 59px;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    position: relative;
}

.cart-empty-info {
    background-color: #fff;
    margin-top: 15vh;
    margin-bottom: 15vh;
    padding: 40px 0 50px 0;
}

.cart-empty-info .fa-shopping-cart {
    color: #061E50;
    font-size: 100px;
    margin: 20px 0 20px 45px;
}

.cart_buy_button {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    background: #061E50;
    text-align: center;
}

.cart-empty-info .count {
    left: -40px;
    top: -60px;
    font-size: 36px;
    padding: 3px 14px;
}

.item_delete button {
    border: 1px solid #061E50;
    border-radius: 5px;
    position: relative;
    top: -6px;
}

.item_delete {
    display: flex;
    flex-direction: column;
    align-items: center;
}

select {
    cursor: pointer;
}

button {
    background-color: unset;
    border: none;
    cursor: pointer;
}

button i {
    font-size: 26px;
}

.ticket {
    font-size: 26px;
    font-weight: 300;
}

.ticket span {
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
}

.info a {
    font-weight: 600;
}

.ui-datepicker .custom-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 12px;
    font-weight: 400;
    color: #ccc;
    font-size: 14px;
    pointer-events: none;
}

.ui-datepicker {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.ui-widget-header {
    color: #004075;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: unset;
    background: #fff;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    color: #fff;
    background: #004075;
    border-radius: 25px;
    padding: 5px 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #fff;
    background-color: #004075;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    margin: 10px 0 0 0;
}

.card {
    background-color: unset;
    border: none;
}

.card-body {
    padding: 0;
}

.card-header {
    background-color: unset;
    border: none;
    color: #fff;
}

.divider {
    height: 2px;
    background-color: #061E50;
}

.vertical-line {
    display: inline-block;
    border-left: 1px solid #061E50;
    height: 1.5em;
    margin: 0 10px;
}

.form-control {
    border-style: none none solid none;
    background-color: unset;
    padding: 0.4rem 0.7rem;
    border-radius: 0px;
    border-color: #fff;
}

.form-control:focus {
    color: #0B1F4E;
    background-color: unset !important;
    box-shadow: none;
    border-color: #fff;
}

.form-links {
    display: flex;
    justify-content: flex-end;
}

.form-links ul {
    list-style: none;
}

.form-links ul a {
    text-decoration: none;
    font-size: 16px;
}


.form-group {
    margin-bottom: 2rem;
}

input::placeholder {
    color: lightgray !important;
}


#event-date {
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    font-size: 24px;
}


.form-background select {
    height: 36px;
}

.form-background input[type=checkbox],
.form-background input[type=radio] {
    height: 24px;
    width: 24px;
    cursor: pointer;
    color: #0B1F4E;
    accent-color: #0B1F4E;
    border-color: #0B1F4E;
}

.form-check-input:focus {
    border-color: #0B1F4E;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: unset;
    border-color: unset !important;
}

#accept-rules {
    margin-left: 0;
}

.box-login,
.box-tickets {
    margin-top: 15vh;
    margin-bottom: 10vh;
}

.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: #fff;
}

.btn:focus-visible {
    border: #fff;
    background-color: rgba(255, 255, 255, 0)
}

.btn-login:first-child:active {
    background-color: rgba(255, 255, 255, 0.6) !important;
    color: #0b0c0e;
}


.btn-back.ok {
    right: -10px;
    margin-top: 10px;
}

.btn-back i {
    transform: rotate(360deg);
    margin-right: 8px;
    font-size: 18px;
    color: #fff;
}

.UserInfo {
    width: 100% !important;
    font-weight: 300;
}

.select-transport .select-btn,
.select-food-main .select-btn {
    height: 39px;
}

.select-person-1 .select-btn i,
.select-person-2 .select-btn i,
.select-person-3 .select-btn i,
.select-food-person-1 .select-btn i,
.select-food-person-2 .select-btn i,
.select-food-person-3 .select-btn i,
.select-food-main .select-btn i,
.select-transport .select-btn i {
    font-size: 14px;
    transition: 0.4s;
}

.select-person-1.active .select-btn i,
.select-person-2.active .select-btn i,
.select-person-3.active .select-btn i,
.select-food-person-1.active .select-btn i,
.select-food-person-2.active .select-btn i,
.select-food-person-3.active .select-btn i,
.select-food-main.active .select-btn i,
.select-transport.active .select-btn i {
    transform: rotate(180deg);
}

.select-person-1 .options,
.select-person-2 .options,
.select-person-3 .options,
.select-food-person-1 .options,
.select-food-person-2 .options,
.select-food-person-3 .options,
.select-food-main .options,
.select-transport .options {
    position: absolute;
    border: 1px solid #707070;
    padding: 0 15px;
    margin-top: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 10px #00000029;
    display: none;
    z-index: 1;
    width: 12%;
}

.select-food-main .options,
.select-transport .options {
    width: 38.4%;
}

.select-person-1.active .options,
.select-person-2.active .options,
.select-person-3.active .options,
.select-food-person-1.active .options,
.select-food-person-2.active .options,
.select-food-person-3.active .options,
.select-food-main.active .options,
.select-transport.active .options {
    display: block;
}

form>div:nth-child(3)>div:nth-child(1)>div.select-person-1.active>ul>li:nth-child(5),
form>div:nth-child(3)>div:nth-child(2)>div.select-person-2.active>ul>li:nth-child(5),
form>div:nth-child(3)>div:nth-child(3)>div.select-person-3.active>ul>li:nth-child(5) {
    border-bottom: none;
}

.select-person-1 .options .option:hover,
.select-person-2 .options .option:hover,
.select-person-3 .options .option:hover,
.select-food-person-1 .options .option:hover,
.select-food-person-2 .options .option:hover,
.select-food-person-3 .options .option:hover,
.select-food-main .options .option:hover,
.select-transport .options .option:hover {
    background: #F2F2F2;
}

.select-person-1 .options .option i,
.select-person-2 .options .option i,
.select-person-3 .options .option i,
.select-food-person-1 .options .option i,
.select-food-person-2 .options .option i,
.select-food-person-3 .options .option i,
.select-food-main .options .option i,
.select-transport .options .option i {
    font-size: 25px;
    margin-right: 12px;
}

.nav_bar {
    height: 50px;
}

.footer {
    background-color: #fff;
}

.footer h5 {
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
    color: #061E50;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #061E50;
    text-decoration: none;
    font-size: 1rem;
}

.footer ul li a:hover {
    background-color: rgba(194, 202, 207, 0.2);
}

.footer p {
    color: #061E50;
    font-size: 1rem;
    margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .logo {
        top: 15px;
        background-size: 50px;
        height: 65px;
        width: 67px;
    }

    .nav_bar {
        height: 40px;
    }

    .success-box p {
        font-size: 1rem;
    }

    .form-background input[type=checkbox],
    .form-background input[type=radio] {
        height: 22px;
        width: 22px;
    }

    .success-box h2 {
        margin-left: 0;
    }

    .success-box .btn-back {
        margin: 20px 15px 10px 0 !important;
    }

    .form-check-label {
        top: 2px !important;
        left: 7px !important;
    }

    .select-person-1 .options,
    .select-person-2 .options,
    .select-person-3 .options,
    .select-food-person-1 .options,
    .select-food-person-2 .options,
    .select-food-person-3 .options,
    .select-food-main .options,
    .select-transport .options {
        position: absolute;
        border: 1px solid #707070;
        padding: 0 15px;
        margin-top: 5px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 10px 10px #00000029;
        display: none;
        z-index: 99;
        width: 70%;
    }

    #select-quantity-people {
        margin-left: 0;
        width: 100%;
    }

    .btn-choose {
        margin-bottom: 5px;
    }

    .btn {
        display: flex;
    }

    .cart-item .btn-back {
        position: unset !important;
    }

    .btn-back {
        margin: 15px 0 25px 0;
    }

    .btn-back.ok {
        position: unset;
        margin: 15px 15px 20px 0;
    }

    .form-links {
        justify-content: center;
    }

    .form-links ul {
        padding-left: 0;
        justify-content: center;
    }

    .form-links ul a {
        font-size: 14px;
    }

    #accept-rules {
        margin-left: -22px;
    }

    #event-date {
        font-size: 18px;
    }

    .basket {
        padding: 0;
    }

    .basket h2 {
        text-align: center;
        margin-left: 0;
    }

    .item_delete button {
        position: unset;
    }

    .cart-item {
        flex-direction: column;
        border-top: 5px solid #00376C;
    }

    .btn {
        justify-content: center;
    }

    .footer h5 {
        font-size: 1rem;
    }

    .footer ul li a {
        font-size: 0.875rem;
    }

    .footer p {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ticket {
        font-size: 19px;
    }

    .form-background h2 {
        font-size: 22px;
    }

    .logo {
        /* top: 0px; */
        background-size: 65px;
        height: 70px;
        width: 80px;
    }

    .nav_bar {
        height: 50px;
    }

    .form-box {
        padding: 1rem 0;
    }

    .form-links {
        position: unset;
    }

    .cart-item .btn-back {
        left: 20px;
    }
    .boxoffice {
        margin-top: 20vh;
        margin-bottom: 20vh;
    }
    #accept-rules {
        margin-left: 2px;
    }

    .select-person-1 .options,
    .select-person-2 .options,
    .select-person-3 .options,
    .select-food-person-1 .options,
    .select-food-person-2 .options,
    .select-food-person-3 .options,
    .select-food-main .options,
    .select-transport .options {
        width: 20%;
    }

    .btn-registration,
    .btn-back,
    .btn-choose {
        font-size: 18px;
        padding: 6px 20px;
    }

    .footer h5 {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .logo {
        top: 20px;
        background-size: 70px;
        height: 75px;
        width: 85px;
    }
}

@media screen and (min-width: 1200px) {}