.lock-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    cursor: pointer;
}

#pro-popup {
    position: fixed;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

#pro-popup h3 {
    margin: 0 0 10px;
}

#pro-popup p {
    margin: 0 0 15px;
}

#pro-popup a {
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

#pro-popup button {
    margin-top: 10px;
    padding: 5px 10px;
    background: #ccc;
    border: none;
    cursor: pointer;
}
.pro-locked-control label{
	cursor: pointer;
}
.pro-locked-control label.elementor-switch.elementor-control-unit-2 {
    opacity: .5;
}