.form-item.js-form-item.form-type-vertical-tabs.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label.form-group {
    display: none;
}

ul.dropbutton.dropbutton--multiple.dropbutton--extrasmall {
    list-style: none;
    padding-left: 0;
}
ul.dropbutton.dropbutton--multiple.dropbutton--extrasmall li {
    display: inline;
    margin-right: 15px;
}
.field-add-more-submit {
    background: #5d3aa3;
}
input.form-control{
    border: 1px solid #f5f0f0;
}
textarea, textarea.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    padding: 5px;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    border-radius: 5px;
}
p#field_main_image-media-library-wrapper--description, div#edit-field-media strong, div#edit-field-media-text {
    display: none;
}
input[type=file]{
    box-shadow: none;
    border: none;
    height:40px;
}
.select-wrapper select{
    background-image: none;
}

input[type=file]::file-selector-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.846;
    border-radius: 3px;
    border: none;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 40%);
    transition: all 0.4s;
    background: #5d3aa3;
    color: white;
    transition: 1s;
  }
  
  
  input[type=file]::file-selector-button:hover {
    background-color: #439a46;
  }