.notification {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 10px;
    z-index: 100000;
}

.notification__el {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 20px 10px 20px;
    margin: 5px 0;
    transition: .3s all;
    background-color: #FFFFFF;
    border-radius: 4px;
    min-width: 326px;
    font-family: Inter, sans-serif;
    font-size: .875rem;
}

.notification__el__error {
    background-color: #910046;
    color: #FFFFFF;
}

.notification__el__success {

}

.notification__el__warm {

}

.notification__el__icon {
    margin-right: 10px;
}