.notification__top {
    background-color: #103c34;
    min-height: 37px;
    position: relative;
}

.notification__top a {
    color: #ffffff;
}

.notification__top p {
    text-align: center;
    padding: 6px 20px;
    color: #ffffff;
}

.notification__top__close {
    position: absolute;
    right: 8px;
    top: 8px;
    background-image: url("../img/delete.svg");
    border: none;
    width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}