
.rank-box[data-v-2b19a880] {
  background-color: #f0f0f0;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #555;
  text-align: center;
}


.rank-box[data-v-44e01c7d] {
  background-color: #f0f0f0;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #555;
  text-align: center;
}

/* Ensure the el-row uses flexbox to align items */
.el-row[data-v-44e01c7d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically center align elements */
}

/* Ensure the button is aligned with the select box */
.align-button[data-v-44e01c7d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; /* Ensures the button fills the height of the column */
}

/* Ensure the button fills the height of the column and matches the select box */
.button-container[data-v-44e01c7d] {
  height: 100%; /* Make sure the container takes full height */
}
.full-height-button[data-v-44e01c7d] {
  height: 100%; /* Make the button fill the container height */
}

