/**
* CSS de modais do sistema
*
* @author Jean Yoshioka, Pedro Anjos
* @copyright Hypnobox
* @date 07/08/2014
*/

/**
* @description
* Tamanho do modal
*/
.modal-pequeno{
	background:#f6f6f6;
	border-radius:8px;
	height:205px;
	overflow:hidden;
	padding:25px 10px 10px;
	position:relative;
	width:620px;
}
.modal-medio{
	background:#f6f6f6;
	border-radius:8px;
	height:306px;
	overflow:hidden;
	padding:25px 10px 10px;
	position:relative;
	width:620px;
}
.modal-grande{
	background:#f6f6f6;
	border-radius:8px;
	overflow:hidden;
	padding:25px 10px 45px;
	position:relative;
	width:820px;
}
/**
* @description
* Modal de erro
*/
.modal-erro{
	background:#f6f6f6;
	border-radius:8px;
	overflow:hidden;
	padding:25px 10px 10px;
	position:relative;
	width:510px;
}
.modal-erro .modal-content .info-texto-erro{
	display:block;
	max-height:450px;
	margin-top:10px;
	overflow-y:auto;
	padding-bottom:55px;
	text-align:center;
}
.modal-erro .modal-content .info-texto-erro p.texto-esquerda{
	padding-left:20px;
	text-align:left;
}
.modal-erro .modal-content .info-texto-erro p.erros{
	line-height:20px;
}
/**
* @description
* Modal de conteudo
*/
.modal-content{
	background:#ffffff;
	border-radius:8px;
	float:left;
	position:relative;
	width:100%;
}
/**
* @description
* Titulo do modal
*/
.modal-content p.info-titulo{
	background:#f6f6f6;
	border-radius:8px;
	float:left;
	left:15px;
	padding:6px 10px;
	position:absolute;
	text-transform:uppercase;
	top:-18px;
	z-index:1;
}
/**
* @description
* Texto de conteudo do modal
*/
.modal-content div.info-texto{
	display:table;
	float:left;
	height:170px;
	text-align:center;
	width:100%;
}
.modal-content div.info-texto p.texto-centro{
	display:table-cell;
	vertical-align:middle;
}
.modal-content div.info-texto p.texto-esquerda{
	text-align:left;
}
/**
* @description
* Imagem do modal
*/
.modal-content div.info-imagem{
	float:left;
	height:270px;
	text-align:center;
	width:100%;
}
/**
* @description
* Caixa de crop do modal usada na edicao de avatar do usuario
*/
.modal-content div.info-imagem .caixa-crop{
	background:url('../img/marca-d-agua.png') no-repeat center center;
	float:left;
	height:185px;
	margin:42px 218px;
	width:185px;
}
/**
* @description
* Modal de usuario
*/
.modal-content div.informacoes{
	float:left;
	padding:20px 0px 20px 20px;
	text-align:center;
	width:790px;
}
/**
* @description
* Detalhes do usuario no modal de usuario
*/
.modal-content div.informacoes .perfil-detalhes{
	float:left;
	max-height:390px;
	margin-left:15px;
	overflow-y:auto;
	width:650px;
}
.modal-content div.informacoes .perfil-detalhes .caixa-cinza-prata{
	background:#ebebeb;
	border-radius:10px;
	float:left;
	padding:12px;
	position:relative;
	width:606px;
}
.detalhes-principal{
}
.detalhes-principal .caixa-texto{
	float:left;
	line-height:18px;
	margin:0 3px;
	text-align:left;
	width:226px;
}
.detalhes-principal .caixa-texto-peq{
	width:110px;
}
.detalhes-principal .caixa-texto-grande{
	width:466px;
}
.caixa-detalhes-atendimento{
	background:#ffffff;
	border-radius:8px;
	float:left;
	margin:15px 5px 0 0;
	padding:14px 10px 10px;
	position:relative;
	width:136px;
}
.caixa-detalhes-atendimento p.atendimento-dia-horario{
	margin-top:5px;
	text-align:right;
}
.caixa-detalhes-atendimento p.atendimento-detalhes-titulo{
	background:#f2f2f2;
	border-radius:8px;
	right:10px;
	padding:4px 10px;
	position:absolute;
	text-transform:uppercase;
	top:-12px;
}
.caixa-detalhes-saudacao{
	background:#ffffff;
	border-radius:8px;
	float:left;
	margin-top:15px;
	padding:18px 10px 10px;
	position:relative;
	width:239px;
}
.caixa-detalhes-saudacao p.atendimento-saudacao-titulo{
	background:#f2f2f2;
	border-radius:8px;
	left:10px;
	margin:0;
	padding:4px 10px;
	position:absolute;
	text-transform:uppercase;
	top:-12px;
}
.caixa-detalhes-saudacao p.atendimento-texto-saudacao{
	text-align:left;
	text-transform:uppercase;
}

/**
* @description
* Rodape padrao do modal
*/
.modal-footer{
	background:#c7c7c7;
	border-radius:0 0 8px 8px;
	bottom:0;
	height:46px;
	left:0;
	position:absolute;
	width:100%;
}
/**
* @description
* Rodape do modal de crop
*/
.modal-footer-crop{
	text-align:center;
}
/**
* @description
* Caixa de checkbox no rodape do modal
*/
.modal-footer .caixa-check{
	float:left;
	margin:12px 0 0 15px;
}

/**
* @description
* Botao padrao do modal e suas variacoes
*/
.modal-button{
	background:#eaeaea;
	border-radius:14px;
	color:#b4b4b4;
	float:right;
	font-family:'open_sans_condensedbold', Arial, sans-serif;
	font-size:14px;
	height:27px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
	width:129px;
}
.modal-button-crop{
	display:inline-block;
	margin-top:9px;
}
.modal-button-crop.selecione{
	width:172px;
}
button.modal-button{
	border:0;
	line-height:1px;
	margin:0;
	padding:0;
}
.modal-button.ativo{
	background:#4e4e4e;
	color:#ffffff;
	cursor: pointer;
}
/*.modal-button-crop.ativo{
	background:#4e4e4e;
	color:#ffffff;
	cursor: pointer;
}*/
.modal-button.cinza{
	background:#818181;
	color:#ffffff;
}
.modal-button.confirmar{
	margin:9px 0 0 0;
}
.modal-button.cancelar{
	margin:9px 15px 0 5px;
}
.modal-button.ok{
	float:left;
	margin:9px 0 0 250px;
}
.modal-button.editar{
	margin:9px 5px 0 0;
}
.modal-button.ativar{
	margin:9px 5px 0 0;
}
.modal-button.excluir{
	margin:9px 15px 0 0;
}

.caixa-modal-content{
	border-radius:8px 8px 0 0;
	padding:10px 10px 0;
}
.caixa-modal-content .modal-conteudo{
	border-radius:8px 8px 0 0;
	padding:20px 16px;
}
.caixa-modal-content .modal-conteudo .caixa-campo-padrao{
	line-height:24px;
}
.caixa-modal-content.notificacao{
	border-radius:8px;
	padding:10px;
}
.caixa-modal-content.notificacao .modal-conteudo{
	border-radius:8px;
	padding:20px 16px;
}
.caixa-crop{
	background:url('../img/marca-d-agua.png') no-repeat center center;
	height:185px;
	margin:0 auto;
	width:185px;
}
p.erros{
	line-height:20px;
}
.modal-scroll{
	max-height:440px;
	overflow-y:auto;
	padding:3px 4px;
}
.modal-sem-scroll{
	padding:50px 10px;
}
.caixa-modal-footer{
	border-radius:0 0 8px 8px;
}
.caixa-modal-footer > .caixa-checkbox-hypnobox-padrao{
	margin-top:3px;
}

.modal-distribuir .caixa-distribuir{
	padding:14px 20px;
}
	.modal-distribuir .caixa-distribuir .usuario-distribuir{
		/*background:#d6d6d6;*/
		background:#ffffff;
		border-radius:14px;
		line-height:23px;
		margin:20px 0;
		padding:3px;
	}
		.modal-distribuir .caixa-distribuir .usuario-distribuir > p{
			padding-left:64px;
		}
		.modal-distribuir .caixa-distribuir .usuario-distribuir .avatar-distribuir{
			border:2px solid #3d3d3c;
			border-radius:31px;
			left:0;
			position:absolute;
			top:-18px;
		}

/* EXCECAO */
#modalfichaproposta .chosen-container .chosen-results{
	max-height:100px;
}
#modalfichavisita .chosen-container .chosen-results{
	max-height:100px;
}

/*
#modaldirecionarmensagem .modal-scroll{
	min-height:264px;
	max-height:460px;
	padding-bottom:166px;
}
*/

.modal-campanha .empreendimento{
	float:left;
	margin:10px 5px;
	width:186px;
}
	.modal-campanha .empreendimento .imagem-empreendimento{
		border-radius:8px;
		float:left;
		margin-left:5px;
	}
	.modal-campanha .empreendimento .detalhes{
		float:left;
		margin-left:5px;
		width:82px;
	}

.modal-regional .empreendimento{
	float:left;
	margin:10px 5px;
	width:186px;
}
	.modal-regional .empreendimento .imagem-empreendimento{
		border-radius:8px;
		float:left;
		margin-left:5px;
	}
	.modal-regional .empreendimento .detalhes{
		float:left;
		margin-left:5px;
		width:82px;
	}
/* EXCECAO */


/* MODAL REGRAS */
.box-medalhas-modal{
	background:#f6f6f6;
	border-radius:8px;
	float:left;
	height:70px;
	margin:5px 10px 5px 0;
	padding:4px;
	width:215px;
}
	.box-medalhas-modal > i{
		height:70px;
		float:left;
		width:70px;
	}
		.box-medalhas-modal > i.primeiro{
			background-position:0 -50px;
		}
		.box-medalhas-modal > i.bronze{
			background-position:-70px -50px;
		}
		.box-medalhas-modal > i.prata{
			background-position:-140px -50px;
		}
		.box-medalhas-modal > i.ouro{
			background-position:-210px -50px;
		}

	.box-medalhas-modal .box-detalhes{
		float:left;
		margin:20px 0 0 5px;
		width:140px;
	}

	.ico-hypnoranking{
		background-image:url('../img/sprites-medalhas-hypnobox.png');
		background-repeat:no-repeat;
	}
/* MODAL REGRAS */

/* MODAL SUBMOMENTO */
.modal-conteudo .caixa-status-submomento{
	padding-left:52px;
	position:relative;
}
.modal-conteudo .caixa-status-submomento > .ico-hypnobox{
	height:36px;
	left:10px;
	position:absolute;
	top:44px;
	width:36px;
}
.modal-conteudo .caixa-status-submomento > .ico-hypnobox.submomento{
	background-position:-72px -319px;
}


/* MODAL DETALHES DO USUARIO */
.modal-usuario .modal-conteudo .perfil-imagem{
	float:left;
	width:120px;
}
.modal-usuario .modal-conteudo .perfil-imagem .avatar-grande{
	border:2px solid #adce5b;
	float:left;
	height:105px;
	margin-left:5px;
	overflow:hidden;
	width:105px;
	border-radius:50%;
	z-index:2;
}
.modal-usuario .modal-conteudo .perfil-imagem a.botao-custom{
	float:left;
	height:19px;
	line-height:19px;
	margin:10px 0 0 5px;
	padding:0;
	text-align:center;
	width:108px;
}
.modal-usuario .modal-conteudo .caixa-usuario-empreendimentos .empreendimento{
	float:left;
	height:62px;
	margin:5px;
	padding-left:0px;
	width:189px;
}
.modal-usuario .modal-conteudo .caixa-usuario-empreendimentos .empreendimento .emp-info{
	float:left;
	height:58px;
	margin-left:5px;
	padding-top:4px;
	text-align:left;
	width:104px;
}
.modal-usuario .modal-conteudo .caixa-usuario-empreendimentos .empreendimento .emp-imagem{
	float:left;
	height:62px;
	position:relative;
	width:80px;
}
.modal-usuario .modal-conteudo .caixa-usuario-empreendimentos .empreendimento .emp-imagem img{
	border-radius:10px;
}

/* MODAL COMENTARIO */
.modal-comentario .box-imagem {
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px solid #ffffff;
	box-shadow: 0 4px 10px -6px #c4c4c4;
	display: block;
	height: 360px;
	margin-top: 10px;
	outline: 1px solid #e8e8e8;
	overflow: hidden;
}
.modal-comentario .box-imagem > img {
	display: block;
	margin: 0 auto;
}
#box-preview-img .imagem-upload {
	border-radius: 6px;
	float: left;
	height: 110px;
	overflow: hidden;
	width: 160px;
}
#box-preview-img .imagem-upload > img {
	display: block;
}
#box-preview-img .box-txt {
	float: left;
	margin: 12px 0 0 12px;
	width: 290px;
}
#box-preview-img .box-txt > a {
	display: inline-block;
	margin-top: 8px;
}
.block-message-history {
	max-height: 164px;
	overflow-y: auto;
}
.box-message-history {
	margin-top: 12px;
}
.box-message-history:first-child {
	margin-top: 0;
}

.modal-list {
	background: #f6f6f6;
	border-radius: 10px;
	float: left;
	padding: 20px;
	width: 940px;
}

.modal-banner .fancybox-skin {
	background: #ffffff;
}
.modal-banner .fancybox-inner {
	overflow: auto!important;
}

.modal-aprovar-oferta-ativa .box-detalhes-solicitacao > a {
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal-aprovar-oferta-ativa .caixa-campo-padrao > p {
	line-height: 16px;
}
.modal-oferta-ativa .contatos p{
    line-height: 22px;
    position: relative;
    text-align: left;
}
.modal-oferta-ativa .contatos p:first-child, .modal-oferta-ativa .endereco p:first-child{
    padding-left: 5px;
}
.modal-oferta-ativa .contatos, .modal-oferta-ativa .cliente{
    border-bottom: 1px solid #e0e0e0;
}
.modal-oferta-ativa .cliente, .modal-oferta-ativa .contatos, .modal-oferta-ativa .endereco{
    padding-bottom: 5px;
}
.modal-oferta-ativa a.material-icons {
    color: rgba(0,0,0,.54);
    font-size: 16px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 3px;
}
.modal-oferta-ativa .contatos span{
    float: right;
    padding-right: 22px;
    position: absolute;
    right: 0;
}
.modal-oferta-ativa .cliente p {
    line-height: 18px;
    text-align: left;
}
.modal-oferta-ativa .endereco p {
    line-height: 16px;
    text-align: left;
    position: relative;
}
.modal-oferta-ativa .endereco p > a {
	top: 0;
}
.modal-oferta-ativa .form-oferta{
    padding-left: 20px;
}
.modal-oferta-ativa button{
    bottom: 20px;
    position: absolute;
}
.modal-oferta-ativa button.nova-oferta{
    right: 20px;
}
.modal-oferta-ativa button.fechar-oferta{
    left: 20px;
}
.modal-oferta-ativa .success-img{
    border-radius: 100%;
    background: #adcd5b;
    width: 84px;
    height: 84px;
    margin: auto;
    padding: 24px;
}
.modal-oferta-ativa img{
    width: 100%;
}
.modal-oferta-ativa .block-success{
    padding: 80px 0px;
}
.modal-oferta-ativa .block-success p{
    margin-top: 50px;
}
#produto-box img {
    height: 76px;
    width: 102px;
}

.comparar-fluxo-block {
	display: flex;
	justify-content: space-between;
}
.comparar-fluxo-box {
	background: #4d4d4d;
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,.18);
	min-height: 200px;
	width: 440px;
}
.comparar-fluxo-box.new {
	background: #adcd5b;
}
.comparar-fluxo-title {
	color: #ffffff;
	font-family:'open_sans_condensedbold', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	padding: 12px;
	text-align: center;
}
.comparar-fluxo-table {
	border-collapse: collapse;
	font-family:'open_sans_condensedbold', Arial, sans-serif;
	width: 100%;
}
.comparar-fluxo-table th,
.comparar-fluxo-table td {
	border-top: 1px solid rgba(0,0,0,.18);
	padding: 12px 8px;
	text-align: left;
	vertical-align: middle;
}
.comparar-fluxo-table th {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}
.comparar-fluxo-table td {
	background: #ffffff;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 1.2;
}
.comparar-fluxo-table .t-right {
	text-align: right;
}
.comparar-fluxo-total {
	color: #ffffff;
	font-family:'open_sans_condensedbold', Arial, sans-serif;
	font-size: 16px;
	padding: 8px 10px;
	text-align: right;
}

.modal-hypnobox {
	background: rgba(0,0,0,.8);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}
.modal-hypnobox.show {
	display: block;
}
.modal-hypnobox__view {
	background: #f6f6f6;
	border-radius: 6px;
	bottom: 60px;
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	left: 60px;
	position: absolute;
	right: 60px;
	top: 60px;
}
.modal-hypnobox__wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.modal-hypnobox__header {
	padding: 20px 20px 10px;
	position: relative;
}
.modal-hypnobox__header h1 {
	color: #545454;
	font-size: 22px;
}
.modal-hypnobox__header h2 {
	color: #949494;
	font-size: 16px;
	margin-top: 4px;
}
.modal-hypnobox__close-modal {
	color: #fe5f5f;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 20px;
}
.modal-hypnobox__subheader {
	padding: 10px 20px 20px;
}
.modal-hypnobox__search,
.modal-hypnobox__selectAll {
	float: left;
}
.modal-hypnobox__buttonExport,
.modal-hypnobox__counter {
	float: right;
}
.modal-hypnobox__search {
	background: #e0e0e0;
	border-radius: 16px;
	box-sizing: border-box;
	height: 32px;
	position: relative;
	width: 240px;
}
.modal-hypnobox__search::before {
	color: #545454;
	content: 'search';
	font-family: 'Material Icons';
	font-size: 24px;
	left: 8px;
	position: absolute;
	top: 4px;
}
.modal-hypnobox__search input {
	background: none;
	border: 0;
	box-sizing: border-box;
	color: #545454;
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	font-size: 14px;
	height: 32px;
	margin: 0;
	padding: 0 12px 0 36px;
	width: 240px;
}
.modal-hypnobox__selectAll {
	color: #545454;
	font-size: 13px;
	line-height: 32px;
	margin-left: 16px;
	text-transform: uppercase;
}
.modal-hypnobox__counter {
	color: #949494;
	font-size: 14px;
	line-height: 32px;
	margin-right: 16px;
}
.modal-hypnobox__buttonExport {
	background: #adce5b;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
}
.modal-hypnobox__buttonExportOff,
.modal-hypnobox__counter {
	float: right;
}
.modal-hypnobox__buttonExportOff {
	background: #bdbbbb;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 220px;
	margin-right: 10px;
}
.modal-hypnobox__content {
	flex: 1;
	position: relative;
}
.modal-hypnobox__content-wrapper {
	bottom: 0;
	left: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 20px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}
.modal-hypnobox__list {
	display: inline-block;
	height: 100%;
	margin: 0 6px;
	min-width: 190px;
}
.modal-hypnobox__list:first-child {
	margin-left: 20px;
}
.modal-hypnobox__list:last-child {
	margin-right: 20px;
}
.modal-hypnobox__list-wrapper {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.08);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-height: 100%;
	padding-bottom: 6px;
}
.modal-hypnobox__list-header {
	flex: 0 0 auto;
	padding: 14px 12px 6px;
}
.modal-hypnobox__list-title {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}
.modal-hypnobox__list-title p {
	color: #545454;
        padding-right: 10px;
}
.modal-hypnobox__list-title span {
	color: #949494;
}
.modal-hypnobox__list-action {
	display: flex;
	justify-content: flex-end;
	margin-top: 2px;
}
.modal-hypnobox__list-action a {
	color: #949494;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
}
.modal-hypnobox__list-content {
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 12px;
}
.modal-hypnobox__item {
	margin: 8px 0;
	position: relative;
}
.modal-hypnobox__item input[type='checkbox'] {
	cursor: pointer;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}
.modal-hypnobox__item label {
	background: #eeeeee;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,.16), 0 0 2px rgba(0,0,0,.12);
	color: #545454;
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
    overflow: hidden;
	padding: 0 8px 0 8px;
	position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal-hypnobox__item input[type='checkbox']:checked + label {
	background: #adce5b;
	color: #ffffff;
	padding-right: 32px;
}
.modal-hypnobox__item input[type='checkbox']:checked + label:before {
	color: #ffffff;
	content: 'check';
    font-family: 'Material Icons';
	font-size: 16px;
	line-height: 1;
    right: 8px;
    position: absolute;
    top: 8px;
}

.modal-hypnoboxv2 {
	width: 260px;
    height: 50px;
    display: none;
    position: fixed;
    right: 2.5vh;
    bottom: 0;
    z-index: 1000;
	border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 8px 4px rgba(0,0,0,.16), 0 1px 4px 1px rgba(0,0,0,.24);
}

@media screen and (max-height: 619px) {
	.modal-hypnoboxv2.open {
		width: 20%;
	}
}
  
.modal-hypnoboxv2.show {
	display: block;
}
.modal-hypnobox__viewv2 {
	background: #F2F2F2;
	border-radius: 6px;
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
}

.modal-hypnobox__wrapperv2 {
	display: flex;
    flex-direction: column;
    height: 100vh;
	border-radius: 10px;
}
.modal-hypnobox__headerv2 {
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
    position: sticky;
    background-color: #545454;
    top: 0;
    z-index: 10;
    border-radius: 10px 10px 0 0;
}
.modal-hypnobox__filtersWrapperv2 {
	overflow-x: hidden;
    overflow-y: auto;
}
.modal-hypnobox__filtersWrapperv2::-webkit-scrollbar {
    width: 8px;
	padding: 4px;
}
.modal-hypnobox__filtersWrapperv2::-webkit-scrollbar-thumb {
    background-color: #8c8c8c;
}
.modal-hypnobox__filtersWrapperv2::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.modal-hypnobox__headerv2 h1 {
	color: #fff;
	font-size: 22px;
}
.modal-hypnobox__headerv2 h2 {
	color: #949494;
	font-size: 16px;
	margin-top: 4px;
}
.modal-hypnobox__close-modalv2 {
	cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}
.modal-hypnobox__close-modalv2:hover {
    color: #e3e3e3;
}
#filter-v2-modal-closed {
	cursor: pointer;
	display: flex;
    align-items: center;
}
#filter-v2-modal-closed:hover {
    background-color: #545454c9;
}
.modal-hypnobox__subheaderv2 {
	padding: 10px 20px 20px;
}

.modal-hypnobox__counterv2 {
	color: #949494;
	font-size: 14px;
	line-height: 32px;
	margin-right: 16px;
}

.modal-hypnobox__contentv2 {
	flex: 1;
	position: relative;
}
.modal-hypnobox__content-wrapperv2 {
	bottom: 0;
	left: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 20px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}
.modal-hypnobox__listv2 {
	display: inline-block;
	height: 100%;
	margin: 0 6px;
	min-width: 190px;
}
.modal-hypnobox__listv2:first-child {
	margin-left: 20px;
}
.modal-hypnobox__listv2:last-child {
	margin-right: 20px;
}
.modal-hypnobox__list-wrapperv2 {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.08);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-height: 100%;
	padding-bottom: 6px;
}
.modal-hypnobox__list-headerv2 {
	flex: 0 0 auto;
	padding: 14px 12px 6px;
}
.modal-hypnobox__list-titlev2 {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}
.modal-hypnobox__list-titlev2 p {
	color: #545454;
        padding-right: 10px;
}
.modal-hypnobox__list-titlev2 span {
	color: #949494;
}
.modal-hypnobox__list-actionv2 {
	display: flex;
	justify-content: flex-end;
	margin-top: 2px;
}
.modal-hypnobox__list-actionv2 a {
	color: #949494;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
}
.modal-hypnobox__list-contentv2 {
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 12px;
}
.modal-hypnobox__itemv2 {
	margin: 8px 0;
	position: relative;
}
.modal-hypnobox__itemv2 input[type='checkbox'] {
	cursor: pointer;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}
.modal-hypnobox__itemv2 label {
	background: #eeeeee;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,.16), 0 0 2px rgba(0,0,0,.12);
	color: #545454;
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
    overflow: hidden;
	padding: 0 8px 0 8px;
	position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal-hypnobox__itemv2 input[type='checkbox']:checked + label {
	background: #adce5b;
	color: #ffffff;
	padding-right: 32px;
}
.modal-hypnobox__itemv2 input[type='checkbox']:checked + label:before {
	color: #ffffff;
	content: 'check';
    font-family: 'Material Icons';
	font-size: 16px;
	line-height: 1;
    right: 8px;
    position: absolute;
    top: 8px;
}

.hidden {
  display: none;
  padding-top: 6px;
}

.filtro-tabelav2 .caixa-filtros .bt-aplicar{
position:absolute;
bottom:-10px;
left:8px;
}

.selected-options span{
    background: #b0b0b0;
    border: none;
    border-radius: 18px;
    box-shadow: none;
    color: #ffffff;
    font-family: 'open_sans_condensedbold', Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin: 2px 0px 2px 3px;
    padding: 3px 18px 3px 7px;	
}

.category-wrapper-expand-arrows {
	height: 10px;
    width: 10px;
	margin-right: 20px;
}

.modal-hypnobox__footerv2{
	position: sticky;
    display: none;
    flex-direction: column;
    margin-top: auto;
    align-items: center;
    background-color: #c1c1c1;
    bottom: 0;
    z-index: 10;
}

.modal-hypnobox__footerv2 > p {
	text-transform: uppercase;
	text-align: center;
    width: 100%;
    background-color: #F2F2F2;
    cursor: pointer;
    padding: 6px 0;
    line-height: 20px;
    color: #a19f9f;
    font-size: 12px;
    text-decoration: underline;
}

.modal-hypnobox__footerv2 > p:hover{
	color: #5f5f5f;
}

.modal-hypnobox__footerv2 > div{
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.btn-green {
	display: flex;
    justify-content: space-evenly;
	width: 125px;
    background-color: #87BF3E;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	font-weight: 700;
	margin: 10px 0;
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
}

.btn-green:hover {
    background-color: #87bf3ea2;
}

.btn-gray {
	display: flex;
    justify-content: space-evenly;
	width: 100px;
    background-color: #EBEBEB;
    color: #929292;
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	font-weight: 700;
	margin: 10px 0;
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
}

.btn-gray:hover {
    background-color: #ebebeb9d;
}

.label-input {
    font-family: 'open_sans_condensedbold', Arial, sans-serif;
    color: #5a5a5a;
    margin: 15px;
    font-weight: normal;
	display: flex;
    justify-content: space-between;
}

.menu-filterv2-category-wrapper{
	position: relative;
	display: flex;
    border-bottom: 1px solid #cbcbcb;
    flex-direction: column;
    flex-wrap: nowrap;
}

.menu-filterv2-category-wrapper:last-child {
	margin: 0 0 20% 0;
}

.menu-filterv2{
	position: sticky;
    top: 0;
    cursor: pointer;
    z-index: 2;
    background-color: #F2F2F2;
}

.menu-filterv2:hover {
	box-shadow: 6px 3px 2px #c1bdbd;
    background-color: #efecec !important;
}

.temperatura-cliente{
    width: 20px;
    height: 20px;	
    border-radius: 8px;
    color: #787878!important;
    border: 2px solid #787878;
}
.temperatura-label{
	display: flex;
	padding: 10px;
	align-items: center;
	cursor: pointer;
	color: #787878!important;
	border-radius: 8px;
}

.temperatura-cliente #frio:checked + input[type="checkbox"] {
    background-color: #2d91bb;
}

.temperatura-cliente #morno:checked + input[type="checkbox"] {
    background-color: #ff9b04;
}

.temperatura-cliente #quente:checked + input[type="checkbox"] {
    background-color: #ff0000;
}

#form_filtro_v2 input[type="checkbox"] + label {
    display: inline-block;
    width: 33px;
    margin-right: 10px;
}

div#box-upload-dragdrop.compromisso div.ajax-upload-dragdrop {
	margin: 0;
    padding: 10px;
}

div#box-preview-compromisso-img.caixa-padrao:not(.off) {
	padding: 10px;
    display: flex;
    gap: 10px;
	box-sizing: border-box;
    float: left;
    position: relative;
    width: 380px;
	height: 80px;
}

div#box-preview-compromisso-img .imagem-upload {
	border-radius: 6px;
	float: left;
	width: 70%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

div#box-preview-compromisso-img .imagem-upload > img {
	display: block;
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

div#box-preview-compromisso-img .box-txt {
	float: left;
	width: 30%;
}

div#box-preview-compromisso-img .box-txt > a {
	display: inline-block;
	margin-top: 8px;
}

.form-ai-whatsapp {
    width: 600px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.form-ai-whatsapp-content {
    padding: 0px 0px;
	background: url("/web/assets/img/background/bg-hypnobox.png");
}

.form-ai-whatsapp-header {
    display: flex;
    align-items: center;
	background-color: #4d4d4d;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#titulo-ia{
	font-family: 'open_sans_condensedbold', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.28px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.form-ai-whatsapp-bg-img{
	height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-ai-whatsapp-icon {
    height: 20px;
}

.form-ai-whatsapp-separator {
    height: 1px;
    background-color: #d0d0d0;
    margin: 20px;
}

.form-ai-whatsapp-body {
    display: flex;
    flex-direction: column;
    /*gap: 0.75rem;*/
}
/*.form-ai-whatsapp-body p{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.28px;	
}*/

#text-titulo{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 114.286% */
	letter-spacing: 0.28px;		
	font-family: 'open_sans_condensedbold';
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;	
}

.sub-text-titulo{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 114.286% */
	letter-spacing: 0.28px;		
	font-family: 'open_sans_condensedbold', sans-serif;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;	
}

.sugestao-text{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 114.286% */
	letter-spacing: 0.28px;		
	font-family: 'open_sans_condensedbold', sans-serif;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.form-ai-whatsapp-body label{
	font-weight: 500;
	color: #b4b4b4;
}

/* Estilo básico para o select */
.form-ai-whatsapp-select {
    width: 93.5%;
    padding: 10px;
    margin-left: 20px;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZD0iTTAgMGgxMnYxMkgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik02IDhsLTUtNmgxMHoiLz48L3N2Zz4='); /* Adiciona uma seta customizada */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.form-ai-whatsapp-select option[disabled] {
    display: none;
}

.form-ai-whatsapp-button-generate{
    color: #ffff;
    border: none;
    padding: 1px 16px 1px 8px;
    border-radius: 20px;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	float: right;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #4D4D4D;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.form-ai-whatsapp-button-container{
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.form-ai-whatsapp-button {
    background-color: #87BF3E;
    color: white;
    border: none;
    /*padding: 1px 16px 1px 8px;*/
    border-radius: 20px;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	/*gap: 0.4rem;*/
	float: right;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 24px;
	/*display: inline-flex;*/
	height: 21px;
	padding: 4px 16px 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;	
}

.form-ai-whatsapp-button-nps{
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.form-ai-whatsapp-message-container {
    display: flex;
    flex-direction: column;
}


.form-ai-whatsapp-textarea {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	resize: none;
	font-family: 'roboto', 'sans-serif';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
	color: #545555;
}

.form-ai-whatsapp-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-ai-whatsapp-icon-nps {
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 15px;
}

.form-ai-whatsapp-footer-container {
	padding-right: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.form-ai-whatsapp-send-button {
    background-color: #87BF3E;
	margin-bottom: 20px;
    color: white;
    border: none;
    padding: 4px 16px 4px 10px;
    border-radius: 20px;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	font-weight: 500;
	text-transform: uppercase;
	float: right;
}

.copiedButton{
	color: #87BF3E;
}