.headerContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;height:10vh}.headerTitle{color:white;text-align:left;padding-left:20px;font-size:large}.confirmWrapper{width:50%;margin:0 auto;align-items:center;text-align:center;background-color:teal;height:3em;display:flex;flex-direction:row;justify-content:center;border-radius:50px}.confirmText{font-size:medium;color:white}.loadingText{font-size:medium;color:black}.loading{background-color:lightgrey}.movesButton{width:90%;height:3em;border-radius:25px;margin-inline:5%;margin-top:1%;margin-bottom:1%}.movesButtonTextWrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%}.movesButtonTextWrapper>p:nth-child(3){width:5%}.movesButtonTextWrapper>p:first-child{font-size:small}.movesButtonText{width:22%;margin:0;font-size:medium}.selected{background-color:green;color:white}.not-selected{background-color:lightgray;color:black}.typeBadgeContainer{display:flex;justify-content:center;align-items:center;width:20%;height:80%;border-color:black;border-width:1px;border-radius:20px}.typeBadgeText{-webkit-text-stroke:.2px black;text-align:center;color:white}.hpWrapper{display:flex;flex-direction:row;align-items:center;height:10px;width:100%}.hpText{width:10%}.hpBackground{height:100%;background-color:red;width:100%}.hpFill{height:100%;min-height:10px;background-color:green;transition:1s}