.app-checkbox {
    display: flex;
    align-items: flex-start;
}
.app-checkbox__input {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.app-checkbox__toggle {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    padding: 1px;
    margin-right: 16px;
    margin-bottom: 2px;
    border: 2px solid #D0D5DD;
    cursor: pointer;
    flex-shrink: 0;
}
.app-checkbox__name {
    margin-bottom: 4px;
}
.app-checkbox__subname {
    color: #B5B7C0;
}
.app-checkbox__toggle_on {
    border: 2px solid #C71E3F;
}
.app-checkbox__toggle_on::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6654 3.5L5.2487 9.91667L2.33203 7' stroke='%23C71E3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.app-checkbox__link {
    color: #C71E3F!important;
}