/*
  form components
*/
.ant-btn {
  margin-right: 0.25rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}

.ant-select input:focus {
  box-shadow: none;
}

.ant-select-focused .ant-select-selector {
  box-shadow: none !important;
}

.ant-input-group-addon .ant-btn {
  margin: 0;
}

.ant-input:focus, .ant-input-affix-wrapper-focused {
  box-shadow: none !important;
}

.ant-input-number-handler-wrap {
  z-index: 1;
}

.ant-image-preview-content {
  height: 100%;
}

.ant-image-preview-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ant-badge .ant-badge-count {
  box-shadow: none !important;
}

.ant-upload-select-picture-card {
  overflow: hidden !important;
}