.flash-base {
    width: 250px;
    min-height: 25px;
    background-color: white;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: block;
    cursor: pointer;
}

.flash-base > button {
    display: none !important;
}


.flash-error {
    font-weight: bold;
}

.flash-info {
    color: #0d6aad;
}

.flash-success {
 color: black;
}