.breadcrumb[dir="rtl"] li + li::before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    color: #ccc;
}

/* RTL Support */
html[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .breadcrumb {
    direction: rtl;
}






html[dir="rtl"] .custom-instructor-details .me-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
}

html[dir="rtl"] .custom-instructor-details .pe-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
}

html[dir="rtl"] .custom-card-courses .custom-card-courses-author {
    right: auto;
    left: 20px;
}


/* Success */
.toast-success {
    background-color: #28a745 !important; /* أخضر قوي */
    color: #fff !important;
}

/* Error */
.toast-error {
    background-color: #dc3545 !important;
    color: #fff !important;
}

/* Warning */
.toast-warning {
    background-color: #ffc107 !important;
    color: #000 !important;
}

/* Info */
.toast-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}


#header .nav-pills > li.active-nav {
    position: relative;
}

#header .nav-pills > li.active-nav::after {
    content: '';
    position: absolute;
    bottom: 1.2em;
    left: 15%;
    width: 70%;
    height: 3px;
    background-color: red;
    border-radius: 2px;
}


@media (max-width: 1200px) {
    #header .nav-pills > li.active-nav::after {
        display: none !important;
        content: none !important;
    }

    #header .nav-pills > li.active-nav {
        position: static !important;
    }

}



.mirrored-bg {
    position: relative;
    z-index: 0;
}

.mirrored-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
    transform: scaleX(var(--flip-x));
    transform-origin: center;
    z-index: -1;
    pointer-events: none;
}
