
*{
    padding: 0px;
    margin: 0px;
}

.main{
  /*  border: 1px solid black; */
   margin: 125px 200px;
   text-align: center;
   font-weight: bold;

}

#input1,#input2{
    border-radius: 2px;
    border: 1px solid black;
    height: 21px;
    padding-left: 8px;
}
label{
     display: inline-block;
     margin-top: 30px;
}
#btn{
    margin-top: 40px;
    width: 175px;
    height: 25px;
    border-radius: 5px;
    background-color: blue;
    color: azure;
    margin-left: 50px;
    border: none;
    cursor: pointer;
}
/* @media (max-width : 768px){
    #btn{
         margin: 10px auto;
        width: 30vw;
    }
} */

.flors{
    border-bottom: 2px solid black;
    width: auto;
    height: 125px;
    background-color:#ecffe7;
    box-sizing: border-box;
}

.childdiv{
    background-color: white;
    width: 120px;
    height: 123.5px;
    border: 2px solid black;
    border-bottom: none;
    border-top: none;
    margin-left: 8px;
    box-sizing: border-box;
    text-align: center;
}

.upbtn{
    border-radius:20px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: blueviolet;
    color: white;
    margin-top: 12px;
    font-size: 70%;
    cursor: pointer;
}
.downbtn{
    border-radius: 20px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: rgb(172, 169, 167);
    color: white;
    margin-top: 10px;
    font-size: 60%;
    cursor: pointer;
}
p{
    font-weight: bold;
    font-size:medium;
    margin-top: 5px;
    margin-top: 10px;
}

.lifts-contenar{
    position: relative;
    top: -112px;
    left: 80px;
    width: auto;
    height: auto;
}
.lifts{
    display: inline-block;
    position: relative;
    margin-left: 100px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;  
    border: 2px solid black;
    box-shadow:
    inset 0 -3em 3em rgb(0 180 0 / 60%),
    0.3em 0.3em 1em rgb(0 180 0 / 60%); 
}
.leftdoor{
    display: inline-block;
     background : linear-gradient(to right,rgb(78, 255, 225) 100%);
     height: 96px;
    width: 48px;
}
.rightdoor{
    display: inline-block;
     background : linear-gradient(to right,rgb(78, 255, 225) 100%);
    height: 96px;
    width: 47px;
     border-left: 1px solid;
}
.alert{
    position: absolute;
    top: 2px;
    left: 600px;
    border: 1px;
    border-radius: 5px;
    width: auto;
    padding: 20px;
    height: 25px;
    z-index: 10px;
    box-shadow: 50px;
    background-color: rgb(255, 26, 9);
    font-size: large;
    color: whitesmoke;
}


