.navbar-profile-icon{
    border-radius: 50%;
    max-width: 50px;
}

.menu-btn{
    height:300px;
    margin:20px;
    background: #34ace4;
}

#drop-trigger{
    height:100%;
    width:100%;
    opacity: 0.5;
}

.file-drop-area{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    width:100%;
    border: 1px dotted rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    border-radius:30px;
    padding-left:10vw;
}
  
.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    margin-left: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom:50px;
}
  
.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
  
.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    border:1px solid rgba(255, 255, 255, 0.1);
}

.page-btn{
    width:30px;
    margin:5px;
    text-align:center;
    margin-bottom:50px;
}