
/* body{
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    font-size: 0.9rem;
} */

body,
input,
button,
select,
textarea {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: rtl;
    /* default */
    text-align: right;
    /* optional, looks nicer */
}

[type=email]:focus,
[type=number]:focus,
[type=tel]:focus,
[type=url]:focus {
    direction: ltr;
    /* switch when focused */
    text-align: left;
    /* keep caret on left side */
}

.navbar-nav .nav-link{
    font-weight: 600;
}

.section-title::after,
.navbar-nav .nav-link::after,
.popular-badge
{
    transform: translateX(50%);
}

.chat-toggle{
    right: 30px;
    left: auto;
}
.chat-container{
    right: 30px;
    left: auto;
}
