/* vim: set ts=4 sw=4 sts=4 et: */

/**
 * Shipping Consent Module
 *
 * @category  X-Cart_5_5_Module
 * @package   ShippingConsent
 * @author    CFL Systems, Inc. <support@cflsystems.com>
 * @copyright 2023 CFL Systems, Inc. All rights reserved.
 * @license   License Agreement - https://www.cflsystems.com/software-license-agreement.html
 * @link      https://www.cflsystems.com/
 */

.shipping-consent-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.shipping-consent-checkbox div.table-label {
    pointer-events: all;
    position: relative !important;
    margin-top: 0;
    transform: none !important;
}
.shipping-consent-checkbox div.table-label label {
    white-space: normal;
}
.shipping-consent-checkbox div.table-label label:after {
    display: none;
}
.shipping-consent-checkbox .table-value .input input.form-control[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.shipping-consent-checkbox .table-value p.error {
    display: none;
}
.shipping-consent-checkbox {
    margin-top: 20px;
}
.shipping-consent-checkbox .table-label {
    margin-left: 10px;
}
