


.__mark_home_checkbox-container
.__mark_home_checkbox-input {
    display: none;
}
.__mark_home_checkbox-custom {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 2px solid #888;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.__mark_home_checkbox-custom svg {
    width: 14px;
    height: 14px;
    stroke: #4caf50;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transform: scale(0);
    transition: transform 0.2s ease;
}

