layout_style .products-details .item-content .btn {
    right: 0;
    left: unset;
}

body {
    margin: 0 !important;
}

layout_style .offer-item-check-input {
    left: unset;
    right: 20px;
}

layout_style .offer-info-edit-content-edit-btn,
layout_style .offer-info-edit-btn {
    left: unset;
    right: 0;
}

.offer-info-edit-content .form-check-label {
    font-size: 13px;
}

.dropdown-item,
.select2-results__option,
.select2-container .select2-dropdown .select2-search input,
.nav-task-header.language,
.verification-code-message-container {
    text-align: left
}

.password-check ul li:before {
    right: unset;
    left: 0;
}

layout_style .loginSection .account-form .phone-icon {
    left: 0;
    right: unset;
}

layout_style .loginSection .account-form .phone-icon+.form-control {
    padding-left: 54px !important;
}

.hint-group .hint-span {
    left: 1px;
}

.request-information.success-request {
    right: 0;
}

.reload-btn {
    right: 0;
}

.input-month-date:after {
    left: unset;
    right: 0;
}

.hint-group input {
    padding-left: 65px !important;
    padding-right: 15px !important;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
    left: unset;
}

.confirmation-code {
    flex-direction: row
}

.funds-installment-container .funds-installment-item img {
    transform: translate(-50%, -50%) rotate(180deg);
    left: unset;
    right: 0px;
}

.back-btn img {
    transform: rotate(180deg);
}

.notifyjs-bootstrap-base {
    direction: rtl;
    padding-right: 25px !important;
    background-position: right !important;
}

.notifyjs-bootstrap-base {
    background-position-x: 100% !important;
}

.status-checked:before {
    left: 25px;
}

.label-style-information>span {
    font-size: 13px;
}

.label-style-information b {
    display: flex;
    justify-content: center;
    gap: 7px;
    flex-direction: row-reverse;
}

.label-style-information b span {
    display: flex;
    justify-content: center;
    gap: 7px;
    flex-direction: row-reverse;
}

.ryial-group .img-ryial {
    right: 15px;
}

.title-offers h6 {
    font-size: 12px;
}

.title-offers h6 img {
    width: 15px;
}

.title-offers h6 span {
    display: inline-flex;
    gap: 3px;
    flex-direction: row-reverse;
    position: relative;
    top: 5px;
}

.bottom-sheet .modal-header .btn-close {
    left: unset;
    right: 25px;
}

.show-title-mobile .back-btn .fa-angle-right:before {
    content: "\f104";
}

.timeline-container {
    padding-right: 0;
    padding-left: 50px;
}

.timeline-marker {
    left: -35px;
    right: unset;
}

.timeline-item:not(.box-success):not(.box-error) .timeline-marker::after,
.timeline-item .timeline-marker::after {
    right: 18px;
}

.timeline-item.box-comming .timeline-marker::after {
    right: 8px !important;
}

.grid-detail-value,
layout_style.large .grid-detail-value {
    justify-content: flex-end;
}

.grid-detail-value,
layout_style.large .grid-detail-value,
.summary-value,
.detail-value {
    flex-direction: row-reverse;
}

.grid-detail-value.no-row-reverse {
    flex-direction: row;
    justify-content: flex-start;
}

.track-status-container .grid-detail-label {
    font-size: 12px;
}

.offer-row-list .col-value {
    display: flex;
    gap: 4px;
    flex-direction: row-reverse;
}

.control-group .select2.select2-container .select2-selection .select2-selection__rendered {
    flex-direction: row;
}

.grid-detail-card {
    padding-inline-start: 6px;
}

.fund-progress-step:not(:last-child)::after {
    right: unset;
    left: 50%;
    height: 2px;
}

.fund-progress-bar {
    max-width: 480px;
}

.timeline-item.box-success .timeline-marker::after {
    right: 18px;
}

.fund-items-summary-price {
    flex-direction: row-reverse;
}

@media (max-width: 1000px) {
    .offer-row-list .row-col {
        text-align: left;
    }

    .fund-progress-bar {
        max-width: 100%;
    }

}

@media (max-width: 768px) {
    .timeline-container {
        padding-right: 10px;
    }

    .track-status-container .grid-detail-label {
        font-size: 11px;
    }
}