/*
** White-label specific colors
*/

body {
    background-color: #fff;
}

.list-group-item {
    color: #000 !important;
    background-color: hwb(0deg 0% 100% / 5%) !important;
    border-color: hwb(0deg 0% 100% / 5%) !important;
    margin-top:6px !important;
}

.list-group-item.active {
    color: #fff !important;
    background-color: #be9e44 !important;
    border-color: #be9e44 !important;
}

.list-group-item-info {
    color: #fff !important;
    background-color: #be9e44 !important;
}

.btn-primary, .btn-outline-secondary {
    color: #fff !important;
    background-color: #16163F !important;
    border-color: #16163F !important;
}

.btn-info {
    color: #fff !important;
    background-color: #be9e44 !important;
    border-color: #be9e44 !important;
}

.btn a {
    color:#fff !important;
}

a {
    color: #000 !important;
}

.spinner {
    background: #be9e44 !important;
    border-radius: 6px;
}

