/* style.css */
.ca_wrap {
    font-family: Arial, sans-serif;
    /* max-width: 800px;
    margin: 40px auto; */
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.ca_wrap h1, 
.ca_wrap h2 {
    color: #333;
    margin-bottom: 20px;
}
.userDetails{
    display: flex;
    align-items: center;
    gap: 10px;
}
.userList{
    width: 50%;
}
.listAction .button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start; 
    max-width: 100%;
}
.listAction a {
    font-size: 12px;
    padding: 5px 10px;
    white-space: nowrap;
}
.ca-form-table {
    width: 100%;
    margin-bottom: 30px;
}
.ca-form-table th {
    text-align: left;
    padding: 10px;
    font-weight: 600;
    width: 250px;
}
.ca-form-table td {
    padding: 10px;
}
.regular-text {
    width: 100%;
    max-width: 450px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="checkbox"] {
    transform: scale(1.2);
    margin-left: 5px;
}

.description {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.submit {
    margin-top: 20px;
}

.button {
    font-size: 14px;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 3px;
}

.button-primary {
    background-color: #007cba;
    color: white;
    border: none;
}

.button-primary:hover {
    background-color: #005a9e;
}

.customer-group-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.customer-group-row input[type="text"] {
    flex: 1;
    padding: 8px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.remove-group {
    background-color: #f44336;
    color: white;
    border: none;
}

.remove-group:hover {
    background-color: #d32f2f;
}

#add-customer-group {
    margin-top: 15px;
    background-color: #007cba;
    color: white;
    border: none;
}

#add-customer-group:hover {
    background-color: #005a9e;
}

#customer-groups-container {
    margin-bottom: 20px;
}
.dash_container {
    display: flex;
    justify-content: space-between;
    margin: 50px;
}

.ca_card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: calc(20% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ca_card h3 {
    margin-bottom: 15px;
    color: #666;
}

.ca_card p {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}


.customer-list-container {
    font-family: Arial, sans-serif;
}

.catabs {
    margin-bottom: 20px;
}

.tab-button {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}

.tab-button.active {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

.customer-list-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.customer-list-table th,
.customer-list-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.status.pending {
    color: #d69d00;
    font-weight: bold;
}

.status.approved {
    color: green;
    font-weight: bold;
}

.status.rejected {
    color: red;
    font-weight: bold;
}

.customer-list-table .table-row {
    display: none; /* Hide all rows by default */
}

.customer-list-table .table-row.show {
    display: table-row; /* Show rows based on filter */
}
#sortable-table thead tr th{
    background: #fff;
}
#sortable-table .ui-sortable tr{
    background: #f6f7f7;
}
table.form-table td input.validation-message{
    margin-top: 10px;
}

.form-table.user_registration_mn tr th,
.form-table.user_registration_mn tr td{
    border: 1px solid #ddd;
    padding:10px 8px;
    background: #fff;
}
.joePage{
    float: right;
    margin: 10px 0 10px;
}

.joePage .tablenav-pages {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.joePage .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    background-color: #f7f7f7;
    color: #0073aa;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.joePage .page-numbers:hover {
    background-color: #0073aa;
    color: #ffffff;
    border-color: #0073aa;
}

.joePage .page-numbers.current {
    background-color: #0073aa;
    color: #ffffff;
    font-weight: bold;
    border-color: #0073aa;
}

.joePage .prev, .joePage .next {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 10px;
    background-color: #f7f7f7;
    color: #0073aa;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.joePage .prev:hover, .joePage .next:hover {
    background-color: #0073aa;
    color: #ffffff;
    border-color: #0073aa;
}

.joePage .prev[disabled], .joePage .next[disabled] {
    color: #ccc;
    background-color: #f1f1f1;
    border-color: #ddd;
    pointer-events: none;
}
table.wp-list-table.widefat.fixed.striped.table-view-list{
    margin: 30px 0;
}
.customer-approval_page_customer-list .notice.notice-error,.customer-approval_page_customer-list .notice-success{
    width: calc(100% - 250px);
    float: right;
}
.wp-core-ui select{
    vertical-align: top;
}
.field-options .option-wrapper{
    margin: 3px 0;
}