

#showMoreBtn,#showMoreBtn_product {
    width: 100%;
    background: #0000cbd9;
    color: #fff;
    padding: 6px 0px;
}
        /* این استایل‌ها دقیقاً مانند نمونه قبلی هستند */
.welcome-message {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s, top 0.5s;
}
.welcome-message.visible {
    display: block;
    opacity: 1;
    top: 50px;
}
.white{
    color: #fff;
}
.ltr{
    direction: ltr;
}
label{
    font-size: 14px;
}
tspan {
    font-size: 12px !important;
}
.table td, .table th{
        font-size: 12px !important;

}
