@charset "utf-8";

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, option, 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;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: IRANSans;
    font-size: 12pt;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    color: #333533;
    cursor: context-menu;
}

json {
    display: none;
    width: 0;
    height: 0;
}

:root {
    --blue2: #1529fe55;
    --blue_100: #ebedff;
    --blue_500: #3c4dfe;
    --blue_600: #1529fe;
    --blue_700: #0117FE;
    --blue_800: #0113d7;
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #7f337d;
    --purple_hover: #7f337d55;
    --pink: #e83e8c;
    --red: #e74c3c;
    --red_sec: #FBDCD9;
    --red_hover: #e50115;
    --red--100: #fef9fa;
    --red--500: #e6123d;
    --red--700: #af0e2f;
    --orange--100: #fff7f5;
    --orange--200: #ffe3db;
    --orange--300: #F57030;
    --orange--500: #f34616;
    --orange--700: #e93c0c;
    --orange: #f26610;
    --yellow-100: #ffffeb;
    --yellow-300: #ffff3b;
    --yellow-500: #ffff00;
    --yellow-700: #d8d800;
    --yellow: #f5db02;
    --yellow_hover: #f5db0288;
    --green_100: #f5fff7;
    --green__200: #befccb;
    --green_300: #73f890;
    --green_500: #01dc00;
    --green_600: #04681a;
    --green_700: #035515;
    --green__800: #024210;
    --green_900: #022f0c;
    --green__1000: #011c07;
    --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: #ebebeb;
    --gray_200: #e1e1e1;
    --gray_300: #d7d7d7;
    --gray_400: #bababa;
    --gray_500: #a6a6a6;
    --gray_700: #4f4f4f;
    --gray_900: #303030;
    --gray: #e1e1e1;
    --gray-dark: #4f4f4f;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #008200;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #ecf0f1;
    --dark-100: #787878;
    --dark-300: #5b5b5b;
    --dark-500: #2F2E2E;
    --dark-700: #161616;
    --dark-900: #020202;
    --dark: #110d00;
    --a_color: #222f3e;
    --a_color_hover: #2f364055;

    --radius_5: 5px;
    --radius_10: 10px;
    --radius_15: 15px;
    --radius_20: 20px;
    --radius_25: 25px;
    --radius_50: 50px;

    --font_s: 8pt;
    --font_m: 9pt;
    --font_r: 10pt;
    --font_l: 11pt;
    --font_x: 12pt;
    --font_xl: 14pt;
    --font_x1: 16pt;
    --font_x2: 18pt;
    --font_x3: 36pt;
    --font_x4: 72pt;

    --b_shadow_primary: 0 0 2px rgba(0, 0, 0, 0.15);
    --b_shadow_secondary: 0 0 5px rgba(0, 0, 0, 0.35);
    --box_shadow: 0 0 5px rgba(68, 65, 64, 0.2);
    --box_shadow_gr: 0 0 5px rgb(42, 202, 68);
    --box_shadow_rd: 0 0 5px rgb(255, 63, 63);
    --box_shadow_or: 0 0 5px rgb(255, 186, 8);
}

.red {
    color: #e74c3c !important;
}

.green {
    color: #218838;;
}

.w100 {
    width: calc(100% - 10px) !important;
}

.container {
    width: calc(100% - 24px);
    max-width: 1366px;
    margin: auto;
}

.main_holder {
    padding: 35px 0;
}

.b_white {
    background: #fff !important;
}

.clear {
    clear: both;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #1da1f2;
}

a:hover {
    color: #2c3e50;
}

ul,
ol {
    margin-right: 25px;
}

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

input[type=text],
input[type=password],
.input_span,
select,
textarea {
    display: inline-block;
    padding: 10px 20px;
    font-family: IRANSans;
    font-size: 10pt;
    box-sizing: border-box;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    border: 1px solid #F5F5F5;
    border-radius: 15px;
    background: transparent;
    font-weight: normal;
}

.show_span {
    display: inline-block;
    padding: 10px 20px;
    font-size: 10pt;
    box-sizing: border-box;
    border: 1px solid #e67e2233;
    border-radius: 5px;
    box-shadow: inset -3px 0 #e67e2233;
    background: transparent;
    font-weight: normal;
}

.btn_show_span {
    display: inline-block;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    margin: 1px 0;
    text-align: center;
    color: #ecf0f1;
    cursor: pointer;
    background: #e67e22;
    padding: 0 10px;
    float: right;
}

.btn_show_span:hover {
    color: #ecf0f1;
    background: #ea9345;
}

option {
    font-family: IRANSans;
    font-size: 10pt;
}

textarea:focus {
    outline: none !important;
}

.ltr {
    direction: ltr;
    text-align: left;
}

hr {
    background-image: linear-gradient(to left, transparent, var(--dark_green_300), transparent);
    border: 0;
    height: 1px;
    margin: 5px 0;
    box-sizing: content-box;
}

.pointer {
    cursor: pointer;
}
