.addzone{
      display: flex;
      width: 100px;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid #e1e8ee;
      border-radius: .25rem;
      margin-top:20px;
      padding: 20px;
      text-align: center;
}

.update-zone{
  width: 40px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e1e8ee;
  border-radius: .25rem;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.required-field{
  color: red;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.field-errors{
  color: red;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.swal2-modal.swal2-show {
    width: 410px !important;
}
