#logout-component {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
    background: #15C8A0;
    color: white;
    padding: .5rem;
    border-radius: .35rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4) !important; border: unset !important;
}