@font-face {
font-family: 'iran';
src: url('/font/IRANSansXFaNum-Medium.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

        body {
            margin: 0;
            padding: 0;
        }
        .search-stats {
            padding: 10px;
            margin-bottom: 15px;
            margin-top: 15px;
            background: #e7f3ff;
            border-radius: 5px;
            font-size: 14px;
            color: #004085;
            text-align: right;
        }
        .load-more-button{
            margin-top: 15px;
        }
        .info-message {
            padding: 10px;
            margin-bottom: 15px;
            background: #fff3cd;
            border-radius: 5px;
            font-size: 14px;
            color: #856404;
            text-align: right;
            border-right: 4px solid #ffc107;
        }
        .warning-message {
            padding: 10px;
            margin-bottom: 15px;
            background: #f8d7da;
            border-radius: 5px;
            font-size: 14px;
            color: #721c24;
            text-align: right;
            border-right: 4px solid #dc3545;
        }
        .performance-note {
            font-size: 11px;
            color: #666;
            margin-top: 5px;
        }


h1,h2,h3,h4,h5,h6,h7,p,span,a{
font-family: 'iran';
}

body{ 
    /*background:#f5f5f5; */
    direction:rtl;
    text-align:right; 
    font-family: iran;
    padding:0px; 
    margin: 0;
    
}

.tax-table{
    border-radius: 12px;
    overflow: hidden;
}
.card{ 
    /*box-shadow:0 3px 10px rgba(0,0,0,.1); 
    max-width:900px;*/
    margin:auto; }
label{ 
    font-weight:bold; 
    display:block;
    font-family: 'iran';
    
}
input, select, button{
    width:100%; 
    padding:10px; 
    /*margin-top:5px; */
    border-radius:5px; 
    border:1px solid #ccc; 
    box-sizing: border-box; 
    font-family: 'iran';
    
}
button{
    background:#52AF7B; 
    border:none; 
    color:#fff; 
    cursor:pointer; 
    font-size:16px;
    font-family: 'iran';
}

table{ 
    width:100%;
    border-collapse:collapse; 
    margin-top:20px; 
    
}
table th{ 
    background: #FEEFCD;
    color: #1b1b1b; 
    padding:10px; 
    border: 1px solid #eAEAEA;
    text-align:right; 
    min-width: 100px;
    text-align: center;
    
}
table td{ 
    padding:8px; 
    border:1px solid #ddd; 
}
.alert{ 
    background:#ffeeba; 
    padding:10px; 
    border-radius:5px; 
    margin-top:20px; 
    border:1px solid #f0ad4e; 
}
.row{ 
    display:contents; 
    /*flex-wrap:wrap; */
    gap:15px; 
    margin-bottom:15px; 
}
.col{ 
    flex:1;
    min-width:180px;
} 
.col.action{ 
    /*flex:0 0 120px; */
    /*margin-top:25px; */
}
.se-fl{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.se-inpt{
    width: 80%;
}
.se-inpt-i{
    display: flex;
    background: #F2F2F2;
    color: #1b1b1b;
}

.cat-f{
    display: flex;
    align-items: center;
    background: #F2F2F2;
}
.cat-l{
    padding: 10px 20px 10px 20px;
    /*background: #F2F2F2;*/
    /*border-radius: 0px 12px 12px 0px;*/
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}

.cat-f{
    border-radius: 8px;
    overflow: hidden;
    border:1px solid #ccc;
}




.se-inpt-i:focus{
    outline: none;
    border: 1px solid #a1a1a1;
}

.cat-s:focus {
    outline: none;
    border: 0px solid #a1a1a1;
}

.cat-s{
    border:0;
}



.cats-ful{
    margin-top: 15px;
    display: flex;
    gap: 20px;
}
.al-ms-mo-f{
    align-items: center;
    display: flex;
    gap: 30px;
    min-width: fit-content;
}
.al-ms-mo-1{
    width: fit-content;
}
.al-ms-mo-2{
    align-items: center;
    display: flex;
    margin-top: 5px;
    gap: 30px;
}
.cats-ful-i1{
    width: 100%;
}
.cats-ful-i2{
    width: fit-content;
    align-content: center;
    justify-items: end;
    min-width: fit-content;
}
.al-ms-mo-3,.al-ms-mo-4,.al-ms-mo-5,.al-ms-mo-1{
    /*text-align: end;*/
    width: fit-content;
    min-width: fit-content;
}

.al-ms-mo-1,.al-ms-mo-2,.al-ms-mo-3,.al-ms-mo-4,.al-ms-mo-5{
    font-weight: 500;
    font-size: 15px;

}
.al-ms-mo-3 input,.al-ms-mo-4 input,.al-ms-mo-5 input{
    accent-color: #52AF7B;
}

@media (max-width: 767px) {
    .cats-ful{
        display: block;
    }
    .se-fl{
        display: block;
    }
    .se-inpt{
        width: 100%;
    }
    .se-btn{
        display:none;
    }
    .se-btn-m{
        display: block !important;
        margin-top: 15px;
    }
    .cats-ful-i2{
        margin-top: 15px;
    }
}