
.box-button-container {
    width: 100%;
}
.box-button-type-buy {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    width: 90%;
    margin: 20px auto;
    padding: 0px 0.5rem;
}
.box-step{
    width: 100%;

}
.steper {
    width: 100%;
}

.steper-steps {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    align-items: center;
    height: 50px;
}

.steper-step {
    padding: 10px 20px;
    margin-right: -1px;
    flex: 1;
    font-weight: 900;
    font-size: 12.1765px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff85;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff59;

}



.steper-step.active {
    color: #FF3A1A;
    border-top: 1px solid #ffffff59;
    border-left: 1px solid #ffffff59;
    border-right: 1px solid #ffffff59;
    border-bottom: none;
}

.steper-contents {
    padding: 20px;
    margin-top: 10px;
}

.steper-content {
    display: none;
}

.steper-content.active {
    display: block;
}

.checkout{
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.checkout .steper-navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 100px;
    background-color: #282222;
    padding: 0 5%;
}


.steper-navigation span{
    color:black;
}
.steper-navigation button {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}
#button-group{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
#nextStep {
    border: 1px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
    color: rgb(0 0 0);
    user-select: none;
    font-weight: 900;
    text-transform: uppercase;
    width: 230px;
    height: 45px;
    border-radius: 5px;
    transform: skew(-35deg);
}
#nextStep p{
    transform: skew(35deg);
    color: rgb(0 0 0);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
}
#prevStep{
    border: 1px solid rgb(1, 27, 182);
    background-color: rgb(255, 255, 255);
    color: rgb(1, 27, 182);
    margin-right: 10px;
}
.step-content-box{
    width: 90%;
    margin: 0px auto;
    padding: 0px 0.5rem;

}
.checkout .grand-price {
    font-size: 20px;
    line-height: 1.75rem;
    display: flex;
    font-weight: 900;
    margin-bottom: 0px !important;
    color: #ffffff;
}
.checkout .grand-price span{
    margin-bottom: 0px !important;
}
.phase-title{
    text-align: center;
    color: rgb(0, 63, 163);
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.buyer-form{
    margin-top: 1.5rem;
    padding: 1.25rem;
    
}
.buyer-form .field{
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
}
.buyer-form .field:not(:first-child) {
    margin-top: 16px;
}
.buyer-form .field .label-field{
    width: 18%;
    flex-shrink: 0;
    font-size: 1rem;
    display:flex;
    color: white;
}
.buyer-form .field .input{
    width: 100%;
}
.buyer-form .field .form-check-input {
    margin-right: 8px;
}
.buyer-form .field .phone-number-form-input {
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.buyer-form .field .phone-number-form-input .phone-input {
    width: 100%;
    margin-left: 8px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.buyer-form .field .phone-number-form-input .select-phone-code {
    width: 220px;
    height: 45px;
}

.red-text{
    color: red;
    margin-bottom: 0px;
    display: contents;
}
.input-text-box{
    display: block;
    width: 100%;
    height: 48px;
    margin: 3px 0px 0px;
    padding: 10px 16px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 16px;
    line-height: 1.63;
    color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #ffffff80;
 
    background-color: transparent;
}

.form-check-label a {
    color: red;
    text-decoration: none;
    font-weight: bold;
    font-size: 11.56px;
}
.form-check-input {
    position: relative;
   margin-top: 0px; 
     margin-left: 0px; 
}

.button-type-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 25%;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12.18px;
}
.button-type-buy.active {
background-color: #FF3A1A;
}
.box-button-type-buy {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.form-check-label {
    margin-bottom: 0;
    color: white;
    font-weight: 400;
}

.upgrade-box{
    margin-top: 1rem;
    max-height: 572px;
    overflow-x: hidden;
    overflow-y: auto;
}

h6.upgrade-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
}
.upgrade-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ffffff;
    height: 124px;
    margin-top: 15px;
}
.upgrade-info {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41%;
    background: #FF3A1A;
    color: #ffffff;
    text-transform: uppercase;
    flex-direction: column;
}
.upgrade-action {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin-right: 30px;
    gap: 10px;
    text-transform: uppercase;
}
.upgrade-price {
    color: #ffffff;
    font-size: 24.72px;
    text-transform: uppercase;
}
.upgrade-name {
    font-size: 36.85px;
}

#vat-bill-container {
    display: none;
    width: 95%;
    margin-left: 5%;
}

.choose-ticket {
    height: 200px;
    border: 0.85px solid #606060;
    padding: 25px;
    margin-bottom: 50px;
}

.choose-ticket h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
}

.choose-ticket-body h3 {
    color: #ffffff;
}

.register-group {
    width: 100%;
    margin: 20px auto;
    min-height: 74vh;
}

#myModalConfirmPassword {
    display: none;
}


input#pass {
    width: 90%;
    height: 54px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0px 27px;
}
button#sendModalPass {
    width: 155px;
    height: 40px;
    transform: skew(-35deg);
    border-radius: 8px;
    background: #ffffff;
}

button#sendModalPass p {
    transform: skew(35deg);
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
}


input#pass.error {
    border: 1px solid red;
}