/**
 * 2008-2023 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-2023 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
.presta-calendar-icon {
    width: 42px;
    padding: 5px 0px;
}
.presta-calendar-icon .material-icons {
    font-size: 24px;
}
.presta-required::after{
    content: '*';
    margin-left: 3px;
    color: #ff0000;
}

.presta_call_before_delivery{
    margin-left: 20px;
}
.presta-eddt {
    background: #e9e8e7;;
    padding: 15px 20px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.presta_error {
    color: #ff0000;
}
#ui-datepicker-div {
    width: min-content !important;
}
