div.wpforms-container-full .wpforms-form .wpforms-field-payment-coupon-applied-item .wpforms-field-payment-coupon-applied-item-remove svg, div.wpforms-container-full .wpforms-form .wpforms-field-payment-coupon-applied-item .wpforms-field-payment-coupon-applied-item-remove path {
    fill: #72B239 !important;
}	

.fulfillment th {
    background-color: #7f54b3;
    text-align: left;
    color: #fff;
    padding-left: 5px;
}

.fulfillment .memberrow td {
    border-bottom: 2px solid #ccc;
}

.fulfillment .productrow td {
    border-bottom: 1px solid #ccc;
}

.productrow:nth-child(odd) {
    background-color: #f0f8ff;
}

.productrow:nth-child(even) {
    background-color: #ffffff;
}

.fulfillment td {
    padding-left: 5px;
}

.fulfillment td input {
    height: 28px;
    border: 1px solid #ccc;
}

.toggle-icon {
    cursor: pointer;
    position: relative;
    top: -5px;
}

.notes {
    width: 100%;
}

.fsubmit {
    margin-top: 20px;
}

.startover {
    float: right;
}

img.nopackage {
    width: 24px;
    height: 24px;
}

.captain-message {
    padding: 10px !important;
    background-color: #7f54b3 !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
}

ul.member_list_columns,
ul.role_list_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.member_list_columns li {
    width: 22%;
    margin-bottom: 10px;
    list-style-type: none;
}

ul.role_list_columns li {
    width: 30%;
    margin-bottom: 10px;
    list-style-type: none;
}

.notice.notice-success {
    margin: 10px 0;
    padding: 10px;
    background-color: lightgreen;
    color: #000;
    border: solid 1px lightgreen;
    border-radius: 5px;
}

.notice.notice-error {
    margin: 10px 0;
    padding: 10px;
    background-color: pink;
    color: #000;
    border: solid 1px pink;
    border-radius: 5px;
}

button.memberset-active {
    background-color: #7F54B3 !important;
    color: #fff !important;
}

#user_switching_switch_on { 
    background-color: #FF0000 !important;
    padding: 5px !important;
    border: solid 1px #000000 !important;
    border-radius: 5px !important;
    margin-bottom: 40px !important;
}

#user_switching_switch_on a {
    background-color: #FF0000 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

#spinner {
    display: none;
    width: 32px;
    height: 32px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Style for all read-only fields */
.readonly-field {
    background-color: #f3f3f3 !important;
    border: 1px solid #ccc !important;
    color: #555 !important;
    cursor: not-allowed !important;
}

@media print {
    body.page-id-24138 * {
        display: none !important;
    }

    #ka-product-fulfillment, #ka-product-fulfillment * {
        display: block !important;
    }

    #print-button, .startover {
        display: none !important;
    }

    /* Hide any elements outside the printable area */
    #print-button, .startover, #print-button *, .startover * {
        display: none !important;
    }
}

.awcdp-radio.pay-deposit.hide-deposit-option {
    display: none !important;
}
