*{
    padding: 0;
    margin: 0;
}
.showLeft{
    
    padding:5px;
}
.icons li{
    background:none repeat scroll 0 0 black;
    height:4px;
    width:4px;
    line-height: 0;
    list-style: none outside none;
    margin-right:8px;
    margin-top:1px;
    vertical-align:top;
    border-radius: 50%;
    pointer-events:none;

}
.dropdown{
  background-color: #454545;
  border-radius: 50%;
  width:15px;
  
  position: absolute;
  top: 0;
  left: 82px;
}
ul li{
    color:white;
}
select option{
    line-height: 5px;
}
.short-cut{
    height:100px;
    width:100px;
    background-color: black;
}
.short-cut:hover{
    background-color: #454545;
}
.btn-div{
    display: flex;
    justify-content: center;
    align-items: center;

    width:100px;
    height: 70px;
    background-color: black;

}
.btn-div:hover{
    background-color: #454545;
}
#btn{
    text-align:center;
    font-size: 30px;
    width: 30px;
    border-radius: 50%;
}
h5{ 
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.outer-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
#input-div{
    border-radius: 10%;
    width: 300px; 
    height: 200px; 
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    text-align: center; 
    line-height: 66px;

}
.hidden{
    display: none;
}

