/**
 * Filename:    sa_search_field__modern.css
 * 
 * Description: Implementation of the sa_search_field__modern class.
 * 
 * Copyright © 1999-2023 by Interact Solutions Ltda.
 * Rua Carlos Fett Filho, 47/301
 * 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_search_field__modern .sa_field__leading
{
    gap: 0;
    left: 0;
}

.sa_search_field__modern .sa_field__leading > *
{
    border-right: 1px solid rgb( var(--color-gray400) );
}

.sa_search_field__modern .sa_search_field__options
{
    border: none;
}

.sa_search_field__modern input
{
    color: rgb( var(--color-gray650) );
    border: 1px solid rgb( var(--color-gray400) );
    border-radius: 4px;
}

.sa_search_field__modern .sa_search_field__options > div
{
    padding: 6px 8px;
}

.sa_search_field__modern .sa_field__trailing
{
    right: 8px;
}

.sa_search_field__modern .tips_toolbarbutton img,
.sa_search_field__modern .tips_toolbarbutton svg
{
    width: 16px;
    height: 16px;
}

.sa_search_field__options.radio_group_popup__popup,
.sa_search_field__options.radio_group_popup__popup .z-popup-cl
{
    border-radius: 0 0 4px 4px;
}
