::-webkit-scrollbar {
    background-color: rgba(57, 38, 36, 0.72);
    border-radius: 1px 1px 1px 1px;
    display: flex;
    flex-direction: column;
    width: 5px; /* عرض اسکرول بار */
    height: 10px; /* ارتفاع اسکرول بار */
}

::-webkit-scrollbar-thumb {
    background-color: #DABB9E;
    border-radius: 2px 2px 2px 2px;
    margin: 35px 0px 475px;
    min-height: 90px;
}

::-webkit-scrollbar-track {
    background-color: rgba(57, 38, 36, 0.72);
    border-radius: 1px 1px 1px 1px;
    display: flex;
    flex-direction: column;
    width: 2px;
    height: 50%;
}

.footer {
    z-index: 0;
    text-align: center;
    position: relative;
    top: 0px;
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    direction: rtl;
    color: #EBCCA9;
    font: 400 32px/1.2 "DiodrumArabic-Bold", Helvetica, Arial, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}

body {
    overflow-x: hidden;
    user-select: none;
    height: 100vh;
    width: fit-content;


}
html{
    display: flex;
    min-height: 100vh;

}

.back_GR {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(270deg, #7C573C -0.88%, rgba(37, 24, 26, 0.00) 100.79%), linear-gradient(270deg, rgba(37, 24, 26, 0.00) -0.88%, #7C573C 100.79%);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;

}

.back_frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 150vh;
    z-index: 0;
    flex-shrink: 0;
    background: url('photo/BgPhoto.svg') lightgray 50% / cover no-repeat;
    mix-blend-mode: lighten;
}
.disabled-div {
    display: block;
    opacity: 0.5;
}


.logo_frame{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    align-content: flex-end;
    margin-top: 178px;
}
.enter_number_base_frame{
    margin-top: 36px;
    display: flex;
    /*width: 445px;*/
    /*height: 344px;*/
    padding: 64px 39px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 84px;
    border: 3px solid #3B201D;
    background: linear-gradient(153deg, #FFF1D8 1.52%, #FFF 208.53%);
    box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.25);
}
.enter_number_frame{
    display: flex;
    width: 367px;
    height: 100%;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.enter_number_text_frame_one{
    color: #1A1A1A;
    text-align: right;
    font: 400 16px/1.2 "DiodrumArabic-Bold", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.enter_number_text_frame_two{
    color: #000;
    text-align: right;
    font: 400 14px/1.2 "DiodrumArabic-Semibold", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.box_enter_number_frame_base{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.box_enter_number_text_frame{
    direction: rtl;
    color: #000;
    font: 400 16px/1.2 "DiodrumArabic-Medium", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.box_enter_number_frame{
    width: 98%;
    height: 34px;
    border-radius: 50px;
    border: 2px solid #392624;
    direction: ltr;
    font: 400 16px/1.2 "Vazir-Bold",sans-serif;
    text-align: center;
    background: rgba(175, 179, 255, 0.00);
}
.error{
    width: 100%;
    display: flex;
    color: #F00;
    font: 400 13px / 1.2 "DiodrumArabic-Medium", Helvetica, Arial, serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    flex-wrap: nowrap;
    justify-content: center;
    direction: rtl;
}
.submit_button_base_frame{
    margin-top: 20px;
    width: 365px;
    height: 34px;
    flex-shrink: 0;
}
.submit_button_frame{
    display: flex;
    border: 0px;
    width: 100%;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #54372B;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.submit_button_text{
    color: rgba(252, 234, 200, 0.51);
    text-align: center;
    font: 400 16px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: normal;
    /*line-height: normal;*/
    /*height: 42px;*/
}
.submit_button_frame:hover{
    background-color: #DABB9E; /* Darker green on hover */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Add a shadow on hover */
    transform: scale(1.1); /* Slightly enlarge the button on hover */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */

    .submit_button_text{
        color: #54372B;
    }
}
@media (max-width: 337px) {
    .logo_frame{
        img{
            width: 305px;

        }
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 457px) {
    .enter_number_frame{
        display: flex;
        width: 320px;
    }
    .form_style{
        width: 320px!important;
    }
    .submit_button_base_frame{
        width: 100%;
    }
}
@media (max-width: 408px) {
    .enter_number_frame{
        display: flex;
        width: 250px;
    }
    .form_style{
        width: 250px!important;
    }
    .submit_button_base_frame{
        width: 100%;
    }
}
@media (max-width: 341px) {
    .enter_number_frame{
        display: flex;
        width: 220px;
    }
    .form_style{
        width: 220px!important;
    }
    .submit_button_base_frame{
        width: 100%;
    }
}
.colored-toast.swal2-icon-success {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: green !important;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast.swal2-icon-error {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: red !important;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast.swal2-icon-warning {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: #f8bb86 !important;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast.swal2-icon-info {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: #3fc3ee !important;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast.swal2-icon-question {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: #87adbd !important;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast .swal2-title {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    color: white;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast .swal2-close {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    color: white;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast .swal2-html-container {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    color: white;
    direction: rtl!important;
    line-height: 20px!important;

}
.ER_txt{
    font: 400 45px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    color: #EBCCA9;
    direction: rtl;
    text-align: center;
}
.BT{
    display: flex;
    width: 300px;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--customgrad, #F8E4BE);
    font: 400 20px / 1.2 "Vazir", Helvetica, Arial, serif;
    text-underline: none;
    background: transparent;
    color: #f8e4be;
    cursor: pointer;

}
.ER_frame{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
