.swal2-custom-select {
  display: block;
  width: 100%;
  padding: 0.75em;
  font-size: 1em;
  line-height: 1.5;
  color: #545454;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 1em;
}

.swal2-custom-select:focus {
  border-color: #3085d6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 100, 200, 0.25);
}

.swal2-input {
  width: 100% !important;
  margin-left: 0px;
  box-sizing: border-box;
}

.swal2-html-container {
    padding-left: 50px;
    padding-right: 50px;
}