.elementor-control-type-sitelet_switcher .elementor-control-type-switcher .elementor-switch-label:before {
    content: "";
}

.elementor-control-type-sitelet_switcher .elementor-control-type-switcher .elementor-switch-label:after {
    content: "";
}

.elementor-control-type-sitelet_switcher .elementor-switch-input:checked ~ .elementor-switch-label {
    background-color: #2962FF;
}

.elementor-control-type-sitelet_switcher .elementor-switch-input:not(:checked) ~ .elementor-switch-handle > img.locked {
    display: none;
}

.elementor-control-type-sitelet_switcher .elementor-switch-input:not(:checked) ~ .elementor-switch-handle > img.unlocked {
    display: block;
}

.elementor-control-type-sitelet_switcher .elementor-switch-input:checked ~ .elementor-switch-handle > img.locked {
    display: block;
}

.elementor-control-type-sitelet_switcher .elementor-switch-input:checked ~ .elementor-switch-handle > img.unlocked {
    display: none;
}