table {
    width: 100%;
}

table tr,
table td {
    border: 1px solid #eeeeee;
}

tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

table thead tr {
    background: #4a4a4a;
    color: white;
}

thead tr td {
    padding: 12px 8px;
}

tbody tr td {
    padding: 8px;
}

.d-muster_company {
    padding-top: 90px;
}

.table-content {
    padding: 15px 50px;
    margin: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}

.block-title {
    margin-bottom: 20px;
}

.title-data {
    font-size: 16px;
    font-weight: 500;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .c-search .search-row .search-item {
        width: 100%;
    }

    #checkbox_filter {
        padding: 0 0 20px 20px;
    }

    .table-content {
        padding: 20px 15px;
    }
}

