/*

Template Name: NQ Arena by Mustard.com.br
Theme URI: http://mustard.com.br
Author: Israel Lalli e Cristiano Braga em Mustard.com.br
Author URI:  http://mustard.com.br

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');


body * {
	/*box-shadow: inset 0 0 0 1px rgba(255, 0, 0, .5);*/
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
}

p::selection {
	color: #FED83B;
	background-color: #2F318F;
}


::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .3);
}

a {
	font-weight: 600;
	color: #38383d;
}

a:hover {
	background-color: #2F318F;
	color: white;
}

.modal-content {
	border-radius: 1rem;
	border: none;
	box-shadow: 5px 5px 20px 0px rgba(47, 49, 143, 0.2);
}

.bg-light {
	background-color: #F0F0F0 !important;
}

.bg-light-b {
	background-color: rgba(47, 49, 143, 0.1) !important;
}

.font-weight-bold {
	font-weight: 700;
}

.text-primary {
	color: #202024 !important;
}

.text-decondary {
	color: #FED83B !important;
}

.small-tiny {
	font-size: 12px;
}

.lh-100 {
	line-height: 100%;
}

.rounded {
	border-radius: 1rem !important;
}

.rounded-bottom {
	border-radius: 0 0 1rem 1rem !important;
}

.rounded-top {
	border-radius: 1rem 1rem 0 0 !important;
}

.rounded-right {
	border-radius: 0 1rem 1rem 0;
}

.shadow-b {
	box-shadow: 5px 5px 20px 0px rgba(47, 49, 143, 0.2);
}

.btn,
.form-control {
	border-radius: 0.4rem;
	padding: .7rem 1rem;
}

.form-control {
	padding: .7rem;
}

.btn {
	font-size: 0.8rem;
	border: 0;
}

.btn-primary {
	font-weight: 700;
	background-color: #f0cd34;
	color: #2F318F !important;
	box-shadow: 5px 5px 20px 0px rgba(254, 216, 59, .2);
	transition: 1s ease all;
}

.btn-primary:hover {
	box-shadow: 0 0 0 3px rgba(254, 216, 59, 1);
	background-color: rgba(254, 216, 59, 1);
	transition: .2s ease all;
}

.btn-secondary {
	font-weight: 700;
	background-color: #292929;
	color: white !important;
	box-shadow: 5px 5px 20px 0px rgba(47, 49, 143, 0.2);
	transition: 1s ease all;
}

.btn-secondary:hover {
	box-shadow: 0 0 0 3px rgb(251, 255, 0);
	background-color: #000000;
	transition: .2s ease all;
}

.btn-outline-secondary {
	color: rgba(47, 49, 143, 1);
	background-color: rgba(47, 49, 143, 0);
	box-shadow: 0 0 0 2px rgba(47, 49, 143, 1);
}

.btn-outline-secondary:hover {
	color: white;
	background-color: rgba(47, 49, 143, 1);
	box-shadow: 0 0 0 2px rgba(47, 49, 143, 1);
}

.card-outline-primary {
	border: 1px solid rgba(47, 49, 143, 1);
}

.font-weight-400 {
	font-weight: 400;
}

.img-cover-100-100 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anchor-menu {
    display: block;
    position: relative;
    top: -6rem;
    visibility: hidden;
}

.shadow-forte {
	filter: drop-shadow(0 0 3px rgba(47, 49, 143, .3));
}


.full-h {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}


span.select2-container--default, span.select2-selection--single  {
	height: 47px !important;
	border-radius: 0.7rem !important;
	border: 1px solid #ced4da !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

span.select2-selection__arrow  {
	height: 45px !important;
	position: absolute;
	top: 100px;
	right: 1px;
	width: 20px;
}

span.select2-selection__rendered {
	color: #444;
	line-height: 40px !important;
	height: 45px !important;
}

#timeCadastro2 {
	padding-top: 1px;
}

.arte-porteiro {
	min-height: 64vh;
	/* background-image: url(../img/cover.png); */
	background:#000;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 1rem 1rem;
}

.arte-porteiro::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../img/logonqarena.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center 30%;
}

.btn_ingresso_camarote {
	grid-column: 2 / 3;
}

.btn_ingresso_arena {
	grid-column: 1 / 2;
}

.grid-jogos {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 3rem;
	padding: 0 1rem;
}


.card-jogo {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	filter: drop-shadow(0 0 3px rgba(47, 49, 143, .3));
	transition: .5s all ease;
	overflow: hidden;
}

.card-jogo:hover {
	color: initial;
	background-color: initial;
	filter: drop-shadow(.8em .8em .8em rgba(47, 49, 143, .2));
	transition: .2s all ease;
}

a.card-jogo-header:hover,
a.card-jogo-body:hover {
	color: initial;
	background-color: white;
}

.card-jogo-header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	grid-gap: .5em;
	padding: 1em;	
	background-color: white;
	border-radius: 1em 1em 0 0;
	text-decoration: none;
  -webkit-mask-box-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/stampTiles.svg)
												  40 /
												  .5em 0 0 0 /
												  0
  												round
	;
}

.jogo-data {
	background-color: white;
	box-shadow: inset 0 0 0 3px #FED83B;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	grid-gap: .5em;
	padding: 1em;
	border-radius: .8em;
	color: #232324 !important;
}

 .jogo-dia {
	font-weight: bolder;
	font-size: 2em;
	line-height: 100%;
	position: relative;
	padding-right: 6px;
}
 .jogo-dia::after {
 	content: "";
 	background-color: #2F318F;
 	width: 3px;
 	height: 100%;
 	position: absolute;
 	right: -1px;
 	top: 0;
 	border-radius: 100px;
 }

.jogo-mes {
	font-size: .8em;
	line-height: 100%;
}

.jogo-hr {
	line-height: 100%;
}

.jogo-local {
	line-height: 100%;
	font-weight: 400;
	color: initial;
}

.card-jogo-body {
	background-color: white;
	padding-bottom: 1em;
	text-decoration: none;
  -webkit-mask-box-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/stampTiles.svg)
												  40 /
												  0 0 .1em 0 /
												  0
  												round
	;
}

.jogo-times {
	display: grid;
	grid-template-columns: 1fr auto;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	grid-gap: .5em;
	padding: 1em;
	margin: 0 1em;
	border-radius: .8em .8em 0 0;

	border: 1px solid rgba(0, 0, 0, .2);
	background-color: rgba(0, 0, 0, .05);

	border-bottom: none;
}

.jogo-time {
	text-align: center;
	line-height: 100%;
	padding: .5em;
	font-weight: 700;
	font-size: 1.2em;
}

.jogo-campeonato {
	border-radius: 0 0 .8em .8em;
	background-color: rgba(0, 0, 0, 0.3);
	border-top: none;
	margin: 0 1em;
	text-align: center;
	padding: .8em;
	line-height: 100%;
	font-weight: 300;
}

.button_close {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	margin: 0 0 0 auto !important;
	border-radius: 100px;
	padding: 6px;
	border: none;
	line-height: 100%;
	width: 40px;
	height: 40px;
	-webkit-text-stroke: .5px;
	position: relative;
}

.button_close i {
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container_apresente {
	border-radius: 10px;
}

.credencial_container {
	background-color: #fff;
	margin: 16px;
	border-radius: 16px;
}

.background_credencial {
	background: #000 url("../img/bg_credencial.png") no-repeat center;
	background-size: cover;
	border-radius: 15px;
}

.button_fechar_credencial {
	background-color: #282626;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 100%;
	box-shadow: none;
}

.button_download_credencial {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #000 !important;
	justify-content: center;
	font-size: 16px;
	width: 100%;
	margin-bottom: 16px;
	box-shadow: none;
}

.button_download_credencial:focus {
	background-color: #f0cd34 !important;
	box-shadow: none;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f0cd34 !important;
    border-color: #f0cd34 !important;
}

.button_fechar_credencial i,
.button_download_credencial i {
	font-size: 22px;
	margin-right: 8px;
}

.credencial_title {
	color: #fff;
	background-color: #282626;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 14px 14px 0 0;
	padding: 10px;
}

.credencial_infos {
	margin-top: calc(18px + 16px);
}

.credencial_infos h4 {
	font-size: 1rem;
}

.modal_credencial_footer {
	border-top: none;
}

.credencial_title h3 {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 0;
}

.modal_credencial_header {
	padding-bottom: 0;
	border-bottom: none;
}

.container_logonq_credencial {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: -16px 0 40px;
}

.container_logonq_credencial img {
	width: 150px;
}

.container_codbarras {
	margin-bottom: 12px;
}

.card-jogo-footer {
	height: 100%;
	background-color: #fff5cc;
	border-radius: 0 0 1em 1em;
  -webkit-mask-box-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/stampTiles.svg)
												  40 /
												  .38em 0 .1em 0 /
												  0
  												round
	;
}

.jogo-status {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em;

	color: initial;
}

.jogo-status i {
	color: rgba(254, 216, 59, 1);
	margin-right: .5em;
}

.jogo-status strong {
	font-size: 1.2em;
}

.jogo-status small {
	font-size: .8em;
	font-weight: 400;
}

.jogo-acao {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	padding: 0 1em 1em 1em;
	grid-gap: 1em;
}

.jogo-acao .btn {
	line-height: 100%;
	height: 100%;
}

.card-jogo-info {
	text-align: center;
	width: 80%;
	background-color:  rgba(47, 49, 143, 1);
	color: white;
	margin-left: 10%;
	font-size: .8em;
	font-weight: 400;
	border-radius: 0 0 .8em .8em;
	box-shadow: inset 0 20px 10px -15px rgba(0, 0, 0, .2);
	transform: translateY(-.3em);
	z-index: -1;
}

.card-jogo-info p {
	margin: 0;
	padding: .8em;
}

.card-jogo-confirmado .card-jogo-footer {
	background: #f0f7fc;
}

.card-jogo-confirmado .card-jogo-footer i {
	/* color: #009bdb; */
}

.card-jogo-confirmado .card-jogo-info {
	background: white;
	color: initial;
}

.card-jogo-confirmado .card-jogo-info i {
	color: rgba(254, 216, 59, 1);
}


.card-jogo-realizado {
	filter: grayscale(100%) contrast(80%);
}

.card-jogo-realizado:hover {
	filter: grayscale(100%) contrast(100%);
}

.card-jogo-realizado .card-jogo-footer {
	background: lightgray;
}

.card-jogo-realizado .card-jogo-footer i {
	color: darkgray;
}

.main-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	width: 100%;
	grid-gap: 1rem;

	position: fixed;
	bottom: 0;
	z-index: 150;
}

.main-header .logo-header {
	background-image: url(../img/cover.png);
	background-size: cover;
	background-position: center center;
	flex: 1;
	flex-direction: row;
	align-items: center;
	border-radius: 1rem;
	display: none;
}

.main-header .logo-header .logo-nqarena {
	margin: 0;

}

.logo-nqarena img {
	height: 4rem;
}

.main-header nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	flex-direction: row;
	border-radius: 1rem 1rem 0 0; 
	box-shadow: 0 0 2em 0px rgba(47, 49, 143, .6);
	width: 100%;
}

.main-header nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-gap: .5em;
	text-decoration: none;
	padding: 1em;
	background-color: white;
	transition: .5s ease all;
}

.main-header nav a:hover {
	background-color: rgba(254, 216, 59, 1);
	color: #000;
	transition: .2s ease all;
}

.main-header nav a.active {
	background-color: rgba(254, 216, 59, 1);
	position: relative;
}
.main-header nav a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	height: .3em;
	background-color: #000;
	border-radius: 1em 1em 0 0;
}

.swal_icon {
	border: none !important;
	width: 100% !important;
	height: auto !important;
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: none !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-styled.swal2-confirm {
    color: #000 !important;
	width: 100%;
}

.swal2-icon .swal2-icon-content {
	display: block !important;
}

.swal2-actions {
	width: 100% !important;
	padding: 0 32px !important;
}

.swal2-confirm {
	margin-bottom: 0 !important;
}

.swal2-styled.swal2-confirm.button-download-ingresso {
	background-color: #000 !important;
	color: #F7D73B !important;
	border: 1px solid #F7D73B !important;
}

.tarja_encerrado {
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	padding: 0.2rem 3rem;
	transform: rotate(45deg);
	background-color: #777676;
	color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(23, 21, 21, 0.17);
	position: absolute;
	right: -50px;
	top: 27px;
	z-index: 1;
}

/*.main-header nav a.active i {
	color: rgba(254, 216, 59, 1);
}*/

.main-header nav a:first-child {
	border-radius: 1rem 0 0 1rem;
}

.main-header nav a:last-child {
	border-radius: 0 1rem 1rem 0;
}

.main-header nav a i {
	font-size: 1.2em;
}

.main-header nav a p {
	margin: 0;
	font-weight: 400;
	font-size: .8em;
	text-align: center;
	line-height: 100%;
}


.menu-p-bottom {
	padding-bottom: 6rem;
}


.mapa-ponto-encontro {
	overflow: hidden;
	border-bottom: 0;
	border-radius: 1rem;
}
.mapa-ponto-encontro iframe {
	border-radius: 1rem;
}








/*Croppie*/

.croppie-container {
  width: 100%;
  height: 100%;
}
.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-width: none;
}
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.croppie-container .cr-viewport {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.croppie-container .cr-original-image {
  display: none;
}
.croppie-container .cr-vp-circle {
  border-radius: 50%;
}
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
}
.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}
.croppie-result {
  position: relative; 
  overflow: hidden;
}
.croppie-result img {
  position: absolute;
}
.croppie-container .cr-image,
.croppie-container .cr-overlay, 
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.cr-slider {
  -webkit-appearance: none;/*removes default webkit styles*/
  /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
  width: 300px;/*required for proper track sizing in FF*/
  max-width: 100%;
}
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}
.cr-slider:focus {
  outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
*/

.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring{
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/* Rotation Tools */
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}
.cr-rotate-controls button {
  border: 0;
  background: none;
}
.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}
.cr-rotate-l i:before {
  content: '↺';
}
.cr-rotate-r i:before {
  content: '↻';
}

/*/Fim croppie/*/


.avatar img {
	object-fit: cover;
}






/********************************************************************codigo biai*/



/*Tabelas do dataTable*/

.dataTables_wrapper table {
  position: relative;
}

.dataTables_wrapper thead th {
  position: sticky;
  top: 0;
}

.dataTables_wrapper td, .dataTables_wrapper th {
  padding: .5rem;
  vertical-align: middle;
  line-height: 100%;
}

.dataTables_wrapper .dataTables_info {
  line-height: 100%;
  margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter {
  grid-column: 1;
  grid-row: 1;
}

.dataTables_wrapper .dataTables_filter label {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dataTables_wrapper .dataTables_filter label input {
  flex: 1;
}

.dataTables_wrapper .dataTable {
  grid-column: 2 span;
  grid-row: 2;
  margin: 1rem 0;
}
.dataTables_wrapper .dataTables_paginate {
  grid-column: 2 span;
  grid-row: 3;
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dataTables_wrapper .dataTables_paginate span {
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.dataTables_wrapper .dataTable {
  display: block;  
  overflow-x: scroll;
}

.grid-isotope .element-item-isotope {
  width: calc(50% - 1rem);
  margin: .5rem;
}

.dataTables_wrapper .sorting {
  position: relative;
  line-height: 100%;
}

.dataTables_wrapper .sorting:after {
  content: "";
  position: absolute;
  top: calc(50% - .5rem);
  right: 5px;
}

.dataTables_wrapper .sorting_asc:after {
  content: "↓";
}
.dataTables_wrapper .sorting_desc:after {
  content: "↑";
}

.dataTables_wrapper .sorting:hover {
  cursor: pointer;
}

.dataTables_wrapper .minibartd {
  position: relative;
}



.dataTable {
  background-color: rgba(255, 255, 255, .1);
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: rgba(255, 255, 255, .50);
}

table.dataTable.stripe tbody tr.odd:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.stripe tbody tr.even:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: #fcf9f7;
  box-shadow: inset 0 0 0 2px #2F318F;
}


.dataTables_wrapper .sorting_desc,
.dataTables_wrapper .sorting_asc {
  background-color: rgba(255, 255, 255, .2);
}


.dataTable thead {
	background-color: rgba(254, 216, 59, 1);
}

.dataTable thead th {
	border-color: rgba(254, 216, 59, 1);
	background-color: rgba(254, 216, 59, 1);
	color: #2F318F;
	
}

.dataTable td, .dataTable th {
	border: none;
}

.dataTables_wrapper .dataTables_filter label {
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
}

.free-search,
.dataTables_wrapper .dataTables_filter label input {
	border: none;
	background-color: transparent;
	border-radius: 50rem;
	padding: .75rem 1rem;
	font-size: .8rem;
	color: #2F318F;
  box-shadow: inset 0 0 0 2px #2F318F;
	background-color: #fcf9f7;
	margin-left: 1rem;
}

.free-search:focus {
	outline: none;
}
  

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fcf9f7;
    background-color: #2F318F;
    border-color: #2F318F;
    padding: .5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-color: #fcf9f7;
    border-color: #fcf9f7;
    box-shadow: 0 0 .0 .25rem #fcf9f7;
    color: #2F318F;
}


















.grid-biai a:hover {
	background-color: transparent!important;
	color: #2F318F;
	text-decoration: none;
}


.main-nav.nav-sup {
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
}

#menu-toggler .main-nav.nav-sup .logotipo,
#menu-toggler .main-nav.nav-sup .user-menu-avatar,
#menu-toggler .main-nav.nav-sup .recolhe-menu {
  grid-row-start: 1;
}


#menu-toggler .main-nav.nav-sup .logotipo {
  grid-column-start: 1;
}


#menu-toggler .main-nav.nav-sup .menu-sup-lista {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column: 2 span;
  grid-gap: 1rem;
  padding: 0 2rem;
}


/*datapicker*/

.input-daterange .input-group-addon {
  height: 100%;
  background-color: #D0B695;
  display: block;
  padding: .6rem;
}

.input-daterange input {
  width: 7rem;
}

.input-daterange input:last-child {
  border-radius: 0 1rem 1rem 0;
}

.input-daterange input:first-child {
  border-radius: 1rem 0 0 1rem;
}


.dash-filtrada:before {
  content: "Resultados filtrados em: " attr(data-msg);
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  padding: .5rem;
  font-size: .75rem;
}

.filter-level {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  width: 100%;
}

.filter-level *,
.filter-level .select2-brt.select-Loja,
.filter-level .select2-brt.select-Vendedor,
.filter-level .select2-brt.select-Profissional {
  width: 100%;
}

.cookie_alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  grid-gap: 1rem;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }


.bg-skynight {
		background-image: linear-gradient(180deg, #212529 0%, #212529 100%);
		background-color: #212529;
}


.card-chart {
	background-color: white;
	border-radius: 1rem;
	text-decoration: none;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
	display: block;
	transition: .2s all ease;
	color: inherit;
}

a.card-chart:hover {
	box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .2);
	transition: .2s all ease;
}


.bgc-1 {
	background-color: #2f318f;
}
.bgc-2 {
	background-color: #fed83b;
}
.bgc-3 {
	background-color: #219ebc;
}
.bgc-4 {
	background-color: #fb8500;
}
.bgc-5 {
	background-color: #d55672;
}

























/*-----------------Tela grande-----------------*/
@media (min-width: 992px) {
	.rounded-lg {
		border-radius: 1rem !important;
	}

	.full-lg-h {
		background-image: linear-gradient(180deg, #000000 0%, #2c2c2c 100%);
		background-color: #ffffff;
	  min-height: 100vh;
	  min-height: calc(var(--vh, 1vh) * 100);
	}

	.min-lg-80-h {
		min-height: calc(var(--vh, 1vh) * 80);
	}

	.min-lg-80-w {
		min-width: 80vw;
	}

	.max-lg-400 {
		max-width: 400px;
	}

	.max-lg-960 {
		max-width: 960px;
	}

	.card-lg-shape {
		background-color: #FFFFFF;
		border-radius: 1rem;
		margin: 5vw;
	}

	.menu-p-bottom .card-lg-shape {
		margin-top: 0;
	}

	.split-lg-card {
		display: grid;
		grid-template-columns: 1fr 400px;
	}

	.split-lg-card .arte-porteiro {
		height: 100%;
		width: 100%;
	}

	.split-lg-card > div:nth-child(1){
		border-radius: 1rem 0 0 1rem;
	}
	.split-lg-card > div:nth-child(2){
		border-radius: 0 1rem 1rem 0;
	}

	.menu-p-bottom {
		padding-bottom: 0;
	}

	.main-header {
		position: relative;
		grid-gap: 2rem;
		margin-top: 3rem;
		margin-bottom: 2rem;
	}

	.main-header .logo-header {
		display: flex;
	}

	.main-header nav {
		box-shadow: none;
		border-radius: 1rem; 
		width: auto;
	}

	.main-header nav a {
		flex-direction: row;
	}

	.arte-porteiro {
		min-height: 30vh;
		background-image: url(../img/cover.png);
		/* background:#000; */
		background-size: cover;
		background-position: center center;
		position: relative;
		border-radius: 0;
	}

/*	.arte-porteiro::before {
		content: "";
		width: 30%;
		height: 6%;
		background-image: url(../img/logo-neo-quimica.png);
		position: absolute;
		bottom: 10%;
		right: 0;
		background-color: white;
		background-size: contain;
		background-repeat: no-repeat;
		box-shadow: 0 0 0 20px white;
		border-radius: 2.5px;
	}*/

	.arte-porteiro::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url(../img/logonqarena.png);
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: center 30%;
	}

	.grid-jogos {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 3rem;
		grid-row-gap: 3rem;
		padding: 0 3rem;
	}

	.card-jogo-header {
		padding: 1.5em ;
		grid-gap: 1.3em;
	}
	.card-jogo-body {
		padding-bottom: 1.5em;
	}
	.jogo-times,
	.jogo-campeonato {
		margin: 0 1.5em;
	}
	.jogo-status,
	.jogo-acao {
		padding: 1.5em 1.5rem 1rem;
	}
	.jogo-acao {
		padding-top: 0;
	}











	.dataTables_wrapper {
	display: grid;
	grid-template-rows: repeat(3, auto);
	grid-template-columns: repeat(2, 50%);
	}

	.dataTables_wrapper .dataTable {
	display: table!important;  
	overflow-x: auto;
	}

	.dataTables_wrapper .dataTables_info {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	line-height: 100%;
	margin: 0;
	}

	.dataTables_wrapper .dataTables_filter {
	grid-column: 1;
	grid-row: 1;
	}

	.dataTables_wrapper .dataTable {
	grid-column: 2 span;
	grid-row: 2;
	}

	.dataTable td, .dataTable th {
	padding: 1.2rem .75rem;
	}

	.dataTable th {
	padding: .75rem;
	}


	.grid-isotope .element-item-isotope {
	width: calc(25% - 3rem);
	margin: 1.5rem !important;
	}

	.filter-bar-isotope {
	top: 0;
	}

	.filtro {
	width: auto;
	margin-top: 0;
	}

	.btn-adicionar-empresa {
		margin-top: 32px;
		margin-left: 5px;
		line-height: 23px;
		background-color: #e9ecef;
		border: 1px solid #ced4da;
		color: #212529;
		width: 100%;
	}

	.btn-adicionar-empresa:hover, .btn-adicionar-empresa:focus {
		background-color: #e9ecef;
		color: #212529;
	}

}

@media (max-width: 600px) {
	.btn-adicionar-empresa {
		margin-top: 10px;
		margin-left: 18px;
		line-height: 10px;
		background-color: #e9ecef;
		border: 1px solid #ced4da;
		color: #212529;
		width: 93%;
	}

	.btn-adicionar-empresa:hover, .btn-adicionar-empresa:focus {
		background-color: #e9ecef;
		color: #212529;
	}
	
}