*,body{box-sizing:border-box}body{max-width:100vw;background:linear-gradient(0deg,hsl(216,38.45%,18.31%) 20%,hsl(217,45%,10%) 80%)}:root{margin:0;height:100vh;background-color:#0e1725}.app{position:relative;box-sizing:border-box;display:flex;flex-direction:column}@media screen and (max-width: 1920px){.app .app{transform:scale(.6)}}.app-modal{display:flex;justify-content:center;align-items:center;position:absolute;width:100vw;height:100vh;background-color:#1d315391;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;top:0}@media screen and (max-width: 992px){.app{justify-content:space-between}.app-modal{width:100%;height:100%}}.play-image{background-position:center;background-size:cover;display:flex;justify-content:center;align-items:center;border-radius:6px}.play-image svg.icon{width:48px!important;border-radius:6px;color:#dfedf6!important}.play-image svg.icon.pause-icon{fill:#90caf9}.left-block-container{color:#e6f0fa;font-size:1.4rem;gap:.2rem;display:flex;justify-content:center;align-items:center;min-width:258px}.left-block-container .left-block-picture{width:100px;height:100px;background-image:url(https://picsum.photos/200/300);background-position:center;background-size:cover;border-radius:.5rem;display:flex;justify-content:center;align-items:center;margin:0 1.5rem}.left-block-container .left-block-picture .icon{width:40px}.left-block-container .left-block{display:flex;align-items:center;justify-content:center;gap:2px}.left-block-container .left-block .back-icon{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.left-block-container .left-block .next-icon{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.left-block-container .left-block .not-visible{display:none}.left-block-container .left-block .icon{background-color:#1d2b41;width:32px;padding:.3rem;cursor:pointer;border:1px solid rgba(210,228,240,.09)}.left-block-container .left-block .icon:hover{fill:#42a5f5}@media screen and (max-width: 992px){.left-block-container{margin-bottom:1rem!important}.left-block-picture{display:none!important}}.radio-title{padding:1rem;width:100%;text-align:center}@media screen and (max-width: 992px){.radio-title{font-size:2rem;display:flex;justify-content:center;align-items:center}}.compression{font-size:.7rem;align-self:flex-end;background-color:#0e1725;padding:.4rem;border-radius:.4rem}@media screen and (max-width: 992px){.compression{margin-left:1rem;width:fit-content;line-height:1.2rem}}.volume-control{margin-bottom:.5rem;width:100%;display:flex;justify-content:flex-start;align-items:center}.volume-control .icon{width:18px!important;margin:.2rem!important}.volume-control .icon:hover{fill:#42a5f5}.volume-control .mute{fill:#90caf9}.volume-control input[type=range]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;outline:none;background:none}.volume-control input[type=range]::-webkit-slider-runnable-track{outline:none;width:100%;height:.5rem;cursor:pointer;background:rgb(223,237,246);border-radius:.3rem;border:.2px solid hsl(216,24%,16%)}.volume-control input[type=range]::-webkit-slider-thumb{outline:none;border:1px solid hsl(216,24%,16%);height:1.5rem;width:1.5rem;border-radius:50%;background:hsl(207,100%,23%);cursor:pointer;-webkit-appearance:none;margin-top:-.5rem}.volume-control input[type=range]::-moz-range-thumb{outline:none;border:1px solid hsl(216,24%,16%);height:1.5rem;width:1.5rem;border-radius:50%;background:hsl(207,100%,23%);cursor:pointer;-webkit-appearance:none;margin-top:-.5rem}.volume-control input[type=range]::-ms-thumb{outline:none;border:1px solid hsl(216,24%,16%);height:1.5rem;width:1.5rem;border-radius:50%;background:hsl(207,100%,23%);cursor:pointer;-webkit-appearance:none;margin-top:-.5rem}.volume-control input[type=range]:focus{outline:none;background:none}@media screen and (max-width: 992px){.volume-control{margin-bottom:1rem}.play-image{margin:.5rem}}.right-block{color:#e6f0fa;font-size:1.4rem;gap:.2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:258px}.player{display:flex;justify-content:space-between;min-width:556px;gap:50px;order:2}.player .left-block-container{order:1}.player .left-block-picture{margin-right:unset;background-size:contain;background-repeat:no-repeat;width:160px;order:2}@media screen and (max-width: 768px){.player{flex-direction:column;align-items:center;width:100%}.player .left-block-container{flex-direction:column;order:1}.player .right-block{order:2;width:70%}.player .right-block .radio-title{text-align:center}}@media screen and (max-width: 992px){.player{min-width:unset;justify-content:center;gap:0;flex-direction:column;align-items:center;width:100%;order:1}.player .left-block-container{flex-direction:column;margin-bottom:3rem;order:2}.player .left-block-picture{width:120px;height:120px;margin-top:2rem;margin-bottom:1rem;margin-right:unset;margin-left:unset;order:1}.player .right-block{order:3;width:70%}.player .right-block .radio-title{text-align:center}}header.header{display:flex;width:100%;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(210,228,240,.09);order:1}header.header .navigation{display:flex;justify-content:center;align-items:center;order:1}header.header .navigation a{text-decoration:none;width:33%}header.header .navigation a .filters,header.header .navigation a .saved-data,header.header .navigation a .favorite{padding:1.5rem 1.3rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:General Sans,sans-serif}header.header .navigation a .filters p.nav-item,header.header .navigation a .saved-data p.nav-item,header.header .navigation a .favorite p.nav-item{color:#fff;font-size:1.1rem;margin-bottom:0;margin-top:.3rem;display:flex;justify-content:center;align-items:flex-end;text-align:center;min-height:42px}header.header .navigation a .filters svg,header.header .navigation a .saved-data svg,header.header .navigation a .favorite svg{width:26px;height:26px;color:#fff;fill:#fff}header.header .navigation a .filters:hover p.nav-item,header.header .navigation a .saved-data:hover p.nav-item,header.header .navigation a .favorite:hover p.nav-item{color:#42a5f5!important}header.header .navigation a .filters:hover svg.icon,header.header .navigation a .saved-data:hover svg.icon,header.header .navigation a .favorite:hover svg.icon{color:#42a5f5!important;fill:#42a5f5!important}header.header .navigation a .filters.active,header.header .navigation a .saved-data.active,header.header .navigation a .favorite.active{border-bottom:rgb(144,202,249) 1px solid}header.header .navigation a .filters.active p.nav-item,header.header .navigation a .saved-data.active p.nav-item,header.header .navigation a .favorite.active p.nav-item{color:#90caf9}header.header .navigation a .filters.active svg.icon,header.header .navigation a .saved-data.active svg.icon,header.header .navigation a .favorite.active svg.icon{color:#90caf9;fill:#90caf9}header.header .settings{display:flex;justify-content:center;align-items:center;order:3}header.header .adjustment{margin-right:0!important}@media screen and (max-width: 992px){header.header{flex-direction:column;height:fit-content;margin-top:unset;order:2;padding:unset}header.header .icon{width:32px;margin-right:unset}header.header .navigation{justify-content:space-between;width:100%;order:2}header.header .navigation a .filters,header.header .navigation a .saved-data,header.header .navigation a .favorite{border-radius:unset!important;border-bottom:unset!important}header.header .navigation a .filters:hover p.nav-item,header.header .navigation a .saved-data:hover p.nav-item,header.header .navigation a .favorite:hover p.nav-item{border-bottom:unset!important}header.header .navigation a .filters.active,header.header .navigation a .saved-data.active,header.header .navigation a .favorite.active{border-radius:unset!important;border-right:unset!important;border-left:unset!important}header.header .navigation a .filters p.nav-item,header.header .navigation a .saved-data p.nav-item,header.header .navigation a .favorite p.nav-item{min-height:unset!important;height:fit-content!important;display:none}header.header .navigation .settings{margin-top:1rem}}.radio-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid rgba(210,228,240,.09);padding:1rem;color:#dfedf6;font-size:1.3rem;cursor:pointer}.radio-item.playing{color:#90caf9;background-color:#90bcf911;border-bottom:1px solid rgba(144,202,249,.431);border-top:1px solid rgba(144,202,249,.431)}.radio-item.playing .picture{box-shadow:#90caf96e 0 2px 16px}.radio-item.playing .radio-bitrate{color:#90caf9!important}.radio-item.playing .radio-tag{border:1px solid rgba(144,202,249,.431)!important;color:#90caf96e!important}.radio-item.playing .radio-website a{color:#90caf9!important}.radio-item.playing:hover{background-color:#90bcf911}.radio-item:nth-last-child(1){border-bottom:none}.radio-item:hover{background:linear-gradient(-45deg,rgba(25,43,62,.3) 5%,rgba(25,43,62,.05) 100%)}.radio-item .radio-index{min-width:60px;font-size:1rem}.radio-item .picture{width:70px;height:70px;background-image:url(https://picsum.photos/200/300);background-position:center;background-size:cover;border-radius:.5rem;display:flex;justify-content:center;align-items:center}.radio-item .picture .icon{width:40px}.radio-item .radio-info{display:flex;justify-content:space-between;align-items:center;width:100%;padding-left:1rem;padding-right:1rem;gap:1.5rem}.radio-item .radio-info .radio-name{width:20%;min-width:20%;padding-left:1rem}.radio-item .radio-info .radio-description{flex-grow:1;overflow:hidden;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.radio-item .radio-info .radio-description img{margin-right:1rem}.radio-item .radio-info .radio-description .radio-tags{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-left:3rem}.radio-item .radio-info .radio-description .radio-tags span{text-align:center}.radio-item .radio-info .radio-description .radio-tags .radio-tag{font-size:1.2rem;margin:.5rem;padding:.4rem .8rem;color:#e6f0fa99;border-radius:.5rem;border:1px solid rgba(210,228,240,.09)}.radio-item .radio-info .radio-bitrate{color:#e6f0fa;font-size:.8rem;display:flex;justify-content:center;align-items:center;text-align:center;width:65px}.radio-item .radio-info .radio-bitrate .radio-bitrate--tag{background-color:#0e1725;padding:.5rem;border-radius:.33rem;white-space:nowrap}.radio-item .radio-info .radio-favorite{padding:.66rem;display:flex;justify-content:center;align-items:center;border-radius:50vmin}.radio-item .radio-info .radio-favorite svg{width:20px}.radio-item .radio-info .radio-favorite:hover{background-color:#0e1725;scale:1.05;transition:.15s ease-in-out;outline:1px solid rgba(230,240,250,.3)}.radio-item .radio-info .radio-vote{display:flex;justify-content:center;align-items:center;padding:.66rem 1rem;border-radius:.33rem;font-size:.9rem}.radio-item .radio-info .radio-vote svg{width:20px;margin-right:.5rem}.radio-item .radio-info .radio-vote:hover{scale:1.05;transition:.15s ease-in-out;outline:1px solid rgba(230,240,250,.3);background-color:#0e1725}.radio-item .radio-info .radio-website{padding:.66rem;display:flex;justify-content:center;align-items:center;border-radius:50vmin}.radio-item .radio-info .radio-website a{color:#e6f0fa;height:fit-content;display:flex;justify-content:center;align-items:center}.radio-item .radio-info .radio-website svg{width:20px}.radio-item .radio-info .radio-website:hover{background-color:#0e1725;scale:1.2;transition:.1s ease-in-out}@media screen and (max-width: 768px){.radio-item .picture{width:50px;height:50px;margin-rigght:1rem}.radio-item .radio-info{padding-left:unset;padding-right:unset}.radio-item .radio-info .radio-bitrate{display:none}.radio-item .radio-info .radio-favorite{padding:unset}.radio-item .radio-info .radio-description{flex-grow:0}.radio-item .radio-info .radio-description .radio-tags,.radio-item .radio-info .radio-description .radio-description-country{display:none}.radio-item .radio-index{min-width:30px}}@media screen and (max-width: 992px){.radio-item{font-size:1.2rem}.radio-item .radio-index{display:none}.radio-item .radio-info{padding-left:unset;padding-right:unset}.radio-item .radio-info .radio-website{display:none}.radio-item .radio-info .radio-name{width:50%}.radio-item .radio-info .radio-description .radio-tags{display:none;visibility:none}}.radio-results{width:100%}.radio-results .radio-list{overflow-y:auto;flex-grow:1;width:100%;border-radius:.5rem;padding-right:.5rem;padding-left:1rem;position:relative;height:calc(100Vh - 155px);background:linear-gradient(0deg,hsl(216,38.45%,18.31%) 20%,hsl(217,45%,10%) 80%)}.radio-results .radio-list::-webkit-scrollbar{width:10px;border-radius:50vmin}.radio-results .radio-list::-webkit-scrollbar-track{background:none;border-radius:50vmin}.radio-results .radio-list::-webkit-scrollbar-thumb{background:rgb(82,136,190);border-radius:50vmin}.radio-results .radio-list::-webkit-scrollbar-thumb:hover{background:hsl(207,100%,23%)}@media screen and (max-width: 768px){.radio-results .radio-list{padding-left:unset;padding-right:unset;border-radius:unset}}.radio-pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1.3rem;height:5rem}.radio-pagination .icon{width:1rem;height:1rem;margin-left:.5rem;margin-right:.5rem;cursor:pointer}.radio-pagination .icon:hover{stroke-width:4}.radio-pagination .icon.disabled{pointer-events:none}.radio-pagination .pagination-page-index{min-width:38px;display:flex;justify-content:center;color:#e6f0fa;font-weight:400;cursor:pointer;padding:.3rem 0}.radio-pagination .pagination-page-index:hover{cursor:pointer}.radio-pagination .current{background-color:#90caf9;color:#000000de;border-radius:.333rem;padding:.3rem .5rem;font-size:1.4rem}@media screen and (max-width: 768px){.radio-pagination{justify-content:space-between;font-size:2rem}}.content{width:100%;display:flex;align-items:center;justify-content:center;color:#e6f0fa;font-size:1.4rem}.content img.icon{width:35px;height:35px;margin-right:1rem}@media screen and (max-width: 768px){.content{height:unset;flex-grow:1}}.actions{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:1.3rem;color:#e6f0fa;gap:2rem;margin-top:2rem}.actions .error p{width:100%;font-size:1.4rem;color:#e6f0fa}.actions .browse{display:flex;justify-content:center;align-items:center;padding:.9rem 1.2rem;border-radius:.5rem;border:none;font-size:1.2rem;font-weight:400;background-color:#90caf9;color:#000000de;width:100%;cursor:pointer;margin-top:2rem}.actions .browse:hover{background-color:#42a5f5;transition:.2s ease-in-out}.actions .browse .icon{width:20px;margin-right:.5rem}.actions .save{padding:.5rem 1rem;color:#e6f0facc;text-decoration:underline;cursor:pointer;display:flex}.actions .save:hover{color:#e6f0fa}.actions .save .icon{width:20px;margin-right:.5rem}.title{border-bottom:1px solid rgba(210,228,240,.09);padding-bottom:1rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;margin-top:2.4rem;cursor:pointer}.criteria-card{width:100%;height:100%}.criteria-card h2{color:#e6f0fa;font-size:1.4rem;font-weight:400!important;margin-top:0;margin-bottom:0}.criteria-card a{color:#fff;display:inline;display:flex;justify-content:center;align-items:center;color:#d7d7d7;font-size:.8rem}.criteria-card a .icon{width:16px}.criteria-card .criteria{width:100%;font-family:Source sans pro,Arial;color:#e6f0fa;font-size:1.3rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:1rem}.criteria-item{color:#dfedf6;background-color:#1f2733;padding:.5rem;border-radius:.5rem;display:flex;justify-content:center;align-items:center;border:1px solid rgba(210,228,240,.09);font-size:1rem}.criteria-item span{margin-right:.5rem}.criteria-item span.iso{width:24px;height:24px}.criteria-item span.icon{width:18px;height:18px}.criteria-item .delete-icon{display:flex;justify-content:center;align-items:center}.criteria-item .delete-icon .icon{width:20px;cursor:pointer}.inputs{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.inputs h2{color:#e6f0fa;border-bottom:1px solid rgba(210,228,240,.09);padding-bottom:1rem;font-size:1.4rem;margin-top:0!important;margin-bottom:0!important;font-weight:400!important;width:100%}.inputs .input{width:100%;flex-grow:1;display:flex;justify-content:center;align-items:center}.input-row{width:100%;position:relative}.input-row .input-list{z-index:100;position:relative;background-color:#1d2b41;width:100%;display:flex;border-radius:.7rem;border:1px solid rgba(210,228,240,.09);justify-content:space-between;align-items:center;font-size:1.3rem;padding:.5rem 1.2rem;color:#e6f0fa}.input-row .input-list.open{border-radius:.7rem .7rem 0 0}.input-row .input-list .icon{width:1.2rem;height:1.2rem}.input-row .input-list:hover{cursor:pointer}.input-row #Tags{z-index:1!important}.country{width:100%;display:flex;align-items:flex-start;justify-self:center}.country .country-form{width:100%;display:flex;gap:1.2rem;padding-bottom:.5rem;padding-top:.5rem;border-bottom:1px solid rgba(35,35,35,.6705882353);align-items:center}.country .country-form .country-name{width:100%;font-size:1.3rem;color:#dfedf6}.country .country-form .flag-img{aspect-ratio:5/3;width:24px;height:16px}.country .country-form input[type=checkbox i]{width:2.2rem;height:2.2rem;background-color:#1f2733}.search-field{width:100%;margin-bottom:1rem}.search-field input[type=text]{border-radius:.5rem;width:100%;line-height:2rem;padding-left:.5rem;background-color:#fff;border-color:#0000;color:#1f2733;font-size:1rem}.search-field input[type=text] :focus-visible{outline-color:#0e1725}.search-field input[type=text]::placeholder{color:#1f2733}.search-field .icon{width:20px;color:#192b3e;position:absolute;right:2.5rem;top:1.95rem}.main-background{background-color:#060a10}.secondary-background{background-color:#0d1520}.terciary-background{background-color:#222a34}.main-text-color{background-color:#dfe8f6}.secondary-text-color{background-color:#1f2733}.countries-list{padding-top:1.4rem;padding-left:1rem;padding-right:2rem;height:600px;width:100%;position:absolute;top:2.8rem;background-color:#1d2b41;color:#dfedf6;overflow:auto;z-index:100;border-bottom:1px solid rgba(210,228,240,.09);border-top:1px solid rgba(210,228,240,.09);border-left:1px solid rgba(210,228,240,.09);border-right:1px solid rgba(210,228,240,.09)}.countries-list::-webkit-scrollbar{width:10px}.countries-list::-webkit-scrollbar-track{background:hsl(216,24%,16%)}.countries-list::-webkit-scrollbar-thumb{background:rgb(82,136,190);border-radius:50vmin}.countries-list::-webkit-scrollbar-thumb:hover{background:hsl(207,100%,23%)}.tags-list{padding-top:1.4rem;padding-left:1rem;padding-right:2rem;max-height:600px;width:100%;position:absolute;top:2.8rem;background-color:#1d2b41;color:#dfedf6;overflow:auto;border-bottom:1px solid rgba(210,228,240,.09);border-left:1px solid rgba(210,228,240,.09);border-right:1px solid rgba(210,228,240,.09)}.tags-list::-webkit-scrollbar{width:10px}.tags-list::-webkit-scrollbar-track{background:hsl(216,24%,16%)}.tags-list::-webkit-scrollbar-thumb{background:rgb(82,136,190);border-radius:50vmin}.tags-list::-webkit-scrollbar-thumb:hover{background:hsl(207,100%,23%)}.tag{width:100%;display:flex;align-items:flex-start;justify-self:center}.tag .tag-form{width:100%;display:flex;gap:1.2rem;padding-bottom:.5rem;padding-top:.5rem;border-bottom:1px solid hsl(216,42.22%,8.82%);align-items:center}.tag .tag-form input[type=checkbox i]{width:2.2rem;height:2.2rem}.tag .tag-form .tag-name{width:100%;font-size:1.3rem;color:#dfedf6}.search-bar{min-width:300px;width:500px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem;border-right:1px solid rgba(210,228,240,.09);height:calc(100vh - 93px)}@media screen and (max-width: 768px){.search-bar{z-index:2;height:fit-content;width:100%;padding:1rem;background-color:#0e1725;position:absolute;top:0;left:0}}.main-content{display:flex;position:relative;order:2}@media screen and (max-width: 992px){.main-content{flex-direction:column;margin-left:0;flex-grow:1;order:1}.main-content .empty-favorites-content{display:flex;justify-content:center;align-items:center;flex-grow:1;padding:1rem;text-align:center}}.settings-bar{width:300px;position:absolute;border-radius:.5rem .2rem .5rem .5rem;top:1rem;right:0;background-color:#1d2b41;color:#e6f0fa;padding:1rem}.saved-content{width:100%;display:flex;justify-content:center;align-items:center;color:#e6f0fa;height:calc(100vh - 93px)}.saved-content-container{display:flex;flex-direction:column;width:500px}.saved-content-container .saved-content-title{width:100%}.saved-content-container .saved-content-title h3{color:#e6f0fa;font-size:1.4rem;margin-top:0!important;margin-bottom:0!important;padding-bottom:1rem;padding-right:1rem;font-weight:400;border-bottom:1px solid rgba(210,228,240,.09)}.saved-content-container .saved-content-bar{min-width:300px;height:calc(100vh - 93px);display:flex;flex-direction:row;align-items:flex-start;align-content:flex-start;justify-content:flex-start;gap:1rem;flex-wrap:wrap;padding:2rem;border-right:1px solid rgba(210,228,240,.09)}@media screen and (max-width: 992px){.saved-content-container{width:100%}.saved-content-container .saved-content-bar{width:100%;height:unset;padding:1rem;border-right:none}}.saved-search{display:flex;justify-content:center;align-items:center;padding:.9rem 1.2rem;border-radius:.5rem;border:none;font-size:1.2rem;font-weight:400;background-color:#90caf9ce;color:#000000de;cursor:pointer}.saved-search:hover{background-color:#42a5f5;transition:.2s ease-in-out}.saved-search.active{background-color:#90caf97f}.saved-search .icon{margin-right:.5rem;width:24px;margin-left:.6rem;justify-self:flex-end;cursor:pointer}.saved-search h2{color:#000000de;margin-top:0!important;margin-bottom:0!important;width:100%;font-weight:400;font-size:unset}.empty-favorites-content{width:100%;height:calc(100vh - 93px);display:flex;justify-content:center;align-items:center;font-weight:400;color:#e6f0fa;font-size:1.4rem}.favorites-content{overflow-y:auto;flex-grow:1;width:100%;height:calc(100vh - 93px);border-radius:.5rem;position:relative}.favorites-content::-webkit-scrollbar{width:10px;border-radius:50vmin}.favorites-content::-webkit-scrollbar-track{background:none;border-radius:50vmin}.favorites-content::-webkit-scrollbar-thumb{background:rgb(82,136,190);border-radius:50vmin}.favorites-content::-webkit-scrollbar-thumb:hover{background:hsl(207,100%,23%)}@media screen and (max-width: 768px){.favorites-content,.empty-favorites-content{padding-left:0;padding-right:0;height:auto}.favorites-content .radio-item,.empty-favorites-content .radio-item{padding-left:1rem;padding-right:1rem}}.app-modal{color:#e6f0fa;font-size:1.3rem;display:flex;flex-direction:column}.app-modal .modal-close-btn{padding:.1rem;border-radius:.33rem}.app-modal .modal-close-btn .icon{width:20px;height:20px;color:#0e1725;cursor:pointer}.app-modal .app-modal-content{border-radius:.66rem;padding:1rem;width:400px;background-color:#0e1725f2;height:288px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.app-modal .app-modal-content button.modal-close-btn{cursor:pointer}.app-modal .app-modal-content .app-modal-inner-content{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.8rem;height:100%;width:100%}.app-modal .app-modal-content .app-modal-inner-content input{width:80%;max-width:400px;line-height:2.4rem;border-radius:.33rem;font-size:1.4rem;display:flex;justify-content:center;align-items:center}.app-modal .app-modal-content .app-modal-inner-content input::placeholder{font-size:1.4rem}.app-modal .app-modal-content .app-modal-inner-content label{margin-bottom:1rem;width:80%;max-width:400px}.app-modal .app-modal-content .app-modal-inner-content button{display:flex;justify-content:center;align-items:center;padding:.9rem 1.2rem;border-radius:.5rem;border:none;font-size:1.3rem;font-weight:400;background-color:#90caf9;color:#000000de;width:100%;margin-top:2rem;max-width:300px;cursor:pointer}.app-modal .app-modal-content .app-modal-inner-content button:hover{background-color:#42a5f5;transition:.2s ease-in-out}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{margin:0;padding:0;font-family:Source Sans Pro,sans-serif}@media screen and (max-width: 992px){body{max-height:100vh}}
