html,
body {
    direction: rtl;
    text-align: right;
}
.ql-align-right, 
.ql-direction-rtl{
    direction: rtl;
}

.logo-container {
    position: absolute;
    height: 135px;
    right: 0 !important;
    left: unset !important;
    top: 0;
    margin-right: -15px;
    background-color: #fff;
    z-index: 7;
    display: flex;
    justify-content: right !important;
    align-items: right !important;
}

.logo-container:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    bottom: 0;
    right: 0 !important;
    left: unset !important;
    z-index: -1;
    background-color: #fff;
    transform-origin: bottom left;
    transform: skew(30deg, 0deg);
    box-shadow: -13px 13px 13px 0px rgb(0 0 0 / 10%);
}

.slider-absolute-text {
    position: absolute;
    top: 70%;
    left: unset;
    right: 20%;
    text-align: right;
    transform: translate(20%, -70%);
    -o-transform: translate(20%, -70%);
    -moz-transform: translate(20%, -70%);
    -ms-transform: translate(20%, -70%);
    -webkit-transform: translate(20%, -70%);
}

.border-right {
    border-left: 1px #666666 solid !important;
}

.justify-content-end {
    justify-content: start !important;
}


/* .banner-absolute-text {
    position: absolute;
    top: 60%;
    left: unset;
    right: 4%;
    transform: translate(4%, -60%);
    -o-transform: translate(4%, -60%);
    -moz-transform: translate(4%, -60%);
    -ms-transform: translate(4%, -60%);
    -webkit-transform: translate(4%, -60%);
} */

.field {
    text-align: right !important;
    padding-right: 25px !important;
}

.nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 20px !important;
}

.position-upload::before {
    content: "حمّل السيرة الذاتية";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.join-network-upload::before {
    content: "حمّل";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.file-upload::before {
    content: "حمّل الملف";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.normal-text li {
    margin-right: 40px;
    margin-left: unset;
}

.details-upload::before {
    content: "حمّل تفاصيل مقدّم خدمات الرعاية الصحيّة ورخصة الطبيب في حال توفّرها";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.normal-text li.ql-indent-1, .normal-text li.ql-indent-2 {
    margin-left: unset;
    margin-right: 70px;
}

@media (max-width: 426px) {
    .logo-container {
        height: 82px;
    }
}
@media (max-width: 575px) {
    .normal-text li, .normal-text li.ql-indent-1, .normal-text li.ql-indent-2 {
        margin-right: 20px;
        margin-left: unset;
    }
}