/* -- reset -- */
html,
body,
div,
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

button {
    background: none;
    border: none;
}

body {
    line-height: 1;
}

body.fixed {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1240px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1240px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1240px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1240px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1240px) {
    .hidden-lg {
        display: none!important
    }
}

.full-width {
    width: 100% !important;
}


/* -- grid -- */

.container {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px !important;
}

.container.column-direction {
    flex-direction: column;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


/* -- mobile first -- */

[class^="span-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 5px !important;
    float: right;
}

.order-m-1 {
    order: 1
}

.order-m-2 {
    order: 2
}

.order-m-3 {
    order: 3
}


/* ---------- responsive ---------- */

@media only screen and (min-width: 500px) {
    .span-xs-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .span-xs-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .span-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .span-xs-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .span-xs-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .span-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .span-xs-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .span-xs-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .span-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .span-xs-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .span-xs-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .span-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container {
        width: 100%;
        padding: 0px 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    .span-sm-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .span-sm-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .span-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .span-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .span-sm-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .span-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .span-sm-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .span-sm-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .span-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .span-sm-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .span-sm-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .span-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container {
        width: 750px !important;
        padding: 0px 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .span-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .span-md-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .span-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .span-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .span-md-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .span-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .span-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .span-md-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .span-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .span-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .span-md-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .span-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container {
        width: 970px !important;
    }
    .order-m-1,
    .order-m-2,
    .order-m-3 {
        order: unset;
    }
}

@media only screen and (min-width: 1240px) {
    .span-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .span-lg-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .span-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .span-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .span-lg-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .span-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .span-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .span-lg-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .span-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .span-lg-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .span-lg-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .span-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container {
        width: 1240px !important;
    }
}

@media only screen and (min-width: 1350px) {
    .container {
        padding: 0 !important;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

::selection {
    background: rgb(var(--primary-color));
    color: rgb(var(--color-ffffff));
}

html {
    box-sizing: border-box;
    font: 15px IRANSans;
    color: rgb(var(--color-333333));
}

html *,
html *::before,
html *::after {
    box-sizing: border-box;
    font: inherit;
    color: inherit;
    direction: rtl;
}

[class^=fa-],
[class^=caret-] {
    font-family: "Font Awesome 5 Pro" !important;
}

strong,
b {
    font-weight: 700;
    color: rgb(var(--color-333333));
}

u {
    text-decoration-skip-ink: none;
}

*,
*:hover,
*:focus {
    outline: none !important;
}

* {
    --primary-color: 96, 196, 82;
    /* #60c452 */
    --primary-color-dark: 79, 179, 65;
    /* #4fb341 */
    --primary-color-dark2x: 62, 162, 48;
    /* #3ea230 */
    --second-color: 245, 174, 22;
    /* #f5ae16 */
    --second-color-dark: 228, 157, 5;
    /* #e49d05 */
    --second-color-dark2x: 211, 140, 0;
    /* #d38c00 */
    --third-color: 148, 179, 222;
    /* #94b3de */
    --third-color-dark: 131, 162, 205;
    /* #83a2cd */
    --third-color-dark2x: 114, 145, 188;
    /* #7291bc */
    --danger-color: 240, 75, 75;
    /* #f04b4b */
    --danger-color-dark: 223, 58, 58;
    /* #df3a3a */
    --danger-color-dark2x: 206, 41, 41;
    /* #ce2929 */
    --blue-bg: 110, 145, 202;
    /* #6e91ca */
    --academy-bg: 248, 252, 255;
    /* #f8fcff */
    --color-000000: 0, 0, 0;
    /* #000000 */
    --color-333333: 51, 51, 51;
    /* #333333 */
    --color-4d4d4d: 77, 77, 77;
    /* #4d4d4d */
    --color-545454: 84, 84, 84;
    /* #545454 */
    --color-767676: 118, 118, 118;
    /* #767676 */
    --color-999999: 153, 153, 153;
    /* #999999 */
    --color-a0a0a0: 160, 160, 160;
    /* #a0a0a0 */
    --color-bdbdbd: 189, 189, 189;
    /* #bdbdbd */
    --color-cccccc: 204, 204, 204;
    /* #cccccc */
    --color-eaeaea: 234, 234, 234;
    /* #eaeaea */
    --color-f1f1f1: 241, 241, 241;
    /* #f1f1f1 */
    --color-f8f8f8: 248, 248, 248;
    /* #f8f8f8 */
    --color-f9f9f9: 249, 249, 249;
    /* #f9f9f9 */
    --color-fafafa: 250, 250, 250;
    /* #fafafa */
    --color-ffffff: 255, 255, 255;
    /* #ffffff */
    --color-f8f9fa: 248, 250, 255;
    /* #f8f9fa */
    --color-shadow: 115, 128, 157;
    /* #73809d */
    --popular-text: #6e7076;
    /* #7f8187 */
    --box-shadow: 70, 72, 77;
    /* #46484d */
    --bg-code: 39, 40, 34;
    /* #272822 */
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

.green-text {
    color: rgb(var(--primary-color)) !important;
}

.orange-text {
    color: rgb(var(--second-color)) !important;
}

.blue-text {
    color: rgb(var(--third-color)) !important;
}

.red-text {
    color: rgb(var(--danger-color)) !important;
}

.dark-text {
    color: rgb(var(--color-333333)) !important;
}

.green-outline {
    border: 1px solid rgb(var(--primary-color)) !important;
}

.orange-outline {
    border: 1px solid rgb(var(--second-color)) !important;
}

.red-outline {
    border: 1px solid rgb(var(--danger-color)) !important;
}

.blue-outline {
    border: 1px solid rgb(var(--third-color)) !important;
}

.medium-text {
    font: 500 16px IRANSans;
}

.larg-text {
    font: 500 18px IRANSans;
}

.big-text {
    font: 500 20px IRANSans;
}

.green-svg {
    fill: rgb(var(--primary-color));
}

.orange-svg {
    fill: rgb(var(--second-color));
}

.blue-svg {
    fill: rgb(var(--third-color));
}

.red-svg {
    fill: rgb(var(--danger-color));
}

.alert {
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    align-items: center;
    gap: 10px !important;
    margin: 10px 0;
    position: relative;
    border-radius: 5px;
    font-weight: 300;
}

.min-alert {
    min-height: 55px;
    font: 300 13.5px IRANSans;
    padding: 5px 20px 5px 50px;
}

.alert-text {
    text-align: center;
    margin: 20px 0 5px;
}

.alert-icon {
    display: none;
    height: 25px;
}

.alert .link-simple {
    border-bottom: 1px solid;
    margin: 0 2px;
}

.alert .btn {
    height: 35px;
    white-space: nowrap;
}

.close-alert {
    position: absolute;
    left: 15px;
    cursor: pointer;
}

.danger-alert {
    background: rgba(var(--danger-color), 0.15);
    color: rgb(var(--danger-color-dark2x));
}

.danger-alert svg {
    fill: rgb(var(--danger-color-dark));
}

.danger-alert .link-simple:hover {
    border-bottom: 1px solid rgb(var(--danger-color));
}

.warning-alert {
    background: rgba(var(--second-color), 0.15);
    color: rgb(var(--second-color-dark2x));
}

.warning-alert svg {
    fill: rgb(var(--second-color-dark));
}

.warning-alert .link-simple:hover {
    border-bottom: 1px solid rgb(var(--second-color));
}

.success-alert {
    background: rgba(var(--primary-color), 0.15);
    color: rgb(var(--primary-color-dark2x));
}

.success-alert svg {
    fill: rgb(var(--primary-color-dark));
}

.success-alert .link-simple:hover {
    border-bottom: 1px solid rgb(var(--primary-color));
}

.info-alert {
    background: rgba(var(--third-color), 0.15);
    color: rgb(var(--third-color-dark2x));
}

.info-alert svg {
    fill: rgb(var(--third-color-dark));
}

.info-alert .link-simple:hover {
    border-bottom: 1px solid rgb(var(--third-color));
}


hr {
    width: 100%;
    background: none;
    border: 1px dashed aliceblue;
    margin: 0 0 30px;
}

.icon-box {
    width: 35px !important;
    height: 35px !important;
    border-radius: 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-icon {
    fill: rgb(var(--second-color-dark));
}

.danger-icon {
    fill: rgb(var(--danger-color-dark));
}

.green-icon {
    fill: rgb(var(--primary-color-dark2x));
}

.danger-input input:not(.select2-search__field),
.danger-input textarea,
.danger-input .select2-selection {
    border: 1px solid rgb(var(--danger-color)) !important;
    background: rgba(var(--danger-color), 0.05) !important;
    color: rgb(var(--danger-color)) !important;
}

.danger-input input::placeholder,
.danger-input textarea::placeholder {
    color: rgba(var(--danger-color), 0.8)
}

.danger-input::after {
    color: rgb(var(--danger-color));
    position: absolute;
    bottom: -18px !important;
    right: 145px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 300 12px IRANSans;
    z-index: 10;
}

.has-label-full.danger-input::after,
.has-label-full.warning-input::after,
.has-label-full.success-input::after {
    right: 0 !important;
}

.danger-input svg {
    fill: rgb(var(--danger-color-dark2x));
}

.warning-input input,
.warning-input textarea {
    border: 1px solid rgb(var(--second-color)) !important;
    background: rgba(var(--second-color), 0.05) !important;
}

.warning-input input::placeholder,
.warning-input textarea::placeholder {
    color: rgba(var(--second-color), 0.8)
}

.warning-input::after {
    color: rgb(var(--second-color));
    position: absolute;
    bottom: -18px !important;
    right: 145px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 300 12px IRANSans;
    z-index: 10;
}

.has-label-full.warning-input::after,
.has-label-full .warning-input::after {
    right: 0;
}

.warning-input svg {
    fill: rgb(var(--second-color-dark2x));
}

.success-input input,
.success-input textarea {
    border: 1px solid rgb(var(--primary-color)) !important;
    background: rgba(var(--primary-color), 0.05) !important;
}

.success-input input::placeholder,
.success-input textarea::placeholder {
    color: rgba(var(--primary-color), 0.8)
}

.success-input::after {
    color: rgb(var(--primary-color));
    position: absolute;
    bottom: -18px !important;
    right: 145px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 300 12px IRANSans;
    z-index: 10;
}

.has-label-full.success-input::after,
.has-label-full .success-input::after {
    right: 0;
}

.weak-pass::after {
    content: "پسورد ضعیف است.";
}

.medium-pass::after {
    content: "پسورد معمولی است.";
}

.strong-pass::after {
    content: "پسورد قوی است.";
}

.success-repass:after {
    content: "تکرار پسورد صحیح است.";
}

.unsuccess-repas:after {
    content: "تکرار رمز عبور.";
}

.valid-email::after {
    content: "ایمیل وارد شده معتبر است.";
}

.invalid-email::after {
    content: "لطفا از یک ایمیل معتبر استفاده کنید.";
}

.valid-url::after {
    content: "آدرس سایت معتبر است.";
}

.invalid-url::after {
    content: "لطفا آدرس سایت را به درستی وارد کنید.";
}

.valid-phone::after {
    content: "شماره تلفن معتبر است.";
}

.invalid-phone::after {
    content: "لطفا شماره تماس را به درستی وارد کنید.";
}

.invalid-nation-code::after {
    content: "کدملی وارد شده صحیح نیست.";
}

.valid-nation-code::after {
    content: "کدملی وارد شده صحیح است.";
}

.required::after {
    content: "لطفا فیلد بالا را پر کنید.";
}

.max-length::after {
    content: "حداکثر تعداد کاراکتر";
}

.invalid-persian::after {
    content: "لطفا از کاراکترهای فارسی استفاده کنید.";
    color: rgb(var(--danger-color));
    position: absolute;
    bottom: -20px !important;
    right: 145px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px !important;
    z-index: 10;
}

/* btn */

.btn {
    height: 50px !important;
    display: flex;
    align-items: center;
    gap: 15px !important;
    padding: 0px 15px !important;
    border-radius: 3px !important;
    color: rgb(var(--color-ffffff));
    cursor: pointer;
    justify-content: center;
    border: none;
    transition: all 0.4s;
    font-family: IRANSans;
}

.btn:disabled {
    filter: grayscale() opacity(0.2);
    cursor: not-allowed;
}

.btn-primary {
    background: rgb(var(--primary-color));
    box-shadow: 5px 5px 20px rgba(var(--primary-color), 0.1);
}

.btn-primary:hover {
    background: rgb(var(--primary-color-dark));
}

.btn-secondary {
    background: rgb(var(--second-color));
    box-shadow: 5px 5px 20px rgba(var(--second-color), 0.1);
}

.btn-secondary:hover {
    background: rgb(var(--second-color-dark));
}

.btn-thirdary {
    background: rgb(var(--third-color));
    box-shadow: 5px 5px 20px rgba(var(--third-color), 0.1);
}

.btn-thirdary:hover {
    background: rgb(var(--third-color-dark));
}

.btn-danger {
    background: rgb(var(--danger-color));
    box-shadow: 5px 5px 20px rgba(var(--danger-color), 0.1);
}

.btn-danger:hover {
    background: rgb(var(--danger-color-dark));
}

.btn-white {
    background: rgb(var(--color-ffffff));
    color: rgb(var(--second-color));
}

.btn-white:hover {
    box-shadow: 5px 5px 20px rgba(var(--color-ffffff), 0.1);
}

.btn-dark {
    background: rgb(var(--color-4d4d4d));
    box-shadow: 5px 5px 20px rgba(var(--color-4d4d4d), 0.1);
}

.btn-dark:hover {
    background: rgb(var(--color-333333));
}

.btn-gray {
    background: rgb(var(--color-cccccc));
    box-shadow: 5px 5px 20px rgba(var(--color-cccccc), 0.1);
}

.btn-gray:hover {
    background: rgb(var(--color-bdbdbd));
    box-shadow: 5px 5px 20px rgba(var(--color-bdbdbd), 0.1);
}

.btn-silver {
    background: #f1f5fa;
    box-shadow: 5px 5px 20px #f1f5fa20;
    color: #7286a2;
}

.btn-silver:hover {
    background: #eaf0f7;
    box-shadow: 5px 5px 20px #eaf0f720;
}

.btn-disabled {
    cursor: default;
}

.btn-primary-outline {
    background: rgba(var(--primary-color), 0.15);
    color: rgb(var(--primary-color-dark));
    border: 1px solid rgb(var(--primary-color));
}

.btn-primary-outline:hover {
    background: rgba(var(--primary-color), 0.25);
    color: rgb(var(--primary-color-dark2x));
    border: 1px solid rgb(var(--primary-color-dark));
}

.btn-third-outline {
    background: rgba(var(--third-color), 0.2);
    color: rgb(var(--third-color-dark));
    border: 1px solid rgb(var(--third-color));
}

.btn-third-outline:hover {
    background: rgba(var(--third-color), 0.3);
    color: rgb(var(--third-color-dark2x));
    border: 1px solid rgb(var(--third-color-dark));
}

.btn-primary-light {
    background: rgba(var(--primary-color), 0.2);
}

.btn-primary-light:hover {
    background: rgba(var(--primary-color), 0.4);
}

.btn-inline {
    height: 45px !important;
    border-radius: 3px 0 0 3px !important;
    font-size: 13px !important;
    margin: 20px auto 0 0;
    justify-content: center !important;
}

.btn svg {
    fill: currentColor;
}

.btn-only-svg svg {
    margin: 0;
}

.btn-min {
    width: 110px !important;
    height: 45px !important;
    font-size: 13px !important;
}

.btn-big {
    width: 100%;
}

.btn.disabled,
.btn.disabled:hover {
    transition: none !important;
    background: rgb(var(--color-eaeaea)) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

.nice-input,
.select2-container--default.select2-container .select2-selection--multiple,
.dataTables_filter input,
.dataTables_length select,
.nice-select {
    width: 100%;
    height: 45px !important;
    font-size: 13.5px !important;
    background: #f1f5fa;
    border: 1px solid #f0f4f9;
    padding: 0 15px;
    border-radius: 3px !important;
    transition: all 0.4s;
}

.nice-input[type="url"],
.nice-input[type="email"],
.en-font {
    direction: ltr;
    text-align: left;
}


body::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

/* main */
main {
    padding-top: 95px !important;
    position: relative;
    z-index: 1;
}

.card {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto 30px;
    background: rgb(var(--color-ffffff));
    box-shadow: 0 5px 30px rgba(var(--box-shadow), .08);
    padding: 60px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px !important;
}

.bg-lines {
    background: url(../images/bg-lines.svg) no-repeat center top/ 1210px auto;
}

.pages-header {
    width: 100%;
    max-width: 850px !important;
    text-align: center;
    margin: 50px auto 30px !important;
}

.pages-title {
    font: 700 22px IRANSans;
}

.pages-subtitle {
    font: 300 16px IRANSans;
    color: var(--popular-text);
    margin-top: 10px !important;
}

.analyze-form-box {
    direction: ltr;
    display: flex;
    margin: 30px 0;
}

.analyze-form-box .nice-input {
    height: 55px !important;
    font-size: 16px !important;
    border-radius: 3px 0 0 3px !important;
}

.analyze-form-box .btn {
    flex: 180px;
    height: 55px !important;
    border-radius: 0 3px 3px 0 !important;
}

.analyze-history {
    display: flex;
    justify-content: space-between;
}

.analyze-history-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.analyze-history-count {
    font: 500 30px IRANSans;
    color: rgb(var(--color-4d4d4d));
}

.analyze-history-subject {
    color: rgb(var(--color-999999));
}

/* result */
.analyze-result-tab {
    width: 100%;
    padding: 0 20px;
}

.analyze-result-tab-title {
    font: 700 18px IRANSans;
    margin-bottom: 25px;
}

.analyze-result-item {
    display: flex;
    padding: 10px 0;
    margin-bottom: 15px;
}

.analyze-result-item-rightbox {
    flex: 0 0 170px;
    padding-top: 15px;
}

.analyze-result-item-subject {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.analyze-result-item-icon {
    width: 20px;
    height: 20px;
}

.analyze-result-item-content {
    max-width: calc(100% - 170px);
    flex: 1 1 auto;
    overflow-wrap: break-word;
    background: #f1f5fa75;
    padding: 20px 25px;
    border-radius: 5px;
}

.analyze-result-item-tags-box {
    direction: ltr;
    background: rgb(var(--bg-code));
    color: #f1f5fa;
    border-radius: 5px;
    padding: 10px 20px;
    line-height: 2;
    font-family: consolas;
}

.analyze-result-item-tags {
    direction: ltr;
}

.analyze-result-item-msg {
    font: 300 14px IRANSans;
    margin-top: 5px;
    color: rgb(var(--color-a0a0a0));
}

.has-length {
    position: relative;
    padding-bottom: 30px;
}

.has-length-bg-box {
    width: 360px;
    max-width: 100%;
    height: 3px;
    position: relative;
    top: 20px;
}

.has-length-bg,
.has-length-calc-width {
    content: "";
    width: 360px;
    max-width: 100%;
    height: 3px;
    background: #f1f5fa;
    display: block;
    position: absolute;
    bottom: 0
}

.good .has-length-calc-width {
    background: rgb(var(--primary-color));
}

.ok .has-length-calc-width {
    background: rgb(var(--second-color));
}

.bad .has-length-calc-width {
    background: rgb(var(--danger-color));
}

.analyze-result-header {
    display: flex;
    width: 100%;
}

.score-box.show {
    flex: 0 0 200px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebecee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.score-box .amount-score {
    font: 700 40px arial;
}

.score-box.exelent .amount-score {
    color: rgb(var(--primary-color-dark));;
}

.score-box.good .amount-score {
    color: rgb(var(--primary-color));;
}

.score-box.normal .amount-score {
    color: rgb(var(--second-color));;
}

.score-box.bad .amount-score {
    color: rgb(var(--danger-color));;
}

.msg-box.show {
    margin: 0 25px 25px;
    border-bottom: 1px solid #ebecee;
    width: 100%;
    padding-bottom: 25px;
}

.msg-box span:not(:empty) {
    margin-left: 10px;
    display: block;
}

.msg-box span:not(:empty)::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

.msg-success:not(:empty) {
    color: rgb(var(--primary-color));
}

.msg-warning:not(:empty) {
    color: rgb(var(--second-color));
}

.msg-error:not(:empty) {
    color: rgb(var(--danger-color));
}

.msg-success:not(:empty)::before {
    background: rgb(var(--primary-color));
}

.msg-warning:not(:empty)::before {
    background: rgb(var(--second-color));
}

.msg-error:not(:empty)::before {
    background: rgb(var(--danger-color));
}

span.ltr {
    direction: ltr;
    display: inline-block;
}


@media screen and (min-width: 992px) {
    body::before {
        content: url(../images/main-bg.svg);
    }
}

@media screen and (min-width: 1240px) {
    .alert {
        flex-direction: row;
        padding: 15px 20px 15px 50px;
    }
    .alert-text {
        text-align: right;
        margin: 0;
    }

    .bg-shear::before {
        content: url(../images/main-services-bg.svg);
        width: 100%;
        height: auto;
        position: absolute;
        top: 720px !important;
        opacity: 0.5;
        z-index: -1;
        mix-blend-mode: multiply;
    }

    .card {
        margin: -20px auto 60px;
        padding: 60px 35px 30px 25px;
    }

    .pages-header {
        margin: 100px auto 70px !important;
    }
    .pages-title {
        font: 700 24px IRANSans;
    }
    
}