
/*ALTERAÇÕES BOTÕES DE FORMULÁRIO*/
 .wbls-front-buttons-container {
    position: relative;
    width: 100%;
    margin: 40px 0;
}

/* Posição fixa dos botões */
.wbls-front-buttons-container span:nth-child(1) {
    left: 20%; /* CRIE UM RELATO */
}

.wbls-front-buttons-container span:nth-child(2) {
    left: 75%; /* VERIFIQUE UM RELATO */
}

/* ---------------- BOTÕES ---------------- */
.wbls-front-buttons-container span {
    position: absolute;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff !important;
    gap: 10px;
    transform: translateX(-50%);
    transform-origin: center center !important;
    transition: all 0.25s ease-in-out !important;
}

/* CRIE UM RELATO – MARROM */
body.page-id-247 .wbls-new-case-button {
    background-color: #5E563D !important;
}

/* VERIFIQUE UM RELATO – PRETO */
body.page-id-247 .wbls-followup-button {
    background-color: #192430 !important;
}

/*BOTÕES CCPR*/

/* CRIE UM RELATO */
body.page-id-792 .wbls-new-case-button {
    background-color: #AACA22 !important;
	border: none !important;
}
body.page-id-792 .wbls-new-case-button:hover {
    background-color: #045563 !important;
}
/* VERIFIQUE UM RELATO */
body.page-id-792 .wbls-followup-button {
    background-color: #AACA22!important;
	 border: none !important;
}
body.page-id-792 .wbls-followup-button:hover {
    background-color: #045563 !important;
}

/*BOTÕES OBLIANT*/

/* CRIE UM RELATO */
body.page-id-1910 .wbls-new-case-button {
    background-color: #121212 !important;
	border: none !important;
}
body.page-id-1910 .wbls-new-case-button:hover {
    background-color: #192430 !important;
}
/* VERIFIQUE UM RELATO */
body.page-id-1910 .wbls-followup-button {
    background-color: #121212!important;
	 border: none !important;
}
body.page-id-1910 .wbls-followup-button:hover {
    background-color: #192430 !important;
}
/* ---------------- ÍCONES ---------------- */
.wbls-front-buttons-container span::before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Ícone de escrever */
.wbls-new-case-button::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1.003 1.003 0 000-1.41l-2.34-2.34a1.003 1.003 0 00-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/%3E%3C/svg%3E");
}

/* Ícone de carta com check */
.wbls-followup-button::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2zm-8 7l-5-3.2 1.1-1.6L12 12.6l2.9-2.4 1.1 1.6L12 15z'/%3E%3C/svg%3E");
}

/* ---------------- HOVER (ANIMAÇÃO DE DIMINUIR) ---------------- */
.wbls-front-buttons-container span:hover {
    transform: translateX(-50%) scale(0.96); 
    box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
    opacity: 0.97;
}

/* Hover individual */
.wbls-new-case-button:hover {
    background-color: #998D69 !important;
}

.wbls-followup-button:hover {
    background-color: #4A5C70 !important;
}
/* Centraliza o pop-up principal */
.wbls-chat-container {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 999999 !important;
}
/* FIM ALTERAÇÕES BOTÕES DO FORMULÁRIO*/

/*POP UP DO BOTÃO VERIFICAR RELATO*/
.wbls-chat-container {
    background-color: #f7f7f7 !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45) !important;
}
.wbls-login-button {
    background-color: #BCD848 !important;
    color: #1f2a00 !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600;
}

.wbls-login-button:hover {
    background-color: #a9c93d !important;
}
.wbls-chat-content-description {
    display: block !important;
}

.wbls-chat-content-description * {
    display: block !important;
    width: 100% !important;
    float: none !important;
}

/* Espaçamento e leitura */
.wbls-chat-content-description p,
.wbls-chat-content-description span,
.wbls-chat-content-description div {
    margin-bottom: 16px !important;
    line-height: 1.7 !important;
    text-align: left !important;
    font-size: 14px !important;
}

/* Primeiro texto como destaque */
.wbls-chat-content-description :first-child {
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

/* Último aviso separado */
.wbls-chat-content-description :last-child {
    margin-top: 18px !important;
    font-size: 13px !important;
    color: #555 !important;
}


