﻿#notification-alert {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 9999;
}

#notification-spinner {
    width: 1rem;
    height: 1rem;
}

#notification-text p {
    margin-bottom: 0;
    line-height: 2.5rem;
}
