/*
Author:      Dreams Technologies
Theme Name:  Dreamslms Child
Author URI:  https://themeforest.net/user/dreamstechnologies
Theme URI:   https://dreamstechnologies.com/
Version:     1.1.7
Description: Dreamslms is the perfect theme for your next Tutor LMS project. Designed and developed by Dreams Technologies, it features a bespoke integration with Tutor LMS. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a Tutor LMS theme? Look no further!
Text Domain: dreamslms-child
Template:    dreamslms
Domain Path: /languages
Tags:  e-commerce, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, footer-widgets, sticky-post, theme-options, editor-style
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
html:lang(ar) body,
html:lang(ar) h1,
html:lang(ar) h2,
html:lang(ar) h3,
html:lang(ar) h4,
html:lang(ar) h5,
html:lang(ar) h6,
html:lang(ar) .h1,
html:lang(ar) .h2,
html:lang(ar) .h3,
html:lang(ar) .h4,
html:lang(ar) .h5,
html:lang(ar) .h6 {
    font-family: "Tajawal", sans-serif !important;
}
html:lang(ar) {
    direction: rtl;
    text-align: right;
}
html[dir="rtl"] body {
    font-family: "Tajawal", sans-serif !important;
}

.rtl .breadcrumb .breadcrumb-item + .breadcrumb-item {
    margin-right: 26px;
}
.rtl .breadcrumb .breadcrumb-item + .breadcrumb-item:before {

	right: -16px;}
.rtl .course-item-two .course-content .course-content-list .d-flex.align-items-center,
.course-details-two .d-flex.align-items-center {
    gap: 8px;
}
.rtl .course-content i.isax.isax-arrow-right-3.ms-1,
.rtl .tutor-pagination-numbers span.tutor-icon-angle-right,
.rtl .tutor-pagination-numbers span.tutor-icon-angle-left
 {
    transform: rotate(180deg);
}

.rtl .footer.footer-three .footer-title::before {
	right:0;
}
.rtl  .footer.footer-three .footer-title::after {
	    right: 23px;

}

.tutor-form-check-input.tutor-form-check-input[type=checkbox],.tutor-form-check-input.tutor-form-check-input[type=checkbox]:checked {
	    background-color: var(--e-global-color-secondary);
}

.rtl  .profile-dropdown .dropdown-menu {
	     left: 0 !important;
    right: auto !important;
}
.rtl .profile-dropdown .dropdown-menu .profile-header .avatar {
    margin-right: 0;
	    margin-left: 10px;

}
.tutor-login-form-wrapper .tutor-fs-5.tutor-color-black.tutor-mb-32 {
    display: none;
}

.tutor-login-form-wrapper a.tutor-btn {
    color: #0638FF;
}
.tutor-reset-password-content input.tutor-form-control ,
div#tutor-registration-wrap  input.tutor-form-control ,
.tutor-login-form-wrapper input.tutor-form-control {
    border-width: 1px;
    outline: 1px solid black;
    border-radius: 11px;
}
.tutor-reset-password-content  input.tutor-form-control ,
div#tutor-registration-wrap  button.tutor-btn.tutor-btn-primary.tutor-btn-block,
.tutor-login-form-wrapper button.tutor-btn.tutor-btn-primary.tutor-btn-block {
	    padding: 14px;
    border-radius: 11px;
}
.rtl .form-label {
    text-align: right;
}
.rtl .tutor-password-strength-checker .show-hide-btn {
	left: 10px;
    right: auto;
}