body {
    background: #21262b;
    padding: 25px 15px;
}

.card {
    background: #234559;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    color: #fafafa;
}

.dropdown-menu {
    max-height: 250px;
    overflow-y: scroll;
}

table {
    color: #fafafa !important;
}

table td {
    padding-left: 20px;
    width: 100%;
}

.text-lighter {
    font-weight: lighter !important;
}
