input{
    scroll-margin: 7em;      
}

.text-container{
    
    border: 1px solid #9f9f9f;
    margin: 0px;
    padding: 6px;
    display: flex;
    border-radius: 4px;
    max-width: 17em;
    width: 100%;
    margin-top: 8px;

}
.text-container>input{
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    background: white;
    background-color: transparent;
}


.text-container>input:focus,textarea:focus{
    outline: none;
}


.number-container{
    border: 1px solid black;
    margin: 0px;
    padding: 6px;
    display: flex;
    border-radius: 4px;
    width: 9em;
    margin-top: 8px;
}
.number-container>input{
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}
.number-container>input:focus,textarea:focus{
    outline: none;
}

   .hlayout{
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
   }
   .hlayout>*:first-child{
    margin: 0px 0px;
   }
   .hlayout>*{
    margin: 0px 12px;
   }


.equispace{
    border-radius: 10px;
    overflow: hidden;
   
}

.equispace>div:first-child{background-color: #ededed;}
.equispace>div:last-child{background-color: #ededed;}
.equispace>div{
    
display: flex;
align-items: center;
justify-content: center;
width: 1em;
height: 1.2em;
margin: 0px;
padding: 10px;
}

.equispace>div:first-child:hover{
    background-color: blue;
}
.equispace>div:last-child:hover{
    background-color: blue;
}
.mycheckbox{
    display: block;
    width: 50px;
    height: 26px;
}
.dot{
    border-radius: 100%;
    background-color: white;
    display: block;
    width: 24px;
    height: 24px;
    transform: translate(1px,1px);
    position: absolute;
    transition: 0.2s;
}

.b{
    transform: translate(1px,1px);
}

.a{
    transform: translate(25px,1px);
}

.cbbg{
    border-radius: 25px;
    background-color: grey;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.a2{
    background-color: #02e11d;
}

