.small-message-layout{
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    /*background-color: rgba(127, 127, 127, 0.18);*/
    /*height: 100px;*/
    margin-top: 60px;
}

.small-message{
    position: fixed;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #ffe181;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    color: #363636;
}

.display-none{
    display: none;
}

.winning-number{
    margin: 0 5px;
    padding: 5px 10px;
    background: #E91E63;
    border-radius: 10px;
    color: #FFFFFF!important;
}

.machine-number{
    margin: 0 5px;
    padding: 5px 10px;
    background: #3F51B5;
    border-radius: 10px;
    color: #FFFFFF!important;
}

.n-avatar{
    max-height: 60px;
    max-width: 100px;
}
