html, body, .dashboard .dashboard-header .user-info .user-info-dropdown__link, .nice-select { direction: rtl !important; unicode-bidi: embed; text-align: right !important; }
:root { --is-rtl: 1; }

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

.service-content__list-icon, .footer-menu__link::before, .footer-menu__link::after, .dashboard .sidebar-menu, .blog-sidebar__title::before {
    right: 0;
    left: unset;
}

.service-content__list-item {
    padding-right: 30px;
    padding-left: unset;
}

.feature-item__content {
    padding-left: unset;
    padding-right: 15px;
}

.footer-item__title::after {
    left: unset;
    right: 0;
}

.customNiceSelect .nice-select::after {
    left: 10px !important;
    right: unset !important;
}

.footer-menu__link {
    padding-right: 18px;
    padding-left: unset;
}

.footer-menu__link::after {
    right: 1px;
    left: unset;
}

.footer-item .social-list__item {
    margin-left: 15px !important;
    margin-right: unset !important;
}

.social-list__item {
    margin-left: 10px;
    margin-right: unset !important;
}

.footer-item .social-list__item:last-child {
    margin-left: 0;
    margin-right: unset;
}

.social-list__item:last-child {
    margin-left: 0;
    margin-right: unset;
}

.cta-content__form .btn {
    left: 4px;
    right: unset !important;
}

.cta-content__form .form--control {
    padding-left: 118px !important;
    padding-right: 20px !important;
}

.nice-select .option {
    text-align: right;
}

.form--check .form-check-label {
    padding-right: 8px;
    padding-left: unset;
}

.password-show-hide, .dashboard .dashboard-header .user-info .user-info-dropdown {
    left: 0;
    right: unset !important;
}

.dashboard__right {
    margin-right: auto;
    margin-left: unset !important;
}

.dashboard .dashboard-header .user-info__button-content {
    padding-right: 10px !important;
    padding-left: unset !important;
    text-align: right !important;
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--label {
    left: 12px !important;
    right: unset !important;
}

.dashboard .buy-sell-list__item::after {
    left: calc(50% + 25px);
    right: unset !important;
}

.dashboard .buy-sell-card .gold-calculator__top .customNiceSelect .nice-select {
    padding-right: 15px !important;
    padding-left: 85px !important;
}

.iziToast {
    padding: 20px 0 20px 45px !important;
}

.latest-blog__content {
    padding-right: 15px;
    padding-left: unset !important;
}

.nav-menu .nav-item:nth-last-child(2), .nav-menu .nav-item:last-child {
    margin-right: 24px !important;
}

.dashboard .account-setting__content {
    padding-right: 20px;
    padding-left: unset !important;
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-input {
    left: 15px;
    right: unset !important;
}

@media screen and (max-width: 1199px) {
    .dashboard .sidebar-menu {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.work-process.two .work-process__number {
    left: 15px;
    right: unset;
}

.work-process__number {
    font-family: "Vazirmatn", "sans-serif";
}

.table thead tr th:first-child, .table tbody tr td:first-child {
    text-align: right;
    padding-right: 0;
    padding-left: unset;
}