/**
 * 2008-2026 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-2026 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
.presta_border {
    border: 1px solid black;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: white;
}
.presta_label {
    text-align: center;
}
.presta_table_border td,tr{
    border: 1px solid black;
    margin: 7px 0px;
    text-align: center;
}
.presta_table_border thead tr th{
    border: 1px solid rgb(107, 106, 106);
    text-align: center;
}
.presta_table_border tfoot th{
    border: 1px solid black;
}
.presta_button {
    border: 1px solid black;
}
.presta_pp_content {
    display: inline-flex;
    align-items: baseline;
}
.presta-p-0 {
    padding: 0px;
}
.presta-pp-fullpayment {
    background: #620606;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0px 0px;
    cursor: pointer;
    margin-bottom: 1rem;
    margin: 0px 13px;
    margin-right: -15px;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}
.presta_pp_content .form-check-input {
    margin-left: 25px !important;
    width: 20px;
    height: 20px;
    margin-top: 9px !important;
}
.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}
.presta_pp_content label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
    padding: 5px 30px;
    padding-left: 58px;
    width: 100%;
    text-align: left;
    margin: 4px;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}
.presta-pp-partial-payment {
    background: #052c2d;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
    margin: 15px;
    margin-right: 17px;
}
.presta-pp-partial-payment:hover{
    background: rgb(17, 161, 180);
}
.presta-pp-fullpayment:hover{
    background-color: rgb(17, 161, 180);
    background: rgb(17, 161, 180);
}
.presta_table_body {
    background: white;
}
.presta_table_foot {
    background: white;
}
.presta_table_border thead tr th {
    background: white;
}
.presta_details {
    border: 1px solid rgb(168, 168, 168) !important;
}
.presta_th_size {
    background: #24b9d7 !important;
    color: white;
}
.presta_condition_style ul{
    padding-left: 15px !important;
    list-style: revert !important;
}
