/**
 * Filename:    sa_checkbox.css
 *
 * Description: Implementation of the sa_checkbox class.
 *
 * Copyright © 1999-2024 by Interact Solutions Ltda.
 * Rua Carlos Fett Filho, 47
 * 95.900.000, LAJEADO, RS
 * BRAZIL
 *
 * The copyright to the computer program(s) herein
 * is the property of Interact Solutions Ltda., Brazil.
 * The program(s) may be used and/or copied only with
 * the written permission of Interact Solutions Ltda.
 * or in accordance with the terms and conditions
 * stipulated in the agreement/contract under which
 * the program(s) have been supplied.
 */

.sa_checkbox .sa_checkbox__container
{
    cursor: pointer;
    padding: 0 !important;
    height: unset !important;
    min-height: unset !important;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sa_checkbox .sa_checkbox__container .z-label
{
    cursor: pointer;
    color: rgb( var(--color-gray650) );
    font-size: 12px;
    line-height: 14px;
}

.sa_checkbox input
{
    cursor: pointer;
    width: 14px !important;
    height: 14px !important;
    margin: 0;
    padding: 0;
}

.sa_checkbox__image
{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 3px;
    vertical-align: bottom;
    background-size: cover;
}