.asesir_active_img {
    border: 2px solid #439677;
    border-radius: 5%;
}

.aesir_uppercase {
    text-transform: uppercase;
}

.aesir_notif_banner {
    position: fixed;
    width: 310px;
    height: 100px;
    bottom: 55px;
    right: -325px;
    padding: 15px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, .3);
    z-index: 20;
    transition: right 0.4s ease-out;
}

.aesir_notif_banner.aesir_success {
    background: #439677;
}

.aesir_notif_banner.aesir_active{
    right: 0px;
}

.aesir_notif_banner p{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aesir_img {
    border-radius: 5%;
}

.aesir_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}