@charset "utf-8";
/**css reset*/

html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: all 0.4s ease-in-out;
    font-family: var(--font_primary);
}

body {
    direction: rtl;
    font-family: var(--font_primary);
    font-size: var(--font_l);
    color: var(--dark);
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    cursor: context-menu;
}

:root {
    --blue_100: #ebedff;
    --blue_500: #3c4dfe;
    --blue_600: #1529fe;
    --blue_700: #0117FE;
    --blue_800: #0113d7;
    --blue: #3F8CFF;
    --blue_2: #0049C6;
    --purple: #7f337d;
    --purple_100: #fdf9fe;
    --purple_300: #c830ef;
    --purple_500: #bb12e6;
    --purple_700: #9d0fc2;
    --pink: #e83e8c;
    --red: #e74c3c;
    --red--100: #ffe3e5;
    --red--200: #ffcad0;
    --red--300: #ff9fa9;
    --red--400: #fe3555;
    --red--500: #e6123d;
    --red--700: #c70934;
    --red--800: #a70a33;
    --red--900: #8e0d33;
    --orange--100: #fee5d6;
    --orange--200: #fcc8ac;
    --orange--300: #faa177;
    --orange--400: #f66f41;
    --orange--500: #f34616;
    --orange--600: #e43212;
    --orange--700: #bd2211;
    --orange--800: #971d15;
    --orange--900: #791b15;
    --orange: #fd7e14;
    --yellow-100: #fef9c3;
    --yellow-200: #fef08a;
    --yellow-300: #fde047;
    --yellow-400: #facc15;
    --yellow-500: #eab308;
    --yellow-600: #ca8a04;
    --yellow-700: #a16207;
    --yellow: #f5db02;
    --green_100: #cbffc5;
    --green__200: #9bff92;
    --green_300: #5cff53;
    --green_400: #25fb20;
    --green_500: #01dc00;
    --green_600: #00b505;
    --green_700: #028906;
    --green__800: #086c0c;
    --green_900: #0c5b10;
    --green__1000: #003305;
    --green__1100: #000902;
    --dark_green_100: #f9fbfa;
    --dark_green_300: #a0b7a5;
    --dark_green_500: #6a8b71;
    --dark_green_700: #59755f;
    --dark_green_900: #405344;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray_100: #f6f6f6;
    --gray_200: #e1e1e1;
    --gray_300: #d7d7d7;
    --gray_400: #bababa;
    --gray_500: #7b7b7b;
    --gray_700: #4f4f4f;
    --gray_900: #545454;
    --gray: #e1e1e1;
    --primary: #6C5DD3;
    --primary_text: #11142D;
    --accsent: #344d96;
    --secondary: #FF754C;
    --secondary_text: #808191;
    --secondary_back: #E4E4E47F;
    --secondary_border: #D8D8D8;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #ecf0f1;
    --dark: #110d00;
    --dark-100: #787878;
    --dark-300: #5b5b5b;
    --dark-500: #2F2E2E;
    --dark-700: #161616;
    --dark-900: #020202;

    --s: 5px;
    --m: 10px;
    --l: 15px;
    --x: 20px;
    --xl: 25px;
    --x2: 40px;
    --x3: 60px;
    --x4: 80px;

    --font_s: 8px;
    --font_m: 10px;
    --font_r: 12px;
    --font_l: 14px;
    --font_x: 18px;
    --font_xl: 24px;
    --font_x2: 36px;
    --font_x3: 54px;
    --font_x4: 72px;

    --radius_5: 5px;
    --radius_10: 10px;
    --radius_16: 15px;
    --radius_20: 20px;
    --radius_25: 25px;
    --radius_50: 50px;
    --radius_oval: 50%;

    --margin_s: 5px;
    --margin_m: 10px;
    --margin_l: 15px;
    --margin_x: 20px;
    --margin_xl: 25px;
    --margin_x2: 40px;
    --margin_x3: 60px;
    --margin_x4: 80px;

    --b_shadow_primary: 0 0 5px rgba(0, 0, 0, 0.15);
    --b_shadow_secondary: 0 0 5px rgba(0, 0, 0, 0.35);

    --font_primary: Kalameh;
    --font_secondary: 'Google Sans';
}

.error_holder {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 50px auto;
    color: var(--orange);
    flex-direction: column;
    align-items: center;
}

.error_holder i {
    display: block;
    font-size: 70px;
    margin-bottom: 20px;
}

.error_holder span {
    display: block;
    font-size: 14pt;
    font-weight: 500;
    margin-bottom: 15px;
}

.limit_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.color_blue {
    color: var(--blue_600) !important;
}

.color_gray {
    color: var(--gray_500) !important;
}

.yellow_color {
    color: var(--yellow-500) !important;
}

.red_color {
    color: var(--red--500) !important;
}

.color_green {
    color: var(--green_500) !important;
}

.color_orange {
    color: var(--orange--400) !important;
}

.color_red {
    color: var(--red) !important;
}

.container {
    width: calc(100% - 20px);
    max-width: 1260px;
    margin: auto;
}

.w100 {
    display: block;
    width: 100%;
}

.w50 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
}

.w33 {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 5px);
}

.w25 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 5px);
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.ltr {
    text-align: left;
    direction: ltr;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

a {
    display: inline-block;
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--accsent);
    text-decoration: none;
}

hr {
    /*background-image: linear-gradient(to left, transparent, var(--primary), transparent);*/
    background: var(--secondary_border);
    border: 0;
    height: 1px;
    max-width: 80%;
    margin: 10px auto 20px auto;
    box-sizing: content-box;
}

.input_holder {
    margin-bottom: 24px;
}

.label {
    display: block;
    font-size: 12px;
    line-height: 1.33333;
    font-weight: 500;
    color: #808191;
    margin-bottom: 16px;
}

.input,
input,
select,
textarea {
    height: 56px;
    padding: 0 22px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(228, 228, 228, 0.3);
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    color: #11142D;
    transition: all .25s;
    box-shadow: none;
    font-family: var(--font_primary);
}

.input:hover,
input:focus,
select:focus,
textarea:focus {
    border-color: #6C5DD3;
    background: #ffffff;
}

textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    outline: none !important;
}

.btn_primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--light);
    box-sizing: border-box;
    padding: var(--margin_l) var(--margin_x2);
    border-radius: var(--radius_16);
    background: var(--primary);
    cursor: pointer;
    font-weight: 500;
    font-size: var(--font_l);
}

.btn_primary:hover {
    color: var(--light);
    background: var(--accsent);
}

.btn_red {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--light);
    box-sizing: border-box;
    padding: var(--margin_l) var(--margin_x2);
    border-radius: var(--radius_16);
    background: var(--red--500);
    cursor: pointer;
    font-weight: 500;
    font-size: var(--font_l);
}

.btn_red:hover {
    color: var(--light);
    background: var(--red--700);
}

.btn_gray {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--primary_text);
    box-sizing: border-box;
    padding: var(--margin_l) var(--margin_x2);
    border-radius: var(--radius_16);
    background: rgba(228, 228, 228, 0.5);
    cursor: pointer;
    font-weight: 500;
    font-size: var(--font_l);
}

.btn_gray:hover {
    background: rgba(228, 228, 228, 0.75);
}

.btn_secondary_blue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
    padding: var(--margin_l) var(--margin_x2);
    border-radius: var(--radius_16);
    color: var(--blue);
    background: rgba(108, 93, 211, 0.5);
    cursor: pointer;
    font-weight: 500;
    font-size: var(--font_l);
}

.btn_secondary_blue:hover {
    background: rgba(108, 93, 211, 0.75);

}

.btn_blue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
    padding: var(--margin_l) var(--margin_x2);
    border-radius: var(--radius_16);
    color: var(--white);
    background: var(--blue);
    cursor: pointer;
    font-weight: 500;
    font-size: var(--font_l);
}

.btn_blue:hover {
    background: var(--blue_600);
    color: var(--white);

}

.btn_secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--light);
    box-sizing: border-box;
    padding: var(--margin_s) var(--margin_l);
    border-radius: var(--radius_5);
    background: var(--secondary);
    cursor: pointer;
}

.btn_secondary:hover {
    color: var(--light);
    background: var(--secondary);
}

.btn_normal {
    display: inline-block;
    text-align: center;
    color: var(--primary);
    box-sizing: border-box;
    padding: var(--margin_s) var(--margin_l);
    cursor: pointer;
}

.btn_normal:hover {
    color: var(--accsent);
}

.inner_post_text img,
.inner_post_text audio,
.inner_post_text video {
    display: block;
    width: calc(100% - 20px);
    max-width: 800px;
    margin: var(--margin_m) auto;
    object-fit: cover;
    border-radius: var(--radius_16);
    overflow: hidden;
}

.inner_post_text .aparat {
    display: block;
    width: calc(100% - 20px);
    max-width: 800px;
    min-height: 500px;
    margin: var(--margin_m) auto;
}

.inner_post_text .aparat iframe {
    min-height: 500px;
    border-radius: var(--radius_16);
    overflow: hidden;
}

.inner_post_text p,
.inner_post_text {
    display: block;
    text-align: justify;
    line-height: 1.8;
    color: var(--secondary_text);
    font-size: 14px;
    margin: 15px 0;
}

.inner_post_sub_text {
    display: block;
    text-align: justify;
    line-height: 1.8;
    color: var(--secondary_text);
    font-size: 14px;
    background: var(--gray_100);
    padding: 5px;
    border-radius: var(--radius_5);
}

.inner_post_text h1 {
    display: block;
    margin-top: var(--margin_x);
    margin-bottom: var(--margin_s);
    font-size: var(--font_xl);
    color: var(--primary_text);
    font-weight: bold;
}

.inner_post_text h2 {
    display: block;
    margin-top: var(--margin_x);
    margin-bottom: var(--margin_s);
    font-size: var(--font_x);
    color: var(--primary_text);
    font-weight: bold;
}

.inner_post_text h3 {
    display: block;
    margin-top: var(--margin_x);
    margin-bottom: var(--margin_s);
    font-size: var(--font_l);
    color: var(--primary_text);
    font-weight: bold;
}

.inner_post_text h4,
.inner_post_text h5,
.inner_post_text h6 {
    display: block;
    margin-top: var(--margin_x);
    margin-bottom: var(--margin_s);
    color: var(--primary_text);
    font-weight: bold;
}

.inner_post_text ul,
.inner_post_text ol {
    display: block;
    margin: 0 var(--margin_xl);
}

.inner_post_text blockquote {
    display: block;
    padding: var(--margin_m);
    background: var(--gray);
    color: var(--primary);
    border-right: 5px solid var(--primary);
    border-radius: var(--radius_5);
}

.bg_blue {
    background: var(--blue);
}

.bg_green {
    background: var(--green);
}

.bg_red {
    background: var(--red--500);
}

.bg_orange {
    background: var(--secondary);
}

.page_number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin: 25px auto;
}

.page_number i,
.page_number a {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background: rgba(108, 93, 211, 0.1);
    display: grid;
    place-items: center;
    border-radius: 24px;
    font-size: 20px;
    cursor: pointer;
    color: var(--secondary_text);
}

.page_number i:hover,
.page_number a:hover {
    background: rgba(108, 93, 211, 0.2);
}

.page_number .current {
    background: rgba(108, 93, 211, 0.9) !important;
    color: var(--white);
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.flex_column {
    display: flex;
    flex-direction: column;
}