.user-current-credits {
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #333;
}

.form-check {
    margin-bottom: 14px;
    position: relative !important;
    display: flex !important;
    background: #fff;
    padding: 8px !important;
}
.form-check-input {
    position: relative !important;
    margin: 0 !important;
}
.form-check-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*.form-check:hover {
    background-color: #a0226b33;
}*/
.form-check label:hover {
    cursor: pointer;
}
.no-bg {
    background: none !important;
}
