.topRightMessages {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    overflow: hidden;
    padding: 5px;
    z-index: 1000;
}
.progressSticky {
    position: absolute;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    width: 100%;
    height: 5px;
    background-color: rgba(160, 160, 160, 0.25);
    border: inherit;
}
