/*
** 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: #0071CF !important;
    border-color: #0071CF !important;
}

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

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

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

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

a {
    color: #000 !important;
}

a:hover {
    color: #000 !important;
}

.spinner {
    background: #0071CF !important;
}

.spinner, .btn {
    position:relative;
    overflow:hidden;
}

.list-group-item, .form-control, .input-group-addon, .btn-primary, .alert, .badge {
    border-radius: 100px !important;
}

.list-group-item {
    position:relative;
    overflow:hidden;
}
