.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .slspInvestCheck .container .checkmark:after {
    left: 4.5px;
    top: 4.5px;
    width: calc(21px);
    height: calc(21px);
    border: none;
    border-radius: 15px;
    background-color: var(--slsp-checkbox-main-selected-bg-color);
    transform: rotate(0);
    transition: left 0.3s, background-color 0.3s;
}

.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .container input:checked ~ .checkmark::after
{
    left: 24px;
    top: 4.5px;
    background-color: var(--slsp-white);  
}   

.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .container input ~ .checkmark:after {
    display: block;
}

.slspInvesticnaKalkulackaContainer .slspInputContainer ._slsp_checkbox_wrapper .slspInvestCheck{
    position: absolute;
    right: 15px;
    top: -9px;
    z-index: 999;
}

.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .slspInvestCheck .container input ~ .checkmark {
    height: 30px;
    width: 50px;
    border-radius: 15px;
    left: unset;
    right: 0;
    border: none;
    box-shadow: none;
}

.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .slspInvestCheck .container {
    padding-right: calc(35px* 1.2);
    padding-top: calc((30px - calc(var(--slsp-checkbox-font-size-scaled) + 5px))* 0.5);
}

.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .slspInvestCheck label.container {
    display: flex;
    flex-direction: row-reverse;
}



.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .slspInvestCheck .container {
    padding-right: calc(48px* 1.2);
}




@media (hover: hover) {
    .slspInvesticnaKalkulackaContainer  ._slsp_checkbox_wrapper:not(.disabled) .container:hover input ~ .checkmark {
        background-color: var(--slsp-checkbox-main-bg-color);
        border-color: none;
        box-shadow: none;
    }

    .slspInvesticnaKalkulackaContainer  ._slsp_checkbox_wrapper:not(.disabled) .container:hover input:checked ~ .checkmark {
        background-color: var(--slsp-checkbox-main-selected-bg-color);
        border-color: none;
        box-shadow: none;
    }
}





.slspInvesticnaKalkulackaContainer ._slsp_checkbox_wrapper .slspInvestCheck label.container {
    font-size: 14px;
}


.slspInvesticnaKalkulackaContainer  ._slsp_checkbox_wrapper .slspcheckBoxCnt {
    padding-top: calc(var(--slsp-checkbox-font-size) + 9px);
}