@import url(./stylesheet/coinex.css);
@import url(./stylesheet/custom.css);
@import url(./stylesheet/libs.css);


.table-responsive {
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.data-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
    margin: 20px 0;
}

.data-table thead th {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: none;
}

.data-table tbody td {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
}

.data-table tbody tr {
    margin-bottom: 10px;
}

.table td {
    border-top: none;
}