*{
    transition: all .2s ease-in-out;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;  
    background: whitesmoke;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
  
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%; 
    background: black;
    cursor: pointer;
}
#container{
    display: flex;
    flex-direction: row;
    padding-top: 150px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.bar{
    min-width: 13.5px;
    border: 1px gray solid;
}
body{
    overflow-x: hidden;
    margin: 0;
    /* padding-right: px; */
    background-color: #343A40;
}

#menu{
   
    height: 100vh;
    position: relative;
    left: 0;
    border-right: 2px whitesmoke solid;
    padding-top: 90px ;
    padding-left: 0;
}
#openMenu{
    position: absolute;
    z-index: 99;
    margin: 10px;
    padding: 10px;
    background: whitesmoke;
}
input {
    margin:5px;
    max-width: 90px;
}
#menu div{
padding : 10px
}
select {
padding: 10px;

}
select:hover{
    
    background: whitesmoke;
}
button, .btn, .btn-default{
    display: block;
    margin: 10px;
    margin-left: 0;
    min-width: 70px;
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
}
button:hover{
    background: whitesmoke;
}
#Assize{
    color: whitesmoke;
}
h4{
    color: whitesmoke;
}

