@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body>#root>div{height:100%;font-family:Source Sans Pro,sans-serif}.App{position:absolute;background-color:#fff;height:100%!important}.Card-box{border-radius:4px;width:30.65vw;height:28vh;margin-bottom:1%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);transition:.3s;padding:1em 1.5em;box-sizing:border-box}.Card-box-daymode{background-color:#f7f7f7}.Card-box-nightmode{background-color:#1d1d1d}.Card-box:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.Card-inside-box{display:flex;flex-direction:column}.Card-title{font-size:.95em;font-family:Source Sans Pro,sans-serif;font-weight:600;text-transform:capitalize;float:left}.Card-title-daymode{color:#000}.Card-title-nightmode{color:wheat}.Card-settings{font-size:.8em;float:right;cursor:pointer;display:flex}.Card-settings-nightmode{color:wheat}.Card-settings-daymode{color:tomato}.Card-settings-more{padding-right:.8em;padding-top:0;font-size:1.3em}.Card-settings-cog{padding-top:2px;font-size:1.1em}.Card-settings-cog:hover{color:tomato}.Card-settings-maximize{padding-top:2px;font-size:1.1em;padding-right:1em}.Card-settings-maximize:hover{color:tomato}.Card-story-box{padding:.3em 0}.Card-dropdown-lable-nightmode{padding-bottom:.5em;color:wheat}.Card-dropdown-lable-daymode{padding-bottom:.5em;color:#404040}.Card-story{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.Card-story-daymode:hover,.Card-story-nightmode:hover{color:tomato}.Card-story-daymode{color:#404040}.Card-story-nightmode{color:#fff}.Card-dropdown-box{padding:.2em 1em;float:left}.Card-dropdown-save{padding:1em;float:right}.Card-dropdown-save-button{font-family:Source Sans Pro,sans-serif;font-weight:700;background-color:tomato;color:#fff;border-radius:2px;float:right;padding:.35em 1em;cursor:pointer}.Card-dropdown-save-button:hover{background-color:#e8725e}.Card-dropdown{max-height:50px!important}.Dropdown-menu{max-height:130px!important}.More-button{display:inline;background-color:tomato;font-size:.65em;font-weight:700;color:#fff;border-radius:2px;padding:.25em 1em;margin-left:20px;letter-spacing:1px;text-transform:uppercase}.Close-button,.More-button{font-family:Source Sans Pro,sans-serif;cursor:pointer}.Close-button{color:tomato;font-size:1.15em;font-weight:400}.Popup-box{position:absolute;width:45vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:8vh;box-shadow:5px 8px 15px 5px rgba(0,0,0,.3);z-index:2;margin-right:1em;margin-top:5px;padding:.8em 1em;border-radius:5px}.Popup-box-daymode{background:#f7f7f7}.Popup-box-nightmode{background:#2e2e2e}.Popup-header{padding-left:1em;display:flex;justify-content:space-between}.Popup-story{line-height:28px;font-size:.9em;font-weight:400!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;padding:0 1.2em;-webkit-line-clamp:1;-webkit-box-orient:vertical}.Popup-story-daymode{color:#404040}.Popup-story-nightmode{color:#fff}.Popup-story:hover{cursor:pointer;color:tomato}.Background-mask{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1;background:rgba(0,0,0,.6)}@media only screen and (max-width:500px){.Card-box{width:90vw;height:auto;margin:2% 0;padding:10px 15px;box-sizing:border-box}.Popup-box{width:70vw}}@media only screen and (min-width:550px) and (max-width:900px){.Card-box{width:94vw;height:auto;margin:2% 0;padding:1.5em;box-sizing:border-box}}@media only screen and (min-height:450px) and (max-height:650px){.Card-story{line-height:22px;font-size:.85em}.Popup-story{line-height:22px;font-size:.95em}.Card-title{font-size:.9em}}@media only screen and (min-height:650px) and (max-height:750px){.Card-story{line-height:26px;font-size:.9em}.Popup-story{line-height:22px;font-size:.8em}.Card-title{font-size:1em}}@media only screen and (min-height:750px) and (max-height:875px){.Card-story{line-height:30px;font-size:.9em}.Popup-story{line-height:28px;font-size:.85em}.Card-title{font-size:1.1em}}@media only screen and (min-height:875px) and (max-height:950px){.Card-story{line-height:35px;font-size:1.1em}.Popup-story{line-height:30px;font-size:.9em}.Card-title{font-size:1.3em}}@media only screen and (min-height:950px) and (max-height:1050px){.Card-story{line-height:40px;font-size:1em}.Popup-story{line-height:35px;font-size:.8em}.Card-title{font-size:1.1em}}@media only screen and (min-height:1050px){.Card-story{line-height:45px;font-size:1.03em}.Popup-story{line-height:35px;font-size:.85em}.Card-title{font-size:1.3em}.Card-box{padding:2em 1.5em}}@media only screen and (max-width:900px){.Card-settings-maximize{display:none}}.AppLoader{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;width:100%}.AppLoader-appname{color:tomato;font-size:1.5em;padding-bottom:.5em}.AppLoader-gif{color:tomato;font-size:2em;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.App-daymode{background-color:#eee}.App-daymode,.App-nightmode{position:absolute;height:100%!important}.App-nightmode{background-color:#2e2e2e}.Dashboard{display:flex;flex-direction:column}.D-header{display:flex;justify-content:space-between;align-items:center;padding:.5em 3vw 0;height:6vh}.D-center{display:flex;justify-content:center;flex-direction:column;text-align:center}.D-left,.D-right{display:flex;align-items:center;flex-direction:row}.Dashboard-header-bitcoin-logo{color:#d4af37;font-size:1.3em;padding-top:.2em}.Dashboard-header-bitcoin-price{padding-left:.2em;color:grey;font-size:1em;font-weight:600;font-family:Source Sans Pro,sans-serif}.Dashboard-header-time{padding-right:.8em;color:#2dc534;font-family:Source Sans Pro,sans-serif}.Dashboard-header-settings{color:tomato;font-size:1.2em;cursor:pointer}.Dashboard-header-open-settings{display:flex;flex-direction:row;padding-top:.2em}.Dashboard-header-settings-close,Dashboard-header-settings-close:hover{color:tomato}.Dashboard-header{display:flex;position:relative;color:grey;font-size:.8em}.Dashboard-header-settings-about,.Dashboard-header-settings-extension{padding-right:1em}.Dashboard-header-settings-extension-content{display:none;flex-direction:column;position:absolute;background-color:#fff;min-width:3em;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;padding:.5em 1em;border-radius:.2em}.Dashboard-header-extension-content-list{padding:.3em 0;color:grey;text-decoration:none}.Dashboard-header-extension-content-list:hover,.Dashboard-header-settings-about:hover,.Dashboard-header-settings-extension:hover{color:tomato}.Dashboard-header-settings-extension:hover .Dashboard-header-settings-extension-content{display:flex}.Dashboard-header-settings-icon{color:#a9a9a9;font-size:.8em;padding-top:.2em}.Dashboard-header-settings-icon-sun{color:wheat}.Dashboard-header-settings-icon-moon{color:#000}.Dashboard-cards-nightmode{background-color:#2e2e2e}.Dashboard-cards-daymode,.Dashboard-cards-nightmode{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:0 3vw;height:100%}.Dashboard-cards-daymode{background-color:#eee}.Dashboard-footer-nightmode{background-color:#2e2e2e}.Dashboard-footer-daymode,.Dashboard-footer-nightmode{display:flex;justify-content:center;align-items:center;height:3.5vh}.Dashboard-footer-daymode{background-color:#eee}.Dashboard-love-box{display:flex;justify-content:center;flex-direction:row}.Dashboard-footer-text-nightmode{color:wheat;font-size:14px;font-weight:700}.Dashboard-footer-text-daymode{color:grey;font-size:14px;font-weight:700}.Dashboard-footer-icon{color:#fe0000;padding-top:.1em;padding-left:.5em;font-size:14px}@media only screen and (max-width:500px){.Dashboard-footer-daymode,.Dashboard-footer-nightmode{height:5vh}.Dashboard-header-settings-about,.Dashboard-header-settings-extension,.Dashboard-header-time{display:none}.Dashboard-header-settings-icon{font-size:1em;padding-right:2em;padding-top:.2em}.Dashboard-header-settings-close{padding-top:.2em}.Dashboard-cards-daymode,.Dashboard-cards-nightmode{padding:0 5vw}.D-header{padding:0 6vw}.Dashboard-footer-daymode,.Dashboard-footer-nightmode{padding-bottom:1em}}@media only screen and (min-width:500px) and (max-width:1000px){.Dashboard-footer-daymode,.Dashboard-footer-nightmode{padding-bottom:1em}}@media only screen and (max-width:600px){.D-header{height:8vh}.Dashboard-header-bitcoin-price{font-size:.95em}.Dashboard-header-bitcoin-logo{font-size:1.1em}}@media only screen and (min-width:1800px){.Dashboard-header-time{font-size:1.2em}.Dashboard-header-bitcoin-price{font-size:1.1em}.Dashboard-header{font-size:.9em}}.Container{margin:2rem 25rem}h2{color:#000;font-size:2.5rem}.Container p{color:#3d3d3d;font-size:1.25rem;line-height:30px;text-align:justify}a{color:tomato;text-decoration:none}a:hover{text-decoration:underline}@media only screen and (min-width:1000px) and (max-width:1300px){.Container{margin:2rem 15rem}.Container p{font-size:1.15rem;line-height:26px;text-align:justify}}@media only screen and (max-width:700px){.Container{margin:2rem}.Container p{font-size:1.08rem;line-height:26px;text-align:justify}}@media only screen and (min-width:700px) and (max-width:1000px){.Container{margin:2rem 8rem}.Container p{font-size:1.1rem;line-height:26px;text-align:justify}}
/*# sourceMappingURL=main.c610955d.chunk.css.map */