/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
textarea.ant-input {
  height: 32px!important;
}
.select-input {
  height: 32px!important;
  position: relative;
}
.select-input .textarea {
  max-width: inherit;
  width: calc(100% - 32px);
}
.select-input .textarea::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.select-input textarea.ant-input {
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
}
.select-input .input-multiple-delete {
  display: none;
  cursor: pointer!important;
}
.select-input:hover .input-multiple-delete {
  position: absolute;
  display: block;
  color: #ccc;
  right: 9px;
  top: 10px;
}
.drop-drown-style {
  width: 100% ;
  border: 1px solid #ddd;
  z-index: 1000;
  position: absolute;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 4px;
  top: -9px;
}
.drop-drown-style .drop-drown-option {
  border-bottom: 1px solid #ddd;
  background: #fff!important;
  z-index: 20;
  padding: 2px;
}
.drop-drown-style .drop-drown-option .dropdown-option-input {
  width: calc(100% - 20px);
  color: rgba(0, 0, 0, 0.65);
}
.drop-drown-style .drop-drown-option .dropdown-option-delete {
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drop-drown-style .ant-input {
  width: calc(100% - 30px);
  border: 1px solid #ddd;
  color: #000!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
