.invoice-form{position:relative;display:flex;flex-direction:column}.invoice-form__label{font-size:16px;margin-bottom:6px;cursor:pointer;color:#0d0d0d}.invoice-form__labelCompleted{color:#6f6f6f}.invoice-form__inputContainer{position:relative;width:100%}.invoice-form__dropdown{margin-top:10px;border-radius:6px;max-height:240px}.invoice-form__dropdownInput{margin-right:20px;border:0;width:100%;font-size:14px;outline:none!important;background:transparent}.invoice-form__dropdownEmpty{padding:40px;font-size:14px;text-align:center;color:#888}.invoice-form__dropdownSearch{display:flex;align-items:center;justify-content:space-between;width:auto;margin:5px 14px;border:0;border-bottom:1px solid #bebebe!important;border-radius:0;padding:8px 0}.invoice-form__dropdownSearch svg{flex-shrink:0;margin-right:10px}.invoice-form__error{display:flex;align-items:center;margin-top:5px}.invoice-form__error svg{margin-right:6px}.invoice-form__error small{color:#bd0000;font-size:14px}.custom__select{position:relative;width:100%;text-align:left;outline:0;height:47px;line-height:32px;z-index:8}.custom__select--label{position:relative;z-index:2}.custom__select .selected{border-bottom:2px solid #ccc;box-shadow:none;cursor:pointer;font-size:20px;padding:8px 0 8px 12px;user-select:none;-webkit-appearance:none}.custom__select .selected:after{position:absolute;content:"";top:14px;right:1em;width:12px;height:12px;border:1px solid transparent;border-color:#0d0d0d #0d0d0d transparent transparent;transform:rotate(135deg);transition:transform .2s linear}.custom__select .flex-checkout{border:1px solid #bebebe;border-radius:6px}.custom__select .is-closed{border-bottom:0;cursor:default}.custom__select .is-closed:after{display:none}.custom__select .open:after{transform:rotate(315deg)}.custom__select .has-errors{border-bottom:2px solid #e60000;position:relative}.custom__select .flex-errors{border:1px solid #bd0000}.custom__select .items{color:#666;border-radius:0 0 6px 6px;box-shadow:0 4px 4px rgba(0,0,0,.25);overflow-y:scroll;position:absolute;background-color:#fff;max-height:200px;border-bottom:1px solid #666;left:0;right:0;z-index:1}.custom__select .items div{color:#666;padding-left:1em;cursor:pointer;user-select:none}.custom__select .items div:hover{background-color:#ccc;color:#666}.custom__select--error{bottom:-20px;left:0}.selectHide{display:none}@media only screen and (max-width:970px){.invoice-form__label{font-size:14px}}