.yallah-page-container {
    margin-top: 75px;
}

.yallah-digikala {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: "YekanBakh-vf";
}

.yallah-box {
    width: 100%;
    max-width: 380px;
    text-align: center;
}

.yallah-logo {
    max-width: 120px;
    margin: 0 auto 20px;
    display: block;
}

.yallah-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ABBDD1;
}

.yallah-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.yallah-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 2px solid #DBDBDB;
    outline: none;
    transition: border-color 0.2s ease;
}

.yallah-input:focus {
    border-color: #6F6F6F;
}

.yallah-btn {
    width: 100%;
    background: #ABBDD1;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.yallah-btn:hover {
    background: #ABBDD1;
}

.yallah-resend {
    font-size: 13px;
    margin-top: 12px;
    color: #666;
}

.yallah-resend a {
    color: #ABBDD1;
    font-weight: 600;
    text-decoration: none;
}

.yallah_return-home {
    color: #000;
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.yallah-resend-btn {
    width: 100%;
    background: #FF5F5F;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 10px;
}