.custom-table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-table thead {
    background: #EBF7FF;
}

.custom-table th {
    text-align: center !important;
    font-size: larger;
    color: #474747;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.custom-table td {
    text-align: center;
    border-style: none !important;
}

.custom-order {
    cursor: pointer;
}