﻿@keyframes picprofile {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@font-face {
    font-family: 'Nastaliq111';
    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: 'Nastaliq';
    font-style: normal;
    font-weight: 400;
    src: url('../font.sans/NastaliqIran.woff2') format("woff2");
}

@font-face {
    font-family: 'DastNevis';
    font-style: normal;
    font-weight: 400;
    src: url('../font.sans/DastNevis.ttf') format('truetype');
}

.font-DastNevis {
    font-family: 'DastNevis';
}
.back-ground-pic {
    background: url(../img/A02.jpg);
    position: relative;
    background-size: cover;
}
.diet-intro {
    background: transparent url("/img/shape.png") no-repeat center center / 100% 100%;
    padding: 45px 53px 101px;
    text-align: center;
    margin-left: 0;
    margin-right: -20px;
    margin-top: -10px;
}
.diet-image {
    margin: 10px 10px 10px 10px;
}

/*Begin Header On Top*/
.header-ontop {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

    .fixed-ontop {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        visibility: visible;
        width: 100%;
        z-index: 999 !important;
        padding: 10px 0;
        position: fixed !important;
        top: 0;
    }
/*End Header On Top*/
.Service-pic {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .Service-pic:hover {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg); /* IE 9 */
        -moz-transform: rotateZ(360deg); /* Firefox */
        -webkit-transform: rotateZ(360deg); /* Safari and Chrome */
        -o-transform: rotateZ(360deg); /* Opera */
        transition: transform 0.7s;
    }
price {
    font-size: 22px;
    color: #2db03c;
    align-self:center;
    min-width: 85px;
}
toman {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-right:10px;
    background-image: url('/img/Toman.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.BackVitrin {
    padding-top: 90px;
    background-image: url(/images/V_1.JPG);
    margin-bottom: 135px;
    background-size: 1920px,1080px;
}
.pic-1 {
    background-image: url('/img/Service_1.jpg');
}
.pic-2 {
    background-image: url('/img/Service_2.jpg');
}
.pic-3 {
    background-image: url('/img/Service_3.jpg');
}
.pic-4 {
    background-image: url('/img/Service_4.jpg');
}
.grid-view {
    width: 30px;
    height: 30px;
    background-image: url('/img/icon-grid.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.list-view {
    width: 30px;
    height: 30px;
    background-image: url('/img/icon-list.png');
    background-repeat: no-repeat;
    background-size:20px;
    background-position:center;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
a {
    color: #198754;
    text-decoration: blink;
}
    a:hover {
        color: #134e25;
    }
div text {
    vertical-align: central;
}
text {
    color: #198754;
}
    text:hover {
        color: #134e25;
    }
.text-green {
    color: #218d02;
}
    .text-green:hover {
        color: #669d24;
    }
.haderTop {
    background-color: rgb(241 250 247 / 0.95);
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 2rem;
    padding: 15px 5px;
    text-align: center;
    color: white;
    font-size: 13px;
    border-radius: 10px 10px 0 0;
    background-color:darkgreen;
}
.menu-right {
    /* font-family: 'Markazi Text', serif; */
    position: absolute; /* fixed;*/
    top: 10px;
    right: 4px;
    z-index: 1000;
    width: 160px;
    padding-bottom: 20px;
    background-color: #ebecf2;
    /*  height:90%;*/
    overflow: scroll;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgb(87, 81, 101) 2px -2px inset;
    text-decoration: none;
}

#sidebar-menu {
    display: none;
    position: fixed;
    top: 55px;
    right: 16;
    width: 220px;
    max-height: 80%;
    z-index: 2002;
    background: #fff;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: rgb(87, 81, 101) 2px -2px inset;
    text-decoration: none;
    animation: swipeupsmall 0.5s ease-in-out;
}

    #sidebar-menu.active {
        display: block;
        animation: swipeupsmall 0.5s ease-in-out;
        transition: all 0.2s ease;
    }

    #sidebar-menu .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #d2d2d2;
        flex-shrink: 0;
    }

        #sidebar-menu .sidebar-header .sidebar-logo a {
            display: block;
        }

            #sidebar-menu .sidebar-header .sidebar-logo a img {
                width: 80px;
            }

            #sidebar-menu .sidebar-header .sidebar-logo a span {
                font-size: 16px;
                font-weight: 500;
                color: #242526;
            }

    #sidebar-menu .category-list .item a {
        padding: 12px 30px;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #242526;
        position: relative;
        transition: all 0.2s ease;
    }

        #sidebar-menu .category-list .item a .fi {
            position: absolute;
            left: 20px;
            color: #ff9c00;
        }

        #sidebar-menu .category-list .item a:hover {
            color: #669d24;
            padding-right: 35px;
            background-color: #fff;
        }

.mega-menu-active:hover > .mega-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
.mega-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    padding-left: 20px;
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.12);
    min-width: 180px;
    text-align: right;
    border-radius: 0.8rem;
    z-index: 20;
    margin-top: 30px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: solid;
    border-width: 1px;
    border-color: cadetblue;
}

.mega-item {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    margin:0px;
}
    .mega-item:hover {
        background-color: #669d24;
        color: white;
        border-radius: 8px;
    }
    .mega-item:hover a {
        color: white;
    }

.user-menu-active:hover > .user-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.user-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.12);
    min-width: 180px;
    text-align: right;
    padding: 0.6rem;
    border-radius: 0.8rem;
    z-index: 20;
    margin-top: 30px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border: solid;
    border-width: 1px;
    border-color: cadetblue;
}
.user-menu-mbl {
    left: 10px;
    min-width: 130px;
}
.login .icon:hover {
    background: linear-gradient(to left, #e2eed1 50%, transparent 50%) right;
    background-size: 200%;
    transition: 0.3s ease-out;
}
.mini-cart-box {
    position: relative;
    z-index: 1002;
}

.mini-cart-content {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 290px;
    max-height :500px;
    overflow-y :auto;
    z-index: 20;
    margin-top: 30px;
    padding: 30px 20px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.12);
    text-align: right;
    border-radius: 0.8rem;
    border: solid;
    border-width: 1px;
    border-color: cadetblue;
    
}

.mini-cart-box:hover .mini-cart-content {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.user-icon {
    background-color: #e2eed1 !important;
    color: #669d24 !important;
}
.user-icon:hover {
    color: brown !important;
}

.line-active {
    padding: 2px 2px 2px 2px;
    border-radius: 10rem !important;
    background-color: whitesmoke;
    border: inset;
    border-width: 1px;
    text-align: center;
    border-color: darkcyan;
}
.line-active:hover > .line-select {
    width: 100%;
}

.btn_menu {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 36px;
    line-height: 36px;
    padding: 6px;
    border-radius: 10rem !important;
    border: 1px solid #e5e5e5;
    border-color: darkcyan;
    background: #fff;
    text-align: center;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
}

    .btn_menu:hover {
        background: cadetblue;
        border-color: #fed049;
        color: #fff !important;
    }

.disableArea {
    background-color: #72b9bc69;
    opacity: 0.7;
}

.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;
}
.w-min-media {
    display: inline-block;
    min-width: 330px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }

    .w-min-media {
        display: inline-block;
        min-width: 600px;
    }
}

@media (min-width: 450px) {
    .AreaDetail {
        padding-right: 20px;
        padding-left: 20px;
    }

    .Area_Print {
        border-top-right-radius: 20px;
    }

    .w-min-media {
        display: inline-block;
        min-width: 450px;
    }
}


@media (min-width: 576px) {
    .MainLeft {
        margin-right: 180px;
        transition: transform 0.7s;
    }
}

@media (min-width: 450px) {
    .pr_180 {
        padding-right: 180px;
    }

    .menu {
        width: 180px;
    }
}

@media (max-width: 450px) {

    .pr_180 {
        padding-right: 0px;
    }

    .menu {
        width: 0px;
    }
}
.menu {
    height: 100vh;
    /*min-height: 350px;*/
    position: fixed;
    /*top: 0;*/
    right: 0;
    z-index: 300;
    overflow-x: hidden;
    transition: 0.5s;
    width: 180px;
}


    .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;
}

header-page {
    background-color: #225481;
    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;
}

.mainArea111 {
    width: 100%;
    transition: 0.5s;
    position: relative;
    top: 50px;
}
.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;
}

.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;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

#bodyMng {
    /* Margin bottom by footer height */
    /*font-family: Shabnam !important;*/
    direction: rtl;
    background-color: #ecf2fa !important;
 
}
#bodyClint {
    /* Margin bottom by footer height */
    font-family: 'Shabnam' !important;
    direction: rtl;
    padding-bottom: 350px;
    /*background-color: #ffff !important;
    color: #198754;*/ /*#3e5656;*/
}
.bg-blue {
    background-color: #cee0fa #15019c;
    color: aliceblue;
}
.bg-cyan {
    background-color: darkcyan;
 }

.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);
    -ms-transform: rotateZ(360deg); /* IE 9 */
    -moz-transform: rotateZ(360deg); /* Firefox */
    -webkit-transform: rotateZ(360deg); /* Safari and Chrome */
    -o-transform: rotateZ(360deg); /* Opera */
    transition: transform 0.7s;
}

.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 {
    margin: 10px;
    display: block;
    background-color: rgba(137, 180, 246, 0.86);
    border-radius: 10px;
}

.firstArea {
    padding: 5px;
    background-color: rgb(207 214 214);
    border-radius: 10px;
}

.secondArea {
    padding: 5px;
    color: floralwhite;
    background-color: rgb(125 132 246 / 0.86);
    border-radius: 10px;
}

.back-1-pic {
    background: url(../img/1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.back-2-pic {
    background: url(../img/2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.back-3-pic {
    background: url(../img/3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.back-4-pic {
    background: url(../img/4.png);
    background-position: center;
    background-repeat: no-repeat;
}

.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;
}

.text-infovije {
    background-color: #3083f7;
    width: 90%;
}

.vijeres {
    width: 200px;
    height: 270px;
    padding: 10px;
    background-color: #9dbfef;
    border-radius: 10px;
    margin: 5px;
}

.vije-1 {
    background-color: #f9d1b3;
    font-size: 26px;
    color: #2b3545
}

.vije-2 {
    background-color: #b3f9d7;
    font-size: 26px;
    color: #2b3545
}

.vije-3 {
    background-color: #b3c7f9;
    font-size: 26px;
    color: #fa3a3a;
}

.vije-4 {
    background-color: #315644;
    font-size: 26px;
    color: #d2d8e1
}


.vije-HeaderRiz {
    font-size: 20px;
    background-color: #222121;
    color: #d7e8f5;
}

.vije-DetailRizFard {
    font-size: 18px;
    background-color: #f3e2cf;
    color: #043260;
}

.vije-DetailRizZoj {
    display: inline-block;
    font-size: 20px;
    background-color: #cee0fa;
}

.Zoj {
    background-color: #cee0fa;
    color: #510202;
    border-radius: 5PX;
}

.Fard {
    background-color: #f3e2cf;
    color: #043260;
    border-radius: 5PX;
}

    .Zoj:hover, .Fard:hover {
        background-color: rgb(93, 143, 217);
        color: yellow;
    }

.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;
}
.align-center-hight {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lbl-info-data {
    background-color: #b3c7f9;
    color: #052555;
    width: 100%;
}

.align-text-center {
    text-align: center;
}

.dis-none {
    display: none;
    transition: transform 0.7s;
}
/*---------------------------------------*/

.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-64 {
    font-size: 400% !important;
}

.font-bold {
    font-weight: bolder !important;
}

.icofont-00x {
    font-size: 1.5em !important;
}

.BTN {
    cursor: pointer;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 6px 15px 6px 15px;
    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;
    }
.btn_NextPre {
    border-radius: 20px !important;
    color: darkblue;
    background-color: rgb(51, 180, 248, 0.71);
    width: 125px;
    font-size: 150% !important;
}

    .btn_NextPre:hover {
        border-color: brown;
        background-color: aliceblue;
    }


.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: #aaafb6;
        color: lightgray;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
    }
.Icon_Gray2 {
    color: #5e5c5c;
}

    .Icon_Gray2:hover {
        background-color: slategrey;
        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: darkred;
        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: #198754;
}

    .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;
}

.bg_Blue {
    background-color: #4aa4fb !important;
    color: white;
}

.btn_Blue {
    color: #161617;
    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_SelectedGreen {
    background-color: #669d24;
    color: white;
    border-radius: 8px;
}

.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;
}

.Row_Select {
    color: #061947 !important;
    background-color: #ebf378 !important;
}

.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: #fed049;
    width: 0px;
    height: 5px;
    margin-top: 5px;
    transition: width .4s ease;
}

.line-2 {
    background-color: #fed049;
    width: 100%;
    height: 2px
}

.line-1 {
    background-color: #fed049;
    width: 90%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h-fix-30 {
    height: 30px;
}

.h-fix-52 {
    height: 52px;
}
.h-fix-50 {
    height: 50px;
}
.h-fix-100 {
    height: 100px;
}
.h-fix-150 {
    height: 150px;
}
.h-fix-120 {
    height: 120px;
}
.h-fix-200 {
    height: 200px;
}

.h-fix-250 {
    height: 250px;
}
.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;
}

.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: 50px !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-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-1000 {
    display: inline-block;
    width: 1000px !important;
}

.w-fix-1500 {
    display: inline-block;
    width: 1500px;
}

.w-max-40 {
    width: 100%;
    max-width: 40px;
}

.w-max-50 {
    width: 100%;
    max-width: 50px;
}

.w-max-65 {
    width: 100%;
    max-width: 65px;
}

.w-max-75 {
    width: 100%;
    max-width: 75px;
}

.w-max-100 {
    width: 100%;
    max-width: 100px;
}

.w-max-150 {
    width: 100%;
    max-width: 150px;
}

.w-max-180 {
    width: 100%;
    max-width: 180px;
}

.w-max-200 {
    width: 100%;
    max-width: 200px;
}

.w-max-250 {
    width: 100%;
    max-width: 250px;
}

.w-max-300 {
    width: 100%;
    max-width: 300px;
}

.w-max-400 {
    width: 100%;
    max-width: 400px;
}

.w-max-450 {
    width: 100%;
    max-width: 450px;
}

.w-max-350 {
    width: 100%;
    max-width: 350px;
}

.w-max-500 {
    width: 100%;
    max-width: 500px;
}

.w-max-600 {
    width: 100%;
    max-width: 600px;
}


.w-max-700 {
    width: 100%;
    max-width: 700px;
}

.w-max-800 {
    width: 100%;
    max-width: 800px;
}

.w-max-900 {
    width: 100%;
    max-width: 900px;
}

.w-max-1000 {
    width: 100%;
    max-width: 1000px;
}

.w-max-1100 {
    width: 100%;
    max-width: 1100px;
}

.w-max-1200 {
    width: 100%;
    max-width: 1200px;
}

.w-max-1300 {
    width: 100%;
    max-width: 1300px;
}

.w-max-1400 {
    width: 100%;
    max-width: 1400px;
}

.w-max-1500 {
    width: 100%;
    max-width: 1500px;
}
.w-max-1600 {
    width: 100%;
    max-width: 1600px;
}
.w-max-1700 {
    width: 100%;
    max-width: 1700px;
}
.w-max-1800 {
    width: 100%;
    max-width: 1800px;
}
.w-max-1900 {
    width: 100%;
    max-width: 1900px;
}
.w-max-2000 {
    width: 100%;
    max-width: 2000px;
}

.w-lim-100-150 {
    width: 100%;
    min-width: 100px;
    max-width: 150px;
}

.w-lim-100-200 {
    width: 100%;
    min-width: 100px;
    max-width: 200px;
}

.w-lim-150-250 {
    width: 100%;
    min-width: 150px;
    max-width: 250px;
}

.w-lim-200-300 {
    width: 100%;
    min-width: 200px;
    max-width: 300px;
}

.w-lim-350-500 {
    width: 100%;
    min-width: 350px;
    max-width: 500px;
}

.w-lim-300-600 {
    width: 100%;
    min-width: 300px;
    max-width: 600px;
}

.w-lim-1000-1200 {
    width: 100%;
    min-width: 1000px;
    max-width: 1200px;
}

.w-min-45 {
    min-width: 45px;
}

.w-min-50 {
    min-width: 50px;
}

.w-min-75 {
    min-width: 75px;
}

.w-min-100 {
    min-width: 100px;
}

.w-min-140 {
    min-width: 140px;
}
.w-min-150 {
    min-width: 150px;
}
.w-min-180 {
    min-width: 180px;
}

.w-min-200 {
    min-width: 200px;
}
.w-min-230 {
    min-width: 230px;
}

.w-min-250 {
    min-width: 250px;
}

.w-min-300 {
    min-width: 300px;
}

.w-min-400 {
    min-width: 400px;
}
.w-min-500 {
    min-width: 500px;
}
.w-min-700 {
    min-width: 700px;
}

.w-min-800 {
    min-width: 800px;
}
.w-fix-1200 {
    width: 1200px;
}
.w-fix-1600 {
    width: 1600px;
}

.h-max-100 {
    height: 100%;
    max-height: 100px;
}

.h-max-150 {
    height: 100%;
    max-height: 150px;
}

.h-max-180 {
    height: 100%;
    max-height: 180px;
}

.h-max-200 {
    height: 100%;
    max-height: 200px;
}
.h-max-400 {
    height: 100%;
    max-height: 400px;
}
.h-max-450 {
    max-height: 500px;
}
.h-max-500 {
    height: 100%;
    max-height: 500px;
}
.h-max-600 {
    height: 100%;
    max-height: 600px;
}
.fixed-box {
    position: fixed;
    left: 10px;
    bottom: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 12px 10px;
    max-width: 300px;
    width:100%;
}
.wh-max-75 {
    max-width: 75px;
    max-height: 35px;
}

.wh-max-65 {
    max-width: 65px;
    max-height: 30px;
}

.wh-max-50 {
    max-width: 50px;
    max-height: 25px;
}


.wh-fix-75 {
    width: 75px;
    height: 75px;
}


.wh-fix-55 {
    width: 55px;
    height: 40px;
}

.h-min-750 {
    min-height: 750px;
}

.h-min-450 {
    min-height: 450px;
}

.h-min-200 {
    min-height: 200px;
}
.h-min-250 {
    min-height: 250px;
}
.h-min-300 {
    min-height: 300px;
}

.h-min-100 {
    min-height: 100px;
}

.h-min-150 {
    min-height: 150px;
}

#MenuFooter {
    position: fixed !important;
    width: 100%;
    padding-top: 3px;
    bottom: 0px !important;
    z-index: 1200; 
    border: none; 
    outline: none; 
    background-color: black;
    text-align: center !important;
}

/*دکمه برگشت به بالا */
#BtnGoToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 15px; /* Place the button at the bottom of the page */
    left: 15px; /* Place the button 30px from the right */
    z-index: 2000; /* 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: 6px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    /*    font-size: 18px; /* Increase font size */
  
}

    #BtnGoToTop:hover {
        background-color: #555; /* Add a dark-grey background on hover */
        color: #ff0000; /* Text color */
    }


.text-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;
}

.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-bottom-right-radius: 25px;
    border-bottom-left-radius: 5px;
    border-color: #225481;
    border-width: 3px;
    border-style: solid;
    border-top-width: 0px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    background-color: lightsteelblue;
}
.OnvanSafheTitr {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    color: maroon;
    box-shadow: 0 0.5rem 0.5rem rgb(4 50 96 / 0.45);
}

.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;
}


.sidenav {
    position: fixed;
    height: 100vh;
    min-width: 150px;
    z-index: 1;
    background-color: #343a40;
    overflow-x: hidden;
    padding-top: 50px;
}

    .sidenav a {
        padding: 6px 10px 6px 5px;
        margin-top: 5px;
        text-decoration: none;
        color: #f1f1f1;
        display: block;
        font-size: 13px !important;
    }

        .sidenav a:hover {
            color: #edfa4a;
            background: #061947;
        }

.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-Zoj {
    background-color: #cee0fa;
    color: #510202 !important;
}

.card-Fard {
    background-color: #f3e2cf;
    color: #043260 !important;
}

.header_Table {
    text-align: center;
    background-color: #3d454d;
    color: #f5f909;
}

.Header_Btn {
    position: sticky;
    z-index: 90;
}

.footer_Table {
    position: sticky;
    width: 100%;
    bottom: 0px;
    z-index: 90;
    background-color: #3d454d;
    color: #f5f909;
    opacity: 0.85;
    border: ridge;
    border-color: #fad704;
    border-radius: 10px;
    white-space: nowrap;
}

.footer_M {
    margin-left: 6px;
    margin-right: 6px;
}

.pos-Right {
    position: absolute;
    right: 0px;
    z-index: 200;
}

.pos-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;
}
.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-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;
    border-bottom: 1px solid #91cafb;
}
    .control-input-plaintext:hover {
        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;
}
.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;
        }

.ListKalaSelected {
    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;
 }
.center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ????? ??? ????? ????? */
#waitbody {
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    z-index: 2000;
    width: 98%;
    height: 98%;
    background-color: #07140cc7;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: white;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#ExcelModal {
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    width: 98%;
    height: 98%;
    z-index: 600 !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #011324db;
    animation: fadeIn 0.5s;
}


#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;
}
.scrollOfoghi {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}

.scrollAmudi {
    overflow-y: auto;
    overflow-x: hidden;
}
.w-inline {
    display: inline-block;
    width: 100%;
}

.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: #5a7979;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #3e5656;
    }

.stickyTop {
    position: sticky;
    width: 100%;
}
.stickyBody {
    padding: 10px;
}
.stickyTop + .sticyBody {
    padding-top: 102px;
}
.menu-detail{
    display:none;
}

.menu-detail::hover {
    display: block;
}
.bg-form {
    background-color: ghostwhite;
    color: dimgrey;
}
.bg-formHF {
    background-color: #e0e0e0;
}

.bg-formWait {
    padding: 20px;
    background-color: rgb(225 225 225 / 0.83);
    border-radius: 500px;
}
.bg-formWaitIn {
    border-radius: 500px;
    background-color: rgb(173 171 171);
    border-color:aqua;
}
.learnA {
    padding: 10px;
    border-right: 4px solid #0278c7;
    margin-top: 10px;
    border-radius: 0 29px 29px 0;
    color: #6f7c8a;
    box-shadow: inset -174px 0 32px -22px #f1f1f1;
    width: 100%;
}
.learnB {
    padding: 10px;
    border-left: 4px solid #0278c7;
    margin-top: 10px;
    border-radius: 29px 0px 0px 29px;
    color: #6f7c8a;
    box-shadow: inset -174px 0 32px -22px #f1f1f1;
    width: 100%;
}

#Logo_Main {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1200;
}
.service-icon-span:hover {
    background-color: #29700d;
}
.service-icon-span {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    position: relative;
}
.text-Main {
    color: #169179;
    font-family: 'DastNevis' !important;
}
.btn_li {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    border-color: #fed049;
    color: #082b55;
    background: #fff;
    text-align: center;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
}
    .btn_li:hover {
        background: cadetblue;
        color: #fff;
    }
.btn-prev {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    border-radius:50%;
}
    .btn-prev:hover {
        opacity: 1;
    }
.btn-next {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100;
    border-radius: 50%;
}
    .btn-next:hover {
        opacity: 1;
    }
.Point {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #69b984;
}

.zoom-image-home:hover > img {
    height: 220px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.silver {
    color: #999;
}
.silverYellow {
    color: #999;
}
    .silverYellow:hover {
        color: #fed049;
    }
.smoke {
    color: #ccc;
}

.bg-color_A {
    background-color: #fe9933 !important;
}

.bg-color_B {
    background-color: #cffde1 !important;
}

.bg-color_C {
    background-color: #69b984 !important;
}

.bg-color_D {
    background-color: #3e5656 !important;
}
.text-color_A {
    color: #fc9125;
}

.text-color_B {
    color: #cffde1;
}

.text-color_C {
    color: #69b984;
}

.text-color_D {
    color: #3e5656;
}

.text-color_E {
    color: #198754
}

.text-color_F {
    color: #dc3545;
}

.pic_kala {
    display: inline-blockblock;
    max-width : 350px !important;
    position: relative;
    margin:5px;
    padding:5px;
    border-radius:10px;
}
.btn_onpic {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 10;
}
.btn_Close_Form {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-color: #fff;
}
.Quickview {
    background-color: #07140cc7;
    display: none;
    transition: transform 0.7s;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.Scroll {
    transition: transform 0.6s ease-in-out;
}
.AreaDetail {
    display: none;
    padding: 20px;
    border-radius: 10px;
    border: groove;
    border-width: 1px;
    border-color: #999ea17f;
    min-height: 250px;
}
.dis-block {
    display: block;
}
.ptl{
    position:absolute;
    top:0;
    left:0;
}
#ConfirmModal {
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    width: 98%;
    height: 98%;
    z-index: 600 !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #011324db;
    animation: fadeIn 0.5s;
}
.shop-baner{
    border-bottom:ridge;
    padding-bottom:10px;
    margin-bottom:20px;
}
.product-title {
    border-radius: 10rem !important;
    display: block;
    padding: 6px 15px 6px 15px;
    text-align: center;
    transition: color .75s ease-in-out, background-color .75s ease-in-out;
    font-size: 18px;
    border: solid;
    border-width: 1px;
    border-color: #cffde1;
    cursor: pointer;
}
    .product-title:hover {
        background-color: #cffde1;
    }
.product-title a {
    color: #dc3545;
}
.rotate-thumb {
    cursor: pointer;
}
    .rotate-thumb img {
        margin-top : 10px;
    }

    .rotate-thumb:hover img:first-child {
        transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg); /* IE 9 */
        -moz-transform: rotateY(-90deg); /* Firefox */
        -webkit-transform: rotateY(-90deg); /* Safari and Chrome */
        -o-transform: rotateY(-90deg); /* Opera */
        /*transition: transform 0.7s;*/
        transition: all 0.5s ease-out 0s;
        opacity: 0;
        display: none;
    }
    .rotate-thumb img:last-child {
        display: none;
        opacity: 0;
        transform: rotateY(90deg);
        -ms-transform: rotateY(90deg); /* IE 9 */
        -moz-transform: rotateY(90deg); /* Firefox */
        -webkit-transform: rotateY(90deg); /* Safari and Chrome */
        -o-transform: rotateY(90deg); /* Opera */
        transition: all 0.5s ease-out 0s;
    }
    .rotate-thumb:hover img:last-child {

        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg); /* IE 9 */
        -moz-transform: rotateY(0deg); /* Firefox */
        -webkit-transform: rotateY(0deg); /* Safari and Chrome */
        -o-transform: rotateY(0deg); /* Opera */
        transition: all 0.5s ease-out 0s;
        display: inline-block;
        opacity: 1;
    }

.product-info {
    padding-top: 17px;
    position: relative;
    padding-bottom: 10px;
}
.contact-map {
    padding: 10px;
    margin-bottom: 50px;
}
.contact-map iframe {
    width: 100%;
}
.intro-gal3 {
    margin-bottom: -10px;
}

    .intro-gal3 .paci-font {
        margin-bottom: 15px;
    }
.box-parallax {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.list-photo-gal3 {
    padding: 0 8px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}
.box-hover-dir {
    overflow: hidden;
    position: relative;
    cursor: all-scroll;
}

    .box-hover-dir > div {
        height: 100%;
        position: absolute;
        width: 100%;
        transition: all 0.5s ease-out 0s !important;
        -webkit-transition: all 0.5s ease-out 0s !important;
    }
.item-gal3 {
    margin: 0 -8px 15px;
}

    .item-gal3 img {
        width: 100%;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }

    .item-gal3:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }

.gal-info3 {
    padding: 20px;
}

.gal-content3 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 15%;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-gal3:hover .gal-content3 {
    opacity: 1;
}

.gal-content3 .title18 {
    text-transform: capitalize;
    margin-top: 10px;
}

.gal-content3 .btn-gal {
    position: static;
    transform: none;
}
.paci-font {
    font-family: 'Pacifico', cursive;
}
.title14,
.title12,
.title16,
.title18,
.title24,
.title30,
.title40,
.title48,
.title60,
.title90,
.title120,
.title100 {
    margin: 0;
    font-size: 14px;
}

.title12 {
    font-size: 12px;
}

.title16 {
    font-size: 16px;
}

.title18 {
    font-size: 18px;
}

.title24 {
    font-size: 24px;
}

.title30 {
    font-size: 30px;
}

.title40 {
    font-size: 40px;
}

.title48 {
    font-size: 48px;
}

.title60 {
    font-size: 60px;
}

.title90 {
    font-size: 90px;
}

.title120 {
    font-size: 120px;
}

.title100 {
    font-size: 100px;
}
.main-footer {
    background: #2c2c2c;
    padding: 50px 0;
}
.list-instagram {
    margin: 0 -5px;
    font-size: 0;
    max-width: 270px;
}

    .list-instagram a {
        display: inline-block;
    }

        .list-instagram a img {
            width: 80px;
            margin: 5px;
            transition: all 0.5s ease-out 0s;
            -webkit-transition: all 0.5s ease-out 0s;
            border-radius:10px;
        }

.social-payment {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 70px;
    padding-top: 30px;
}
.list-inline-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-inline-block > li {
        display: inline-block;
        vertical-align: top;
    }
.social-payment .list-inline-block li .title24 {
    margin-right: 0;
    margin-left: 10px;
}
.social-network {
    margin: 0 -3px;
}

    .social-network a {
        margin: 0 3px;
        display: inline-block;
        vertical-align: top;
    }
.payment-method {
    margin: 0 -3px;
}

    .payment-method a {
        margin: 0 3px;
    }
.bottom-fotter {
    background: #1e1e1e;
    padding: 25px 0 20px;
}

    .bottom-fotter .copyright {
        margin: 0;
    }

    .bottom-fotter .term-policy li::after {
        background-color: rgba(255, 255, 255, 0.1);
    }

.wrap {
    overflow: hidden;
    position: relative;
}
.product-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
    .product-thumb:hover {
        background-color: #f7ecec;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }
.grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .grow:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer li {
    padding-left: 0;
    padding-right: 15px;
}

    .menu-footer li::before {
        left: auto;
        right: 0;
    }
.adv-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}

    .adv-thumb-link > img {
        display: block;
        width: 100%;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }
/*Zoom Image*/
.zoom-image:hover {
    transform: scale(1.12);
    -webkit-transform: scale(1.15);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.zoom-image {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.line-scale .adv-thumb-link::after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.bread-crumb {
    margin-top: 5px;
}

    .bread-crumb a::after {
        content: "//";
        color: #939393;
        font-size: 10px;
        margin: 0 5px;
    }
.search-form {
    padding-right: 0;
    padding-left: 20px;
    position: relative;
    padding-right: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 20px;
}

    .search-form input[type="submit"],
    .search-form::after {
        right: auto;
        left: 0;
    }

    .search-form input[type="text"] {
        height: 38px;
        display: block;
        border: none;
        color: #999;
        border-radius: 20px;
        border-width: 0px;
        width: 100%;
        border-style:none;
    }
.product-rating {
    background-image: url("/images/icon/rate-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}
.product-rate {
    background-image: url("/images/icon/rate-star.png");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 95px;
    direction: ltr;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.product-rate {
    margin: auto;
}
.pe-75{
    padding-left:75px;
}
.me-6 {
     margin-left: 5rem !important;
}
.logo {
    width:125px;
}

@media (max-width: 450px) {
    .logo {
        width: 75px;
    }
}
#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-page {
    color: white;
    display: inline-block;
    min-width: 70px;
    padding: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 2px;
    cursor: pointer;
    text-align: center;
}

    .menu-page:hover {
        color: red;
        background-color: aquamarine
    }

    .menu-page.active {
        color: darkblue;
        background-color: floralwhite;
    }
menu-page {
    color: white;
    display: inline-block;
    min-width: 70px;
    padding: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 2px;
    cursor: pointer;
    text-align: center;
}

    menu-page:hover {
        color: red;
        background-color: aquamarine
    }

    menu-page.active {
        color: darkblue;
        background-color: floralwhite;
    }
.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;
}

#MsgForm_B_MATN {
    max-height: 80vh;
    overflow-y: scroll;
}

#ModalForm {
    height: 100vh;
    min-width: 330px;
    background-color: rgb(71 78 104 / 0.80);
    transition: transform 0.7s;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    width: 98%;
    height: 98%;
    z-index: 300 !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #011324db;
    animation: fadeIn 0.5s;
}

#ModalForm_B {
    height: 100vh;
    background-color: rgb(71 78 104 / 0.80);
    transition: transform 0.7s;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    width: 98%;
    height: 98%;
    z-index: 400 !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #011324db;
    animation: fadeIn 0.5s;
}

#MsgAreaModal {
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    width: 98%;
    height: 98%;
    z-index: 500 !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #011324db;
    animation: fadeIn 0.5s;
}

#ModalSpiner {
    position: fixed;
    display: none;
    Top: 1%;
    right: 1%;
    width: 98%;
    height: 98%;
    z-index: 600 !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #011324db;
    animation: fadeIn 0.5s;
}

.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%;
}
.timer {
    font-size: 32px;
    font: bold;
    margin-top: 10px;
    position: relative;
    color: darkorange;
    top: -88px;
    left: 0px;
}

.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;
}

.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;
}

.header_Table_Right {
    position: absolute;
    right: 0px;
    z-index: 200;
}

.header_Table_Left {
    position: absolute;
    left: 0px;
    z-index: 200;
}
.wh-Summery{
    width:100%;
    min-height: 250px;
    height:90%;
}
.BoxBlog {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    box-shadow: 0px 6px 15px -6px lightblue;
    min-height: 50px;
}
    .BoxBlog img {
        max-width: 100%;
        max-height:max-content;
    }