.fn-wrapper select,.fn-wrapper input{
   width: 100%;
}

/* #fn-notification-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
} */

#fn-notification-wrapper {
    z-index: 9999;
}

/* Default (footer mode) */
.fn-fixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.fn-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    min-width: 250px;
}

.fn-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#eee;
    margin-right:10px;
}

.fn-content {
    font-size: 13px;
}

.fn-close {
    font-size: 40px;
    margin-left: 10px;
    cursor:pointer;
}



@media (max-width: 768px) {
  #fn-notification-wrapper {
    width: 100%;
    bottom: 100px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }

  .fn-notification {
    justify-content: center;
  }
}


#fn-notification-wrapper{
    z-index: 9999;
}