.alert{width:50%;background-color:#fff;display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:4px;flex-direction:row;gap:7px}@media screen and (max-width: 849px){.alert{width:90%}}@media screen and (min-width: 849px) and (max-width: 1200px){.alert{width:75%}}@media screen and (min-width: 1200px) and (max-width: 1596px){.alert{width:60%}}.alert.info{background-color:#e5f6fd;color:#014361}.alert.info .alert-icon{color:#329fda;font-weight:700}.alert.info h2{font-weight:700}.alert.success{background-color:#edf7ed;color:#1e4620}.alert.success .alert-icon{color:#418944}.alert.success h2{font-weight:700}.alert .unwind-triggerer{color:#399ab3;text-decoration:underline;cursor:pointer}.alert .reference-id-form{display:none}.alert .reference-id-form.unwind{display:flex;align-items:center;gap:.5rem;margin-top:1.2rem;width:100%;animation:unwindForm .1s linear}.alert .reference-id-form .reference-id-field{outline:none;border:1px solid #e7e7e8;border-radius:5px;padding:7px 10px;font-size:14px;width:100%}.alert .reference-id-form .reference-id-field::-moz-placeholder{color:#e1dfdf}.alert .reference-id-form .reference-id-field::placeholder{color:#e1dfdf}.alert .reference-id-form .reference-id-field::-ms-input-placeholder{color:#e1dfdf}.alert .reference-id-form button{background-color:#399ab3;color:#fff;display:flex;font-weight:500;font-size:14px;justify-content:center;align-items:center;padding:8px 10px;border-radius:4px}@keyframes unwindForm{0%{height:0}to{height:40px}}
