@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* Ensure <strong> and <b> render as bold even when base font-weight is light */
strong, b {
    font-weight: 700;
}

li {
    position: relative;
    padding-right: 10px;
}

.item-left {
    display: inline-block;
    max-width: 70%;
}

.ingredientes {
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.material-icons-hidden {
    display: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    width: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: text-bottom;
}

    /* Rules for sizing the icon. */
    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

body {
    padding: 0px;
    margin: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    background: white;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-top: 0px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.form {
    display: inline-block;
    padding: 8px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: black;
    background-color: white;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    box-shadow: 0px 0px 10px rgba(3,47,94,0.1) inset;
    border: 1px solid #bbb;
    width: 100%;
    border-radius: 4px;
    margin: 2px 0;
    background-color: rgba(255,255,255,0.9);
    -webkit-appearance: listbox;
}

.formHome {
    display: inline-block;
    padding: 8px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    box-shadow: 0px 0px 10px rgba(3,47,94,0.1) inset;
    border: 1px solid #FFA046;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    -webkit-appearance: listbox;
}

h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #777;
    margin: 0px 10px;
}

.form-group {
    display: inline-block;
}

    .form-group label {
        display: block;
        margin-top: 5px;
    }

    .form-group input {
        font-weight: bold;
    }

    .form-group select {
        font-weight: bold;
    }

    .form-group .btnClass {
        margin-top: 10px;
        min-height: 52px;
        padding: 0 28px;
        background-color: #FFA046;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 500;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

.form2-group {
    display: inline-block;
}

    .form2-group label {
        display: block;
        margin-top: 5px;
    }


    .form2-group .btnClass {
        margin-top: 10px;
        min-height: 52px;
        padding: 0 28px;
        background-color: #FFA046;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 500;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

.align-right {
    text-align: right;
}

#divMenu .container {
    display: flex;
    gap: 1.225%;
    margin-left: 3px;
    font-size: 15px;
}

#divMenu a {
    flex: 1;
    text-decoration: none;
    outline: none;
    text-align: center;
    line-height: 3;
    color: black;
    margin: 10px 0;
}

    #divMenu a:link,
    a:visited,
    a:focus {
        background: #FFA046;
        color: #1E1E1E;
    }

    #divMenu a:hover {
        background: #1E1E1E;
        color: #FFA046;
    }

    #divMenu a:active {
        background: black;
        color: white;
    }

#btnSave {
    background-color: #FFA046;
    color: #1E1E1E;
}

#divCabTitle {
    width: 100%;
    margin: 0px auto 10px auto;
}



#divCabecalho {
    width: 100%;
    margin: 0px auto 10px auto;
}

    #divCabecalho .buttonBuscar {
        border: none;
        width: 98%;
        height: 40px;
        font-size: 20px;
        cursor: pointer;
        color: white;
        background-color: #FFA046;
        border-radius: 4px;
        margin: -20px 0px 20px 4px;
        -webkit-appearance: none;
    }

    #divCabecalho .divFaixaListra {
        height: 20px;
        background-color: #1E1E1E;
        background-position: bottom;
    }

    #divCabecalho .divFaixa {
        position: relative;
        height: 40px;
        background-color: #FFA046;
        background-position: bottom;
    }

        #divCabecalho .divFaixa img {
            display: block;
            position: absolute;
            padding-left: 2%;
            margin: -11px 0;
        }



.icon-g {
    line-height: 1
}

    .icon-g:before {
        font-family: icon-generals !important;
        font-style: normal;
        font-weight: 300 !important;
    }


.icon-g-menu:before {
    content: url(/layout/bot-menu.png);
    background-color: transparent;
}

.icon-g-menu-close:before {
    content: url(/layout/bot-menu-close.png);
    background-color: transparent;
}


#profile-menu {
    flex-grow: 0;
    flex-shrink: 0;
    order: 1;
    position: absolute;
    right: 10px;
    width: 48px;
    margin: -7px 0;
}

    #profile-menu .profile-menu-ico {
        margin: 12px 10px;
        padding: 0;
        background-color: transparent;
        border-color: transparent;
    }

    #profile-menu nav span {
        font-size: 20px;
        color: white;
    }

    #profile-menu nav ul li {
        display: block;
        line-height: 50px;
        font-weight: 500;
        color: #848484;
        border-bottom: 1px solid #e1e1e1;
        padding-right: 0 !important;
    }

        #profile-menu nav ul li a {
            color: #FFA046;
            font-size: 20px;
        }

    #profile-menu nav .menu-title {
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #e1e1e1;
    }

.sliding-menu nav {
    display: block !important;
    position: fixed;
    width: 95%;
    height: 100vh;
    top: 0;
    left: -96%;
    transform: translateX(0);
    background-color: #eaeaea;
    opacity: 0;
    z-index: 99;
    overflow: scroll;
    transition: transform .4s ease, opacity .4s ease;
}

    .sliding-menu nav.active {
        transform: translateX(100%);
        background-color: #1E1E1E;
        opacity: 1;
    }

#divContainer #divFotoFundo {
    display: block;
    position: absolute;
    margin: 0px 0px;
    background-image: radial-gradient(circle at center,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/layout/fundo.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    height: 668px;
    z-index: -1;
}

    #divContainer #divFotoFundo #divMaisDestaques {
        margin: 10px 10px;
    }

        #divContainer #divFotoFundo #divMaisDestaques h3 {
            font-size: 21px;
            font-weight: 300;
            margin: 80px 0 10px;
        }

#divContainer #divFotoFundoMenu {
    display: block;
    position: absolute;
    margin: 0px 0px;
    background-image: radial-gradient(circle at center,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/layout/fundo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.massas {
    background: linear-gradient(135deg, #ffe5b4, #ffb347);
    padding: 20px;
    border-radius: 10px;
    width: 322px;
}

    .massas p {
        margin-top: 0px;
    }

.paginacao {
    text-align: center;
    font-size: 24px;
    display: inline-block;
    margin: 6px 0px 50px 0px;
}

    .paginacao a {
        background-color: #FFA046;
        color: #1e1e1e;
        padding: 10px 15px;
        margin-left: 5px;
        margin-right: 0px;
        border-radius: 10px;
    }

        .paginacao a:hover {
            background-color: #FFA046;
        }

    .paginacao .atual {
        padding: 10px 8px;
        background-color: #1e1e1e;
        color: #FFA046;
        border-radius: 10px;
    }


.pagCirculo {
    height: 80px;
    text-align: center;
}

    .pagCirculo .atual {
        display: inline-block;
        background-color: #5d595a;
        margin: 0px 5px;
        width: 7px;
        height: 7px;
    }

    .pagCirculo .nAtual {
        display: inline-block;
        background-color: #d2cfda;
        margin: 0px 5px;
        width: 7px;
        height: 7px;
    }

        .pagCirculo .nAtual:hover {
            background-color: #335981;
        }

    .pagCirculo .prev {
        display: inline-block;
        height: 17px;
        width: 22px;
        background-color: rgba(0, 0, 0, 0.6);
        margin-right: 20px;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .pagCirculo .next {
        display: inline-block;
        height: 17px;
        width: 22px;
        background-color: rgba(0, 0, 0, 0.6);
        margin-left: 20px;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

.dtDestaque {
    width: 100%;
    padding: 0px;
}

    .dtDestaque .divImovBase {
        position: relative;
        display: table;
        padding: 0px;
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.16);
        margin-bottom: 20px;
        border-radius: 4px;
        min-width: 350px;
    }



        .dtDestaque .divImovBase .divFx1 {
            padding: 3px 0px;
            background-color: white;
            clear: both;
            color: black;
            margin-bottom: 15px;
        }

            .dtDestaque .divImovBase .divFx1 h2 {
                text-align: center;
                color: #444;
                font-size: 18px;
                font-weight: 300;
                margin: 0px 0px;
            }

            .dtDestaque .divImovBase .divFx1 h3 {
                text-align: center;
                font-size: 18px;
                font-weight: 300;
                color: #444;
                margin: 0px 0px;
            }

        .dtDestaque .divImovBase .imgPic {
            width: 100%;
            padding: 0px;
            margin: 0px;
            overflow: hidden;
        }

            .dtDestaque .divImovBase .imgPic .imgFoto {
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
                transform-origin: 50% 50%;
                transition: transform .3s ease;
                width: 100%;
            }

                .dtDestaque .divImovBase .imgPic .imgFoto:hover {
                    cursor: pointer;
                    transform: scale(1.5);
                }

        .dtDestaque .divImovBase .divFxDesc {
            background-color: #fff;
            height: 53px;
            padding: 0px;
            color: black;
            margin-top: -10px;
        }

            .dtDestaque .divImovBase .divFxDesc h2 {
                font-weight: bold;
                font-size: 14px;
                text-align: center;
                padding: 3px 4px;
            }

            .dtDestaque .divImovBase .divFxDesc h3 {
                font-weight: bold;
                font-size: 14px;
                text-align: center;
            }


        .dtDestaque .divImovBase .divFx2 {
            line-height: 18px;
            background-color: #fff;
            color: #636363;
            font-size: 15px;
            padding: 1px;
            text-align: right;
        }

            .dtDestaque .divImovBase .divFx2 table {
                width: 100%;
                margin: 0px 10px 30px 10px;
            }


        .dtDestaque .divImovBase .divFx3 {
            clear: both;
            margin: -38px 0px;
            height: 33px;
            text-align: left;
            color: white;
            font-size: 11px;
        }

            .dtDestaque .divImovBase .divFx3 .divValorRelacionados {
                position: relative;
                padding: 8px;
                font-size: 22px;
                font-weight: bold;
                float: left;
                text-shadow: black 0.1em 0.1em 0.2em;
            }

            .dtDestaque .divImovBase .divFx3 .divRef {
                position: relative;
                padding: 8px;
                font-size: 11px;
                font-weight: bold;
                float: right;
            }

            .dtDestaque .divImovBase .divFx3 img {
                margin-bottom: -2px;
                margin-right: 10px;
            }

            .dtDestaque .divImovBase .divFx3 a {
                font-size: 10px;
            }

                .dtDestaque .divImovBase .divFx3 a:hover {
                    text-decoration: underline;
                }

        .dtDestaque .divImovBase .divFoto {
            position: absolute;
            bottom: 109px;
            left: -55px;
            clip: rect(0px, 100px, 100px, 60px);
            width: 75px;
            padding: 5px;
            background: url(/layout/back-foto.png);
        }

            .dtDestaque .divImovBase .divFoto .labQtdFoto {
                float: left;
                color: white;
                font-weight: bold;
                font-size: 11px;
            }

            .dtDestaque .divImovBase .divFoto img {
                margin: 1px 0px 0px 0px;
                display: inline-block;
                float: right;
            }

        .dtDestaque .divImovBase .lnkLegenda {
            font-size: 1px;
        }

        .dtDestaque .divImovBase .divLegenda {
            position: absolute;
            z-index: 100;
            top: 47px;
            left: 4px;
            padding: 5px;
            background-color: #eceaea;
            font-size: 9px;
            border: 1px solid #ccc;
            display: none;
            white-space: nowrap;
        }



        /*.dtDestaque .divImovBase:hover .divFx1 {
                background-color: #C9996F;
                color: #fff;
            }*/

        .dtDestaque .divImovBase:hover .divFx2 {
        }

        .dtDestaque .divImovBase:hover .divFx3 {
            background-color: #C9996F;
            color: #fff;
        }

        .dtDestaque .divImovBase:hover .divLegenda {
            color: black;
        }

.form-border {
    margin: 10px;
}

#divPreco {
    font-size: 22px;
}

#divMain {
    width: 100%;
    margin: 100px 0 30px;
    /* padding: 20px 10px 30px 10px; */
}

    #divMain #aAnuncieSeuImovMob {
        color: #fc7b27;
        font-size: 22px;
    }

    #divMain #divTitulo {
        margin-top: 300px;
    }

.clshomeh1 h1 {
    margin: 280px 0 0 0;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: white;
}

.clshomeh1 p {
    margin: 300px 0 0 20px;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

.TableCSS {
    border-style: none;
    background-color: #FFA046;
    width: 100%;
}

.TableHeader {
    background-color: #1e1e1e;
    color: #FFA046;
    font-size: medium;
    font-family: Roboto;
    font-weight: bold;
}

.TableData {
    background-color: #2e2e2e;
    color: #fff;
    font-family: Roboto;
    font-size: small;
    width: 50px;
}

    .TableData .button {
        background-color: #FFA046;
        height: 34px;
        width: 50px;
        font-weight: 400;
    }

    .TableData .button2 {
        background-color: #FFA046;
        height: 34px;
        width: 70px;
        font-weight: 400;
    }

#divTotal {
    text-align: right;
    background: linear-gradient(135deg, #ffe5b4, #ffb347);
    padding: 20px;
    border-radius: 10px;
}

    #divTotal input {
        text-align: right;
        color: #FFA046;
        background-color: #2e2e2e;
    }

#divDetalhe {
    display: block;
    background-color: #2e2e2e;
    padding: 6px;
    margin-top: 20px;
}

    #divDetalhe .form-group label {
        display: block;
        margin-top: 5px;
        color: #FFA046;
    }

#divRodape {
    width: 100%;
}

    #divRodape #divFaixa {
        display: block;
        position: absolute;
        margin: 0px 0px;
        width: 100%;
        background-color: #1e1e1e;
        color: white;
        /*        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/layout/logo-3d-energia-h580.png);
        background-repeat: no-repeat;
        background-position-x: center;*/
    }






.presence-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #48e153;
    display: inline-flex;
}

#chatFilterInfo {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 16px;
    background: #262626;
    font-size: 12px;
    color: #e0e0e0;
}

.chat-filter-label {
    flex: 1;
}

.chat-filter-clear {
    border: none;
    background: transparent;
    color: #21c063;
    font-weight: 600;
    cursor: pointer;
}

#chatOnlineList {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 12px 12px;
    max-height: 140px;
    overflow-y: auto;
    background-color: #212121;
}

.chat-user-group {
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 4px;
}

.chat-user-group:last-child {
    border-bottom: none;
}

.chat-user-group-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9d9d9d;
    margin: 8px 4px 2px;
}

.chat-user-group-users {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chat-user-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #2c2c2c;
    font-size: 12px;
    font-weight: 500;
    color: #f5f5f5;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.chat-user-badge.me {
    background: #1e1e1e;
    color: #ffffff;
}

.chat-user-badge.online .presence-dot {
    background: #48e153;
}

.chat-user-badge.offline .presence-dot {
    background: #555555;
    opacity: 0.7;
}

.chat-user-badge.offline {
    opacity: 0.6;
}

.chat-user-badge.selected {
    border-color: #21c063;
    box-shadow: 0 0 0 1px rgba(33, 192, 99, 0.4);
}

#chatMessages {
    padding: 12px 16px;
    flex: 1 1 auto;
    min-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #141414;
}

.chat-message {
    border-radius: 12px;
    padding: 10px 12px;
    background: #2b2b2b;
    color: #ffffff;
    margin-right: 30px;
    margin-left: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

    .chat-message.mine {
        background: #144d37;
        color: #ffffff;
        align-self: flex-end;
        margin-left: 30px;
        margin-right: 0;
    }

    .chat-message.direct {
        border-left: 4px solid #ff6363;
    }

.chat-message-header {
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.chat-message-author-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.chat-message-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255, 99, 99, 0.15);
    color: #ff9f9f;
}

.chat-message-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chat-message-datetime {
    font-size: 12px;
    color: #bdbdbd;
    white-space: nowrap;
}

.chat-message-text {
    font-size: 14px;
    margin-bottom: 4px;
}

.chat-message-meta {
    font-size: 11px;
    color: #777;
}

.chat-message-edited {
    font-size: 11px;
    color: #b7b7b7;
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-edit-button {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #c7c7c7;
    width: 28px;
    height: 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.chat-edit-button:hover {
    color: #21c063;
    border-color: #21c063;
}

.chat-edit-svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.chat-edit-svg-indicator {
    color: #ff5b5b;
}



#chatPopupContent {
    font-size: 13px;
    font-weight: 500;
}

#divRodape #divFaixa #pos-centro {
    margin: 20px;
    font-size: 17px;
    text-align: center;
}

    #divRodape #divFaixa #pos-centro #divMidias {
        margin: 20px 0;
    }

        #divRodape #divFaixa #pos-centro #divMidias a {
            padding: 5px;
        }

    #divRodape #divFaixa #pos-centro .rodape-sec1 {
        position: relative;
        padding: 20px;
    }

    #divRodape #divFaixa #pos-centro h2 {
        font-size: 21px;
        margin: 0px;
        text-align: center;
    }

    #divRodape #divFaixa #pos-centro .rodape-sec1 .items {
        margin-top: 15px;
    }

    #divRodape #divFaixa #pos-centro .rodape-sec1 .itemsDourado {
        margin-top: 5px;
        color: #ffa046;
        font-size: 28px;
    }

    #divRodape #divFaixa #pos-centro .rodape-sec1 a {
        color: white;
    }

#divRodape #divFaixa #pos-centro2 {
    margin: auto;
    display: block;
    padding: 3px;
    text-align: center;
    margin-bottom: 18px;
}

    #divRodape #divFaixa #pos-centro2 .rodape-sec2 {
        font-size: 15px;
        color: #ffa046;
        padding: 0 20px;
    }

    #divRodape #divFaixa #pos-centro2 .rodape-sec3 {
        font-size: 18px;
        color: white;
        margin-top: 40px;
        width: 85%;
    }

@media screen and (orientation:portrait) {
    #divCabTitle .divFaixa {
        position: relative;
        height: 54px;
        background-color: #1e1e1e;
        background-position: bottom;
    }

        #divCabTitle .divFaixa h1 {
            position: absolute;
            right: 10px;
            font-size: 14px;
            text-align: right;
            color: #FFA046;
            top: 50%;
            transform: translate(0%, -50%);
        }

        #divCabTitle .divFaixa img {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translate(0%, -50%);
        }
}

@media screen and (orientation:landscape) {
    #divCabTitle .divFaixa {
        position: relative;
        height: 50px;
        background-color: #1e1e1e;
        background-position: bottom;
    }

        #divCabTitle .divFaixa h1 {
            position: relative;
            margin: 10px 10px 0 0;
            color: #FFA046;
            float: right;
        }

        #divCabTitle .divFaixa img {
            display: block;
            position: absolute;
            margin-left: 10px;
        }
}

.txtObs {
    width: 728px;
}

@media (max-width: 567px) {
    /* styles for mobile devices */
    .txtObs {
        width: 362px;
    }

    #divContainer #divFotoFundo {
        display: block;
        position: absolute;
        margin: 0px 0px;
        background-image: radial-gradient(circle at center,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/layout/fundoMob.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        background-attachment: fixed;
        width: 100%;
        height: 657px;
        z-index: -1;
    }

    #divContainer #divFotoFundoMenu {
        display: block;
        position: absolute;
        margin: 0px 0px;
        background-image: radial-gradient(circle at center,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/layout/fundoMob.jpg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}

/* kitchen item text colors */
.card .items li span.type-broto {
    color: #ff0000;
}

.card .items li span.type-esfiha {
    color: #0000FF;
}

/* ensure ingredientes link color does not inherit colored text */
.card .items li .ingredientes a, .card .items li .ingredientes {
    color: inherit;
}

    .card .items li .ingredientes a {
        color: #000;
    }

/* ensure padding and spacing consistent */
.card .items li {
    padding: 8px;
    margin-bottom: 4px;
    list-style: none;
    border-radius: 4px;
}
/* kitchen action buttons spacing */
.card .actions {
    display: flex;
    justify-content: space-between; /* push buttons to opposite ends of the card */
    gap: 12px;
    margin-top: 10px;
    align-items: center;
}

    .card .actions .btnSmall {
        padding: 8px 12px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        background-color: #FFA046;
        color: #1e1e1e;
        font-weight: 500;
    }

    .card .actions .btnCancel {
        background-color: #e0e0e0;
        color: #1e1e1e;
    }

/* Bot�o flutuante */
#chatButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #21c063;
    color: white;
    padding: 12px 18px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    z-index: 9999;
}

#chatPanel {
    position: fixed;
    bottom: 24px;
    right: 0px;
    width: clamp(380px, 24vw, 360px);
    max-height: calc(100vh - 48px);
    background: #1f1f1f;
    color: #f5f5f5;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    transform: translateX(calc(100% + 32px));
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

#chatPanel.chat-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    height: 96%;
}

/* Cabe�alho */
#chatHeader {
    background: #21c063;
    color: white;
    padding: 12px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #chatHeader #chatClose {
        cursor: pointer;
        font-size: 26px;
    }
/* �rea de mensagens */
#chatMessages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    font-size: 14px;
}

/* Input */
#chatInputArea {
    padding: 10px;
    background: #1e1e1e;
    display: flex;
    gap: 5px;
}

    #chatInputArea input {
        flex: 1;
        border-radius: 999px;
        border: 1px solid #e1e1e1;
        padding: 10px 16px;
        font-weight: 500;
    }


    #chatInputArea button {
        padding: 8px 12px;
        background: #21c063;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 999px;
        font-size: 18px;
    }
    #chatInputArea button:hover {
        background: #21a156;
    }

#chatPopup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #21c063;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: none;
    z-index: 99999;
    max-width: 260px;
    font-size: 14px;
    animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
