@import url(https://fonts.googleapis.com/css?family=Roboto:300);@import url(https://fonts.googleapis.com/css?family=Orbitron&display=swap);@import url(https://fonts.googleapis.com/css?family=Hind&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.home{-webkit-backface-visibility:hidden;background:linear-gradient(141deg,#ccc 25%,#eee 40%,#ddd 55%);color:#555;font-family:Roboto;font-size:32px;font-weight:300;height:60vh;overflow:hidden;padding-top:20vh;-webkit-perspective:1000;text-align:center;-webkit-transform:translateZ(0)}.home div{display:inline-block;overflow:hidden;white-space:nowrap}.home div:first-of-type{-webkit-animation:showup 7s infinite;animation:showup 7s infinite}.home div:last-of-type{-webkit-animation:reveal 7s infinite;animation:reveal 7s infinite;width:0}.home div:last-of-type span{-webkit-animation:slidein 7s infinite;animation:slidein 7s infinite;margin-left:-355px}@-webkit-keyframes showup{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes showup{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@-webkit-keyframes slidein{0%{margin-left:-800px}20%{margin-left:-800px}35%{margin-left:0}to{margin-left:10px}}@keyframes slidein{0%{margin-left:-800px}20%{margin-left:-800px}35%{margin-left:0}to{margin-left:10px}}@-webkit-keyframes reveal{0%{opacity:0;width:0}20%{opacity:1;width:0}30%{width:355px}80%{opacity:1}to{opacity:0;width:355px}}@keyframes reveal{0%{opacity:0;width:0}20%{opacity:1;width:0}30%{width:355px}80%{opacity:1}to{opacity:0;width:355px}}.home p{color:#999;font-size:12px;margin-top:200px}:root{--border-radius:10px}.theme{display:grid;grid-template:1fr/100%;height:100%;place-items:center}.theme .Card{box-shadow:-2px -2px 6px rgba(#fff,.6),2px 2px 12px #c8d8e7;overflow:hidden;padding:1px;width:100%}.theme .Card,.theme .CardInner{border-radius:10px;border-radius:var(--border-radius)}.theme .CardInner{padding:16px}.theme .container{display:flex}.theme .Icon{align-items:center;border-radius:10px;border-radius:var(--border-radius);box-shadow:-2px -2px 6px rgba(#fff,.6),2px 2px 12px #c8d8e7;display:flex;justify-content:center;margin-right:12px;min-height:46px;min-width:46px}.theme svg{-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px)}.theme label{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,rgba(#6b7b8f,1),#3c4b66);color:#3c4b66;display:block;font-family:Hind,sans-serif;margin-bottom:12px}.theme .InputContainer{width:100%}.theme input{-webkit-appearance:none;background-color:#e3edf7;border:none;color:#a9b8c9;display:block;font-family:Orbitron,sans-serif;font-weight:600;padding:16px 32px;transition:all .24s ease-out;width:100%}.theme input::-webkit-input-placeholder{color:#6d7f8f}.theme input:-ms-input-placeholder{color:#6d7f8f}.theme input::placeholder{color:#6d7f8f}.theme input:focus{background-color:lighten(#e3edf7,3%);color:#6d7f8f;outline:none}.theme .InputContainer{--top-shadow:inset 1px 1px 3px #c5d4e3,inset 2px 2px 6px #c5d4e3;--bottom-shadow:inset -2px -2px 4px hsla(0,0%,100%,.7);border-radius:10px;border-radius:var(--border-radius);overflow:hidden;position:relative}.theme:after,.theme:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.theme:before{box-shadow:var(--bottom-shadow)}.theme:after{box-shadow:var(--top-shadow)}*{box-sizing:border-box}body{align-items:center;background-color:#f7f8fc;color:#10182f;font-family:Roboto,sans-serif;justify-content:center;margin:0}.theme_card{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.theme_card .card{background-color:#fff;border-radius:10px;box-shadow:0 2px 20px rgba(0,0,0,.2);margin:10px;overflow:hidden;width:300px}.theme_card .card-header img{height:200px;object-fit:cover;width:100%}.theme_card .card-body{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;min-height:250px;padding:20px}.theme_card a{color:#000;cursor:pointer;font-weight:500;text-decoration:none}.theme_card .tag{background:#ccc;border-radius:50px;color:#fff;cursor:pointer;font-size:12px;margin:0;padding:2px 10px;text-transform:uppercase}.theme_card .tag-teal{background-color:#47bcd4}.theme_card .tag-purple{background-color:#5e76bf}.theme_card .tag-pink{background-color:#cd5b9f}.theme_card .card-body p{font-size:13px;margin:0 0 40px}.theme_card .user{display:flex;margin-top:auto}.theme_card .user img{border-radius:50%;height:40px;margin-right:10px;width:40px}.theme_card .user-info h5{margin:0}.theme_card .user-info small{color:#545d7a}.theme_card .card-body .theme-name{margin-top:10px}@media only screen and (max-width:768px){.theme_card .card{background-color:#fff;border-radius:10px;box-shadow:0 2px 20px rgba(0,0,0,.2);margin:10px;overflow:hidden;width:370px!important}}
/*# sourceMappingURL=main.550e5051.css.map*/