


#download, #filterDatas { display: none; }

#authbox {
	display: flex;
    gap: 2rem;
}

#authbox img { border: 2px solid #198754; }


.instanceListWA { 
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.instanceListWA .conta {
	background: #242424;
    border: 1px solid #474747;
    display: flex;
    align-items: center;
    gap: 0.39rem;
    padding: .33rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.75rem;
}

.instanceListWA .conta:hover {
	background: #000;
}

.instanceListWA .conta span {
    position: absolute;
    margin-left: 35px;
    margin-top: 25px;
    font-size: 0.65rem;
    color: #ffb100;
	display: none;
}


.instanceListWA img, .instancesList img {
	border-radius: 50%;
	border: 2px solid #48C774;
}


dialog form > div { 
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 400px;
}

#addContatos > div {
	display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 700px;
}

#addContatos .tabs {
    list-style: none;
    display: flex;
    flex: 1;
    background: #111111;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 10px 10px 0 0;
}

#addContatos .tabs label {
	flex: 1;
    border: 1px solid #000;
    text-align: center;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-divs {
	display: none;
}

.content-container {
	padding: 1rem;
    background: #000;
	border-radius: 0 0 10px 10px;
	margin-top: -1px;
	height: 480px;
    display: flex;
    align-items: center;
}

#tab-manualmente:checked ~ .tabs [for="tab-manualmente"],
#tab-copiacola:checked ~ .tabs [for="tab-copiacola"], 
#tab-excel:checked ~ .tabs [for="tab-excel"], 
#tab-contatoswa:checked ~ .tabs [for="tab-contatoswa"],
#tab-contatoswag:checked ~ .tabs [for="tab-contatoswag"] {
	background: #000;
	color: #fff;
}

#tab-manualmente:checked ~ .content-container .tabs-divs[data-tab="tab-manualmente"],
#tab-copiacola:checked ~ .content-container .tabs-divs[data-tab="tab-copiacola"], 
#tab-excel:checked ~ .content-container .tabs-divs[data-tab="tab-excel"], 
#tab-contatoswa:checked ~ .content-container .tabs-divs[data-tab="tab-contatoswa"],
#tab-contatoswag:checked ~ .content-container .tabs-divs[data-tab="tab-contatoswag"] {
	display: flex;
    height: 440px;
    overflow: auto;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    flex: 1;
    justify-content: space-between;
}


.content-container h4 {
	font-weight: 200;
    font-style: italic;
    line-height: 1.2;
}

.content-container h4 a {
    color: #6495ED;
    font-weight: 400;
    text-decoration: underline;
}

.contatosGrupos {
	min-height: 80px;
    overflow-y: scroll;
    padding: 1rem 1rem 1rem 0;
}

.contatosGrupos ul {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.3rem;
}


.contatosGrupos ul li {
	background: #242424;
    border: 1px solid #474747;
    display: flex;
    align-items: flex-start;
    padding: 0 0.5rem;
    border-radius: 10px;
    cursor: pointer;
    flex-direction: column;
    flex: 0 calc(33.333% - 0.3rem);
    box-sizing: border-box;
}

.contatosGrupos ul li:hover { background: #000; }

.contatosGrupos ul li div { 
	display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-between; 
}

.contatosGrupos .g-nome {
	white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 175px;
    overflow: hidden;
	font-size: 0.7rem;
	color: #6495ED;
}

.contatosGrupos .g-membros {
	font-size: 0.75rem;
}

.contatosGrupos .g-carga {
	font-size: 0.6rem;
	color: #ffb100;
	display: none;
}

.contatosGrupos .g-listaContatos {
	display: none; 
}


.tabela .zap {
    display: flex;
    flex-direction: column;
}

.tabela .zap span {
	font-size: 0.75rem;
    color: #6495ED;
}