.menu4-tab {
    flex: 1;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.select-tab {
    border-bottom: 3px solid #0099CC;
}

.select-tab:hover {
    color: #0099CC;
}

.select-tab a div {
    font-weight: bold;
    color: #0099CC;
}

.card-blog.card-horizontal.card-md .card-img::before {
    padding-top: 0%;
}

/* table */

.table-container {
    margin: 0 5%;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    color: #555555;
    font-weight: 400;
    font-size: 14px;
}

#myTable th, td {
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 8px;
    text-align: center;
}

#myTable tr th {
    padding: 20px 0px;
    border-top: 1px solid #000000;
    font-size: 15px;
}

#myTable th {
    background-color: #fbfbfb;
}

#myTable tbody tr {
    cursor: pointer;
}

#myTable tbody tr:hover {
    background-color: #f5f5f5;
}

.menu4Pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu4Pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    cursor: pointer;
}

.menu4Pagination a.active {
    background-color: #000000;
    border-radius: 25px;
    color: white;
}

.menu4Pagination a:hover:not(.active) {
    background-color: #ddd;
}

.search-container {
    margin-bottom: 20px;
    background-color: #fbfbfb;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 35px;
}

.search-container input {
    padding: 8px;
    width: 60%;
    min-width: 180px;
}

.search-text {
    background-color: black;
    color: white;
    padding: 8px;
    border: 2px solid black;
}

@media screen and (max-width: 1024px) {
    #myTable thead {
        display: none;
    }

    #myTable th:nth-child(2),
    #myTable td:nth-child(2),
    #myTable th:nth-child(3),
    #myTable td:nth-child(3),
    #myTable th:nth-child(4),
    #myTable td:nth-child(4) {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    #myTable tbody tr {
        border-bottom: 1px solid #dddddd;
    }

    #myTable td:nth-child(2)::before {
        content: "";
    }

    #myTable td:nth-child(2) {
        padding-top: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    #myTable td:nth-child(3)::before {
        padding-bottom: 20px;
    }

    #myTable td:nth-child(3) {
        display: inline-block;
        width: auto;
        color: #888;
        padding-bottom: 20px;
        white-space: nowrap;
    }

    #myTable td:nth-child(4) {
        padding-bottom: 20px;
        width: auto;
        color: #888;
        display: inline-block;
        white-space: nowrap;
    }

    #myTable th, td {
        border: none;
        /* border-bottom: 1px solid #dddddd; */
        padding: 8px;
        text-align: center;
    }

    #myTable tbody {
        border-top: 1px solid black;
    }

    #myTable tbody tr td {
        padding: 0px 8px;
    }
}
