.ceef-wrapper {
    margin: 30px auto;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 25px;
}

.ceef-form {
    width: 100%;
}

    .ceef-form th {
        width: 180px;
        text-align: left;
        padding: 5px;
    }

    .ceef-form td {
        padding: 5px;
    }



#schedule_message {
    margin-top: 20px;
    font-weight: bold;
}

.ceef-schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    border: 2px solid #ddd;
}

    .ceef-schedule-table th {
        background: #2271b1 !important;
        color: #fff;
        padding: 12px;
    }

    .ceef-schedule-table td {
        border: 1px solid #ddd;
        padding: 0px !important;
    }

    .ceef-schedule-table tr:nth-child(even) {
        background: #f8f8f8;
    }

    .ceef-schedule-table .button {
        margin-right: 6px;
    }


.ceef-success {
    background: #d1e7dd;
    color: #0f5132;
    padding: 12px;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid #badbcc;
}

.ceef-error {
    background: #f8d7da;
    color: #842029;
    padding: 12px;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid #f5c2c7;
}

.ceef-schedule-table button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.ceef-pagination {
    margin-top: 20px;
    text-align: center;
}

    .ceef-pagination button {
        padding: 6px 12px;
        margin: 2px;
        cursor: pointer;
    }

    .ceef-pagination .active {
        background: #0073aa;
        color: #fff;
        border: 1px solid #0073aa;
    }

.required {
    color: #d63638;
    font-weight: bold;
}

.required-note {
    color: #d63638;
    font-size: 13px;
    text-align: left;
    padding-top: 8px;
}
