/* .custom_green{
    background-color: #1b381f !important;
}

.custom_beige{
    background-color: #d4b896 !important;
}

.custom_wine{
    background-color: #590016 !important;
} */

/* Botões */
.ui.button.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.button.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.button.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Hover para Botões */
.ui.button.custom_green:hover {
    background-color: #143018 !important;
}
.ui.button.custom_beige:hover {
    background-color: #c3a589 !important;
}
.ui.button.custom_wine:hover {
    background-color: #430013 !important;
}

/* Botões Mini: Verde */
.ui.mini.button.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
    font-size: 0.78571429rem !important; /* Tamanho padrão do botão mini */
}
.ui.mini.button.custom_green:hover {
    background-color: #143018 !important; /* Cor ao passar o mouse */
}

/* Botões Mini: Bege */
.ui.mini.button.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
    font-size: 0.78571429rem !important;
}
.ui.mini.button.custom_beige:hover {
    background-color: #c3a589 !important; /* Cor ao passar o mouse */
}

/* Botões Mini: Vinho */
.ui.mini.button.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
    font-size: 0.78571429rem !important;
}
.ui.mini.button.custom_wine:hover {
    background-color: #430013 !important; /* Cor ao passar o mouse */
}


/* Labels */
.ui.label.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.label.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.label.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Cards */
.ui.card.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.card.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.card.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Modais */
.ui.modal.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.modal.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.modal.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Segments */
.ui.segment.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.segment.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.segment.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Menus */
.ui.menu.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.menu.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.menu.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Headers */
.ui.header.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.header.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.header.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Tables */
.ui.table.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.table.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.table.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Inputs */
.ui.input.custom_green input {
    background-color: #1b381f !important;
    color: #fff !important;
    border: 1px solid #143018 !important;
}
.ui.input.custom_beige input {
    background-color: #d4b896 !important;
    color: #000 !important;
    border: 1px solid #c3a589 !important;
}
.ui.input.custom_wine input {
    background-color: #590016 !important;
    color: #fff !important;
    border: 1px solid #430013 !important;
}

/* Dropdowns */
.ui.dropdown.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
}
.ui.dropdown.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
}
.ui.dropdown.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
}

/* Messages */
.ui.message.custom_green {
    background-color: #1b381f !important;
    color: #fff !important;
    border: 1px solid #143018 !important;
}
.ui.message.custom_beige {
    background-color: #d4b896 !important;
    color: #000 !important;
    border: 1px solid #c3a589 !important;
}
.ui.message.custom_wine {
    background-color: #590016 !important;
    color: #fff !important;
    border: 1px solid #430013 !important;
}

/* Ícone Grande: Verde */
.bars.big.icon.custom_green {
    color: #1b381f !important;
}

/* Ícone Grande: Bege */
.bars.big.icon.custom_beige {
    color: #d4b896 !important;
}

/* Ícone Grande: Vinho */
.bars.big.icon.custom_wine {
    color: #590016 !important;
}

/* Hover para os Ícones */
.bars.big.icon.custom_green:hover {
    color: #143018 !important;
}
.bars.big.icon.custom_beige:hover {
    color: #c3a589 !important;
}
.bars.big.icon.custom_wine:hover {
    color: #430013 !important;
}
