/* FUNCIONÁRIOS */
.leads_toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.leads_search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    padding: 0.65rem 0.8rem;
    border-radius: 12px;
    flex: 1;
    color: #333;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    outline: none;
}

.leads_search input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
}

.leads_search svg {
    width: 16px;
    height: 16px;
    color: #6b7280;
}

.leads_filters {
    display: flex;
    gap: 0.8rem;
}



.div_header_modal {
    display: flex;
    justify-content: space-between;
}

.icone_fechar_modal {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.div_inputs_informacoes {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.div_inputs_informacoes span {
    font-size: 14px;
}

.div_horizontal_informacoes {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.altura_textarea {
    min-height: 72px;
    resize: none;
}

.sessao_modal {
    font-size: 14px;
    cursor: pointer;
}

.div_data_lembrete {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.titulo_interacoes {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.data_interacao {
    align-self: flex-end;
}

.btn_concluir_lembrete {
    padding: .45rem .6rem;
    background: #22c55e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 999px;
    cursor: pointer;
    transition: .2s ease;
}

.titulo_lembretes {
    font-weight: 400;
    font-size: 16px;
    color: #0f172a;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.titulo_pagina{
    font-weight: 500;
}

th {
    text-align: left;
    padding: 0.7rem 0.9rem;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #252525;
}

td {
    padding: 0.65rem 0.9rem;
    font-size: 14px;
    color: #334155;
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
}

thead th:first-child {
    border-top-left-radius: 12px;
}

thead th:last-child {
    border-top-right-radius: 12px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.img_funcionario{
    border-radius: 50%;
    height: 160px;
    width: 160px;
    object-fit: cover;
    border: 2px solid #bdc3c7;
}

.btn_foto_funcionario{
    background-color: #a28358e3;
    padding: 0.4rem;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: white;
    gap: 0.4rem;
    cursor: pointer;
}

.icone_upload{
    width: 20px;
    height: 20px;
}

.div_foto_funcionario{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

#input_foto_funcionario{
    display: none;
}

.modal_niveis_acesso{
    background-color: #f6f7f9;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 90%;
    max-width: 750px;
}

.div_btn_modal{
    display: flex;
    gap: 1rem;
}

.sessao_niveis_permissao{
    background-color: white;
    padding: 0.6rem;
    border-radius: 10px;
}

.container_checkbox{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.div_checkbox{
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 0.3rem;
}

.div_checkbox label{
    cursor: pointer;
}

.container_sub_imagens{
    display: flex;
    overflow: auto;
    padding-bottom: 0.5rem;
    gap: 1rem;
}

.img_principal{
    width: 100%;
    aspect-ratio: 3.5 / 2;
    border-radius: 12px;
    object-fit: cover;
}

.sub_imagens{
    width: 100%;
    border-radius: 12px;
    height: 100px;
    object-fit: cover;
    aspect-ratio: 3.5 / 2;
}

.sub_imagens.ativo{
    border: 2px solid #142952;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 2px solid #a28358e3;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.div_checkbox input[type="checkbox"]:checked {
    background-color: #a28358e3;
}

.div_checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 3px;
    width: 3.5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
}

.titulo_nivel_acesso{
    font-weight: 600;
    font-size: 16px;
}

.bloco_nivel_acesso{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.div_nivel_acesso{
    display: flex;
    gap: 0.8rem;
    background: #fff;
    color: #333;
    outline: none;
    width: 100%;
    flex-direction: column;
}

.div_nivel_acesso span{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 0.4rem;
}

.nome_funcionario_modal{
    background-color: #a28358e3;
    padding: 0.4rem;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: white;
    gap: 0.4rem;
    cursor: pointer;
}

.container_preferencias_cliente{
    display: flex;
    gap: 0.8rem;
    overflow: auto;
    padding-bottom: 0.5rem;
}

.valor_informacao{
    font-weight: 600;
    font-size: 14px;
}
/* FUNCIONÁRIOS */