﻿/* .ttour-tip {
	opacity: 0;
}

.ttour-tip-active {
	opacity: 1;
	transition: all 1s;
} */

.modal-padrao {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 400;
	max-width: 100%;
	max-height: 100%;
	display: none;
}

.modal-padrao .container-modal {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 960px;
	max-height: 80vh;
	bottom: auto;
	top: 50%;
	left: 50%;
	right: auto;
	margin: -40vh 0 0 -480px;
	background: var(--light);
	z-index: 400;
	padding: 0;
	border-radius: 24px;
	box-shadow: 0px -4px 16px rgba(51, 51, 51, .24);
	overflow-y: scroll;
}

.mascara {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark);
	opacity: 0.7;
	z-index: 2;
}

/* .mascara-disabled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark);
	opacity: 0.7;
} */

.header-modal {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
}

.header-modal h1.titulo {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .5px;
	font-weight: 400;
	color: var(--p900);
	position: relative;
	border-top: none;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	z-index: 1;
}

.header-modal .fechar {
	font-size: 28px;
	line-height: 1;
	color: var(--p900);
	text-align: center;
	z-index: 60;
	background: transparent;
	border: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.modal-padrao .fechar:hover,
.fechar:visited,
.fechar:active {
	text-decoration: none;
}

.content-modal {
	height: auto;
	max-height: 70vh;
	overflow: auto;
	margin-top: 0;
	padding: 0 24px 24px 24px;
}

/* .modal-padrao h1 {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .5px;
	font-weight: 400;
	color: var(--dark);
	position: relative;
	border-top: none;
	padding: 32px 24px 24px 24px;
	margin-bottom: 0;
	border-bottom: none;
	z-index: 1;
} */

/* .modal-filtros .container-modal {
	padding: 0;
} */

/*Alerts*************************/

.alert-msg {
	position: fixed;
	width: 40%;
	margin-left: -25%;
	top: 0px;
	left: 50%;
	width: 50%;
	z-index: 99999;
	display: none;
}

.alert-msg .cont-alert {
	width: 100%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 100px;
	background: var(--light);
	box-shadow: 0px 0px 40px #333;
	border-bottom: 1px solid #ccc;
	border-top: 0;
}

.alert-msg .fechar {
	position: absolute;
	top: 3px;
	right: 5px;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	color: var(--dark);
	background: var(--light);
	background: -moz-linear-gradient(top, var(--light) 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, var(--light) 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, var(--light) 0%, #e5e5e5 100%);
	width: 35px;
	border-radius: 20px;
	border: 1px solid #ccc;
	text-align: center;
}

.alert-msg p {
	display: table;
	color: var(--dark);
	padding: 30px;
}

.carregando {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	color: var(--light);
	z-index: 99999999999999;
}

.carregando .conteudo {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	height: auto;
	display: table;
	z-index: 200;
}

.carregando p {
	color: #D7D7D7;
}

.carregando h2 {
	display: table;
	padding-top: 70px;
	width: 100%;
	margin: 0;
	background: url('../img/carregando.gif') top center no-repeat;
	background-size: 64px;
	color: #D7D7D7;
}

.modal-promocao .container {
	width: 50%;
	height: 500px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -25%;
	z-index: 100;
}

.modal-promocao .mascara {
	background: url('../img/banners/fdo_promo_ache.png');
	background-size: 100%;
	opacity: 1;
}

.modal-promocao .produto {
	position: relative;
}

.modal-promocao .texto {
	position: absolute;
	top: 0px;
	right: 0px;
	color: var(--light);
	padding: 20px;
	text-align: center;
}

.modal-promocao .produto a {
	border: 2px solid yellow;
	display: block;
	width: 100%;
	height: 100%;
}

/*********************/

.modal-padrao h3 {
	background: #003775;
	color: var(--light);
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	width: 100%;
	margin: 10px 0;
}

/* Detalhe pedido */

.modal-padrao .dados-head {
	font-size: 14px;
	line-height: 21px;
}

.modal-padrao .dados-head h5 {
	color: var(--primary-dark);
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: .03em;
}

.modal-padrao .dados-head ul li {
	padding: 0 0 8px 0;
}

.modal-padrao .item-pedido strong,
.modal-padrao .item-pedido span {
	font-size: 12px;
	line-height: 18px;
	display: block;
}

.modal-padrao .itens {
	height: auto;
	padding: 0 16px;
}

.modal-padrao .item-pedido {
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 3px rgb(215 226 255 / 15%), 0px 1px 3px rgb(215 226 255 / 30%);
	-webkit-box-shadow: 0px 4px 8px 3px #d7e2ff26, 0px 1px 3px #d7e2ff4d;
	border-radius: 10px;
	padding: 16px 16px 16px 60px;
	position: relative;
	margin-bottom: 16px;
}

.modal-padrao .item-pedido:before {
	position: absolute;
	top: 24px;
	left: 16px;
	content: '';
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM9 6v2a3 3 0 0 0 6 0V6h2v2A5 5 0 0 1 7 8V6h2z' fill='rgba(0,25,67,1)'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-color: rgba(0, 25, 67, .07);
	border-radius: 5px;
}

.modal-padrao .item-pedido .ln {
	padding: 2px 0;
}

.modal-padrao .item-pedido .ln:last-child {
	border: 0;
	padding: 5px 0 0px 0;
}

.modal-padrao .item-pedido .ln:last-child span,
.modal-padrao .item-pedido .ln:last-child strong {
	font-size: 14px;
	line-height: 21px;
}

.modal-padrao .item-pedido strong {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1px;
	color: #001943;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 95%;
	display: block;
	margin-bottom: 2px;
	transition: all .3s;
}

.modal-padrao .item-pedido.open strong {
	max-width: 100%;
	white-space: inherit;
	transition: all .3s;
}

.modal-padrao .item-pedido p.barra {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .4px;
	color: #001943;
	opacity: .5;
}

.modal-padrao .item-pedido ul {
	margin-bottom: 0;
	transition: all .3s;
}

.modal-padrao .item-pedido.open ul {
	margin-bottom: 0;
	display: none;
	transition: all .3s;
}

.modal-padrao .item-pedido ul li {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .4px;
	color: #001943;
	opacity: .5;
	display: inline-block;
	margin-right: 8px;
}

.modal-padrao .item-pedido ul li#pf {
	text-decoration: line-through;
}

.modal-padrao .item-pedido p.total {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1px;
	font-weight: 500;
	color: #001943;
	text-align: right;
	float: right;
	margin-top: -40px;
	margin-bottom: 0;
	margin-left: 24px;
}

.modal-padrao .item-pedido.open p.total {
	display: none;
}

.modal-padrao .item-pedido p.total small {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: .5px;
	text-align: right;
	font-weight: 500;
	color: #001943;
}

.modal-padrao .item-pedido .details {
	height: 0;
	overflow: hidden;
	transition: height .3s;
	margin-left: -60px;
	width: calc(100% + 76px);
}

.modal-padrao .item-pedido.open .details {
	height: 230px;
	overflow: hidden;
	transition: height .3s;
}

.modal-padrao .item-pedido .details ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #D7E2FF;
	border-bottom: 1px solid #D7E2FF;
	margin-top: 12px;
	margin-left: 0;
	width: 100%;
	padding: 16px;
}

.modal-padrao .item-pedido .details ul li {
	display: block;
	width: calc(100% /3);
	margin: 8px 0;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.25px;
	color: #001943;
	opacity: 1;
}

.modal-padrao .item-pedido .details ul li small {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #75777F;
}

.modal-padrao .item-pedido .details p.valor {
	margin-left: -60px;
	margin-bottom: 0;
	width: calc(100% + 76px);
	display: block;
	text-align: center;
	padding-top: 12px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.1px;
	color: #001943;
}

.modal-padrao .item-pedido .details p.valor span,
.modal-padrao .item-pedido .details p.valor small {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #75777F;
}

.modal-padrao .item-pedido .details p.valor small {
	color: #001943;
}

.modal-padrao .qd-comissao {
	background: var(--dark);
	border-radius: 8px;
	position: relative;
	padding: 8px 20px;
	margin: 10px 0;
	text-align: center;
}

.modal-padrao .qd-comissao * {
	color: var(--light);
}

.modal-padrao .descricao {
	font-size: 16px;
	line-height: 24px;
}

/*********************************/

#modal-comissao {
	display: none;
}

#modalTab {
	display: flex;
	width: 100%;
	margin-left: 0;
	position: absolute;
	top: 62px;
	left: 0;
	right: 0;
	background-color: #fafbff;
	z-index: 2;
}

#modalTab li {
	display: block;
	width: calc(100% / 2);
	text-align: center;
	padding: 0;
}

#modalTab li a {
	border: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1px;
	font-weight: 500;
	text-transform: uppercase;
	color: #001943;
	padding: 10px 0;
	opacity: .7;
	transition: opacity .3s;
}

#modalTab li a.active {
	border-bottom: 3px solid;
	opacity: 1;
	transition: opacity .3s;
}

#modalTabContent .pedido-box,
#modalTabContent .empresa-box,
#modalTabContent .comprador-box {
	display: block;
	margin-left: -24px;
	width: calc(100% + 48px);
}

#modalTabContent .pedido-data {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	background-color: #D7E2FF;
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	padding: 6px;
}

#modalTabContent .pedido-data i {
	font-size: 16px;
	line-height: 16px;
	margin-right: 8px;
	color: #001943;
}

#modalTabContent .pedido-data p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .25px;
	color: #001943;
}

#modalTabContent ul.data-pedido li {
	display: flex;
	padding: 16px 24px;
	border-bottom: 1px solid #D7E2FF;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}

#modalTabContent ul.data-pedido li:last-child {
	border-bottom: none;
}

#modalTabContent ul.data-pedido li i {
	font-size: 18px;
	line-height: 18px;
	color: #001943;
	margin-right: 16px;
}

#modalTabContent ul.data-pedido li p {
	margin: 0;
	display: block;
	max-width: calc(100% - 40px);
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #001943;
}

#modalTabContent ul.data-pedido li p strong {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	color: #75777F;
}

.footer-modal {
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	padding: 10px 0 0 0;
	letter-spacing: -0.2px;
	position: relative;
	left: 0;
	bottom: 0;
	margin-left: 0;
	margin-bottom: 24px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: var(--light);
}

.footer-modal strong {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0px;
}

.footer-modal .total-comissao {
	background: var(--light);
	position: relative;
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 0;
	padding: 12px 32px;
}

.footer-modal .total-comissao span {
	color: var(--dark);
}

.footer-modal .bloco {
	display: flex;
	width: 100%;
	margin: 0;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.footer-modal .bloco .scroll {
	display: inline-block;
	text-align: left;
}

.footer-modal .bloco .scroll {
	padding: 0 8px 0 16px;
}


.footer-modal .bloco .scroll:nth-child(2n) {
	padding: 0 16px 0 8px;
}

.footer-modal .bloco .scroll .scroll-box {
	display: block;
	padding: 16px;
	border: none;
	border-radius: 16px;
	background-color: #FDE8E5;
	margin: 8px 0;
}

.footer-modal .bloco .scroll .scroll-box span {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .4px;
	color: #410001;
	opacity: .7;
}

.footer-modal .bloco .scroll .scroll-box strong {
	font-size: 22px;
	line-height: 28px;
	color: #410001;
	font-weight: 500;
}

.footer-modal .bloco .scroll .scroll-box strong small {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1px;
	font-weight: 500;
	color: #410001;
}

.footer-modal .bloco .scroll .scroll-box i {
	display: block;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 28px;
	color: #410001;
}

.lista-filtros {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	padding: 24px;
	border-radius: 16px 16px 0 0;
	box-shadow: 0px -4px 8px 3px rgb(49 49 49 / 15%), 0px -1px 3px rgb(49 49 49 / 30%);
	transition: all .3s;
}

.lista-filtros.open {
	bottom: 0;
	transition: all .3s;
}

.lista-filtros .filtros-box i {
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	top: 24px;
	right: 24px;
}

.lista-filtros .filtros-box p.h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #001943;
	margin-bottom: 24px;
}

.lista-filtros .filtros-box p.h5 {
	margin: 32px 0 16px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;
}

.lista-filtros .filtros-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lista-filtros .filtros-box ul li {
	display: inline-block;
	margin: 4px 0;
}

.lista-filtros .filtros-box ul li span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: #75777F;
	padding: 6px 12px;
	border: 1px solid #75777F;
	border-radius: 8px;
	transition: all .3s;
}

.lista-filtros .filtros-box ul li span.check {
	background-color: #FFDAD4;
	border-color: #FFDAD4;
	color: #410001;
	transition: all .3s;
}

.lista-filtros .filtros-box button {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	padding: 14px;
	text-align: center;
	display: block;
	width: 100%;
	border: none;
	background: #1D5BB9;
	color: #fff;
	border-radius: 8px;
	margin-top: 32px;
}

.signin .input-senha {
	position: relative;
}

.signin .input-senha input {
	padding-right: 55px;
	position: relative;
}

.signin .input-senha .eye {
	position: absolute;
	width: 45px;
	top: 31px;
	bottom: 0;
	right: 0;
	background: url(../../img/icons/eye-close.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .6;
	cursor: pointer;
	height: 50px;
}

.signin .input-senha .eye.open {
	background: url('../../img/icons/eye-open.svg') no-repeat;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

.signin .input-senha small {
	display: block;
	text-align: right;
	padding: 4px 0;
}

#detalhe-pedido .btns-footerModal {
	position: relative;
	/* left: 50%;
	bottom: 15px;
	width: 96%;
	margin-left: -48%; */
	text-align: center;
	z-index: 500;
	animation-name: animaBtn;
	animation-duration: 1s;
	margin: 24px 0;
}

#detalhe-pedido .btns-footerModal a {
	display: block;
	color: #fff;
	padding: 12px;
	z-index: 100;
	border-radius: 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
}

#detalhe-pedido .btns-footerModal .btn-reabrir {
	background: var(--primary);
}

#detalhe-pedido .btns-footerModal .btn-contestar {
	background: var(--danger);
}

/* .animaModal {
	bottom: 0 !important;
} */

/*SELECT CNPJ*/

#selecao-cnpj .box-import {
	border: 0;
	background: 0;
	margin: auto;
	padding: 16px 0;
	display: none;
}

#selecao-cnpj .lista-cnpjs {
	padding: 0;
}

#selecao-cnpj .lista-cnpjs::-webkit-scrollbar {
	width: 1px;
	height: 1px;
}

#selecao-cnpj .lista-cnpjs::-webkit-scrollbar-thumb {
	background: transparent;
}

/* MODAL RECUPERAR SENHA */

#modal-pergunta-sms .container-modal {
	max-width: 600px;
	margin-left: -300px;
	bottom: auto !important;
}

#modal-pergunta-sms .conteudo {
	padding: 0 40px;
}

#modal-pergunta-sms .conteudo label {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .03em;
	margin-bottom: 0;
	opacity: .6;
}

#modal-pergunta-sms .conteudo input {
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: .05em;
	padding: 14px 0;
	border: none;
	border-radius: 10px;
	color: var(--dark);
}

#modal-pergunta-sms .conteudo .form-control:focus {
	box-shadow: none;
	border: none;
}

#modal-pergunta-sms .conteudo .celular {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 0 12px;
	margin-top: 8px;
}

#modal-pergunta-sms .conteudo .celular span {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	color: var(--Third);
	display: block;
	width: 100%;
	text-align: right;
}

#modal-pergunta-sms .conteudo #btn-ConfirmarTelfone {
	display: block;
	text-align: center;
	padding: 16px;
	background: var(--primary-light);
	color: var(--light);
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	border-radius: 100px;
	box-shadow: 0 4px 12px rgb(45 127 224 / 50%);
	-webkit-box-shadow: 0 4px 12px #2d7fe080;
	margin: 40px 0 12px 0;
}

#modal-pergunta-sms .conteudo #btn-nao {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .75px;
	padding: 12px;
	display: block;
	text-align: center;
	color: var(--secondary-dark);
	font-weight: 300;
}

@media screen and (max-width: 920px) {
	.modal-padrao .container-modal {
		max-width: 720px;
		margin: -40vh 0 0 -360px;
	}

	.modal-padrao .container-modal {
		width: 100%;
		max-width: 80%;
		max-height: 80vh;
		bottom: auto;
		top: 120px;
		left: 0;
		right: 0;
		margin: auto;
	}
}