:root {
    --color-green: #06DF73;
    --color-primary: #9C1DCE;
    --color-second: #BC77FF;
    --color-black-grey: #292929;
    --color-grey: #F3F3F3;
    --color-grey-2: #a7a7a7;
    --color-grey-3: #3E3E3E;
    --color-grey-4: #787878;
    --color-grey-5: #ECECEC;
    --color-grey-6: #686868;
    --color-black-2: #515151;
    --border-color: #F1F1F1;
    --color-whatsapp: #06DF73;
    --color-facebook: #1973E9;
    --color-telegram: #19A2E9;
    --background-receiver: #AD5AFF;
    --background-sender: #F1F1F1;
    --background-name-sender: #E8E8E8;
    --background-details: #FBFBFB;
    --background-mark-budget: #B40EF6;
    --color-red: #F34D4D;
    --color-blue: #1577E8;
    --background-header: #F6F6F6;
}

#profile-img-loged {
    width: 45px;
    border-radius: 50%;
    height: 45px;
}

#profile-name {
    font-size: 14px;
    font-weight: 700;
}

.circulo {
    height: 16px;
    width: 16px;
    background-color: #9C1DCE;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-left: 13px;
    margin-top: -8px;
    border: 1px solid white;
}

i.sign-logged {
    font-size: 14px;
    color: var(--color-green);
}

i.sign-logged-out {
    font-size: 14px;
    color: var(--color-red);
}

.rounded-mc {
    border-radius: 1.25rem !important;
}

.center-mc {
    text-align: center;
}

#filtar-itens {
    width: 45px;
    height: 45px;
    border-radius: 8px;
}

#filtar-itens svg {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

#input-pesquisa {
    height: 45px;
    width: 100%;
}

#ic-pesquisar {
    float: right;
    font-size: 20px;
    margin: -33px 10px 0px 0px;
    color: var(--color-primary);
}

.circulo-conteudo {
    text-align: center;
    vertical-align: middle;
    background-color: #FF7E7E;
    border-radius: 26%;
    color: white;
    font-size: 11px;
    cursor: default;
    margin-right: 2px;
    margin-top: -5px;
    padding: 2px 8px 2px 8px;
}

.opt-exibir {
    border-radius: 24px;
    padding: 6px 8px;
    cursor: pointer;
    margin-bottom: 0px;
}

.opt-exibir:hover {
    background: #cf86f1;
    color: #FFFFFF;
}

.opt-exibir-selecionado {
    background: #600A87;
    color: #FFFFFF;
}

#blc-conteudo-atendimentos {
    height: calc(100% - 149px);
    overflow-y: scroll;
    display: block;
}

.item-tct {
    margin-top: 5px;
    width: 100% !important;
    border-radius: 8px;
    height: 90px;
    padding: 10px;
}

.item-tct:hover {
    background-color: #f6f3f7;
}

.item-tct-aberto {
    background-color: #F9EBFF;
}

.ctt-image {
    max-width: 46px;
    max-height: 46px;
    margin-left: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin-top: 5px;
}

.processo-10 {
    height: 100%;
    width: 7px;
    background-color: #06DF73;
}

.tct-blc-conteudo .progress {
    height: 100%;
    width: 4px;
    margin-bottom: 20px;
    position: relative;
}

.tct-blc-conteudo .progress-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.tct-blc-conteudo {
    display: flex;
    height: 100%;
}

.tct-usu-info {
    border: 1px solid #FFA800;
    border-radius: 25px;
    padding: 1px 6px;
    color: #FFA800;
    background-color: #FFA80023;
    margin-top: 6px;
    width: fit-content;
    margin: 3px 0px 0px 0px;
    font-size: 10px;
}

.ctt-nome {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px;
}

div.origin {
    width: 23px;
    height: 23px;
    background-color: var(--color-whatsapp);
    position: absolute;
    bottom: 4px;
    left: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #FFFFFF;
}

.tct-msg-texto {
    color: #585858;
    white-space: nowrap;
    width: 17em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.etiquetas-truncada {
    margin-top: 52px;
    margin-left: 14px;
}

.tct-msg-hora {
    font-size: 11px;
    position: absolute;
    right: 34px;
    font-weight: 400;
    top: 15px;
}

.tct-opcoes {
    color: #B8B8B8;
    position: absolute;
    font-size: 22px;
    right: 7px;
    width: 25px;
    top: 15px;
    text-align: center;
    cursor: pointer;
}

.tct-fixado {
    color: #600A87;
    position: absolute;
    font-size: 18px;
    bottom: -8px;
    right: 12px;
}

#tct-ctt-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#tct-dep-view {
    position: absolute;
    left: 186px;
    background-color: #8F47FF33;
    padding: 2px 7px;
    border-radius: 8px;
    top: 23px;
    font-weight: 400;
    margin-top: 3px;
}

#tct-nome-view {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1px;
    white-space: nowrap;
    width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#blc-tct-identificador {
    margin-left: 14px;
}

.custom-rectangle {
    position: relative;
    width: 134px;
    height: 47px;
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding-left: 9px;
}

.custom-rectangle-small {
    position: relative;
    width: 100px;
    height: 42px;
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding-left: 9px;
    padding-top: 10px;
}

.tct-view-smal {
    font-weight: 700;
    color: #600A87;
}

.circle-cutout {
    position: absolute;
    top: 50%;
    right: -12.5px;
    width: 21px;
    height: 21px;
    background-color: #ffffff;
    border-left: 2px solid #DBDBDB;
    border-top: 2px solid #DBDBDB;
    border-bottom: 2px solid #DBDBDB;
    border-radius: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%);
}

.dashed-line {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 65%;
    border-left: 2px dashed #DBDBDB;
}

.arrow-down {
    position: absolute;
    left: calc(95% - 5px);
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-down::before,
.arrow-down::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #663399;
}

.arrow-down::before {
    transform: rotate(45deg);
    left: -150%;
}

.arrow-down::after {
    transform: rotate(-45deg);
    left: -100%;
}

#btn-tct-acao {
    margin-left: 26px;
    min-width: 121px;
    cursor: pointer;
}

#btn-tct-compartilhar {
    margin-left: 26px;
    position: relative;
    min-width: 53px;
    height: 47px;
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 10px 0px 0px 12px;
    text-align: center;
}

#btn-tct-resumo {
    margin-left: 26px;
    position: relative;
    min-width: 53px;
    height: 47px;
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 10px 0px 0px 23px;
    text-align: center;
}

.item-eti-tct {
    padding: 6px 6px;
    border-radius: 15px;
    font-size: 10px;
    margin-right: 4px;
}

#bloco-mensagens {
    padding-top: 5px;
    max-height: 98%;
    border-top: 0.5px solid #E8E8E8;
    overflow-y: scroll;
}

#bloco-acoes-chat {
    margin-top: 10px;
    height: 130px;
    padding: 5px 20px 20px 20px;
}

.btn-msg-acao {
    display: flex;
    border-radius: 13px;
    margin-top: 28px;
    height: 60px;
    background-color: #600A82;
    color: #FFFFFF;
    cursor: pointer;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 15px;
}

#btn-msg-enviar {
    cursor: pointer;
    height: 100%;
    width: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn-msg-enviar-opcoes {
    cursor: pointer;
    width: 52px;
    padding: 5px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -4px;
    border-radius: 7px;
}

#inp-msg-texto {
    border-radius: 13px;
    resize: none;
    padding-right: 47px;
    font-size: 16px !important;
    width: 100%;
    max-height: calc(1.5em * 6);
    line-height: 1.5em;
    box-sizing: border-box;
    height: auto
}

#btn-msg-emoji {
    float: right;
    margin: -47px 13px 0px 0px;
    cursor: pointer;
}

#blc-esquerdo {
    width: 429px;
    max-height: 100%;
    padding-top: 0px !important;
    height: 92vh;
    padding-bottom: 0px !important;
}

#blc-mensagem {
    width: calc(100% - 460px);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 92vh;
    padding-left: 15px !important;
    padding-right: 5px !important;
}

#blc-inicio {
    width: calc(100% - 460px);
    padding-top: 0px !important;
    padding-left: 15px !important;
    padding-right: 5px !important;
}

#btn-meus {
    max-width: 25%;
}

#btn-espera {
    max-width: 25%;
}

#btn-andamento {
    max-width: 109px;
}

#btn-todos {
    max-width: 25%;
}

#btn-bot {
    max-width: 25%;
}

#btn-show-status {
    margin-left: 15px;
    cursor: pointer;
    width: 20px;
}

#blc-inicio-conteudo {
    height: 92vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #B8B8B8;
    font-size: 14px;
    text-align: center;
}

div.all-avatar-user {
    height: 65px;
    background-color: #fff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}

div.all {
    height: 40px !important;
    width: 40px !important;
    background-color: #600A87;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-left: 12px !important;
}

img.user-avatar {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    margin-left: 12px !important;
}

img.user-grip {
    height: 20px !important;
    width: 20px !important;
    margin: 12px !important;
}

.box-user-avatar {
    position: relative;
}

.user-avatar-details {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: 24px;
    margin-bottom: 12px;
}

.user-avatar-edit {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -9px !important;
    margin-bottom: 11px !important;
}

.without-total img {
    filter: grayscale(100%);
    filter: grey;
}

#filtroUsuario {
    padding-top: 11px;
    display: block;
}

.total-mark {
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: var(--color-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    right: 1px;
    top: 0px;
}

#blc-resumo-usuario-filtrado {
    border: 0.5px solid #DDDDDD;
    margin: 7px 7px 0px 7px;
    width: 388px;
}

#blc-detalhe-usuario-filtrado {
    position: absolute;
    border: 0.5px solid #DDDDDD;
    margin: 7px 7px 0px -1px;
    width: 388px;
}

#blc-contatos {
    height: calc(100% - 72px);
    overflow-y: scroll;
    display: block;
    padding: 3px 11px 0px 16px !important;
}

#input-pesquisa-contato {
    height: 45px;
    width: 100%;
}

.item-player-titulo {
    font-weight: 700;
    font-size: 15px;
    margin-top: 13px;
    margin-left: -3px;
}

.ctt-ver-player {
    font-size: 14px;
    position: absolute;
    right: 34px;
    font-weight: 400;
    top: 22px;
}

#btn-return-tct {
    background-color: #600A87;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    font-weight: 400;
    padding: 10px 0px;
    height: 50px;
}

.item-player {
    margin-top: 5px;
    width: 100% !important;
    border-radius: 8px;
    padding: 10px;
    border: 0.5px solid #600a8230;
}

.listacontatos .item-tct {
    border-radius: 0px;
    border-top: 0.5px solid #D4D4D4;
    height: 80px;
}

.listacontatos .item-tct:hover {
    background-color: #FFFFFF;
}

div.origin-interno {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 7px;
    left: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.check-selecao-para {
    width: 15px !important;
    height: 15px !important;
    margin-right: 27px;
    float: right;
    margin-bottom: 5px;
    display: none;
}

.btn-novo-ctt {
    width: 100%;
    font-weight: 500;
    padding: 12px 0px;
    border: 1px solid #25D366;
    color: #25D366;
}

.btn-novo-ctt:hover {
    color: #fff !important;
    background-color: #25D366 !important;
    border-color: #25D366 !important;
}

.dropdown-toggle::after {
    display: none;
}

.lista-conteudo-filtro {
    max-height: 150px;
    width: 300px;
    overflow-y: scroll;
}

#filtar-itens .lista-conteudo-filtro {
    max-height: none;
}

.lista-conteudo-filtro a {
    white-space: nowrap;
    width: 222px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.linha {
    width: 94%;
    height: 1px;
    background-color: #cbcbcb;
    display: block;
    margin: 5px 8px;
}

.item-filtro-selecionado {
    background-color: #DFCEE7;
    border-radius: 8px;
}

.item-filtro-selecionado:hover {
    background-color: #DFCEE7 !important;
    border-radius: 8px !important;
}

.dropdown-item {
    margin: 5px 5px;
    width: 95%;
}

.filtro-aplicado {
    color: #FFFFFF !important;
    background-color: #600a87 !important;
}

.dropdown-item-eti-tct {
    display: flex;
    font-size: 13px;
}

.adicionarEtiqueta {
    font-size: 12px;
}

.removerEtiqueta {
    color: #323232;
}

.circulo-msg {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #56cb49;
    border-radius: 50%;
    color: white;
    width: 17px;
    height: 17px;
    font-size: 11px;
    cursor: default;
}

.arrow-down-tct {
    position: absolute;
    left: calc(73% - 5px);
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
    cursor: pointer;
}

.tct-id-view {
    font-weight: 700;
    color: #600A87;
}

.opcoes-ticket {
    padding: 10px;
    width: 250px;
}

#btn-finaliza-tct {
    background-color: #C80000 !important;
    color: #FFFFFF !important;
    border-radius: 8px;
    margin-top: 10px;
}

#tct-anteriores-view {
    border-top: 0.5px dashed #9B9B9B;
    margin: 15px;
    max-width: 88%;
    max-height: 150px;
    overflow-y: scroll;
    padding: 10px;
}

.custom-scroll {
    overflow-y: scroll;
    background-color: #fff;
}

.custom-scroll::-webkit-scrollbar {
    width: 12px !important;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #600A87 !important;
    border-radius: 6px !important;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #450361 !important;
}

.item-tct-antigo {
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.item-tct-antigo:hover {
    background-color: #F9EBFF;
}

.item-tct-antigo h6 {
    margin: 0px;
    font-weight: 700;
    color: #600A87;
}

.item-tct-antigo p {
    margin: 0px;
    font-size: 12px;
}

.blc-msg-comum {
    width: 65%;
    display: flex;
    align-items: end;
    margin: 6px 0px;
}

.blc-recebidas {
    margin-right: 35%;
}

.blc-enviadas {
    margin-left: 35%;
    justify-content: end;
}

.avatar-mensgem {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.balao-mensagem {
    height: 100%;
    max-width: 95%;
    min-width: 139px;
    padding: 0px;
    background-color: #F9F7FA;
    border-radius: 8px;
    position: relative;
}

.balao-mensagem.msg-anotacao {
    background-color: #ffe8c6 !important;
}

.blc-recebidas .avatar-mensgem {
    margin-right: 10px;
}

.blc-enviadas .avatar-mensgem {
    margin-left: 10px;
}

.header {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px 15px;
}

.usu-enviada {
    float: right;
    margin-top: -16px;
    font-weight: 600;
}

.usu-recebida {
    float: left;
    margin-top: -3px;
    font-weight: 600;
}

.blc-recebidas .header {
    text-align: right;
    background-color: #9642AB80;
}

.blc-enviadas .header {
    text-align: left;
    background-color: #7C3B99;
    color: #FFFFFF;
}

.conteudo-msg {
    padding: 10px;
    font-size: 14px;
}

.conteudo-msg p {
    word-wrap: break-word;
}

.status-enviada {
    float: right;
    padding-bottom: 5px;
    font-size: 11px;
}

.dropdown-item:hover {
    background-color: #DFCEE7 !important;
    border-radius: 8px;
    color: #000000 !important;
}

.conteudo-documento {
    display: flex;
    width: 100%;
    background-color: #EDEDED;
    padding: 10px 0px;
    border-radius: 12px;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
}

.icone-documento {
    font-size: 35px;
    margin-left: 13px;
    margin-right: 10px;
    margin-top: 6px;
}

.icone-documento-baixar {
    margin-right: 15px;
}

.mensagem-imagem {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 15px;
}

.mensagem-stiker {
    max-width: 100px;
    margin-bottom: 15px;
}

.box-audio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 0px 22px;
}

.btn-play-pause-audio {
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-second);
}

.btn-velocity {
    width: 40px;
    height: 25px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #787878;
}

.box-timeline {
    margin-left: 24px;
    margin-right: 16px;
    padding-top: 24px;
}

.time-audio {
    font-size: 12px;
}

input[type="range"].timeline-audio {

    width: 100%;
    transition: .5 ease-in-out;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 8px;
    background: #D5D5D5;

}

input[type="range"].timeline-audio::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #afafaf;
    height: 15px;
    width: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: .5 ease-in-out;

}

.conteudo-contato {
    display: flex;
    width: 100%;
    background-color: #EDEDED;
    padding: 10px 15px;
    border-radius: 12px;
    justify-content: left;
    margin-bottom: 15px;
    cursor: pointer;
}

.avatar-msg-contato {
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 6px;
}

.video-send {
    max-width: 100%;
    width: 550px;
    height: 250px;
    border-radius: 8px;
}

.box-video {
    position: relative;

}

.option-video {
    background-color: rgba(56, 56, 56, 0.199);
    height: 250px;
    width: 100%;
    position: absolute;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s ease-in-out;

}

.box-video:hover .option-video {
    opacity: 1;
}

.btn-play-video {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
    border: none;
    background: #EBEBEB;
    color: var(--color-second);

}

.link-video-expand {
    font-size: 24px;
    z-index: 9999;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--color-primary);
}

.alertInterno {
    text-align: center;
    color: #686868;
    background-color: #f9f8f8;
    border-color: none;
}

.itemGaleria {
    height: 100vh;
    margin: auto;
}

.itemGaleria img {
    max-width: 80%;
    max-height: 80%;
    margin-top: 100px;
}

.itemGaleria video {

    height: 50%;
    margin-top: 100px;
}

.controleGaleria {
    color: #600A82;
    font-size: 26px;
}

.fecharGaleria {
    color: #600A82;
    font-size: 33px;
    padding: 17px;
    cursor: pointer;
}

.indicadoresGaleria li {
    background-color: #600A82;
}

.mensagemGaleria {
    text-align: left;
    color: #000000;
}

.mensagemGaleria p {
    background-color: #dcdcdc;
    width: fit-content;
    padding: 15px;
    border-radius: 10px;
}

.box-slide-mc {
    position: fixed;
    background-color: #ffffffe8;
    top: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.header-modal-mc {
    display: flex;
    align-items: baseline;
}

.header-modal-mc h6 {
    margin-right: 15px;
}

.header-modal-mc h5 {
    margin-right: 15px;
}

.box-selector {
    position: relative;
}

.icon-down {
    position: absolute;
    right: 16px;
    top: 38px;
    font-size: 22px;
    color: #B7B7B7;
}

.textarea-file-legend {
    resize: none;
    border-radius: 6px;
    width: 100%;
    height: 80px;
    font-size: 14.5px;
    padding: 16px;
    caret-color: var(--color-primary);
    border: 0.5px solid #e1d1e7;
}

.textarea-file-legend::-webkit-scrollbar {
    width: 4px;
}

.textarea-file-legend::-webkit-scrollbar-thumb {
    background: #DBDBDB;
}

.box-btns-actions {
    margin-top: 10px;
    display: flex;
    justify-content: right;
}

.box-btns-actions button {
    width: 120px;
    border-radius: 8px;
    border: none;
    background-color: var(--color-grey-5);
    color: var(--color-grey-6);
    font-size: 14px;
    cursor: pointer;
}

.btn-confirm {
    margin-right: 16px;
    color: #fff !important;
    background: #600A87 !important;
    padding: 14px;
}

#usuariosCompartilhar {
    height: 250px;
    overflow-y: scroll;
}

input.input-search {
    height: 45px;
    width: 100%;
    border-radius: 8px;
    padding-left: 13px;
    border: 0.5px solid #B8B8B8;
}

input.input-search::placeholder {
    color: var(--color-grey-2);
    font-size: 15px;
}

.box-btn-space {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item-selecao-usu {
    display: flex;
    align-items: center;
    height: 70px;
    padding-top: 9px;
}

.item-selecao-usu:hover {
    background-color: #DFCEE7 !important;
    border-radius: 8px;
}

.item-selecao-usu p {
    font-weight: 600;
    font-size: 14px;
}

.item-selecao-usu .custom-control {
    margin-top: -14px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #600A87;
    border-color: #600A87;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #600A87, 0 0 0 0.2rem rgba(96, 10, 135, 0.25);
}

.box-resumo-selecao {
    margin-top: 8px;
    text-align: right;
    font-size: 12px;
    color: #323232;
    margin-bottom: -30px;
}

#blc-sms-reply {
    display: none;
}

.box-sms-contact-reply {
    height: fit-content;
    background-color: #E7E7E7;
    padding: 16px;
    margin-bottom: 12px;
    position: relative;
    border-color: #600A87;
    border-radius: 8px;
    margin-top: 10px;
}

.box-sms-contact-reply p {
    margin: 0;
    padding: 0;
}

.box-sms-contact-reply::before {
    content: '';
    background: var(--color-second);
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-sms-contact-reply img {
    max-width: 100%;
}

.ic-selecionados {
    float: right;
    margin-right: 24px;
    font-size: 20px;
}

.check-selecao-msg {
    width: 20px !important;
    height: 20px !important;
}

.linha-mensagem {
    padding: 0px 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.linha-mensagem-selecao:hover {
    background-color: #e0e0e0;
}

.linha-mensagem-selecionada {
    background-color: #f0bdff;
}

.blc-check-selecao {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.check-selecao-para {
    width: 15px !important;
    height: 15px !important;
    margin-right: 27px;
    float: right;
    margin-bottom: 5px;
    display: none;
}

#blc-selecao {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #600A87;
    color: #FFFFFF;
    margin-top: 10px;
    display: none;
    height: 75px;
}

.btn-padrao-selecao {
    margin-left: 26px;
    position: relative;
    min-width: 53px;
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    margin: 10px;
}

.circulo-selecao {
    height: 27px;
    width: 27px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    margin-left: 13px;
    margin-top: -8px;
    text-align: center;
    font-size: 12px;
    padding-top: 4px;
    color: #600A87;
}

.ic-selecionados {
    cursor: pointer;
}

#contatosEncaminhar {
    height: 250px;
    overflow-y: scroll;
    padding: 15px;
}

div.origin-encaminhar {
    width: 18px;
    height: 18px;
    background-color: var(--color-whatsapp);
    position: absolute;
    bottom: 8px;
    left: 57px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    border: 1px solid #FFFFFF;
}

.btn-cancel {
    background-color: #FFFFFF !important;
    border: 0.5px solid #600A87 !important;
    color: #600A87 !important;
    font-weight: 700 !important;
}

#buscarCadastro {
    border: none;
    padding: 14px;
    background-color: #FFFFFF;
    position: absolute;
    margin-left: -44px;
    margin-top: 2px;
    color: #600A87;
}

#contatosGrupo {
    height: 250px;
    overflow-y: scroll;
    padding: 15px;
    overflow-x: hidden;
}

.container-emojis {
    height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0px;
}

.container-emojis button {
    height: 35px;
    width: 35px;
    font-size: 22px;
    border: none;
    background: transparent;
    cursor: pointer;

}

.container-emojis::-webkit-scrollbar {
    width: 4px;
}

.container-emojis::-webkit-scrollbar-thumb {
    background: #DBDBDB;
    border-radius: 4px;
}

#content-sms-voice {
    height: 50px;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    height: 100%;
    margin-top: -10px;
}

.btn-cancel-record {
    border: none !important;
    cursor: pointer !important;
    color: #908A95 !important;
    margin-right: 15px;
    padding: 15px;
    margin-top: -22px;
}

.btn-cancel-record svg {
    height: 30px;
    width: 30px;
}

.time-record {
    color: #3E3E3E;
    font-size: 26px;
    margin-top: -7px;
    padding: 5px;
    border-radius: 8px;
}

.box-file {
    background-color: #F3F3F3;
    height: 50px;
    border-radius: 6px;
    display: flex;
    padding-left: 16px;
    align-items: center;
    font-size: 14.5px;
    color: #787878;
    position: relative;
}

.box-file i {
    font-size: 22px;
    margin-right: 16px;
    color: var(--color-grey-2);
}

.input-file-select {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;

}

.file-name {
    display: block;
    width: 300px;
    max-width: fit-content;
    margin-right: 20px;
    margin-bottom: 0px;
}

.type-accept-title {
    font-size: 14.5px;
    color: #242424;
    margin-top: 16px;
    margin-bottom: 12px;
}

.types {
    font-size: 18px;
    line-height: 24px;
    color: #787878;
}

.fotoAvatarTicketItem:hover .itemCheckboxAcaoTicket {
    display: block;
}

.itemCheckboxAcaoTicket {
    position: absolute;
    top: 5px;
    left: 11px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
}

.itemCheckboxAcaoTicket:not(.selecionado) {
    display: none;
}

.itemCheckboxAcaoTicket input {
    width: 17px;
    height: 17px;
}

#detalhesSelecao {
    margin-top: 12px;
    font-size: initial;
    color: var(--color-black-2);
    margin-bottom: 12px;
}

#btnAcaoLista {
    width: 92px;
    height: 36px;
    border: 1.5px solid var(--color-second);
    color: var(--color-second);
    border-radius: 14px;
    font-size: 14px;
    float: right;
    display: flex;
    align-items: center;
}

#blc-resumo-ctt {
    height: 92vh !important;
    width: 406px;
    height: 100%;
    padding-top: 0px !important;
    padding-left: 36px !important;
    padding-right: 5px !important;
}

#img-ctt-resume {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

#name-ctt-resume {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    white-space: nowrap;
    width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#blc-conteudo-resumo-ctt {
    margin-bottom: 20px;
    padding: 15px;
    overflow-y: scroll;
    height: calc(100% - 153px);
    align-content: baseline;
    overflow-x: clip;
}

.blc-resumo {
    margin-top: 5px;
    width: 100% !important;
    border-radius: 8px;
    height: 90px;
    border: 0.5px solid #600a8230;
}

.ctt-ver-item-resumo {
    font-size: 14px;
    position: absolute;
    right: 34px;
    font-weight: 400;
    top: 15px;
}

.section-activities {
    padding-top: 24px;
    width: 100%;
    height: 65%;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 16px;
    padding-bottom: 20%;
}

.section-activities::-webkit-scrollbar {
    width: 4px;
}

.section-activities::-webkit-scrollbar-thumb {
    background: #b9b9b9;
}

.budget,
.service-order {
    display: grid;
    grid-template-columns: 200px 200px;
}

.sales-funnel {
    display: grid;
    grid-template-columns: auto auto;
}

.bills-receive {
    display: grid;
    grid-template-columns: 90px 120px 120px;
}

.content-details-1 {
    display: flex;
    padding-right: 12px !important;
}

.mark-budget,
.mark-sales {
    margin-right: 12px;
    height: fit-content;
    width: fit-content;
    padding: 2px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.mark-budget {
    background: var(--background-mark-budget);
}

.mark-sales {
    background-color: var(--color-red);
}

.article-name {
    color: var(--color-black-grey);
    font-size: 13.5px;
}

.article-value,
.article-description {
    color: var(--color-black-2);
    font-size: 15px;
}

p.articles-info {
    line-height: 22px;
    word-break: break-all;
}

.article-time {
    color: var(--color-black-2);
    font-size: 13.5px;
    margin-bottom: 8px;
}

.article-status {
    background: var(--color-red);
    padding: 4px 8px;
    color: #fff;
    font-size: 12.5px;
    border-radius: 4px;
    width: fit-content;
}

.sales-funnel .type-funnel {
    font-size: 13px;
    border-radius: 4px;
    width: fit-content;
    margin-right: 12px;
    padding: 4px 8px;
    background-color: var(--color-green);
    color: #fff;
    height: fit-content;
}

.sales-funnel .article-status {
    background-color: var(--color-green);
}

.service-order .article-status,
.bills-receive .article-status {
    background: transparent;
    color: var(--color-black-2);
    padding-left: 0;
    margin-top: -8px;
}

.bills-receive .content-details-1 {
    flex-direction: column;
}

.bills-receive p span.num {
    color: var(--color-blue);
}

.bills-receive .article-value {
    margin-top: 4px;
}

.bills-receive .status {
    font-size: 13px;
    color: var(--color-red);
    margin-top: 6px;
}

.bills-receive .content-details-0 {
    padding-right: 4px;
}

.bills-receive .content-details-1 {
    padding-right: 8px;
}

.article-amount {
    color: var(--color-black-grey);
    font-size: 13.5px;
    margin-bottom: 6px;
}

.activity-options {
    display: flex;
    margin-top: 4px;
}

.activity-options button {
    color: var(--color-primary);
    font-size: 14px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.activity-options button img {
    width: 24px;
    margin-top: 8px;
}

.activity-options button:last-child {
    margin-left: 12px;
}

.activity-title {
    color: var(--color-black-grey);
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bolder;
}

.acao-ctt-grupo i {
    color: #818181;
    margin-right: 10px;
}

.box-new-contact-avatar img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 16px;
    object-fit: cover;
    object-position: center;
}

.box-new-contact-name p {
    font-size: 15px;
    font-weight: 700;
    margin: 9px 0px;
}

.box-new-contact-name {
    width: 100%;
}

.option-ctt-grupo {
    float: right;
    padding: 0px 25px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #adadad !important;
    cursor: pointer;
}

.options-grupo {
    box-shadow: 0 3px 6px rgba(129, 129, 129, 0.16);
    border: none;
}

.options-grupo a {
    padding: 12px;
    list-style: none;
    font-family: Euclid-Regular;
    font-size: 14.5px;
    color: #454247;
}

.options-grupo a:hover {
    background: #f1f1f1 !important;
    color: #454247 !important;
}

.new-contact-grupo {
    display: flex;
    height: 43px;
}

.option-ctt-group {
    margin-top: -27px;
}

.option-ctt-group P {
    font-weight: 300;
    font-size: 14px;
}

.btn-view-story {
    border: none;
    font-size: 20px;
    background: transparent;
    cursor: pointer;
    color: var(--color-primary);
}

.panel-group-mc {
    display: none;
    width: 100%;
    overflow: auto;
    height: 105px !important;
    overflow-y: scroll;
    background-color: #FFFFFF;
    padding: 15px;
    border: 1px solid #b9b9b9;
    border-radius: 17px;
}

.opcoes-nova-pesquisa {
    text-align: center;
    padding: 15px;
}

.opcoes-nova-pesquisa i {
    font-size: 20px;
}

.opt-pesquisa {
    color: #858585;
    cursor: pointer;
}

.opt-satisfeito:hover {
    color: #32b100;
}

.opt-satisfeito.selecionado {
    color: #32b100;
    cursor: default !important;
}

.opt-insatisfeito:hover {
    color: #bf0000;
}

.opt-insatisfeito.selecionado {
    color: #bf0000;
    cursor: default !important;
}

#btn-responder-pesquisa {
    width: 133px;
}

#row-mubichat-principal.dropdown-menu {
    padding: 7px;
    width: 232px;
}

#blc-mensagem.dropdown-menu {
    padding: 7px;
    width: 232px;
}

.selecaoEtiqueta {
    font-size: 12px;
}

.selecaoDepartamento {
    font-size: 12px;
}

.msgReacao {
    position: absolute;
    bottom: -12px;
    right: -6px;
    z-index: 1000;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    color: #ff0000;
    font-size: 14px;
}

#carregarMensagensAnteriores {
    border-radius: 4px;
    border: none;
    background-color: var(--color-grey-5);
    color: var(--color-grey-6);
    font-size: 14px;
    padding: 11px;
    cursor: pointer;
}

#linha-listas-card {
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
}

.spinner-spin-mc {
    animation: spin 2s infinite linear;
    font-size: 14px;
    animation-play-state: running;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.adicionarEtiqueta {
    width: 100%;
}

.editarPerfil {
    cursor: pointer;
}

#blocoSnippet {
    position: absolute;
    top: -255px;
    width: 60%;
    border: 1px solid #ccc;
    background-color: white;
    list-style-type: none;
    padding: 15px;
    margin: 0;
    display: none;
    border-radius: 9px;
    height: 300px !important;
}

.snippet-item {
    padding: 10px;
    cursor: pointer;
}

.snippet-item.selected {
    background-color: #F9EBFF;
    color: #000000;
}

#blc-usuario-logado {
    height: 70px;
}

#blc-modo-tickets {
    height: calc(100% - 81px);
}

#header-ticket {
    padding: 12px 12px 0px 12px;
}

.btn-redondo-mc {
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    font-weight: 400;
    padding: 15px 0px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.btn-redondo-mc:hover {
    background-color: #25D366;
    color: #FFFFFF;
}

.conteudo-preview-link {
    display: flex;
    width: 100%;
    background-color: #EDEDED;
    padding: 10px 0px;
    border-radius: 12px;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
    padding: 5px 0px 7px 13px;
}

.imagem-preview-link {
    max-height: 50px;
    max-width: 50px;
    margin-right: 5px;
}

.resumo-preview-link {
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icone-preview-link {
    margin-right: 15px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.alinhar-item-resumo {
    display: flex;
    align-items: center;
}

#exibir-mencionados.item-filtro-selecionado {
    padding: 1px 6px;
}

#blc-modo-contatos {
    height: calc(100% - 85px);
}

#blocoCarregandoMensagens {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

#blocoCarregandoMensagens i {
    font-size: 33px;
    color: #c79cd3;
}

.btn-msg-acao-ticket {
    display: flex;
    border-radius: 13px;
    margin-top: 28px;
    height: 60px;
    background-color: #06DF73;
    color: #FFFFFF;
    cursor: pointer;
    justify-content: space-evenly;
    align-items: center;
    width: inherit;
    margin-bottom: 15px;
}

#btn-novo-atendimento {
    cursor: pointer;
    height: 100%;
    width: 72%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -13px;
}

.image-preview-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.remove-image-item {
    width: 39px;
    margin: 0;
}

.item-historico-midia {
    width: 100%;
    max-height: 80px;
    object-fit: cover;
    cursor: pointer;
    padding: 5px;
}

.searchEti {
    padding: 0px 15px;
}

.searchEti input {
    padding: 9px;
    font-size: 13px;
    border: solid 1px rgb(96, 10, 130, 0.2);
    border-width: 1px;
    width: 90%;
    border-radius: 9px;

}

.searchEti i {
    padding-top: 15px;
    font-size: 17px;
    position: absolute;
    color: rgb(96, 10, 130, 0.5);
    font-weight: 100;
    margin-top: -4px;
}

.busca-etiqueta {
    margin-bottom: 5px;
}

.mcx_info_icone {
    background-color: #b73838;
    color: #FFFFFF;
    padding: 0px 1px 1px 5px;
    border-radius: 69%;
}

.mcx_info_blc {
    font-size: 14px;
    border: 1px solid #FFFFFF;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
    display: block;
    border-radius: 8px;
}

.iconeplayerconexao {
    border-radius: 50%;
    padding: 5px 13px 9px 13px;
    font-size: 21px;
}

.item-selecao-mcx {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 9px 12px;
    cursor: pointer;
}

.item-selecao-mcx:hover {
    background-color: #DFCEE7 !important;
    border-radius: 8px;
}

.item-selecao-mcx p {
    font-size: 17px;
    margin-left: 8px;
    display: flex;
    margin-top: 14px;
}

.item-selecao-mcx .custom-control {
    margin-top: -14px;
}

#conexoesListaSelecao {
    overflow-y: scroll;
    padding: 0px 15px;
}

.disabledEnvioPesquisa {
    background-color: #ae99b7 !important;
}

.btn-notificacao {
    font-size: 21px;
    padding: 6px;
    border-radius: 50%;
    display: none;
    margin-right: 5px;
}

.editarEtiqueta {
    margin-right: 6px;
}

.ic_anexos_snippets {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #56cb49;
    border-radius: 50%;
    color: white;
    width: 12px;
    height: 12px;
    font-size: 8px;
    position: absolute;
    right: 4px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.icon-pulse-mc {
    display: inline-block;
    animation: pulse 1.5s infinite;
    transition: transform 0.2s ease-in-out;
}

.icon-pulse-mc:hover {
    transform: scale(1.3);
}

.ic-player-video-galeria {
    position: absolute;
    right: 22px;
    bottom: 8px;
    color: #600a87;
    background-color: #ffffffbf;
    padding: 4px 4px 4px 6px;
    border-radius: 50%;
}

.resumoMidiasItem:hover .itemCheckboxMidiasDownload {
    display: flex;
}

.itemCheckboxMidiasDownload {
    display: flex;
    position: absolute;
    top: 5px;
    left: 19px;
    background-color: rgb(96 10 135 / 39%);
    height: 70px;
    width: 77px;
    text-align: center;
    padding-top: 0px !important;
    justify-content: center;
    align-items: center;
}

.itemCheckboxMidiasDownload:not(.selecionado) {
    display: none;
}

.itemCheckboxMidiasDownload input {
    width: 20px;
    height: 20px;
    z-index: 9999;
    position: absolute;
}

.resumoArquivoItem:hover .itemCheckboxArquivoDownload {
    display: flex;
}

.itemCheckboxArquivoDownload {
    display: flex;
    position: absolute;
    top: 9px;
    left: 20px;
    background-color: rgb(96 10 135 / 15%);
    height: 45px;
    width: 48px;
    text-align: center;
    padding-top: 0px !important;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
}

.itemCheckboxArquivoDownload:not(.selecionado) {
    display: none;
}

.itemCheckboxArquivoDownload input {
    width: 20px;
    height: 20px;
    z-index: 9999;
    position: absolute;
}

.falha_envio_mc {
    background-color: #ffdede;
}

#blocoTelefoneContato .iti {
    width: 100% !important;
}

#blc-mensagens-pesquisa {
    max-height: 350px;
    overflow-y: scroll;
}

.msg-historico {
    display: flex;
    width: 100%;
    background-color: #EDEDED;
    padding: 10px;
    border-radius: 12px;
    justify-content: flex-start;
    cursor: pointer;
}

.msg-historico img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.msg-historico-resumo {
    margin-bottom: 2px;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.blc-mensagem-historico {
    position: relative;
    padding: 0px;
}

.msg-historico-ver {
    margin-top: 10px;
    cursor: pointer;
}

.loading-buscando-msg {
    position: relative;
    overflow: hidden;
}

.loading-buscando-msg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    background: linear-gradient(90deg,
            #600A82,
            #ffffff,
            #A72DC6);

    background-size: 300% 300%;
    animation: cobrinha 1.2s linear infinite;
    z-index: 2;
    pointer-events: none;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

@keyframes cobrinha {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.btn-send-options {
    display: flex;
    border-radius: 13px;
    background-color: #600A82;
    color: #FFFFFF;
    cursor: pointer;
    justify-content: space-around;
    align-items: center;
    width: 110px;
    font-size: 14px;
    margin-right: 16px;
    padding: 14px;
}

.menu-opt-agendamento {
    padding: 10px;
    margin-left: -215px;
    margin-top: -32px;
}

.acao-mensagem-agendada {
    font-size: 14px;
    padding: 6px;
    border-radius: 50%;
    margin-right: 10px;
}

.agendada-cancelar {
    background-color: #ffdede;
    border: 2px solid #fd5353;
}

.agendada-enviar {
    background-color: #deffe4;
    border: 2px solid #3bbf39;
}

#mensagensAgendadas {
    height: 250px;
    overflow-y: scroll;
    padding: 15px;
    align-content: baseline;
}

.msgReacaoRecebida {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    color: #ff0000;
    font-size: 14px;
    position: absolute;
    left: 0px;
}

.opcoes-mensagem-recebida {
    top: -6px;
    right: -21px;
}

.opcoes-mensagem-enviada {
    left: -21px;
    top: -3px;
}

.opcoes-mensagem {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    font-size: 17px;
    padding-top: 5px;
    position: absolute;
    border: solid #c3c3c3 0.5px;
    display: none;
}

.balao-mensagem:hover .opcoes-mensagem {
    display: block;
}

#btn-send-audio {
    height: 59px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-send-option-main {
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}