@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital@0;1&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{font-family:Roboto,sans-serif;height:100vh}.custom-modal{min-width:90%;width:auto;height:auto}.custom-toast{color:#05052f;border:2px solid #05052f}.toast-success{color:#00a42c;border:2px solid #00a42c}