@import url(https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:"Encode Sans Expanded",sans-serif}#root,body,html{margin:0;padding:0;width:100%;height:100%;overflow:auto;background-color:#914600}#root{padding-bottom:2em}a{text-decoration:none}.walletInput{display:flex;flex-direction:row;align-items:center;background-color:#fff;border-radius:25px;padding:5px 10px 5px 5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;transition:.5s}@media screen and (max-width:768px){.walletInput{margin-right:1rem}}.walletInput:hover{cursor:pointer;-webkit-transform:scale(1.02);transform:scale(1.02);transition:.5s}.walletInput .round{display:flex;justify-content:center;align-items:center;aspect-ratio:1;width:30px;background:#474747;border-radius:50%}.walletInput .walletIcon{width:18px;height:18px}.walletInput .walletAddress{margin:0;background:none;border:none;color:#fff;font-size:16px;outline:none;min-width:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding-left:.5em}.walletInput .walletAddress:hover{cursor:pointer}#walletInDashboard{display:none}@media screen and (max-width:768px){#walletInDashboard{display:flex}}.bgModal{position:fixed;justify-content:center;top:0;left:0;z-index:1000!important;width:100%;height:100%;background:rgba(0,0,0,.8)}.bgModal,.bgModal .modal{display:flex;align-items:center}.bgModal .modal{position:relative;flex-direction:column;max-width:500px;width:90%;background:#fff;border-radius:5px;padding-bottom:2em}.bgModal .modal #myWalletAddress{background:#a30000;padding:.5em 1.5em;border-radius:20px;color:#fff;font-size:14px}@media screen and (max-width:768px){.bgModal .modal #myWalletAddress{font-size:10px}}.bgModal .modal h1{font-size:32px;color:#a30000}.bgModal .modal #myDashboard{color:#f3ba2f;font-size:22px;font-weight:700;margin:.5em}.bgModal .modal #logout{color:#d2555a;font-size:18px;font-weight:700;margin:.5em}.bgModal .cross{position:absolute;top:10px;right:10px;width:20px;height:20px;transition:.5s}.bgModal .cross:hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05);transition:.5s}.lds-dual-ring{display:inline-block;width:40px;height:40px}.lds-dual-ring:after{content:" ";display:block;width:34px;height:34px;margin:8px;border-radius:50%;border-color:#fff transparent;border-style:solid;border-width:6px;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;background-color:#a30000;padding:1em 2em;overflow:hidden}@media screen and (max-width:768px){nav{padding-left:1em;padding-right:1em}}@media screen and (max-width:768px){nav #walletInNav{display:none}}nav .logo{display:flex;flex-direction:row;align-items:center}nav .logo img{width:50px;aspect-ratio:1;vertical-align:middle;object-fit:cover}nav .logo .AdaName{color:#fff;font-weight:700;font-size:22px;margin:0}@media screen and (max-width:768px){nav .logo .AdaName{display:none}}nav button{background:#914600;color:#fff;font-weight:700;font-size:20px;border:none;border-radius:50px;padding:.5em 2em;transition:.5s}@media screen and (max-width:768px){nav button{display:none}}nav button:hover{transition:.5s;-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer}nav .addressInput{display:flex;flex-direction:row;align-items:center;background-color:#914600;border-radius:5px;padding:10px 15px}nav .addressInput .addressIcon{width:20px;height:20px}nav .addressInput input{color:#fff;background:transparent;border:none;outline:none;padding-left:10px;font-size:20px}nav .addressInput input::-webkit-input-placeholder{color:#fff}nav .addressInput input:-ms-input-placeholder{color:#fff}nav .addressInput input::placeholder{color:#fff}.col-1{flex-basis:8.33333%;width:8.33333%}.col-2{flex-basis:16.66667%;width:16.66667%}.col-3{flex-basis:25%;width:25%}.col-4{flex-basis:33.33333%;width:33.33333%}.col-5{flex-basis:41.66667%;width:41.66667%}.col-6{flex-basis:50%;width:50%}.col-7{flex-basis:58.33333%;width:58.33333%}.col-8{flex-basis:66.66667%;width:66.66667%}.col-9{flex-basis:75%;width:75%}.col-10{flex-basis:83.33333%;width:83.33333%}.col-11{flex-basis:91.66667%;width:91.66667%}.col-12{flex-basis:100%;width:100%}.row{display:flex;flex-direction:row;width:100%}@media screen and (max-width:768px){.col-sm-1{flex-basis:8.33333%;width:8.33333%}.col-sm-2{flex-basis:16.66667%;width:16.66667%}.col-sm-3{flex-basis:25%;width:25%}.col-sm-4{flex-basis:33.33333%;width:33.33333%}.col-sm-5{flex-basis:41.66667%;width:41.66667%}.col-sm-6{flex-basis:50%;width:50%}.col-sm-7{flex-basis:58.33333%;width:58.33333%}.col-sm-8{flex-basis:66.66667%;width:66.66667%}.col-sm-9{flex-basis:75%;width:75%}.col-sm-10{flex-basis:83.33333%;width:83.33333%}.col-sm-11{flex-basis:91.66667%;width:91.66667%}.col-sm-12{flex-basis:100%;width:100%}}@media screen and (min-width:769px)and (max-width:992px){.col-md-1{flex-basis:8.33333%;width:8.33333%}.col-md-2{flex-basis:16.66667%;width:16.66667%}.col-md-3{flex-basis:25%;width:25%}.col-md-4{flex-basis:33.33333%;width:33.33333%}.col-md-5{flex-basis:41.66667%;width:41.66667%}.col-md-6{flex-basis:50%;width:50%}.col-md-7{flex-basis:58.33333%;width:58.33333%}.col-md-8{flex-basis:66.66667%;width:66.66667%}.col-md-9{flex-basis:75%;width:75%}.col-md-10{flex-basis:83.33333%;width:83.33333%}.col-md-11{flex-basis:91.66667%;width:91.66667%}.col-md-12{flex-basis:100%;width:100%}}@media screen and (min-width:993px)and (max-width:1200px){.col-lg-1{flex-basis:8.33333%;width:8.33333%}.col-lg-2{flex-basis:16.66667%;width:16.66667%}.col-lg-3{flex-basis:25%;width:25%}.col-lg-4{flex-basis:33.33333%;width:33.33333%}.col-lg-5{flex-basis:41.66667%;width:41.66667%}.col-lg-6{flex-basis:50%;width:50%}.col-lg-7{flex-basis:58.33333%;width:58.33333%}.col-lg-8{flex-basis:66.66667%;width:66.66667%}.col-lg-9{flex-basis:75%;width:75%}.col-lg-10{flex-basis:83.33333%;width:83.33333%}.col-lg-11{flex-basis:91.66667%;width:91.66667%}.col-lg-12{flex-basis:100%;width:100%}}@media screen and (min-width:1200px){.col-xl-1{flex-basis:8.33333%;width:8.33333%}.col-xl-2{flex-basis:16.66667%;width:16.66667%}.col-xl-3{flex-basis:25%;width:25%}.col-xl-4{flex-basis:33.33333%;width:33.33333%}.col-xl-5{flex-basis:41.66667%;width:41.66667%}.col-xl-6{flex-basis:50%;width:50%}.col-xl-7{flex-basis:58.33333%;width:58.33333%}.col-xl-8{flex-basis:66.66667%;width:66.66667%}.col-xl-9{flex-basis:75%;width:75%}.col-xl-10{flex-basis:83.33333%;width:83.33333%}.col-xl-11{flex-basis:91.66667%;width:91.66667%}.col-xl-12{flex-basis:100%;width:100%}}.dashboard-container{flex-direction:column;width:100%;padding-top:1.5em}.buy-btn,.dashboard-container{display:flex;align-items:center}.buy-btn{flex-direction:row;justify-content:space-between;background:#a30000;color:#fff;font-size:16px;padding:10px;box-shadow:2px 2px 6px rgba(0,0,0,.25);border-radius:5px;transition:.5s}.buy-btn:hover{transition:.5s;-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer}.buy-btn .cardIcon{width:24px;aspect-ratio:1;margin-right:10px}.buy-btn .arrowIcon{width:16px;aspect-ratio:1;margin-left:1em}.info-col{padding-left:5px;padding-right:5px}.info{display:flex;flex-direction:row;width:100%;min-height:100px;background:#a30000;border-radius:5px;box-shadow:2px 2px 6px rgba(0,0,0,.25);padding:10px}.info .col p{color:#fff;font-size:14px}.info .col span{color:#914600}.info .col #AdaValue{color:#c3ffdb;font-size:18px}.info h1{color:#fff;font-size:20px;margin:0}@media screen and (max-width:768px){.info{margin-top:1rem}}@media screen and (min-width:769px)and (max-width:992px){.info{margin-top:1rem}}.info .icon-container{display:flex;justify-content:center;align-items:center;min-height:100%;aspect-ratio:1.14;background:#fff;border-radius:5px;margin-right:10px;width:100px}.info .icon-container-orange{background:#914600}.info .icon-container-green{background:#914600}.info .icon-container-blue{background:#914600}.info .icon-container-pink{background:#ff6464}.info .icon-container .info-icon{width:30px;aspect-ratio:1}.info .icon-container #ada-icon{width:50px;aspect-ratio:1}.info-row{padding-top:1rem}@media screen and (max-width:768px){.info-row{flex-direction:column}}@media screen and (min-width:769px)and (max-width:992px){.info-row{flex-direction:column}}#btn-row{padding-left:5px;padding-right:5px}@media screen and (max-width:768px){#btn-row{justify-content:space-between}}#ada-info{padding-top:1rem;padding-left:5px;padding-right:5px}#ada-info .adaLogo{vertical-align:middle;aspect-ratio:1;width:250px;height:250px;object-fit:cover;margin-bottom:1.5em;margin-top:1em}#ada-info #adaAllRewards{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:2em}#ada-info #adaAllRewards h1{color:#fff;font-weight:400;font-size:28px;text-align:center}#ada-info #adaAllRewards h1 span{color:#914600;font-weight:700}#ada-info #adaAllRewards .adaRewardsDol{font-size:32px;color:#914600;font-weight:700}#ConnectBtn{display:none;background:#914600;color:#fff;font-weight:700;font-size:20px;border:none;border-radius:50px;padding:.5em 2em;transition:.5s}@media screen and (max-width:768px){#ConnectBtn{display:flex}}#ConnectBtn:hover{transition:.5s;-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.rotating{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear}.Loading{position:fixed;background:url("static\media\legalize.png");z-index:10000!important;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Loading .logoWait{width:250px;height:250px}#lastPayout{color:#fff;font-size:18px;font-weight:700}
/*# sourceMappingURL=main.e6239f2c.chunk.css.map */