#matchup_control_panel {  
  background-color: var(--panel-color);
  border-radius: 0.8vh;
  padding: 1vh;
  width: max-content;  
  bottom: -6.7vh;
  left: 27vh;
  display: flex;
  flex-direction: row;      
}

.matchup_input {
  color: white;
  background-color: rgb(40, 40, 56);      
  font-size: 1.5vh;
  margin-right: 1vh;
}

#matchup_region {
  width: 7vh;
}

#game_name {
  width: 14vh;            
}

#game_tag {
  width: 9vh;
}

#matchup_enter {
  position: relative;
  height: 3.5vh;      
  cursor: pointer;
  margin-right: 1vh;
}