body {
    direction: rtl;
    font-family: Marhey;
}

.card-title {
    float: inline-start;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: end;
}

label {
    display: flex;
    float: inline-start;
    text-align: start;
    color: #504a4a;
}

.content-header h1 {
    font-size: 50px;
    margin-top: 18px;
    color: #d5094a;
    font-weight: 700;
}
.content-header .laffah_restaurant {
    font-size: 2.4rem;
    margin-top: 18px;
    color: #169e4e;
}
@media (max-width: 600px) {
    .content-header h1 {
        font-size: 30px;
        margin-top: 23px;
        color: #d5094a;
        font-weight: 700;
    }
}

@media (min-width: 600px) {
    .content-header h1 {
        font-size: 40px;
        margin-top: 18px;
        color: #d5094a;
        font-weight: 700;
    }
}
