div.swal2-html-container{overflow:hidden}
.select2-selection__choice__display{margin-left:20px}

.high-alert {
  animation: mymove 500ms infinite;
}

@keyframes mymove {
  from {color:white}
  to { color:red}
}