.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #000000;
    opacity: 0.9;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    height: 1px;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

h6 {
    font-size: 0.660rem
}

.rz-html-editor-content {
    background-color: #E0E0E0
}

ul li.step:before {
    content: "\20DE";
    position: absolute;
    left: 0;
}

.alerts-border {
    border: 5px #ff0000 dashed !important;
}

.cb-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #374151;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out;
}

.cb-input:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}

.cb-input:disabled {
    background-color: #f3f4f6;
    cursor: not-allowed;
}

.cb-table {
    width: 100%;
    border-collapse: collapse;
}

.cb-table th,
.cb-table td {
    padding: 0.5rem 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.cb-table thead th {
    background-color: #f9fafb;
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
}

.cb-table tbody tr:hover {
    background-color: #f9fafb;
}
