.simple_alert_div {
    position: fixed;
    background-color: green;
    opacity: 1;
    z-index: 1;
    color: white;
    padding: 8px;
    transition: all .1s ease;
    transition-property: top, right, bottom, left, opacity;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    min-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    /* margin: 0 0 0 24px; */
    line-height: 22px;
    padding: 10px 10px;
    z-index: 9999;
    border-radius: 2px;
}


.snackbar_dismiss {
    background: inherit;
    display: inline-block;
    border: none;
    font-size: inherit;
    text-transform: uppercase;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer;
}
