.trinxy-vat-switcher-send-btn {
    display: none !important
}

.trinxy-vat-switcher-slide {
    display: block;
    width: auto;
    letter-spacing: -1px;
    font-size: 11px;
    -webkit-user-select: none
}

.trinxy-vat-switcher-slide input[type=checkbox] {
    display: none
}

.trinxy-vat-switcher-slide .trinxy-vat-switcher-slider {
    display: inline-block;
    border-radius: 16px;
    width: 60px;
    height: 30px;
    position: relative;
    cursor: pointer
}

.trinxy-vat-switcher-slide .trinxy-vat-switcher-display {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    line-height: 34px;
    transition: all 250ms;
    -webkit-transition: all 250ms
}

.trinxy-vat-switcher-slide .trinxy-vat-switcher-on {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    pointer-events: none
}

.trinxy-vat-switcher-slide .trinxy-vat-switcher-off {
    margin-right: 10px;
    pointer-events: auto
}

.trinxy-vat-switcher-slide input:not(:checked)~.trinxy-vat-switcher-on {
    pointer-events: auto;
    font-size: 12px
}

.trinxy-vat-switcher-slide input:not(:checked)~.trinxy-vat-switcher-off {
    pointer-events: none;
    font-size: 16px;
    font-weight: 700
}

.trinxy-vat-switcher-slide .trinxy-vat-switcher-switch {
    width: 32px;
    height: 32px;
    border-radius: 26px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: all 250ms;
    -webkit-transition: all 250ms
}

.trinxy-vat-switcher-slide input:checked~label .trinxy-vat-switcher-switch {
    left: 100%;
    margin-left: -30px
}
