
.custom-table {
    border-collapse: separate;
    border-spacing: 0 3px;
    width: 100%;
    text-align: start;
    font-size: 12px;
}

.custom-table th {
    background: #f8f9fa;
    text-align: left;
    padding: 7px;
    font-weight: bold;
}

.custom-table tbody tr {
    background: white;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-table tbody tr td {
    padding: 2px;
    border-top: none;
}

.icon {
    font-size: 13px;
    cursor: pointer;
    margin-right: 8px;
}

.icon-blue {
    color: #007bff;
}

.icon-gray {
    color: gray;
}

@media (max-width: 768px) {
    .custom-table {
        font-size: 11px;
    }

    .custom-form-floating input {
        font-size: 12px;
        padding: 5px 10px;
    }

    .custom-form-floating label {
        font-size: 10px;
    }

    .custom-table th {
        
        padding: 5px;
        
    }
    /* Mengecilkan tombol filter */
    .btn {
        font-size: 11px;
        padding: 5px 10px;
    }
}