@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";:root{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}.c-input{color:#3b4856;outline:none;padding:4px 4px 4px 8px;width:100%}.c-button,.c-input{border-radius:4px;display:flex}.c-button{align-items:center;flex-wrap:nowrap;justify-content:center;padding:4px 8px}.c-shadow-gray-1{box-shadow:0 0 4px #d3d3d3}.c-loader{animation-duration:2s;animation-iteration-count:infinite;animation-name:loader;animation-timing-function:linear;border:3px solid #fff;border-radius:50%;border-top-color:transparent;height:16px;width:16px}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
