.pokemon-party-tracker{width:100vw;height:100vh;display:grid;grid-template-rows:auto var(--box-height);grid-template-columns:200px auto;grid-template-areas:"sidebar-section display-section" "sidebar-section box-section"}.pokemon-party-tracker .sidebar-section{grid-area:sidebar-section;max-width:200px}.pokemon-party-tracker .display-section{grid-area:display-section}.pokemon-party-tracker .box-section{grid-area:box-section}.pokemon-party-tracker img{image-rendering:auto;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:pixelated}.pokemon-party-tracker .hide-borders{border:1px solid transparent}.pokemon-party-tracker .show-borders{border:1px solid #000}.sizing-option{margin:8px auto}.config-section{width:100%}.config-section .buttons{display:flex}.new-pokemon .pokemon-attribute{margin:10px auto}.new-pokemon .checkboxes *,.new-pokemon .is-dead *,.new-pokemon .is-shiny *{width:auto;display:inline}.new-pokemon .checkboxes{display:flex}.new-pokemon .checkboxes .checkbox-and-label{width:50%}.new-pokemon .checkboxes .checkbox-and-label input{margin-right:5px}.new-pokemon .buttons{margin:20px auto 0;display:flex}.gen-selector{position:relative}.gen-selector select{display:block;margin:15px auto}.gen-selector button{width:100%!important}.party-editor{width:100%;padding:20px 0}.party-editor .editor-entry{width:90%;margin:5px auto}.party-editor .editor-entry .editor-name{display:flex;justify-content:space-between}.party-editor .editor-entry .editor-name .show-fields{cursor:pointer;padding:1px 2px}.party-editor .editor-entry .editor-name .show-fields:hover{font-weight:700}.party-editor .editor-entry .editor-fields,.party-editor .editor-entry .editor-fields .editor-field{margin:10px auto}.party-editor .editor-entry .editor-fields .is-dead,.party-editor .editor-entry .editor-fields .is-shiny{display:flex;align-items:center;justify-content:flex-start}.party-editor .editor-entry .editor-fields .is-dead input,.party-editor .editor-entry .editor-fields .is-shiny input{width:20px}.party-editor .editor-entry .editor-fields .is-dead label,.party-editor .editor-entry .editor-fields .is-shiny label{margin-right:10px}.sidebar-section{max-height:100vh;overflow:scroll;width:100%;display:flex;flex-direction:column;align-items:center}.sidebar-section hr{border:1px solid #2f4f4f}.sidebar-section .control-buttons{display:flex}.sidebar-section .config-sections{width:90%}.sidebar-section .config-section button,.sidebar-section .config-section input:not([type=checkbox]){box-sizing:border-box;width:100%}.sidebar-section .bottom-section{width:90%;padding:10px 0;display:flex;justify-content:center;align-items:center}.sidebar-section input:not([type=checkbox]):not([type=radio]),.sidebar-section select{width:90%}.sidebar-section label{font-weight:700;display:block;margin:2px}.sidebar-section button{padding:5px 10px;margin:10px auto}.sidebar-section button.confirm-button{background:#7fffd4;width:50%}.sidebar-section button.danger-button{background:#cd5c5c;width:50%}.sidebar-section button.top-level{background-color:#7fffd4}.sidebar-section .displayed-section{width:90%;margin:0 auto}.sidebar-section .other-config .input-section{margin:8px auto}.pokemon-container{background-repeat:no-repeat}.pokemon-container .pokemon-container-wrapper{display:flex;justify-content:center;align-items:center;overflow:hidden;padding:1px}.pokemon{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.pokemon .crossout,.pokemon .nickname{pointer-events:none}.pokemon.dragged-over .crossout,.pokemon.dragged-over .sprite{-webkit-filter:opacity(40%);filter:opacity(40%)}.pokemon .label{padding:3px 6px;margin:5px;border-radius:2px;color:#fff;text-shadow:-1px -1px 1px #000,0 -1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000,0 -1px 1px #000,1px -1px 1px #000,-1px 0 1px #000,0 0 1px #000,1px 0 1px #000,-1px 1px 1px #000,0 1px 1px #000,1px 1px 1px #000,-1px 1.5px 1px #000,0 1.5px 1px #000,1px 1.5px 1px #000,-2px 2px 1px #000,-1px 2px 1px #000,0 2px 1px #000,1px 2px 1px #000,2px 2px 1px #000,-2px 2px 1px #000,-1px 2px 1px #000,0 2px 1px #000,1px 2px 1px #000,2px 2px 1px #000}.pokemon .sprite{overflow:hidden;position:absolute}.pokemon .shiny{position:absolute;top:0;left:0;font-size:40px}.pokemon .level{position:absolute;top:0;right:0}.pokemon .nickname{position:absolute;bottom:0;left:0}.pokemon .hold-item{background:#a9a9a9;border:1px solid #5f5f5f;padding:1px;border-radius:50%;position:absolute;right:0;bottom:0}.pokemon .crossout{z-index:2;width:100%}.display-section,.display-section .party{display:flex;justify-content:center;align-items:center}.display-section .party{flex-wrap:wrap}.box-section{width:auto;display:flex;align-items:center;overflow:scroll}.box-section.wrap{flex-wrap:wrap}.box-section.no-wrap{flex-wrap:nowrap}.box-section .pokemon-container{margin-left:5px}.box-section .pokemon-container:last-child{padding-right:20px!important}.box-section .pokemon-container .pokemon{border-radius:50%}:root{--background:#999;--box-height:150px}html{background-color:#999;background-color:var(--background)}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}
/*# sourceMappingURL=main.110a4cd8.chunk.css.map */