
/* Supplier Panels - Products List */
#imex_seller_products .elementor-widget-jet-form-builder-form { margin-top: 15px !important; }
#imex_seller_products .jet-form-builder-row.field-type-submit-field { padding: unset !important; }
#imex_seller_products .jet-form-builder__action-button { cursor: pointer; font-size: 0.8rem; padding: 5px 15px !important; }
#imex_seller_products .jet-form-builder__action-button:hover { background-color: red !important; color: white }

/* Supplier Panels - Add Or Edit Products Forms */
.imex_product_categories_group .jet-form-builder-hr-select-level {
    margin-bottom: 15px !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start !important;
    align-items: center;
}
.imex_product_categories_group .jet-form-builder-hr-select-level > .jet-form-builder__label { width: 20% !important; max-width: 20% !important; }
.imex_product_categories_group .jet-form-builder-hr-select-level .jet-form-builder__field {  }

.imex_product_categories_group .jet-form-builder-hr-select-level .jet-form-builder__field::placeholder,
.imex_product_categories_group .jet-form-builder-hr-select-level .jet-form-builder__field option:first-child { color: gray !important; }

select.jet-form-builder__field:focus,
select.jet-form-builder__field:focus-visible { border: 1px solid #eee !important; outline: none !important; }

select.jet-form-builder__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="black" d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-left: 10px;
}

.select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow,
select.imex_product_country .select2-selection__arrow {
    top: 5px !important;
}