:root{
    --bs-light:#fff;
    --bs-light-rgb:255,255,255;
    --bs-dark: #145CA4;
    --bs-dark-rgb:20,92,164;
    --bs-body-font-size: 18px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 23px;
    --bs-body-color: #2D2A26;
    --bs-primary: #145CA4;
    --bs-primary-rgb:20,92,164;
    --bs-body-font-family: 'Quicksand', sans-serif;
}

/*main rules*/
html,body{overflow-x: hidden;color: #2D2A26;}
html *{box-sizing: border-box;outline:none;}
a{text-decoration: none;color: #2D2A26;}
header{height: 80px;}
footer{height: 150px;}
.container{max-width: 100%;padding: 0 40px;}
.small{font-size: 14px;line-height: 15px;}
#content{background-image: url(../media/sfondo.jpg);background-position: top;background-color: #E4E4E4;background-repeat: no-repeat;background-size: cover;}
::-webkit-scrollbar {width: 7px;background-color: transparent;}
::-webkit-scrollbar-thumb {background-color: var(--bs-primary);border-radius: 0px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);background-color: transparent;}
::selection {background-color: var(--bs-primary)!important;color: #fff !important;}
h1,h2{font-size: 40px;line-height: 45px;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
.bg-red{background: #DC1043;}
.ticket-notch{height: 30px;margin: 0;overflow: hidden;}
.ticket-notch .notch {width: 50px;position: relative;padding: 0;margin: 0;}
.ticket-notch .notch span {position: absolute;left: 50%;bottom: -10px;width: 70px;height: 70px;border: 10px solid #fff;border-radius: 50%;transform: translateX(-50%);}
.ticket-notch.ticket-notch-bottom .notch span {position: absolute;left: 50%;top: -10px;bottom:auto;width: 70px;height: 70px;border: 10px solid #fff;border-radius: 50%;transform: translateX(-50%);}
.ticket-notch.ticket-notch-bottom .left{border-bottom-left-radius: 15px;}
.ticket-notch.ticket-notch-bottom .right{border-bottom-right-radius: 15px;}
.ticket-notch.ticket-notch-top .left{border-top-left-radius: 15px;}
.ticket-notch.ticket-notch-top .right{border-top-right-radius: 15px;}

.ticket-notch.ticket-notch-lateral{height: 100%;width: 20px;display: flex;flex-direction: column;}
.ticket-notch.ticket-notch-lateral > div{width: 100%;height: 25px;}
.ticket-notch.ticket-notch-lateral > div:not(.notch){background: #fff;}
.ticket-notch.ticket-notch-lateral .notch{height: 30px;}
.ticket-notch.ticket-notch-lateral .notch span {position: absolute;left: 0;bottom: -10px;width: 50px;height: 50px;}
.ticket-notch.ticket-notch-lateral.right .notch span {right: -50px;left:auto;}
.ticket-notch.ticket-notch-lateral.blue > div:not(.notch){background: #145CA4;}
.ticket-notch.ticket-notch-lateral.blue.disabled > div:not(.notch){background: #707070;}
.disabled .ticket-notch.ticket-notch-lateral.blue > div:not(.notch){background: #707070;}
.ticket-notch.ticket-notch-lateral.blue .notch span{border-color: #145CA4;}
.ticket-notch.ticket-notch-lateral.blue.disabled .notch span{border-color: #707070;}
.disabled .ticket-notch.ticket-notch-lateral.blue .notch span{border-color: #707070;}
.ticket-shape-vertical::before {content: '';position: absolute;top: 0px;width: 6px;height: calc(100% - 0px);right: -6px;background: radial-gradient(circle, transparent, transparent 50%, #fff 50%, #fff 100%) -2px -16px/16px 11px repeat-y;}
.ticket-shape-vertical.left::before {left: -6px;right:auto;background: radial-gradient(circle, transparent, transparent 50%, #fff 50%, #fff 100%) -9px -16px/16px 11px repeat-y;}
.ticket-shape-vertical.left.blue::before {background: radial-gradient(circle, transparent, transparent 50%, #145CA4 50%, #145CA4 100%) -9px -16px/16px 11px repeat-y;}
.disabled .ticket-shape-vertical.left::before {background: radial-gradient(circle, transparent, transparent 50%, #707070 50%, #707070 100%) -9px -16px/16px 11px repeat-y;}
.ticket-shape-horizontal::before{ content: '';position: absolute;left: 5px;height: 6px;width: calc(100% - 6px);bottom: -5px;background: radial-gradient(circle, transparent, transparent 50%, #fff 50%, #fff 100%) -7px -2px/16px 16px repeat-x;}
.ticket-shape-horizontal.top::before{top: -5px;bottom:auto;background: radial-gradient(circle, transparent, transparent 50%, #F1F1F1 50%, #F1F1F1 100%) -7px -8px/16px 16px repeat-x;}
.ticket-shape-horizontal.top.blue::before{background: radial-gradient(circle, transparent, transparent 50%, #145CA4 50%, #145CA4 100%) -7px -8px/16px 16px repeat-x;}
.ticket-shape-horizontal.top.light::before{background: radial-gradient(circle, transparent, transparent 50%, #f1f1f1 50%, #f1f1f1 100%) -7px -8px/16px 16px repeat-x;}
.disabled .ticket-shape-horizontal.top::before{background: radial-gradient(circle, transparent, transparent 50%, #707070 50%, #707070 100%) -7px -8px/16px 16px repeat-x;}
.ticket-notch{transition: all 0.33s ease-in-out;}

/*header & footer*/
header .menu-item > a >img{margin-right: 15px;}
header .menu-item:not(:last-child){margin-right: 30px;}
footer .footer-link a{color: #2D2A26;font-size: 16px;line-height: 16px;}
footer .card-icon:not(:last-child){margin-right: 40px;}
footer .footer-link-separator{margin: 0 20px;font-size: 16px;line-height: 16px;}
footer .container-bottom > span{font-size: 12px;line-height: 15px;}
footer .container-bottom{height: 35px;background: #E4E4E4;}
footer .container{height: 115px;}


/*pages*/
#content{padding-top: 140px; padding-bottom: 100px; min-height: calc(100vh - 150px);}
#content .container .row .fixed-container{padding-right: 6vw;}
.profile-view{top:40px;left: 40px; max-width: 20vw;}
.profile-view .profile-image{width: 100%;height: 18.5vw;}
.profile-view .profile-image img{max-width: 100%;max-height: 100%;}
.profile-view .profile-name{padding: 25px;}
.profile-view .profile-name > p{margin-top: 15px;margin-bottom: 15px;min-height: 80px;}
.profile-view .profile-name > h1,.profile-view .profile-name >a{font-size: 24px;line-height: 26px;}
.profile-view .profile-name > .profile-actions .link:not(:last-child){margin-right: 13px;}
.profile-view .profile-name > .profile-actions .link img{display: block;object-fit: contain;height: auto;}
.fixed-container + .main-container{padding-left: 2.5vw;margin-bottom: 100px;}
.event .event-image{overflow: hidden;}
.event .event-image img{width:100%;height: auto;display: block;object-fit: cover;margin: 0;aspect-ratio:5/7;}
.event{margin-top: 30px;background: #E4E4E4;}
.event .event-name{padding: 20px;padding-bottom: 26px;position: relative;z-index: 2;margin-bottom: 11px;}
.event-date{padding-left: 30px;position: relative;}
.event-date::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width:20px;height: 22px;background-image: url(../media/calendar.svg);background-size: contain;background-repeat: no-repeat;}
.event-date > span{font-size: 14px;line-height: 14px;position: relative;}
.event-date .sep{font-size: 20px;line-height: 20px;margin: 0 8px;}
.event-title{margin: 15px 0;position: relative;min-height: 50px;}
.event-location{padding-left: 30px;position: relative;}
.event-location::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width:15.5px;height: 22px;background-image: url(../media/pin.svg);background-size: contain;background-repeat: no-repeat;}
.events-row{margin-bottom: 60px;}
.event .event-action{padding: 17px 0 23px;position: relative;cursor: pointer;transition: all 0.33s ease-in-out;}
.event .event-action span{color: #fff;font-size: 24px;line-height: 24px;position: relative;z-index: 2;}
.event > a:hover .event-action{transform: translateY(10px);}
.info-title{margin-bottom: 30px;}
.info-col{padding:4px;padding-left: 20px;}
.info-col > span.small{margin-bottom: 12px;}
.main-info.row{margin-bottom: 35px;margin-left: 2px;}
.single-event.main-container{padding-right: 4vw;}

.single-event-page.event{padding: 40px;margin-bottom: 13px;}
.single-event-page.event .event-info{padding-right: 3vw;}
.single-event-page.event .event-info .event-date > span:not(.sep){font-size: 24px;line-height: 30px;}
.single-event-page.event .event-info .event-date > span.sep{margin: 0 22px;}
.single-event-page.event .event-image img{max-height: unset;}
.single-event-page.event .event-info .event-status{margin: 35px 0;position: relative;padding-bottom: 60px;}
.single-event-page.event .event-info .event-status .label{font-size: 16px;line-height: 18px;}
.single-event-page.event .event-info .event-status .notice{position: absolute;padding: 10px 40px 10px 65px;left: -65px;border-radius:10px;bottom: 0;box-shadow: 0px 4px 4px #0000004a;z-index: 0;}
.single-event-page.event .event-info .event-status .notice > span{font-size: 24px;line-height: 30px;color: #fff;position: relative;}
.single-event-page.event .event-info .event-status .notice > span > strong{font-size: 30px;line-height: 30px;}
.single-event-page.event .event-info .event-status .notice.sold-out > span{font-size: 30px;line-height: 30px;}
.single-event-page.event .event-info .event-description{margin-bottom: 45px;}
.single-event-page.event .event-info .event-description p{font-size: 14px;line-height:18px;}
.share-container .share-container-inner > .label{margin-right: 10px;}
.share-container .share-container-inner > .share-links{opacity: 0;visibility: hidden;width:0;transition: opacity 0.15s ease-in-out;margin-left: 14px;}
.share-container .share-container-inner > .share-links > span:not(:last-child){margin-right: 8px;}
.share-container .share-container-inner:hover > .share-links{visibility: visible;opacity: 1;}
.share-container .share-container-inner > .share-links > span:hover{opacity: 0.7;}
.location-title{margin-top: 70px;}
.ticket{height: 80px;position: relative;padding-left: 20px;padding-right: 20px;}
.ticket:not(:last-child){margin-bottom: 13px;}
.ticket.sold-out{opacity: 0.7;pointer-events: none!important;}
.ticket.sold-out::after{background-image: url(../media/ticket-notch-disabled.svg);}
.ticket .ticket-notch.ticket-notch-lateral {margin-left: -20px;padding: 0;}
.ticket .ticket-notch.ticket-notch-lateral.right {margin-left: 0px;margin-right:-20px;padding: 0;}

.ticket .ticket-info{padding-right: 30px;position: relative;margin-right: 6px;margin-left: -6px;padding-left: 25px;}
.ticket .ticket-button{position: relative;margin-left: 6px;margin-right: -6px;transition: all .33s ease-in-out;cursor: auto;}
/* .ticket .ticket-button:hover{transform: translateX(10px);}
.ticket .ticket-button:hover + .ticket-notch{transform: translateX(10px);} */
.ticket .ticket-notch.ticket-notch-lateral .notch span {left: -1px;}
.ticket .ticket-notch.ticket-notch-lateral.right .notch span {right: -51px;left: auto;}

.ticket-button.sold-out{background: #707070!important;}
.ticket .ticket-info .content-left .ticket-title .ticket-label{font-size: 24px;line-height: 30px;margin-bottom: 1px;}
.ticket .ticket-info .content-right .last-tickets{color: #5CA414;width: 140px;font-size: 17px;line-height: 19px;}
.ticket .ticket-info .content-right .price{margin:0 30px}
.ticket .ticket-info .content-right .price span{font-size: 36px;line-height: 45px;}
.ticket .ticket-info .content-right .quantity button{outline: none;border: none;}
.ticket .ticket-info .content-right .quantity button span{font-size: 24px;line-height: 30px;}
.ticket .ticket-info .content-right .quantity input{margin: 0;padding:0;width: 50px!important;height:50px;font-size: 36px;line-height: 30px;outline: none;pointer-events: none;}
.ticket .ticket-button span{color: #fff;font-size: 24px;line-height: 30px;}
.tickets-available{margin-bottom: 75px;}
#map {height: 19vw;margin: 0 13px;filter: grayscale(1);}
.map-wrapper{margin-top: 50px;}


#content.login{min-height: calc(100vh - 150px);}
#content.login .container .container-inner{margin: 0;}
#content.login .container h1{margin-bottom: 180px;}
#content.login .container form input:not([type=checkbox]){background: transparent;border: 0;border-bottom: 1px solid #2D2A26;font-size: 36px;line-height: 45px;font-weight: bold;padding:0;padding-bottom: 15px;margin-bottom: 50px;}
#content.login .container form select{background: transparent;border: 0;border-bottom: 1px solid #2D2A26;font-size: 36px;line-height: 45px;font-weight: bold;padding:0;padding-bottom: 15px;margin-bottom: 50px;}
#content.login .btn{padding: 15px 0;color: #fff;font-size: 24px;line-height: 24px;}
#content.login .container .container-inner .login-wrapper .notices-wrapper .notice{padding-left: 26px;position: relative;}
#content.login .container .container-inner .login-wrapper .notices-wrapper .notice.error > span{color: #DC1043;font-size: 13px;line-height: 18px;}
#content.login .container .container-inner .login-wrapper .notices-wrapper .notice.error::before{content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 19px;height: 17px;background-image: url(../media/error-icon.svg);background-repeat: no-repeat;background-size: contain;}
#content.login .container .container-inner .login-wrapper.registration-wrapper h1{margin-bottom: 30px;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper{margin-top: 45px;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper form input:not([type=checkbox]){margin-bottom: 20px;height: 36px;border-bottom: 1px solid #2D2A26;border-radius: 0;font-size: 24px;line-height: 24px;padding-bottom: 7px;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper form input:focus{box-shadow: none;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper form select{margin-bottom: 20px;height: 36px;border-bottom: 1px solid #2D2A26;border-radius: 0;font-size: 24px;line-height: 24px;padding-bottom: 7px;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper form select:focus{box-shadow: none;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper{margin-bottom: 60px;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper button[type="submit"]{margin-top: 15px;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper .form-check-label{font-size: 12px;line-height: 15px;}
#content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper .form-check{padding-left: 40px;}

#content.checkout{min-height: calc(100vh - 150px);}
#content.checkout .checkout-wrapper h1{margin-bottom: 30px;}
#content.checkout .checkout-wrapper .cart .cart-item{margin-bottom: 15px;}
#content.checkout .checkout-wrapper .cart .cart-item .cart-item-wrapper{padding: 20px;margin: 0;}
#content.checkout .checkout-wrapper .cart .cart-item-wrapper .event-image{padding-right: 20px;}
#content.checkout .checkout-wrapper .cart .cart-item-wrapper .event-image img{width: 100%;height: auto;object-fit:cover;max-height: unset;aspect-ratio: 5/7;}
#content.checkout .checkout-wrapper .cart .cart-item-wrapper .event-cart-info .cart-item-title h2{font-size: 18px;line-height: 20px;}
#content.checkout .checkout-wrapper .cart .cart-item-wrapper .event-cart-info{padding-left: 15px;}
#content.checkout .cart-item-content{margin-top: 20px;}
#content.checkout .cart-item-content .cart-item-ticket{padding:8px 15px 8px;border: 1px solid #B4B4B4;box-shadow: 3px 3px 3px #00000041;}
#content.checkout .cart-item-content .cart-item-ticket:not(:last-child){margin-bottom: 15px;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-name{width: 50%;padding-right: 10px;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-title{font-size: 20px;line-height: 25px;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-title+span{font-size: 10px;line-height: 13px;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .quantity .qty-value{font-size: 30px;line-height: 38px;width: 50px;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .quantity .qty-value input{pointer-events: none;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .quantity button{outline: none;border: none;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .quantity button span{font-size: 24px;line-height: 30px;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .price span{font-size: 30px;line-height: 38px;}
#content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .price{margin-left: 80px;min-width: 105px;text-align: right;}
#content.checkout .order-subtotal-row{padding: 40px 25px 30px;position: relative;margin-bottom: 10px;}
#content.checkout .order-subtotal-row .order-subtotal .order-subtotal-label span{font-size: 24px;line-height: 30px;}
#content.checkout .order-subtotal-row .order-subtotal .order-subtotal-amount span{font-size: 36px;line-height: 45px;}
#content.checkout .order-subtotal-row .order-subtotal{margin-bottom: 20px;}
#content.checkout .button-check-container{padding: 40px 25px 30px;position: relative;margin-bottom: 10px;background: #F1F1F1}
#content.checkout button.disabled{background: #707070!important;cursor: not-allowed!important;}
#content.checkout .button-check-container span.button-check,#content.checkout .button-check-container #confirm,#content.checkout .button-check-container #pay{padding: 16px 0;font-size: 24px;color:#fff;display: block;cursor: pointer;outline:none;border:0;}
#content.checkout .payment-section{position: relative;}
#content.checkout .order-subtotal-row .notices-wrapper .notice{padding-left: 26px;position: relative;}
#content.checkout .order-subtotal-row .notices-wrapper .notice.error > span{color: #DC1043;font-size: 13px;line-height: 18px;}
#content.checkout .order-subtotal-row .notices-wrapper .notice.error::before{content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 19px;height: 17px;background-image: url(../media/error-icon.svg);background-repeat: no-repeat;background-size: contain;}
/* #content.checkout .payment-section .loading {position: absolute;top: 0;left: 0;background-color: #000;opacity: 0.5;width: 100%;height: 100%;z-index: 1;}
#content.checkout .payment-section  form{position: absolute;top: 0;left: 0;width:100%;height:100%;} */
#content.checkout .payment-section  form input:not([type=checkbox]){margin-bottom: 20px;height: 36px;border: 1px solid #9D9D9D;border-radius: 0;font-size: 18px;line-height: 18px;padding-bottom: 7px;}
#content.checkout .payment-section  form input:focus{box-shadow: none;}
#content.checkout .payment-section  button[type="submit"]{margin-top: 15px;}
#content.checkout .payment-section  form .form-fields{padding: 0;margin: 0;}
#content.checkout .payment-section  .form-check-label{font-size: 12px;line-height: 15px;}
#content.checkout .payment-section  .form-check{padding-left: 40px;}
#content.checkout .payment-section .card-label{margin-bottom: 20px;}
#content.checkout .payment-section  form input {font-family: var(--bs-body-font-family);}
#content.checkout .payment-section  form input::placeholder{color:#9D9D9D;}


.order-confirmation .consent-container label{font-size: 12px;line-height: 14px;display: block;margin-left: 7px;}
.order-confirmation .consent-container {margin: 15px 0;}
/* .order-confirmation .place-order{height: 80px;}
.order-confirmation .place-order .button-left-label{width: 80px;position: relative;}
.order-confirmation .place-order .button-left-label .ticket-notch + div{width: 60px;height: 100%;}
.order-confirmation .place-order .confirm-container{width: calc(100% - 80px);height: 100%;}
.order-confirmation .place-order .confirm-container .confirm-button{width: calc(100% - 30px);height: 100%;position: relative;margin-left: 10px;}
.order-confirmation .place-order .confirm-container .confirm-button button{color: #fff;font-size: 24px;border:none;width:100%;height:100%;line-height: 25px;text-decoration: none;} */

.menu-cart{position: relative;}
.menu-cart:hover #mini-cart{visibility: visible;opacity: 1;pointer-events: auto;z-index: 99;}
#mini-cart{visibility:hidden;opacity:0;pointer-events:none;z-index:-999999999;transition:opacity 0.25s ease-in-out;position: absolute;padding:5px;width: 23.5vw;right: 0;top: 110%;box-shadow: 3px 4px 3px #00000038;border: 1px solid #E4E4E4;}
#mini-cart .mini-cart-items .mini-cart-item{padding: 15px;}
#mini-cart .mini-cart-items .mini-cart-item:not(:last-child){border-bottom: 1px solid #E4E4E4;}
#mini-cart .mini-cart-items .mini-cart-item .cart-item-image img{width: 100%;height: auto;aspect-ratio: 5/7;object-fit: cover;}
#mini-cart .mini-cart-items .mini-cart-item .cart-item-info .cart-item-title span{font-size: 16px;line-height: 18px;margin-bottom: 30px;}
#mini-cart .mini-cart-items .mini-cart-item .cart-item-info .cart-item-content .cart-item-ticket{padding: 0px 0 4px;}
#mini-cart .mini-cart-items .mini-cart-item .cart-item-info .cart-item-content .cart-item-ticket:not(:last-child){border-bottom: 1px solid #E4E4E4;}
#mini-cart .mini-cart-items .mini-cart-item .cart-item-info .cart-item-content .cart-item-ticket .ticket-title span{font-size: 10px;line-height: 13px;}
#mini-cart .cart-item-content .cart-item-ticket .ticket-subtotal span{font-size: 16px;line-height: 18px;}
#mini-cart .cart-item-content .cart-item-ticket .ticket-subtotal span.small{font-size: 10px;line-height: 13px;}
#mini-cart .cart-item-content .cart-item-ticket .ticket-subtotal .qty-value{margin-left: 15px;}
#mini-cart .cart-item-content .cart-item-ticket .ticket-subtotal .quantity{margin-right: 30px;}
#mini-cart .cart-link-container {padding: 15px;}
#mini-cart .cart-link-container a{padding: 9px;color: #fff;}

#content.contacts .container .main-container .form-wrapper{margin-top: 45px;}
#content.contacts .container .main-container .form-wrapper form input:not([type=checkbox]){margin-bottom: 20px;height: 36px;border-bottom: 1px solid #ACACAC;border-radius: 0;font-size: 24px;line-height: 24px;padding-bottom: 7px;}
#content.contacts .container .main-container .form-wrapper form input:focus{box-shadow: none;}
#content.contacts .container .main-container .form-wrapper form select{margin-bottom: 20px;height: 36px;border-bottom: 1px solid #ACACAC;border-radius: 0;font-size: 24px;line-height: 24px;padding-bottom: 7px;}
#content.contacts .container .main-container .form-wrapper form select:focus{box-shadow: none;}
#content.contacts .container .main-container .form-wrapper form textarea{margin-bottom: 20px;border: 1px solid #ACACAC;border-radius: 0;font-size: 24px;line-height: 24px;padding-bottom: 7px;}
#content.contacts .container .main-container .form-wrapper form textarea:focus{box-shadow: none;}
#content.contacts .container .main-container .form-wrapper{margin-bottom: 60px;}
#content.contacts .container .main-container .form-wrapper button[type="submit"]{margin-top: 15px;}
#content.contacts .container .main-container .form-wrapper .form-check-label{font-size: 12px;line-height: 15px;}
#content.contacts .container .main-container .form-wrapper .form-check{padding-left: 40px;}
#content.contacts input,#content.contacts textarea,#content.contacts select{font-family: var(--bs-body-font-family);font-size: 20px!important;line-height: 20px!important;}
#content.contacts{min-height: calc(100vh - 150px);}
#content.contacts textarea{resize: none;}
#content .form-fields.w-100.row {margin: 0}
#content.contacts .container .main-container{margin: 0;}
#content.contacts .container form input:not([type=checkbox]){background: transparent;border: 0;border-bottom: 1px solid #ACACAC;font-size: 36px;line-height: 45px;font-weight: bold;padding:0;padding-bottom: 15px;margin-bottom: 50px;}
#content.contacts .container form select{background: transparent;border: 0;border-bottom: 1px solid #ACACAC;font-size: 36px;line-height: 45px;font-weight: bold;padding:0;padding-bottom: 15px;margin-bottom: 50px;}
#content.contacts .container form textarea:not([type=checkbox]){background: transparent;border: 1px solid #ACACAC;font-size: 30px;line-height: 45px;font-weight: bold;padding:15px;margin-bottom: 50px;}
#content.contacts .btn{padding: 15px 0;color: #fff;font-size: 24px;line-height: 24px;}

.order-received{min-height: 57vh;}
.order-received h1{font-size: 80px;line-height: 80px;margin: 0;margin-bottom: 30px;}
.order-received h2{font-size: 40px;line-height: 40px;margin: 0;margin-bottom: 20px;}
.order-received h3{font-size: 35px;line-height: 35px;margin: 0;margin-bottom: 20px;}
.order-received button{margin-top: 60px;}

.acquisti table.table.table-responsive.align-middle tr:nth-child(even) td {background: #eef4ff;}

.btn-primary{padding: 10px 25px;background: #145CA4;text-transform: uppercase;font-weight: bold;color: #fff;transition: opacity 0.3s ease;background: #145CA4!important;}
.btn-primary:hover{opacity: 0.75;}

.loader {
    width: 23px;
    height: 23px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-sm {
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


.account-name{padding-left: 30px;position: relative;}
.account-name > span{font-size: 14px;line-height: 14px;position: relative;}
.account-name > span:not(.sep){font-size: 24px;line-height: 30px;}
.account-name > span.sep{margin: 0 22px;}



.select2-container {
    margin-bottom: 5px !important;
    height: 36px !important;
    border-bottom: 1px solid #2D2A26 !important;
    border-radius: 0 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    padding-bottom: 7px !important;
    font-weight: bold;
}

.select2-container .select2-selection {
    margin-bottom: 20px !important;
    height: 36px !important;
    border-bottom: 1px solid #2D2A26 !important;
    border-radius: 0 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    padding-bottom: 7px !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.select2-hidden-accessible.parsley-error~ul~.select2-container{border-color:#f34943!important}

.select2-hidden-accessible.parsley-error ~ .select2-container {
    border-color: #ff5b5b !important;
}

.form-control.parsley-error{
    border-color: #ff5b5b !important;
}

.parsley-errors-list {
    margin: 0 0 10px 0;
    padding: 0; }
    .parsley-errors-list > li {
      list-style: none;
      color: #ff5b5b;
      margin-top: 5px;
      padding-left: 20px;
      position: relative; }

  .parsley-error {
    border-color: #ff5b5b !important; }

.cart-badge {
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 15px;
}

.swal2-popup .swal2-title{font-size: 24px!important;line-height: 24px!important;text-transform: uppercase!important;font-weight: bold!important;color: #145CA4!important;}
.swal2-popup .swal2-styled.swal2-confirm{background: #145CA4!important;}
.swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-textarea{border-color: #145CA4!important;}

#toast-container { width: 30%; }
#toast-container > div{ font-size: 1.1em; opacity: 1; width: 100%;}

.btn-contatto {
    padding: 10px 10px !important;
    width: 230px;
    height: 150px;
    opacity: 0.6;
    padding:10px 10px !important;
}

.type-contatto{
    text-align: center;
    font-size: 28px;
}

/*responsive*/
.acquisti .single-event-page.card-event{display: none;}
@media (min-width: 1400px){
    .col-xxl-3 {flex: 0 0 auto;width: 33.33333333%;}
}

@media (min-width: 1680px){
    .col-xxl-3 {flex: 0 0 auto;width: 25%;}
}

@media screen and (max-width:1680px){
    .profile-view {max-width: 20vw;}
    footer .footer-link-separator {margin: 0 12px;font-size: 13px;}
    .single-event-page.event h1, h2 {font-size: 30px;line-height: 38px;}
    .single-event-page.event .event-info .event-date > span:not(.sep) {font-size: 20px;line-height: 24px;}
    .acquisti-content{padding: 25px 10px!important;}
    .acquisti-content .btn.download{font-size: 15px;line-height: 20px;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-title {font-size: 17px;line-height: 23px;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .quantity .qty-value {font-size: 20px;line-height: 20px;width: 30px;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .price span {font-size: 21px;line-height: 21px;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .price{display: flex;align-items: center;justify-content: flex-end;}
    #content.login.otp .container h1 {margin-bottom: 70px;}
    .order-received h1 {font-size: 60px;line-height: 70px;}
    .order-received h3 {font-size: 24px;line-height: 24px;margin: 0;margin-bottom: 20px;text-align: center;}
}

@media screen and (max-width:1366px){
    .ticket .ticket-button span {font-size: 19px;line-height: 25px;}
    .ticket .ticket-info .content-right .price span {font-size: 28px;line-height: 35px;}
    .ticket .ticket-info .content-left .ticket-title .ticket-label {font-size: 20px;line-height: 25px;margin-bottom: 2px;}
    .single-event-page.event .event-info .event-date > span:not(.sep) {font-size: 18px;line-height: 22px;}
    .single-event-page.event .event-info .event-status .notice > span {font-size: 18px;line-height: 25px;}
    .single-event-page.event .event-info .event-status .notice > span > strong {font-size: 25px;line-height: 30px;}
    .account-actions{margin-top: 30px;}
    .account-actions .btn{font-size: 15px;line-height: 15px;}
    .account-content{margin-top: 15px;}
}


@media screen and (max-width:1100px) {
    #content {padding-top: 110px;}
    .fixed-container + .main-container{width: 100%;}
    .fixed-container{width: 100%;padding: 0!important;}
    .fixed-container .profile-view{max-width: 100%;position: relative!important;margin-bottom: 40px;display: flex;flex-direction:row!important;z-index: 0!important;top: unset!important;left:unset!important;}
    .fixed-container .profile-view .profile-image{width: 15%;height: auto;}
    .profile-view .profile-image img {width: 100%;height: auto;}
    .profile-view .profile-name > p {min-height: auto;}
    .event-title span {font-size: 16px;line-height: 18px;}
    .event-location span {font-size: 14px;line-height: 14px;}
    .event-date .sep{display: none;}
    .event-date {flex-direction: column;justify-content: flex-start!important;align-items: flex-start!important;}
    .event-date .fw-bold{margin-bottom: 4px;}
    .profile-view .profile-name {padding: 20px;}
    h1, h2 {font-size: 32px;line-height: 40px;}
    footer .footer-link-separator {margin: 0 6px;font-size: 12px;}
    #map {height: 24vw;width:100%;}
    .account-name {padding-left: 0;}
    table.table.table-responsive.align-middle * {white-space: nowrap;}
    .acquisti-content{max-width: 100%!important;overflow-x: auto;}
    /* .acquisti-content .col-12{width: auto!important;} */
    .acquisti-content .col-12 td.hide{display: none;}
    .acquisti-content .col-12 th.hide{display: none;}
    #toast-container {	width: 50%;}
}

@media screen and (max-width:920px){
    .acquisti .acquisti-content{display: none;}
    .acquisti .single-event-page.card-event{display: block;}
}

@media screen and (max-width:800px){
    .fixed-container .profile-view .profile-image {width: 25%;}
    .event .event-image img {width:100.5%;}
    #content.login .container h1 {margin-bottom: 70px;}
    #toast-container {	width: calc(100% - 24px);}
}

@media screen and (max-width:767px){
    footer .footer-cards{justify-content: center!important;align-items: center!important;}
    footer .footer-privacy{justify-content: center!important;align-items: center!important;display: flex;flex-direction: column!important;margin-top: 20px;}
    footer .footer-link-separator{display: none!important;}
    footer{height: auto;}
    span.footer-link:not(:last-child){margin-bottom: 20px;}
    footer .container {height: auto;padding: 30px 0;}
    footer .container-bottom {height: auto;padding: 10px 0;}
    .fixed-container + .main-container {margin-bottom: 0;}
    .single-event-page.event .event-info .event-status .notice {position:relative;padding: 14px 20px;left: unset;text-align: center;width: 100%;bottom: unset;z-index: 0;}
    .single-event-page.event .event-info .event-status {margin: 22px 0;padding-bottom: 17px;}
    .single-event-page.event .event-info .event-status .label {font-size: 16px;line-height: 18px;margin-bottom: 10px;text-align: center;width: 100%;}
    .single-event-page.event .event-info .event-description {margin-bottom: 15px;}
    .single-event-page.event .event-image {padding: 0;order: 1;width: 100%;}
    .single-event-page.event .event-info {padding-right: 0;padding: 0;width: 100%;margin: 0;order: 2;}
    .single-event-page.event {padding: 24px;margin-bottom: 13px;margin-top: 0!important;}
    .single-event-page.event h1, h2 {font-size: 24px;line-height: 30px;}
    .event-title {margin: 10px 0;min-height: auto;}
    .single-event-page.event .event-image{margin-bottom: 20px;}
    .info-col {width:100%;padding: 4px;padding-left: 15px;padding-bottom: 22px;}
    .info-col:last-child{padding-bottom: 0;}
    /* .tickets-available .ticket .ticket-button{display: none!important;} */
    /* .tickets-available .ticket .ticket-notch.right{display: none!important;} */
    .ticket-shape-vertical.left::before {left: -3px;right:auto;background: radial-gradient(circle, transparent, transparent 50%, #fff 50%, #fff 100%) -9px -16px/16px 11px repeat-y;}
    .tickets-available .ticket .ticket-info .content-right .price span {font-size: 15px;line-height: 23px;white-space: nowrap;}
    .tickets-available .ticket .ticket-info {padding-right: 0;position: relative;margin-right: 0;margin-left: 0;/*width: 100%;*/padding-left: 10px;}
    .ticket .ticket-info .content-left .ticket-title .ticket-label {font-size: 12px;line-height: 15px;margin-bottom: 2px;}
    .ticket .ticket-info .content-left .ticket-title .ticket-content {font-size: 12px!important;}

    .ticket .ticket-info .content-right .price {margin: 0 10px;}
    .ticket .ticket-info .content-right .quantity input {margin: 0;padding: 0;width: 22px!important;height: 30px;font-size: 18px;line-height: 19px;outline: none;}
    .ticket-shape-vertical::before { right: -3px !important; }
    /* .tickets-available .ticket{padding-right: 0;} */
    /* .tickets-available .ticket .ticket-shape-vertical::before{display: none;} */
    .ticket .ticket-button span{color: #fff;font-size: 10px;line-height: 18px;}
    .ticket .ticket-info .content-right .quantity button span{font-size: 18px;line-height: 30px;}
    .tickets-available {margin-bottom: 44px;}
    .location-title {margin-top: 30px;}
    .map-wrapper {margin-top: 20px;width: 100%;margin: 0;}
    #map {height: 64vw;width: 100%;margin: 0;}
    .account-actions {margin-top: 17px;flex-direction: column;justify-content: center;align-items: center;margin-bottom: 20px;}
    .account-actions .btn {font-size: 15px;line-height: 15px;width: 100%;margin: 0!important;margin-bottom: 12px!important;}
    .single-event-page.event.account-content {padding: 20px 0px;}
    .email-wrapper{width: 100%!important;}
    .acquisti-content{padding: 10px 0!important;margin-right: 0!important;margin: 0!important;}
    .acquisti h1{margin-bottom: 25px;}
    #content.checkout .checkout-wrapper .cart .cart-item-wrapper .event-cart-info {margin-top: 25px;width: 100%;}
    #content.checkout .checkout-wrapper .cart .cart-item-wrapper .event-image{width: 100%;margin-bottom: 0px;}
    #content.checkout .checkout-wrapper .cart .cart-item .cart-item-wrapper {padding: 10px;}
    #content.checkout .checkout-wrapper .cart .cart-item-wrapper .event-image{padding: 0 20px!important;}
    .checkout-wrapper .ticket-notch {height: 20px;}
    .checkout .container .container-inner{margin: 0;}
    .checkout-wrapper{padding:0;}
    .cart-item-date{display: flex;flex-direction: column!important;justify-content: flex-start!important;align-items: flex-start!important;}
    #content.checkout .cart-item-content .cart-item-ticket{flex-direction: column!important;align-items: flex-start!important;justify-content: flex-start!important;position: relative;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .price {margin-left: 0;min-width: auto;}
    .cart-item-ticket .remove{position: absolute;top: 10px;right: 10px;z-index: 4;}
    .cart-item-ticket .ticket-subtotal{width: 100%;justify-content: space-between;align-items: center;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .quantity button{padding: 0;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-subtotal .quantity >span{margin-right: 25px!important;}
    #content.checkout .order-subtotal-row .order-subtotal .order-subtotal-amount span {font-size: 25px;line-height: 35px;}
    #content.checkout .order-subtotal-row .order-subtotal .order-subtotal-label span {font-size: 19px;line-height: 25px;}
    #content.checkout .payment-section form .form-fields > div{padding-left: 0!important;padding-right: 0!important;}
    #content.checkout .payment-section form .form-fields > div.col-6:last-child{padding-left: 15px!important;}
    #content.checkout .payment-section form .form-fields > div:nth-last-child(2){padding-right: 15px!important;}
    #content.checkout .button-check-container span.button-check, #content.checkout .button-check-container #confirm {font-size: 19px;}
    #content.checkout .cart-item-content .cart-item-ticket .ticket-name {width: 81%;}
    .login-wrapper.registration-wrapper{padding: 0;}
    .contacts .fixed-container .profile-view {margin-bottom: 30px;}
    .contacts h1{margin-bottom: 20px;}
    .contatti-content > .col-12{margin: 0;padding: 0;}.contatti-content{margin: 0;}
    #content.contacts .container .main-container .form-wrapper {margin-top: 10px;margin-bottom: 15px;}
    .contacts .form-fields > div:not(.form-check){padding: 0;}
    .col.home h2{display: flex;align-items: center;justify-content: center;text-align: center;}
    #content.login.otp .container h1 {margin-bottom: 40px;}
    .order-received h1 {font-size: 38px;line-height: 44px;text-align: center;}
    .order-received h3 {font-size: 19px;line-height: 21px;margin: 0;margin-bottom: 20px;}
    .order-received button {margin-top: 40px;}
    .account-wrapper{display: flex;flex-direction: column;}
    .account-actions{order: 2;}
    .account-content.single-event-page.event{margin-top: 20px!important;}
    .acquisti .single-event-page.card-event{margin-top: 20px!important;}
}


@media screen and (max-width:600px) {
    .container {padding: 0 6vw;}
    .only-desktop{display: none!important;}
    .only-mobile{display: flex!important;}
    .menu-mobile {position: fixed;left: 0;top: 60px;width: 100vw;height: calc(100vh - 60px);background: #fff;transition: transform 0.33s ease, opacity 0.26s ease;}
    .menu-mobile:not(.active){transform: translateY(-50px);width: 0;height: 0;pointer-events: none;z-index: -99;visibility: hidden;}
    .menu-mobile .menu-item a{font-size: 30px;line-height: 30px;text-transform: uppercase;font-weight: bold;}
    .menu-mobile .menu-item{margin-right: 0!important;}
    .menu-mobile .menu-item:not(:last-child){margin-bottom: 35px;}
    header {height: 60px;}
    .mobile-toggle{margin-left: 6vw;display: flex;align-items: center;justify-content: center;color: var(--bs-primary);font-size: 24px;line-height: 24px;}
    .mobile-toggle:not(.active) span.close{display: none;}
    .mobile-toggle.active span.close{display: block;font-size: 48px;line-height: 48px;}
    .mobile-toggle.active span.open{display: none;}
    h1, h2 {font-size: 28px;line-height: 34px;}
    .event:first-child {margin-top: 20px;}
    .profile-view .profile-name {padding: 20px;padding-left: 15px;}
    .fixed-container .profile-view .profile-image {width: 28%;padding-left: 10px;}
    .profile-view .profile-name {padding: 18px 15px;}
    .profile-view .profile-name > p {margin-top: 10px;margin-bottom: 15px;}
    .event-date > span {font-size: 16px;line-height: 20px;}
    .event-title span {font-size: 18px;line-height: 22px;}
    #content {padding-top: 90px;padding-bottom: 60px;}
    .single-event-page.event {padding: 20px;}
    #content.login .container h1 {margin-bottom: 55px;margin-top: 15px;}
    #content.login .container form input:not([type=checkbox]) {font-size: 22px;line-height: 28px;padding-bottom: 8px;margin-bottom: 35px;}
    #content.login .btn {padding: 8px 0;color: #fff;font-size: 20px;line-height: 24px;}
    .select2-container .select2-selection {font-size: 18px !important;line-height: 20px !important;}
    .select2-container {font-size: 18px !important;line-height: 19px !important;}
    #content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper {margin-top: 27px;}
    #content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper form input:not([type=checkbox]) {border-radius: 0;font-size: 18px;line-height: 20px;padding-bottom: 4px;}
    .parsley-errors-list > li {list-style: none;color: #ff5b5b;margin-top: -10px;padding-left: 7px;font-size: 15px!important;position: relative;}
    #content.login .container .container-inner .login-wrapper.registration-wrapper .form-wrapper .form-check-label + .parsley-errors-list > li{margin-top: 0!important;}
    #register .form-fields > div:not(.form-check){padding: 0!important;}

}