#virfice-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center;font-family:sans-serif}.virfice-modal-content{background:#fff;padding:32px;border-radius:12px;max-width:500px;width:100%}.virfice-modal-content h2{color:var(--Text-text-title, #1a1a1a);font-size:24px;font-style:normal;font-weight:400;line-height:32px}.virfice-modal-content p{color:var(--Text-text-title, #1a1a1a);font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.5px}.virfice-modal-content label{color:Text/Label;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px}.virfice-modal-content textarea{width:100%;margin-top:10px;min-height:80px;resize:vertical;color:var(--Text-text-display, #303030);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px}.virfice-modal-content input[type=radio]:checked{border:1px solid #b5d72d}.virfice-modal-content input[type=radio]:checked::before{background-color:#b5d72d}.virfice-modal-content input[type=radio]:checked:focus{box-shadow:none}.virfice-buttons{margin-top:15px;display:flex;justify-content:space-between}.virfice-buttons .btn-secondary{width:max-content;display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:999px;box-shadow:1.5px 1.5px 0px 0px rgba(0,0,0,.2);border:1px solid #949494;color:#303030;cursor:pointer;text-decoration:none;font-size:12px;font-family:Roboto,sans-serif;font-weight:600;letter-spacing:.5px;line-height:16px;background:#fcfcfc;margin:0}.virfice-buttons .btn-secondary:hover{background:#dbdbdb}.virfice-buttons .btn-primary{width:max-content;display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:999px;background:#c8e265;box-shadow:1.5px 1.5px 0px 0px rgba(0,0,0,.2);border:1px solid #949494;color:#303030;cursor:pointer;text-decoration:none;font-size:12px;font-family:Roboto,sans-serif;font-weight:600;letter-spacing:.5px;line-height:16px;margin:0}.virfice-buttons .btn-primary:hover{background:#aec457}.virfice-modal-content .inputs-wrapper{display:flex;flex-direction:column;gap:4px}.virfice-divider{border-top:1px solid #c9c9c9;margin-top:32px;width:calc(100% + 64px);margin-left:-32px}
