/*
CRIAR ITEM E COLOCAR NO 'Column CSS Classes' : custom-button-lov
CRIAR BOTÃO Template: Icon , Template Options: Inline (Next to an item), Start New Row : NO, New Column : NO
*/

.custom-button-lov {
    display: flex;
}

.custom-button-lov > div {
    width: calc( 100% - 2rem );
}

.custom-button-lov input {
    border: thin solid var(--color-field-border) !important;
    background-color: var(--color-background) !important;
    height: 40px !important;
}

.custom-button-lov label {
    /*transform: translateY(-22px) scale(0.8) !important;*/
    font-size: 0.8rem;
    transform: unset;
    top: -1.2rem;
}

.custom-button-lov > button.btn:not(.btn-floating) {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: unset !important;
    align-items: center;
}

.custom-button-lov > button.btn:not(.btn-floating) i {
    text-align: center;
    width: 2rem;
    font-size: 1.1rem;
    line-height: 40px;
    color: #000000;
}
