:root {

    /* Colors: */
    --1: #EDEDED;
    --2: #5DC35D;
    --3: #A5A5A5;
    --4: #AAAAAA;
    --5: #010101;
    --6: #040404;
    --7: #1A2024;
    --8: #121212; /* cor dos titulos */
    --9: #C5C5C5;
    --10: #F5F5F7;
    --11: #29C0C4;
    --12: #F9F9F9;
    --13: #FFFFFF;
    --14: #FD553B;
    --15: #707070;
    --16: #1492E6;
    --17: #AFAFAF;
    --18: #2C59E8; /* cor das bordas e fundo de botões */
    --19: #E2E2E2;
    
    --20: #555555; /* cor do texto */
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-content {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    top: 30px;
    left: 100px;
    transform: translateX(-50%);
    width: 350px;
    z-index: 10;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.tooltip-container:hover .tooltip-content {
    display: block;
}

.tooltip-container .tooltip-content.show {
    display: block;
}

.toggle-container {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

.toggle-label {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    color: #555555;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-right: 20px;
}

.toggle-switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(30px);
}

/* Responsividade */
@media (max-width: 700px) {
    .form-1 {
        padding: 15px;
    }

.form-1 button {
        width: 100%;
    }
}

.toggle-btn {
    background-color: var(--12);
    color: var(--20);
    box-shadow: 0px 3px 6px var(--19);
    border: 1px solid #CDCDCD;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 10px;
    width: 120px;
    height: 40px;
}

.toggle-btn:hover {
    background-color: #2edada; 
    color: var(--20); 
}

.notf-menu {
    position: relative;
    right: 0px;
}

.notf-icon-contain2 {
    cursor: pointer;
    padding: 10px;
    align-content: center;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
}

.notf-icon-contain {
    cursor: pointer;
    padding: 10px;
    align-content: center;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
}

.toggle-btn:active {
    background-color: var(--18); 
    color: var(--12); 
}

.toggle-btn.active {
    background-color: var(--18); 
    color: var(--12); 
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #f9f9f9;
    margin: 0;
    padding: 0;
}

.principal-component {
    width: 100%;
    margin-top: 60px;
}

ul li .titulo {
    color: var(--8);
    text-align: left;
    font: normal normal bold 18px/24px Open Sans;
    letter-spacing: 0px;
    opacity: 1;
    margin: 0px;
}

ul li {
    list-style: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

.coluna_2 {
    width: 50%;
    padding: 0px 5px;
}

.coluna_1 {
    width: 100%;
    padding: 0px 5px;
}

.linha_1 {
    width: 100%;
    display: flex;
}
 
.topo_certo {
    background-color: var(--8);
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 999999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu {
    flex-grow: 1;
    margin-left: 20px;
    height: 100%;
}

.menu-buttons {
    display: flex;
    gap: 15px;
    height: 100%;
    list-style: none;
    margin: 0;
    justify-content: center;
}

.menu-buttons li {
    display: flex;
    align-items: center;
}

.btn-menu {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background-color: var(--8);
    color: var(--17);
    font-weight: 600; /* Semibold */
}

.icon-spacing {
    margin-right: 8px; 
    font-size: 18px;
}

.right-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img_corretor {
    width: 180px;
}

.right-icon-button {
    background: none;
    border: none;
    cursor: pointer;
}

.right-icon-button i {
    color: var(--17);
    font-size: 18px;
}

.right-buttons {
    display: flex;
    gap: 10px; 
}
 
.user-info {
    display: flex;  
    align-items: center;
    gap: 10px;
}

.user-photo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    background: gray;
}
  

.user-photo-2{
    width: 100px;
    height: 50px;
    object-fit: cover;
    object-position: top;
    border-radius: 5%;
    background: gray;
}

.sai-fora {
    position: relative;
}

.sai-fora ul {
    position: absolute;
    z-index: 999999999;
    padding: 8px 9px;
    background: white;
    border-radius: 5px;
    left: -40px;
    top: 49px;
    width: 193px;
    display: none;
    box-shadow: 0px 0px 2px #a7a7a7;
}

.sai-fora ul li {
    float: left;
    padding: 3px 10px;
    list-style-type: none;
    text-align: center;
    font-size: 21px;
    color: #1a2837;
    border-radius: 4px;
    transition: 0.5s;
    width: 100%;
    text-align: left;
}

.sai-fora ul li:hover {
    background: #85b200;
}

.sai-fora ul li small {
    transition: 0.5s;
}

.sai-fora ul li:hover small {
    color: #fff;
}

.user-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.user-name {
    font-weight: bold;
    color: var(--4);
    max-height: 16px;
    max-width: 100px;
    overflow: hidden;
    font-size: 14px;
}

.user-license {
    font-size: 0.8em;
    color: var(--4);
    font-size: 12px;
}

.btn-menu:hover {
    background-color: var(--18); 
    color: var(--13);
    height: 100%;
}

.right-icon-button:hover i {
    color: var(--12); /* Cor que deseja ao passar o mouse */
}


.botao_simples {
    height: 40px;
    font-size: 14px;
    color: white;
    width: 100%;
    text-align: center;
    background-color: #27BDBD;
    border-radius: 25px;
}

h1 {
    color: var(--15);
    margin-bottom: 20px;
    height: 40px;
    margin-top: 85px;
    margin-left: 10px;
    font-size: 28px;
    font-weight: bolder;
}

h4 {
    font-weight: 400;
    margin-left: 10px;
    color: var(--15);
    letter-spacing: 0px;
    font-size: 16px;
    opacity: 1;
}

@media (max-width: 514px) {
    h1 {
        margin-bottom: 45px;
    }
}


.card {
    background-color: white;
    transition: background-color 0.3s ease; 
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer; /* Mudança de cursor para indicar que é clicável */
}

h5{
    color: var(--15);
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
}

.cards-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.cards-container  {
    display: flex; 
    padding: 0px 5px 0px 5px;
}

.card {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 6px;
    height: 192px;
    width: 100%;
    min-width: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #E2E2E2;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    opacity: 1;
    position: relative;
    margin-bottom: 5px;
    cursor: auto;
}

.title-card {
    margin-top: 20px;
    margin-left: 12px;
    height: 33px;
    color: var(--15);
    font-size: 24px;
}

.subtitle-card {
    margin-left: 12px;
    height: 39px;
    letter-spacing: 0px;
    color: var(--15);
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
    width: 85%;
  }
  
.light-weight {
    font-weight: 300;
}

.copy-icon {
    position: absolute;
    bottom: 50px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

.copy-icon:hover {
    color: #007bff;
}

.buttons {
    position: absolute;
    bottom: 10px; 
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-buttons {
    display: flex;
    gap: 10px; 
    margin-bottom: 5px;
}

.btn-etiqueta,
.btn-importante,
.btn-tutorial {
    height: 27px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
}


.card-2{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    height: 192px;
    width: 49.2%;
    min-width: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #E2E2E2;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    opacity: 1;
    position: relative;
    margin-bottom: 5px;
}

@media (max-width: 840px) {
    .card-2 {
        display: block; 
        width: 100%;
    }
}

.btn-etiqueta {
    width: 100%;
    background: #E2E2E2;
    border: #E2E2E2;
    color: #000000DE;
    border-radius: 16px;
    font-size: 12px;
    height: 29px;
    letter-spacing: 0.22px;
    cursor: auto !important;
}

.btn-selecionado {
    background: var(--18);
    border: 1px solid var(--19);
    color: var(--13);
    border-radius: 25px;
    font-size: 12px;
    padding: 8px 15px;
    height: 40px;
    cursor: pointer;
    min-width: 84px;
    letter-spacing: 0.22px;
}

.btn-selecionado:hover {
    background: transparent;
    color: var(--20);
}

.btn-desmarcado {
    background: transparent;
    border: 1px solid var(--19);
    color: var(--20);
    border-radius: 25px;
    font-size: 12px;
    height: 40px;
    padding: 8px 15px;
    min-width: 84px;
    cursor: pointer;
    letter-spacing: 0.22px;
}

.btn-desmarcado:hover {
    background: var(--18);
    color: var(--13);
}

.btn-tutorial {
    width: 84px;
    background: var(--15);
    border: 1px solid;
    color: #FFFFFF;
}

.conteudo {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

/* @media (max-width: 900px) {
    .conteudo {
        display: grid;
    }
} */

.btnAbrirPopup {
    height: 27px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
    width: 84px;
    background: var(--18);
    border: none;
    color: #FFFFFFDE;
}

    .display_ativo {
        display: flex;
        border-radius: 10px;
        height: 20px;
        padding: 0px 5px;
        font-size: 12px;
        color: #555555;
        font-weight: 600;
        border: none;
        margin: 10px;
        background: rgb(249 249 249);
        align-items: center;
    }

    .display_inativo {
        display: none;
        border-radius: 10px;
        height: 20px;
        padding: 0px 5px;
        font-size: 12px;
        color: #555555;
        margin: 10px;
        font-weight: 600;
        border: none;
        background: rgb(249 249 249);
        align-items: center;
    }

.footer-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    background-color: #f1f1f1;
}

.footer-buttons button {
    width: 130px;
    height: 50px;
    font-size: 20px;
}

.container-01{
    display: flex;
    flex-direction: column;
    max-width: 97%;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.header {
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px;
    margin-top: 20px;
}

.form-1 {
    display: flex;
    flex-direction: column;
    max-width: 97%;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.form-1 label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #555555;
}

.form-1 input, .form-1 select, .form-1 textarea {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
}

.form-1 textarea {
    height: 100px;
    resize: vertical;
}

@media (max-width: 700px) {
    .form-1 {
        padding: 15px;
    }

    .form-1 button {
        width: 100%;
    }
}

.btn-tutorial:hover,
.btnAbrirPopup:hover,
.btn-importante:hover {
    opacity: 0.8;
}

.cards-wrapper {
    position: relative;
}

.cards-wrapper_2 {
    position: relative;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    margin-left: 10px;
}

.tag-title-wrapper_2 {
    display: flex;
    align-items: center;
    height: 24px;
    margin-top: 45px;
}

#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999999;
}

#iframePopup {
    border-radius: 10px;
}

.btn_envio {
    background: var(--18) !important;
    border: 1px solid var(--19);
    color: var(--13) !important;
    border-radius: 25px !important;
    font-size: 14px;
    padding: 8px 15px;
    height: 40px;
    cursor: pointer;
    min-width: 84px;
    width: calc(100% - 16px);
    margin: 0px 8px;
    letter-spacing: 0.22px;
}

#popupContainer {
    position: relative;
    width: 80%;
    height: 55%;
    padding: 5px;
    background: white;
    border-radius: 15px;
}

#btnFecharPopup {
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--17); /* Ajuste a cor conforme necessário */
    font-size: 30px;
}

#btnFecharPopup i {
    font-size: 30px;
}

.col-2 .btn-primary {
    color: #fff;
    background-color: #1a2837 !important;
    border-color: #1a2837;
}


.col-2 {
    float: left;
    width: 20%;
    height: 28px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 12px;
    display: block !important;
}

.col-2-checkboxes {
    float: left;
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 12px;
}

.col-6 {
    float: left;
    width: 50%;
    padding: 0px 2px;
    position: relative;
}

.btn {
    height: 40px;
    color: #495057 !important;
    background: white !important;
    outline: none !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    font-size: 14px;
}

.btn:hover {
    color: #495057 !important;
    outline: none !important;
    background-color: #fff !important;
}

.btn:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: none !important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
    border: none !important;
    box-shadow: none !important;
}

.col-6-checkboxes {
    float: left;
    width: 50%;
    padding: 0px 2px;
    position: relative;
}

.col-12 {
    float: left;
    width: 100%;
    padding: 0px 2px;
    position: relative;
}


@media (max-width: 840px) {
    .cards-container {
        display: block; 
        width: 97%;
    }
}

@media (max-width: 640px) {
    .title-text { 
        margin-bottom: 50px;
        line-height: 25px;
        width: 90%;
    }

    #popupContainer {
        height: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }

    .mostra-xs {
        display: block !important;
    }

    .topo_certo {
        padding: 0px;
    }

    .esconde-botao {
        display: none;
    }

    .esconde-no-celular {
        display: none;
    }

    .col-2 {
        width: 50% !important;
        margin-bottom: 30px !important;
    }

    .img_corretor {
        width: 130px;
        margin-left: 10px;
    }

    #not-not-novo {
		display: none !important;
	}

	#ag-not-novo {
		display: none !important;
	}
}

@media (max-width: 765px) {
    .title-text { 
        line-height: 25px;
        width: 95%;
    }
}

@media (max-width: 1200px) {
    .menu-buttons li:nth-child(5) {
        display: none;
    }

    .col-2 {
        float: left;
        width: 25%;
        height: 28px;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 12px;
        display: block !important;
    }
}

/* Esconde o botão "Marketing" em telas menores que 1100px */
@media (max-width: 1100px) {
    .menu-buttons li:nth-child(4) {
        display: none;
    }
}

/* Esconde o botão "Atendimentos" em telas menores que 1000px */
@media (max-width: 1000px) {
    .menu-buttons li:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .col-2-checkboxes {
        width: 50%
    }
}

/* Esconde o botão "Imóveis" em telas menores que 900px */
@media (max-width: 900px) {
    .menu-buttons li:nth-child(2) {
        display: none;
    }
}

/* Esconde o botão "Incluir" em telas menores que 800px */
@media (max-width: 800px) {
    .menu-buttons li:nth-child(1) {
        display: none;
    }
}

@media (max-width: 600px) {
    .user-name,
    .user-license {
        display: none;
    }
}

/* Container principal */
.assistente-container {
    display: flex;
}

/* Barra lateral */
.assistente-sidebar {
    width: 250px;
    color: var(--15);
    padding: 20px;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    margin-top: 60px;

}

.assistente-form-content h2 {
    color: var(--15);
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.assistente-sidebar button {
    width: 231px;
    padding: 12px;
    margin: 3px 0;
    color: var(--15);
    border: 1px solid;
    border-radius: 22px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.assistente-sidebar button:hover {
    background-color: var(--11);
    color: var(--13);
    border: 1px solid #23A6AA;
    font-weight: bold;
}

/* Conteúdo principal */
.assistente-main-content {
    margin-left: 270px;
    padding: 0px 20px;
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 15px; /* Adicionando o margin-top para todo o conteúdo */
}

.assistente-form-content input,
.assistente-form-content select,
.assistente-form-content textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}

.assistente-form-content textarea {
    height: 150px;
    resize: none;
}

.assistente-form-content label {
    font-size: 16px;
}

.assistente-form-content input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/* Transições para aparecer conteúdo */
.assistente-form-content {
    transition: all 0.3s ease;
}

button:focus {
    outline: none;
}

.assistente-btn-tone {
    color: var(--15);
    border: 1px solid;
    border-radius: 22px;
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    width: 145px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
    background: white;
    align-items: normal;
    margin-bottom: 20px;
    cursor: pointer;
}

.assistente-btn-tone:hover,
.assistente-btn-tone.selecionado {
    background-color: var(--11);
    color: var(--13);
    border: 1px solid #23A6AA;
}



/* Títulos e inputs */
.assistente-form-content input,
.assistente-form-content select {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.assistente-form-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2c3e50;
}

.assistente-form-content label {
    font-size: 16px;
}

.assistente-form-content label {
    display: block;
    margin-top: 10px;
}

.tentativa-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tentativa-item {
    width: 22%;
    margin-bottom: 10px;
}

.tentativa-item select {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.file_input_div {
    cursor: pointer;               /* mostra ponteiro quando estiver sobre a área */
    border: 2px dashed transparent;
    transition: background 0.2s, border-color 0.2s;
    padding: 10px;
  }
  .file_input_div.dragover {
    border-color: #4285f4;         /* cor do destaque ao arrastar */
    background-color: rgba(66,133,244,0.1);
  }
  .image_input_button {
    cursor: pointer;               /* ícone “fab” também fica clicável */
  }

  /* Torna toda a área de upload clicável */
#file_input_div {
  cursor: pointer;
}

/* Torna o botão FAB clicável */
.image_input_button {
  cursor: pointer;
}

/* Faz o input de texto também mostrar o cursor de clique */
#file_input_text {
  cursor: pointer;
}