/*
 >  Modern Strategy ©
 >  https://modernstrategy.ir
 >  Software Engineering, Interactive Agency
 
 >> version 1.1
 >> date: 2016-08-30

    >> version 1.2
 >> date: 2 March 2025

        
 */

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

select {
    font: inherit;
}

a,
input,
select,
button {
    outline: none;
}

.h1, .h2, .h3, .h4, .h5 {
    margin: 0;
}

.hr {
    color: #FFF;
    box-shadow: 0px -1px 1px #FFF;
    height: 3px;
    border-radius: 20px;
    margin: 10px 0;
}

.textLeft {
    text-align: left !important;
}

.textCenter {
    text-align: center !important;
}

.textRight {
    text-align: right !important;
}

.textJustify {
    text-align: justify !important;
}

.textEllipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.enText {
    direction: ltr;
    font-family: 'Roboto', Tahoma !important;
}

.faText {
    direction: rtl;
    font-family: 'B Yekan',Tahoma !important;
}

span.faText,
span.enText {
    display: inline-block;
}

.overText {
    vertical-align: super;
    font-size: smaller;
}

.noUserSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noListstyle {
    list-style: none;
    margin: 0;
    padding: 0;
}

.noborder {
    border: none !important;
}
