.formatted-answer {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    border: 1px solid #D9D9D9;
    padding: 10px;
}

#chatTitleContent {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

#lea-tabs {
    display: flex !important;
    justify-content: center !important;
    border-bottom: none !important;
}

/* #form-tab {
    margin-top: 20px;
    border: none;
    border-bottom: 2px solid #6D7275 !important;
    color: #6D7275 !important;
    font-weight: 600;
    padding-bottom: 1px;
} */

.btn-primary {
    background-color: #fff !important;
    border-color: #D9D9D9 !important;
    border-radius: 10px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

#btnSubmitPeticaoInicial {
    box-shadow: 0 2px 2px -1px #D9D9D9 !important;
}

.btn-primary:hover {
    background-color: #6f1a07 !important;
    border-color: #D9D9D9 !important;
    color: #fff !important;
}

.nav-link {
    padding-bottom: 3px;
    background: #fff;
    border: none !important;
}

.nav-link:focus {
    outline: none !important;
    border: none !important;
}

.nav-item {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
    color: #6F1A07 !important;
    font-weight: 600;
    border-bottom: 2px solid #6F1A07 !important;
}

.list-group-item {
    color: #000 !important;
}

#messageContainer {
    overflow-y: auto;
    max-height: 100%;
    padding-bottom: 11px;
}

.user-message {
    color: #000;
    margin-bottom: 5px;
}

.message-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-message {
    align-self: flex-end;
}

.assistant-message {
    align-self: flex-start;
}

.message-content {
    display: flex;
    margin-top: 20px;
}

.user-image {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border-radius: 50%;
}

.assistant-image {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border-radius: 50%;
}

.message-sender {
    font-weight: bold;
    /* margin-right: 5px; */
}

.chat-table {
    width: 100%;
}

.chat-table td.title {
    color: white;
    text-align: left;
    border: none;
    width: 99%;
    background: transparent;
    font-weight: 400;
}

.chat-table td.time {
    color: gray;
    text-align: right;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: end;
}


.chat-table tr {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
    align-self: center;
    position: relative;
}

.body-chat {
    overflow-x: hidden;
    overflow-y: hidden;
}

@media (max-width: 768px) {
    body.body-system {
        overflow-y: auto;
    }
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container button {
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.precode {
    background-color: black;
    color: pink;
    padding: 10px;
    max-width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
}

.precode code {
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.search-container {
    position: relative;
    margin-top: 10px;
}

#searchInput {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding-left: 40px;
    border-radius: 5px;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #D9D9D9;
    font-size: 16px
}

#searchInput::placeholder {
    color: gray;
}

.chat-container {
    display: flex;
    flex-direction: column;
    width: 300px;
}

#chatTitle {
    height: 50px;
    align-items: center;
    display: flex;
    height: 10%;
    max-height: 10%;
    /* border: 1px solid #D9D9D9; */
    position: relative;
}

#optionsIcon {
    margin-left: auto;
    cursor: pointer;
    display: none;
}

#optionsBox {
    display: none;
    position: absolute;
    top: calc(100% - 20px);
    right: 0;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.option {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.option:hover {
    background-color: #f0f0f0;
}

.badge {
    color: #000;
}

.labelLea {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #718096;
    font-weight: 600;
}

#div-loadingLea {
    z-index: 10;
    height: 100vh;
    width: 100%;
    background-color: #ebe3e4;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
}

.text-muted {
    color: #718096 !important;
}

.input-lea {
    border-radius: 8px !important;
}

.classMainElement {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    max-height: calc(100% + 1px);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
}

.rightDiv {
    min-height: 100vh !important;
    max-height: 100vh !important;
    background-color: #D9D9D91A !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.leftDiv {
    border: none !important;
    background-color: #6F1A07 !important;
    height: 100% !important;
    overflow-y: hidden !important;
    border-radius: 0px !important;
    padding: 20px 10px !important;
    z-index: 10000;
    position: inherit;
}

.parentDivForm {
    display: flex;
    justify-content: center
}

.childDivForm {
    width: 75%;
}

#chatErrorText {
    color: #6F1A07;
}

#chatError {
    display: none;
}

.group-header-lea {
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #6F1A07 !important;
}

.group-header-lea:hover {
    color: #fff !important;
    background-color: #6F1A07 !important;
    cursor: default !important;
}

#div-copy-button {
    border-top: 1px #D9D9D9 solid;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 2rem;
    padding-top: 2rem;
}

#div-copy-button #copyButton {
    font-size: 25px;
    float: right;
    margin-right: 10px;
}

#div-copy-button #copyButton:hover {
    cursor: pointer;
    color: #6F1A07;
}

.menu-lea:hover {
    cursor: pointer;
    background: #5d1504;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.options {
    border-bottom: 0px;
    color: #fff;
}

.divTabContainer {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 30px 10px;
    border-radius: 10px;
    margin-bottom: 10vh;
}

#chatTableBody::-webkit-scrollbar {
    background: #6F1A07;
}

#chatTableBody {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 65vh;
    min-height: 65vh;
    padding-right: 6px;
}

.menu-lea-item {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

.menu-lea-item:hover {
    text-decoration: none;
}

#loading-div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 93%;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    border-radius: 0.25rem !important;
}

.logoLea {
    color: #fff;
}

.logoLea:hover {
    color: #fff;
    text-decoration: none;
}

.columnLogoLea {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 7px
}

.btn-upgrade {
    background-color: #6F1A07;
    outline: none;
    color: #fff;
    padding: 5px 50px;
    border-radius: 8px;
    border: 1px solid #6F1A07;
    font-weight: 600;
}

.btn-upgrade:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #D9D9D9;
}

#chartFinanceiro {
    width: 200px;
    height: 200px;
}

#searchTableGestaoCredito {
    padding-left: 40px;
    border-radius: 5px;
    border-color: #CBD5E0 !important;
}

#searchTableGestaoCredito::placeholder {
    color: #A0AEC0;
}

#searchPeriodo+.select2-container .select2-selection--single {
    height: 38px !important;
}

#searchPeriodo+.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

#searchPeriodo+.select2-container--default .select2-selection--single {
    border-radius: 5px !important;
    border-color: #CBD5E0 !important;
}

#searchPeriodo+.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #A0AEC0 !important;
}

#searchPeriodo+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #CBD5E0 transparent transparent transparent !important;
}

#searchPeriodo+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #CBD5E0 transparent !important;
}

.select2-dropdown {
    border-color: #CBD5E0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.select2-results__option {
    font-size: 13px;
}

#table-gestao-credito_processing {
    display: none !important;
}

.add-polo {
    color: #6F1A07 !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
}

#table-gestao-credito_processing {
    display: none !important;
}

#loading-div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 93%;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    border-radius: 0.25rem !important;
}

table.dataTable thead th,
table.dataTable thead td {
    color: #64748B !important;
    font-weight: 500 !important;
    border-color: #939598 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 15px;
    padding-top: 0 !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    color: #000;
    font-size: 15px;
}

#table-gestao-credito_length {
    display: none;
}

#table-gestao-credito_filter {
    display: none;
}

.dataTables_scrollHead {
    display: block !important;
}

#table-gestao-credito tbody tr:hover {
    background-color: #FAF1F0;
    cursor: pointer;
    transition: 0.2s;
}

#table-gestao-credito tbody tr {
    transition: 0.2s;
}

#search-all-padrao::placeholder {
    color: #ced4da;
}

#search-all-padrao {
    margin-bottom: 0;
}

#table-gestao-credito> :not(:last-child)> :last-child>* {
    border-bottom: 2px solid #939598;
}


#table-gestao-credito> :not(caption)>*>* {
    border-bottom: 1px solid #939598;
}

#table-gestao-credito_length select {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

thead tr th {
    color: #64748B;
    font-weight: 500 !important;
    font-size: 14px;
    padding-bottom: 2px !important;
}

.btn-plano {
    background-color: #6F1A07;
    outline: none;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #6F1A07;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 13px;
    padding: 7px 0;
}

.btn-plano:hover {
    background-color: #fff;
    color: #6F1A07;
    border: 1px solid #6F1A07;
}

.btn-plano-atual {
    background-color: #718096;
    outline: none;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #718096;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 13px;
    padding: 7px 0;
}

.btn-plano-atual:hover {
    background-color: #fff;
    color: #6F1A07;
    border: 1px solid #6F1A07;
}


.addItem {
    color: #6F1A07 !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
}

.addItem:hover {
    text-decoration: none;
    color: #6F1A07;
}

.pr-0 {
    padding-right: 0 !important;
}

.form-control-lea {
    border-radius: 8px;
    border-color: #CBD5E0;
}

.form-control-lea::placeholder {
    color: #CBD5E0 !important
}

#form-checkout__cardExpirationMonth+.select2-container .select2-selection--single {
    height: 38px !important;
}

#form-checkout__cardExpirationMonth+.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

#form-checkout__cardExpirationMonth+.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    border-color: #CBD5E0 !important;
}

#form-checkout__cardExpirationMonth+.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #CBD5E0 !important;
}

#form-checkout__cardExpirationMonth+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #CBD5E0 transparent transparent transparent !important;
}

#form-checkout__cardExpirationMonth+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #CBD5E0 transparent !important;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-500 {
    font-weight: 500;
}

.pen-icon {
    color: #3373FB;
    cursor: pointer;
}

.modal-content-novoPlano {
    box-shadow: 0px 20px 50px 0px rgba(18, 27, 33, 0.20);
    border-radius: 20px;
    border: none;
    width: 1300px;
    margin-left: -7px
}

.modal-size-novoPlano {
    max-width: 1285px !important;
}

.modal-header-border-bottom {
    border-bottom: none;
    padding-bottom: 5px;
}

.close {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    color: #A0AEC0
}

.modal-body-novoPlano {
    padding: 1.5rem 35px;
    padding-top: 8px !important;
}

.color-black {
    color: #000;
}

.card-plano-atual {
    border: 1px solid #6F1A07;
    border-radius: 18px;
    padding: 21px 21px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.card-plano-titulo {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 640;
}

.card-plano-subtitulo {
    color: #828689;
    line-height: 1.2em;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    height: 37px;
}

.card-plano-content1-size {
    height: 115px;
}

.card-plano-valor {
    color: #000;
    font-weight: bold;
    font-size: 25px;
}

.card-plano-mes {
    color: #9b9da0;
    font-weight: 500;
}

.card-plano-people-icon {
    color: #6F1A07;
    font-size: 15px;
}

.card-plano-usersLimit {
    color: #858889;
    font-weight: 500;
}

.color-wine-plataform {
    color: #6F1A07;
}

.card-plano-li {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #969a9c;
    display: flex;
    align-items: center;
}

.check-icon {
    font-size: 16px;
    color: #4abb84;
    margin-right: 9px
}

.xmark-icon {
    font-size: 16px;
    color: red;
    margin-right: 9px;
}

.card-plano-opcao {
    border: 1px solid #D9D9D980;
    border-radius: 18px;
    padding: 21px 21px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.modal-footer-personalized-novoPlano {
    border-top: none;
    display: flex;
    justify-content: end;
    padding: 1.75rem 20px;
    padding-top: 0;
}

.modal-content- {
    box-shadow: 0px 20px 50px 0px rgba(18, 27, 33, 0.20);
    border-radius: 20px;
    border: none;
}

.btn-default-personalized {
    background-color: #F7FAFC !important;
    font-weight: 600;
    color: #1A202C;
    padding: 3px 20px;
    border-radius: 8px
}

.modal-footer-personalized {
    border-top: 1px solid #CBD5E0;
    display: flex;
    justify-content: end;
    padding: 1.3rem 20px;
}

.btn-marrom-personalized {
    font-weight: 600;
    padding: 3px 20px;
    border-radius: 8px;
}

.form-label-personalized {
    color: #718096;
    font-weight: 500;
}

.message-modal-cartaoDeCredito {
    color: #4C4F51;
    font-size: 12px;
    margin-bottom: 0;
}

.menu-toggle {
    background-color: #762d1c !important;
    width: 145px;
    border-radius: 15px;
    padding: 7px 5px;
    list-style: none;
    margin-bottom: 0;
    z-index: 1000;
    color: #fff;
    margin-left: -41px;
    margin-top: 99px;
}

.menu-toggle li {
    cursor: pointer;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
}

.menu-toggle li:hover {
    background-color: #ffffff4d;
    border-radius: 10px;
}

.menu-active {
    background-color: #5d1504;
    border-radius: 10px;
}

.menu-lea .options {
    opacity: 0;
    display: flex;
    align-items: center;
}

.menu-active .options {
    opacity: 1;
}

.menu-lea:hover .options {
    opacity: 1;
}

.menu-tr-active {
    background-color: #531000e3;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.menu-tr-active .options {
    opacity: 1;
}

.tippy-box[data-theme='customTooltipMenuToggle'] {
    background: none;
}

.negrito {
    font-weight: 600;
}