.message-popup{position:fixed;bottom:20px;right:20px;z-index:9999;max-width:400px;display:flex;flex-direction:column;gap:10px}@media (max-width: 575px){.message-popup{inset:auto 0 90px;max-width:100%}}.message-popup .message-popup-container{border-radius:10px;background:#fff;margin:0 10px;padding:15px;position:relative;box-shadow:0 4px 6px #0000001a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.message-popup .message-popup-container .message-popup-content{padding-right:30px}.message-popup .message-popup-container .message-popup-content .message-popup-title{margin-bottom:10px;font-weight:600}.message-popup .message-popup-container .message-popup-content .error-title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;color:#d00000;line-height:16px}.message-popup .message-popup-container .message-popup-content .success-title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;color:#38b000;line-height:16px}.message-popup .message-popup-container .message-popup-content .message-popup-body{line-height:1.5}.message-popup .message-popup-container .message-popup-content .error-body{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;color:#d00000;line-height:16px}.message-popup .message-popup-container .message-popup-content .success-body{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;color:#38b000;line-height:16px}.message-popup .message-popup-container .message-popup-close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:24px;line-height:1;cursor:pointer;color:#757575;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.message-popup .message-popup-container .message-popup-close:hover{color:#212121}.message-popup .error{border:1px solid #d00000}.message-popup .success{border:1px solid #38b000}
