

/* Start:/local/components/robotsonline/main.feedback/templates/landing.feedback.form/style.css?17846640161688*/
.chckbx {
    margin: 16px 0;
}

.chckbx-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.chckbx-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    color: #333333;
    user-select: none;
}

.chckbx-square {
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #999999;
    border-radius: 3px;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.chckbx-name {
    display: inline-block;
}

.chckbx-name a {
    color: #0087c9;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.chckbx-name a:hover {
    color: #006fa6;
}

.chckbx-input:checked + .chckbx-label .chckbx-square {
    border-color: #0087c9;
    background-color: #0087c9;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
}

.chckbx-input:focus-visible + .chckbx-label .chckbx-square {
    outline: 2px solid rgba(0, 135, 201, 0.35);
    outline-offset: 2px;
}

.chckbx-input:invalid + .chckbx-label .chckbx-square {
    border-color: #d93025;
}

.chckbx-input:checked:invalid + .chckbx-label .chckbx-square {
    border-color: #0087c9;
}

/* End */
/* /local/components/robotsonline/main.feedback/templates/landing.feedback.form/style.css?17846640161688 */
