﻿@keyframes picprofile {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@font-face {
    font-family: 'Nastaliq';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.eot);
    src: url(../fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.eot?#iefix) format('embedded-opentype'), url(../fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.woff2) format('woff2'), url(../fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.woff) format('woff'), url(../fonts.gstatic.com/ea/notonastaliqurdudraft/v4/NotoNastaliqUrduDraft.ttf) format('truetype');
}
@font-face {
    font-family: 'DastNevis';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/DastNevis.ttf') format('truetype');
}
@font-face {
    font-family: 'Mitra';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/BMitra.eot?#') format('eot'), url('../fonts/BMitra.woff') format('woff'), url('../fonts/BMitra.ttf') format('truetype');
}
@font-face {
    font-family: 'Nazanin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/BNazanin.eot?#') format('eot'), url('../fonts/BNazanin.woff') format('woff'), url('../fonts/BNazanin.ttf') format('truetype');
}
@font-face {
    font-family: 'Shabnam';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/shabnam/Shabnam-FD.eot?#') format('eot'), url('../fonts/shabnam/Shabnam-FD.woff') format('woff'), url('../fonts/shabnam/Shabnam-FD.ttf') format('truetype');
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
a {
    color: #e5e5e5;
    text-decoration: blink;
}
    a:hover {
        color: #fad009;
    }

/* Provide sufficient contrast against white background */
.row {
    margin-left: auto;
    margin-right: auto;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.multiselect-container > li > a > label {
    padding: 4px 20px 3px 20px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 450px) {
    .AreaDetail {
        padding-right: 20px;
        padding-left: 20px;
    }

    .Area_Print {
        border-top-right-radius: 20px;
    }
}
/*
@media (min-width: 450px) {
    .pr_180 {
        padding-right: 180px;
    }

    .menu {
        width: 180px;
    }
}

@media (max-width: 450px) {

    .pr_180 {
        padding-right: 0px;
    }

    .menu {
        width: 0px;
    }
}*/
.pr_180 {
    padding-right: 0px;
}
.menu {
    height: 100%;
    min-height: 350px;
    position: fixed;
    z-index: 300;
    overflow-x: hidden;
    transition: 0.5s;
    width: 0px;
}
    .menu a {
        padding: 6px 10px 6px 5px;
        margin-top: 2px;
        text-decoration: none;
        color: #f1f1f1;
        display: block;
        font-size: 12px !important;
    }
    .menu a:hover {
        background-color: #3178f7;
    }
.menu-Item {
    background-color: #17a2b8;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu-ItemPre {
    
    width: 100%;
    transition: width 4.0s ease;
}

footer-page {
    position: fixed !important;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    bottom: 0px !important;
    z-index: 1200;
    border: none;
    color: rgb(248,251,254);
}
menu-page {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 90px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 10rem !important;
    border: 1px solid #e5e5e5;
    border-color: darkcyan;
    background: #fff;
    color: #080810;
    text-align: center;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
}
    menu-page:hover {
        background: cadetblue;
        border-color: #fed049;
        color: #fff !important;
    }
    menu-page.active {
        color: #eef548;
        font-weight: bold;
        background-color: cadetblue;
    }

point {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #69b984;
}

header-page {
    background-color: #6c757d;
    color: rgb(248,251,254);
    margin-top: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 25px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
}


.mainArea {
    width: 100%;
    transition: 0.5s;
    position: relative;
}
.footerArea {
    width: 100%;
    transition: 0.5s;
    position: relative;
}
.main {
    background-color: #ebeff2;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    padding-top: 0.3rem;
    padding-bottom: 5rem;
}

.r_0 {
    right: 0;
}

.l_0 {
    left: 0;
}

.timer {
    font-size: 32px;
    font: bold;
    margin-top: 10px;
    position: relative;
    color: darkorange;
    top: -88px;
    left: 0px;
}
.Hight_0 {
    max-height: 0px !important;
    visibility: hidden !important;
    -webkit-transition: max-height 0.50s linear visibility 0.50s linear;
    -moz-transition: max-height 0.50s linear visibility 0.50s linear;
    -o-transition: max-height 0.50s linear visibility 0.50s linear;
    transition: max-height 0.50s linear visibility 0.50s linear;
}

.header-page {
    background-color: #0e274b;
    color: rgb(248,251,254);
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    text-align: right;
    margin: 5px 0px 5px 0px;
    
}

    .header-page:hover {
        background-color: #8ab9fc;
        color: #280505;
        font-size: 14px;
    }


.footer-page {
    background-color: #2b3545;
    color: rgb(248,251,254);
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    text-align: right;
    margin: 5px 0px 5px 0px;
}

    .footer-page:hover {
        background-color: #cee0fa;
        color: #510202;
        font-size: 16px;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background-color: #ebeff2;
    margin-bottom : 50px;
	/* white-space: pre;
    /*line-height: 60px; /* Vertically center the text there */
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: Shabnam !important;
    margin-bottom: 150px;
    text-align: center;
    background-color: #ebeff2;
}


.Rot {
    padding-top: 5px;
}

    .Rot label:hover {
        animation: picprofile .7s;
    }

.rotated270Y {
    transform: rotateY(270deg);
    -ms-transform: rotateY(270deg); /* IE 9 */
    -moz-transform: rotateY(270deg); /* Firefox */
    -webkit-transform: rotateY(270deg); /* Safari and Chrome */
    -o-transform: rotateY(270deg); /* Opera */
    transition: transform 2s;
}

.rotated360Z {
    transform: rotateZ(360deg) !important;
    -ms-transform: rotateZ(360deg) !important; /* IE 9 */
    -moz-transform: rotateZ(360deg) !important; /* Firefox */
    -webkit-transform: rotateZ(360deg) !important; /* Safari and Chrome */
    -o-transform: rotateZ(360deg) !important; /* Opera */
    transition: transform 0.7s !important;
}

.rotated360Y {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg); /* IE 9 */
    -moz-transform: rotateY(360deg); /* Firefox */
    -webkit-transform: rotateY(360deg); /* Safari and Chrome */
    -o-transform: rotateY(360deg); /* Opera */
    transition: transform 0.9s;
}

.rotated360X {
    transform: rotateX(360deg);
    -ms-transform: rotateX(360deg); /* IE 9 */
    -moz-transform: rotateX(360deg); /* Firefox */
    -webkit-transform: rotateX(360deg); /* Safari and Chrome */
    -o-transform: rotateX(360deg); /* Opera */
    transition: transform 0.7s;
}

.rotated0 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -moz-transform: rotate(0deg); /* Firefox */
    -webkit-transform: rotate(0deg); /* Safari and Chrome */
    -o-transform: rotate(0deg); /* Opera */
    transition: transform 0.7s;
}

#HeaderName {
    background-color: #c2dbff;
    font-family: DastNevis;
    height: 50px;
}

.Hight_0 {
    max-height: 0px !important;
    visibility: hidden !important;
    -webkit-transition: max-height 0.50s linear visibility 0.50s linear;
    -moz-transition: max-height 0.50s linear visibility 0.50s linear;
    -o-transition: max-height 0.50s linear visibility 0.50s linear;
    transition: max-height 0.50s linear visibility 0.50s linear;
}

.reportfilter {
    background-color: #b3c7f9;
    border-radius: 5px;
    text-align: center;
}

.filterArea {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 10px;
    display: block;
    background-color: rgba(137, 180, 246, 0.86);
    border-radius: 10px;
}

.firstArea {
    padding: 5px;
    background-color: rgb(69 139 247 / 0.86);
    border-radius: 10px;
}

.secondArea {
    padding: 5px;
    color: midnightblue;
    background-color: rgb(163 167 231 / 86%);
    border-radius: 10px;
}

.back-ground-pic {
    background: url(../images/bg-001.jpg);
    position: relative;
    background-size: contain;
}

.LoginForm {
    margin: 30px;
    background-color: #3b3737;
    border: 1px solid black;
    opacity: 0.8;
}

txtSmal {
    font-size: small;
    display: inline;
}

txtMedium {
    font-size: medium;
    display: inline;
}

txtLarg {
    font-size: large;
    display: inline;
}

txtLarger {
    font-size: larger;
    display: inline;
}

txtXlarg {
    font-size: x-large;
    display: inline;
}

.div-filter-rep {
    display: inline-block;
    width: 175px;
    margin-left: 10px;
    padding: 5px;
    direction: rtl;
}

.bg-data {
    background-color: rgb(124, 182, 212);
    color: navy;
}

.bg-darkolivegreen {
    background-color: darkolivegreen;
    color: white;
}

.div-new-data-3 {
    display: inline-block;
    width: 8%;
    margin-left: 5px;
    padding: 5px;
    direction: rtl;
}

.div-new-data-1 {
    display: inline-block;
    padding: 5px;
    direction: rtl;
}

.div-new-data-2 {
    display: inline-block;
    width: 80%;
    margin-left: 10px;
    padding: 5px;
    direction: rtl;
}

.div-New-data {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 10px;
    display: block;
    background-color: rgba(173,213,242,0.76);
    padding: 10px;
    border-radius: 10px;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.text-h-c {
    height: 25px;
    font-size: medium;
    font-weight: 800;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    border-width: 0px;
}

    .text-h-c:focus {
        background-color: #c3f275;
        color: #060d44;
        height: 35px;
        font-size: large;
    }

.m-t-5 {
    margin-top: 5px;
}
.Zoj {
    background-color: #cefae2;
    color: #510202;
    border-radius: 5PX;
}

.Fard {
    background-color: #f3e2cf;
    color: #043260;
    border-radius: 5PX;
}

    .Zoj:hover, .Fard:hover {
        background-color: rgb(130 186 246);
        color: firebrick;
    }

.bargasht {
    color: red;
}

.deleted {
    background-color: #710505;
    color: #dfecff;
}

.combo-date {
    direction: ltr;
    width: 44px;
    border-radius: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.combo-filter-rep {
    width: 100%;
    direction: rtl;
    border-radius: 5px;
}

.lbl-info-data {
    background-color: #b3c7f9;
    color: #052555;
    width: 100%;
}

.align-text-center {
    text-align: center;
}

.dis-none {
    display: none;
    transition: transform 0.7s;
}
/*---------------------------------------*/
::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

::selection {
    color: red;
    background: yellow;
}

.font-6 {
    font-size: 37.5% !important;
}

.font-7 {
    font-size: 43.8% !important;
}

.font-8 {
    font-size: 50% !important;
}

.font-9 {
    font-size: 56.3% !important;
}

.font-10 {
    font-size: 62.5% !important;
}

.font-11 {
    font-size: 68.8% !important;
}

.font-12 {
    font-size: 75% !important;
}

.font-13 {
    font-size: 81.3% !important;
}

.font-14 {
    font-size: 87.5% !important;
}

.font-15 {
    font-size: 93.8% !important;
}

.font-16 {
    font-size: 100% !important;
}

.font-17 {
    font-size: 106.3% !important;
}

.font-18 {
    font-size: 112.5% !important;
}

.font-19 {
    font-size: 118.8% !important;
}

.font-20 {
    font-size: 125% !important;
}

.font-21 {
    font-size: 131.3% !important;
}

.font-22 {
    font-size: 137.5% !important;
}

.font-23 {
    font-size: 143.8% !important;
}

.font-24 {
    font-size: 150% !important;
}

.font-32 {
    font-size: 200% !important;
}

.font-48 {
    font-size: 300% !important;
}

.font-bold {
    font-weight: bolder !important;
}

.icofont-00x {
    font-size: 1.5em !important;
}

body {
    background-color: #ebeff2;
    direction: rtl;
}
.BTN {
    background-color:transparent;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 6px 10px 6px 10px;
    text-align: center;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    
}
.Area_LeftBottom {
    padding: 6px 10px 6px 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.btn_LeftBottom {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
    .btn_LeftBottom:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Area_RightBottom {
    padding: 6px 10px 6px 10px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.btn_RightBottom {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
    .btn_RightBottom:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Area_LeftTop {
    padding: 6px 10px 6px 10px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.btn_LeftTop {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
    .btn_LeftTop:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Area_RightTop {
    padding: 6px 10px 6px 10px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.btn_RightTop {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
    .btn_RightTop:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Area_Left {
    padding: 6px 10px 6px 10px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.btn_Left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
    .btn_Left:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Area_Right {
    padding: 6px 10px 6px 10px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.btn_Right {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
    .btn_Right:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Area_Top {
    padding: 6px 10px 6px 10px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
}
.btn_Top {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
}
    .btn_Top:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Area_Bottom {
    padding: 6px 10px 6px 10px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
}
.btn_Bottom {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
}
    .btn_Bottom:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Middle {
    padding: 3px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.Area_Middle {
    padding: 6px 10px 6px 10px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
    .btn_Middle:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.btn_Normal {
    border-radius: 5px !important;
}
    .btn_Normal:hover {
        border-color: brown;
        background-color: aliceblue;
    }
.Area_Normal {
    border-radius: 5px !important;
    padding: 6px 10px 6px 10px;
    border-color: #3d2e2e;
    border-style:double;
    border-width: 1px;
}

.Area_Pill {
    padding: 6px 10px 6px 10px;
    border-radius: 10rem !important;
}

.btn_Pill {
    border-radius: 10rem !important;
}

    .btn_Pill:hover {
        border-color: brown;
        background-color: aliceblue;
    }

.Chek_Pill {
    border-radius: 5rem !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.btn_IconFix {
    padding: 1px 2px 1px 2px !important;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    border-radius: 5px;
    color: blue;
    cursor: pointer;
}

.btn_Icon {
    background-color: transparent;
    padding: 5px 5px 5px 5px;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    border-radius: 5px;
    border: 0px;
}
.btn_Icon span {
    font-size: medium;
    
}
.btn_IconPill {
    background-color: transparent;
    padding: 1px;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    border-radius: 5rem !important;
    border: 0px;
}

.Icon_Mor {
    color: #5709b0;
}

    .Icon_Mor:hover {
        background-color: #5709b0;
        color: lightblue;
        filter: drop-shadow(3px 5px 5px rgb(10 80 90 / 0.75));
    }
 .Icon_Green {
    color: #159332;
}

    .Icon_Green:hover {
        background-color: #159332;
        color: linen;
        filter: drop-shadow(3px 5px 5px rgb(87 177 61 / 0.70));
    }
.Icon_Gray {
    color: #5e5c5c;
}

    .Icon_Gray:hover {
        background-color: #43484e;
        color: lightgray;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.text-Yellow {
    color: #eef548;
}
.Icon_Yellow {
    color: #eef548;
}

    .Icon_Yellow:hover {
        background-color: #b9c107;
        color: lightgoldenrodyellow;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Red {
    color: #fb3755;
}

    .Icon_Red:hover {
        color: lightgoldenrodyellow;
        background-color: #932435;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Orang {
    color: #f68322;
}

    .Icon_Orang:hover {
        background-color: #9a5419;
        color: lightgoldenrodyellow;
        filter: drop-shadow(3px 5px 5px rgb(105 56 14 / 0.75));
    }

.Icon_Brown {
    color: saddlebrown;
}
    .Icon_Brown:hover {
        background-color: saddlebrown;
        color: lightgoldenrodyellow;
        filter: drop-shadow(3px 5px 5px rgb(105 56 14 / 0.75));
    }

.Icon_Dark {
    color: rgba(38, 38, 38);
}

    .Icon_Dark:hover {
        background-color: rgba(38, 38, 38);
        color: lightgray;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }
/*    .Icon_Dark:hover {
        background-color: #b3c7f9;
        color: black;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }
*/
.Icon_Blue2 {
    color: rgba(25, 103, 243, 0.95);
}
    .Icon_Blue2:hover {
        background-color: #1567fa;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Blue {
    color: blue;
}
    .Icon_Blue:hover {
        background-color: #1567fa;
        color: lightyellow;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.Icon_Firuze2 {
    color: #60dcf4;
}
    .Icon_Firuze2:hover {
        background-color: #60dcf4;
        color: brown;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.bg_Green {
    background-color: #218d02 !important;
    color: white;
}

.btn_Green {
    color: whitesmoke;
    background-color: #57b13d;
}

    .btn_Green:hover {
        background-color: #218d02;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(87 177 61 / 0.70));
    }

.btn_Dark {
    color: white;
    background-color: rgba(38, 38, 38);
}

    .btn_Dark:hover {
        background-color: #b3c7f9;
        color: black;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Firuze {
    color: white;
    background-color: #099cb0;
}

    .btn_Firuze:hover {
        background-color: #0a505a;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(10 80 90 / 0.75));
    }


.bg_Firuze {
    background-color: #0a505a !important;
    color: white;
}

.btn_Blue {
    color: #010149;
    background-color: #2ebff6;
}

    .btn_Blue:hover {
        background-color: #1567fa;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Blue2 {
    color: darkblue;
    background-color: rgb(25, 167, 243, 0.71);
}

    .btn_Blue2:hover {
        background-color: #1567fa;
        color: aqua;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Brown {
    color: #faedbd;
    background-color: #794009;
}

    .btn_Brown:hover {
        background-color: #412306;
        color: yellow;
        filter: drop-shadow(3px 5px 5px rgb(65 35 6 / 0.75));
    }

.btn_Gray {
    color: #edff08; /* #52260c; /*#161617;*/
    background-color: #8996a8;
}

    .btn_Gray:hover {
        background-color: #43484e;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Yellow {
    color: #161617;
    background-color: #eef548;
}

    .btn_Yellow:hover {
        background-color: #b9c107;
        color: white;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.bg_Yellow{
   background-color: #b9c107 !important;
   color: white;
}

.btn_Red {
    color: #161617;
    background-color: #fb3755;
}

    .btn_Red:hover {
        color: white;
        background-color: #932435;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.bg_Red {
    color: white;
    background-color: #932435 !important;
}

.btn_Firuze2 {
    color: darkblue;
    background-color: #60dcf4;
}

    .btn_Firuze2:hover {
        background-color: #099cb0;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(25, 167, 243, 0.71));
    }

.btn_Orang {
    color: darkblue;
    background-color: #f68322;
}

    .btn_Orang:hover {
        background-color: #69380e;
        color: white;
        filter: drop-shadow(3px 5px 5px rgb(105 56 14 / 0.75));
    }

.btn_Light {
    color: #161617;
    background-color: #ebeff2;
}

    .btn_Light:hover {
        color: aliceblue;
        background-color: #585c5f;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }

.btn_Selected {
    color: #fff !important;
    background-color: #28a745 !important;
    filter: drop-shadow(3px 5px 5px rgb(5 95 25 / 0.82));
}

.btn_UnSelected {
    color: maroon;
    background-color: darkgrey;
}

    .btn_UnSelected:hover {
        color: navy !important;
        background-color: burlywood !important;
    }

.btn_SelectedFlat {
    color: #fff !important;
    background-color: #28a745 !important;
}

.btn_SelectWarning {
    color: #664d03 !important;
    background-color: #fff3cd !important;
}

.Row_Select {
    color: #061947 !important;
    background-color: #ebf378 !important;
}

.bg_Dark {
    color: white;
    background-color: rgba(38, 38, 38);
}

.Area_Count {
    margin-top: 1rem !important;
    color: yellow;
    background-color: #3d454d;
    opacity: 0.85;
    padding: 6px 10px 6px 10px;
    border-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: ridge;
    border-bottom: hidden;
    border-color: #fad704;
}
.Area_Print {
    background-color: #3d454d;
    opacity: 0.85;
    padding: 2px;
    border-top-left-radius: 20px;
    border: ridge;
    border-bottom: hidden;
    border-color: #fad704;
}

.bg_Firuze {
    color: white;
    background-color: #099cb0;
}


.bg_Blue {
    color: #010149;
    background-color: #2ebff6;
}

.bg_Blue2 {
    color: darkblue;
    background-color: rgb(25, 167, 243, 0.71);
}


.bg_Brown {
    color: #faedbd;
    background-color: #794009;
}

.bg_Gray {
    color: #edff08; /* #52260c; /*#161617;*/
    background-color: #8996a8;
}

 
.bg_Yellow {
    background-color: #b9c107 !important;
    color: white;
}

.bg_Red {
    color: white;
    background-color: #932435 !important;
}

.bg_Firuze2 {
    color: darkblue;
    background-color: #60dcf4;
}

.bg_Orang {
    color: darkblue;
    background-color: #f68322;
}

.bg_Light {
    color: #161617;
    background-color: #ebeff2;
}

.div-borther {
    /*border-width: 1px;*/
    border-color: #f1efef;
    border: ridge;
    border-radius: 10px;
}
.text-brown {
    color: firebrick;
}
.text-brown:hover {
    color: gold;
}
.p-10 {
    padding: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.line-select {
    background-color: #6aed60;
    width: 0px;
    height: 5px;
    margin-top: 5px;
    transition: width .4s ease;
}

.line-2 {
    background-color: #3b3737;
    width: 100%;
    height: 2px
}

.line-1 {
    background-color: #3b3737;
    width: 90%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h-fix-30 {
    height: 30px;
}
.h-fix-35 {
    height: 35px;
}
.h-fix-40 {
    height: 40px;
}

.h-fix-50 {
    height: 50px;
}
.h-fix-60 {
    height: 60px;
}
.h-fix-100 {
    height: 100px;
}
.h-fix-90 {
    height: 90px;
}
.h-fix-125 {
    height: 125px;
}
.h-fix-150 {
    height: 150px;
}
.h-fix-200 {
    height: 200px;
}
.h-fix-220 {
    height: 220px;
}

.h-fix-270 {
    height: 270px;
}

.h-fix-300 {
    height: 300px;
}
.h-fix-400 {
    height: 400px;
}
.h-fix-450 {
    height: 450px;
}
.h-fix-500 {
    height: 500px;
}
.h-fix-1000{
    height:1000px;
}
.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-fix-30 {
    display:inline-block;
    width: 30px !important;
}

.w-fix-40 {
    display: inline-block;
    width: 40px !important;
}

.w-fix-50 {
    display: inline-block;
    width: 50px !important;
}

.w-fix-60 {
    display: inline-block;
    width: 60px !important;
}

.w-fix-75 {
    display: inline-block;
    width: 75px !important;
}

.w-fix-90 {
    display: inline-block;
    width: 90px !important;
}

.w-fix-100 {
    display: inline-block;
    width: 100px !important;
}
.w-fix-110 {
    display: inline-block;
    width: 110px !important;
}

.w-fix-125 {
    display: inline-block;
    width: 125px !important;
}

.w-fix-140 {
    display: inline-block;
    width: 140px !important;
}

.w-fix-150 {
    display: inline-block;
    width: 150px !important;
}

.w-fix-180 {
    display: inline-block;
    width: 180px !important;
}

.w-fix-200 {
    display: inline-block;
    width: 200px !important;
}

.w-fix-250 {
    display: inline-block;
    width: 250px !important;
}

.w-fix-300 {
    display: inline-block;
    width: 300px !important;
}

.w-fix-350 {
    display: inline-block;
    width: 350px !important;
}

.w-fix-400 {
    display: inline-block;
    width: 400px !important;
}

.w-fix-450 {
    display: inline-block;
    width: 450px !important;
}

.w-fix-500 {
    display: inline-block;
    width: 500px !important;
}

.w-fix-550 {
    display: inline-block;
    width: 550px !important;
}

.w-fix-600 {
    display: inline-block;
    width: 600px !important;
}

.w-fix-700 {
    display: inline-block;
    width: 700px !important;
}

.w-fix-800 {
    display: inline-block;
    width: 800px !important;
}

.w-fix-900 {
    display: inline-block;
    width: 900px !important;
}

.w-fix-1500 {
    display: inline-block;
    width: 1500px;
}

.w-fixC-30 {
    display: inline-block;
    width: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-40 {
    display: inline-block;
    width: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-50 {
    display: inline-block;
    width: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-75 {
    display: inline-block;
    width: 75px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-90 {
    display: inline-block;
    width: 90px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-100 {
    display: inline-block;
    width: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-110 {
    display: inline-block;
    width: 110px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-125 {
    display: inline-block;
    width: 125px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-140 {
    display: inline-block;
    width: 140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-150 {
    display: inline-block;
    width: 150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-180 {
    display: inline-block;
    width: 180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-200 {
    display: inline-block;
    width: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-250 {
    display: inline-block;
    width: 250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-300 {
    display: inline-block;
    width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-350 {
    display: inline-block;
    width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-400 {
    display: inline-block;
    width: 400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-450 {
    display: inline-block;
    width: 450px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-500 {
    display: inline-block;
    width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-550 {
    display: inline-block;
    width: 550px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-600 {
    display: inline-block;
    width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-700 {
    display: inline-block;
    width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-800 {
    display: inline-block;
    width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-900 {
    display: inline-block;
    width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-fixC-1500 {
    display: inline-block;
    width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.w-max-40 {
    display: inline-block;
    width: 100%;
    max-width: 40px;
}

.w-max-50 {
    display: inline-block;
    width: 100%;
    max-width: 50px;
}

.w-max-65 {
    display: inline-block;
    width: 100%;
    max-width: 65px;
}

.w-max-75 {
    display: inline-block;
    width: 100%;
    max-width: 75px;
}

.w-max-100 {
    display: inline-block;
    width: 100%;
    max-width: 100px;
}

.w-max-150 {
    display: inline-block;
    width: 100%;
    max-width: 150px;
}

.w-max-180 {
    display: inline-block;
    width: 100%;
    max-width: 180px;
}

.w-max-200 {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

.w-max-250 {
    display: inline-block;
    width: 100%;
    max-width: 250px;
}

.w-max-300 {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}
.w-max-340 {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.w-max-350 {
    display: inline-block;
    width: 100%;
    max-width: 350px;
}

.w-max-400 {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.w-max-450 {
    display: inline-block;
    width: 100%;
    max-width: 450px;
}

.w-max-500 {
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

.w-max-600 {
    display: inline-block;
    width: 100%;
    max-width: 600px;
}


.w-max-700 {
    display: inline-block;
    width: 100%;
    max-width: 700px;
}

.w-max-800 {
    display: inline-block;
    width: 100%;
    max-width: 800px;
}

.w-max-900 {
    display: inline-block;
    width: 100%;
    max-width: 900px;
}
.w-inline {
    display: inline-block;
    width: 100%;
}
.w-max-1000 {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
}

.w-max-1100 {
    display: inline-block;
    width: 100%;
    max-width: 1100px;
}

.w-max-1200 {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
}

.w-max-1300 {
    display: inline-block;
    width: 100%;
    max-width: 1300px;
}

.w-max-1400 {
    display: inline-block;
    width: 100%;
    max-width: 1400px;
}

.w-max-1500 {
    display: inline-block;
    width: 100%;
    max-width: 1500px;
}
.w-max-1600 {
    display: inline-block;
    width: 100%;
    max-width: 1600px;
}
.w-max-1700 {
    display: inline-block;
    width: 100%;
    max-width: 1700px;
}
.w-max-1800 {
    display: inline-block;
    width: 100%;
    max-width: 1800px;
}
.w-max-2000 {
    display: inline-block;
    width: 100%;
    max-width: 2000px;
}
.ModalBody {
    width:95%;
    max-width: 1600px;
    box-shadow: 0 .25rem .75rem #010140e1;
}

.w-lim-100-150 {
    display: inline-block;
    width: 100%;
    min-width: 100px;
    max-width: 150px;
}

.w-lim-100-200 {
    display: inline-block;
    width: 100%;
    min-width: 100px;
    max-width: 200px;
}

.w-lim-150-250 {
    display: inline-block;
    width: 100%;
    min-width: 150px;
    max-width: 250px;
}

.w-lim-200-300 {
    display: inline-block;
    width: 100%;
    min-width: 200px;
    max-width: 300px;
}

.w-lim-200-500 {
    display: inline-block;
    width: 100%;
    min-width: 200px;
    max-width: 500px;
}

.w-lim-350-500 {
    display: inline-block;
    width: 100%;
    min-width: 350px;
    max-width: 500px;
}

.w-lim-300-600 {
    display: inline-block;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
}

.w-lim-1000-1200 {
    display: inline-block;
    width: 100%;
    min-width: 1000px;
    max-width: 1200px;
}

.w-min-45 {
    display: inline-block;
    min-width: 45px;
}

.w-min-50 {
    display: inline-block;
    min-width: 50px;
}

.w-min-75 {
    display: inline-block;
    min-width: 75px;
}

.w-min-90 {
    display: inline-block;
    min-width: 90px;
}
.w-min-100 {
    display: inline-block;
    min-width: 100px;
}

.w-min-125 {
    display: inline-block;
    min-width: 125px;
}
.w-min-140 {
    display: inline-block;
    min-width: 140px;
}
.w-min-150 {
    display: inline-block;
    min-width: 150px;
}
.w-min-180 {
    display: inline-block;
    min-width: 180px;
}

.w-min-200 {
    display: inline-block;
    min-width: 200px;
}

.w-min-250 {
    display: inline-block;
    min-width: 250px;
}

.w-min-300 {
    display: inline-block;
    min-width: 300px;
}

.w-min-330 {
    display: inline-block;
    min-width: 330px;
}

.w-min-400 {
    display: inline-block;
    min-width: 400px;
}
.w-min-500 {
    display: inline-block;
    min-width: 500px;
}
.w-min-700 {
    display: inline-block;
    min-width: 700px;
}

.w-min-800 {
    display: inline-block;
    min-width: 800px;
}

.w-min-900 {
    display: inline-block;
    min-width: 900px;
}

.w-min-1000 {
    display: inline-block;
    min-width: 1000px;
}
.w-fix-1200 {
    display: inline-block;
    width: 1200px;
margin-left: auto !important;
    margin-right: auto !important;}

.w-fix-1600 {
    display: inline-block;
    width: 1600px;
}
.w-fixC-1200 {
    display: inline-block;
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.w-fixC-1600 {
    display: inline-block;
    width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.h-max-100 {
    display: inline-block;
    height: 100%;
    max-height: 100px;
}

.h-max-150 {
    display: inline-block;
    height: 100%;
    max-height: 150px;
}

.h-max-200 {
    display: inline-block;
    height: 100%;
    max-height: 200px;
}

.h-max-800 {
    display: inline-block;
    height: 100%;
    max-height: 800px;
}
.h-max-700 {
    display: inline-block;
    height: 100%;
    max-height: 700px;
    background-color: 
}
.h-max-600 {
    display: inline-block;
    height: 100%;
    max-height: 600px;
}

.h-screen {
    height: 100svh;
}

.wh-max-150 {
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
}

.wh-max-75 {
    display: inline-block;
    max-width: 75px;
    max-height: 35px;
}

.wh-max-65 {
    display: inline-block;
    max-width: 65px;
    max-height: 30px;
}

.wh-max-50 {
    display: inline-block;
    max-width: 50px;
    max-height: 25px;
}


.wh-fix-75 {
    display: inline-block;
    width: 75px;
    height: 35px;
}

.wh-fix-55 {
    display: inline-block;
    width: 55px;
    height: 40px;
}

.h-min-750 {
    display: inline-block;
    min-height: 750px;
}

.h-min-450 {
    display: inline-block;
    min-height: 450px;
}

.h-min-60 {
    display: inline-block;
    min-height: 60px;
}

/*دکمه حرکت به بالا */
#BtnGoToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 40px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 5000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #5fd7fe; /* Set a background color */
    color: #061947; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 3px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    /*    font-size: 18px; /* Increase font size */
    opacity: 0.7;
}

    #BtnGoToTop:hover {
        background-color: #555; /* Add a dark-grey background on hover */
        color: #ff0000; /* Text color */
    }


.overlap-1 {
    z-index: 100 !important;
}
.overlap-2 {
    z-index: 200 !important;
}
.overlap-3 {
    z-index: 300 !important;
}
.overlap-4 {
    z-index: 400 !important;
}
.overlap-5 {
    z-index: 500 !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}
.btn-hover:hover {
    cursor: pointer;
    font-size: 32px;
    color: darkblue !important;
}


.spc-pre-wrap {
    white-space: pre-wrap;
}

.spc-pre-line {
    white-space: pre-line;
}

.spc-pre-normal {
    white-space: normal;
}

/*==========hamburger   END====================*/

.dis-none {
    display: none;
}

.wrapword {
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}


/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {
    opacity: 0;
}

.op-0-1 {
    opacity: 0.1;
}

.op-0-2 {
    opacity: 0.2;
}

.op-0-3 {
    opacity: 0.3;
}

.op-0-4 {
    opacity: 0.4;
}

.op-0-5 {
    opacity: 0.5;
}

.op-0-6 {
    opacity: 0.6;
}

.op-0-7 {
    opacity: 0.7;
}

.op-0-8 {
    opacity: 0.8;
}

.op-0-9 {
    opacity: 0.9;
}

.op-1-0 {
    opacity: 1;
}
.back-op-0-75 {
    background-color: rgba(0, 0, 0, 0.75)
}

.OnvanSafhe {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #5a616d;
    color: rgb(247 233 135);
}
.tab-pane {
    padding-left: 5px;
    padding-right: 5px;
}
.HeaderFilter {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

    .HeaderFilter:hover {
        cursor: pointer;
    }

.FooterRadius {
    height: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bg-Learn {
    padding: 10px;
    background-color: #17a2b8;
    border-radius: 5px 5px 5px 20px;
    border-bottom: groove;
    border-right: groove;
    color: #2c3e50;
    border-color: #b1d7f3;
    color: white;
}

.card-header-best {
    color: #ebeff2;
    background-color: #5f9a87;
    font-size: larger;
    text-align: center;
}

.card-header-Zoj {
    color: #ebeff2;
    background-color: darkslategrey;
    font-size: larger;
    text-align: center;
}

.card-header-Fard {
    color: #f3e2cf;
    background-color: cadetblue;
    font-size: larger;
    text-align: center;
}

.card-footer-best {
    color: #562d38;
    background-color: #7bc3c6;
    font-size: larger;
    text-align: center;
}
.card-body {
    margin-bottom: 50px;
}
.card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.card-Zoj {
    background-color: #cee0fa;
    color: #510202 !important;
}

.card-Fard {
    background-color: #f3e2cf;
    color: #043260 !important;
}

.header_Tablehiden {
   font-size: 0px;
   color: Background;
}

.header_Table {
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 100;
    background-color: #3d454d;
    color: #f5f909;
    opacity: 0.85;
    border: ridge;
    border-color: #fad704;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    white-space: nowrap;
}
.table.sticky th {
    background-color: #3d454d;
    color: #f5f909;
    position: sticky;
    top: 0px;
    z-index: 100;
}

.footer_Table {
    position: sticky;
    width: 100%;
    bottom: 50px;
    z-index: 100;
    background-color: #3d454d;
    color: #f5f909;
    opacity: 0.85;
    border: ridge;
    border-color: #fad704;
    border-radius: 10px;
    white-space: nowrap;
}

.Header_fix {
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 50;
    background-color: #3d454d;
    border: ridge;
    border-color: #fad704;
    border-radius: 10px;
}

.footer_M {
    margin-left: 6px;
    margin-right: 6px;
}

.footer_Right {
    position: absolute;
    right: 0px;
    z-index: 200;
}

.footer_Left {
    position: absolute;
    left: 0px;
    z-index: 200;
}

.text_line2 {
    padding: 3px 5px 3px 5px;
    background-color: darkkhaki;
    color: navy;
    border-radius: 5px 5px 5px 5px;
    border-color: #2a1212;
    display: block;
    text-align:center;
}

.text_line21 {
    color: navy;
    display: block;
}

.text_line22 {
    display: block;
    border-top: inset;
    border-top-color: white;
    border-top-width: 1px;
}
.text_line23 {
    display: block;
    border-top: inset;
    border-top-color: white;
    border-top-width: 1px;
    direction:ltr;
    text-align:start;
    color:navy;
}
.control-input {
    min-height: 25px;
    color: #031339;
    border-width: thin;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    .control-input:hover {
        border-width: 1px;
        border-color: firebrick;
    }
    .control-input:focus {
        border-width: 1px;
        border-color: chartreuse;
        color: maroon;
        font-size: 1.1rem;
        background-color: #fff7c8;
    }

.control-input-Dark {
    min-height: 25px;
    color: #ffffff;
    border-width: thin;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #908f8fad;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    .control-input-Dark:hover {
        border-width: 1px;
        border-color: firebrick;
    }

    .control-input-Dark:focus {
        border-width: 1px;
        border-color: chartreuse;
        color: maroon;
        font-size: 1.1rem;
        background-color: #fff7c8;
    }

.control-input-Area {
    min-height: 25px;
    color: #031339;
    border-width: thin;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .control-input-Area:hover {
        border-width: 1px;
        border-color: firebrick;
    }

    .control-input-Area:focus {
        border-width: 1px;
        border-color: chartreuse;
        color: maroon;
        font-size: 1.2rem;
        background-color: #fff7c8;
    }

.control-input-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    color: #031339;
    border: 0px solid;
}
    .control-input-plaintext:hover {
        border-width: 1px;
        border-color: firebrick;
    }

    .control-input-plaintext:focus {
        border-width: 1px;
        border-color: chartreuse;
        color: #043260;
        font-size: 1.2rem;
        background-color: #f3e2cf;
    }

.control-Date {
    display: flex;
    background-color: #fff;
    font-size: 112.5%;
    padding-left: 1px;
    padding-right: 1px;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.control-text {
    display: block;
    width: 100%;
    margin-top: 2px;
    padding: 5px;
    border-radius: 7px;
    background-color: rgb(91, 95, 108);
    min-height: 30px;
    color: white;
    text-align: center;
}
.control-label {
    display: block;
    text-align: right;
    margin-right: 10px;
    font-size:12px;
}
.checkboxes {
    display: none;
    border: 1px #dadada solid;
    max-height: 200px;
    overflow-y: auto;
    background-color: cadetblue;
    color: white;
}
    .checkboxes label {
        display: block;
    }
        .checkboxes label:hover {
            background-color: #1e90ff;
        }

.ListItemsSelected {
    width: 100%;
    color: darkblue;
    background-color: lemonchiffon;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 25px 10px 10px 25px;
    border-bottom: 1px solid;
    margin-top: 1px;
    border-right: 4px solid #0278c7;
    text-align: start;
}
.center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ناحیه گیف منتظر باشید */
#waitbody {
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    z-index: 500;
    width: 98%;
    height: 98%;
    opacity: 0.8;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: white;
    background-color:#05315cc3;
}
#Zoombody {
    position: fixed;
    display: none;
    Top: 10%;
    right: 1%;
    z-index: 500;
    width: 98%;
    height: 88%;
    border-radius: 50px;
    overflow: scroll;
    background-color: #2d3035f7;
}
#menu-page-btn {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    padding-top: 7px;
    padding-left: 37px;
    padding-right: 37px;
}
.menu-firuze {
    color: #099cb0;
}

    .menu-firuze:hover {
        color: brown;
    }

.scrollOfoghi {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}

.scrollAmudi {
    overflow-y: auto;
    overflow-x: hidden;
}

.Negativ {
    border-radius: 10rem !important;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 5px;
    color: #fff;
    background-color: #e87083;
    width:100%;

}

::-webkit-scrollbar {
    width: 7px;
    height:7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #932435;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background:firebrick;
    }

.stickyTop {
    position: sticky;
    top: 80px;
    width: 100%;
}
.stickyBody {
    padding: 10px;
}
.stickyTo1p + .sticyBody {
    padding-top: 102px;
}
.bg-form {
    background-color: rgb(71 78 104 / 0.80);
}
.bg-formHF {
    background-color: #e0e0e0;
}

.bg-formWait {
    padding: 20px;
    background-color: rgb(20 20 20 / 0.80);
}
#MsgForm_MATN {
    max-height: 80vh;
    overflow-y: scroll;

}
#ModalForm {
    height: 100vh;
    background-color: rgb(71 78 104 / 0.80);
    display: none;
    transition: transform 0.7s;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.AreaDetail {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding: 20px;*/
    border-radius: 10px;
    border: groove;
    border-width: 1px;
    border-color: #999ea17f;
    min-height: 250px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dis-block {
    display: block;
    transition: transform 0.7s;
}

.pos-Right {
    position: absolute;
    right: 0px;
    z-index: 200;
}

.pos-Left {
    position: absolute;
    left: 0px;
    z-index: 200;
    
}
.h-82 {
    height: 82%;
}
.usage {
    direction: ltr;
    cursor: pointer;
    text-align: center !important;
}
ashar {
    color: darkviolet;
    font-size: 85%;
}