h1.popup-title{color:var(--gray);font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal;align-self:stretch}#popup{flex-direction:column;align-items:flex-start;gap:10px}#popup #inputs,.drag-drop{width:100%;flex-direction:column}.drag-drop{height:200px;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:15px;cursor:pointer;border-radius:8px;border:.5px dashed var(--navy-blue);background:var(--primary-50)}.drag-drop svg{height:30px;width:30px;color:#333}.drag-drop h2{margin-top:15px;color:var(--navy-blue);text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.drag-drop p{font-size:1em;font-size:.75rem}@media (max-width:550px){.drag-drop h2{width:60%}}