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

strong.ql-size-large{
    font-size: 20px;
}

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

.normal-text.indent > div > ul {
    margin-left: 0 !important;
    margin-right: -21px;
}

.normal-text > div > ol > .ql-indent-1 {
    margin-left:unset;
    margin-right: 70px; 
}

.normal-text.indent .ql-align-right.ql-direction-rtl.ql-indent-1 {
    margin-right: 110px;
}


.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: -7px 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;
}

.details-upload::before {
    content: "حمل تفاصيل مقدم خدمات الرعاية الصحية و رخصة الطبيب في حال توفرها" !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 ul li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
    margin-bottom:3px;
    margin-left: 13px;
} */

.close-search {
    left: 45px;
    right: unset;
}


.normal-text ul li {
    margin-left:0;
}

@media (max-width: 426px) {
    .logo-container {
        height: 82px;
    }

    /* .normal-text ul li::before {
        width: 5px;
        height: 5px;
        margin-left:8px;
    } */

    .normal-text li,
    .normal-text > div > ol > .ql-indent-1 {
        margin-right: 0 !important;
    }    
}