.app-name {
    background-color: rgba(204, 0, 34, 1);
    color: white;
    font-size: 2em;
}



/** fine nuovi stili **/
.container {
    max-width: unset;
    position: relative;
    min-height: 100vh;
}


#alert-1,
#alert-2 {
    display: none;
}

#content-wrap {
    padding-bottom: 151px;
}

footer {
    position: absolute;
    height: 151px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

footer div{
    padding-top: 15px;
}

#payment-form input:invalid {
    border: 3px solid red;
}

.ticket-btn-plus,
.ticket-btn-minus {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


#mainView {
    min-height: 60vh;
}


header {
    background-image: url(../biglietti/images/header-bg.jpg);
    background-size: cover;
}



i::before {
    line-height: 1.1 !important;
}

#menu {
    border-radius: 10px;
}

#menu a {
    text-decoration: none;
    color: white;
    width: fit-content;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: x-large;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: inset 0 0 0 0 #9a9ca7;
    padding: 10px;
    margin: auto !important;

}

#wallet-buttons  {
    margin: auto;
/*    width: 50%; */
    text-align: center;
}

#wallet-buttons  div{
    height: 80px;
    margin-bottom: 30px;
}

#wallet-buttons  div img{
    margin-right: 0px;
}

#wallet-buttons  div p {
    font-size: 1em;
    margin-bottom: 0px;
}

#wallet-buttons a {
    text-decoration: none;
    color: white;
    width: fit-content;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: x-large;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: inset 0 0 0 0 #9a9ca7;
    padding: 10px;
    margin: auto !important;

}


#menu a:hover {
    box-shadow: inset 500px 0 0 0 #9a9ca7;
    color: #09161B;
}

.navbar-toggler-icon {
    color: white;
}

.webclientheadertitle {
    padding-bottom: 9px;
}


#webclientheadertitle {
    font-size: 2em;
}

.logo {
    padding: 5px;
    width: 300px;
}

#eventDecription {
    font-weight: bold;
}

#hourSelection select, #hourSelection input {
    width: 100%;
    height: 50px;
    border: 1px solid #ced4da;
    padding-left: 10px;
    font-size: 2vh;
    color: #495057;
    border-radius: 0.375rem;
    color: #0075ab;
}

label {
    font-weight: bold;
}

.fields-header {
    background-color: #f1f1f1;
    height: 40px;
    align-items: center;
    min-height: 40px;
    height: fit-content;
}

hr {
    margin: 0px;
}

#ticketTypesSelection div {
    align-items: center;
}

.ticketTypeRow {
    height: 50px;
}

.ticketTypeRow button{
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background-color: #0075ab;
    color: white;
    border: 0px;
}

.ticketTypeRow button:hover, button:focus{
    border:2px solid #fab001;
    outline:0;
}

.ticket-quantity {
    width: 50px;
    margin-left: 3px;
    margin-right: 3px;
}

#cart-bar-container {
    width: 100%;
    position: relative;
    padding-top: 15px;
}

.wizard-bar {
    height: 50px;
    z-index: 10;
    top: 0;
    left: 0;
    position: inherit;
}

.wizard-bar button{
    height: fit-content;
    width: fit-content;
}

.wizard-bar .col-12 ,.wizard-bar .col-sm-8{
    background-color: #f1f1f1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: end;

}

.wizard-bk{
    color: #0d6efd;
    text-decoration-color: #0d6efd;
    text-decoration: underline;
    cursor:pointer;
}

.wizard-body {
    min-height: 507px;
}

.wbreadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1em;
}

.bc-opacity {
    opacity: 0.8;
    display: inline;
}

.divdisabled {
    opacity: 0.1 !important;

}

#regolamentoWeb {
    padding: 3px;
    border: 1px solid #f1f1f1;
    height:150px;
    display: block;
    overflow: auto;
}

#buyerprivacytext {
    overflow: auto;
    display: block;
    height: 85px;
    border: 1px solid #ced4da;
}

#ticketTypesSelection #update-button {
    display: flex;
    align-self: center;
    justify-self: center;
    margin: auto;
    height: fit-content;
    width: fit-content;
    margin-top: 20px;
    background-color: #0075ab;
    color: white;
}

#cartClose {
    display: none;;
}

.logo {
    width: 300px;
    padding: 25px;
}

.mobilecart {
    display: none;
    align-items: center;
}

.mobilecart img {
    height: 20px;
}

.duet-date input {
    font-size: 0.8em;
    height: 50px;
    color: #0075ab;
}

.input-error {
    border: solid 1px red;
}
.input-alert-error {
    color: red;
    font-size: 0.8em;
    height: 25px;
    display: block;
}


#summarytotalCost .total-cost {
    padding-right: 68%;
    font-weight: bold;
}

footer a, footer a:hover {
    text-decoration: none;
    color: white;
}

#cartSection h5{
    padding-top: 5px;
}


.plus {
    font-size: 20px;
}

.dateCart {
    font-weight: normal;
    font-size: 0.7em;
    margin-top: 5px;
}

#payment-result-message {
    text-align: center;
    font-size: 1.5em;
    color:#0075ab;
}

#payment-result-wallet {
    padding-top: 80px;
    text-align: center;
    font-size: 1.5em;
}

.ticketshr {
    border-width: 12px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .mobilecartclosed {
        display: none!important;
    }
    
    #cartSection {
        display: none;
    }

    .logo {
        width: 300px;
    }

    .wbreadcrumb {
        font-size: 0.9em;
    }

    .col-sm-2 {
        width: 0px;
        padding: 0px;
    }


    .col-sm-6 {
        width: 100%;
    }

    .ticketTypeRow {
        height: 55px;
    }

    .mobilecart {
        display: flex;
        padding-right: 35px;
    }
/*
    .mobilecart {
        margin-top: 10px;
        display: flex;
        justify-content: right;
        border-top: solid 1px #0075ab;
        border-bottom: solid 1px #0075ab;
    }
*/
    .mobilecart a {
        text-decoration: none;
        color: black;
        display: flex;
    }

    #cartMobileSection {
        /*
        display: none;
        position: absolute;
        right: 0px;
        background: white;
        border: solid 1px #0075ab;
        top: 108px;
        box-shadow: -5px 5px 10px #dfdfdf;
         */

        /*display: none;
        height: 0px;*/
        position: absolute;
        bottom: 20px;
        left: -12px;
        right: -12px;
        z-index: 3;/*per via dell'icona calendario che ha 2*/
        background: white;
        border: solid 1px #0075ab;
        box-shadow: 0px -13px 19px #dfdfdf;
        border-radius: 20px;
        overflow: hidden;
        transition-delay: 0s;
    }

    #cartMobileSection .change {
        padding-bottom: 40px;
    }

    #cartClose {
        display: flex;
        justify-content: right;
        padding: 0px;
    }

    #cartClose a {
        text-decoration: none;
        color: black;
    }

    .wizard-body {
        min-height: auto;
    }

    label {
        font-size: 0.8em;
    }

    .payment-info {
        font-size: 0.8em;
    }
}

input[type="radio"] {
    margin-right: 20px;
}

.totalCart {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f1f1f1;
    margin-top: 3px;
}

.centered {
    margin-left: 70% !important;
}

.cartItem {
    padding-top: 12px;
}


#poster {
    height: 20rem;
    width: fit-content;
}

#poster-sm {
    height: 30rem;
    width: fit-content;
}

.card-app {
    border-radius: 20px;
}



#cartMobileSection {
    padding: 10px;
/*    height: 0px;*/
}



.upperline {
    border-top: 2px solid currentColor;
}

.underline {
    border-bottom: 1px solid #f1f1f1;
}











#modalRedirect {
    display: none;
}



#datepicker {
    padding: 3%;
}





#bookingButton {
    width: 100%;
    height: 80%;
    font-size: xx-large;
}



.obscured {
    color: rgb(183, 183, 183);
}

section h1 {
    margin: 10px 0px;
    font-size: 1em;
}



#infoBox,
#errorBox,
#loadingBox {
    width: 80%;
    margin: 10px auto;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}

#loadingBox {
    background: #7CB3E9;
}

#infoBox {
    background: #393;
}

#errorBox {
    background: #F60;
}

footer {
    background: #0d0d11;
    font-size: 1.0em;
    border-radius: 3px;
}


.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
}

@keyframes animloader {
    0% {
        box-shadow: -72px 0 #FFF inset;
    }

    100% {
        box-shadow: 48px 0 #FFF inset;
    }
}



#text-button {}

.button {
    border-radius: 10px;
    background-color: rgb(11, 45, 108);
    border: none;
    box-shadow: black;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    padding-right: 5%;
    padding-left: 5%;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

#aboutUsImg {
    width: 50vh;
}