.eb-event-checkout-wrapper{
    padding: 64px 0;
    width: 100%;
    max-width: 100%;
    /*background: var(--eb-gray-600);*/
    background: var(--eb-white-color);
}
.eb-event-checkout-container{
    width: 1267px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.eb-event-checkout-content-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.eb-checkout-page-title-wrap{
    width: 60%;
    padding-right: 80px;
}
.eb-checkout-left-form-wrap{
    width: 60%;
    max-width: 100%;
    flex-grow: 1;
    padding-right: 80px;
}
.eb-checkout-title {
    border-bottom: 1px solid #DADCE0;
    padding: 20px 0 16px;
    margin-bottom: 22px;
}
.eb-checkout-title h2{
    margin: 0;
    font-size: 36px;
    line-height: 32px;
}
.eb-checkout-left-form-content{
    padding: 30px 30px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #DDDDDD;
}
.eb-checkout-left-form-content #attendeeInfo_form .eb-attendee-body-wrapper {
    margin-bottom: 24px;
}
.eb-checkout-left-form-content #attendeeInfo_form .eb-attendee-body-wrapper:nth-last-of-type(1){
    margin-bottom: 0;
}
.eb-attendee-body-wrapper .eb-attendee-body-title{
    margin: 0 0 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 21.37px;
    color: var(--eb-text-color);
}
.eb-attendee-body-wrapper .eb-attendee-body-title span{
    color: var(--eb-gray-300);
}
.eb-attendee-body-wrapper .js_attendee_autofill_wrapper {
    position: relative;
    padding-bottom: 24px;
}
.eb-attendee-body-wrapper .js_attendee_autofill_wrapper input{
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    opacity: 0;
}
.eb-attendee-body-wrapper .js_attendee_autofill_wrapper label {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--eb-text-color-secondary);
}
.eb-attendee-body-wrapper .js_attendee_autofill_wrapper label:before{
     content: '';
     -webkit-appearance: none;
     background-color: #fff;
     border: 2px solid #B3BAC5;
     padding: 7px;
     display: inline-block;
     vertical-align: middle;
     cursor: pointer;
     margin-right: 12px;
     border-radius: 1px;
     pointer-events: none;
     position: absolute;
     left: 0;
     top: 2px;
}
.eb-attendee-body-wrapper .js_attendee_autofill_wrapper input:checked+label:before{
    background-color: var(--eb-checkbox-color);
    border: 2px solid var(--eb-checkbox-color);
}
.eb-attendee-body-wrapper .js_attendee_autofill_wrapper input:checked+label:after{
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6.3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    pointer-events: none;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.eb-checkout-right-sidebar-wrap {
    position: sticky;
    top: 64px;
    width: 40%;
    padding: 32px;
    margin-top: -109.86px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px 0 #00000026;
}
.eb-checkout-sidebar-head{
    display: flex;
    align-items: flex-start;
}
.eb-sidebar-event-thumb{
    width: 106px;
    min-width: 106px;
    height: 65px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}
.eb-sidebar-event-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.eb-sidebar-event-data{
    flex-grow: 1;
}
.eb-sidebar-event-data h4{
    font-size: 18px;
    line-height: 22.63px;
    margin: 0 0 10px;
}
.eb-sidebar-event-date-time{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    color: var(--eb-text-color-secondary);
    margin: 0 0 6px;
}
.eb-sidebar-event-location{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    color: var(--eb-text-color-secondary);
    margin: 0;
}
.eb-checkout-sidebar-order-summery{
    margin: 20px 0 0 0;
}
.eb-checkout-sidebar-order-summery h4{
    color: var(--eb-text-color-secondary);
    line-height: 20.11px;
    margin: 0 0 12px;
}

.eb-order-summery-table-wrap table tr td{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    padding: 0 10px 12px 0;
}
.eb-order-summery-table-wrap table tr td:last-child{
    width: 115px;
    min-width: 115px;
    text-align: right;
    padding: 0 0 12px 10px;
}

.eb-order-summery-total-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(218, 220, 224, 0.5);
    padding-top: 18px;
    margin: 6px 0 24px 0;
}
.eb-order-summery-total-wrap .total-left{
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
}
.eb-order-summery-total-wrap .total-price{
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    color: var(--eb-text-color-secondary);
}

@media (min-width: 768px){
    .eb-event-checkout-terms .eb-checkbox-radio{
        margin-bottom: 4px;
    }
}

.eb-form-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.eb-col-6{
    width: 50%;
    padding: 0 12px;
}
.eb-col-12{
    width: 100%;
    padding: 0 12px;
}
.eb-form-group {
    margin-bottom: 24px;
}
.eb-form-group label .text-red{
    color: var(--eb-red-color);
}
.eb-form-group label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.6px;
    color: var(--eb-form-label-color);
    margin-bottom: 9px;
}
.select2-main-wrap,
.eb-form-group .eb-input-holder{
    position: relative;
}
.eb-input-holder input[type="text"],
.eb-input-holder input[type="email"],
.eb-form-control {
    height: 44px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--eb-text-color-secondary);
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #C5CAD3;
    font-family: var(--eb-font-family);
}
.eb-input-holder input[type="text"]:focus,
.eb-input-holder input[type="email"]:focus,
.eb-form-control:focus {
    outline: 0;
    border-color: var(--eb-primary-color);
}
.eb-input-holder input[type="text"].error,
.eb-input-holder input[type="email"].error,
.eb-input-holder input[type="tel"].error,
.eb-form-control.error,
.eb-formeo-controls .f-field-group input[type=file].error,
.eb-formeo-controls .formeo .f-field-group select.error,
.eb-formeo-controls .formeo .f-addon.error,
.eb-formeo-controls .formeo.formeo-editor .field-edit [contenteditable].error,
.eb-formeo-controls .formeo input.error,
.eb-formeo-controls .formeo select.error,
.eb-formeo-controls .formeo textarea.error,
.eb-formeo-controls .f-field-group.date-field-wrap input.date_picker.error,
.eb-select-picker-holder .select2-main-wrap .select2-container--default .select2-selection--single.error{
    border-color: var(--eb-error-text-color);
}
.eb-input-holder label.error,
.eb-select-picker-holder .select2-main-wrap label.error{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: var(--eb-error-text-color);
    top: auto;
    right: auto;
    bottom: -20px;
    left: 0;
    position: absolute;
    margin: 0;
}
.select2-main-wrap label.error {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: var(--eb-error-text-color);
   
}

.error-msg{
    font-size: 14px;
    font-weight: 400;
    color: var(--eb-error-text-color);
    position: absolute;
    top: auto;
    bottom: -22px;
}
.success-msg{
    font-size: 14px;
    font-weight: 400;
    color: var(--eb-success-color);
    position: absolute;
    top: auto;
    bottom: -22px;
}

.eb-input-group-wrap{
    display: flex;
    align-items: center;
    gap: 8px;
}


/*Checkbox*/
.eb-checkbox-radio *,
.eb-checkbox-radio *::before,
.eb-checkbox-radio *::after {
    box-sizing: content-box;
}
.eb-checkbox-radio {
    display: table;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 13px;
}
.eb-checkbox-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    width: auto;
}
.eb-checkbox-radio span {
    line-height: 21px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: var(--eb-text-black);
}
.eb-checkbox-radio span a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--eb-text-color-secondary);
}
.eb-checkbox-radio span a:hover {
    color: var(--eb-primary-color);
}
.eb-checkbox-radio input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 1.5px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #fff;
    /*transition: background 250ms;*/
    border: 2px solid #BDBDBD;
    border-radius: 0.125rem;
    transition: var(--eb-all-300);
}
.eb-checkbox-radio input[type="checkbox"] ~ .b-input::after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: -1px;
    width: 0.25rem;
    height: 0.6rem;
    border: solid rgba(255, 255, 255, 1);
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}
.eb-checkbox-radio input:checked ~ .b-input::after {
    display: block;
}
.eb-checkbox-radio input:checked ~ .b-input,
.eb-checkbox-radio input:checked:focus ~ .b-input,
.eb-checkbox-radio:hover input:not([disabled]):checked ~ .b-input {
    background: var(--eb-checkbox-color);
    border-color: var(--eb-checkbox-color);
}

.eb-checkbox-radio:hover input[type="checkbox"] ~ .b-input{
    border-color: var(--eb-checkbox-color);
}

.eb-checkbox-radio input[type="checkbox"]:disabled ~ .b-input {
    background: rgba(241, 245, 248, 1);
    border-color: rgba(184, 194, 204, 1);
    opacity: 0.6;
    cursor: not-allowed;
}

/*animation*/
.eb-checkbox-radio .b-input::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    margin-left: -0.85rem;
    margin-top: -0.85rem;
    background: rgba(0, 130, 243, 1);
    border-radius: 2rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes b-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes b-ripple-duplicate {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.eb-checkbox-radio input + .b-input::before {
    animation: b-ripple 250ms ease-out;
}
.eb-checkbox-radio input:checked + .b-input::before {
    animation-name: b-ripple-duplicate;
}
.eb-checkbox-radio .b-input::before {
    visibility: hidden;
}
.eb-checkbox-radio input:focus + .b-input::before {
    visibility: visible;
}
.eb-checkbox-radio:first-child .b-input::before {
    visibility: hidden;
}




.eb-select-picker-holder .select2-main-wrap .select2-container--default .select2-selection--single {
    height: 44px;
    border: 1px solid #C5CAD3;
    box-shadow: 0 0 0 0;
}
.eb-checkout-left-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
    padding-right: 30px;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #8B93B1 50%), linear-gradient(135deg, #8B93B1 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em + 3px), calc(100% - 12px) calc(1em + 3px);
    background-size: 7px 6px, 6px 7px;
    background-repeat: no-repeat;
}
.eb-checkout-left-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    display: none;
}



.eb-coupon-apply-form-wrap{
    padding-top: 10px;
}
.eb-coupon-apply-form-wrap .eb-form-group{
    margin-bottom: 16px;
}
.eb-coupon-checkbox-wrap{
    margin: 0 0 17px;
}
.eb-form-control.cuopon-input{
    height: 42px;
}
.coupon-applied-success .eb-form-control{
    background: var(--eb-success-bg);
    border-color: var(--eb-success-color);
    color: var(--eb-success-color);
}
.eb-coupon-label-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eb-coupon-label-wrap label{
    margin-bottom: 6px;
}
.eb-coupon-label-wrap .eb-coupon-remove-btn{
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
    margin-bottom: 6px;
    cursor: pointer;
    color: var(--eb-error-text-color);
}
.eb-coupon-label-wrap .eb-coupon-remove-btn:hover{
    color: var(--eb-error-hover-color);
}


/*eb-phone-input-itl*/
.eb-phone-input-itl .iti--allow-dropdown{
    width: 100%;
}
.eb-phone-input-itl .iti__tel-input{
    height: 44px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--eb-text-color-secondary);
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #C5CAD3;
}
.eb-phone-input-itl .iti__tel-input:focus {
    outline: 0;
    border-color: var(--eb-primary-color);
}
.eb-phone-input-itl .iti__country-container button{
    padding-right: 3px;
    border-radius: 3px 0 0 3px;
}
.eb-phone-input-itl .iti .iti__selected-dial-code {
    margin-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--eb-text-color-secondary);
    font-family: var(--eb-font-family);
}
.eb-phone-input-itl .iti__selected-country-primary{
    padding-right: 13px;
}
.eb-phone-input-itl .iti__arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8B93B1;
}
.eb-phone-input-itl .iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #8B93B1;
}
.eb-input-holder.eb-phone-input-itl .iti__search-input{
    height: 32px;
    margin: 7px;
    max-width: calc(100% - 14px);
    padding: 5px 8px;
}
.eb-phone-input-itl .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.eb-phone-input-itl .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent;
    border-radius: 3px 0 0 3px;
}
.iti__country.iti__highlight{
    background-color: #E6F4FE;
    color: #008DF2;
}

.eb-event-total-price-sm{
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    color: var(--eb-text-black);
    padding-top: 17px;
}

@media (min-width: 768px) {
    .eb-event-total-price-sm,
    .eb-summery-toggle-btn{
        display: none;
    }
}

@media (max-width: 1024px){
    .eb-sidebar-event-thumb {
        width: 70px;
        min-width: 70px;
        height: 70px;
        margin-right: 15px;
    }
}
@media (max-width: 991px){
    .eb-event-checkout-wrapper {
        padding: 40px 0;
    }
    .eb-event-checkout-container {
        padding: 0 20px;
    }
    .eb-checkout-page-title-wrap {
        width: 55%;
        padding-right: 15px;
    }
    .eb-checkout-left-form-wrap {
        width: 55%;
        padding-right: 15px;
    }
    .eb-checkout-left-form-content {
        padding: 20px 15px 5px;
    }

    .eb-checkout-right-sidebar-wrap {
        top: 40px;
        width: 45%;
        padding: 15px;
    }
}
@media (max-width: 768px){
    .eb-checkout-left-form-content .eb-col-6{
        width: 100%;
    }
}
@media (max-width: 767px){
    .eb-event-checkout-wrapper{
        padding: 40px 0 187px;
    }
    .eb-checkout-page-title-wrap{
        width: 100%;
        padding: 0;
    }
    .eb-checkout-left-form-wrap{
        width: 100%;
        padding-right: 0;
    }

    .eb-checkout-right-sidebar-wrap {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        border-radius: 0;
        box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
        z-index: 99;
        margin: 0 0 0 -20px;
        padding: 20px;
    }
    .eb-summery-toggle-btn{
        line-height: 16px;
        color: #000;
        text-align: center;
        padding: 6px 4px;
        margin: -20px -15px 0 -15px;
        border-bottom: 1px solid rgba(218, 220, 224, 0.5);
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
    }
    .eb-summery-toggle-btn i{
        margin: 0 6px 0 0;
        transform: rotate(180deg);
        display: inline-block;
        line-height: 6px;
    }
    .eb-summery-toggle-btn .eb-btn.active i{
        margin: 0 6px 0 0;
        transform: none;
        display: inline-block;
        line-height: 6px;
    }
    .eb-summery-toggle-btn i:before{
        font-size: 8px;
    }
    .eb-checkout-summery-wrap{
        display: none;
        padding-top: 15px;
        border-bottom: 1px solid rgba(218, 220, 224, 0.5);
        padding-bottom: 6px;
        max-height: calc(100vh - 208px);
        overflow-y: auto;
    }
    .eb-checkout-summery-wrap.active{
        display: block;
    }
}
@media (max-width: 437px) {
    .eb-event-checkout-wrapper {
        padding: 40px 0 330px;
    }
}