.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    min-width: 400px;
    color: black;
}

    .content-table thead tr {
        background-color: #F4F6F8;
        color: #637381;
        text-align: left;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .content-table th,
    .content-table td {
        padding: 16px;
        min-width: 240px;
    }

    .content-table td {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .content-table tbody tr {
    }

.datatable-header span.hide{
    display: none;
}

.dataTables_filter label input, .dataTables_length label select {
    margin-left: 0px;
}

.datatable-header input.search{
    border-radius: 8px;
}

.datatable-search-container {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 8px;
}

.datatable-search {
    display: flex;
    min-width: 200px;
    max-width: 420px;
    width: 100%;
}

.datatable-search input {
    height: 40px;
    border-radius: 6px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.31 15.9L20.71 19.29C20.8993 19.4778 21.0058 19.7334 21.0058 20C21.0058 20.2666 20.8993 20.5222 20.71 20.71C20.5222 20.8993 20.2666 21.0058 20 21.0058C19.7334 21.0058 19.4778 20.8993 19.29 20.71L15.9 17.31C14.5025 18.407 12.7767 19.0022 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11C19.0022 12.7767 18.407 14.5025 17.31 15.9ZM11 5C7.68629 5 5 7.68629 5 11C5 14.3137 7.68629 17 11 17C14.3137 17 17 14.3137 17 11C17 7.68629 14.3137 5 11 5Z' fill='%23919EAB'/%3E%3C/svg%3E") no-repeat 10px center;
    text-indent: 36px;
}

.datatable-search-container{
    display: flex;
}

#myTable th,
#myTable td {
    vertical-align: middle !important;
}