* {
    direction: rtl;
}
body {
    font-family: "IBM Plex Sans Arabic", tahoma;
}
/* .langAnchor{
    right: unset;
    left: 0px;
} */
.sideNav {
    left: unset;
    right: 0;
}

.map_span_ar::before {
    content: "خريطة تفاعلية";
    position: absolute;
    right: 24px;
    transform: translate(50%, 50%);
    top: 5%;
    z-index: 99;
    padding: 3px 11px 5px;
    border-radius: 5px 11px 11px 5px;
    background-color: #29864ad1;
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}
/*
.map_span_ar::before {
    --hoverContorno: #29864ad1;
    border: 1x solid #29864ad1;
}

.map_span_ar::before:hover,
.map_span_ar::before:focus {
    -webkit-animation: cardAnimacion 1.4s;
    animation: cardAnimacion 1.4s;
    box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0);
}
.map_span_ar::before:hover   {
    --hoverContorno:#29864ad1;
    color: #29864ad1;
    background-color: white;
    border: 1x solid#29864ad1;
}
.map_span_ar::before:hover   {
    color: #29864ad1;
    border: 1.5px solid #29864ad1;
}
  */

.sideNav nav li a .tip {
    left: unset;
    right: calc(100% + 5px);
}
.sideNav nav li a.active::after {
    right: unset;
    left: -5px;
    border-top: 5px solid var(--secondary-color);
    border-right: 5px solid var(--secondary-color);
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: rotate(45deg);
}
thead tr th:nth-of-type(1) {
    border-radius: 0 10px 0 0;
}
thead tr th:last-child {
    border-radius: 10px 0 0 0;
}
tbody tr:last-child td:nth-of-type(1) {
    border-radius: 0 0 10px 0;
}

tbody tr:last-child td:last-child {
    border-radius: 0 0 0 10px;
}
.cardImageHolder article {
    position: absolute;
    bottom: 0px;
    left: unset;
    right: 0px;
}
.createContainer form > .btn,
.createContainer .flexRow > .btn,
.checkAssetAdPopup .btn,
.alignBtnEnd .btn {
    margin-left: unset;
    margin-right: auto;
}
.flatBtn {
    margin-left: unset;
    margin-right: 16px;
}
.formPopup form button {
    display: block;
    margin-left: unset;
    margin-right: auto;
}
.rejection-message {
    padding-left: unset;
    padding-right: 20px;
}
/* .asset-card .more{
    margin-left: unset;
    margin-right: 20px;
} */
.awardRow span {
    margin-right: unset;
    margin-left: 20px;
}
.loginFS button,
.contactFieldset button {
    margin-left: unset;
    margin-right: auto;
}
.alertMessages li {
    padding-left: unset;
    padding-right: 10px;
}
.alertMessages li::before {
    left: unset;
    right: 0px;
}
.alertMessages {
    right: unset;
    left: 20px;
}
.clipBoardNotification {
    right: unset;
    left: 10px;
}
.imagePopupWrapper .popupImageHolder button,
.assetDetailsPopup > button {
    right: unset;
    left: 10px;
}
.auctionCardFooter img {
    right: unset;
    left: 10px;
}
.loginFS legend {
    border-radius: 10px 5px 10px 10px;
}
.bid-controls::after {
    padding: 1px 10px 3px;
}
.currency {
    padding: 0 3px 3px;
}
.popupClose {
    right: unset;
    left: 10px;
}
.assetDetailsPopup .left {
    direction: ltr;
}
.assetDetailsPopupWrapper {
    direction: ltr;
}
.assetDetailsPopup .counterNumber {
    font-family: sans-serif;
}
.popupDesc {
    margin: 5px 0px 5px auto;
}
.depositPopupForm form button {
    margin-left: unset;
    margin-right: auto;
}
.card::after {
    /* left: unset;
    right: 10px; */
    right: unset;
    left: 10px;
}
.flexEnd button {
    margin-right: unset !important;
}
.formPopupWrapper form button {
    margin-left: unset;
    margin-right: auto;
}
.twoColumns b {
    border-right: none;
    border-left: 1px solid var(--input-border);
}
.auctionPopup table {
    left: unset;
    right: -20px;
}
.grey-rectangle {
    border-radius: 10px;
    width: 152px;
    flex-direction: row-reverse;
    height: 40px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.auctionPopup thead tr th:nth-of-type(1),
.auctionPopup thead tr th:last-child {
    border-radius: 0;
}
.auctionPopup .divider {
    left: unset;
    right: -20px;
}
.dialogHistoryHeader > span {
    font-family: sans-serif;
}
.media-grid .uploadCard > span {
    left: unset;
    right: 0;
}

.load:nth-child(1) {
    right: 4px;
}

.load:nth-child(2) {
    right: 8px;
}

.load:nth-child(3) {
    right: 12px;
}

.load:nth-child(4) {
    right: 16px;
}

.asset-card2::after {
    content: attr(data-status);
    /* content: 'جاري'; */
    position: absolute;
    left: 21px !important  ;
    right: unset !important;
    top: 0px;
    padding: 2px 18px 3px;
    border-radius: 0 0 6px 6px;
    background-color: #495253;
    background-color: var(--secondary-color);
    /* transform: translate(-213px, -19px); */
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}
.title-background {
    padding-left: 25px;
    padding-right: 11px;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0 100%);
}

.assets_icon {
    margin-right: unset;
    margin-left: 15px;
}
.sliders {
    left: unset !important;
    right: 50% !important;
    transform: translateX(50%) !important;
}
.subs_div {
    right: unset;
    left: 10%;
}
.subs_div2 {
    right: unset;
    left: 3%;
}
.authenticRB input[id="radio-2"]:checked ~ .glider {
    transform: translateX(-100%);
}
.switcherRB input[id="radio-2"]:checked ~ .glider {
    transform: translateX(-100%);
}
.dash-sec-header input[type="search"],
.assetsCardsFlexRow input[type="search"] {
    padding-left: 10px;
    padding-right: 32px;
}
.searchInputWrapper {
    margin-left: unset;
    margin-right: auto;
}
.searchInputWrapper ion-icon {
    left: unset;
    right: 10px;
    transform: translateY(-50%) rotateY(180deg);
}
.c-tabs-nav__link {
    margin-right: unset;
    margin-left: 25px;
}
.clusterPageGridWrapper {
    border-radius: 10px 0 10px 10px;
}
.footer_logo {
    display: flex;
    justify-content: center;
    top: -9px;
    margin-right: 0px;
    height: 170px;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    flex-direction: column;
    position: relative;
}
.intro_para {
    white-space: pre-line;
}
.intro_para .title {
    font-size: 35px;
}
.intro_para #discription {
    white-space: pre-wrap;
    text-overflow: ellipsis;
    width: unset;
}
.modalBody button {
    margin-left: unset;
    margin-right: auto;
}
.modalHeader p {
    margin-right: unset;
    margin-left: 50px;
}
.toastAlert {
    margin-left: unset;
    margin-right: auto;
}
.timeListItem {
    padding: 0 20px 0 10px;
}
.timeListItem::before {
    left: unset;
    right: -2px;
}
.highlightedInputGroup {
    left: unset;
    right: -30px;
}
.highlightedInputGroup .inputErrorMessage {
    direction: rtl !important;
    display: block;
}
.twoColGreyRow > *::after {
    left: unset;
    right: 5px;
}
.inputWithDropdownField input {
    border-radius: 0 10px 10px 0;
}
.inputWithDropdownField select {
    border-radius: 10px 0 0 10px;
}
.fieldsetMode > .iconButton {
    right: unset;
    left: 3px;
}
.topGridBlocks > div > *:first-child {
    border-radius: 0 10px 0 0;
}
.topGridBlocks > div > *:last-child {
    border-radius: 10px 0 0 0;
}
.oneLineInputButtons input {
    border-radius: 0 0 10px 0;
}
.oneLineInputButtons button:last-of-type {
    border-radius: 0 0 0 10px !important;
}
.popdetail-item2:first-child {
    border-radius: 2px 10px 2px 2px !important;
}
.popdetail-item2:nth-child(2) {
    border-radius: 10px 2px 2px 2px !important;
}
.popdetail-item2:nth-child(odd):nth-last-child(2) {
    border-radius: 2px 2px 10px 2px !important;
}
.popdetail-item2:last-child {
    border-radius: 2px 2px 2px 10px !important;
}
.popdetail-item2:nth-child(odd):last-child {
    border-radius: 2px 2px 10px 10px !important;
}
.fiveCellsOrder .popdetail-item2:nth-child(odd):last-child {
    border-radius: 2px 2px 2px 10px !important;
}

.popdetail-item2 b {
    left: unset !important;
    right: 0px;
}
.modalHeaderSubsCount {
    padding: 3px 20px 3px 10px;
}
.modalHeaderSubsCount::before {
    left: unset;
    right: 10px;
}
.cardTabsRow {
    left: unset;
    right: -40px;
}
.cardTabsLayer .layerStart {
    left: unset;
    right: 0;
    background: linear-gradient(90deg, transparent, #fff, #fff);
}
.cardTabsLayer .layerEnd {
    right: unset;
    left: 0;
    background: linear-gradient(90deg, #fff, #fff, transparent);
}
.menuBtn .verDivider {
    margin: 0 20px 0 5px;
}
.toastAlert {
    left: unset;
    right: 20px;
}
.assetsPopup ul {
    padding-right: unset;
    padding-left: 10px;
}
.toast {
    right: unset;
    left: 50px;
}
.insider_container {
    padding-left: unset;
    padding-right: 30px;
}
@media screen and (max-width: 600px) {
    .popdetail-item2 .mainPart,
    .popdetail-item2:first-child,
    .popdetail-item2:nth-child(2),
    .popdetail-item2:last-child,
    .popdetail-item2:nth-last-child(2) {
        border-radius: 2px !important;
    }
}
@media screen and (max-width: 500px) {
    .sideNavWrapper {
        left: unset;
        right: 0;
    }
    .dashboardContainer,
    .menuDash {
        margin-left: unset;
        margin-right: 55px;
    }
}
