/* [project]/(client)/components/ui/dragger/style.css [app-client] (css) */
.ant-upload-drag {
  background: #327aff0d !important;
  border-color: #327aff !important;
  border-radius: 12px !important;
}

.ant-upload-list-item {
  border: 1px solid #327aff;
  padding: 16px 8px;
  background: #fff !important;
  border-radius: 12px !important;
  margin-top: 16px !important;
}

.ant-upload-list-item-name {
  color: #414141 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 28px !important;
}

/*# sourceMappingURL=%28client%29_components_ui_dragger_style_4f518226.css.map*/