.showGuestId {
    position: fixed;
    top: 0;
    left: -200px;
    z-index: 2000;
    transition: all 1s ease-in-out 10s;
    opacity: 0.8;
}

.showGuestId.show,
.showGuestId:hover {
    left: 0;
    transition: all .3s;
}

.showGuestId_content {
    padding: 20px 20px 10px;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 127);
    text-align: center;
}
