.cb-admin-cell {
width: 24px;
height: 24px;
border: 1px solid #ccc;
text-align: center;
font-weight: bold;
font-size: 12px;
line-height: 24px;
cursor: pointer;
position: relative;
z-index: 2;
background: #fdfdfd;
} .cb-admin-cell.filled {
background-color: #e0ffe0;
} .cb-admin-cell:not(.filled):not(.image-block):not(.disabled-cell) {
background-color: #ffff00;
border: 1px solid #bbb;
} .cb-admin-cell.image-block {
background: transparent !important;
border: none !important;
pointer-events: none !important;
} .cb-blocked {
background-color: #999 !important;
pointer-events: none;
opacity: 0.5;
} .cb-admin-cell.disabled-cell {
background-color: #fff !important;
border: none !important;
pointer-events: none;
} .cb-grid-image {
position: absolute;
z-index: 1;
object-fit: fill;
pointer-events: none;
display: block;
} .cb-question-label {
font-size: 9px;
line-height: 1.1;
position: absolute;
top: 1px;
left: 1px;
z-index: 2;
background: rgba(255, 255, 255, 0.8);
padding: 1px 2px;
max-width: 55px;
overflow: hidden;
white-space: normal;
} #cb-admin-grid-wrapper,
.cb-admin-container {
position: relative;
}    .cb-tooltip {
position: absolute;
background: rgba(0, 0, 0, 0.85);
color: #fff;
padding: 4px 8px;
font-size: 11px;
border-radius: 4px;
white-space: nowrap;
z-index: 9999;
pointer-events: none;
opacity: 0;
transition: opacity 0.2s ease;
}
.cb-modal {
position: fixed;
z-index: 10000;
left: 0; top: 0;
width: 100%; height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
.cb-modal-content {
background-color: #fff;
margin: 10% auto;
padding: 20px;
border: 1px solid #888;
width: 70%;
font-size: 16px;
border-radius: 6px;
position: relative;
}
.cb-close {
position: absolute;
right: 10px;
top: 5px;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}
.cb-image.cb-left,
.cb-image.cb-right {
position: absolute;
z-index: 1;
}
.cb-grid-wrapper {
position: relative;
}
.cb-admin-cell {
width: 24px;
height: 24px;
border: 1px solid #ccc;
text-align: center;
position: relative;
padding: 0;
margin: 0;
}
.cb-admin-cell input {
width: 100%;
height: 100%;
text-align: center;
font-size: 12px;
font-weight: bold;
border: none;
outline: none;
background-color: #fff;
}
.cb-admin-cell.cb-blocked {
background-color: #999 !important;
pointer-events: none;
opacity: 0.5;
}
.cb-success {
margin-top: 10px;
padding: 10px;
background: #e0ffe0;
border: 1px solid green;
text-align: center;
font-weight: bold;
}
.cb-grid-image {
z-index: 0;
pointer-events: none;
}
.cb-admin-cell {
position: relative;
z-index: 1;
}
.cb-admin-cell {
position: relative;
} .cb-arrow {
position: absolute;
width: 21px;
height: 21px;
color: #000;
fill: currentColor;
cursor: pointer;
pointer-events: all;
z-index: 4;
} .cb-arrow-right {
top: 50%;
right: -7px;
transform: translateY(-50%);
} .cb-arrow-down {
left: 50%;
bottom: -7px;
transform: translateX(-50%);
}
.cb-input {
color: #000; font-weight: bold; text-align: center; font-size: 16px; padding: 0;
margin: 0;
width: 100%;
height: 100%;
background: transparent;
border: none;
} .cb-input:disabled {
color: #000;
background-color: #ffd181 !important;
opacity: 1;
}
.cb-input.cb-correct {
background-color: #4CAF50;
color: white;
font-weight: bold;
border: 1px solid #388E3C;
}