/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);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{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}body{font-family:Arial,sans-serif;text-align:center;margin:0;padding:0}.gradient-bg{height:100vh;width:100vw;background:linear-gradient(180deg,#fbeee6,#e6b6f7 60%,#e6a1a1)}.container-main{padding:0 10px;min-height:100vh;max-width:400px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.container{max-width:400px;width:100%}.container .card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:43px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{width:180px;margin-bottom:5px}h2{color:#313131;font-size:1.25rem;margin-bottom:28px;font-weight:700}.card-content{width:100%}.section{margin-bottom:18px;display:flex;flex-direction:column;align-items:center}.section-label{color:#888;font-size:1rem;margin-bottom:8px}.button{width:100%;max-width:320px;padding:14px 0;font-size:1.1rem;font-weight:600;border:none;border-radius:30px;margin-bottom:6px;cursor:pointer;transition:background .2s;text-decoration:none;outline:none}.button.primary{background:#4b359a;color:#fff}.button.primary:hover{background:#37246e}.button.secondary{background:#4b359a;color:#fff}.button.secondary:hover{background:#37246e}.section-code{margin-top:6px;display:flex;align-items:center;justify-content:space-between}#community-code{font-size:1.1rem;font-weight:600;color:#313131;letter-spacing:.5px}.copy-btn{color:#ff6d4d;background:transparent;border:none;cursor:pointer}.copy-btn>img{fill:#ff6d4d}.toastify-custom{background:#fff;color:#313131;font-weight:600;font-size:1rem;border-radius:50px;padding:10px 20px;box-shadow:0 4px 8px #0000001a;border:1px solid #e0e0e0}.no-margin{margin:0!important}
