@font-face {
    font-family: "main-font";
    src: url("../fonts/en-num/iran-yekan-300.eot");
    src: url("../fonts/en-num/iran-yekan-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/en-num/iran-yekan-300.woff2") format("woff2"),
    url("../fonts/en-num/iran-yekan-300.woff") format("woff"),
    url("../fonts/en-num/iran-yekan-300.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "main-font";
    src: url("../fonts/en-num/iran-yekan-400.eot");
    src: url("../fonts/en-num/iran-yekan-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/en-num/iran-yekan-400.woff2") format("woff2"),
    url("../fonts/en-num/iran-yekan-400.woff") format("woff"),
    url("../fonts/en-num/iran-yekan-400.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "main-font";
    src: url("../fonts/en-num/iran-yekan-500.eot");
    src: url("../fonts/en-num/iran-yekan-500.eot?#iefix") format("embedded-opentype"),
    url("../fonts/en-num/iran-yekan-500.woff2") format("woff2"),
    url("../fonts/en-num/iran-yekan-500.woff") format("woff"),
    url("../fonts/en-num/iran-yekan-500.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "main-font";
    src: url("../fonts/en-num/iran-yekan-700.eot");
    src: url("../fonts/en-num/iran-yekan-700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/en-num/iran-yekan-700.woff2") format("woff2"),
    url("../fonts/en-num/iran-yekan-700.woff") format("woff"),
    url("../fonts/en-num/iran-yekan-700.ttf") format("truetype");
    font-weight: 700;
}

body {
    font-family: main-font;
}


.blog_content a {
    color: #0b83af;
}

.blog_content a:hover {
    color: #0e4960;
}

.validator_alert_invalid {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: red;
}


.del_cat_alert_over_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.del_cat_select_other_cat_box {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 5px;
}


.dark-mode .select2-results__group {
    background-color: rgba(164, 164, 164, 0.31);
    text-align: center;
    color: #ffffff;
}

.select2-results__group {
    background-color: #efefef;
    text-align: center;
    color: #696969;
}

.custom_comment_date {
    font-size: 13px !important;
    color: #8d8d8d !important;
}


.send_comment_box {

}


.send_comment_box .send_button {
    height: 50px;
    min-width: 130px;
    width: max-content;
    color: white;
    font-size: 14px;
    background-color: #501450;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
}

.send_comment_box .send_button:hover {
    background-color: #3d053d;
}

.send_comment_box .placeani {
    padding: 15px;
}

.mini_alert_validation {
    text-align: right;
    font-size: 13px;
    color: firebrick;
    padding-top: 10px;
}


.arta_clickable_list {
    cursor: pointer;
    align-items: center;
}

.arta_clickable_list:hover {
    background-color: #f5f5f5;
}

.lesson_video_box {
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 100%;
    display: none;
}

.lesson_video_box video {
    width: 100%;
}


.vertical_ellipsis_text_3line {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}


.required_label_field::after {
    content: " * ";
    color: red;
}

.active_cat_custom {
    color: #bb2d3b;
}

.custom_category_list .my_cat {
    cursor: pointer;
}

.custom_category_list li:hover {
    padding-right: 5px;
}

.custom_category_list li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0 !important;
    text-align: right;
    line-height: 30px;
    transition: 0.3s;
}

.custom_category_list li:not(:last-child) {
    border-bottom: 1px solid #e0dede;
}


.custom_category_list ul {
    margin-top: 5px;
}

.custom_category_list .open_box {
    cursor: pointer;
}


li:not(:has(ul)) a::after {
    content: none !important;
}


.no_after:after {
    content: none !important;
}


/************************* exams *****************************************/

.exam_workshop_title {
    font-weight: bolder;
    font-size: 45px;
    padding-top: 20px;
    line-height: 60px;

}

.exam_start_btn {
    background-color: #209cee !important;
    color: white;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.exam_start_btn:hover {
    background-color: #3c9d16 !important;
}

.exam_card {
    width: 100%;
    height: auto;
}

.exam_card .card_item {
    box-shadow: 0 -1px 10px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 10%), 0 10px 30px #f3ece8;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    background: #fff;
    padding: 10px;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.exam_card .card_item .icon_box {
    position: relative;
    width: 20%;
    height: 60px;
    text-align: center;
}

.exam_card .card_item .icon_box svg {
    color: #209cee !important;
    font-size: 25px !important;
    margin-top: 18px;
}

.exam_card .card_item .info_box {
    width: 80%;
    height: auto;
}

.exam_card .card_item .info_box .label {
    font-size: 17px;
    color: #949494;
    display: block;
    width: 100%;
    font-weight: bold;
}

.exam_card .card_item .info_box .label2 {
    font-weight: normal;
    font-size: 15px;
}


#exam_preview_info {
    transition: 2s;
    display: block;
}

#exam_questions_container {
    display: none;
}

#exam_questions_container .header {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: space-between;
    min-height: 80px;
    background-color: #fafafa;
    color: #209cee;
    box-shadow: 0 2px 2px #dedede;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 10px;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 20px;
}

#exam_questions_container .question_text {
    font-weight: bold;
    font-size: 20px;
}

#exam_questions_container .question_card {
    box-shadow: 0 -1px 10px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 10%), 0 10px 30px #f3ece8;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    background: #fff;
    padding: 10px;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
    cursor: pointer;
}

#exam_questions_container input[type=radio] {
    display: none;
}

#exam_questions_container .question_card:hover {
    background-color: whitesmoke;
}

.question_active {
    background-color: #51f3c2 !important;
}

.buy_turn_overlayer {
    position: fixed;
    background-color: rgba(37, 37, 37, 0.56);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

.buy_turn_overlayer .box {
    position: absolute;
    width: 400px;
    height: fit-content;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 0px 50px #545454;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 40px;
}

.buy_turn_overlayer .box h4 {
    color: #0c5460;
    text-align: center;
}

#searching_box h3 {
    color: #248a7c;;
}

.buy_turn_overlayer .box h5 {
    color: #0c5460;
    font-size: 15px;
}

.buy_turn_overlayer .box .group_label_value {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
}

.buy_turn_overlayer .box input {
    padding: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: whitesmoke;
    direction: ltr;
    color: #252525;
}


.no_results_find {
    position: relative;
    margin: 50px auto;
    font-size: 18px;
    color: #8d8d8d;
    text-align: center;
}

#search_turn {
    border-radius: 5px;
    margin-left: 10px;
    outline: none;
    border: none;
    background-color: whitesmoke;
    padding: 8px;
}


#the_searcher_sweaper {
    position: absolute;
    width: 50%;
    left: 0%;
    height: 54px;
    background-color: rgb(131, 186, 203);
    transition: 0.2s;
    z-index: 5;
}

#the_searcher_books {
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    z-index: 6;
}

#the_searcher_workshops {
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    color: white;
    z-index: 6;
}

#the_searcher_mode {
    position: absolute;
    display: flex;
    width: 100%;
    background-color: white;
    margin-top: -1px;
    height: 55px;
    border: solid 1px #c5c5c5;
}


.play_list_box {
    width: 100%;
    height: 500px;
    background-color: #0a53be;
    display: flex;
    margin-bottom: 50px;
    margin-top: 30px;
    box-shadow: 0px 0px 5px #8d8d8d;
    border-radius: 15px;
    overflow: hidden;
}

.play_list_box .cover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    position: relative;
}

.play_list_box .list {
    width: 30%;
    height: 93%;
    overflow: auto;
    direction: rtl;
    background-color: rgba(0, 0, 0, 0.71);
}

.play_list_box .list .item {
    width: 100%;
    min-height: 70px;
    height: max-content;
    border-bottom: 1px solid #8c8c8c;
    display: flex;
    cursor: pointer;
    color: white;
}

.play_list_box .list .item:hover {
    background-color: rgba(0, 0, 0, 0.77);
}

.play_list_box .list .track_title {
    font-size: 13px;
}

.item_active {
    cursor: pointer;
    background-color: #7ed1de !important;
    color: white;
}

.audio-player {
    width: 100%;
    left: 0;
    position: absolute !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.37);

}


.audio-player .backside {
    background-color: white;
}

.audio-player .marker {
    background-color: #7ed1de !important;
}

.audio-player .complete {
    background-color: #a9a9a9 !important;
}

.audio-player button.play {
    display: none;
}

.audio-player button.stop {
    display: none;
}

.audio-player button.loop {
    display: none;
}

/* width */
.list::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.list::-webkit-scrollbar-track {
    background: white;

}

/* Handle */
.list::-webkit-scrollbar-thumb {
    background: #7ed1de;

}

/* Handle on hover */
.list::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.adviser_speciality_box {
    position: absolute;
    width: 98%;
    height: auto;
    overflow: auto;
    max-height: 200px;
    z-index: 100;
    border-radius: 3px;
    background-color: whitesmoke;
    top: 80px;
    display: none;
}

.adviser_speciality_box .speciality_item {
    line-height: 20px;
    color: #252525;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.adviser_speciality_box .speciality_item:hover {
    background-color: rgba(38, 62, 87, 0.65);
    color: white;
}


.forward10 {
    color: #9a9a9a !important;
    transition: 0.3s;
    font-size: 16px;
}

.forward10:hover {
    color: white !important;
}

.backward10 {
    color: #9a9a9a !important;
    transition: 0.3s;
    font-size: 16px;
}

.backward10:hover {
    color: white !important;
}


.payment_method_box_item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-between;
    flex-direction: row;
    cursor: pointer;
    padding: 10px 10px;
}

.payment_method_box_item_active {
    background-color: #f1f1f1;
    border-radius: 10px;
    border: dotted 3px #dadada;
    padding: 7px 7px;
}

.upload_receipt {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-between;
    flex-direction: row;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 10px;
    border: dotted 2px rgba(126, 175, 168, 0.21);
}

.upload_receipt_alert {
    border: dotted 2px rgb(255, 87, 107);
    background-color: #ffdcdc;
}

.upload_receipt:active {
    background-color: #f1f1f1;
}

.rating_box {
    width: fit-content;
    display: flex;
    align-content: center;
    justify-content: start;
    gap: 10px;

}

.rating_box .star_on {
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/star_on.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.rating_box .star_off {
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/star_off.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.star_on2 {
    width: 17px;
    height: 17px;
    background-image: url("/assets/images/star_on.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.star_off2 {
    width: 17px;
    height: 17px;
    background-image: url("/assets/images/star_off.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.custom_input_text {
    border-radius: 5px;
    color: #333333;
    direction: rtl;
    transition: none !important;
}

.custom_input_text:hover {
    color: #333333;
    opacity: 1 !important;
}

.dropdown-toggle {
    border-radius: 5px !important;
    color: #333333 !important;
    direction: rtl !important;
    text-align: right !important;
    transition: none !important;
}

.dropdown-toggle span {
    text-align: right !important;
    width: 100% !important;
}

.dropdown-menu span {
    text-align: right !important;
    width: 100% !important;
}

.dropdown-menu {
    max-height: 200px !important;
}

.select2-selection {
    min-height: 40px !important;
    border: 1px solid #e1e1e1 !important;
    width: 100% !important;
}

.custom_form_group {

}

.custom_form_group label {
    white-space: nowrap;
}


.orange_label {
    color: #43abc7;
    font-size: 14px;
    margin-left: 10px;
}

.blog-post .post-title, .recent-news .post-title {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 6px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.admin_search_users_box {
    display: flex;
    gap: 20px;
}


.header_fields_item {
    transition: 0.3s;
    width: 120px;
    height: 120px;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
}

.header_fields_item:hover {
    /*    transform: scale(1.1, 1.1);*/
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(144, 71, 222, 0.63));
}


.package_card {
    position: relative;
    margin: 25px;
    background-color: white;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    height: auto;
    padding: 10px;
}

.package_card .title {
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    margin-top: 15px;
    bottom: 0;
    color: #525252;
    font-family: iransans-light, sans-serif !important;
}

.package_card .item {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    color: #5b5b5b;
    font-family: iransans-light, sans-serif !important;
    background-image: linear-gradient(to bottom, #f5f5f5, white, #F5F5F5FF);
    border-radius: 5px;
}


.adviser_accordion_container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.adviser_accordion_container .header {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    min-height: 70px;
    padding: 10px 10px;
    background-color: #f8f8f8;
    border-radius: 10px;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    z-index: 0;
}

.adviser_accordion_container .header:hover {
    background-color: #eeeeee;
}


.turn_radio {
    width: 30px;
    height: 30px;
    background-image: url("/assets/images/radio_off.png");
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 10px;
}

.turn_on_radio {
    background-image: url("/assets/images/radio_on.png") !important;
}


.coupon_users_box {
    position: absolute;
    width: 96%;
    height: auto;
    overflow: auto;
    max-height: 200px;
    z-index: 100;
    border-radius: 3px;
    background-color: whitesmoke;
    top: 40px;
}

.coupon_users_box .item {
    display: flex;
    gap: 10px;
    line-height: 20px;
    color: #252525;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: space-around;
}

.coupon_users_box .item:hover {
    background-color: rgba(168, 168, 168, 0.65);

}


.coupon_selected_users_box {
    width: 100%;
    overflow: auto;
    display: flex;
    padding: 15px 5px;
    gap: 10px;
    flex-wrap: wrap;
}


.cart_coupon_input {
    border: 1px solid #e8e8e8;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
    color: #495057
}

.cart_coupon_apply_btn {
    border: none;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    color: white;
    background-color: #5c00ff;
    font-weight: bold;
}

.cart_coupon_apply_btn:hover {
    background-color: #580be1;
}


@media only screen and (max-width: 600px) {

    #menuDropdown {
        box-shadow: 0 0 100px #000000;
    }

    .arta_header_title1 {
        font-size: 30px !important;
    }

    .arta_header_title2 {
        font-size: 20px !important;
    }

    .play_list_box .list {
        width: 50%;
    }

    .loop {
        display: none !important;
    }

    #the_gir_png {
        transform: scale(2, 2);
        height: 400px !important;
    }

    #slide-100-layer-3 {
        font-size: 30px !important;
        display: block !important;
        color: white !important;
        line-height: 40px !important;
        text-shadow: 0px 0px 3px #0c5460;
        text-align: center !important;
        width: 100% !important;
    }

    #slide-200-layer-11 {
        width: 130%;
    }

    #slide-100-layer-7 {
        margin-top: 30px;
        margin-right: 120px !important;
    }

    #here_radio {
        font-size: 22px !important;
        font-weight: bold;
        text-shadow: 0px 0px 3px #0c5460;
        color: white;
        text-align: center !important;
        width: 100% !important;
    }

    #cat_desc_more_btn {
        margin-bottom: 50px;
    }

    .subscribe-title {
        max-width: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    .arta_banner_left img {
        margin-top: 30px;
        position: relative;
        z-index: 20;
    }

    .arta_banner_right img {
        position: relative;
        z-index: 20;
    }

    #home_podcast_slide_banner {
        width: 100%;
    }

    #Testimonials_mooshak {
        background-image: unset !important;
    }

    .admin_search_users_box {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 800px) {


    .radiobina_poscats .padcast_price {
        width: unset !important;
    }

    .workshop_home_page {
        width: 100% !important;
    }

    .home_workshop_image {
        width: 100% !important;
    }


}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
