/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 19:57:46 */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.8rem;
    font-family: sans-serif;
    box-shadow: 0 0 30px 0 #e0e0e0;
    border-radius: 8px;
    line-height:1.4;
}
.styled-table thead{
    position:sticky;
    top:0;
}
.styled-table thead tr {
    background-color: #000;
    text-align: left;
    color:#fff;
}
.styled-table th,
.styled-table td {
    padding: 14px 18px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

/*.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}*/

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #e8d4ff;
}
label.table-filter-label, input.table-filter{font-weight:700;color:var(--bricks-color-rwiath);}
input.table-filter{
    padding: 0.4em 15px; border-radius: 5px; border: 2px solid #e8d4ff; background: #f4efff;margin-top:5px;
}
input.table-filter::placeholder{color:#cca0de;}
.table-filter-desc{line-height:1.1;color:#666;font-style:italic;font-family: Georgia,Times,Times New Roman,serif; }

label.table-filter-label{margin-bottom:0;}

@media only screen and (max-width: 767px) {
    .styled-table{
        font-size:1.6rem;
    }
}

