/**
* 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 .radio_button.col-md-9.presta_radio_select {
    margin-top: 10px;
}
div#presta_custom_field {
    padding: 20px;
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: none;
}
#presta_custom_field .col-md-9.presta_yes_no {
    margin-top: 10px;
}

#presta_custom_field div#presta_checkout_errors {
    background-color: #e03535;
}

#presta_custom_field p {
    color: white;
    font-weight: 500;
}

#presta_custom_field span.required {
    color: red;
}
#presta_custom_field .presta_error_code {
    color: red;
    margin-top:4px;
    font-size: 12px;
}
#presta_custom_field .presta_alert_border {
    border: 1px solid #e03535;
}
#ps_custom_checkout_carrier_form #presta_custom_field {
    padding: 0px;
}
.presta_file_preview {
    background: #ddd;
    color: #000;
    padding: 10px;
    margin-top: 10px;
}
.presta_btn_disabled  {
    opacity: .50;
    cursor: not-allowed;
}
#ps_custom_checkout_payment_form #presta_custom_field {
    padding: 0px;
}
