.container_lamp{
    margin: 0 auto;
}


input[type="checkbox"] {

    appearance: none;
    position: absolute;
    display: block;
    height: 250px;
    width: 250px;
    background-color: #d0d5f4;
    transform: translate(-50%, -50%);
    top: calc(50% - 50px);
    left: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}




.container-houder {
    position: relative;
    top: 350px;
}


.lamp_houderLB{
    width: 50px;
    height: 50px;
    background-color: #768e94;
    margin: 0 auto;
    position: relative;
    top: 100px;
    left: -25px;
}

.lamp_houderRB{
    width: 50px;
    height: 50px;
    background-color: #7a96a5;
    margin: 0 auto;
    position: relative;
    top: 50px;
    left: 25px;
}

.lamp_houderLO{
    width: 50px;
    height: 50px;
    background-color: #305765;
    clip-path: inset(0 0 0 0);
    margin: 0 auto;
    position: relative;
    top: 50px;
    left: -25px;
}

.lamp_houderRO{
    width: 50px;
    height: 50px;
    background-color: #6e848c;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 25px;
}

.bol_pootLO{
    width: 55px;
    height: 35px;
    border-radius: 35px;
    background-color: #305765;
    clip-path: inset(0 50% 0% 0%);
    margin: 0 auto;
    position: relative;
    top: -20px;
    left: 1px;
}

.bol_pootRO{
    width: 55px;
    height: 35px;
    border-radius: 35px;
    background-color: #6e848c;
    clip-path: inset(0 0% 0% 50%);
    margin: 0 auto;
    position: relative;
    top: -55px;
}



input[type="checkbox"]:checked {
    background-color: #a40000;
  }







