body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    margin: 0;
    height: 100vh;
}

.form-container {
    position: relative;
    background: #f9f9f9;
    padding: 0rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    min-height: 100vh;
    /* padding-bottom: 60px; */
    text-align: center;
    margin: auto;
}

h1 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
    text-align: start;
    /* Automatically adjusts for LTR/RTL */
}

label {
    display: block;
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.5rem;
}

input,
textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    resize: none;
}

.name-fields {
    display: flex;
    gap: 0.5rem;
}

.name-fields input {
    flex: 1;
}

.btn-submit {
    background-color: #001b51;
    color: white;
    font-size: 1rem;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #001040;
}

.text-center {
    text-align: center;
}
.restaurant-top {
    margin-top: 2rem;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 100px;
    max-height: 100px;
    margin: auto;
    border-radius: 10px;
}

/* Adjustments for RTL */
[dir="rtl"] .phone .iti--allow-dropdown .iti__flag-container,
[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}

[dir="rtl"] .iti {
    width: 100%;
}

[dir="rtl"] #phone {
    padding-left: 0;
    padding-right: 50px;
}

[dir="rtl"] .form-group {
    text-align: right;
}

.terms .title {
    text-decoration: underline;
}

.terms>div {
    font-size: 1rem;
}

.input-agree.form-group {
    background-color: transparent;
}

.text-danger {
    font-size: 1rem;
}

.input-agree>input {
    display: inline;
    width: 15px;
    height: 15px;
}

.input-agree>label {
    display: inline-block !important;
    margin: 0 5px;
}

.footer-easymenu {
    text-decoration: none !important;
}

.footer-easymenu p {
    margin-top: 20px !important;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
}

.change-lang {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.change-lang a {

    text-decoration: none;
    color: #000;
    padding: 10px;
    /* margin: 10px; */
    background-color: #CCC;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: 1px 7px 10px #ccc;
}

.form-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.form-container .main {
    padding: 2rem;
    flex: 1;

}

footer {}

@media(max-height: 768px) {
    footer {
        padding-bottom: 85px;
    }
}
