
/*this file is auto-generated or overwrote at 08.06.2025 09:49:35 by ig:ryhani96 */
.grd{
    margin-bottom:2px;
}                

.switch {
    position: relative;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 15px;
    box-shadow: 1px 1px 4px black;
    cursor: pointer;
    /**/
}

.ball {
    position: relative;
    top: 1px;
    left: 1px;

    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    transition: all .3s ease-in-out;
}
.grd {
    display: grid;
    grid-template-columns: 43px auto;
}
.spans {
    display: grid;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    border-radius: 3px;
    width: fit-content;
}

#slide {
    width: fit-content;
    text-align: center;
    display: grid;
    transition: .3s;
}

.mycheck {
    visibility: hidden;

}
    