.checkboxes {
    /* border-right: 1px solid #ddd; */
    /* padding: 0px 10px; */
    line-height: 1.7;
    margin-bottom: 15px;
}

.more_payments_pending {
    border: 1px solid #ddd;
    padding: 10px;
    font-size:16px;
    line-height: 1.8;
}


strong {
    font-weight: 700;
    color: #368336;
}

p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 10px;
}

.cb {
    /* border-right: 1px solid #ddd; */
    margin: 0px 0px 10px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
}

.cb input {
    display: none;
}

.cb input + label {
    width: 20px;
    height: 20px;
    display: inline-block;
    /* border: 1px solid #888; */
    margin-inline-end: 10px;
    border-radius: 2px;
    box-shadow: inset 0px 0px 0px 1px #368336;
}

.cb input:checked ~ label {
    color: #368336;
    font-weight: 700;
}

.cb input:checked + label {
    background: #368336;
    /* border-color: #368336; */
}

.cb input + label:before {
    content: '\f00c';
    font-family: fontAwesome;
    color: white;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: table;
    text-align: center;
    font-size: 12px;
}
.butts {
    display: flex;
    justify-content: space-between;
}
 
.butts > button {
    margin: 0;
}

button.button.submit.red {
    color: #640000;
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    font-weight: 400;
}

