.component-radioswitch mve-input[mve-type=radio][checked=checked]+label {
    background-color: #007BC2 !important;
    color: #fff !important
}

.component-radioswitch mve-input[mve-type=radio][mve-checked=checked]+label {
    background-color: #007BC2 !important;
    color: #fff !important
}


.popover-toggle::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    color: #383938;
    content: "";
    font-size: 1rem;
    font-weight: 400;
    bottom: -1px;
    position: relative;
}