@font-face {
    font-family: "Material Icons";
    font-display: swap;
    src: url('font/MaterialIcons-Regular.woff2') format('woff2'), url('font/MaterialIcons-Regular.woff') format('woff'), url('font/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "IRANSans";
   font-display: swap;
   src: url('font/IRANSansWeb(NoEn).woff2') format('woff2'),
        url('font/IRANSansWeb(NoEn).woff') format('woff'),
        url('font/IRANSansWeb(NoEn).ttf') format('truetype'),
        url('font/IRANSansWeb(NoEn).eot') format('embedded-opentype');
}
@font-face
{
   font-family: "IRANSans Light";
   font-display: swap;
   src: url('font/IRANSansWeb(NoEn)_UltraLight.woff2') format('woff2'),
        url('font/IRANSansWeb(NoEn)_Light.woff') format('woff'),
        url('font/IRANSansWeb(NoEn)_Light.ttf') format('truetype'),
        url('font/IRANSansWeb(NoEn)_Light.eot') format('embedded-opentype');
}
h1, .h1
{
   font-family: IRANSans;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: IRANSans;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: IRANSans;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: IRANSans;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: IRANSans;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: IRANSans;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle {
    font-family: "IRANSans";
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #2E74B5;
    --color: #2E74B5;
    background-color: transparent;
}
.teststyle
{
   font-family: IRANSans;
   font-weight: normal;
   font-size: 15px;
   text-align: right;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.input-group
{
   text-decoration: none;
   background-color: transparent;
}
.input-icon
{
   text-decoration: none;
   background-color: transparent;
   border: 1px solid #DCDCDC;
   --border-color: #DCDCDC;
   border-bottom-right-radius: 5px;
   border-top-right-radius: 5px;
   border-left-width: 0;
}
.input-txt
{
   text-decoration: none;
   background-color: transparent;
   border: 1px solid #DCDCDC;
   --border-color: #DCDCDC;
   border-bottom-left-radius: 5px;
   border-top-left-radius: 5px;
}
.input-lbl
{
   font-family: IRANSans;
   font-size: 15px;
   text-decoration: none;
   background-color: transparent;
   background-clip: padding-box;
   /*margin-right: 5px  !important;*/
   border-width:0px  !important;
}

.comment-lbl {
    font-family: IRANSans;
    font-size: 12px;
    text-decoration: none;
    color: rgb(177 154 31) !important;
    background-clip: padding-box;
    margin-right: 0px !important;
    border-width: 0px !important;
    margin-top: 4px;
}

/***************************** Tag payam ****************************/


.div_Hide {
    display: none;
}

.tagName {
    border: #ddd solid 1px;
    width: 100%;
    margin-bottom: 2px;
    display: inline-block;
    position: relative;
}

    .tagName div {
        padding: 0;
        margin: 0;
    }

        .tagName div label {
            width: 100%;
            background: #fff;
            padding: 5px 10px;
            margin: 0;
            text-align: center;
            font-size: 11px;
            cursor: pointer;
        }

        .tagName div:first-child label {
            color: #563C19;
        }

        .tagName div:nth-child(1) {
            width: 15%;
            display: inline-block;
            float: right;
        }

        .tagName div:nth-child(2) {
            width: 70%;
            display: inline-block;
            float: right;
        }

        .tagName div:nth-child(3) {
            width: 15%;
            display: inline-block;
            float: right;
        }


        .tagName div button, .tagName div a {
            text-decoration: none;
            background: #f1f1f1;
            border: none;
            width: 100%;
            height: 30px;
            cursor: pointer;
            font-size: 11px;
            font-weight: bold;
            color: #444;
        }

            .tagName div button:hover {
                background: #fff;
            }

.tooltip2 {
    position: relative;
    display: inline-block;
}

    .tooltip2 .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        padding: 10px;
        font-size: 11px;
    }

        .tooltip2 .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 30%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip2:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
