.select2-container {
  width: 100%;
  font-size: 14px;
}
.select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.select2-container .select2-selection__rendered {
  color: #333;
  line-height: 28px;
}
.select2-dropdown {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 2px;
  padding: 8px;
}
.select2-results__option {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0px;
}
.select2-results__option--selected {
  background: #ddd;
  color: #000;
}
.select2-results__option--highlighted {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.select2-results__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px;
}
.select2-search--dropdown {
  display: none;
}
.io #maincontent .tennis_shoe_guide_form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 5px;
  margin-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  top: 4px;
}
