.image-selection-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-bottom: 3rem;
}
.image-selection-wrapper .image-selections {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.image-selection-wrapper .image-selection-card-hidden {
  display: none;
}
.image-selection-wrapper .image-selection-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0.3rem;
  cursor: pointer;
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: 0.1rem solid #ededed;
}
.image-selection-wrapper .image-selection-card .radio:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  border: 0.1rem solid #BCBCBC;
  height: 2.2rem;
  width: 2.2rem;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
}
.image-selection-wrapper .image-selection-card .checkbox:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  border: 0.1rem solid #BCBCBC;
  height: 2.2rem;
  width: 2.2rem;
  top: 1rem;
  right: 1rem;
  border-radius: 0.6rem;
}
.image-selection-wrapper .image-selection-card.image-selections-more-options .radio, .image-selection-wrapper .image-selection-card.image-selections-more-options .checkbox, .image-selection-wrapper .image-selection-card.image-selections-more-options .icon-confirmation {
  display: none;
}
.image-selection-wrapper .image-selection-card .image-selections-image {
  width: 100%;
  height: 7.8rem;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
.image-selection-wrapper .image-selection-card .image-selections-image .icon-more-dots {
  -webkit-transform: rotate(90deg); /* Safari, Chrome */
  -moz-transform: rotate(90deg); /* Firefox 3.5~16.0 */
  -ms-transform: rotate(90deg); /* IE9~10 */
  -o-transform: rotate(90deg); /* Opera 10.5~12.10 */
  transform: rotate(90deg);
  color: #616161;
  font-size: 4rem;
}
.image-selection-wrapper .image-selection-card .image-selections-image img {
  width: 100%;
  height: 7.8rem;
  object-fit: cover;
}
.image-selection-wrapper .image-selection-card .image-selections-image.image-contain img {
  object-fit: contain;
}
.image-selection-wrapper .image-selection-card .image-selections-image [class^=icon-] {
  width: 5.6rem;
  height: 5.6rem;
  font-size: 5.6rem;
  line-height: 5.6rem;
  color: #0066FF;
}
.image-selection-wrapper .image-selection-card label {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: initial;
}
.image-selection-wrapper .image-selection-card:hover {
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card:hover .radio:before, .image-selection-wrapper .image-selection-card:hover .checkbox:before {
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card:focus {
  border: 0.1rem solid #0066FF;
}
.image-selection-wrapper .image-selection-card:focus .radio:before, .image-selection-wrapper .image-selection-card:focus .checkbox:before {
  border: 0.1rem solid #0066FF;
}
.image-selection-wrapper .image-selection-card.disabled {
  background-color: #ededed;
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card.disabled:hover, .image-selection-wrapper .image-selection-card.disabled:focus, .image-selection-wrapper .image-selection-card.disabled:active {
  cursor: not-allowed;
  background-color: #ededed;
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .image-selection-card.disabled:not(.image-selections-selected) .radio:before, .image-selection-wrapper .image-selection-card.disabled:not(.image-selections-selected) .checkbox:before {
  background-color: #ededed;
  border-color: #BCBCBC;
}
.image-selection-wrapper .image-selection-card.disabled label {
  cursor: not-allowed;
}
.image-selection-wrapper .image-selection-card.disabled span.radio, .image-selection-wrapper .image-selection-card.disabled span.checkbox, .image-selection-wrapper .image-selection-card.disabled span.icon-confirmation {
  z-index: 1;
}
.image-selection-wrapper .image-selection-card.disabled .image-selections-image img {
  opacity: 0.6;
}
.image-selection-wrapper .image-selections-selected {
  background-color: #F0F4FB;
  border: 0.1rem solid #0066FF;
}
.image-selection-wrapper .image-selections-selected:not(.checkboxes) .icon-confirmation {
  background-color: #F0F4FB;
  border: 0.1rem solid #0066FF;
  border-radius: 100%;
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.image-selection-wrapper .image-selections-selected:not(.checkboxes) .icon-confirmation:before {
  content: "";
  background-color: #0066FF;
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  border-radius: 50%;
  top: 0.2rem;
  right: 0.2rem;
}
.image-selection-wrapper .image-selections-selected.checkboxes .icon-confirmation {
  background-color: #0066FF;
  color: #ffffff;
  border: 0.1rem solid #0066FF;
  border-radius: 0.6rem;
  position: absolute;
  top: 0.9rem;
  right: 1rem;
}
.image-selection-wrapper .image-selections-selected.checkboxes .icon-confirmation:before {
  display: block;
  padding: 0.3rem;
  font-size: 1.2rem;
}
.image-selection-wrapper .image-selections-selected:hover, .image-selection-wrapper .image-selections-selected:focus, .image-selection-wrapper .image-selections-selected:active {
  background-color: #F0F4FB;
  border: 0.1rem solid #0066FF;
}
.image-selection-wrapper .image-selections-selected.disabled:not(.checkboxes) .icon-confirmation {
  background-color: #ededed;
  border: 0.1rem solid #616161;
}
.image-selection-wrapper .image-selections-selected.disabled:not(.checkboxes) .icon-confirmation:before {
  background-color: #616161;
}
.image-selection-wrapper .image-selections-selected.disabled.checkboxes .icon-confirmation {
  background-color: #616161;
  border: 0.1rem solid #616161;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) .radio:before, .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled) .checkbox:before {
  background-color: #FBF3F0;
  border: 0.1rem solid #E00B20;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled {
  background-color: #ededed;
  border: 0.1rem solid #BCBCBC;
}
.image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:hover, .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:focus, .image-selection-wrapper .form-field--error .image-selection-card:not(.image-selections-selected):not(.disabled).disabled:active {
  cursor: not-allowed;
  background-color: #ededed;
  border: 0.1rem solid #BCBCBC;
}

@media (max-width: 374px) {
  .image-selection-wrapper .image-selection-card {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media (min-width: 520px) {
  .image-selection-wrapper .image-selection-card {
    width: 13rem;
  }
}
.image-selection-wrapper .form-field .form-message {
  display: none;
}
.image-selection-wrapper .form-field.form-field--error .form-message {
  display: block;
}