/* Default styles for the table */
table.responsive-blacklist {
    width: 100%;
}

table.responsive-blacklist th {
    text-align: left;
    padding: 4px 8px;

}
table.responsive-blacklist td {
    text-align: left;
    font-size: 13px;
    padding: 3px 5px !important;
}

p {
    margin-bottom: 1px;
    line-height: 20px;
}

.filters {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 15px;
}

.dropdown-content label {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content label:hover {
    background-color: #f1f1f1;
}

.dropdown button {
    background: transparent!important;
    color: #2c3e50!important;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #323339;
    border-radius: 15px;
    padding: 9.6px;
    width: 13rem;
    text-align: left;
    margin-left: 15px;
}

.dropdown-content label {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.dropdown-content label input {
    margin-right: 10px;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}
.page-number {
    display: inline-block;
    padding: 5px 2px;
    background-color: transparent;
    color: #333;
    border-radius: 5px;
    margin-right: 5px;
    color: #999999;
}
.current .page-number {
    color: #323339;
}

.download_list {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline !important;
    float: right;
    padding: 10px;
}

/* Media query for small screens */
@media (max-width: 768px) {
    table.responsive-blacklist thead {
        display: none;
    }
    table.responsive-blacklist td {
        display: block;
        width: 100%;
        border: none !important;
        box-sizing: border-box;
        padding: 2px 6px !important;
    }
    table.responsive-blacklist tr {
        margin-bottom: 10px;
        display: block;
    }
}
