body {
    direction: rtl;
}
.publish-time {
    margin-left: inherit;
    margin-right: auto;
}
body {
    font-family: 'CircularStd', sans-serif !important;
}
.dropdown-menu-account li .link-item {
    text-align: right;
}
.dropdown-menu-end[data-bs-popper] {
    left: 0;
    right: auto;
}
.quantity {
    margin-left: inherit;
    margin-right: auto;
}
.absolute-icon {
    right: inherit;
    left: 5px;
}
.clock-icon .bootstrap-select>.dropdown-toggle:after {
    left: 20px !important;
    right: inherit;
}
.view-all-link {
    right: inherit;
    left: 0;
}
.event-order-dt-content {
    margin-right: 20px;
    margin-left: inherit;
}
.order-number {
    margin-left: inherit;
    margin-right: auto;
}
#add-event-tab .step-steps > li:before,.step-app > .step-steps > li:before {
    height:0px;
    width:0px;
    left: 0px;
    background-color: transparent;
}
#add-event-tab .step-steps > li:after {
    background-color: #ededed;
    height: 5px;
    right: 50%;
    top: 20px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.step-app > .step-steps > li:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 185px;
    height: 2px;
    background-color: #C4CAD2;
    top: 35px;
    right: 85px;
}
#add-event-tab .step-steps > li:last-child:after{
    width: 0;
}
.card-event-dt, .invoice-id div {
    direction: ltr !important;
    text-align: right;
}
.invoice-id {
    direction: rtl;
}
.event-order-dt-content span {
    direction: ltr;
    text-align: right;
}