@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Oswald:wght@300&family=Poppins:wght@300&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif}.App{background-color:#101315;display:flex;flex-direction:column;gap:2em 0;height:100vh;overflow-x:hidden;overflow-y:overlay;padding:25px;width:100vw}.header{align-items:center;justify-content:space-between}.header,.users{display:flex;width:100%}.users{flex-wrap:wrap;gap:1em;justify-content:center}.heading{-webkit-animation:slide-up 2s;animation:slide-up 2s;-webkit-background-clip:text;background-clip:text;background-image:-webkit-linear-gradient(10deg,#fa0,#ff6a00);color:transparent;font-size:4rem;font-weight:bolder;line-height:100px;margin:80px 0 0 80px;text-align:center}@-webkit-keyframes slide-up{0%{line-height:200px;opacity:.2}to{line-height:100px;opacity:1}}@keyframes slide-up{0%{line-height:200px;opacity:.2}to{line-height:100px;opacity:1}}@media (max-width:768px){.header{flex-direction:column;gap:1.5em 0}.heading{-webkit-animation:slide-up 2s;animation:slide-up 2s;font-size:2rem;line-height:50px;margin:auto}@-webkit-keyframes slide-up{0%{line-height:100px;opacity:.2}to{line-height:50px;opacity:1}}@keyframes slide-up{0%{line-height:100px;opacity:.2}to{line-height:50px;opacity:1}}}.input-box{height:50px;max-width:400px}.input{border:1px solid #000;font-family:inherit;font-size:1rem;height:50px;margin-right:.3em;outline:none;padding:0 1em}@media (max-width:768px){.input,.input-box{height:40px}.input{font-size:.8rem;width:150px}}.button-container{background-color:#000;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:15px;font-weight:bolder;height:50px;justify-content:center;letter-spacing:.5px;line-height:50px;min-width:100px;padding:0 25px;text-transform:uppercase;width:auto}.add{background-color:#4285f4;color:#fff}.find{background-color:#db4437;color:#fff}.close{margin-top:2em}@media (max-width:768px){.button-container{font-size:10px;height:40px;line-height:40px;min-width:90px;padding:0 10px}}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);color:#fff;cursor:pointer;display:inline-block;max-width:calc(50% - 20px);opacity:0;padding:12px 20px;position:fixed;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;height:1.5em;margin:-7px 5px;width:1.5em}.toastify-center{left:0;margin-left:auto;margin-right:auto;max-width:-webkit-fit-content;max-width:fit-content;max-width:-moz-fit-content;right:0}@media only screen and (max-width:360px){.toastify-left,.toastify-right{left:0;margin-left:auto;margin-right:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;right:0}}.card{background:-webkit-linear-gradient(10deg,#fa0,#ff6a00);border-radius:10px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.5);display:flex;flex-direction:column;gap:1em 0;height:150px;justify-content:center;padding:10px;width:250px}.card-item{align-items:center;cursor:pointer;display:flex}.card-item span{font-weight:700;margin-right:.6em}@media (max-width:768px){.card{width:220px}.card h2{font-size:18px}.card-item span{font-size:14px}.card-item svg{font-size:16px!important}}.modal{align-items:center;background-color:#f4b400;border-radius:12px;height:min(60%,400px);justify-content:center;margin:auto;padding:0 2rem;width:clamp(50%,400px,90%)}.input-container,.modal{display:flex;flex-direction:column;gap:1em 0}.form,.input-container{width:100%}.form{align-items:center;display:flex;justify-content:space-between}.connected-items{display:flex;gap:0 1em}.connected-items span:not(:first-child):not(:last-child){color:#1db954}.connected-items span{font-size:1.2rem;font-weight:700}@media (max-width:768px){.input-container .form{flex-direction:column;gap:.5em 0}}.backdrop{align-items:center;background:#000000e1;display:flex;height:100%;justify-content:center;left:0;overflow-y:hidden;position:absolute;top:0;width:100%}
/*# sourceMappingURL=main.ae4daf02.css.map*/