.alert-up {
    width: 100%;
    background: #24649e;
    color: white;
    font-family: Proxima Nova;
    font-size: 13pt;
    border-radius: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: fixed;
    left: 0;
}

.alert-up .close {
    padding: 3.5px 8.5px !important;
    color: #24649e !important;
    background: white !important;
    border-radius: 50%;
    font-size: 15pt !important;
    opacity: 1;
}

.alert-up a {
    color: white !important;
    text-decoration: underline;
    font-family: Proxima Nova;
    font-size: 13pt;
}