/* Keep the trainer dropdown above the later form fields on mobile browsers. */
.form__wrapper > .colors + .col {
  position: relative;
  z-index: 1200 !important;
}

.form__wrapper > .colors + .col .v-select.open .dropdown-menu {
  background: #fff;
  z-index: 1201;
}
