.toast {
    background-color: #007ac3;
    border: solid 1px #007ac3;
    min-width: 31.25rem;
    max-width: 68%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.4375rem;
}
.toastInner {
    background: white;
    margin-left: 4px;
    font-size: 0.875rem;
    padding: 1rem;
}
.toastIcon {
    color: #007ac3;
    font-size: 1rem;
    margin-left: 0.25rem;
}
.toastClose, .toastClose:hover {
    color: #757575;
    background: white;
    float: right;
    margin-right: 0.125rem;
    margin-top: 0.125rem;
    text-decoration: none;
}
.toastHeader {
    font-weight: 600;
    line-height: 1.29;
    color: #353535;
}
.toastContent {
    line-height: 1.5;
    color: #474747;
    margin-left: 1.75rem;
}