
    .row.content {height: 450px}
    
    .sidenav {
      padding-top: 20px;
      background-color: #282828;
      height: 100%;
    }
@media screen and (max-width: 767px) {
    .sidenav {
    height: auto;
    padding: 15px;
}
    .row.content {height:auto;} 
}
progress.e{
    accent-color: red;
}
progress.m{
    accent-color: yellow;
}
progress.h{
    accent-color: green;
}
progress.m{
    accent-color: grey;
}
#vert{
    display: grid;
}
.option-box{
    max-width: 1000px;
    background-color: #121212;
    margin: 50px auto;
    padding: 10px;
    border-radius: 15px;
    text-align: left;
}
.btn3 {
    padding: 15px 45px;
    width: 50%;
    background-color: #181818;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    margin: 5px;
}
.btn4{
    width: 100%;
    background-color: rgb(108, 58, 225);
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    
}
#file{
    width: 45%;
    height: 30px;
}
#vert > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    background-color: #181818;
}
  
#vert > li {
    float: left;
    list-style-type: none;
}

#vert > li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}  


li a:hover, .dropdown:hover {
    background-color: #906ac6;
}  

li.dropdown {
    display: inline-block;
}
.well {
    /*background-image: url('../images/ezgif.com-gif-maker.gif'); */
    height: 40%; background-repeat: no-repeat; background-size: cover; max-width: 100%;
}
.progress{
    width: 45%; float: right; margin-top: 10px;
}