.queue-progress {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    background: white;
    /* height: 300px; */
    color: black;
    z-index: 9999;
    border: 1px solid grey;
    background: #d2d6de;
    padding: 10px;
}

.queue-progress:hover {
    opacity: 0.2;
}

.queue-progress ul {
    list-style-type: none;
    padding: 0;
}
.docs-hint {
    float: right;
}
span.show-hide-password {
    cursor: pointer;
    float: right;
    position: relative;
    top: -28px;
    left: -10px;
}