body{
    direction: ltr !important;
}
#main-container, #top-nav{
    left: 16.66666667%;
}
#top-nav{
    direction: rtl;
}
.navbar-expand-lg .navbar-nav .nav-link, aside a.dropdown-item {
    text-align: left !important;
}

.container-fluid.content header form .copyUrl button {
    border-radius: 0 10px 10px 0 !important;
}

.container-fluid.content header form .copyUrl input.form-control{
    border-radius: 10px 0 0 10px !important;
}

@media screen  and (min-width:992px) {
    div#navbarSupportedContent, nav.fixed-top > .container > div#navbarSupportedContent > ul.navbar-nav {
        flex-direction: row-reverse !important;
    }
}
.notification-list_img {
     margin-right: 10px;
}

.look .boxs .box .icon {
    border-radius: 10px 0 0 10px;
}

.me-auto {
    margin-left: auto;
    margin-right: 0px !important;
}

.createSite .rightSide {
    text-align: left;
}

.aboutUs > .row, .contactUs > .row {
    flex-direction: row-reverse;
}

.aboutUs > .row > .content, .contactUs > .row > .form, .contactUs .icons {
    text-align: left;
}
.contactUs .icons ul {
    display: flex;
    justify-content: space-between;
    width: 45%;
    color: var(--color2);
    font-size: 30px;
    padding: 0;
}
.aboutUs > .row > .content, .contactUs > .row > .form, .contactUs .icons {
    text-align: left;
}
.contactUs {
    direction: ltr;
}
.contactUs .icons .logo img {
    right: 50px;
    left: 0;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    left: auto;
    margin-top: .125rem;
}
