
@font-face {
	font-family: gotham;
	src: url(../fontes/gotham.otf);
}

@font-face {
	font-family: gotham-bold;
	src: url(../fontes/gotham-bold.otf);
}

@font-face {
	font-family: gotham-extraBold;
	src: url(../fontes/gotham-extraBold.otf);
}

@font-face {
	font-family: gotham-italic;
	src: url(../fontes/gotham-italic.otf);
}

.page-item.active .page-link {
    background-color: #2f2f2f !important;
    border-color: #2f2f2f !important;
	color: white !important;
}

.page-link {
    color: #2f2f2f !important;
}


.page-link:hover{
	cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

button:focus{
	outline: none !important;
}

input:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: gray !important;
}

body{
	background-color: #3a3a3a;
	font-family: gotham;
	color: white;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    padding-top: 5px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}

.select2-results__option {
    color: black !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8c8c8c;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #505050 !important;
    color: white;
}

.form-check-input:checked {
    background-color: #383838 !important;
    border-color: #383838 !important;
}

.displayFlex{
	display: flex !important;
    justify-content: space-between !important;
}

.displayShow{
	display: block !important;
}

.w48{
	width: 48%;
}

.notFound{
	margin-top: 20px;
	text-align: center;
	color: gray;
}

.buscarAlunos input{
	width: 220px;
}

.buscarAlunos button{
	border: none;
    background-color: #2f2f2f;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
}

.buscarAlunos button:hover{
	color: #89ff00;
}

#imgAtual2{
	display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 4px solid #2f2f2f;
    margin-left: calc(50% - 75px);
}

#imgResult2{
	display: none;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 4px solid #2f2f2f;
    margin-left: calc(50% - 75px);
}

.page{
	display: flex;
}

.page-body{
	width: calc(100% - 260px);
    margin-left: 240px;
    margin-top: 20px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
	color: #2f2f2f;
	min-height: calc(100vh - 40px);
	margin-bottom: 20px;
}

.page-body h2{
	font-family: gotham-bold;
}

.link-exportar{
	font-family: gotham-bold;
	display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.link-exportar a{
    color: #2f2f2f !important;
	text-decoration: none !important;
}

.link-exportar a:hover{
    color: #2f2f2f !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

.form-modal hr{
	margin: 30px 0px;
}

.form-modal h1{
	color: gray;
    font-size: 20px;
    margin-bottom: 25px;
}

.form-modal input{
	margin-bottom: 5px;
}

.form-modal select{
	margin-bottom: 5px;
}

.form-modal button{
	font-family: gotham-bold;
	border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    background-color: #2f2f2f;
    margin-top: 15px;
    margin-left: calc(50% - 70px);
    color: white;
}

.form-modal button:hover{
    color: #89ff00;
}

.box-modal hr{
	margin: 30px 0px;
	border: 1px solid #ced4da;
}

.box-modal-span{
	color: black;
}

.box-modal input{
	margin-bottom: 5px;
}

.box-modal select{
	margin-bottom: 5px;
}

.box-modal button{
	font-family: gotham-bold;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 160px;
    height: 40px;
    background-color: #2f2f2f;
    margin-top: 15px;
    margin-left: calc(50% - 80px);
    color: white;
}

.box-modal button:hover{
    color: #89ff00;
}

.div-info span{
	font-family: gotham-bold;
	font-size: 14px;
}

.icone-info:hover{
	cursor: pointer;
	color: gray !important;
}

.fundo-login{
	width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    position: absolute;
}

.box-login{
	width: 400px;
    background-color: white;
    padding: 20px 0px;
    top: 70px;
    margin-left: calc(50% - 200px);
    border: 0px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.logo-box-login{
	width: 160px;
    margin-left: calc(50% - 80px);
	margin-bottom: 15px;
}

.form-box-login{
	width: 92%;
    margin-left: 4%;
}

.form-box-login span{
	color: gray;
    font-size: 14px;
    margin-top: -5px;
    display: block;
    cursor: pointer;

}

.form-box-login p{
	color: gray;
    font-size: 14px;
    margin-top: 5px;
	margin-left: 5px;
}

.form-box-login hr{
	border: 1px solid #cacaca;
    width: 90%;
    margin: 25px 5%;
}

.form-box-login span:hover{
	text-decoration: underline;
}

.titulo-login{
	font-family: 'gotham';
    color: #525252;
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.row-form-box-login{
	margin-bottom: 10px;
}

.row-form-box-login input{
	width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
}

.row-form-box-login input:focus{
	width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px !important;
    border: 1px solid #2f2f2f !important;
    outline: none !important;
}

.row-form-box-login-termos{
	color: gray;
    margin-bottom: 10px;
	font-size: 12px;
}

.row-form-box-login-termos a{
	color: gray;
}

#txt_span_cpf{
	
}

.span-cadastro{
	text-align: center;
    margin-top: 20px !important;
	cursor: pointer !important;
}

.span-cadastro:hover{
	text-decoration: underline !important;
	text-align: center;
    margin-top: 20px !important;
}

.btn-login{
	font-family: gotham-extraBold;
    background-color: #383838;
    width: 140px;
    height: 50px;
    margin-left: calc(50% - 70px);
    border-radius: 10px;
    margin-top: 20px;
    color: white;
	border: none !important;
}

.btn-login:hover{
	transition: 0.8s;
	background-color: #6b6b6b;
    outline: none !important;
}

.btn-login:focus{
	background-color: #6b6b6b;
    outline: none !important;
}

#error-login{
	display: block;
    width: 100%;
    margin-left: 0%;
    border: 5px solid #c3282896;
    padding: 10px;
    background-color: #c3282830;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #c32828;
    font-family: 'gotham-bold';
}

#error-login:hover{
	text-decoration: none !important;
	cursor: default !important;
}

.errorInput{
	border: 2px solid red !important;
}

.logo-menu{
	width: 100px;
    object-fit: contain;
    position: fixed;
    margin-left: 70px;
    margin-top: 20px;
}

.menu{
	width: 200px;
    height: auto;
    max-height: calc(100vh - 120px);
    padding: 20px;
    background-color: white;
    margin-left: 20px;
    margin-top: 100px;
    border: none;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    overflow-x: auto;
}

.menu a{
	font-family: gotham-bold;
	width: 80%;
    margin-left: 10%;
    background-color: #2f2f2f;
    display: block;
    padding: 10px;
    border: none;
    border-radius: 5px;
	margin-bottom: 10px;
    color: white;
    text-decoration: none;
}

.menu a svg{
	display: block;
    font-size: 20px;
    margin: 0 auto;
}

.menu a:hover{
	cursor: pointer;
	color: #89ff00;
}

.menuAtivo{
	color: #89ff00;
}

.loadGif{
	width: 70px;
    margin-left: calc(50% - 35px);
    margin-top: 100px;
    margin-bottom: 100px;
}

.loadTexto{
	display: flex;
    color: gray;
    font-family: 'gotham-bold';
    position: absolute;
    width: calc(100% - 80px);
    margin-top: -220px;
    justify-content: center;
}

.form-perfil{
	width: 400px;
    margin-left: calc(50% - 200px);
    margin-top: 40px;
}

.form-perfil h1{
	font-size: 23px;
    text-align: center;
    margin-bottom: 15px;
}

.form-perfil span{
	margin-top: 15px;
    display: block;
}

.buscar input{
	width: 220px;
}

.buscar button{
	border: none;
    background-color: #2f2f2f;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
}

.buscar button:hover{
	transition: 0.5s;
	color: #89ff00;
}

.inputs-editarCardapio{
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.inputs-editarCardapio span{
    margin-bottom: -10px;
    margin-top: 10px;
    display: block;
}

.editarCardapio{
	margin-top: -5px;
}

.editarCardapio input{
	width: calc(100% - 110px);
    height: 30px;
    margin-right: -5px;
    font-size: 17px;
    font-family: 'gotham';
    border-radius: 5px;
    border: 1px solid grey;
    padding: 5px;
}

.editarCardapio button{
	border: none;
    background-color: #2f2f2f;
    color: white;
    font-family: 'gotham-bold';
    font-size: 13px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
	height: 30px;
}

.editarCardapio button:hover{
	transition: 0.5s;
	color: #89ff00;
}

.back-box-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    background-color: #0404049c;
	display: none;
	top: 0;
}

.box-modal{
	width: 500px;
    background-color: white;
    z-index: 20;
    position: absolute;
    margin-left: calc(50% - 250px);
    padding: 40px;
    height: auto;
    border-radius: 20px;
    margin-top: 50px;
	display: none;
	top: 0 !important;
	color: black;
	padding-bottom: 15px;
}

.fechar{
	color: gray;
    font-size: 20px;
    margin-left: 100% !important;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: -25px;
    display: block;
    margin-bottom: 10px;
}

.fechar:hover{
	color: black;
}

.div-box-analytics{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	margin-bottom: 30px;
}

.box-analytics{
	width: 270px;
    box-shadow: 0 0 5px 1px #dadada;
    padding: 10px;
    border-radius: 10px;
	margin: 10px;
}

.box-analytics span{
	display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-left: calc(100% - 22px);
    margin-top: 10px;
}

.box-analytics-ativo{
    background-color: green;
}

.box-analytics-expirado{
    background-color: yellow;
}

.box-analytics-desativado{
    background-color: red;
}

.box-analytics-desativado-div img {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    filter: gray !important;
	opacity: 0.6 !important;
}

.box-analytics-desativado-div{
    color: #cccccc !important;
}

.box-analytics-desativado-div p{
    color: #cccccc !important;
}

.box-analytics img{
	width: 120px;
    margin-left: calc(50% - 60px);
    margin-top: 20px;
}

.box-analytics h1{
	font-size: 15px;
    font-family: 'gotham-extraBold';
    text-align: center;
    color: #828282;
    margin-top: -15px;
}

.box-analytics h2{
	font-size: 16px;
    text-align: center;
    margin-top: 22px;
}

.box-analytics p{
	font-size: 12px;
    text-align: center;
    margin-top: -8px;
    font-family: 'gotham-bold';
    color: gray;
}

.box-analytics h3{
	text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.box-analytics h4{
	text-align: center;
}

.box-analytics h5{
	text-align: center;
	font-size: 14px;
    margin-top: 25px;
}

.div-planos{
	color: gray;
}

.row-planos{
	
}

.img-planos{
	width: 210px;
    margin-left: calc(50% - 105px);
}

.img-planos img{
	width: 100%;
}

.nome-planos{
	text-align: center;
    font-family: 'gotham';
    font-size: 23px;
    margin-top: 10px;
}

.concluido-planos{
	text-align: center;
    font-family: 'gotham';
    font-size: 22px;
    margin-top: 60px;
}

.concluido-planos svg{
	display: block;
    font-size: 50px;
    margin-left: calc(50% - 25px);
	margin-bottom: 10px;
	color: green;
}

.titulo-planos{
	text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

.div-box-planos{
	display: flex;
    justify-content: center;
	margin-top: 20px;
}

.box-planos{
	transition: 0.5s;
	color: gray;
	width: 260px;
    box-shadow: 0 0 5px 1px #d4d4d4;
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
	height: 890px;
}

.box-planos:hover{
	transform: 0.8s;
	box-shadow: 0 0 5px 4px #d4d4d4;
}

.plano-pro{
	background-color: #252525;
}

.plano-pro b{
	color: #89ff00b3 !important;
    font-family: 'gotham-bold';
}

.plano-pro p{
	color: gray !important;
}

.plano-pro svg{
	color: #89ff00 !important;
}

.plano-pro h2{
	color: #89ff00db !important;
}

.plano-pro li{
	color: #e6e6e69c !important;
	text-align: left !important;
}

.plano-pro h1{
	color: #89ff00c7 !important;
	font-family: 'gotham-bold' !important;
}

.plano-pro h2 span{
	color: gray !important;
}

.box-planos span{
	display: block;
    text-align: center;
    margin-top: 5px;
    font-family: 'gotham-bold';
}

.box-planos svg{
	font-size: 50px;
    margin-left: calc(50% - 25px);
    margin-top: 10px;
    margin-bottom: 30px;
}

.box-planos li{
	font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
}

.box-planos li svg{
	font-size: 14px;
    width: 20px !important;
    margin-top: 8px;
    margin-right: 7px;
    margin-left: 12px;
}

.box-planos li span{
	text-align: left;
    padding-right: 14px;
    color: #989696;
}

.box-planos b{
	display: block;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 30px;
}

.box-planos p{
	margin: 0;
    font-size: 13px;
    text-align: center;
	margin-left: -40px;
    font-family: 'gotham-bold';
    color: #b5b5b5;
    margin-bottom: -5px;
}

.box-planos h1{
	font-size: 18px;
    text-align: center;
    display: block;
    height: 60px;
	color: gray;
}

.box-planos h2{
	text-align: center;
}

.box-planos h2 span{
	display: inline;
    margin: 0px;
    font-size: 15px;
}

.box-planos h3{
	font-size: 12px;
    text-align: center;
    margin-top: 50px;
	color: gray !important;
}

.box-modal-grande{
	width: 90% !important;
	margin-left: 5% !important;
}

.logo-box-planos{
	margin-top: 75px;
	width: 270px;
}

.logo-box-planos img{
	width: 170px;
    margin-left: calc(50% - 85px);
}

.texto-logo-box-planos{
	font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.texto-logo-box-planos a{
	color: gray;
}

.btn-dark {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.btn-dark:hover{
	transition: 0.8s !important;
	color: #89ff00 !important;
}

#resultado{
	margin-bottom: 40px;
}

.fa-spinner {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.btn-qrcodeSpin {
    font-family: gotham-bold !important;
    border: none !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: fit-content !important;
    height: auto !important;
    background-color: #2f2f2f !important;
    margin-top: 15px !important;
    margin-left: 0px !important;
    margin-right: auto !important;
    color: white !important;
    display: block !important;
    padding: 10px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.btn-qrcodeSpin svg{
    margin-right: 5px;
}

.btn-qrcode {
    font-family: gotham-bold !important;
    border: none !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: fit-content !important;
    height: auto !important;
    background-color: #2f2f2f !important;
    margin-top: 15px !important;
    margin-left: 0px !important;
    margin-right: auto !important;
    color: white !important;
    display: block !important;
    padding: 10px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.btn-qrcode:hover{
	transition: 0.8s !important;
	color: #89ff00 !important;
	text-decoration: none !important;
}

.div-fatura{
	color: gray; 
}

.div-fatura h1{
	text-align: center;
    font-size: 17px;
    margin-top: 70px;
}


.div-fatura a{
	display: flex;
    justify-content: center;
    width: 220px;
    margin-left: calc(50% - 110px);
    margin-top: 20px;
	font-family: 'gotham-bold';
}

.div-fatura a:hover{
	transition: 0.8s !important;
	color: #89ff00 !important;
	font-family: 'gotham-bold';
}

.btn-faturas{
	display: flex;
    justify-content: space-around;
    width: 200px;
    background-color: #3a3a3a;
    font-family: 'gotham-bold';
    margin: 55px 0px 15px calc(50% - 100px);
    padding: 10px;
    border-radius: 5px;
}

.item-btn-faturas{
    color: #9c9c9c;
    cursor: pointer;
}

.item-btn-faturas:hover{
    color: #8afa00;
}

.item-btn-faturas-ativo{
    color: #ffffff;
}

#tituloTrial{
	font-family: 'gotham' !important;
	font-size: 16px;
}

.div-info{
	color: #212121;
}

.texto-planos{
	text-align: center;
    font-size: 20px;
	margin-top: 20px;
}

.btn-planos{
	text-align: center;
}

.btn-planos button{
	margin: 20px 0px 20px 0px;
}

.voltar{
	color: gray;
    margin-top: -32px;
    display: block;
    margin-bottom: 30px;
	cursor: pointer;
}

.voltar:hover{
	color: #cccaca;
}

td a{
	color: #212529;
    text-decoration: none;
}

td a:hover{
	cursor: pointer;
    color: gray !important;
    text-decoration: none;
}

.body-planos h1{
	text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
}

.box-planos-claro span{
	color: #cecdcd !important
}

.box-planos-obs span{
	font-size: 11px !important;
    margin-top: 5px !important;
}

.box-planos-obs svg{
	font-size: 10px !important;
    color: #969494 !important;
}






