

/* Start:/local/components/waterfall/form-sender/templates/offer/style.css?1747408260802*/
.btn__file {
    width: 100%;
    box-sizing: border-box;
    color: #676767;
}

.btn__file::file-selector-button, input[type=file]::file-selector-button {
    margin-right: 20px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    border-radius: 0px;
    color: #676767;
    cursor: pointer;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transition: border .5s ease-in-out;
    padding: 10px;
  }
  
  .btn__file::file-selector-button:hover, input[type=file]::file-selector-button:hover {
    background: #51a0d5;
    color: #fff;
    border: 1px solid #fff;
  }
  
  .purchases-form__textarea {
    resize: vertical !important;
    height: 40vh;
  }

  .form__purchases button[disabled] {
    background: #ccc;
    pointer-events: none;
  }

/* End */
/* /local/components/waterfall/form-sender/templates/offer/style.css?1747408260802 */
