﻿:root {
    --dark: #1565C0;
    --light: #E3F2FD;
    --shadow: #90CAF9;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/woff2/IRANSansWeb\(FaNum\).woff2') format('woff2'), url('../fonts/woff/IRANSansWeb\(FaNum\).woff') format('woff'), url('../fonts/eot/IRANSansWeb\(FaNum\).eot') format('eot'), url('../fonts/ttf/IRANSansWeb\(FaNum\).ttf') format('truetype');
}

@font-face {
    font-family: 'lalezar';
    src: url('fonts/woff2/Lalezar-Regular.woff2') format('woff2'), url('../fonts/woff/Lalezar-Regular.woff') format('woff'), url('../fonts/eot/Lalezar-Regular.eot') format('eot'), url('../fonts/ttf/Lalezar-Regular.ttf') format('truetype');
}

:root {
    --mainViewBorderRadius: 7px;
}

* {
    font-family: iransans !important;
    font-weight: 100;
}

.fa {
    font-family: 'FontAwesome' !important;
    font-size: 22px; /*default size - can be overridden*/
}

body {
    /*background-color: var(--dark);*/
    direction: rtl;
}

.seprator-page-title {
    border-bottom: solid 2px var(--dark);
    padding: 0px 20px;
    font-size: 18px;
    color: var(--dark);
    margin: 0px 10px;
    width: 100%;
}

.m-t-7 {
    margin-top: 7px;
}

.m-t-3 {
    margin-top: 3px !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-40 {
    margin-top: 40px !important;
}

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

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

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

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

.text-center {
    /*width: 100%;*/
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.text-left {
    width: 100%;
    text-align: left !important;
}

.text-danger {
    color: #f44336;
}

.text-info {
    color: #2196F3;
}

.text-success {
    color: #4CAF50;
}

.text-success-dark {
    color: #36893a;
}

.text-white {
    color: white;
}

.font35 {
    font-size: 35px !important;
}

.font10 {
    font-size: 10px !important;
}

.font16 {
    font-size: 16px !important;
}

.calc-img {
    height: 200px;
}

.calc-description {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
}

.resutl-calc {
    background-color: #FFCDD2;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 30px;
    text-align: center;
    width: 100%;
    margin: 10px;
}

.result-description {
    text-align: justify;
    line-height: 2;
}

.table th, td {
    font-weight: bold;
    text-align: center;
}

.btn-calc {
    font-size: 18px;
    font-weight: bold;
    background-color: #66BB6A;
    color: white;
    border-radius: 150px;
    border: none;
    padding: 7px 70px;
    transition: all 0.3s;
}

    .btn-calc:hover {
        box-shadow: 0px 0px 13px #00000061;
        background-color: #388E3C;
        transition: all 0.3s;
    }

.calc-title-page {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
    .calc-title-page {
        font-size: 20px;
        text-align: center;
        width:100%;
    }

    .calc-description {
        font-size: 13px;
    }
}
