﻿.popup-note-header {
    background-color: #fae7b2 !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    padding: 6px 12px !important;
}

.popup-note-body {
    background: linear-gradient(135deg, #fffdf5, #fff2d1) !important;
    border-radius: 0 0 8px 8px !important;
    padding: 20px !important;
    color: black !important;
}