/* /Components/CheckBox.bolero.rz.scp.css */
.custom-checkbox[b-ecie7nusqq] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

/* hide native checkbox */
.custom-checkbox input[b-ecie7nusqq] {
    display: none;
}

/* checkmark box */
.custom-checkbox .checkmark[b-ecie7nusqq] {
    width: 24px;
    height: 24px;
    border: solid var(--bulma-primary);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
}

/* checkmark symbol */
.custom-checkbox .checkmark[b-ecie7nusqq]::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid var(--bulma-primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* show checkmark when checked */
.custom-checkbox input:checked + .checkmark[b-ecie7nusqq]::after {
    display: block;
}

.custom-label[b-ecie7nusqq] {
    margin-bottom: 0;
}
/* /Components/CodeBlock.bolero.rz.scp.css */
textarea[b-021ur6zxzs], .output[b-021ur6zxzs] {
    font-family: 'Fira Code', Arial, monospace;
    font-size: 0.95rem;
}

.output[b-021ur6zxzs] {
    cursor: text;
    color: #ABB1BF;
    background-color: #14161A;
    padding: 1em;
    white-space: pre-wrap;
}

.content .output:not(:last-child)[b-021ur6zxzs] {
    margin-bottom: var(--bulma-content-block-margin-bottom);
}
/* /Components/NavBar.bolero.rz.scp.css */
.navbar a[b-pzz1d8j7pw] {
    text-decoration: none;
}
/* /Components/TypeInference.bolero.rz.scp.css */
textarea[b-zcpb4bkapw] {
    font-family: 'Fira Code', Arial, monospace;
    font-size: 0.95rem;
}
/* /MyApp.bolero.rz.scp.css */
