﻿.hexanotify-message {
    border-radius: 0.3rem;
    border-width: 1.5px;
    border-style: solid;
    height: fit-content;
    padding: 1rem;
    margin: 1rem;
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    display: flex;
}

.hexanotify-message-error {
    background-color: #FFA5A5;
    border-color: #FF0000;
}
.hexanotify-message-info {
    background-color: #E8EDF4;
    border-color: #006AFF;
}
.hexanotify-message-success {
    background-color: #EEFFEE;
    border-color: #78F875;
}
.hexanotify-message-warning {
    background-color: #FFC8A0;
    border-color: #FF7714;
}
.message {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    font-weight: 600;
}

.close-button {
    background: none;
    border: none;
    padding: 0;
    width: fit-content;
    height: fit-content;
}

.hexanotify-container {
    width: 15vw;
    height: fit-content;
    margin: 1rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
