.download_logo_image {
    border-radius: 10px;
}

.download-button {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    height: 60px;
    color: white;
    font-size: 25px;
    cursor: pointer;
    background-color: rgba(33, 150, 243);
}

.download_phone_image {
    border-radius: 15px;
    max-width: 200px;
    max-height: 300px;
}

.download_desc_title {
    font-size: 20px;
}

.download_desc_desc {
    font-size: 13px;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.support-button {
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.support-button svg {
    color: rgb(7, 121, 187);
}

.login-form-input {
    height: 50px;
    width: 100%;
    padding: 0px 20px;
    max-width: 500px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(90, 90, 90, 0.4);
}

.login-form-input input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-align: center;

}

.login-form-input label {
    position: absolute;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.4s ease all;
    background-color: var(--global-background-color);
}


.moved-up {
    transform: translateY(-30px);
    font-size: 15px;
}

.login-form-input svg {
    color: rgb(10, 133, 233);
}

.desc_form_login {
    color: rgb(9, 121, 212);

}

.hidden {
    display: none;
}

.login_form_button_submit,
.login_form_button_code {
    font-size: 18px;
    border-radius: 20px;
    background-color: rgb(10, 133, 233);
    width: 100%;
    max-width: 500px;
    color: white;
    height: 50px;
}

.login_form_button_code {
    color: rgb(10, 133, 233);
    border: 1px solid rgba(10, 133, 233, 0.9);
    background-color: var(--global-background-color);
}

.loading-overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: var(--global-z-index--modal, 1000); 
    transition: opacity 0.3s ease; 
}

.loading-overlay.hidden {
    opacity: 0;
    pointer-events: none; 
}

.spinner {
    border: 6px solid #f3f3f3; 
    border-top: 6px solid #0a85e9; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-overlay p {
    color: #333; /* ÛŒØ§ Ø§Ø² Ù…ØªØºÛŒØ±Ù‡Ø§ÛŒ Ø±Ù†Ú¯ÛŒ ØªÙ… Ø§Ø³ØªÙØ§Ø¯Ù‡ Ú©Ù†ÛŒØ¯ */
    font-family: var(--global-font-family);
    font-size: var(--global-font-size--small);
}

.information_image img {
    border-radius: 15px;
}

.information_form {
    padding: 30px 5px;
    border-radius: 10px;
    background-color: rgba(214, 214, 214, 0.281);
}

.informaton_form_desc {
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0px 20px;
    color: rgba(26, 25, 25, 0.75);
    background-color: rgba(40, 205, 247, 0.301);
    border: 1px solid rgba(8, 177, 219, 0.623);
}

.form-body {
    padding: 5px 20px;
    width: 100%;
    margin-top: 80px;
    border-top: 4px solid rgb(19, 37, 119);
    position: relative;
}

.form-body-title {
    top: -45px;
    right: 30px;
    color: white;
    height: 45px;
    z-index: 1000;
    padding: 0px 35px;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    display: flex;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgb(19, 37, 119);
}

.form_control_information {
    font-size: 15px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    background-color: white;
    margin-top: 10px;
}
.form_control_information input {
    width: 100%;
    height: 100%;
    margin-right: 10px;
}
.form_control_information label {
    color: rgba(0,0,0,0.8);
    white-space: nowrap;
    font-weight: var(--global-font-weight--Extra-normal);
}

.blue-color{
    color: rgb(19, 37, 119);
}

.information_submit_button{
    border-radius: 12px;
    background-color: rgb(50, 150, 141);
    width: 100%;
    max-width: 500px;
    color: white;
    font-size: 15px;
    height: 40px;
}

.end-title{
    font-size: 27px;
}
.end-dic{
    font-size: 16px;
}

.end-text{
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
}