@import url("/fonts/vazir-fd/vazir-fd-style.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "VazirmatnFD";
}

.object-fit-cover {
    object-fit: cover;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(150,221,200,1) 15%, rgba(0,108,85,1) 90%);
    color: #0f7a64;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.preloader-image {
    width: 200px;
    margin-bottom: 10px;
}

.preloader-title {
    color: #0f7a64;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.preloader-text::after {
    content: "";
    animation: dots 1.5s infinite;
}

.thumbnail img, .active-dark-mode header.rbt-header.rbt-header-8.rbt-transparent-header, .rbt-banner-1 .content .shape-wrapper img {
    transform: unset;
}

.vh-25 {
    height: 25vh;
}

.vh-30 {
    height: 30vh;
}

.vh-40 {
    height: 40vh;
}

.vh-50 {
    height: 50vh;
}

.vh-75 {
    height: 75vh;
}

@keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

.video-wrapper {
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 0px;
}

.form_wrap {
    height: 300px;
    width: 500px;
    background: white;
    margin: 50px auto;
    padding: 125px 0px 0px 100px;
    outline: 5px solid rgba(0,0,0,0.1);
    position: relative;
}

.input-style {
    border: 2px solid #afbdcf !important;
    border-radius: var(--radius) !important;
}

.placeholder-white ::placeholder {
    color: white !important;
}

.placeholder-white ::-ms-input-placeholder { /* Edge 12 -18 */
    color: white !important;
}

.placeholder-gray ::placeholder {
    color: darkgray !important;
}

.placeholder-gray ::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--color-body) !important;
}

.rbt-overlay-page-wrapper {
    margin-top: -120px
}

.rbt-section-gapTop {
    padding-top: 60px;
}

.rbt-btn.btn-sm {
    height: 50px;
}

.btn-sm {
    padding: 0.3rem 2rem !important;
}

.btn, .form-select, .dropdown-menu {
    font-size: 16px
}

.btn {
    padding: 1rem 2rem;
    border-radius: 0.5rem !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

    .btn:hover {
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    }

.btn-green-gradient {
    color: rgba(0,108,85,1);
    /*    text-shadow: 0px 5px 6px rgba(0,108,85,1);*/
    border: solid rgba(122,221,200,1) 2px;
    border-radius: 10px !important;
    background: radial-gradient(circle, rgba(122,221,200,1) 50%, rgba(0,108,85,1) 150%);
}

    .btn-green-gradient:hover {
        color: #fff;
        text-shadow: 0px 0px 6px rgba(0,108,85,1);
        background: radial-gradient(circle, rgba(122,221,200,1) 10%, rgba(0,108,85,1) 100%);
    }

.offcanvas-end {
    width: 90%;
    z-index: 99999;
}

.lamp-glow {
    box-shadow: rgba(255, 255, 150, 0.6) 0px 0px 40px, rgba(255, 230, 120, 0.7) 0px 0px 80px, rgba(255, 200, 80, 0.2) 0px 0px 20px, rgba(255, 255, 200, 0.4) 0px 0px 160px;
}

.lamp-white {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 20px, rgba(255, 255, 255, 0.1) 0px 0px 200px, rgba(255, 255, 255, 0.1) 0px 0px 20px, rgba(255, 255, 255, 0.3) 0px 0px 200px;
}

.rem-5 {
    width: 5rem;
}

.rem-10 {
    width: 10rem;
}

.rem-15 {
    width: 15rem;
}

.rem-20 {
    width: 20rem;
}

.rem-25 {
    width: 25rem;
}

.rem-30 {
    width: 30rem;
}

.rem-35 {
    width: 35rem;
}

.rem-40 {
    width: 40rem;
}

.rem-45 {
    width: 45rem;
}

.rem-50 {
    min-width: 50rem;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    height: 50px;
}

.text-justify {
    text-align: justify;
}

.text-transparent{
    color:transparent;
}

.opacity-10 {
    opacity: .1 !important;
}

.opacity-15 {
    opacity: .15 !important;
}

.opacity-20 {
    opacity: .20 !important;
}

.opacity-25 {
    opacity: .25 !important;
}

.mt-10 {
    margin-top: 6rem;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-full {
    border-radius: 50%
}

input[type=checkbox] ~ label {
    padding-top: 3px !important;
    padding-right: 25px !important;
}

.short-url-box {
    font-size: 1.5rem;
}

.btn-empty {
    display: inline-block;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
}

.menu-title-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slide-size {
    max-height: 180px /*150px;*/
}

.slide-background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.slide-content {
    margin-top: 60px;
    /*    background-color: rgba(0,0,0,0.3);*/
    padding: 1.5rem 0;
    /*    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6);*/
}

.slide-text {
    color: white;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6);
}

.slide-button {
    padding-left: 80px;
    padding-right: 80px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

    .slide-button:hover {
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.7);
    }

.breadcrumb-bg {
    background-image: url('/img/breadcrumb-bg.webp');
    background-repeat: repeat;
}

.course-content {
    padding-bottom: 56px;
}

.course-detail-poster {
    border-radius: 1rem;
    max-height: 400px;
    object-fit: cover;
}

.course-detail-video {
    border-radius: 1rem;
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

.course-image {
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
}

.course-image-slide {
    object-fit: cover;
    min-height: 150px;
    max-height: 150px;
}

.course-image-menu {
    object-fit: cover;
}

.rbt-page-banner-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    padding: 20px 0px 150px;
    width: 100%;
    overflow: hidden;
}

::placeholder {
    color: #C1CCDA !important;
}

::-ms-input-placeholder {
    color: #C1CCDA !important;
}

.bg-black {
    background-color: #000;
}

.bg-gradient-new {
    background: linear-gradient(-180deg, rgba(150,221,200,1) 5%, #FFFFFF 100%) !important;
}

.bg-gradient-header {
    background: linear-gradient(180deg, rgba(30, 229, 117, 0.6) 55%, rgba(255,255,224,0.0) 100%);
}

.active-dark-mode .bg-gradient-header {
    background: linear-gradient(180deg, rgba(25, 35, 53, 0.6) 55%, rgba(255,255,224,0.0) 100%);
}

.bg-header {
    background: url('/img/header-bg.webp'), linear-gradient(180deg, rgba(30, 229, 117, 0.6) 100%, rgba(30, 229, 117, 0.6) 100%);
    background-repeat: repeat;
}

.active-dark-mode .bg-header {
    background: url('/img/header-bg.webp'), linear-gradient(180deg, rgba(25, 35, 53, 0.6) 100%, rgba(30, 229, 117, 0.6) 100%);
    background-repeat: repeat;
}

.breadcrumb-inner {
    /*    background: url('/img/header-bg.webp');*/
    background-repeat: repeat;
}

.breadcrumb-list {
    margin-top: -20px;
    z-index: 9;
}

.rbt-header .rbt-header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.rbt-badge-10 {
    position: absolute;
    right: 20px;
    bottom: 23px;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
}

.rbt-badge-3::before {
    background: url(/img/offer-badge-bg-red-color.svg);
}

.rbt-badge-5 {
    padding: 5px;
    height: unset;
    text-align: center;
}

.rbt-course-details-list-wrapper li {
    color: unset;
}

.page-list li a {
    color: green;
    transition: 0.5s;
}

.page-list li.active {
    color: green;
    opacity: 0.7;
}

.active-dark-mode .logo {
    padding: 6px 0;
}

    .active-dark-mode .logo img {
        padding: 6px;
        background-color: rgba(255,255,255,0.8);
        border-radius: 16px 0;
    }

.custom-select {
    height: 50px;
    margin-left: -7px;
    margin-right: 2px;
}

.rbt-header .rbt-header-wrapper {
    background-color: unset;
    box-shadow: unset;
}

.custom-select select {
    margin-top: -5px;
    height: 45px;
    padding-right: 5px;
    width: 100%;
}

.custom-select button {
    max-height: 40px;
}

.rbt-header .logo a img {
    max-height: 80px;
}

.logo a img {
    max-height: 80px;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

.session-part-green {
    padding: 1rem;
    border: 2px dashed #198754;
    border-radius: 0.8rem
}

.session-part-gray {
    padding: 1rem;
    border: 2px dashed #e6e3f1;
    border-radius: 0.8rem
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will make sure the video covers the area */
}

.rbt-lesson-content-wrapper {
    min-height: calc(100vh - 80px);
}

.header-space-betwween {
    padding-right: 2rem;
    padding-left: 2rem;
}

.input-group-style {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
}

.input-btn-group {
    display: flex;
    align-items: end;
    margin-bottom: 1px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
}

.newsletter-form-1 {
    position: relative;
    max-width: unset;
    margin: 0 auto;
    z-index: 1;
}

select {
    background: transparent url(/assets/images/icons/arrow.png) no-repeat center left 20px;
}

.filter-select select {
    min-width: unset;
}

.margin-top-minus-1 {
    margin-top: -0.5rem !important;
}

.margin-top-minus-2 {
    margin-top: -1rem !important;
}

.margin-top-minus-3 {
    margin-top: -1.5rem !important;
}

.margin-top-minus-4 {
    margin-top: -2rem !important;
}

.margin-top-minus-5 {
    margin-top: -2.5rem !important;
}

.margin-top-minus-6 {
    margin-top: -3rem !important;
}
/* Start hr */
.hr-success {
    color: var(--bs-success);
}

.hr-danger {
    color: var(--bs-danger);
}

.hr-primary {
    color: var(--bs-primary);
}

.hr-secondary {
    color: var(--bs-secondary);
}

.hr-dark {
    color: var(--bs-dark);
}

.hr-warning {
    color: var(--bs-warning);
}

.hr-info {
    color: var(--bs-info);
}

hr {
    background-color: transparent;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em !important;
    opacity: 0.5;
}

    .hr-text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

.hr-success.hr-text:before {
    background: linear-gradient(to right, transparent, var(--bs-success), transparent);
}

.hr-danger.hr-text:before {
    background: linear-gradient(to right, transparent, var(--bs-danger), transparent);
}

.hr-primary.hr-text:before {
    background: linear-gradient(to right, transparent, var(--bs-primary), transparent);
}

.hr-secondary.hr-text:before {
    background: linear-gradient(to right, transparent, var(--bs-secondary), transparent);
}

.hr-dark.hr-text:before {
    background: linear-gradient(to right, transparent, var(--bs-dark), transparent);
}

.hr-warning.hr-text:before {
    background: linear-gradient(to right, transparent, var(--bs-warning), transparent);
}

.hr-info.hr-text:before {
    background: linear-gradient(to right, transparent, var(--bs-info), transparent);
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    background-color: #fcfcfa;
}
/* End hr */
.btn-icon {
    min-width: 80px;
}

.rbt-lesson-rightsidebar .rbt-checkbox-wrapper input[type="radio"] ~ label::after, .rbt-lesson-rightsidebar .rbt-form-check input[type="radio"] ~ label::after {
    top: 41%;
    right: 13px;
}

.rbt-lesson-rightsidebar .rbt-checkbox-wrapper input[type="checkbox"] ~ label::before, .rbt-lesson-rightsidebar .rbt-checkbox-wrapper input[type="radio"] ~ label::before, .rbt-lesson-rightsidebar .rbt-form-check input[type="checkbox"] ~ label::before, .rbt-lesson-rightsidebar .rbt-form-check input[type="radio"] ~ label::before {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.rbt-lesson-rightsidebar .rbt-checkbox-wrapper label {
    height: unset;
    align-items: start;
    text-align: justify;
    flex: 1;
}

.rbt-checkbox-wrapper-bg.rbt-checkbox-wrapper input[type="radio"]:checked ~ label {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: white;
}

@media only screen and (max-width: 991.9px) {
    .edit-button {
        width: 100%;
        margin: 0 14px;
    }
}

@media only screen and (max-width: 576px) {
    .examine-button {
        width: 100%;
    }
}
/* sm */
@media only screen and (min-width: 576px) {
    .examine-button {
        width: unset;
    }
}
/* md */
@media only screen and (min-width: 768px) {
    .profile-images {
        max-width: 200px;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .slide-size {
        max-height: unset; /*200px;*/
    }
}
/* lg */
@media only screen and (min-width: 992px) {
    .w-lg-unset {
        width: unset !important;
    }

    .btn-icon {
        min-width: 0;
    }

    .course-content-panel {
        height: 75vh;
        border: 1px dashed;
        overflow-y: scroll;
    }

    .content-panel {
        height: 100vh;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .slide-size {
        max-height: unset; /*300px;*/
    }

    .course-content {
        padding-bottom: 0;
    }
}
/* xl */
@media only screen and (min-width: 1200px) {
    .vh-xl-25 {
        height: 25vh;
    }

    .vh-xl-30 {
        height: 30vh;
    }

    .vh-xl-40 {
        height: 40vh;
    }

    .vh-xl-40-100 {
        height: calc(40vh + 100px);
    }

    .vh-xl-50 {
        height: 50vh;
    }

    .vh-xl-75 {
        height: 75vh;
    }

    .header-buttons {
        margin-bottom: -0.8rem;
    }

    .course-image-menu {
        min-height: 150px;
        max-height: 150px;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .slide-size {
        max-height: unset;
    }

    .slide-background {
        background-size: auto !important;
    }
}
/* xxl */
@media only screen and (min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 2000px) {
    .course-image-menu {
        min-height: 200px;
        max-height: 200px;
    }
}
