.box_question {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

.box_question_level1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #404040;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.form_vip{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 2px solid #404040;*/
    flex-direction: column;
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
}

.bottom_box {
    height: 60px;
    background-color: #404040;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_box {
    height: calc(100% - 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button_vip {
    width: 100px;
    background-color: #f7b91d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    border: unset;
}

.button_vip:focus {
    outline: unset;
}

.box_step0 {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box_step0 > img {
    margin-bottom: 20px;
}

.box_step0 > p {
    text-align: center;
    direction: rtl;
}

.box_step0 > h3 {
    text-align: center;
    direction: rtl;
    margin-bottom: 20px;
}

.d-none,.box_bottom_step ,.send_form {
    display: none;
}

.box_bottom_step {
    width: 100%;
    height: 100%;
    direction: ltr;
}

.steps_top {
    color: white;
    direction: rtl;
    text-align: center;
}

.buttons-numbers {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
}

.parent_button_radio{
    margin: 0px 5px;
    width: 100px;
}


.button_radio {
    width: 100%;
    height: 50px;
    border: 2px solid #746f6f;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.input_text{
    width: 100%;
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #f7b91d;
    border-radius: 7px;
    color: white;
}

.text_button{
    margin-top: 10px;
}

.input_text:focus{
    outline: unset;
}

.button_radio > label > img {
    height: 100%;
    /*filter: brightness(0) invert(1);*/
}

.button_radio > label {
    padding: 5px 0px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button_radio > input {
    position: absolute;
    /* z-index: -1; */
    opacity: 0;
}

.button_radio.active {
    background-color: #f7b91d;
    border-color: #f7b91d;
}

.progress_bar {
    width: 200px;
    height: 30px;
    background-color: #131313;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}

.complete_progress {
    height: 100%;

    /*width: 100%;*/
}

.progress_ques1, .progress_ques2, .progress_ques3, .progress_ques4 {
    height: 100%;
    width: 25%;
}

.progress_small {
    background-color: #f7b91d;
    height: 100%;
    width: 0;
}


.animate-left {
    position: relative;
    animation: animateleft 0.5s
}

@keyframes animateleft {
    from {
        left: -500px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.5s
}

@keyframes animateright {
    from {
        right: 0px;
        opacity: 1
    }
    to {
        right: -500px;
        opacity: 0
    }
}


.animate-left-prev {
    position: relative;
    animation: animateleftprev 0.5s
}

@keyframes animateleftprev {
    from {
        left: 0;
        opacity: 1

    }
    to {
        left: -500px;
        opacity: 0
    }
}

.animate-right-prev {
    position: relative;
    animation: animaterightprev 0.5s
}

.bottom_left {
    display: flex;
    align-items: center;
}

.bottom_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@keyframes animaterightprev {
    from {
        right: -500px;
        opacity: 0

    }
    to {
        right: 0px;
        opacity: 1
    }
}

@media (max-width: 768px) {
    .text_button{
        font-size: 13px;
    }
    .parent_button_radio {
        width: 70px;
    }

    .button_radio > label > img {
        height: 85%;
    }

    .bottom_box {
        height: auto;
        padding: 10px 0px;
    }

    .bottom_right, .bottom_left {
        justify-content: center;
    }

    .box_step0 > h3 {
        font-size: 25px;
    }

    .top_box{
        padding: 10px;
    }

    .box_step0 > p{
        line-height: 1.7;
    }

    .progress_bar{
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .parent_button_radio {
        width: 50px;
        margin: 0px 1px;
    }

    .buttons-numbers{
        justify-content: space-around;
    }

    .box_step0 > h3 {
        font-size: 20px;
    }

    .text_button {
        font-size: 10px;
    }
}


 .header {
     padding: 5px 100px 20px 100px;
 }

@media (min-width: 1160px) {
    .header-border-bottom {
        padding-left: 35px;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .header {
        padding: 5px 100px 20px 100px;
    }
}

@media (max-width: 1160px) {
    .header {
        padding: 5px 70px 20px 70px;
    }
}

@media (max-width: 992px) {
    .header {
        padding: 5px 70px 20px 70px;
    }
}

@media (max-width: 576px) {
    .login {
        width: 100%;
        /*width: 100px;*/
    }

    .header {
        padding: 5px 25px 20px 25px;
    }
}

.edit-address-profile textarea {
    background: #292929;
    border: unset;
}

#inputDate4, #inputDate5 {
    width: 100%;
    background-color: #292929;
    border: unset;
    color: #ffffff;
}

.date-cart- .cursor-pointer {
    background-color: #f7b91d;
    color: #fff;
    border: none;
}

.box-date-modal- {
    direction: ltr;
}
