/* RTL Support for Arabic Language */
.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.rtl .ms-1, .rtl .ms-2, .rtl .ms-3, .rtl .ms-4 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
}

.rtl .me-1, .rtl .me-2, .rtl .me-3, .rtl .me-4 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

.rtl .ps-1, .rtl .ps-2, .rtl .ps-3, .rtl .ps-4 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
}

.rtl .pe-1, .rtl .pe-2, .rtl .pe-3, .rtl .pe-4 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
}

/* Custom styles for the authentication forms */
.auth-card {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.auth-card .card-header {
    background-color: #5a67d8;
    color: white;
    border-radius: 10px 10px 0 0;
}

.auth-button {
    background-color: #5a67d8;
    color: white;
    transition: all 0.3s ease;
}

.auth-button:hover {
    background-color: #4c51bf;
}
