body{ 
    color: #2C0D2C;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    margin: 0;
    border: 0;
}

/*
 * Novo painel
*/
:root {
    --altura-header-footer: 115px; /* Ajuste conforme necessário */
    --altura-header-body:   234px; /* Ajuste conforme necessário */
    --altura-header-search: 378; /* Ajuste conforme necessário */
} 

.page-overflow { 
    position: relative;  
    min-height: calc(100vh - var(--altura-header-footer)); 
    display: flex; /* Isso garante que os filhos herdem a altura correta */
    flex-direction: column;
}

.body-content {
    position: relative;  
    min-height: calc(100vh - var(--altura-header-body)); 
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Faz com que o conteúdo ocupe o espaço necessário */
}



.h-100 {
    flex-grow: 1; /* Substitui height: 100% caso os pais não tenham altura definida */
}

/*
 * Preload
*/

.loader-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: #2C0D2C;
    transition: opacity .5s ease-out;
    opacity: 1;
    z-index: 10; 
}

.loader-container-hidden {
    opacity: 0;
    pointer-events: none;
}

.ripple {
    position: relative;
    width: 50px;
    height: 50px;
}

.ripple::before, .ripple::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #FF5C35;
    opacity: 0;
    animation: ripple 3s infinite;
}

.ripple-dark::before,
.ripple-dark::after{
    border-color: #2C0D2C;
}

.ripple::after {
    animation-delay: 1.5s;
}

@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
/*Fim preload*/


.alert-bell{
    padding-top: 20px;
    text-align: center;
}
.bell {
    fill: #2C0D2C;
    transform-origin: top;
    width: 132px;
    animation: ring .5s linear -1ms infinite alternate;
}

.line {
    fill: transparent;
    stroke: #2C0D2C;
    stroke-width: 3;
    stroke-linecap: round;
    position: absolute;
    opacity: 0;
}

.line-1,
.line-2,
.line-3 {
    right: 150px;
    animation: sound-1 1s linear infinite;
}

.line-4,
.line-5,
.line-6 {
    left: 150px;
    animation: sound-2 1s linear infinite;
}

.line-1,
.line-4 {
    animation-delay: 1;
}

.line-2,
.line-5 {
    animation-delay: 1.6s;
}

.line-3,
.line-6 {
    animation-delay: 2.6s;
}

/*keyframes*/

@keyframes sound-1 { 
    100% {
        transform: translateX(60px) scale(1.6);
        opacity: 1;
    }
}

@keyframes sound-2 { 
    100% {
        transform: translateX(-60px) scale(1.6);
        opacity: 1;
    }
}

@keyframes ring {
 0%, 50% {
    transform: rotate(0);
}
1%, 10%, 20%, 30%, 40% {
    transform: rotate(10deg);
}
5%, 15%, 25%, 35%, 45% {
    transform: rotate(-10deg);
}
}
.chat-tela i{
    font-size: 70px;
    color: #EF7926;
}

.chat-tela p{
    font-size: 15px;
    margin-top: 10px;
}

.chat-advg-question{
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px
}

.chat-advg-question-time h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.chat-advg-question-time time{
    font-size: 32px;
    font-weight: 700;
}



body.recover{
    background: #2C0D2C;
    color: #ffffff;

}
header.header{
    background: #2C0D2C;
    border: 3px solid rgba(0, 0, 0, 0.3);
    min-height: 56px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

header.header .nav-top{
    display: flex;
    align-items: center;
}

header.header .nav-top .btn-carteira{
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
header.header .nav-top .btn-carteira svg{
    height: 18px;
    margin-right: 5px;
}


.toggler-buttom{
    width: 20px;
}

header.header.header-logo-central .toggler-buttom{
    width: 104.5px;
}



header.header nav{
    flex: 1 0 0%;
    justify-content: center;
}

footer{
    background: #2C0D2C;
    border: 3px solid rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer img{
    max-width: 130px;
}
a, h2{
    color: #EF7926;
}

.card-body a:not(.btn){
    color: #2C0D2C;
    text-decoration: none;
}

h2{  
    font-weight: 700;
    font-size: 24px;  
}

form label{
    font-size: 15px;
    margin-left: 15px;
}

form .form-control{
    background: #FFFBFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border-color: #ffffff;
    font-size: 15px;
}

.text-warning{
    color: #EF7926!important;
}
.text-danger{
    color: #B5190F;
}

.bg-primary{
    background-color: #2C0D2C!important;
}


.form-control:disabled, .form-control[readonly]{
    background: #FFFBFF;
}

.btn{
    border-radius: 5px;
    font-weight: 700;
}

.btn-warning{
    border-color: #EF7926;
    color: #ffffff;
    background-color: #EF7926;
}

.btn-primary{
    border-color: #2C0D2C;
    color: #ffffff!important;
    background-color: #2C0D2C!important;
}

.btn-check:active+.btn-warning, 
.btn-check:checked+.btn-warning, 
.btn-warning.active, 
.btn-warning:active, 
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #EF7926;
    border-color: #EF7926;
}

main.login,
main.recover{
    margin-top: -62px;
}

.options-advogados label{
    display: flex;
    padding: 35px 20px;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #2C0D2C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-left: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    cursor: pointer;
}

.options-advogados label:hover,
.options-advogados label:focus,
.options-advogados label.current{
    background-color: #2C0D2C;
    color: #ffffff;
}

.options-advogados label input{
    border-color: #2C0D2C;
    width: 15px;
    height: 15px;
}


.owl-carousel .owl-item img{
    width: auto;
    display: inline-block;
}





.theme-roxo{
    background-color: #2C0D2C;
}

.adv-head-profile h2{
    color: #EF7926;
    font-weight: 400;
    font-size: 15px;
}

.adv-head-profile p{
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}

.card-body{
    border-radius: 20px 20px 0 0; 
    background-size: cover;
    padding-bottom: 100px;
    background: #ffffff;
}


.card-body .adv-head-profile h2{
    color: #2C0D2C;
    margin: 0;
}

.card-body .adv-head-profile p,
.card-body .adv-head-profile h2{
    color: #2C0D2C;
}

.box-shadow,
.nav-card-home .btn{
    display: flex;  
    justify-content: space-between; 
    border-radius: 10px;
    height: 108px;
    margin: 0 0 10px;
    align-items: center;  
    height: 108px;
    color: #2C0D2C;
    padding-left: 20px;
    padding-right: 20px; 
    background: #FFFBFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
}

.nav-card-home .btn{ 
    font-size: 20px; 
}


.btn.btn-cards{
    font-size: 10px;
    font-weight: 400;
    justify-content: start;
    padding-left: 10px;
    padding-right: 10px;
}

.nav-card-home .btn.btn-cards>span{
    width: 100%;
    text-align: left;

}


.actions-profile{
    flex-wrap: wrap;
}

.header-page{
    padding: 40px 20px;
}
.header-page h1{
    font-weight: 700;
    font-size: 24px;
    color: #EF7926;
}
.image-profile{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid;
}
.image-profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-upload {
    display: none;
}

form.author textarea{
    height: 100px;
    text-align: left;
}

form.author input, 
form.author select
{
    height: 45px; 
}

form.author label:not(.invalid-feedback){
    font-size: 18px;
}


.button-icone{
    text-align: center;
}
.button-icone button{
    display: block;
    width: 100%;
}

.button-icone button span{ 
    font-size: 15px; 
    text-align: center; 
    color: #2C0D2C; 
    font-weight: 400;
}
.box-shadow{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}
.shadow-bg{
    background: #FFFBFF;
}

.table-responsive{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.table>thead{
    background-color: #ECECEC;
}
table td,
table th{
    font-size: 13px;
    text-align: center;
}

button.btn-400{
    font-weight: 400;
    font-size: 13px;
}

.buttons-share{
    display: flex;
    align-items: center;
    position: absolute;
    right: 18px;
    background: #D9D9D9;
    height: 38px;
}

.carteira-saldo h3{
    color: #ffffff;/* R$50,00 */ 
    font-weight: 400;
    font-size: 48px;   
}

.carteira-saldo p{ 
    font-size: 15px; 
    color: #EF7926; 
}

.input-saldo.form-control {
    font-size: 48px; 
    color: #2C0D2C;
    line-height: 0;
    border: none;
    padding: 0;
    text-align: center;
    color: #2C0D2C;
    box-shadow: none!important;
    background: transparent!important;
}
.btn-add-valor{
    margin: 15px 0 30px 0;
}
.btn-add-valor>button{  
    font-weight: 400;
    font-size: 15px;
    line-height: 100%; 
    color: #FFFFFF;
}

.offcanvas{
    background-color: #2C0D2C;
    width: 270px;
    top: 56px;
    bottom: 59px;
    overflow: hidden;
}


.offcanvas-body{
    position: relative;
    overflow-y: auto;
    height: 74vh !important;
    padding-bottom: 100px;
}

.offcanvas-body h5{
    color: #ffffff;
}

.offcanvas-body .form-check-label,
.offcanvas-body .nav-link{
    color: #ffffff;
    font-size: 15px;
    padding: 0;
}

.offcanvas-body .nav-item{
    padding: 8px 0;
}

.offcanvas-body .form-check-input{
    border-width: 2px;
    border-color: #ffffff;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    
}

.offcanvas-body .form-check-input:checked {
    background-color: transparent;
    border-color: #009933;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23009933'/%3e%3c/svg%3e");
}



.modal-backdrop.show {
    opacity: .2;
}

.chat-head-check h2{
    color: #2C0D2C;
}
.chat-head-check p{  
    font-size: 16px;  
}

.chat-check-option  {
    padding: 20px 0;
}

.chat-pergunta textarea{ 
    background: transparent; 
    border-color: none;
    box-shadow: none;
    border-radius: 0;
    min-height: 150px;
}



.chat-pergunta textarea.form-control:focus { 
  background-color: transparent;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}


.card.cardPergunta{
    position: relative;  
    min-height: calc(100vh - var(--altura-header-search)); 
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Faz com que o conteúdo ocupe o espaço necessário */
}

.card.cardPergunta{
    border-radius: 30px 30px 0 0;
    overflow: hidden;
} 
.card.cardPergunta > .card-body{
    background: url(../img/chat-bg.jpg);  
    padding-bottom: 70px!important;
}



.chat-especialidade-buttons{
    margin-bottom: 30px;
}
.chat-especialidade-buttons .btn{
    background: #FFFBFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 15px;
    color: #2C0D2C;
    font-weight: 400;
    min-height: 37px;
}

.chat-time-option .btn{
    font-size: 64px;
    font-weight: 400;
    background: #FFFBFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    line-height: 1;
    min-height: 130px;
    min-width: 130px;
    font-size: 15px;
}

.contator-text { 
    margin-top: 10px;
    padding-right: 15px;
}


.chat-time-option .btn:hover,
.chat-time-option .btn:focus,
.chat-time-option .btn:active,
.chat-especialidade-buttons .btn:hover,
.chat-especialidade-buttons .btn:focus,
.chat-especialidade-buttons .btn:active,
.time-buttons.btn:focus,
.time-buttons.btn:active{
    background-color: #EF7926;
    color: #ffffff;
}

.time-buttons.btn:focus,
.time-buttons.btn:active
.time-buttons.btn.active{
    box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
}

#btnCat .owl-stage-outer{
    z-index: 2;
    margin: 0 20px;
}
#btnCat .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 3%;
    z-index: 0;
} 


.btn-microfone .btn{
    height: 80px;
    width: 80px;
    color: #ffffff;
    font-size: 25px;
    border-radius: 50%;
    background-color: #2C0D2C;
}

.jconfirm .jconfirm-box.jconfirm-type-green,
.jconfirm .jconfirm-box.jconfirm-type-red{
    border-top: none;
}

.jconfirm .jconfirm-box,
.jconfirm.jconfirm-modern .jconfirm-box{
    background-color: #2C0D2C; 
    border-radius: 15px;
}
.jconfirm .jconfirm-box.loading:before{
   background-color: #2C0D2C;
}   

.jconfirm .jconfirm-box.loading:after{
    border-bottom-color: #EF7926;
}

/*.jconfirm-box *,
.jconfirm-box div.jconfirm-closeIcon{
    color: #EF7926!important;
}*/

/*
.jconfirm-content *{
    //color: #EF7926!important;
}
*/


.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{
    color: #EF7926;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{
    margin-bottom: 0!important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button{
    border: 1px solid #EF7926;
    color: #EF7926!important;
    background-color: transparent!important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button:hover{
    background-color: #EF7926;
    color: #ffffff;
}

.jconfirm .jconfirm-box label{
    margin-left: 0;
    margin-bottom: 5px;
}
.jconfirm .jconfirm-box .form-control{
    background: transparent;
    border-color: #EF7926;
    color: #EF7926!important;
}


.jconfirm .jconfirm-box .form-control::placeholder {
  color: #EF7926;
}

/*.jconfirm-icon-c{
    background: #ffff;
    height: 90px;
    width: 90px;  
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto!important;;
    margin-right: auto!important
    
}

.jconfirm-icon-c i {
    line-height: 100%;
    margin-left: -1px;
}*/

/*Tela de cadastro*/
/* Estilização para posicionar o ícone dentro do wrapper */
.input-group {
    position: relative;
  }
  
  .input-group input {
    width: 100%;
    padding-right: 40px; /* Espaço para o ícone */
  }
  
  .input-group .toggle-password {
    position: absolute;
    right: 35px; /* Ajuste conforme necessário */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent; /* Remove o background padrão do input-group-text */
    border: none;            /* Remove a borda, se preferir */
    padding: 0;              /* Remove o padding para centralizar o ícone */
    cursor: pointer;
    color: #EF7926;
  }
  

.icon-full i{
    font-size: 170px;
}

.document-profile,
.document-self{
    width: 120px;
    height: 120px; 
}



.document-profile img,
.document-frente img,
.document-verso img,
.document-self img{
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.document-frente,
.document-verso{
    width: 300px;
    height: 186px; 
}
.document-profile,
.document-frente,
.document-verso,
.document-self{
    overflow: hidden;
    position: relative; 
    border-radius: 10px;
}

.offcanvasFiltros li,
.offcanvasFiltros .offcanvas-title{
    color: #ffffff;
}

.offcanvasFiltros .offcanvas-title { 
    font-size: 12px;
    line-height: 18px;
}

.offcanvasFiltros ul,
.offcanvasFiltros li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvasFiltros li.dividir-filtro{
    display: flex;
    justify-content: center;
}

.offcanvasFiltros li.dividir-filtro:before{
 content: '';
 width: 70px;
 height: 2px;
 background: #ffffff;
 display: block;
}
.offcanvasFiltros li label{
    cursor: pointer;
}
.offcanvasFiltros li .form-check{
    border-radius: 5px;
    padding: 5px 10px!important;
}

.offcanvasFiltros li .form-check.active{
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.offcanvasFiltros .header-body{
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.offcanvasFiltros .span-data-filtro{
    width: 50px;
}

.offcanvasFiltros .btn.btn-link{
    color: #EF7926;
    font-weight: 400;
    text-decoration: none;
}
.btn-close { 
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EF7926'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    
}

.section-cvv{
    position: relative;
}

.info-cvv{
    position: absolute;
    color: #EF7926;
    right: 0; 
    top: 32px;
}

.jconfirm-content .info-cvv i{
    font-size: 1rem!important;
}

.jconfirm-content i{
    font-size: 100px;
    line-height: normal;
} 
.section-cvv input[name="cvv_cartao"].is-invalid,
.section-cvv input[name="cvv_cartao"].is-valid{
    background-image: unset;
}
.bandeira-cartao {
  position: absolute;
  right: 1px;
  top: 0;
  height: 45px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0 9px 9px 0;
  background: #ffffff;
}

.bandeira-cartao>img{
    height: 30px!important;
}
.numero_cartao{
    position: relative;
}

.checkcontainer {
    display: block;
    position: relative;  
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 17px;
    height: 20px;
    width: 20px;
    right: 0;
    border-radius: 50%;
    background-color: transparent;
}

.checkcontainer:hover input ~ .checkmark {
    background-color: #3bb54a;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #3bb54a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jconfirm .jconfirm-box.loading {
    height: 50px;
    width: 50px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{
    /*max-width: 320px;*/
}


.owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -13px;
}
.owl-carousel .owl-nav button.owl-next i, 
.owl-carousel .owl-nav button.owl-prev i{
    font-size: 25px;
}



/*
.jconfirm-content .owl-carousel,
.jconfirm-content .owl-carousel .owl-stage-outer,
.jconfirm-content .owl-carousel .owl-stage,
.jconfirm-content .owl-carousel .owl-item {
    width: 100% !important;
    box-sizing: border-box;
}
*/
/*
.jconfirm-content .owl-item {
    display: flex;
    justify-content: center;
}
*/


.icon-applogo-modal{
    height: 39px;
    display: block;
    background-image: url(../img/a.png);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 232px;
    background-size: contain;
}

.icon-appfail-modal{
    height: 117px;
    display: block;
    background-image: url(../img/modal-fail.svg);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 232px;
    background-size: contain;
}

.icon-app-face-sad-cry{
    height: 117px;
    display: block;
    background-image: url(../img/modal-face-sad-cry.svg);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 232px;
    background-size: contain;
}

.icon-app-perfil-alert{
    height: 137px;
    display: block;
    background-image: url(../img/modal-perfil.png);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 232px;
    background-size: contain;
}


.icon-app-enveloper{
    height: 137px;
    display: block;
    background-image: url(../img/modal-envelope.png);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 232px;
    background-size: contain;
}





.number-down-up {
  position: absolute;
  right: 20px;
  top: 31px;
}








.credite-card.scroll{
    max-height: 160px;
    overflow: auto;
}



.message {
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 16px;
    position: relative;
    margin: 10px 0;
    max-width: 300px;

    opacity: 0; /* Começa invisível */
    transform: translateX(-50px); /* Começa deslocado para a esquerda */
    transition: transform 1s ease-out, opacity 1s ease-out; /* Transições suaves */
}

.message::after {
    content: '';
    display: block;
    position: absolute;
    background-color: inherit;
    width: 20px;
    height: 10px;
}

.message-right span {
    color: #2C0D2C;
}

.message-right {
    border-bottom-right-radius: 0;
}

.message-right::after {
    right: 0;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.message-left p {
    font-size: 1rem;
}

.message-left {
    border-bottom-left-radius: 0;
    background-color: #ffffff00;
}

.message-left::after {
    left: 0;
    top: 100%;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.message p {
    margin-bottom: 0;
}

.message.show {
    opacity: 1;
    transform: translateX(0); /* Move para a posição original */
}

.message.message-right {
    transform: translateX(50px); /* Começa deslocado para a direita */
}

.message.message-right.show {
    transform: translateX(0); /* Move para a posição original */
}

