@charset "UTF-8";.card{padding:2em}.read-the-docs{color:#888}.hidden{visibility:hidden}.max{color:red}.pokemon-buttons,.action-buttons{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:.5rem;margin-top:5px;width:100%;box-sizing:border-box}.pokemon-buttons button,.pokemon-navbar button{border:none;border-radius:8px;background-color:#e8e8e8;font-size:1.2em;font-weight:700;cursor:pointer;padding:10px;transition:transform .3s ease-in-out}.pokemon-buttons button{width:100%}.action-buttons button:hover,.pokemon-buttons button:hover,.pokemon-navbar button:hover{transform:scale(1.05);box-shadow:0 0 10px #0000004d}.title{margin:0;padding:5px;height:7vh;box-sizing:border-box}.title-image{display:flex;justify-content:center;align-items:center;text-align:center;margin:auto;max-width:50%;height:100%}body{margin:0;width:100%;overflow-x:hidden}.pokeballs-section{display:flex;justify-content:center;gap:1rem;align-items:center;height:7vh}.pokeball-button{width:2rem;height:2rem;border:none;border-radius:10%;font-size:1.2em;font-weight:700;cursor:pointer}.pokeball-button.small{width:1.2rem;height:1.2rem}.pokeball-button.disabled{filter:grayscale(100%);cursor:not-allowed}.pokeball-button:hover{transform:scale(1.05)}#root{position:relative;width:100%;height:100%;overflow-x:hidden}.App{height:100vh;width:100%;overflow-x:hidden;display:flex;flex-direction:column;padding-bottom:1rem;box-sizing:border-box}.App.map,.App{background-image:url(/forest2.jpg);background-repeat:no-repeat;background-size:cover}.App.map h2,.App h2{background-color:#ffffffc1;padding:.5rem}.App.login{background-image:url(/forest3.jpg);background-repeat:no-repeat;background-size:cover}.App.heal{background-image:url(/heal.jpg);background-repeat:no-repeat;background-size:cover}.bosque-susurrante{background-image:url(/bosque-susurrante.png)!important}.llanuras-doradas{background-image:url(/llanuras-doradas.png)!important}.metrópolis-luminosa{background-image:url(/metr%C3%B3polis-luminosa.png)!important}.costa-espumosa{background-image:url(/costa-espumosa.png)!important}.gruta-cristalina{background-image:url(/gruta-cristalina.png)!important}.bahía-coralina{background-image:url(/bah%C3%ADa-coralina.png)!important}.cañón-escarpado{background-image:url(/ca%C3%B1%C3%B3n-escarpado.png)!important}.picos-neblinosos{background-image:url(/picos-neblinosos.png)!important}.santuario-arcano{background-image:url(/santuario-arcano.png)!important}.heal-component{height:100%}section.map{margin:auto;display:flex;flex-direction:column;justify-content:center;height:100%}.App.stadium{background-image:url(/stadium2.jpg);background-repeat:no-repeat;background-size:cover}.App.choose{background-image:url(/lab.jpg);background-repeat:no-repeat;background-size:cover}section.login{background-color:#ffffffc1;padding:10px}.pokemon-list{display:flex;overflow-x:scroll;background-color:#ffffffc1;-webkit-user-select:none;user-select:none}.health-bar{height:10px;width:100%;border:1px solid black}.health-bar-fill{height:100%;background-color:var(--from-color)}.medium-health{background-color:#ff0}.low-health{background-color:red}.health-bar-fill.animated{animation:health-bar-fill var(--duration) ease-out;animation-fill-mode:forwards}@keyframes health-bar-fill{0%{width:var(--from-width);background-color:var(--from-color)}to{width:var(--to-width);background-color:var(--to-color)}}.fire{background-color:#f08030}.water{background-color:#6890f0}.grass{background-color:#78c850}.electric{background-color:#f8d030}.ice{background-color:#98d8d8}.fighting{background-color:#c03028}.poison{background-color:#a040a0}.ground{background-color:#e0c068}.flying{background-color:#a890f0}.psychic{background-color:#f85888}.bug{background-color:#a8b820}.rock{background-color:#b8a038}.ghost{background-color:#705898}.dark{background-color:#705848}.dragon{background-color:#7038f8}.steel{background-color:#b8b8d0}.fairy{background-color:#ee99ac}.normal{background-color:#a8a878}.type__name{cursor:pointer;margin:10px}.type__name:hover{text-shadow:0 0 10px rgba(0,0,0,.5)}.types-list{display:flex;justify-content:flex-start;align-items:center;gap:10px;overflow-x:auto;padding:.5rem}.selected{background-color:#d1d8d7!important}.pokemon-container{display:flex;gap:1rem;width:100%;overflow-y:auto}.pokemon-container.combat{flex-direction:column;height:40vh;padding:1rem 1rem 2rem;gap:.2rem;box-sizing:border-box}.pokemon-container.combat .pokemon-card{width:100%}.pokemon-container.column{flex-direction:column;height:40vh}.pokemon-card .pokemon-card.combat .combat{background-color:#ffffffc1}.pc-pokemons{padding-bottom:2rem}.pokemon-card{margin:.2rem 0;box-sizing:border-box;padding:.5rem;border-radius:5px;text-align:center;transition:transform .3s ease-in-out;display:flex;flex-wrap:wrap;vertical-align:middle;justify-content:end;flex-shrink:0;background-color:#ffffffd5}.pokemon-card.full-info{padding:1rem}.pokemon-card.reverse{flex-direction:row-reverse;justify-content:start}.pokemon-card.combat{width:100%}.pokemon-card h3{margin-bottom:10px;display:flex;gap:1rem}.pokemon-card img{max-width:100%;height:auto;border-radius:8px}.pokemon-card:hover{transform:scale(.95);box-shadow:0 0 10px #0000004d}.pokemon-card.no-hp{flex-direction:column;justify-content:space-between;flex-wrap:nowrap;background-color:#ffffffd5}.pokemon-card.no-hp .combat-info{width:100%}.pokemon-card.no-hp .combat-info h2{width:100%;text-align:center;padding-top:0;margin:0}.pokemon-card.combat{padding:10px;box-sizing:border-box}.pokemon-card.disabled{filter:grayscale(100%)}@media screen and (max-width: 640px){.pokemon-card{min-width:35%}.pokemon-card.full-info{width:80%}}@media screen and (min-width: 640px){.pokemon-card{min-width:20%}.pokemon-card.full-info{width:50%}}@media screen and (min-width: 1024px){.pokemon-card{min-width:10%}.pokemon-card.full-info{width:30%}}.disabled{cursor:not-allowed}.combat-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding-top:0;width:50%}.combat-info>img{width:5rem;height:auto;margin:auto;border-radius:8px}.combat-info h2{width:100%;text-align:center;padding-top:0;margin:0}.combat-info__stats{width:100%;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:10px;padding-top:0}.pokemon-actions{width:60%;position:relative}.pokemon-actions.full,.pokemon-actions table{width:100%}.pokemon-actions table td{height:15px}.pokemon-stats div{width:100%;text-align:right;padding-top:0}.pokemons--title{background-color:#ffffffd5;width:100%;display:flex;justify-content:space-evenly;gap:10px;align-items:center;padding-top:0}.pokemons--title h2,.pokemons--title p{margin:0;padding:2px}.type__name{padding:2px 5px;border-radius:5px;margin-left:2px}.button-footer{position:fixed;bottom:0;padding:0;left:0;width:100%;background-color:#f5f5f5;z-index:100}.choose-pokemon{width:100%;background-color:#ffffffd5}.stadium .pokemons-container,.mis-pokemons .pokemons-container{display:flex;overflow-x:auto;justify-content:space-between;width:100%}.mis-pokemons{background-color:#ffffffc1}.mis-pokemons.view{width:100%;box-sizing:border-box}@media screen and (max-width: 768px){.stadium .pokemons-container{height:150px;width:100%}.mis-pokemons h2{margin:0;font-size:1.2em}.mis-pokemons .pokemons-container .pokemon-card{min-width:40%;max-width:50%}.mis-pokemons.view .pokemons-container .pokemon-card{min-width:80%}.stadium .combat-info h2,.stadium .combat-info p{margin:0}}.pokeball-loading{width:250px;height:250px;display:block;margin:auto;animation:rotate 1s infinite}.loading-section{display:flex;justify-content:center;align-items:center;height:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pokeball-heal{width:100px;height:100px;margin:10px}.pokeball-heal.darker{animation:darken 1s infinite}@keyframes darken{0%{filter:brightness(1)}50%{filter:brightness(0)}to{filter:brightness(1)}}.heal{background-color:#ffffffc3}.heal-pokemons{display:flex;height:80%;justify-content:center;flex-direction:column}.heal-pokemons.pokeballs{display:flex;flex-wrap:wrap;justify-content:start;margin:auto;gap:15px}.login-form{width:90%;padding:15px;margin:auto;display:flex;flex-direction:column;align-items:center}.login-form input{margin-bottom:10px;width:100%;height:40px}.login-form button{margin-top:10px;width:100%;height:40px}.stadium .pokemons-container .pokemon-card{flex-basis:50%;flex-shrink:0}.combat .display-buttons.center,.combat .action-buttons.center{justify-content:center}.user-card{display:flex;flex-direction:column;align-items:center;margin:10px;background-color:#ffffffd5;padding:10px;border-radius:10px;cursor:pointer}.user-card:hover{background-color:#dee9ee80}.player-container>h2{background-color:#ffffffd5;margin:auto;justify-content:center;text-align:center}section.stadium{background-color:#ffffffd5;height:100%;padding:10px}.gym,.gyms{background-color:#ffffffc1;overflow-y:auto;padding-bottom:5rem}.gym-instance{cursor:pointer}.gym-instance:hover{background-color:#fff}.modal{position:fixed;margin:0;width:100%;height:100%;left:0;top:0;background-color:#0009;display:flex;z-index:100}.modal-body{background-color:#fff;width:90%;margin:auto;height:60vh;overflow-y:scroll;border-radius:15px;padding:1rem;position:relative}.close-button{margin:10px;float:right}.selected-pokemons{display:flex;flex-wrap:wrap;gap:10px}.pokemon-card--with-level{width:40%;box-sizing:border-box}.trainers-list{display:flex;flex-wrap:wrap;gap:10px}.trainer-pokemon-level,.trainer-pokemon-level input,.trainer{width:100%}.trainer-show{overflow-y:auto}.trainer__pokemons{display:flex;justify-content:flex-start;gap:1rem;overflow-x:auto;width:100%}.users-list{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;background-color:#ffffffc1}.icon__circle{border-radius:50%;border:1px solid black;width:.5rem;height:.5rem;display:inline-block}.icon__circle.connected{background-color:green}.icon__circle.disconnected{background-color:red}.admin-view{display:flex;flex-direction:column;justify-content:space-between;width:100%;margin:auto;padding-top:10px;padding-bottom:10px}.zones{background-color:#f5f5f5cc}.zone-list{display:flex;width:100%;overflow-x:auto;gap:1rem}.zone-list:hover{cursor:pointer}.zone-image{width:20vw;height:auto}.pokemon-card.full-size{width:100%}
