.modal .form-control {
    width:100%;
}

.modal select {
    width: 100% !important;
}


.links-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .links-footer a {
        flex-basis: calc(33.33% - 10px); /* Adjust the width of each link */
        margin-bottom: 25px; /* Adjust the spacing between the links */
    }

.links-footer{
    width:auto !important;
}

.btn-lang {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding: 5px;
}

.arabicText{
    text-align:right;
    direction:rtl;
}
