note {
    display: none;
    padding: 12px 18px;
    position: fixed !important;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    border-radius: 6px;
    z-index: 9999999 !important;
    border: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    min-width: 260px;
    max-width: 480px;
}
note i.close {
    cursor: pointer;
    float: right;
    font-size: 1.5em;
    line-height: 0.7em;
    margin-left: 8px;
}
note.right {
    right: 20px !important;
    left: auto !important;
}
note.left {
    left: 20px !important;
    right: auto !important;
}
note.center {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
}
note.top {
    top: 20px !important;
    bottom: auto !important;
}
note.bottom {
    top: auto !important;
    bottom: 20px !important;
}
note.middle {
    top: 25% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
note.success {
    background: #16a34a !important;
    color: #ffffff !important;
    border-left: 5px solid #14532d !important;
}
note.error {
    background: #dc2626 !important;
    color: #ffffff !important;
    border-left: 5px solid #7f1d1d !important;
}
note.warning {
    background: #ea580c !important;
    color: #ffffff !important;
    border-left: 5px solid #7c2d12 !important;
}
note.info {
    background: #0284c7 !important;
    color: #ffffff !important;
    border-left: 5px solid #0c4a6e !important;
}
note.alert {
    background: #d97706 !important;
    color: #ffffff !important;
    border-left: 5px solid #78350f !important;
}
note.default {
    background: #1e293b !important;
    color: #ffffff !important;
    border-left: 5px solid #0f172a !important;
}
shell {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: auto;
    z-index: 9999990;
    background: rgba(0, 0, 0, 0.4);
}
note.modal {
    background: #ffffff;
    color: #1e293b;
    cursor: default;
    text-align: center;
}