*{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    list-style-type: none;
    transition: 0.1s !important;
    text-decoration: none;
}
@font-face {
    font-family: 'iranSans';
    src: url('../fonts/IRANSansWeb.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'titr';
    src: url('../fonts/B\ Titr\ Bold.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'sina';
    src: url('../fonts/B\ Sina\ Bold.ttf');
}

@font-face {
    font-family: 'Logirent';
    src: url('../fonts/Logirentdemo-Ea5y8.otf');
    font-weight: normal;
}
:root{
    --primary : #00806B;
    --primary-light: #00806b41;
    --primary-dark: #045346;
    --dashboard: #343A40;
    --dashboard-cover: #3c4349;
    --bgColor : #ebf7f456;
    --orange: #f2ac20;
    --green: #47b65c;
    --light-green: #c2e7c9;
    --dark : #424242;
    --light-gray:#42424234;
    --light-orange:#f2ac204d;

}
html{
    font-family: 'iranSans' !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    text-rendering: optimizeSpeed;
    font-family: "iranSans", sans-serif !important;
    background-color: var(--bgColor);
}
.border-0 {
    border: none !important;
}

.border-100 {
    border: 1px solid rgba(128, 128, 128, 0.068) !important;
}

.border-300 {
    border: 1px solid rgba(128, 128, 128, 0.315) !important;
}

.border-400 {
    border: 1px solid rgba(128, 128, 128, 0.603) !important;
}

.raduis-5 {
    border-radius: 5px !important;
}

.raduis-10 {
    border-radius: 10px !important;
}

.raduis-50 {
    border-radius: 50% !important;
}

.raduis-100 {
    border-radius: 100% !important;
}
.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.font-titr{
    font-family: 'titr' !important;
}
.pointer {
    cursor: pointer !important;
}
.overflow {
    overflow: hidden !important;
}

.overflow-hid-x {
    overflow-x: hidden !important;
}

.overflow-hid-y {
    overflow-y: hidden !important;
}

.overflow-show-x {
    overflow: hidden;
    overflow-x: auto !important;
}

.overflow-show-y {
    overflow: hidden;
    overflow-y: auto !important;
}
.flex-wrap{
    flex-wrap: wrap;
}
.no-wrap{
    flex-wrap: nowrap;
}
.color-gray {
    color: rgba(211, 211, 211, 0.74) !important;
}

.color-white {
    color: rgb(245, 245, 245);
}

.color-dark {
    color: var(--dark);
}
.color-blue {
    color: rgb(7, 128, 241);
}
.color-red {
    color: red;
}
.color-primary {
    color: var(--primary);
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-primary-light{
    background-color: var(--primary-light) !important;
}
.bg-primary-dark{
    background-color: var(--primary-dark) !important;
}
.bg-dash-cover{
    background-color: var(--dashboard-cover) !important;
}
.bgColor{
    background-color: var(--bgColor) !important;
}
.bg-dark{
    background-color: var(--dark) !important;
}
.bg-green{
    background-color: var(--green) !important;
}
.bg-orange{
    background-color: var(--orange);
}
.bg-light-orange {
    background-color: var(--light-orange) !important;
}
.bg-light-red {
    background-color: rgba(255, 0, 0, 0.233) !important;
}
.bg-red {
    background-color: rgba(226, 24, 24, 0.863) !important;
}

.bg-light-green {
    background-color: var(--light-green) !important;
}
.bg-light-white {
    background-color: rgba(255, 255, 255, 0.473) !important;
}
.bg-light-indigo{
    background-color: rgba(76, 0, 130, 0.199);
}
.bg-light-gray{
    background-color: rgba(128, 128, 128, 0.062);
}
input[type="checkbox"]{
    width: 17px !important;
    height: 17px !important;
}
.w-0{
    width: 0px ;
}
.w-20p{
    width: 20px ;
}
.w-40p{
    width: 40px ;
}
.w-60p{
    width: 60px ;
}
.w-80p{
    width: 80px ;
}
.w-100p{
    width: 100px ;
}
.w-20{
    width: 20% ;
}
.w-40{
    width: 40% ;
}
.w-60{
    width: 60% ;
}
.w-80{
    width: 80% ;
}
.w-100{
    width: 100% !important;
}
.m-0{
    margin: 0 !important;
}
.m-1{
    margin: 5px !important;
}
.m-2{
    margin: 10px !important;
}
.m-3{
    margin: 15px !important;
}
.m-4{
    margin: 30px !important;
}
.m-5{
    margin-top: 50px !important;
}
.mx-0{
    margin: 0 0 !important;
}
.mx-1{
    margin: 0 5px !important;
}
.mx-2{
    margin: 0 10px !important;
}
.mx-3{
    margin: 0 15px !important;
}
.mx-4{
    margin: 0 30px !important;
}
.mx-5{
    margin: 0 50px !important;
}
.mt-1{
    margin-top: 5px !important;
}
.mt-2{
    margin-top: 10px !important;
}
.mt-3{
    margin-top: 15px !important;
}
.mt-4{
    margin-top: 30px !important;
}
.mt-5{
    margin-top: 50px !important;
}

.p-0{
    padding: 0 !important;
}
.p-1{
    padding: 5px !important;
}
.p-2{
    padding: 10px !important;
}
.p-3{
    padding: 15px !important;
}
.p-4{
    padding: 30px !important;
}
.p-5{
    padding: 50px !important;
}

.px-1{
    padding: 0 5px !important;
}
.px-2{
    padding: 0 10px !important;
}
.px-3{
    padding: 0 15px !important;
}
.px-4{
    padding: 0 30px !important;
}
.px-5{
    padding: 0 50px !important;
}
.max-25{
    max-width: 25px;
}
.max-35{
    max-width: 35px;
}
.max-40{
    max-width: 40px;
}
.max-50{
    max-width: 50px;
}
.max-70{
    max-width: 70px;
}
.max-85{
    max-width: 85px;
}
.max-100{
    max-width: 100px;
}
.max-200{
    max-width: 200px;
}
.max-300{
    max-width: 300px;
}
.max-500{
    max-width: 500px;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.flex-column{
    flex-direction: column ;
}
.card{
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px var(--light-gray);
}
.line{
    width: 100%;
    height: 1px;
    margin: 5px 0px;
    background-color: rgba(128, 128, 128, 0.151);
}
input{
    outline: none;
    padding:6px;
    font-size: 16px;
    font-family: 'iranSans' !important;
    border: 2px solid rgba(128, 128, 128, 0.363);
    border-radius: 5px;
    width: 100%;
}
input:focus{
    border: 2px double var(--primary);
    outline: 1px double #007bff83;
    outline-offset: 2px;
}
.submitBtn{
    width: 100%;
    border: 1px solid transparent;
    padding: 5px;
    font-size: 16px !important;
    font-family: 'iranSans';
    border-radius: 5px;
    margin: 13px 0px;    
    cursor: pointer;
    background-color: #47b65c;
    box-shadow: 0px 1px 5px rgba(128, 128, 128, 0.527);
    color: white;
}
.submitBtn:active{
    box-shadow: inset 0px 1px 5px rgba(128, 128, 128, 0.308);
}
.required{
    color: red !important;
}
.gap-10{
    gap: 10px !important;
}
.gap-20{
    gap: 20px !important;
}
.gap-50{
    gap: 50px !important;
}

select{
    border: 2px solid rgba(128, 128, 128, 0.315);
    background: linear-gradient(rgba(211, 211, 211, 0.295),rgba(211, 211, 211, 0.089));
    border-radius: 5px;
    font-family: 'iranSans';
    padding: 5px;
    font-size: 16px;
}
select:focus{
    border: 2px solid #007BFF;
    outline: 1px solid #007BFF;
    outline-offset: 1px;
}


.relative{
    position: relative;
}