.mbn-discount-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}
.mbn-discount-form .fields{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;;
}
.mbn-discount-form .fields input{
    background-color: #eee;
    width: calc(100% - 200px);
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
}
.mbn-discount-form .fields .btn-apply{
    width:180px;
    font-size: 14px;
    font-weight: bold;
    background-color: #374069;
    color:#fff;
    height: 49px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border:none;
}
.mbn-discount-form .fields .btn-apply.btn-danger{
    background-color: #dc2626;
    color:#fff;
}
.mbn-discount-form .fields .btn-apply:hover{
    opacity: 0.8;
}
.mbn-discount-form .code-error{
    font-size:14px;
    color:#f00;
}
.dem_events_paypal_button{
    margin-left:0px!important;
}
.anim{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.mbn-lightbox-container{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    min-height: 100vh;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 999999;
    padding:20px;
    opacity: 0;
    visibility: hidden;
}
.mbn-lightbox-container .mbn-lightbox{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius:6px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    margin-top:80px;
}
.mbn-lightbox-container.active{
    opacity: 1;
    visibility: visible;
}
.mbn-lightbox-container.active .mbn-lightbox{
    opacity: 1;
    visibility: visible;
    margin-top:0px;
}
.mbn-lightbox-container .mbn-lightbox .box-header{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding:10px 20px;
    border-bottom:1px solid #e2e8f0;
    align-items: center;
    justify-content: space-between;
}
.mbn-lightbox-container .mbn-lightbox .box-header h4{
    font-size:18px;
    margin:0px!important;
    line-height: 1em;
    padding:0px;
}
.mbn-lightbox-container .mbn-lightbox .box-header button{
    border-radius: 999px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.mbn-lightbox-container .mbn-lightbox .box-header button svg{
    width: 16px;
    height: 16px;
}
.mbn-lightbox-container .mbn-lightbox .box-header button:hover{
    background-color: #e2e8f0;
}
.mbn-lightbox-container .mbn-lightbox .box-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
}
.mbn-lightbox-container .mbn-lightbox .box-content p{
   font-size: 18px;
}
.mbn-lightbox-container .mbn-lightbox .box-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top:1px solid #e2e8f0;
    padding:10px 25px;
}
.mbn-lightbox-container .mbn-lightbox .box-footer button{
    border:none;
    padding:10px 20px;
    border-radius: 6px;
    cursor: pointer;
    margin:0px 5px;
}
.mbn-lightbox-container .mbn-lightbox .box-footer button.btn-okay{
    background-color: #cf2e2e;
    color:#fff;
}
.mbn-lightbox-container .mbn-lightbox .box-footer button:hover{
    opacity: 0.75;
}
.discount-details{
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top:10px;
}

.discount-details.active{
    display: flex;
}
.discount-details .item{
    display: flex;
    flex-direction:row;
    width: 100%;
}

.discount-details .item .label{
    display: block;
    width: 200px;
}
.discount-details .item .value{
    display: block;
    width: calc(100% - 250px);
}

.mbn-card-form .fields{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.mbn-card-form .fields .field{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.mbn-card-form .fields select,
.mbn-card-form .fields input{
    background-color: #eee;
    width:100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
}

#card-element{
    border:1px solid #ccc;
    padding:15px;
    border-radius: 5px;
    margin-bottom: 10px;;
}
#card-errors{
    color:#f00;
}
#btn_pay_stripe{
    background-color: #cdbca0;
    width: 200px;
    height: 50px;
    border:none;
    color:#581409;
    font-size:18px;
    font-weight: 700;
    cursor: pointer;   
    border-radius: 4px;
    border:2px solid #cdbca0;
    margin-bottom: 15px;
}
#btn_pay_stripe.hide{
    display: none;
}
#btn_pay_stripe:hover{
    background-color: #fff;
    border:2px solid #581409;

}
.mbn-card-form .fields.cols-3 select{
    margin-right: 10px;
    max-width: calc(100% - 10px);
}

.dem_events_paypal_button{
    display: none!important;
}
.mbn-error{
    color:#f00;
    font-size: 16px;
}
#dem_ticket_booking_paypal span.error{
    display: none;
}
#dem_ticket_booking_paypal .loader{
    max-width: 75px;
    display: none;
}
#dem_ticket_booking_paypal .loader.active{
    display: block;
}
.mbn-container-thank-you{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
    min-height: calc(100vh - 618px);
}
.mbn-container-thank-you p {
    font-size: 18px;
    margin-bottom: 20px;
}
.mbn-container-thank-you a{
    background-color: #581409;
    color:#fff;
    padding:8px 20px;
    border-radius: 4px;
    border:1px solid #581409;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.mbn-container-thank-you a:hover{
    background-color: #fff;
    color:#581409;
}
@media screen and (max-width:639px){
    .mbn-lightbox-container .mbn-lightbox{
        max-width: calc(100% - 40px);
    }
    .mbn-discount-form .fields{
        flex-direction: column;
    }
    .mbn-discount-form .fields input{
        width: 100%;
        margin-bottom: 10px;
    }
    .mbn-discount-form .fields .btn-apply{
        width: 100%;
    }
    .mbn-card-form .fields.cols-3{
        flex-wrap: wrap;
    }
    .mbn-card-form .fields.cols-3 select{
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 10px;
    }
}