.vdpp-options__form {
    margin-bottom: 12px;
}

.vdpp-options__form hr.separator {
    margin: 4px;
}
.vdpp-options__form .input-radio {
    display: none;
}
.switch-toggle * {
    font-size: .8em;
}
.switch-candy {
    background-color: rgba(0,0,0,.1);
    margin: 0.8rem 0 1.2rem 0;
    border-radius: 100px;
    color: #fff;
    height: 2.8em;
    font-weight: bold;
    text-align: center;
    box-shadow: unset;
    text-shadow: unset;
}

.switch-candy .vdpp-partial-payments__switcher {
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-image: unset;
    border: unset;
}

.switch-toggle input + label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdpp-partial-payments__simple-switch {
    margin: 10px 0;
}

.vdpp-partial-payments__simple-switch label {
    margin: 0 5px 0 0;
}

#partial-amount {
    background-color: #5be7a9;
    padding: 2px 4px;
    border-radius: 6px
}

@media only screen {
    .switch-candy input:is(.pay-full-amount):checked + label {
        color: #fff;
        text-shadow: unset;
    }
    .switch-candy input.pay-full-amount:checked ~ .vdpp-partial-payments__switcher {
        background-color: #34323D;
    }
    .vdpp-options__form input.input-radio:enabled + .light{
        opacity: 1;
    }
    .vdpp-options__form input.input-radio:enabled + .dark{
        opacity: .5;
    }

    .vdpp-options__form input.input-radio:enabled ~ label {
        margin:0;
    }

    .vdpp-options__form input.input-radio:disabled ~ label {
        color: #797979;
    }
}

.vdpp-partial-payments__hidden {
    display:none!important;
}

span#vdpp-help {
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 7px;
    background-color: rgb(98 98 98 / 46%);
    color: #FFF;
    border: 1px solid rgb(83 83 83 / 16%);
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.tippy-box .tippy-content ul {
    list-style: none;
    padding: 0.2em 0.5em;
    margin: 0;
}

.switch-toggle input:focus ~ a, .switch-toggle input:focus + label {
    outline: none;
}