.unsolved-popup-shape .unsolved-popup-container {
    border-radius: 6px;
}

.unsolved-popup-shape .unsolved-tag-parent input:checked ~ label {
    background: #FEF3F3;
    color: #d94940;
}

.unsolved-popup-shape .unsolved-but-choose .unsolved-determine {
    background: #d94940;
    border: 1px #d94940;
    border-radius: 4px;
}

.unsolved-popup-shape .unsolved-but-choose .unsolved-cancel {
    border: 1px solid #d94940;
    color: #d94940;
    border-radius: 4px;
}
