@import url(https://fonts.googleapis.com/css2?family=Jomhuria&display=swap);:root{--johmuria:"Jomhuria";--fire-red:#d12426;--card-white:#f2f2f2;--screen-grey:#b5b5b5;--screen-black:#0e0e0e;--login-blue:#365fac;--register-yellow:#bda442;--greyish-black:#2a2a2a;--button-blue:#2baaff;--button-yellow:#bda442;--button-green:#469455;--grass-green:#9acc50;--poison-purple:#b97fc9;--fire-orange:#fc7e23;--flying-gradient:linear-gradient(180deg,#3ec9f0 50%,#bdb8b7 0);--water-blue:#4591c4;--bug-green:#729e3f;--normal-grey:#a5adb0;--eletric-yellow:#edd434;--ground-gradient:linear-gradient(180deg,#f7df40 50%,#ab9843 0);--fairy-pink:#fcb8e8;--fight-orange:#d66722;--psychic-pink:#f266b8;--steel-blue:#9eb7b8;--ice-blue:#51c4e8;--purple-ghost:#7b62a3;--yellow-rock:#a38c21;--dragon-gradient:linear-gradient(180deg,#53a3cf 50%,#f26e57 0);--dark-grey:#707070}*{box-sizing:border-box;color:#2a2a2a;color:var(--greyish-black);font-family:Jomhuria,sans-serif;font-family:var(--johmuria),sans-serif;margin:0;padding:0;transition:all .8s ease-in-out}body{background-color:#d12426;background-color:var(--fire-red);height:100dvh;justify-content:center;width:100%}#root,body{align-items:center;display:flex}#root{background-color:#b5b5b5;background-color:var(--screen-grey);border:.5em solid #f2f2f2;border:.5em solid var(--card-white);border-radius:10px;flex-direction:column;gap:.8rem;height:98%;overflow-y:auto;padding:.6rem;position:relative;scroll-behavior:smooth;width:95%}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-center{align-items:center;justify-content:center}.flex-wrap{flex-wrap:wrap}.align-center{align-items:center}.justify-center{justify-content:center}.space-between{justify-content:space-between}.button{border:none;border-radius:5px;box-shadow:0 2px 6px #2a2a2a7f;color:#fff;cursor:pointer;letter-spacing:.05em;padding:.2em .5em;text-decoration:none}.labelSize{font-size:1.8rem;letter-spacing:.01em}.smallGap{gap:.5rem}.mediumGap{gap:1rem}.largeGap{gap:2rem}.smallPadding{padding:.5rem}.mediumPadding{padding:1rem}.largePadding{padding:2rem}.errorMessage{color:#d12426;color:var(--fire-red);font:700 14px Roboto,cursive;text-shadow:0 2px 3px #6a6a6aab}.errorMessage:before{content:"* "}.grass{background-color:#9acc50;background-color:var(--grass-green)}.poison{background-color:#b97fc9;background-color:var(--poison-purple)}.fire{background-color:#fc7e23;background-color:var(--fire-orange)}.flying{background:linear-gradient(180deg,#3ec9f0 50%,#bdb8b7 0);background:var(--flying-gradient)}.water{background-color:#4591c4;background-color:var(--water-blue)}.bug{background-color:#729e3f;background-color:var(--bug-green)}.normal{background-color:#a5adb0;background-color:var(--normal-grey)}.electric{background-color:#edd434;background-color:var(--eletric-yellow)}.ground{background:linear-gradient(180deg,#f7df40 50%,#ab9843 0);background:var(--ground-gradient)}.fairy{background-color:#fcb8e8;background-color:var(--fairy-pink)}.fighting{background-color:#d66722;background-color:var(--fight-orange)}.psychic{background-color:#f266b8;background-color:var(--psychic-pink)}.steel{background-color:#9eb7b8;background-color:var(--steel-blue)}.ice{background-color:#51c4e8;background-color:var(--ice-blue)}.ghost{background-color:#7b62a3;background-color:var(--purple-ghost)}.rock{background-color:#a38c21;background-color:var(--yellow-rock)}.dragon{background:linear-gradient(180deg,#53a3cf 50%,#f26e57 0);background:var(--dragon-gradient)}.dark{background-color:#707070;background-color:var(--dark-grey)}.Register_registerContainer__hqcuF{height:100%;justify-content:space-around;min-height:50rem;width:100%}.registerForm_form__DuU0I{width:100%}.registerForm_form__DuU0I input{border:none;border-radius:.5em;box-shadow:0 4px 8px #51aad180;font-family:Roboto,sans-serif;font-size:1.5rem;height:2.4rem;padding:.2em .2em .2em .8em}.registerForm_form__DuU0I>button{background-color:var(--register-yellow);font-size:1.8rem}@media (min-width:640px){.registerForm_form__DuU0I>div:first-child{flex-direction:row;flex-wrap:wrap}}@media (min-width:768px){.registerForm_form__DuU0I{max-width:85%}.registerForm_form__DuU0I>button,.registerForm_form__DuU0I>div:first-child label{font-size:2rem}}@media (min-width:1024px){.registerForm_form__DuU0I>button,.registerForm_form__DuU0I>div:first-child label{font-size:2.2rem}}.Toast_toast__9kOkr{background-color:var(--card-white);border:4px solid var(--greyish-black);border-radius:1rem;font-size:1.8rem;max-width:85%;opacity:90%;position:fixed;text-align:justify;z-index:1000}.Toast_toast__9kOkr button{background:none;border:none;color:var(--fire-red);cursor:pointer;font-size:2em;font-weight:700}.Logo_logoContainer__KAQDA{width:100%}.Logo_logoImage__qJHa3{background-repeat:no-repeat;background-size:contain;max-width:18em;min-width:8em}@media (min-width:768px){.Logo_logoImage__qJHa3{max-width:22em}}@media (min-width:1024px){.Logo_logoImage__qJHa3{max-width:20rem}}.footer_link__pQYeN{color:var(--login-blue);font-weight:700;text-decoration:none}.LoginLink_button__ATvzR{background-color:var(--login-blue);font-size:1.8rem}@media (min-width:768px){.LoginLink_button__ATvzR{font-size:2rem}.LoginLink_labelSize__bmojc{font-size:2.2rem}}.Login_loginContainer__KkhxK{height:100%;justify-content:space-around}.LoginForm_formDiv__-1F8j,.LoginForm_form__22ort,.Login_loginContainer__KkhxK{align-items:center;width:100%}.LoginForm_inputContainer__i8-R3{max-width:85%}.LoginForm_labelSize__FN7SU{font-size:2rem}.LoginForm_input__z9PSD{border:none;border-radius:.5em;box-shadow:0 4px 8px #51aad180;font-size:1.5rem;height:2.4rem;padding:.2em .2em .2em .8em;width:100%}.LoginForm_link__5LXIN{background:none;border:none;box-sizing:border-box;cursor:pointer;font-size:1.8rem;text-decoration:underline}.LoginForm_button__33sGy{background-color:var(--login-blue);font-size:1.6rem}@media (min-width:768px){.LoginForm_form__22ort{gap:1rem}.LoginForm_formDiv__-1F8j{flex-direction:row;justify-content:center}.LoginForm_inputContainer__i8-R3{gap:.5rem;max-width:45%}.LoginForm_link__5LXIN{font-size:1.8rem}.LoginForm_labelSize__FN7SU{font-size:2.2rem}.LoginForm_button__33sGy,.LoginForm_input__z9PSD{font-size:1.8rem}}@media (min-width:1024px){.LoginForm_form__22ort{gap:1rem}.LoginForm_formDiv__-1F8j{gap:3rem}.LoginForm_inputContainer__i8-R3{max-width:40%}.LoginForm_labelSize__FN7SU{font-size:2.5rem}}.RegisterLink_button__IbdzR{background-color:var(--register-yellow);font-size:1.4rem}@media (min-width:768px){.RegisterLink_button__IbdzR{font-size:1.8rem}.RegisterLink_labelSize__Ii2e\+{font-size:2.2rem}}@media (min-width:1024px){.RegisterLink_labelSize__Ii2e\+{font-size:2rem}}.Home_home__OfiC7{padding-bottom:7rem}.Home_loadMore__sbV\+G{background-color:var(--login-blue);font-size:1.75rem}.Home_loadMore__sbV\+G:disabled{background-color:#365fac66;cursor:not-allowed}.Home_goBack__aKZtl{align-self:center;background-color:var(--login-blue);font-size:1.75rem;width:50%}@media (min-width:640px){.Home_home__OfiC7{padding-bottom:1.5rem;padding-top:8rem}}.PokemonList_loading__2Klgi{align-self:center;font-size:1.75rem}.PokemonList_list__-I7QQ{justify-content:center;list-style:none;text-decoration:none;width:100%}.PokemonList_pokeCard__WB05c{background-color:var(--card-white);border-radius:10px;box-shadow:0 4px 8px #28576c80;min-height:10rem;width:18rem}.PokemonCard_pokeCard__iwX1L{justify-content:space-evenly;text-decoration:none}.PokemonCard_pokeImage__wRxrI{max-width:125px}.PokemonCard_pokeInfoContainer__L7o1W{font-size:1.75rem;height:100%;justify-content:space-between}.PokemonCard_pokeInfoContainer__L7o1W>div>h3{font-weight:400}.PokemonCard_pokeInfoContainer__L7o1W>ul{gap:.5rem;height:100%;list-style:none}.PokemonCard_pokeInfoContainer__L7o1W>div p{opacity:50%}.PokemonCard_loading__P4S57{font-size:1.75rem}.PokemonCard_typeCard__Wz07G{align-items:center;border-radius:5px;height:1.5rem;width:4.5rem}.SearchBar_searchBarContainer__Wn\+dP{position:relative;width:100%}.SearchBar_searchBarContainer__Wn\+dP>input{border:none;border-radius:10px;box-shadow:0 2px 6px var(--greyish-black);font-size:1.8em;height:100%;width:100%}.SearchBar_searchBarContainer__Wn\+dP>input:focus{box-shadow:0 0 5px #459354;outline:none}.SearchBar_searchBarContainer__Wn\+dP>button{background-color:#459354;border:none;border-radius:10px;cursor:pointer;padding:.4rem;position:absolute;right:0}.SearchBar_searchIcon__43rYG{color:var(--card-white);height:3rem}.SearchBar_dropdown__\+0Qvl{background-color:var(--card-white);border-radius:0 0 10px 10px;box-shadow:0 2px 6px var(--greyish-black);font-size:1.8rem;left:.5rem;list-style:none;position:absolute;right:3.75rem;top:4rem;z-index:10}.SearchBar_dropdown__\+0Qvl li{border-bottom:1px solid #b8b8b87f;cursor:pointer;padding:8px}.SearchBar_dropdown__\+0Qvl li:last-child{border-bottom:none}@media (min-width:640px){.SearchBar_searchBarContainer__Wn\+dP{max-width:80%;position:relative}}@media (min-width:1024px){.SearchBar_searchBarContainer__Wn\+dP{max-width:70%}}.Menu_menuLink__ScbEk,.Menu_menuLogo__giPh-{display:none}.Menu_menu__od\+RT{background-color:#363636;border-radius:10px 10px 0 0;bottom:14px;box-shadow:0 -2px 6px #28576c80;height:6rem;position:fixed;width:90%}.Menu_menu__od\+RT ul{justify-content:space-around;list-style-type:none;margin:0;padding:0;text-decoration:underline;width:100%}.Menu_teamsMenuItem__VTfs7{align-items:center;background-color:var(--button-yellow);border:1px solid #969696;border-radius:100%;display:flex;padding:.5rem}.Menu_homeMenuItem__ckVRy{align-items:center;background-color:var(--button-blue);border:3px solid #969696;border-radius:100%;display:flex;padding:.8rem}.Menu_profileMenuItem__ByLAt{align-items:center;background-color:var(--button-green);border:1px solid #969696;border-radius:100%;display:flex;padding:.5rem}.Menu_menuIcon__8mSGL{width:28px}.Menu_label__Cfawy{display:none}@media (min-width:420px){.Menu_menu__od\+RT{width:91%}.Menu_menuLink__ScbEk{display:none}}@media (min-width:640px){.Menu_menuLink__ScbEk{display:block}.Menu_menuLogo__giPh-{display:block;width:13rem}.Menu_menu__od\+RT{border-radius:0 0 10px 10px;box-shadow:0 2px 6px #28576c80;gap:10%;top:17px;width:92%}.Menu_menuIcon__8mSGL{display:none}.Menu_menu__od\+RT ul{justify-content:space-evenly;text-decoration:none}.Menu_teamsMenuItem__VTfs7{order:2}.Menu_homeMenuItem__ckVRy,.Menu_teamsMenuItem__VTfs7{background-color:initial;border:initial;border-radius:0;border-radius:initial}.Menu_homeMenuItem__ckVRy{order:1}.Menu_profileMenuItem__ByLAt{background-color:initial;border:initial;border-radius:0;border-radius:initial;order:3}.Menu_label__Cfawy{color:#fff;display:block;font-size:2.5rem;font-weight:400}}@media (min-width:768px){.Menu_menu__od\+RT{width:93%}}@media (min-width:1024px){.Menu_menu__od\+RT{top:14px;width:93.4%}}@media (min-width:1280px){.Menu_menu__od\+RT{max-width:93%;top:16px;width:93.8%}}.Profile_profileSection__XPTov{align-items:center;padding-bottom:7rem;width:100%}.Profile_iconContainer__f\+hTm{background-color:var(--button-green);border-radius:50%}.Profile_teamCountContainer__e8aCR,.Profile_userInfoContainer__QvjNG{background-color:var(--card-white);border-radius:1rem;box-shadow:0 2px 6px var(--greyish-black)}.Profile_userInfoContainer__QvjNG{width:90%}.Profile_teamCountContainer__e8aCR{width:70%}.Profile_teamCountContainer__e8aCR>*,.Profile_userInfoContainer__QvjNG>h2{font-size:2rem;font-weight:400}.Profile_teamCountContainer__e8aCR>p{font-family:Jersey\ 25,sans-serif}.Profile_logOut__ixJmG{align-self:center;background-color:#d12426;font-size:1.75rem}.Profile_profileIcon__Gmp0Z{width:2.5rem}@media (min-width:640px){.Profile_profileSection__XPTov{padding-bottom:1rem;padding-top:7rem}.Profile_userInfoContainer__QvjNG{width:50%}.Profile_teamCountContainer__e8aCR{width:30%}}@media (min-width:1024px){.Profile_userInfoContainer__QvjNG{width:30%}.Profile_teamCountContainer__e8aCR{width:20%}}.Teams_teamSection__b2Mwi{padding-bottom:8rem;width:100%}.Teams_teamSection__b2Mwi h2{font-size:3rem;font-weight:400}.Teams_buttonContainer__c6UD6{width:100%}.Teams_buttonContainer__c6UD6>*{border:none;border-radius:.5rem;box-shadow:0 2px 6px #2a2a2a7f;font-size:1.6rem;text-decoration:none;width:100%}.Teams_buttonContainer__c6UD6>:first-child{background-color:var(--button-green)}.Teams_buttonContainer__c6UD6>button:last-child{background-color:var(--fire-red)}.Teams_teamsContainer__NAdA4{max-height:100%;width:100%}.Teams_teamCard__46gLM{background-color:var(--card-white);border-radius:1rem;box-shadow:0 3px 6px #2a2a2a7f;height:12rem;text-decoration:none;width:18rem}.Teams_teamCard__46gLM>*{flex-wrap:wrap;width:50%}.Teams_pokemonSprite__FaBKi{border-radius:1rem;box-shadow:0 1px 4px #2a2a2a7f;height:2.8rem;padding:.2rem;width:2.8rem}.Teams_teamInfoContainer__\+QRpF{font-size:1.5rem;max-height:100%;max-width:100%}.Teams_teamInfoContainer__\+QRpF>a:first-child:hover{background-color:#cdcdcd;transition:background-color .3s ease-in-out}.Teams_teamInfoContainer__\+QRpF>a:first-child{padding:0 0 0 .5rem}.Teams_teamInfoContainer__\+QRpF>*{border-radius:.5rem;height:50%;justify-content:space-evenly;max-width:100%;text-decoration:none}.Teams_teamLink__pxfde{font-size:1.8rem;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.Teams_deleteButton__IS0xI,.Teams_editButton__6VPJD{font-size:1.4rem;text-align:center}.Teams_editButton__6VPJD{background-color:var(--button-yellow)}.Teams_deleteButton__IS0xI{background-color:var(--fire-red)}.Teams_partnersImageContainer__Q0GJd{justify-content:space-evenly;max-width:100%}@media (min-width:420px){.Teams_buttonContainer__c6UD6{width:70%}}@media (min-width:640px){.Teams_teamSection__b2Mwi{padding-bottom:1.5rem;padding-top:7rem}}@media (min-width:1280px){.Teams_buttonContainer__c6UD6{width:50%}}.ConfirmationDialog_dialog__FrHD2{background-color:var(--card-white);border:4px solid var(--greyish-black);border-radius:1rem;font-size:1.8rem;max-width:85%;opacity:90%;position:fixed;text-align:justify;top:40%;z-index:1000}.ConfirmationDialog_cancelButton__AFEZv,.ConfirmationDialog_confirmButton__VUowL{font-size:1.2rem}.ConfirmationDialog_confirmButton__VUowL{background-color:var(--button-green)}.ConfirmationDialog_cancelButton__AFEZv{background-color:var(--fire-red)}.Unauthorized_unauthorized__2AWJi{height:100%}.Unauthorized_unauthorized__2AWJi h2{font-size:1.75rem;font-weight:400;text-align:center}.Unauthorized_login__c9\+3w{background-color:var(--login-blue)}.Unauthorized_register__C-sbt{background-color:var(--register-yellow)}.Unauthorized_login__c9\+3w,.Unauthorized_register__C-sbt{flex:0 1 40%;font-size:1.5rem;text-align:center}.PokemonDetails_pokemonDetailsSection__xDjsT{padding-bottom:7rem}.PokemonDetails_nameNumberContainer__RlibV>h2{font-size:3.5rem;font-weight:400}.PokemonDetails_nameNumberContainer__RlibV>h3{font-size:1.8rem}.PokemonDetails_pokemonImage__Gj51Q{background-color:var(--card-white);border-radius:1rem;box-shadow:0 2px 6px var(--greyish-black);width:12.9rem}.PokemonDetails_pokeDescription__4CtcR{font-size:2.2rem}.PokemonDetails_statisticsContainer__MwLZq{font-size:1.9rem;width:100%}.PokemonDetails_statisticsContainer__MwLZq h3{font-size:2.5rem;font-weight:400}.PokemonDetails_statisticsContainer__MwLZq>dl{background-color:var(--card-white);border-radius:1rem;box-shadow:0 2px 6px var(--greyish-black);width:100%}.PokemonDetails_statisticsContainer__MwLZq>dl>div{justify-content:space-between;width:85%}.PokemonDetails_typesContainer__UHfYz{font-size:1.9rem}.PokemonDetails_typesContainer__UHfYz>h3{font-size:2.5rem;font-weight:400}.PokemonDetails_typesContainer__UHfYz ul{flex-wrap:wrap;list-style:none;padding:0;width:100%}.PokemonDetails_typesContainer__UHfYz ul>li{border-radius:5px;box-shadow:0 2px 6px var(--greyish-black);height:2.5rem;width:6.5rem}@media (min-width:640px){.PokemonDetails_pokemonDetailsSection__xDjsT{padding-bottom:1rem;padding-top:7rem}}.TeamEditor_newTeamPage__mI\+xI{max-width:100%;padding-bottom:7rem}.TeamEditor_newTeamPage__mI\+xI>h2{font-size:3rem}.TeamEditor_selectTeam__Oc4eU,.TeamEditor_teamName__-Atz2{font-size:2.8rem;font-weight:500}.TeamEditor_teamInput__jgPsZ{background-color:var(--card-white);border:none;border-radius:.5rem;box-shadow:0 3px 6px #2a2a2a7f;font-size:1.8rem;padding:.4rem .4rem .4rem .8rem;width:100%}.TeamEditor_button__Y1JF9{align-self:center;background-color:var(--button-green);font-size:1.5rem}.TeamEditor_removeButton__1CFrZ{background-color:var(--fire-red);font-size:1.2rem}.TeamEditor_partnerContainer__9J-7\+{background-color:var(--card-white);border-radius:1rem;max-width:100%}.TeamEditor_yourTeam__ikhjI{font-size:2rem}.TeamEditor_partnersContainer__SKXSW{overflow:auto;width:100%}.TeamEditor_partners__jK1e6{width:100%}@media (min-width:640px){.TeamEditor_newTeamPage__mI\+xI{padding-bottom:1rem;padding-top:7rem}}.SummaryPokemonCard_summaryContainer__AsGfe{max-width:8rem}.SummaryPokemonCard_summaryImage__i67Th{width:8rem}.SummaryPokemonCard_pokemonName__FTJj9{font-size:2rem}.SummaryPokemonCard_pokemonNumber__IeHLb{font-size:1.4rem}.NewPassword_newPasswordContainer__ZMpzZ{gap:2rem;height:100%;width:100%}.NewPassword_title__Z6pGk{font-size:2rem}.NewPassword_input__qDpKO{border:none;border-radius:.5em;box-shadow:0 4px 8px #51aad180;font-size:1.5rem;height:2.4rem;padding:.2em .2em .2em .8em;width:100%}.NewPassword_button__6VeI4{background-color:var(--button-green);font-size:1.6rem}.TeamDetails_teamDetailsSection__9pCjY{padding-bottom:7rem;width:100%}.TeamDetails_buttonContainer__il7\+r,.TeamDetails_teamHeader__nZxME{width:100%}.TeamDetails_deleteButton__FUWn5,.TeamDetails_editButton__VF5qa{font-size:1.5rem;text-align:center;width:100%}.TeamDetails_editButton__VF5qa{background-color:var(--button-yellow)}.TeamDetails_deleteButton__FUWn5{background-color:var(--fire-red)}.TeamDetails_cardsContainer__QUoER{list-style:none}.TeamDetails_teamName__AbuvI{font-size:2.5rem;font-weight:400;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:90%}.TeamDetails_statisticsContainer__kZskC{font-size:1.9rem;width:100%}@media (min-width:640px){.TeamDetails_teamDetailsSection__9pCjY{padding-bottom:1rem;padding-top:8rem}}.NotFound_container__0YV77{height:100%}.NotFound_title__emnMV{align-self:center;font-size:2.5rem}
/*# sourceMappingURL=main.8831ea62.css.map*/