/* Reset */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a {
    text-decoration: none;
}


/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Bold.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Medium.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Light.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSans/eot/IRANSansWeb.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb.ttf) format("truetype");
}


/* Public
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
    font-family: IRANSans;
}

.container {
    max-width: 1320px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.remove-btn {
    background: transparent !important;
    border: 1px solid #ededed !important;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.space-between {
    justify-content: space-between;
}

.max-content {
    width: max-content;
}

.colm1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.colm2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.colm2-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.colm3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.colm4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.colm5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.colm6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.colm7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.colm8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.colm9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.colm10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.colm11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.colm12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.ltr {
    direction: ltr;
}

.hide {
    display: none;
}

.pad-20 {
    padding: 20px;
}

.icon-slidetoggle img {
    cursor: pointer;
    transition: 0.3s;
}

.icon-slidetoggle.rotate img {
    transform: rotate(-180deg);
}

.cr-status{
    position: relative;
    line-height: 1;
}

.cr-status.status-green::before{
    background: green;
}
.cr-status.status-yellow::before{
    background: yellow;
}
.cr-status.status-red::before{
    background: red;
}
.cr-status.status-black::before{
    background: black;
}

.cr-status::before{
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.grid-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-content: center;
    margin-bottom: 24px;
}
.card-body{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 2px 6px -4px #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}
.flex-table{
    display: flex !important;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
}
.card-alert {
    position: fixed;
    width: 20%;
    bottom: 50px;
    left: 50px;
    border-radius: 10px;
    padding: 25px;
    z-index: 99;
}

.closealert {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
    font-size: 16px;
}
.card-alert.hide-alert {
    display: none;
}
.table-pf td {
    border: 1px solid gainsboro;
}
    .pish-al{
        margin-bottom: 30px;
    }
    .grid-head-factor{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        align-items: center;
        margin-bottom: 8px;
        padding: 0 5px;
    }
    .head-f-title{
        text-align: center;
        font-weight: bold;
        color: #132848;
    }
    .head-f-date{
        text-align: left;
        font-weight: bold;
        color: #132848;
    }
    .factor-pr-name p {
        direction: ltr;
        display: inline-block;
    }

    .border-table {
        width: 100%;
        margin: 0 auto;
        border: 2px solid #262426;
    }

    .border-table td,
    .border-table tr,
    .border-table th {
        background-color: #fff !important;
        border: unset !important
    }

    #productInfo tr,
    #table3 tr {
        border-bottom: 1px solid #000 !important;
    }

    #productInfo tfoot tr,
    #table3 tfoot tr {
        border-bottom: 0px solid #000 !important;
    }

    #productInfo th,
    #table3 th{
        color: #000;
    }
    
    #productInfo tr td:first,
    #table3 tr td:first {
        width: 35%!important;
    }
    #productInfo td,
    #table3 td {
        border-left: 1px solid #000 !important;
    }

    #productInfo th:last-child,
    #productInfo td:last-child,
    #table3 th:last-child,
    #table3 td:last-child {
        border-left: 0px !important;
    }

    td.tdbuyer,
    td.tdseller {
        padding: 0 !important;
        border: unset !important;
    }

    tr.trbuyer {
        border-top: 2px solid #132848 !important;
    }

    .tdbuyer p,
    .tdseller p {
        position: relative;
        width: fit-content;
        padding: 5px 15px;
        padding-left: 25px;
        background: #132848;
        color: #fff;
        font-weight: bold;
        border-radius: 0 0 0 21px;
    }

    .tdbuyer p::after,
    .tdseller p::after {
        content: "";
        height: 34.5px;
        width: 2px;
        position: absolute;
        background: #132848;
        top: -1px;
        right: -1px;
    }

    #table1 tbody td,
    #table2 tbody td,
    #buyerInfo tbody td,
    #sellerInfo tbody td {
        border-color: transparent;
    }

    .tr-product {
        text-align: center;
        background-color: #132848 !important;
        color: #fff !important;
        padding: 1px 0px;
    }

    .tb-bs{
        width: 100%;
    }
    .tb-bs th,
    .tb-bs td{
        padding: 16px;
    }

    .grid-em-mo{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .grid-emza{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top: 1px solid #000;
    }
    .emza-kh{
        padding: 15px;
    }
    .emza-f{
        border-left: 1px solid #000;
        padding: 15px;
    }
.cr-status{
    position: relative;
    line-height: 1;
    font-size: 11px;
    margin-top: 8px;
}
.cr-status p{
    margin-left: 4px;
}
.cr-status.status-green::before{
    background: green;
}
.cr-status.status-yellow::before{
    background: yellow;
}
.cr-status.status-red::before{
    background: red;
}
.cr-status.status-black::before{
    background: black;
}
.select2-container{
    margin-top: 4px;
}
.cr-status::before{
    content: " ";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.update-pr{
    transform: translate(-8px, 0);
}

    .emz{
        position: relative;
        /* background: url(../images/em.png);
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        height: 95px;
        background-size: contain; */
    }
    .moh{
        position: relative;
        /* background: url(../images/mo.png);
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        background-size: contain; */
    }
    .moh img,
    .emz img{
        height: 95px;
        position: absolute;
        top: -39px;
    }
    .social svg {
        cursor: pointer;
    }

    .social {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: end;
        gap: 12px;
    }
    @media print {
    body{
        background-color: #fff !important;
    }
    .border-table {
        width: 100%;
        margin: 0 auto;
        border: 2px solid #262426;
        background-color: #fff !important;
    }

    .border-table td,
    .border-table tr,
    .border-table th {
        background-color: #fff !important;
        border: unset !important
    }

    #productInfo tr,
    #table3 tr {
        border-bottom: 1px solid #000 !important;
    }

    #productInfo tfoot tr,
    #table3 tfoot tr {
        border-bottom: 0px solid #000 !important;
    }

    #productInfo th,
    #table3 th{
        color: #000;
    }
    
    #productInfo tr td:first,
    #table3 tr td:first {
        width: 35%!important;
    }
    #productInfo td,
    #table3 td {
        border-left: 1px solid #000 !important;
    }

    #productInfo th:last-child,
    #productInfo td:last-child,
    #table3 th:last-child,
    #table3 td:last-child {
        border-left: 0px !important;
    }

    td.tdbuyer,
    td.tdseller {
        padding: 0 !important;
        border: unset !important;
    }

    tr.trbuyer {
        border-top: 2px solid #132848 !important;
    }

    .tdbuyer p,
    .tdseller p {
        position: relative;
        width: fit-content;
        padding: 5px 15px;
        padding-left: 25px;
        background: #132848;
        color: #fff;
        font-weight: bold;
        border-radius: 0 0 0 21px;
    }

    .tdbuyer p::after,
    .tdseller p::after {
        content: "";
        height: 34.5px;
        width: 2px;
        position: absolute;
        background: #132848;
        top: 0px;
        right: 0px;
    }

    #table1 tbody td,
    #table2 tbody td,
    #buyerInfo tbody td,
    #sellerInfo tbody td {
        border-color: transparent;
    }

    .tr-product {
        text-align: center;
        background-color: #132848 !important;
        color: #fff !important;
        padding: 1px 0px;
    }

    .tb-bs{
        width: 100%;
    }
    .tb-bs th,
    .tb-bs td{
        padding: 16px;
    }

    .grid-em-mo{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .grid-emza{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top: 1px solid #000;
    }
    .emza-kh{
        padding: 15px;
    }
    .emza-f{
        border-left: 1px solid #000;
        padding: 15px;
    }
    .emz{
        position: relative;
        /* background: url(../images/em.png);
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        height: 95px;
        background-size: contain; */
    }
    .moh{
        position: relative;
        /* background: url(../images/mo.png);
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        background-size: contain; */
    }
    .moh img,
    .emz img{
        height: 95px;
        position: absolute;
    }
    .moh img{
     
    height: 125px;
    top: -75px;

    }
    }
.card-alert.success {
    background-color: #4caf50;
}

.card-alert.error {
    background-color: #f55153;
}

.card-alert.informative {
    background-color: #2896f3;
}

.card-alert.warning {
    background-color: #fbc107;
}

.close-alert {
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
}

.alert-title {
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.popup-alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    width: auto;
    width: 25%;
    margin-bottom: 16px;
    z-index: 99;
    display: none;
}

.popup-alert.p-dark {
    background-color: #2b2f33;
    color: #f8fafb;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .12), 0 10px 10px -6px rgba(0, 0, 0, .12);
    border: solid 1px #0000001f;
    z-index: 99999;
}

.popup-alert.p-success {
    background-color: #dff0d8;
    color: #3c763d;
    box-shadow: 0 3px 10px 0 #d6e9c6, 0 10px 10px -6px rgba(0, 0, 0, .12);
    border: solid 1px #0000001f;
    z-index: 99999;
}
.panel-logo img{
    width: 50px;
}
.popup-alert.p-success .popup-alert-icon {
    color: #3c763d;
    margin-left: 12px;
}

.popup-alert-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.popup-alert-icon {
    color: #e2e6e9;
    margin-left: 12px;
}

.popup-alert-text {}

.popup-alert-close {
    color: #e2e6e9;
    position: absolute;
    left: 16px;
    cursor: pointer;
}

.popup-message3,
.popup-message2,
.popup-message {
    display: none;
    width: 300px;
    position: fixed;
    left: 50px;
    bottom: 50px;
    text-align: center;
    z-index: 1000;
}

.popup-message3,
.popup-message2 {
    padding: 20px;
}

.popup-message3 h3 .popup-message2 h3 {
    font-size: 13px;
    font-weight: bold;
}

.popup-message h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}


/* header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px;
            background-color: white;
        }
        .bb{
            border-bottom: 1px solid #dee5ec;
        }

        .navbar-left {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .logo {
            font-weight: bold;
            color: #007bff;
            margin-left: 20px;
        }

        .nav-item {
            margin-left: 20px;
            cursor: pointer;
            color: #495057;
            font-size: 14px;
        }

        .nav-item:hover {
            color: #007bff;
        }

        .search-icon {
            margin-left: 5px;
        }

        .navbar-right {
            display: flex;
            align-items: center;
        }

        .dropdown {
            position: relative;
            display: inline-block;
            margin-left: 20px;
            cursor: pointer;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            left: 0;
            background-color: white;
            min-width: 100px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            text-align: right;
        }

        .dropdown-content a {
            padding: 8px 16px;
            display: block;
            color: #495057;
            text-decoration: none;
            font-size: 14px;
        }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .separator {
            height: 1px;
            background-color: #dee2e6;
            margin: 10px 0;
        }

        .sub-nav {
            display: flex;
            justify-content: center;
            padding: 10px 0;
            background-color: #f2f5f866;
            border-bottom:1px solid #eff2f7 ;
            border-top:1px solid #eff2f7 ;
        }

        .sub-nav-item {
            display: flex;
            align-items: center;
            margin: 0 20px;
            cursor: pointer;
            color: #495057;
            font-size: 14px;
        }

        .sub-nav-item:hover {
            color: #007bff;
        }

        .icon {
            margin-left: 5px;
        }
        .profile-item{
            width: 40px;
            height: 40px;
        }
        .profile-item img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            border: 1px solid #f3f4f6;
            box-shadow: 0 0 0 0px #fff,0 0 0 calc(2px + 0px) rgb(212 221 234/ 1),0 0 #0000,0 0 #0000;
        }
        .seperator-item{
            margin: 0 16px;
            width: 1px;
            height: 32px;
            background: #dee5ec;
        }
        .flex-navbar{
            display: flex;
            gap: 16px;
            align-items: center;
            font-size: 14px;
            color: #585858;
        }
        .flex-navbar a{
            color: #585858;
        }
        .flex-navbar a:hover{
            color: #003e00 !important;
        }
        .font-s20{
            font-size: 20px;
        }
        .font-s18{
            font-size: 18px;
        }
        .color-nav{
            color: #8b97a7;
        }
        .item-menu{
            font-size: 14px;
            line-height: 20px;
            background-color: #fff;
            width: 256px;
            box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 1px 2px 0 rgba(43,96,140,.25);
            border: 1px solid #f2f5f8;
        }
        .nvabar-drowp a ,
        .item-menu a {
            transition: 0.4s;
        }
        .nvabar-drowp a .item-text,
        .item-menu a .item-text{
            position: relative;
            transition: 0.4s;
        }
        .item-text{
            position: relative;
        }
        .item-text::before{
            content: "";
            position: absolute;
            width: 0;
            height: 1px;
            bottom: 0;
            background: #585858;
            transition: 0.4s;
        }
        .top-ul li a .item-text::before{
            background: #8b5cf6;
        }
        .item-menu a:hover .item-text::before,
        .nvabar-drowp a:hover .item-text::before{
           width: 100%;
        }
        .item-menu a:hover,
        .nvabar-drowp a:hover{
           color: #2e3134;
        }
        .top-ul li a:hover{
           color: #7346da;
        }
        .top-ul{
            padding: 12px 16px;
            background-color: #f5f3ff;
        }
        .top-ul li a{
            color: #8b5cf6;
            font-weight: 500;
            padding: 4px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .ul-center{
            padding: 8px 16px;
            padding-bottom: 0;
        }
        .ul-center li a{
            display: flex;
            align-items: center;
            gap: 8px;
            padding:8px 4px;
            color: #585858;
        }
        .sep-menue{
            background-color: #eff2f7;
            height: 1px;
            width: calc(100% - 16px);
            margin: 8px auto;
        }
        .ul-bottom{
            color: #585858;
            padding: 8px 16px;
            padding-top:0 ;
        }
        .ul-bottom li a{
            display: flex;
            align-items: center;
            gap: 8px;
            padding:8px 4px;
            color: #585858;
        }
        .ul-bottom li a img{
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1px solid #f2f5f8;
            box-shadow: unset;
        }
        .target-container{
            position: absolute;
            z-index: 9999;
        }
        .pad-nav-avatar{
            padding: 0 12px;
        }
        .nvabar-drowp{
            padding-top: 14px;
            width: 256px;
        }
        .card-nav{
            box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 1px 2px 0 rgba(43,96,140,.25);
            padding-top: 24px;
            background-color: #fff;
            width: 256px;
            border: 1px solid #eff2f7;
            border-radius: 3px;
            padding: 8px;
        }
        .container-fluid{
            min-height:110vh;
        }
        .nvabar-drowp ul{
            padding: 0;
        }
        .prev-btn{
            background: transparent !important;
            font-size: 13px !important;
        }
        #target1{
            left: 0;
            top: 40px;
        }
        #target2{
            left: 50%;
            transform: translate(-50%, 0);
        }
        .middle{
            vertical-align: middle;
        }
        .arrow-drowp{
            display: flex;
            align-items: center;
            gap: 6px;
            transition: 0.4s;
        }
        .arrow-drowp i{
            transition: 0.4s;
        }
        .rotate180 i{
            transform: rotate(180deg);
        }
        .nav-h-r{
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 40px;
            height: 100%;
        }
        .flex-nav{
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .line-height-header{
            color: #3077b8;
            font-weight: bold;
        }
        .hoverlink a{
            position: relative;
            transition: 0.4s;
        }
        .hoverlink a::after{
            content: "";
            position: absolute;
            width: 0;
            height: 1px;
            bottom: 0;
            right: 0;
            background: #3077b8;
            transition: 0.4s;
        }
        .hoverlink a:hover{
            color: #3077b8;
        }
        .hoverlink a:hover::after{
            width: 100%;
        }
               .sub-menu{
            background-color: #f5f7f9;
            border-bottom: 1px solid  #dee5ec;
            padding: 0 16px;
            width: 100%;
            z-index: 999;
            transition:0.5s;
            position:sticky;
            top:0;
        }
        .sub-menu ul{
            display: grid;
            gap: 8px;
            font-size: 14px;
            grid-auto-flow: column;
        }
        .sub-menu ul li{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 0;
        }
        .sub-menu ul li a{
            display: flex;
            align-items: center;
            gap: 8px;
            padding:4px 12px;
            color: #475260;
            transition: 0.4s;
            border: 1px solid transparent;
            border-radius: 6px;
        }
        .sub-menu ul li a.active,
        .sub-menu ul li a:hover{
            color: #0d71cd;
            border-color:#0d71cd30;
            background: #0d71cd14;
        }
        .sub-menu ul li:last-child a:hover{
            border-color:transparent;
            background: transparent;
        }
        .sub-menu ul li a i{
            font-size: 16px;
        }
        .mar-t16{
            margin-top: 16px;
        }
        .submenu-sidebar {
        visibility: hidden; 
        opacity: 0; 
        transform: scaleY(0); 
        transform-origin: top; 
        transition: all 0.3s ease-in-out; 
        position: absolute;
        background-color: #fff;
        border: 1px solid #dee5ec;
        z-index: 10;
        border-radius: 8px;
        box-shadow: 0 0 9px -7px #000000;
        top: 85%; 
        width: 220px;
        pointer-events: none; 
        display: flex !important;
        flex-direction: column !important;
        font-size: 13px;
        gap: 16px !important;
        padding: 16px;
    }

    .submenu-sidebar li a i{
        font-size: 14px !important;
    }
    .submenu-sidebar li {
        justify-content: start !important;
        position:relative;
        padding: 0 !important;
    }
    .submenu-sidebar li::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, #00000000, #485361db, transparent);
    }
    .submenu-sidebar li:last-child::after {
        content: unset;
    }

    .submenu-sidebar li a {
        padding:4px 0 !important;
        width: 100%;
    }
    .submenu-sidebar li a:hover {
        border-color: transparent !important;
    }
    .menu-item {
        cursor: pointer;
        position: relative;
    }

    .menu-item:hover > .submenu-sidebar {
        visibility: visible; 
        opacity: 1; 
        transform: scaleY(1); 
        pointer-events: auto; 
    }
    
/* استایل پس‌زمینه لودینگ */
 .loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); /* رنگ تیره با شفافیت */ display: flex; justify-content: center; align-items: center; z-index: 9999; /* بالاترین لایه */ visibility: hidden; /* در حالت عادی مخفی است */ opacity: 0; /* شفاف است */ transition: visibility 0s, opacity 0.3s ease-in-out; } /* وقتی کلاس active اضافه شد */ .loading-overlay.active { visibility: visible; /* قابل مشاهده می‌شود */ opacity: 1; /* کاملاً نمایان می‌شود */ } /* استایل اسپینر لودینگ */ .loading-spinner { border: 5px solid #f3f3f3; /* رنگ بیرونی اسپینر */ border-top: 5px solid #3498db; /* رنگ بالایی اسپینر */ border-radius: 50%; /* شکل دایره */ width: 60px; height: 60px; animation: spin 1s linear infinite; /* انیمیشن چرخش */ } /* انیمیشن چرخش */ @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
/* ===== Button Checkboxes (scoped) ===== */
.btn-check {
  display: block;
  max-width: 100%;
  margin-top: 4px;
}

.btn-check__title {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 .75rem 0;
}

.btn-check__group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-check__item {
  position: relative;
}

.btn-check__input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}
.btn-checkbox,
.btn-check__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 2px solid #d4ddea;
    border-radius: 999px;
    background: #fff;
    color: #000000;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    user-select: none;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

.btn-checkbox:hover,
.btn-check__label:hover {
    border-color: #3077b8;
    background: rgb(48 119 184 / 8%);
}

.btn-check__icon {
  font-size: 16px;
  line-height: 1;
}

/* checked state */
.btn-check__input:checked + .btn-check__label {
    background: #3077b8;
    color: #fff;
    border-color: #3077b8;
    box-shadow: 0 6px 14px rgb(48 119 184 / 28%);
}

/* focus ring (keyboard) */
.btn-check__input:focus-visible + .btn-check__label {
  box-shadow: 0 6px 14px rgb(48 119 184 / 28%);
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .btn-check__label { transition: none; }
}

.head-problem{
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 2px solid #f4f6fa;
}
.mar-l4{
    margin-left: 4px;
}
.mar-r4{
    margin-right: 4px;
}
.body-problem{
    font-size: 14px;
}
.justify{
    text-align: justify;
}
.card-form2{
    padding:16px;
    border-radius: 6px;
    border: 2px solid #eff2f7;
    background: #fff;
}

.eval-header{
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0 4px;
}
.eval-header .desc{
    color: #636363;
    font-weight: 300;
    line-height: 1.8;
}

.rating-scale {
    display: flex;
    gap: 16px;
}

.rating-scale label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.rating-scale input[type="radio"] {
    width: 20px;
    height: 20px;
}
.seperator{
    border-bottom: 1px solid #d4ddea87;
}

.mar-b16{
    margin-bottom: 16px;
}
.info-body {
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #0000000d;
    color: #475260;
}
.f-gap8{
    display: flex;
    gap: 8px;
}
.download-file{
    padding: 0 12px;
    font-size: 12px;
    border-radius: 3px;
    background: #3077b8;
    color: #fff;;
}
.info-body div:nth-child(2){
    margin-top: 8px;
    font-weight: 300;
}
/* page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-base{
    padding-top:40px;
}
.card-form{
    border-radius: 6px;
    margin: 8px 0;
    border: 2px solid #eff2f7;
    background: #fff;
}
.page-base{
    padding:16px;
    padding-top:40px;
}
.pagetitle{
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
}

.card-form{
    padding: 8px 16px;
    border-radius: 6px;
    margin: 8px 0;
    border:2px solid #eff2f7;
    background: #fff;
}

.form-title{
    padding: 16px 4px;
    font-weight: 200;
    font-size: 14px;
    border-bottom: 2px solid #f4f6fa;
}
.body-form{
    padding: 8px 0;
}
.row-form{
    padding-top: 4px;
}

.grid-col1{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}
.grid-col2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.grid-col3{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.grid-col4{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.grid-col8{
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
}
.gap-24{
    gap: 24px;
}
.team-status-box {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.mar-r4{
    margin-right: 4px;
}
.border-b1{
    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 16px;
    padding-bottom:4px ;
}
.team-status-top {
    background: #ffffff;
    border-radius: 14px;
    cursor: pointer;
    width: 100%;
    aspect-ratio: 1/0.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 0 6px -4px #000;
    color: silver;
}
.pad-04{
    padding: 0px 4px;
}
.team-status-top.active {
    background: aliceblue;
    color: black;
}
.pad0{
    padding: 0 !important;
}
.row-input{
    padding: 0 4px;
}
.row-input label{
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 7px;
}

.row-input select,
.row-input textarea,
.row-input input{
    width: 100%;
    font-size: 14px;
    height: 45px;
    padding: 4px 12px;
    border: 1px solid #d4ddea;
    border-radius: 8px;
    margin-top: 4px;
}
.row-input textarea{
    height:70px;
}
.row-input select:focus,
.row-input textarea:focus,
.row-input input:focus{
    border-color:#1e293b;
    box-shadow: 0 0 0 .5px #1e293b;
    outline: .5px solid transparent;
}

.row-input input[type="file"]{
    padding: 12px;
}
.form-button{
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
.form-button button{
    font-weight: 500;
    font-size: 12px;
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    letter-spacing: 0.6px;
    transition: 0.3s;
    color: #585858;
    line-height: 1;
    cursor: pointer;
}
.form-button button :hover{
    color: #1a1a1a;
}
.next-btn{
    background-color: #26c897 !important;
    border-color:#26c897 !important;
    color: #fff !important;
}
.next-btn:hover{
    background-color: #67d8b6 !important;
    border-color:#67d8b6 !important;
      color: #fff !important;
}

.form-page {
  display: none;
}

.form-page.active {
  display: block;
}
.block{
    display: block;
}
.select2-container{
    width: 100% !important;
}
.select2-selection--multiple{
    width: 100%;
    font-size: 14px;
    height: 45px;
    padding: 4px 12px;
    border: 1px solid #d4ddea !important;
    border-radius: 8px !important;
    margin-top: 0!important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.select2-container .select2-search--inline .select2-search__field{
    font-family: 'IRANSans' !important;
    height: 20px !important;
}

.flex-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mar-b24{
    margin-bottom: 24px;
}
.btn-blue{
    background: #3077b8;
    padding: 4px 16px;
    border-radius: 16px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.view-text,
.delete-row{
    background: transparent;
    border-color: transparent;
}
.flex-tag{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.problem-tag{
    font-size: 12px;
    background: darkorange;
    padding: 2px 8px;
    border-radius: 2px;
    color: #fff;
}
.status-btn{
    background: darkorange;
    width: fit-content;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}
/* Table
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.table {
    width: 100%;
}

.table tr {
    border-bottom: 1px solid rgb(241, 243, 244);
}

.table tr:last-child {
    border-bottom: none;
}

.table thead tr {
    background-color: #f4f6f8;
    color: #212b36;
}

.table tbody tr {
    display: table-row;
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: rgb(244, 246, 248);
}

.table th,
.table td {
    display: table-cell;
    text-align: right;
    font-size: 14px;
    padding: 16px;
}

.table th {
    color: rgb(99, 115, 129);
    background-color: rgb(244, 246, 248);
}

.ajax-load,
.btn-load {
    position: relative;
}

.btn-load.load-active:after {
    background-size: 46px;
}

.load-active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/loader.svg) #fffc;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    right: 0;
    top: 0;
    z-index: 10;
}

.table td input {
    width: 80px;
}

.table .small {
    font-size: 10px;
}


.table td.text-center {
    text-align: center;
}
.al-center {
    text-align: center !important;
}

.table tr.active {
    background: #00800012;
}

.table-cardex tbody tr:nth-child(even) {
    display: table-row !important;
}
.mar-l8{
    margin-left: 8px;
}
.help-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.error{
    transition: 0.4s
}
select.error,
textarea.error,
input.error{
    border: 1px solid red;
}
.row-input select.error:focus,
.row-input textarea.error:focus,
.row-input input.error:focus{
    border-color:red;
    box-shadow: unset !important;
    outline: unset !important;
}
.error{
    color: red;
    font-size: 12px !important;
}
.help-tooltip::after {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

.help-tooltip::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

.help-tooltip:hover::after,
.help-tooltip:hover::before {
    opacity: 1;
    visibility: visible;
}
/* alert */
.alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    z-index: 1000;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* استایل‌های نوع پیام */
.alert.success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.alert.warning {
    background-color: #fff8e1;
    color: #ed6c02;
    border: 1px solid #ffecb3;
}

.alert.error {
    background-color: #ffebee;
    color: #d32f2f;
    border: 1px solid #ffcdd2;
}

/* استایل دکمه بستن */
.alert button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
    margin-left: auto;
}
/* Financial
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.grid-financial {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
}

.card-financial {
    background: #f4f6f8;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 2px 6px -4px #000;
    display: block;
    transition: all 0.3s;
}

.cash {
    background: #e6e07bb2;
}

.check {
    background: #75d9a7b2;
}

.finnotech {
    background: #b3caedb2;
}

.box-financial .cash:hover,
.box-financial .check:hover,
.box-financial .finnotech:hover {
    box-shadow: 0px 5px 6px -4px #000;
}

.box-financial .cash:hover {
    background: #e6e07b;
}

.box-financial .check:hover {
    background: #75d9a7;
}

.finnotech:hover {
    background: #b3caed;
}

.box-financial .financial-title {
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.financial-subtitle {
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1;
    padding-top: 15px;
    outline: none;
}

.add-iban,
.add-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #d3d3d3;
    color: #000;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 25px;
    box-shadow: 0px 0px 9px -5px #3f3f3f;
    transition: 0.5s;
    cursor: pointer;
}

.add-iban:hover,
.add-icon:hover {
    box-shadow: 0px 0px 13px -4px #3f3f3f;
}

.close-row {
    position: absolute;
    top: 50%;
    right: -13px;
}

.relative {
    position: relative;
}

.info-elm {
    font-weight: 500;
    padding: 0 5px;
    color: #c6b86b;
    text-decoration: underline;
}

.financial-subtitle small {
    font-size: x-small;
}

.increase {
    color: #16f700;
}

.diminish {
    color: red;
}

.number-inventory {
    text-decoration: underline;
}

.row-payment {
    margin-top: 20px;
}

.align-center {
    text-align: center;
}

.tag-payment {
    padding: 2px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}
.middle{
    vertical-align: middle;
}
.back-financial {
    background-color: #ededed4d;
    font-size: 13px;
    display: block;
    color: #000;
    padding: 0px 15px;
    height: 33px;
    line-height: 33px;
    border-radius: 3px;
    border: 1px solid #acacac;
}

.status-box {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 13px;
    width: 110px;
    text-align: center;
    display: block;
}

.status-box.pending {
    border-color: #ffb92f;
    background: #ffdb13;
    color: #fff;
}

.status-box.failed {
    border-color: #ae0404;
    background: #fa5252;
    color: #fff;
}

.status-box.accept {
    border-color: #00be0d;
    background: #94d82d;
    color: #fff;
}

.btn-sort {
    background: #3077b8;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 25px;
}

.admin-sidebar {
    display: none;
}


/* modal */

.modal {
    width: 50%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 6px -4px #000;
    z-index: 999;
}

.modal-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background: #00000042;
    transition: 0.5s;
    display: none;
    z-index: 9999;
}

.modal-overlay.is-active {
    display: flex;
}

.modal-header,
.modal-body {
    border-bottom: 1px solid #e9e9e9;
}

.modal-header,
.modal-footer,
.modal-body {
    padding: 20px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* test bg
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.test-bga {
    width: 100%;
    height: 400px;
    background: url(../images/shade2.svg) #fffc;
    background-repeat: no-repeat;
    background-position: center;
}


.amount-container{
    position: relative
}
.amount-text{
    font-size: 10px;
    position: absolute;
    color: #475260;
}
/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.form-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
}

.form-content {
    background-color: #fff;
    box-shadow: -20px 0px 30px 0px rgb(82 63 105 / 5%);
    border-radius: 10px;
}

.form-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid hsl(0deg 0% 86%);
}

.form {
    padding: 40px;
}

.form-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.form-row-radio {
    justify-content: inherit;
}

.form input,
.form select {
    width: 100%;
    height: 38px;
    border: 1px solid #d3d3d3;
    outline: none;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.form input[type="radio"],
.form input[type="checkbox"],
.form input[type="file"] {
    width: auto;
    cursor: pointer;
    height: inherit;
    vertical-align: middle;
}

.form textarea {
    width: 100%;
    resize: vertical;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    outline: none;
    padding: 10px;
    transition: all 0.3s ease;
}

.form input:disabled {
    background: #f2f2f2;
}

.form label {
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
    color: #000;
}

.form label.radio {
    padding: 10px;
}

.form button,
.button {
    background-color: #ededed;
    font-size: 13px;
    color: #000;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    border: 2px solid transparent;
}

.button.active {
    background-color: #3077b8;
    border: 2px solid #000;
}

.button.disabled {
    background: #fae280;
    border: 2px solid #adadad;
    color: #fff;
}

.form .star {
    color: red;
}

.form .input-container {
    padding: 20px;
}

.form .form-spacer {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
    position: relative;
    cursor: pointer;
}

.form .form-spacer:after {
    content: "";
    width: 100%;
    border-bottom: solid 2px #ebebeb;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.form .form-spacer span {
    position: relative;
    background-color: #f5f5f5;
    color: #34c38f;
    display: inline-block;
    padding: 4px 40px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    z-index: 3;
}

.form-footer {
    display: flex;
    justify-content: flex-end;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider-orange {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #feab6da1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider-orange:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked+.slider-orange {
    background-color: #fc7307;
}

.switch input:focus+.slider-orange {
    box-shadow: 0 0 1px #fc7307;
}

.switch input:checked+.slider-orange:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.flex-checkbox{
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-bottom: 16px;
}
.flex-checkbox label{
    margin-right: 8px;
}
/* Rounded sliders */

.slider-orange.round {
    border-radius: 34px;
}

.slider-orange.round:before {
    border-radius: 50%;
}

.result-box {
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 8px -5px rgb(69 65 78);
    border-radius: 5px;
    font-size: 14px;
    z-index: 9;
    max-height: 300px;
    overflow: auto;
}

.result-box ul li {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 20px;
}

.notfound-search {
    padding: 10px 20px;
}

.add-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link-add{
    font-weight: 500;
    font-size: 12px;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 3px;
    letter-spacing: 0.6px;
    transition: 0.3s;
    line-height: 1;
    cursor: pointer;
    background-color: #0d71cd;
    border-color: #0d71cd;
    color: #fff;
}
.flex-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
    .sep-table {
        height: 1px;
        background: linear-gradient(to left, transparent, #475260, transparent);
        margin: 10px 0;
    }

    .body-table { font-weight: 300; font-size: 13px; }
    .grid-col2 { gap: 12px; }
    .card-form2 { color: black; }
    .head-table { display: flex; flex-direction: row; justify-content: space-between; gap: 20px; }
    .title-list-ma { color: #475260; }

    .edit-item { cursor: pointer; color: #26c897; font-size: 13px; }
    .delete-item { cursor: pointer; color: #e53935; font-size: 13px; text-decoration:none; }

    /* ========= Accordion (Table Page) - Gray / Formal - Unique ========= */
    .acc-table-card{
        border-radius: 14px;
        background: #fff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 8px 24px rgba(0,0,0,.05);
        overflow: hidden;
        margin-bottom: 18px;
    }
    .acc-table-head{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 14px 16px;
        background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
        border: 0;
        cursor: pointer;
        text-align: right;
    }
    .acc-table-head-txt{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:4px;
    }
    .acc-table-title{
        font-weight: 800;
        font-size: 14px;
        color: #111827;
    }
    .acc-table-subtitle{
        margin-top: 3px;
        font-size: 12px;
        color: #6b7280;
    }
    .acc-table-icon{
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        background: #e5e7eb;
        color: #374151;
        transition: transform .25s ease, background .25s ease;
        flex: 0 0 auto;
    }
    .acc-table-body{
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .35s ease, opacity .25s ease;
    }
    .acc-table-card.is-open .acc-table-body{
        max-height: 4000px;
        opacity: 1;
    }
    .acc-table-card.is-open .acc-table-icon{
        transform: rotate(180deg);
        background: #d1d5db;
    }
    .acc-table-body-inner{
        padding: 14px 14px 18px;
        border-top: 1px solid #e5e7eb;
    }
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.panel-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-header img {
    vertical-align: middle;
}

.panel-logo {
    padding: 9px;
    /* background: #eee; */
    /* animation: background-change 12s infinite; */
}

@keyframes fadeIn {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@keyframes Cloud {
    from {
        fill: "#ffffff";
    }

    to {
        fill: "f8f8f8";
    }
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes background-change {
    0% {
        background: #eee;
    }

    25% {
        background: #eaf1fb;
    }

    50% {
        background: #fff;
    }

    75% {
        background: #eaf1fb;
    }

    100% {
        background: #eee;
    }
}

.panel-header-profile {
    position: relative;
    padding: 16px;
}

.header-profile-menu {
    font-size: 12px;
    font-weight: 700;
    color: #0c0c0c;
    padding: 5px 8px;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    cursor: pointer;
}

.header-profile-inside {
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background: #fff;
    color: #000;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 30%);
    z-index: 9;
}

.header-profile-inside a {
    display: block;
    font-size: 15px;
    color: #000;
    padding: 10px 25px;
}

.header-profile-inside a:hover {
    background: #eee;
}


/* Map
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.map{
    height: 300px;
    margin-top: 4px;
    border-radius: 8px;
    border: 1px solid #d4ddea;
}
/* Main
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    background-color: #f9f9f9 !important;
}

.panel-container {
    /* background: #f6f8fc; */
    min-height: calc(100vh - 66px);
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
}

.panel-content {
    flex-grow: 1;
}

.panel-sidebar {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-flow: column nowrap;
    background: #fff !important;
    width: 68px;
    font-size: 13px;
    padding-top: 20px;
}

.panel-sidebar-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid #0000000f;
}


.panel-sidebar-icon:hover {
    background-color: #fdb713 !important;
    transition: all .6s ease !important;
}
.panel-sidebar-icon:hover a{
    color: #fff;
}

.panel-sidebar-icon i{
    font-size: 16px;
}
.panel-header-content .flex-center {
    width: 8%;
}


.panel-sidebar-icon.active {
    background-color: #fdb713;
    font-weight: bold;
}
.panel-sidebar-icon.active a{
    color: #fff;
}

.panel-sidebar a {
    transition:0.5s;
    text-decoration: none;
    color: #5f5f5f;
}

.page-title {
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 20px;
}


.list-header {
    background-color: #f4f6f8;
    padding: 0 20px;
    border-bottom: 1px solid rgba(145, 158, 171, 0.24);
}

.list-header ul {
    display: flex;
}

.list-header li a {
    display: block;
    color: #637381;
    font-size: 13px;
    border-bottom: 2px solid transparent;
    padding: 15px;
    margin-left: 10px;
}

.list-header li a.active {
    color: #000;
    border-bottom: 2px solid #00ab55;
    font-weight: bold;
}

.list-content {
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #efefef;
    overflow: hidden;
}

.list-filter {
    padding: 20px;
}

.list-footer {
    border-top: 1px solid rgba(145, 158, 171, 0.24);
    padding: 20px;
}

.btn-delete img,
.btn-insert img,
.btn-update img,
.icon-panel,
.expand-arrow,
.btn-action {
    cursor: pointer;
    margin-left: 10px;
}


/* export
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.body-baze {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 8px;
}

.baze-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.baze-row button {
    width: 100%;
}

.baze-row select {
    width: 25%;
}

/* Message
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.message-notification {
    background-color: #2896f3;
    padding: 25px;
    border-radius: 10px;
    margin: 0 auto;
    width: fit-content;
    color: #fff;
    margin: 40px auto 0;
}

.status-active,
.status-deactive {
    color: #000 !important;
}

.status-active {
    background-color: #eaf7ee;
}

.status-deactive {
    background-color: #fcede9;
}


/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul.pagination li {
    display: inline-block;
}

ul.pagination li a,
ul.pagination li span {
    font-size: 12px;
    font-weight: bold;
    color: var(--black);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
}

ul.pagination li a.current,
ul.pagination li span.current {
    color: var(--white);
    background-color: var(--black);
}

ul.pagination li a:hover {
    background-color: #ffffff;
}

ul.pagination li a.current,
ul.pagination li span.current {
    background-color: #3077b8;
    color: #fff;
}

.lbl-num2words {
    font-size: 9px;
    font-weight: bold;
    position: absolute;
}

.lbl-message-response {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 12px;
}

.lbl-message-response div {
    padding: 2px;
    margin: 2px;
    background-color: #f1f1f1;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}


/* Order
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.table-orders tbody tr:nth-child(even),
.table-inquiry tbody tr:nth-child(even) {
    display: none;
}

.txt-inquiry-description {
    padding: 10px;
    vertical-align: middle;
}

.inquiry-details {
    position: relative;
}

.btn-update-public {
    position: relative;
}

/* .panel-content {
    margin-right: 8% !important;
    margin-top: 100px !important;
} */
    .pish {
        font-size: 12px;
        padding: 2px 8px;
        background: darkseagreen;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid darkgreen;
    }

    .repeat {
        font-size: 12px;
        padding: 2px 8px;
        background: darkblue;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid darkgreen;
        text-align: center;
        cursor: pointer;
    }

    .inq-fai {
        font-size: 12px;
        padding: 2px 8px;
        background: slategrey;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid #62627e;
        min-width: 95px;
        text-align: center;
    }

    .inq-can {
        font-size: 12px;
        padding: 2px 8px;
        background: darkorange;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid #c6590e;
        min-width: 95px;
        text-align: center;
    }

    .inq-erj {
        font-size: 12px;
        padding: 2px 8px;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid darkblue;
        background: darkcyan;
        min-width: 95px;
        text-align: center;
    }

    .expand-arrow {
        text-align: left;
    }

    .inq-pai {
        font-size: 12px;
        padding: 2px 8px;
        background: green;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid #003e00;
        min-width: 95px;
        text-align: center;
    }

    .flexbtn{
        display: flex;
        gap: 12px;
        align-items: center;
    }
    .btntb{
        padding: 3px 10px;
        font-size: 14px;
        border-radius: 3px;
        background-color: transparent;
        color: #000;
        border: 1px solid #acacac;
        cursor: pointer;
    }
    .btntb.active{
        background-color: #fdb713;
        color: #fff;
    }
    .popup-alert {
        right: unset;
        left: 20px;
    }
    .justify-center{
        justify-content: center;
    }
    .flexprname{
        display: flex;
        gap: 8px;
        margin-bottom: 8px;
        flex-wrap: wrap;
    }
    .inq-est {
        font-size: 12px;
        padding: 2px 8px;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid blue;
        background: cornflowerblue;
        min-width: 95px;
        text-align: center;
    }

    .btn-inq {
        border: 1px solid;
        padding: 2px 8px;
        border-radius: 9px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        transition: 0.5s;
    }

    .btn-inq:hover {
        filter: opacity(0.8);
    }


    .br-inq {
        border-color: #9e634c;
        background: lightsalmon;
    }

    .er-inq {
        border-color: #437345;
        background: mediumseagreen;
    }

    .fa-inq {
        border-color: #790202;
        background: firebrick;
    }

    .co-inq {
        border-color: #06061e;
        background: darkblue;
    }

    .ca-inq {
        border-color: burlywood;
        background: gold;
    }

 .flexicon{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
 }
 .flexicon i{
    color:navy;
    font-size: 16px;
 }
.panel-sidebar {
    padding: 5px !important;
    width: 8% !important;
    top: 68px !important;
    z-index: 99999 !important;
    border-left: 1px solid #dedede;
    box-shadow: unset !important;
    padding-bottom: 68px !important;
}
.panel-sidebar{
    padding-top: 0 !important;
}

/* width */
.panel-sidebar::-webkit-scrollbar {
    width: 0;
}

.panel-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #dedede;
}

/* Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.popup {
    display: none;
}

.popup-overlay {
    background: #0000004d;
    position: fixed;
    z-index: 20;
    inset: 0;
}

.lock-body-scroll {
    overflow: hidden;
}

.popup-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 70vh;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 50%;
    right: 0;
    margin: auto;
    border-radius: 8px;
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 25;
}

.popup-content {
    background-color: #fff;
}




/* dashboard page*/
    .peaple-dashboard-wrapper {
        max-width: 1200px;
        margin: 0 auto 40px;
    }

    .peaple-dashboard-dashboard-header {
        margin-bottom: 24px;
    }

    .peaple-dashboard-dashboard-header h1 {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0 0 4px;
    }

    .peaple-dashboard-dashboard-header p {
        margin: 0;
        font-size: 0.9rem;
        color: #7b8190;
    }

    /* بنر رویداد – نسخه جدید ساده‌تر و سبز/زرد */
    .peaple-dashboard-hero-card {
        position: relative;
        overflow: hidden;
        border-radius: 28px;
        padding: 22px 22px 18px;
        margin: 24px 0px;
        background: radial-gradient(circle at top right, #fff9d9 0, #e5ffe9 40%, #f5f7fb 100%);
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
        gap: 16px;
        box-shadow: 0 14px 40px rgba(15, 35, 95, 0.08);
    }

    @media (max-width: 768px) {
        .peaple-dashboard-hero-card {
            grid-template-columns: minmax(0, 1fr);
            padding: 18px 16px 16px;
        }
    }

    .peaple-dashboard-hero-info {
        position: relative;
        z-index: 2;
    }

    .peaple-dashboard-hero-kicker {
        display: inline-flex;
        align-items: center;
        padding: 4px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        font-size: 0.75rem;
        color: #7b8190;
        margin-bottom: 10px;
    }

    .peaple-dashboard-hero-kicker-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-left: 6px;
        background: linear-gradient(135deg, #90d863, #ffd76b);
    }

    .peaple-dashboard-hero-title {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 8px;
        display: flex;
        justify-content: center;
    }

    .peaple-dashboard-hero-subtitle {
        font-size: 0.9rem;
        color: #5f6675;
        padding: 20px;
        margin-bottom: 12px;
    }

    /* 🎫 چیپ‌های مشخصات رویداد (استیکرها) */
    .peaple-dashboard-hero-meta {
        font-size: 0.82rem;
        color: #4f5663;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 14px;
    }

    .peaple-dashboard-hero-meta-item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(226, 230, 240, 0.9);
        box-shadow: 0 4px 10px rgba(15, 35, 95, 0.06);
        white-space: nowrap;
    }

    .peaple-dashboard-hero-meta-icon {
        width: 18px;
        height: 18px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        background: #f3f6ff;
    }

    .peaple-dashboard-hero-meta-text {
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }

    .peaple-dashboard-hero-meta-text b {
        font-weight: 600;
        color: #343a46;
    }

    .peaple-dashboard-hero-meta-trail {
        font-size: 0.7rem;
        opacity: 0.7;
    }

    /* چیپ‌های وضعیت رو کمی رنگی‌تر */
    .peaple-dashboard-hero-meta-item--status-event {
        background: #fff7dd;
        border-color: #ffe6a5;
        color: #c38b1f;
    }

    .peaple-dashboard-hero-meta-item--status-reg {
        background: #e5faf5;
        border-color: #c3efe2;
        color: #3f9e83;
    }

    .peaple-dashboard-hero-meta-item--status-reg.peaple-dashboard-hero-meta-item--closed {
        background: #ffe8ec;
        border-color: #ffc2cd;
        color: #cc3e63;
    }

    .peaple-dashboard-hero-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .peaple-dashboard-btn-primary {
        border: none;
        outline: none;
        cursor: pointer;
        border-radius: 999px;
        padding: 9px 18px;
        font-size: 0.9rem;
        font-weight: 600;
        background:  #6ac86b;
        color: #ffffff;
        box-shadow: 0 10px 25px rgba(117, 183, 72, 0.35);
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, filter 0.2s ease-out;
        text-decoration: none;
    }

    .peaple-dashboard-btn-primary-icon {
        font-size: 1rem;
    }

    .peaple-dashboard-btn-primary:hover {
        transform: translateY(-1px);
        filter: brightness(1.03);
        box-shadow: 0 16px 35px rgba(117, 183, 72, 0.45);
    }

    .peaple-dashboard-btn-ghost {
        border-radius: 999px;
        padding: 7px 13px;
        border: 1px dashed rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.5);
        font-size: 0.78rem;
        color: #7b8190;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        text-decoration: none;
    }

    .peaple-dashboard-hero-visual {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .peaple-dashboard-hero-image-wrap {
        width: 100%;
        max-width: 350px;
        height: fit-content;
        border-radius: 26px;
        overflow: hidden;
        box-shadow: 0 18px 40px rgba(139, 152, 80, 0.35);
        background: #ecf5da;
    }

    .peaple-dashboard-hero-image {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    @media (max-width: 768px) {
        .peaple-dashboard-hero-image-wrap {
            max-width: 230px;
        }
    }

    .peaple-dashboard-top-grid {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
        gap: 16px;
        margin-bottom: 24px;
    }

    @media (max-width: 900px) {
        .peaple-dashboard-top-grid {
            grid-template-columns: minmax(0, 1fr);
        }
    }

    .peaple-dashboard-card {
        background: #ffffff;
        border-radius: 24px;
        padding: 18px 18px 16px;
        box-shadow: 0 10px 32px rgba(15, 35, 95, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.7);
    }

    .peaple-dashboard-card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .peaple-dashboard-card-header h2 {
        margin: 0;
        font-size: 0.95rem;
    }

  

    .peaple-dashboard-profile-main {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .peaple-dashboard-profile-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: linear-gradient(135deg, #7bb1ff, #f9c6df);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.1rem;
    }

    .peaple-dashboard-profile-name {
        font-weight: 700;
        font-size: 0.98rem;
        margin-bottom: 2px;
    }

    .peaple-dashboard-profile-meta-line {
        font-size: 0.78rem;
        color: #7b8190;
    }

    .peaple-dashboard-profile-status {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px 8px;
        border-radius: 999px;
        background: #e5faf5;
        color: #8ad4c2;
        font-size: 0.7rem;
        margin-top: 6px;
    }

    .peaple-dashboard-profile-status-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #8ad4c2;
    }

    .peaple-dashboard-profile-extra {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 8px;
        font-size: 0.76rem;
    }

    .peaple-dashboard-profile-extra-item {
        padding: 6px 8px;
        border-radius: 12px;
        background: #f7f9ff;
    }

    .peaple-dashboard-profile-extra-label {
        display: block;
        color: #7b8190;
        margin-bottom: 2px;
    }

    .peaple-dashboard-profile-extra-value {
        font-weight: 600;
    }

    .peaple-dashboard-profile-actions {
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .peaple-dashboard-btn-outline {
        border-radius: 999px;
        border: 1px solid #e2e6f0;
        padding: 7px 13px;
        font-size: 0.8rem;
        background: #fdfdff;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #222b45;
        transition: background 0.2s ease-out, box-shadow 0.2s ease-out;
    }

    .peaple-dashboard-btn-outline:hover {
        background: #f4f6ff;
        box-shadow: 0 6px 14px rgba(15, 35, 95, 0.08);
    }

    .peaple-dashboard-news-list {
        max-height: 190px;
        overflow-y: auto;
        padding-right: 4px;
    }

    .peaple-dashboard-news-item {
        padding: 9px 0;
        border-bottom: 1px dashed #edf0fa;
    }

    .peaple-dashboard-news-item:last-child {
        border-bottom: none;
    }

    .peaple-dashboard-news-thumb {
        width: 64px;
        height: 48px;
        border-radius: 18px;
        background: linear-gradient(135deg, #fff0f7, #e3f0ff);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
        color: #7b8190;
    }

    .peaple-dashboard-news-title {
        font-size: 0.84rem;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .peaple-dashboard-news-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.74rem;
        color: #7b8190;
    }

    .peaple-dashboard-news-link {
        font-size: 0.74rem;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #7bb1ff;
        cursor: pointer;
    }

    .peaple-dashboard-news-list::-webkit-scrollbar {
        width: 6px;
    }

    .peaple-dashboard-news-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .peaple-dashboard-news-list::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 999px;
    }

    .peaple-dashboard-section-title {
        font-size: 0.95rem;
        font-weight: 700;
        margin: 0 0 12px;
    }

    .peaple-dashboard-issues-section {
        margin-top: 16px;
    }

    .peaple-dashboard-issues-list {
        max-height: 320px;
        overflow-y: auto;
        padding-right: 4px;
    }

    .peaple-dashboard-issue-card {
        border-radius: 24px;
        padding: 12px 14px;
        margin-bottom: 10px;
        background: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 8px 24px rgba(15, 35, 95, 0.04);
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
    }

    .peaple-dashboard-issue-main-title {
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .peaple-dashboard-issue-meta {
        font-size: 0.76rem;
        color: #7b8190;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .peaple-dashboard-issue-badge {
        padding: 3px 9px;
        border-radius: 999px;
        font-size: 0.72rem;
        font-weight: 500;
    }

    .peaple-dashboard-badge-status-review {
        background: #fff7dd;
        color: #d29a1b;
    }

    .peaple-dashboard-badge-status-approved {
        background: #e5faf5;
        color: #8ad4c2;
    }

    .peaple-dashboard-badge-status-more {
        background: #fff0f7;
        color: #d56a9a;
    }

    .peaple-dashboard-issue-date {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .peaple-dashboard-issue-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
    }

    .peaple-dashboard-issue-more {
        font-size: 0.78rem;
        color: #7bb1ff;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .peaple-dashboard-issue-tag {
        font-size: 0.72rem;
        padding: 3px 8px;
        border-radius: 999px;
        background: #f4f7ff;
        color: #7b8190;
    }

    .peaple-dashboard-issues-list::-webkit-scrollbar {
        width: 6px;
    }

    .peaple-dashboard-issues-list::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 999px;
    }

    .peaple-dashboard-modal-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(9, 16, 43, 0.32);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

    .peaple-dashboard-modal-backdrop.peaple-dashboard-active {
        display: flex;
    }

    .peaple-dashboard-modal {
        background: #ffffff;
        border-radius: 24px;
        padding: 20px 18px 16px;
        width: 100%;
        max-width: 380px;
        box-shadow: 0 18px 44px rgba(15, 35, 95, 0.2);
        animation: peaple-dashboard-modal-in 0.22s ease-out;
    }

    @keyframes peaple-dashboard-modal-in {
        from {
            opacity: 0;
            transform: translateY(10px) scale(0.97);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .peaple-dashboard-modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .peaple-dashboard-modal-title {
        font-size: 1rem;
        font-weight: 700;
    }

    .peaple-dashboard-modal-close {
        border: none;
        background: transparent;
        cursor: pointer;
        font-size: 1.2rem;
        line-height: 1;
    }

    .peaple-dashboard-modal-body {
        font-size: 0.86rem;
        color: #7b8190;
        margin-bottom: 14px;
    }

    .peaple-dashboard-modal-body strong {
        color: #222b45;
    }

    .peaple-dashboard-modal-footer {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
    }

    .peaple-dashboard-btn-secondary {
        border-radius: 999px;
        border: none;
        padding: 8px 14px;
        font-size: 0.8rem;
        cursor: pointer;
        background: #f1f3fb;
        color: #7b8190;
    }

    .peaple-dashboard-btn-confirm {
        border-radius: 999px;
        border: none;
        padding: 8px 16px;
        font-size: 0.82rem;
        cursor: pointer;
        background: linear-gradient(135deg, #8ad4c2, #5eb6a0);
        color: #ffffff;
        box-shadow: 0 8px 22px rgba(88, 182, 154, 0.4);
    }

    .peaple-dashboard-toast {
        position: fixed;
        bottom: 18px;
        right: 18px;
        left: 18px;
        max-width: 320px;
        margin: 0 auto;
        border-radius: 999px;
        background: #ffffff;
        padding: 9px 12px;
        box-shadow: 0 10px 30px rgba(15, 35, 95, 0.2);
        font-size: 0.8rem;
        display: none;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        z-index: 1100;
    }

    .peaple-dashboard-toast.peaple-dashboard-active {
        display: flex;
    }

    .peaple-dashboard-toast-icon {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #e5faf5;
        color: #8ad4c2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
    }

    .peaple-dashboard-toast-text {
        flex: 1;
    }

    .peaple-dashboard-toast-close {
        border: none;
        background: transparent;
        cursor: pointer;
        font-size: 1rem;
        line-height: 1;
        color: #7b8190;
    }
    .peaple-dashboard-hero-info-box {
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 10px 12px 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(15, 35, 95, 0.06);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* 🔸 سکشن میزها در داشبورد */

.peaple-dashboard-tables-section {
    margin-top: 16px;
}

.peaple-dashboard-tables-list {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}

.peaple-dashboard-tables-list::-webkit-scrollbar {
    width: 6px;
}
.peaple-dashboard-tables-list::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 999px;
}

/* کمی تفاوت ظاهری کارت میز نسبت به کارت مسئله */
.peaple-dashboard-table-card {
    border-right: 3px solid #8ad4c2;
}

.peaple-dashboard-table-card .peaple-dashboard-issue-main-title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.peaple-dashboard-table-card .peaple-dashboard-issue-main-title::before {
    content: "🧩";
    font-size: 1rem;
}

/* ----------------- ریسپانسیو ----------------- */

    /* موبایل کوچک تا حدود 480px */
    @media (max-width: 480px) {
        .peaple-dashboard-wrapper {
            margin: 0 0 32px;
            padding: 0 12px;
        }

        .peaple-dashboard-hero-card {
            grid-template-columns: minmax(0, 1fr);
            padding: 16px 14px 14px;
            border-radius: 22px;
        }

        .peaple-dashboard-hero-title {
            font-size: 1.1rem;
        }

        .peaple-dashboard-hero-subtitle {
            padding: 12px 0;
            font-size: 0.82rem;
        }

        .peaple-dashboard-hero-meta {
            gap: 6px;
        }

        .peaple-dashboard-hero-meta-item {
            padding: 4px 8px;
            font-size: 0.76rem;
            white-space: normal;
        }

        .peaple-dashboard-hero-meta-trail {
            font-size: 0.68rem;
        }

        .peaple-dashboard-hero-actions {
            flex-direction: column;
            align-items: stretch;
        }

        .peaple-dashboard-btn-primary,
        .peaple-dashboard-btn-ghost {
            justify-content: center;
            width: 100%;
        }

        .peaple-dashboard-top-grid {
            grid-template-columns: minmax(0, 1fr);
            gap: 12px;
        }

        .peaple-dashboard-card {
            padding: 14px 12px 12px;
            border-radius: 20px;
        }

        .peaple-dashboard-profile-main {
            align-items: flex-start;
        }

        .peaple-dashboard-profile-avatar {
            width: 46px;
            height: 46px;
            font-size: 1rem;
        }

        .peaple-dashboard-profile-extra {
            grid-template-columns: minmax(0, 1fr);
        }

        .peaple-dashboard-news-list,
        .peaple-dashboard-issues-list,
        .peaple-dashboard-tables-list {
            max-height: 260px;
        }

        .peaple-dashboard-issue-card {
            grid-template-columns: minmax(0, 1fr);
        }

        .peaple-dashboard-issue-actions {
            align-items: flex-start;
        }
    }

    /* تبلت و دیوایس‌های مید (481px تا 900px) */
    @media (min-width: 481px) and (max-width: 900px) {
        .peaple-dashboard-wrapper {
            padding: 0 16px;
        }

        .peaple-dashboard-hero-card {
            grid-template-columns: minmax(0, 1fr);
            padding: 18px 16px 16px;
        }

        .peaple-dashboard-hero-title {
            font-size: 1.25rem;
        }

        .peaple-dashboard-top-grid {
            grid-template-columns: minmax(0, 1fr);
            gap: 14px;
        }

        .peaple-dashboard-profile-extra {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    /* لپ‌تاپ عادی تا 1280px (حالت فعلی تقریباً همین است) */
    @media (min-width: 901px) and (max-width: 1280px) {
        .peaple-dashboard-wrapper {
            max-width: 1180px;
        }
    }

    /* لپ‌تاپ و مانیتور بزرگ‌تر از 1280px */
    @media (min-width: 1281px) {
        .peaple-dashboard-wrapper {
            max-width: 1320px;
        }

        .peaple-dashboard-hero-card {
            padding: 26px 26px 20px;
        }

        .peaple-dashboard-hero-title {
            font-size: 1.6rem;
        }

        .peaple-dashboard-hero-subtitle {
            font-size: 0.95rem;
        }

        .peaple-dashboard-top-grid {
            gap: 20px;
        }

        .peaple-dashboard-card {
            padding: 20px 20px 18px;
        }
    }

    /* نگه داشتن دو تا ریسپانسیو پایه که قبلاً داشتی (برای سازگاری) */
    @media (max-width: 768px) {
        .peaple-dashboard-hero-card {
            grid-template-columns: minmax(0, 1fr);
            padding: 18px 16px 16px;
        }

        .peaple-dashboard-hero-image-wrap {
            max-width: 230px;
        }

        .peaple-dashboard-top-grid {
            grid-template-columns: minmax(0, 1fr);
        }
    }

    @media (max-width: 900px) {
        .peaple-dashboard-top-grid {
            grid-template-columns: minmax(0, 1fr);
        }
    }



    




/* Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Laptop */

@media (min-width: 992px) and (max-width: 1199px) {

    .hidden-md,
    .visible-lg,
    .visible-sm,
    .visible-xs {
        display: none;
    }

    .visible-md,
    .hidden-lg,
    .hidden-sm,
    .hidden-xs {
        display: block;
    }

    .container {
        width: 950px;
    }

    .colm {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-base{ padding:20px; padding-top:32px; }
    .pagetitle{ font-size:20px; line-height:28px; }
  
    .grid-col4{ grid-template-columns: repeat(3, minmax(0,1fr)); }
    .grid-col8{ grid-template-columns: repeat(4, minmax(0,1fr)); }
}


/* Tablet */

@media (min-width: 768px) and (max-width: 991px) {

    .hidden-sm,
    .visible-lg,
    .visible-md,
    .visible-xs {
        display: none;
    }

    .visible-sm,
    .hidden-lg,
    .hidden-md,
    .hidden-xs {
        display: block;
    }

    .container {
        width: 100%;
    }

    .colm12-tablet {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .colm6-tablet {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex {
        flex-wrap: wrap;
    }

    .ac-ul {
        flex-wrap: nowrap !important;
    }

    .ac-ul img {
        max-width: 30px !important;
    }

    .table th,
    .table td {
        min-width: fit-content !important;
    }
    .page-base{ padding:16px; padding-top:28px; }
    .pagetitle{ font-size:18px; line-height:26px; }
  
    .grid-col3{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    .grid-col4{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    .grid-col8{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    
    .row-input input,
    .row-input select,
    .row-input textarea{ font-size:13px; height:44px; }
    .pagetitle{
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
}
}

/* Mobile */

@media (max-width: 767px) {

    .hidden-xs,
    .visible-lg,
    .visible-md,
    .visible-sm {
        display: none;
    }
    .grid-col1-mobile{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }
    .form-button button{
        width: 100%;
    }
    .rating-scale{
        justify-content: center;
    }
 
    .form-base{ padding-top:24px; }
    .page-base{ padding:12px; padding-top:24px; }
    .pagetitle{ font-size:16px; line-height:24px; margin-bottom:12px; }
  
    /* stack all grid groups */
    .grid-col2,
    .grid-col3,
    .grid-col4,
    .grid-col8{ grid-template-columns: repeat(1, minmax(0,1fr)); gap:12px; }
  
    .row-form{ padding-top:0; }
    .row-input{ padding:0; }
    .row-input label{ font-size:13px; margin-bottom:6px; }
  
    .row-input input,
    .row-input select,
    .row-input textarea{
      font-size:13px; height:42px; padding:4px 10px;
    }
    .row-input textarea{ height:64px; }
    .flex-mob-info{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }
    .card-form{ padding:10px 12px; margin:6px 0; }
  
    /* Select2: allow wrapping and natural height on mobile */
    .select2-selection--multiple{
      flex-wrap: wrap !important;
      height: auto !important;
      min-height: 45px;
      overflow-x: visible;
    }
  
    /* Buttons full-width and centered */
    .form-button{
      justify-content: center;
      gap:8px; padding:0;
    }
    .form-button button{
      width:100%; max-width:280px; font-size:12px; padding:10px 14px;
    }
  
    /* Team status boxes */
    .team-status-box{ font-size:11px; gap:6px; }
    .team-status-top{ font-size:18px; border-radius:10px; }
  
    /* Table: horizontal scroll on small screens */
    .table{
      display:block; width:100%;
      overflow-x:auto; -webkit-overflow-scrolling:touch;
      white-space: nowrap;
    }
    .table thead th,
    .table tbody td{ padding:8px 10px; font-size:12px; }
    .status-btn{ font-size:11px; padding:2px 6px; }
    .al-center{ text-align:center; }
  
    .visible-xs,
    .hidden-lg,
    .hidden-md,
    .hidden-sm,
    .mobile {
        display: block;
    }

    .container {
        width: 100%;
        padding: 20px;
    }

    .colm12-mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .colm6-mobile {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex {
        flex-wrap: wrap;
    }
    .form-button{
        width: 100%;
    }

    .panel-container {
        display: block;
    }

    .panel-sidebar {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0;
        z-index: 10;
    }
   
    .pagetitle{
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
}
    .form {
        padding: 5px;
    }

    .form-row {
        align-items: unset;
        flex-wrap: wrap;
    }

    .table thead {}

    .table tbody td {
        border: none;
        font-size: 12px;
    }

    .button {
        font-size: 12px;
        height: unset;
        line-height: unset;
        margin: 0 0 20px 0;
    }

    .table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        width: 6.5em;
        display: inline-block;
    }

    .table tbody td.bt-hide {
        display: none;
    }
    .panel-sidebar {
        top: 0 !important;
    }
    .panel-header-content .flex-center {
        width: unset !important;
    }
    .panel-header-content{
        height: 40px;
    }
    .table tbody td .bt-content {
        vertical-align: top;
    }

    .panel-logo {
        padding: 0;
        background: unset;
        animation: unset;
    }

    .panel-header-profile {
        padding: 4px 16px;
    }

    .panel-logo img {
        width: 30px;
        height: 30px;
        margin-right: 45px;
    }

    .container {
        padding: 16px;
    }

    .content {
        padding: 0;
        height: calc(100vh - 137px);
        overflow: auto;
        margin-top: 0;
    }

    .page-title {
        padding: 0;
    }

    .dashboard-cards {
        flex-wrap: wrap;
    }

    .dashboard-card {
        padding: 0px !important;
        padding-bottom: 16px !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #raychat_widget {
        display: none !important;
    }

    .panel-sidebar {
        flex-wrap: wrap;
    }

    .panel-sidebar-icon {
        width: 100%;
        margin-bottom: 0;
        font-size: 13px;
    }

    .panel-sidebar img {
        height: 15px;
        width: 15px;
    }

    .panel-sidebar-icon.active {
        background-color: #dde5f1;
    }


    .header-profile-inside {
        top: 40px;
        left: 8px;
        width: 170px;
        padding: 4px 0;
        font-size: 10px;
    }

    .page-title {
        font-size: 14px;
    }

    .list-content {
        width: 100%;
        overflow: auto;
    }

    .list-header {
        background-color: #fff;
        padding: 0 16px;
    }

    .table th {
        min-width: 130px;
        font-size: 12px;
    }

    .table #tn {
        min-width: 20px !important;
    }

    .table #shf {
        min-width: 80px !important;
    }

    .table tbody tr {
        display: table-row;
    }

    .list-header .colm5 {
        display: none;
    }

    .form-button {
        padding: 5px 20px;
        font-size: 12px;
        height: unset;
        line-height: unset;
    }

    .form .input-container {
        padding: 16px;
    }

    .form-footer {
        padding: 0 16px;
    }

    .list-header li a {
        font-size: 11px;
        padding: 12px;
        margin-left: 0;
    }

    .icon-slidetoggle {
        display: none;
    }

    .lbl-num2words {
        position: unset;
    }

    .mar-tb8-mob {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .back-financial {
        font-size: 12px;
    }

    .grid-financial {
        grid-template-columns: repeat(2, 2fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-bottom: 16px;
    }

    .box-financial .financial-title {
        font-size: 12px;
    }

    .financial-subtitle {
        font-size: 12px;
    }

    .list-filter {
        padding: 16px;
    }

    .iban-list .form .input-container {
        flex: unset;
        max-width: unset;
        width: 50%;
    }

    .row-payment.colm6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 0px;
    }

    .box-financial.colm5 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .iban-list .form-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-bottom: 16px;
    }
    .mm-viewport{
        overflow-y: scroll !important;
    }

    .iban-list .form-row .colm3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .close-row {
        top: 10px;
        right: -16px;
    }

    .close-row svg {
        width: 16px;
        height: 16px;
    }

    .add-iban {
        margin-bottom: 16px;
    }

    .iban-f-f.form-footer {
        padding: 0;
    }

    .form-header {
        font-size: 11px;
    }

    .tag-payment {
        padding: 2px 16px;
        font-size: 11px;
    }

    .form-content {
        height: calc(100vh - 137px);
        overflow: auto;
    }

    .form-f-qc {
        padding: 0;
        margin-top: 16px;
    }

    .admin-sidebar svg {
        vertical-align: middle;
    }

    .admin-sidebar {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #3077b8;
        position: absolute;
        padding: 2px 0;
        top: -20px;
        left: 0;
        right: 0;
        width: 60px;
        font-size: 10px;
        color: #222222;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        box-shadow: -3px -1px 10px -7px #000;
    }

    .panel-sidebar {
        height: 60px;
    }

    .panel-sidebar.active {
        height: auto;
    }

    .panel-sidebar.active .admin-sidebar svg {
        transform: rotate(180deg);
    }

    .mar-b16-mob {
        margin-bottom: 16px;
    }

    .pad-0 {
        padding: 0;
    }

    .p-admin .close-row {
        top: 10px;
        right: -3px;
    }

    .panel-content table th {
        max-width: fit-content !important;
        padding: 5px;
        text-align: center !important;
    }

    .panel-content table {
        overflow: scroll;
    }

    .panel-content table td {
        text-align: center !important;
    }

    .table tbody td::before {
        display: none;
    }

    #tn {
        max-width: 20px !important;
        width: 20px !important;
    }

}
@media (max-width: 375px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .list-filter {
        padding: 16px;
    }

    .form {
        padding: 4px;
    }

    .panel-container {
        overflow: hidden;
    }

    .panel-content {
        overflow: auto;
    }

    .list-content {
        overflow: auto;
    }

    .table {
        overflow: auto;
    }

    .table th,
    .table td {
        min-width: 150px;
    }

    .financial-title,
    .financial-subtitle {
        font-size: 12px;
    }

    .list-header li a {
        font-size: 11px;
    }


}


.title-form-etelat-moshtari {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #dfdfdf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
}

.form.haghighi-form .form-row {
    display: flex !important;
    align-items: center;

}

.mavad-title,
.hoghughi-title,
.tajhizat-title,
.haghighi {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    color: red;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form.haghighi-form .form-row .input-container {
    display: flex;
    flex-direction: column;
}

.create-moshtari {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #e4e4e4;
    border: unset;
}


.submit-dastghah-btn,
.submit-product-btn {

    background-color: #00ffb7;
    font-size: 13px;
    color: #000;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    border: 2px solid transparent;
}

.add-dastghah-btn,
.add-product-btn {


    background-color: #ffd700;
    font-size: 13px;
    color: #000;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    border: 2px solid transparent;
}

/* .hoghughi-full-div{
    display: none;
  } */

#tozihat-dastgah {
    padding-top: 5px;
    padding-bottom: 5px;
}



.full-adress-div {

    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 !important;
}


.form.haghighi-form .form-row .input-container {

    justify-content: space-between;
}





#tozihat_adress {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-etelat-moshtari-div .form-row {
    justify-content: space-between;

}

.form-etelat-moshtari-div .form-row>div {
    justify-content: space-between;
    width: 0;
    flex-grow: 1;
}

.full-adress-div>div {
    justify-content: space-between;
    width: 0;
    flex-grow: 1;
}

.haghighi-form select {
    max-height: 33.2px !important;
}



.tajhizat-title {
    padding-right: 0px;
    margin-right: 20px;
    margin-left: 20px;
}


.mavad-title {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 40px;
}

.hoghughi-title {
    margin-right: 20px;
    margin-left: 20px;
}

.product-lists {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.dastgah-lists {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pro-item {
    margin-right: 20px;
    border: 1px solid gainsboro;
    padding: 2px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dastgah-item {
    margin-right: 20px;
    border: 1px solid gainsboro;
    padding: 2px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}


.aliaj-div>div:nth-child(2) {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
}

.modal-body {
    padding: 20px;
}

.modal-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.modal-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}

.modal-button:hover {
    background-color: #45a049;
}

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 100000;
}

.mmf tr {
    display: table-row !important;
}

.delete-dastgah,
.delete-pro {
    display: flex;
    align-items: center;
    margin-right: 10px;
    background-color: red;
    height: fit-content;
    padding: 5px 10px 3px 10px;
    border-radius: 50px;
    cursor: pointer;
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 3px;
}


.moshtariha tr {
    display: revert-layer !important;
}

.add-option-alloy,
.add-option-dastgah {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    padding-bottom: 2px;
    background-color: #00ffb7;
    padding-top: 3px;
}


#tozihat-adam-hamkari {
    background-color: #e6e6e6;
}

#tozihat-adam-hamkari {
    padding-top: 5px;
    padding-bottom: 5px;
}

.stripped tr:nth-child(2n+1) {
    background-color: #eaeaea;
}

.div_gp label {
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #e5e5e5;
    margin: 2px 0;
}

.modal-pf {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.sm {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Modal Content/Box */

.modal-pf-content {
    background-color: white;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close-modal-pf {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal-pf:hover,
.close-modal-pf:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.profile-content tr {
    display: table-row !important;
}

.table-pf td {
    border: 1px solid gainsboro;
}

.gh>g {
    stroke: #929292 !important;
}

.modal-pf-content {
    width: 90%;
    max-height: 500px;
    overflow: scroll;
}

.w3-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
    width: 200px;
    border-radius: 5px;
    display: flex;
    height: 23.2px;
}


.w3-green,
.w3-hover-green:hover {
    color: #fff;
    background-image: linear-gradient(45deg, #6ae617 25%, #71db00 25%, #71db00 50%, #6ae617 50%, #6ae617 75%, #71db00 75%, #71db00 100%);
    background-size: 14.14px 14.14px;
    border-radius: 5px;
}

.progress {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center;
}

.barOverflow {
    /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden;
    /* Comment this line to understand the trick */
    width: 90px;
    height: 45px;
    /* Half circle (overflow) */
    margin-bottom: -14px;
    /* bring the numbers up */
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 12px solid #eee;
    /* half gray, */
    /* border-bottom-color: #0bf;  
    border-right-color: #0bf; */
    transform: rotate(45deg);
}

#myBar {
    text-align: center;
    /* width: 40%; */
}

.mon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.progress-btn {
    position: relative;
    width: 150px;
    height: 50px;
    display: inline-block;
    font-family: "RobotoDraft", "Roboto", sans-serif;
    color: #494747ba;
    font-weight: normal;
    transition: all 0.4s ease;
    height: 35px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #494747ba;
}

.progress-btn .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 36px;
    text-align: center;
    z-index: 10;
    opacity: 1;
}

.progress-btn .progress {
    width: 0%;
    z-index: 5;
    background: #fb0101ba;
    opacity: 0;
    transition: all 0.3s ease;

}

.bar-n {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 12px solid #eee;
    /* half gray, */
    border-bottom-color: #494747ba;
    /* half azure */
    border-right-color: #494747ba;
}

.progress-n {
    position: relative;
    margin: 4px;
    height: 90px;
    float: left;
    text-align: center;
}

.barOverflow-n {
    /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden;
    /* Comment this line to understand the trick */
    width: 90px;
    height: 90px;
    /* Half circle (overflow) */
    margin-bottom: -14px;
    /* bring the numbers up */
}


.progress-n span {
    margin-top: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}


.reset_param2 {
    background-color: #ededed;
    font-size: 13px;
    color: #000;
    padding: 0 5px;
    height: 26px;
    line-height: 20px;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid transparent;
    position: absolute;
    bottom: -20px;
    right: 18px;

}

.modal-alloy {
    display: none;
}

.seen-s,
.seen {
    cursor: pointer;
}
/* Basics */
.site-header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    position: relative;
}

.bb {
    border-bottom: 1px solid #eee;
}

/* Desktop/Mobile switches */
.desktop-only {
    display: flex;
}

.mobile-only {
    display: none;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: space-between;
}


.drawer-list>.profile-block {
    display: none !important;
}


.drawer-list.profile-only>.profile-block {
    display: block !important;
}


@media (max-width: 992px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: flex !important;
    }
}

/* Mobile bar */
.hamburger {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: 0;
    padding: 6px 4px;
    cursor: pointer;
}

.hamburger-bar {
    width: 22px;
    height: 2px;
    background: currentColor;
    display: block;
}

.mobile-logo {
    text-decoration: none;
}

.mobile-title {
    font-weight: 700;
    font-size: 16px;
    color: #054c44;
}

.mobile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-btn {
    background: transparent;
    border: 0;
    padding: 6px;
}

.avatar-btn {
    background: transparent;
    border: 0;
    padding: 0;
}

.avatar-btn img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

/* Drawer */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 86%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    box-shadow: -12px 0 24px rgba(0, 0, 0, .08);
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
}

.mobile-drawer.open {
    transform: translateX(0);
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

.drawer-title {
    font-weight: 700;
}

.drawer-close {
    background: transparent;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}

.drawer-nav {
    padding: 8px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drawer-list>li {
    display: block;
}

.drawer-list>li>a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: inherit;
}

.drawer-list .divider {
    height: 1px;
    background: #f0f0f0;
    margin: 8px 0;
}

/* Profile in drawer */
.profile-block {
    padding: 12px 16px;
}

.profile-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-meta small {
    color: #777;
}

/* Accordion */
.has-sub .sub-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px 16px;
    background: transparent;
    border: 0;
    text-align: right;
    cursor: pointer;
}

.has-sub .sub-toggle i {
    transition: transform .2s ease;
}

.title-mun-mob {
    font-size: 15px;
    font-weight: 500;
}

.has-sub .sub-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.submenu {
    padding: 8px 0 12px;
}

.submenu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}

/* Backdrop */
.drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .34);
    z-index: 1000;
    opacity: 0;
    transition: opacity .2s ease;
}

.drawer-backdrop.show {
    opacity: 1;
}

.drawer-list.profile-only>li {
    display: none !important;
}

.drawer-list.profile-only>.profile-block,
.drawer-list.profile-only .has-sub:has(#mobile-profile) {
    display: block !important;
}
/* admin dashboard*/
   .peaple-dashboard-issues-section.peaple-dashboard-card {
    background: #f5f7fb;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.ranna-exec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}



.ranna-exec-header p {
    font-size: 0.9rem;
    color: #888;
}

.ranna-exec-count {
    font-size: 1rem;
    font-weight: 600;
    color: #4CAF50;
}

.ranna-exec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.ranna-exec-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ranna-exec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.ranna-exec-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ranna-exec-pill {
    background: #4CAF50;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
}

.ranna-exec-year {
    font-size: 0.85rem;
    color: #888;
}

.ranna-exec-main {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 20px;
}

.ranna-exec-avatar {
    background: #4CAF50;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.ranna-exec-main-text {
    flex: 1;
}

.ranna-exec-org-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.ranna-exec-location {
    font-size: 0.9rem;
    color: #888;
}

.ranna-exec-line {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.ranna-exec-line--muted {
    color: #777;
}

.ranna-exec-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.ranna-exec-chip {
    background: #f0f0f0;
    color: #4CAF50;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
}

.ranna-exec-footer span {
    flex: 1 1 45%;
    min-width: 160px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .ranna-exec-header {
        flex-direction: column;
        text-align: center;
    }

    .ranna-exec-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ranna-exec-card {
        padding: 16px;
    }

    .ranna-exec-card-top {
        flex-direction: column;
        align-items: center;
    }

    .ranna-exec-avatar {
        margin-bottom: 10px;
    }

    .ranna-exec-main {
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .ranna-exec-footer {
        justify-content: center;
        text-align: center;
    }

    .ranna-exec-footer span {
        flex: none;
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .ranna-exec-card {
        padding: 12px;
    }

    .ranna-exec-card-top {
        margin-bottom: 10px;
    }

    .ranna-exec-card:hover {
        transform: translateY(0);
    }

    .ranna-exec-line {
        font-size: 0.9rem;
    }

    .ranna-exec-chip {
        padding: 4px 8px;
        font-size: 0.8rem;
    }
}
/* executive dashbord*/
  .peaple-dashboard-issues-section.peaple-dashboard-card {
    background: #f5f7fb;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.ranna-exec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}



.ranna-exec-header p {
    font-size: 0.9rem;
    color: #888;
}

.ranna-exec-count {
    font-size: 1rem;
    font-weight: 600;
    color: #4CAF50;
}

.ranna-exec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.ranna-exec-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ranna-exec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.ranna-exec-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ranna-exec-pill {
    background: #4CAF50;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
}

.ranna-exec-year {
    font-size: 0.85rem;
    color: #888;
}

.ranna-exec-main {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 20px;
}

.ranna-exec-avatar {
    background: #4CAF50;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.ranna-exec-main-text {
    flex: 1;
}

.ranna-exec-org-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.ranna-exec-location {
    font-size: 0.9rem;
    color: #888;
}

.ranna-exec-line {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.ranna-exec-line--muted {
    color: #777;
}

.ranna-exec-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.ranna-exec-chip {
    background: #f0f0f0;
    color: #4CAF50;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
}

.ranna-exec-footer span {
    flex: 1 1 45%;
    min-width: 160px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .ranna-exec-header {
        flex-direction: column;
        text-align: center;
    }

    .ranna-exec-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ranna-exec-card {
        padding: 16px;
    }

    .ranna-exec-card-top {
        flex-direction: column;
        align-items: center;
    }

    .ranna-exec-avatar {
        margin-bottom: 10px;
    }

    .ranna-exec-main {
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .ranna-exec-footer {
        justify-content: center;
        text-align: center;
    }

    .ranna-exec-footer span {
        flex: none;
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .ranna-exec-card {
        padding: 12px;
    }



    .ranna-exec-card-top {
        margin-bottom: 10px;
    }

    .ranna-exec-card:hover {
        transform: translateY(0);
    }

    .ranna-exec-line {
        font-size: 0.9rem;
    }

    .ranna-exec-chip {
        padding: 4px 8px;
        font-size: 0.8rem;
    }
}

/*. issue dashboard */
 .select-item-issue{
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-end;
    }
    .edit-item {
        cursor: pointer;
        color: #26c897;
        font-size: 13px;
    }
    .delete-item {
        cursor: pointer;
        color: #e53935;
        font-size: 13px;
        text-decoration: none;
    }
    .acc-card{
        border-radius: 14px;
        background: #fff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 8px 24px rgba(0,0,0,.05);
        overflow: hidden;
        margin-bottom: 18px;
    }
    .acc-head{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 14px 16px;
        background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
        border: 0;
        cursor: pointer;
        text-align: right;
    }
    .acc-head-txt{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:4px;
    }
    .acc-title{
        font-weight: 800;
        font-size: 14px;
        color: #111827;
    }
    .acc-subtitle{
        margin-top: 3px;
        font-size: 12px;
        color: #6b7280;
    }
    .acc-icon{
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        background: #e5e7eb;
        color: #374151;
        transition: transform .25s ease, background .25s ease;
        flex: 0 0 auto;
    }

    .acc-body{
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .35s ease, opacity .25s ease;
    }

    .acc-card.is-open .acc-body{
        max-height: 2500px;
        opacity: 1;
    }
    .acc-card.is-open .acc-icon{
        transform: rotate(180deg);
        background: #d1d5db;
    }
    .acc-body-inner{
        padding: 14px 14px 18px;
        border-top: 1px solid #e5e7eb;
    }
    /* supporting dashboard*/
      .peaple-dashboard-issues-section.peaple-dashboard-card {
    background: #f5f7fb;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.ranna-exec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}



.ranna-exec-header p {
    font-size: 0.9rem;
    color: #888;
}

.ranna-exec-count {
    font-size: 1rem;
    font-weight: 600;
    color: #4CAF50;
}

.ranna-exec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.ranna-exec-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ranna-exec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.ranna-exec-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ranna-exec-pill {
    background: #4CAF50;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
}

.ranna-exec-year {
    font-size: 0.85rem;
    color: #888;
}

.ranna-exec-main {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 20px;
}

.ranna-exec-avatar {
    background: #4CAF50;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.ranna-exec-main-text {
    flex: 1;
}

.ranna-exec-org-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.ranna-exec-location {
    font-size: 0.9rem;
    color: #888;
}

.ranna-exec-line {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.ranna-exec-line--muted {
    color: #777;
}

.ranna-exec-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.ranna-exec-chip {
    background: #f0f0f0;
    color: #4CAF50;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
}

.ranna-exec-footer span {
    flex: 1 1 45%;
    min-width: 160px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .ranna-exec-header {
        flex-direction: column;
        text-align: center;
    }

    .ranna-exec-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ranna-exec-card {
        padding: 16px;
    }

    .ranna-exec-card-top {
        flex-direction: column;
        align-items: center;
    }

    .ranna-exec-avatar {
        margin-bottom: 10px;
    }

    .ranna-exec-main {
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .ranna-exec-footer {
        justify-content: center;
        text-align: center;
    }

    .ranna-exec-footer span {
        flex: none;
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .ranna-exec-card {
        padding: 12px;
    }



    .ranna-exec-card-top {
        margin-bottom: 10px;
    }

    .ranna-exec-card:hover {
        transform: translateY(0);
    }

    .ranna-exec-line {
        font-size: 0.9rem;
    }

    .ranna-exec-chip {
        padding: 4px 8px;
        font-size: 0.8rem;
    }
}






