/**
* 2008-2024 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2024 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/
#presta_custom_field .Checkbox {
    display: flex;
    row-gap: -3px;
    column-gap: 7px;
    padding: 9px;
    align-items: center;
}

#presta_custom_field .radio_button {
    display: flex;
    row-gap: -3px;
    column-gap: 7px;
    padding: 9px;
    align-items: center;
}

#presta_custom_field .dropdown_values,
#presta_custom_field .col-md-6.presta_notice_messages,
#presta_custom_field .presta_yes-no {
    margin-top: 10px;
}

#presta_custom_field select.presta_rf_selected {
    width: 66%;
    margin-left: -14px;
}

#presta_custom_field .required {
  color: red;
}

#presta_custom_field span.ps-shown-by-js {
    margin: 6px;
}

#presta_custom_field .col-md-9.presta_yes_no {
    margin-top: 10px;
}

#presta_custom_field span.custom-checkbox {
    display: block !important;
}

#presta_custom_field input.form-control {
    margin-top: 9px;
}

#presta_custom_field .form-group.row.presta_multipleSelected {
    margin-left: 4px;
}

#presta_custom_field p.presta_custom_error_msg {
    color: red;
    margin: 0 auto;
    width: 47%;
}

#presta_custom_field select#presta-dropdown,
#presta_custom_field .form-group.row.presta_field-dependant {
    margin-top: 11px;
}

#presta_custom_field select.form-control.dependent.presta_rf_selected {
    margin-left: 0px;
    width: 65%;
}

.col-md-3.form-control-comment {
    display: flex;
    float: right;
    bottom: 45px;
}

.col-md-3.form-control-comments {
    margin-top: 12px;
}
