/* Define a custom form-control class */
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin: 0;
}
.button.submitRSVP {
	margin-top: 0;
}
/* Style for focus state */
.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Style for disabled state */
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

/* Style for read-only state */
.form-control[readonly] {
    background-color: #e9ecef;
}
/* Primary Button */
.button.button-primary {
    background-color: #0073aa;
    border-color: #006799 #006799 #005c91;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.button.button-primary:hover {
    background-color: #005c91;
}

/* Default Button */
.button {
    background-color: #f7f7f7;
    border-color: #dddddd;
    color: #333;
    text-shadow: none;
    box-shadow: none;
    padding: .375rem .75rem;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    background-color: #e1e1e1;
}
/* Define your custom styles for the success alert */
.alert-success {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}

.alert-success strong {
    font-weight: bold; /* Make the text bold */
}
.widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th {
    color: #2c3338;
    font-weight: 600;
}
