@keyframes pulse {
    0% {
        background-color: #2014a3;
    }
    100% {
        background-color: #4739e7;
    }
}

#banner_win {
    display: flex;
    animation: pulse 5s infinite;
    color: white;
    align-items: center;
    padding: 15px 0px;
}

#banner_win p {
    margin: 0px 20px 0px 40px;
    text-align: left;
}

#banner_win_update {
    text-decoration: none;
    border: 1px solid white;
    border-radius: 4px;
    padding: 6px 16px;
    color: white;
    background-color: transparent;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.push_right {
    margin-left: auto;
}

.dismiss_button {
    display: flex;
    flex: 0 0 30px;
    margin: 0px 30px;
    align-items: center;
    max-width: 14px;
}

.dismiss_button > svg {
    width: 100%;
    height: auto;
    cursor: pointer;
}
