.rounded-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    vertical-align: middle;
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    padding-top: 10px;
    flex-shrink: 0;
}

.top-back {
    position: absolute;
    top: 100px;
   /* left: 40px;*/ /*Toral27062023*/
    z-index: 999;
    color: var(--muted);
    font-size: 10px;
}




.rounded-checkbox:checked {
    appearance: auto;
    clip-path: circle(50% at 50% 50%);
    background-color: blue;
}

.swiper-slider-22 {
    overflow: auto;
}