body{
    background: linear-gradient(45deg, #0004ce, #00053f);
}
.panel-box-box{
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel-box{
    width: 100%;
    max-width: 800px;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 20px;
}
@media (max-width:600px) {
   .panel-box{padding: 0;}
}
.panel-form-box-box{
    width: 100%;
    min-height: 300px;
    background-color: #000000a3;
    border-radius: 7px;
    padding: 15px 7px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 #000;
    overflow: hidden;
    color: #fff;
}
.panel-form.animation{
    animation: panel_form_box 700ms 50ms cubic-bezier(0.42, 0, 0, 0.88) forwards;
}
@keyframes panel_form_box {
    from{
        transform: translateY(20px);
        opacity: 0.1;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}

.panel-form{
    display: none;
    flex-wrap: wrap;
    width: 100%;
    align-content: space-between;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    transform: translateY(20px);
    opacity: 0.1;
}

.panel-form-title{
    display: flex;
    justify-content: center;
    font-size: 1.1em;
    font-weight: 500;
    width: 100%;
}

.panel-form-body{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.panel-form-body-input{
    width: 100%;
}
.panel-form-body-input-input-box{
    margin-top: 10px;
}
.panel-form-body-input-input-box input{
    width: 100%;
    box-sizing: border-box;
    padding: 7px 5px;
    text-align: center;
    direction: ltr;
    border-radius: 5px;
    border: 1.5px solid #fff;
    background-color: #00000000;
    color: #fff;
}
.panel-form-body-input-input-box input.error{
    border-color: #e20000;
}
.panel-form-body-input-input-box input.success{
    border-color: #005bff;
}
.panel-form-body-input-input-box input.none{
    border-color: #ffffff;
}
.panel-form-body-input-error-box{
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 7px;
}
.panel-form-body-input-error-box.reSend span{
    color: #005bff;
    cursor: pointer;
}
.panel-form-body-input-error-box span.error{
    color: #e20000;
}
.panel-form-body-input-error-box span.success{
    color: #005bff;
}
.panel-form-body-input-error-box span.none{
    color: #ffffff;
}
.panel-form-body-input-inputs-box-box{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row-reverse;
    column-gap: 20px;
    margin-top: 20px;
}

.panel-form-body-input-text-box{
    width: 100%;
}
.panel-form-body-input-text-box p{
    width: 100%;
    font-size: 1em;
    line-height: 25px;
}
#change-phone-number{
    font-size: 0.8em;
    cursor: pointer;
    color: #005bff;
    
}
.panel-form-body-input-inputs-box input{
    width: 50px;
    height: 70px;
    text-align: center;
    direction: ltr;
    border-radius: 5px;
    border: 1px solid #ffffffd4;
    background-color: #00000000;
    color: #fff;
    font-weight: 600;
}
.panel-form-body-input-inputs-box input.erorr{
    border: 1px solid #ff0000d4;
}
.panel-form-body-input-inputs-box input.success{
    border: 1px solid #0040ffd4;
}
@media (max-width:450px){
    .panel-form-body-input-inputs-box input{
        width: 35px;
        height: 50px;
    }
    .panel-form-body-input-inputs-box-box{
        column-gap: 7px;
    }
}
@media (max-width:300px){
    .panel-form-body-input-inputs-box input{
        width: 30px;
        height: 45px;
    }
    .panel-form-body-input-inputs-box-box{
        column-gap: 5px;
    }
}







.panel-form-body-input-option{
    font-size: 0.8em;
    font-weight: 600;
    color: #005bff;
    cursor: pointer;
}
#phonenumber{
    letter-spacing: 10px;
    font-weight: 500;
}
#phonenumber:placeholder-shown{
    letter-spacing: 0px;
}
.panel-form-body-input-captcha-box{
    display: flex;
    justify-content: center;
    height: 80px;
}



.panel-form-options-box{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: 100%;
    padding: 10px 0;
}


.panel-form-footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.panel-form-footer-button-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    box-sizing: border-box;
}
.panel-form-footer-button,.panel-form-footer-button a{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0004ce;
    font-weight: 500;
    font-size: 0.85em;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
}

.panel-form-footer-option{
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
}
.panel-form-footer-option a{
    color: #005bff;
}






























loading-animation{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 5px;
    padding: 5px;
    direction: rtl;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    /* border: 2px solid #ffffff8f; */
    z-index: 2;
    backdrop-filter: blur(20px);
    background-color: #00011c;
    cursor: not-allowed;
}
.loading-animation-line {
    height: 1%;
    max-height: 30px;
    width: 3px;
    background-color: #cecece;
    border-radius: 5px;
}
.loading-animation-line.loading-line-0{animation: loading-line-animation 750ms 000ms  linear infinite alternate;}
.loading-animation-line.loading-line-1{animation: loading-line-animation 750ms 100ms  linear infinite alternate;}
.loading-animation-line.loading-line-2{animation: loading-line-animation 750ms 200ms  linear infinite alternate;}
.loading-animation-line.loading-line-3{animation: loading-line-animation 750ms 300ms  linear infinite alternate;}
.loading-animation-line.loading-line-4{animation: loading-line-animation 750ms 400ms  linear infinite alternate;}
.loading-animation-line.loading-line-5{animation: loading-line-animation 750ms 500ms  linear infinite alternate;}
.loading-animation-line.loading-line-6{animation: loading-line-animation 750ms 600ms  linear infinite alternate;}

.loading-animation-line-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 5px;
    height: 100%;
    direction: ltr;
}


@keyframes loading-line-animation {
    from{height: 1%;}
    to{height: 100%;}
}