﻿.course_btn {
    display: flex;
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 75px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    color: #FFF;
}
.course_btn_small {
    display: flex;
    padding: 8px;
    justify-content: center;
    gap: 75px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    color: #000000;
}
.course_bg_yellow {
    background: #FAA500;
}

.course_bg_blue, .bg_blue {
    border: 1px solid #4650E1;
    background: #4650E1;
}
.course_bg_white {
    background: #FFF
}

.course_bg_red {
    background: #E14659;
}
.course_bg_gray.bg_gray {
    background: #EBEBEB;
}

.course_box {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 24px;
    border: 1px solid var(--stroke, #EBEBEB);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.course_p_12, .p12 {
    padding: 12px;
}

.course_p_16, .p16 {
    padding: 16px;
}

.course_p_17, .p17 {
    padding: 17px;
}

.course_p_20, .p20 {
    padding: 20px;
}

.course_p_24, .p24 {
    padding: 24px;
}

.course_p_40, .p40 {
    padding: 40px;
}

.course_p_100, .p100 {
    padding: 100px;
}

.gap4 {
    gap: 4px;
}

.gap6 {
    gap: 6px;
}

.gap8 {
    gap: 8px;
}

.gap9 {
    gap: 9px;
}

.gap12 {
    gap: 12px;
}

.course_g_16, .gap16 {
    gap: 16px;
}

.course_g_10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.course_g_24, .gap24 {
    gap: 24px;
}

.gap26 {
    gap: 26px;
}

.course_g_28, .gap28 {
    gap: 28px;
}

.gap32 {
    gap: 32px;
}

.gap30 {
    gap: 30px;
}

.gap36 {
    gap: 36px;
}

.course_g_40, .gap40 {
    gap: 40px;
}

.course_g_42 {
    gap: 42px;
}

.gap_48 {
    gap: 48px;
}

.gap_50 {
    gap: 50px;
}

.gap_52 {
    gap: 52px;
}

.gap56 {
    gap: 60px;
}

.gap60 {
    gap: 60px;
}

.course_g_72, .gap72 {
    gap: 72px;
}

.gap80 {
    gap: 80px;
}

.gap124 {
    gap: 124px;
}

.gap126 {
    gap: 126px;
}

.gap138 {
    gap: 138px;
}
.course_mt_16 {
    margin-top: 16px;
}
.course_underliner_yellow {
    border-bottom: solid 4px #FAA500;
    display:block;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.items-center{
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.course_tab2 {
    text-align: center;
    padding: 16px;
    width: 160px;
    border-bottom: #EBEBEB solid 4px;
}

    .course_tab2.active {
        border-bottom: #FAA500 solid 4px;
    }
.course_tab {
    border-radius: 16px;
    text-align: center;
    padding: 16px;
    width: 160px;
}
.course_tab.active {
    background: #FAA500;
    color: #FFF;
}
.course_chat_me {
    border-radius: 24px 24px 0px 24px;
    background: #4650E1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    color: #FFF;
}
.course_chat {
    border-radius: 24px 24px 24px 0px;
    background: #E0E2FF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    color: #4650E1;
    text-align:left;
}
.chat_message_input {
    border-radius: 40px;
    border: 1px solid #4650E1;
    padding: 8px 24px 7px 10px;
    width: 100%;
    height: 62px;
}
.course_step_fill {
    border-radius: 100px;
    border: 1px solid var(--yellow, #FAA500);
    background: var(--yellow, #FAA500);
    display: flex;
    width: 60px;
    height: 60px;
    padding: 19px 0px 13px 0px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 40px;
}
.course_step_blank {
    border-radius: 100px;
    border: 3px solid #4650E1;
    display: flex;
    height: 60px;
    width: 60px;
    padding: 19px 0px 13px 0px;
    justify-content: center;
    align-items: center;
    color: #4650E1;
    font-size: 40px;
}
.course_dash {
    border-radius: 24px;
    background: var(--yellow, #FAA500);
    width: 24px;
    height: 4px;
    flex-shrink: 0;
}

::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #f8a602;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #f8a602;
    }
.course_text_black, .text_black {
    color: #000;
}

.course_text_yellow, .text_yellow {
    color: #FAA500;
}

.text_blue, .course_text_blue, .course_text_bellow {
    color: #4650E1;
}

.course_text_white, .text_white {
    color: #FFF;
}
.courseTv{
    display:flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

@media (min-width: 768px) {
    .courseTv {
        display: flex;
        flex-direction: row;
        gap:8px;
    }
}
#courseTvBox {
    max-width: 863px;
    height: 647px;
    width: 100%;
    max-height: 647px;
    height: 100%;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

.font700 {
    font-weight: 700;
}

.font900 {
    font-weight: 900;
}

.font12 {
    font-size: 12px;
    line-height: 32px;
}

.font16 {
    font-size: 16px;
    line-height: 32px;
}

.font20 {
    font-size: 20px;
    line-height: 32px;
}

.font24 {
    font-size: 24px;
    line-height: 48px;
}

.font32 {
    font-size: 32px;
    line-height: 48px;
}

.font_bold {
    font-weight: bold
}

.course_w_100 {
    width: 100%;
}
.even-row {
    background-color: #f8f9fa; /* رنگ روشن برای ردیف‌های زوج */
  }
.inline-filter
{
    display: inline-block;
}
.with-300
{
    width: 300px; 
    min-width: 250px; 
    flex-grow: 2;
}  