*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
.progress{
    position: fixed;
    background-color: rgb(0, 0, 0,0);
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
}

.progress-inner{
    font-size: 0px;
    width: 0%;
    box-shadow: 0px 0px 10px rgba(239, 226, 151, 0.849);
    background: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius:0px 20px 20px 0px;
}
.test{
    box-shadow: 0px 0px 10px rgba(239, 226, 151, 0.849);
    background: rgb(255,255,255);
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius:20px;
    color:rgba(239, 126, 51);
}
.testv{
    box-shadow: 0px 0px 10px rgba(239, 226, 151, 0.849);
    background: rgb(255,255,255);
    position: fixed;
    bottom: 20px;
    right: 100px;
    width: 50px;
    height: 50px;
    border-radius:20px;
    color:rgba(239, 126, 51);
}