.top-right-icon {
    color: #fff;
}

.page-wrapper > .container-fluid, .page-wrapper > .container-lg, .page-wrapper > .container-md, .page-wrapper > .container-sm, .page-wrapper > .container-xl {
    min-height: calc(100vh - 70px);
}


.list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0 !important;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0 !important;
}

.list-group-flush .list-group-item {
    border-right: 0 !important;
    border-left: 0 !important;
}