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%);
}
/* 
.slider-year-nav .slick-track {
    padding: 0 !important;
} */

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


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

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

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

.slider-year-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* 
.slider-year-nav  .slick-slide{
    width: 250px !important;
} */

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

.disc-style::before {
    left:unset;
    right:0 !important;
    top:8px;
}



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

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

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