




.GENIO_APP_FULL {display: flex;/* background: #000; */height: 100%;padding: 15px;gap: 15px;max-width: 1620px;margin: auto;position: relative;}

html,body {
    height: 100%;
    width: 100%;
    background: #e4e4e4;
}

.MENU{
    background: #fff;
    width: 400px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.CONTEUDO{
    background: #202121;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    /* gap: 15px; */
    position: relative;
}

.header-section{background: #ffffff;height: 70px;display: flex;align-items: center;border-bottom: 1px solid #b0b0b0;}
.content-section{background: #e9e9e9;flex: 1;overflow: auto;display: flex;flex-direction: column;}

div#CHAT_MENSAGENS {
    padding: var(--padding);
}
.footer-section{background: #ffffff;min-height: 70px;}

.btn-header {
    height: var(--btn-size);
    width: var(--btn-size);
    margin: var(--margin);
    font-size: var(--btn-icon);
    position: relative;
     border-radius: 35px;
}

.btn-header:hover {
    background: #d5d5d5;
   
}

.ml-auto {
    margin-left: auto;
}


ul.list-genius {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    gap: 5px;
    margin: 15px 0;
}

.genio-item {
    height: 60px;
    display: grid;
    flex-direction: column;
    cursor: pointer;
    grid-template-areas:
        "IMAGE text"
        "IMAGE descricao";
    grid-template-columns: 70px 1fr;
    grid-template-rows: 30px 30px;
    padding: 0;
    align-items: center;
    justify-items: start;
    background: #fff;
    border-radius: 30px 10px 10px 30px;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.genio-item .badge {
    border-radius: 10px;
}


.list-genius .active.genio-item,.list-genius .genio-item:hover {
    background: #ffc107;
}


.genio-item img{
    grid-area:IMAGE;
    max-width: 100%;
    border-radius: 50%;
    margin-right: 10px;
    height: 60px;
}
.genio-item .genio_nome{
    grid-area:text;
    font-weight: 700;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    white-space: nowrap;
}

span.genio_nome .badge {
    position: relative !important;
    margin-left: var(--margin);
}
.genio-item .genio_descricao{
    grid-area:descricao;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
    color: #8e8e8e;
}

.list-genius .active.genio-item .genio_descricao ,.list-genius .genio-item:hover .genio_descricao {
    color: #000;
}

.genio-item span.badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #545454;
}

.header-section .genio-item span.badge {}
.genio-item span.badge.badge-consultor {
    position: absolute;
    right: 0;
    top: 0;
    background: #0d6efd;
}

textarea.input-message {
    -webkit-text-size-adjust: 100%;
    /* tab-size: 4; */
    /* color-scheme: dark; */
    border: 0 solid #d9d9e3;
    box-sizing: border-box;
    /* color: inherit; */
    /* font-family: inherit; */
    /* font-weight: inherit; */
    appearance: none;
    border-color: #8e8ea0;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    width: 100%;
    resize: none;
    border-width: 0;
    padding: 0;
    padding-right: 1.75rem;
    padding-left: 0;
    background-color: transparent;
    max-height: 200px;
    height: 24px;
    overflow-y: hidden;
    /* padding: 15px; */
    height: 100%;
    outline: 2px solid transparent;
    overflow-y: auto;
}

.btn-space {
    display: none;
}

.hide {
    display: none;
}

.btn-send-message {
    height: var(--btn-size);
    width: var(--btn-size);
    margin: var(--margin);
    font-size: var(--btn-icon);
}

.form-message {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.LOADING {
    position: absolute;
    z-index: 99999;
    background: #000000ab;
    color: #fff;
    font-size: 105px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.list-history-chat {
    padding: var(--padding);
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.item-chat-card {
    padding: var(--padding);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: var(--gap);
}

.load-chat {
    display: flex;
    align-items: center;
    gap: var(--padding);
    cursor: pointer;
    flex: 1;
}

.badge-buuble {
    position: absolute !important;
    background: #dc3545;
    border-radius: 50%;
    font-size: 10px;
    right: 0px;
    top: 0px !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}

.alert-aguarde {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0f0f0fc9;
    display: none;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.bloqueado .alert-aguarde {
    display: flex;
}

.msg-item {
    background: #fff;
    margin: 15px 0 0 0;
    padding: 15px;
    width: fit-content;
    border-radius: 15px;
    min-width: 45%;
    max-width: calc(100% - 85px);
}

.msg-item-user {
    margin-left: auto;
}

.msg-item-assistente {
    margin-right: auto;
    max-width: calc(100% - 85px);
    background: #fffbed;
}

.msg-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.msg-content .text {
    margin: 0;
    padding: 0;
    margin: 10px  0;
    font-size: 20px;
}

.msg-content .user-time {
    margin-left: auto;
    font-size: 10px;
    margin-top: 6px;
}

.msg-content .result-encarte img {
    width: 100%;
}

.msg-content .actions {
    display: flex;
    flex-direction: row;
}

.result-encarte {
    max-width: 380px;
}

.footer-section {
    /* min-height: 60px !important; */
}

.footer-section.actions-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #b0b0b0;
}

.meus-creditos {
    box-shadow: #00000033 0px 0px 6px;
    margin: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    width: 200px;
    gap: 10px;
}

.meus-creditos.credito-warning {
    background: #ffecd0;
}

.meus-creditos.credito-danger {
    background: #F44336;
    color: #fff;
}

.meus-creditos .fa.fa-coins {
    color: #FFC107;
    font-size: 30px;
}

span.title-creditos {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}

.creditos-status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    white-space: nowrap;
}

.creditos-status {}

.creditos-status .total_creditos .creditos-restantes {
    font-weight: 600;
}

.creditos-status i.fa.fa-plus-circle {
    color: #8BC34A;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
}

div#CONTEUDO_COMUM {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comecar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.comecar h1 {
    font-size: 38px;
}

.comecar i.fa.fa-arrow-left {
    font-size: 215px;
}

.tabs {
    background: #fff;
    display: flex;
    /* justify-content: center; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* align-items: center; */
}

.tabs li {
    width: auto;
    flex: 1;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 2px solid #d6d6d6;
}

.tabs li.active {
    border-bottom: 2px solid #ff0000;
}