select, input, textarea {
    width: 100%;
}
    input[type=checkbox], input[type=radio] {
        width: auto;
    }
h1 {
    font-weight: 800;
}

h4 {
    font-weight: bold;
}

th {
    text-align: center;
}

.required::after {
    content: " *";
    color: red;
}

.disabled-cell {
    background-color: #007BFF; /* Bootstrap primary blue to match your description */
    color: white;
}

.CBI-label {
    color: red; /* Red text for required field labels */
    font-weight: bold; /* Bold text for emphasis */
}

.CBI-input {
    background-color: #f8d7da; /* Light red background */
    color: #721c24; /* Dark red text color */
    /* padding: 15px; Padding for better spacing */
    /* border-radius: 5px; Rounded corners for aesthetics */
    /* margin-top: 5px; Space above the note area */
    /* margin-bottom: 20px; Space below the note area */
}

.disable-model  {
    display: none;
}

[data-repeat-key] {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 5px;
    margin:5px;
}
[data-model-key] {
    padding: 15px 0;
}
.text-end{text-align:right;}

[data-repeat-key]:hover {
    background-color: #fff8dc; /* Light yellowish background */
    border: 2px solid #ffa500; /* Orange border */
    transition: all 0.3s ease-in-out;
}

.highlight-block {
    outline: 2px solid #007bff; /* Bootstrap blue */
    background-color: #e7f1ff;
    transition: background-color 0.3s ease;
}

.numberLabel {
    display: block;
    padding: 0.375rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-weight: bold;
    text-align: left;
    cursor: default;
    user-select: none;
}

/* Included */
.nav.nav-tabs li.csi-included > a {
    background: #ffffff;
    border-bottom: 3px solid #2e7d32;
    color: #000000;
}

/* Excluded / Optional CSI */
.nav.nav-tabs li.csi-excluded > a {
  
  
 background: #b9b9b98c;
    border-bottom: 3px solid #bdbdbd;
    color: #777;
}

/* Unknown state */
.nav.nav-tabs li.csi-unknown > a {
  background:#eef5ff;
  border-bottom:3px solid #1565c0;
}


/* Active */
.nav.nav-tabs li.active > a {
	background: #d7ebeb;
	border-bottom: 3px solid #2e7d32;
	color: #333;                      /* stronger text contrast */
}