.notification {
    z-index: 1000000;
    position: fixed;
    bottom: 20px;
    left: -200%;
    right: 5%;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    max-width: 350px;
    transition: left 0.5s ease-in-out
}

.icon22 {
    margin-right: 10px
}

.icon22 img {
    width: 80px;
    height: 40px
}

.content22 {
    display: flex;
    flex-direction: column
}

.notification span {
    margin-bottom: 5px
}

.user-id22 {
    font-weight: 600;
    color: #262626;
    font-family: 'Roboto',sans-serif
}

.user-name {
    font-weight: 500;
    color: #262626;
    font-family: 'Roboto',sans-serif
}

.transaction-amount22 {
    color: #262626;
    font-family: 'Roboto',sans-serif
}

@media screen and (max-width: 480px) {
    .notification {
        font-size:15px;
        bottom: 10px;
        
        border-radius: 10px;
        padding: 5px
    }

    .icon22 img {
        width: 60px;
        height: 30px
    }
}

@media screen and (max-width: 320px) {
    .notification {
       
        font-size: 14px
    }
}

.green-text22 {
    color: #08a652;
    font-weight: 600;
    font-family: 'IBM Plex Mono',monospace
}

.black-text22 {
    color: #262626;
    font-weight: 600;
    font-family: 'IBM Plex Mono',monospace
}
