/* FONTES */
@font-face {
	font-family: 'Poppins-Light';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Poppins-Light'), url('../fonts/Poppins-Light.ttf')
		format('truetype');
}
@font-face {
	font-family: 'Poppins-Regular';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Poppins-Regular'), url('../fonts/Poppins-Regular.ttf')
		format('truetype');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Poppins-SemiBold'), url('../fonts/Poppins-SemiBold.ttf')
		format('truetype');
}
@font-face {
	font-family: 'Poppins-Bold';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Poppins-Bold'), url('../fonts/Poppins-Bold.ttf')
		format('truetype');
}

/* GERAL */
* {
	font-family: 'Poppins-Light';
}
body {
	font-size: 18px !important;
	background-color: #FFFEF0 !important;
	color: #000;
}
h6 {
	margin-bottom: 0 !important;
}
.fw-regular {
	font-weight: normal !important;
	font-family: 'Poppins-Regular';
}
.fw-semibold {
	font-weight: normal !important;
	font-family: 'Poppins-SemiBold';
}
.fw-bold {
	font-weight: normal !important;
	font-family: 'Poppins-Bold';
}
.fw-light {
	font-weight: normal !important;
	font-family: 'Poppins-Light';
}
.fs-6 {
	font-size: 14px !important;
}
.fs-7 {
	font-size: 12px !important;
}
.cursor-pointer {
	cursor: pointer;
}
.msg-alerta {
	padding: 5px 10px;
	width: max-content;
	font-family: 'Poppins-SemiBold';
	background-color: #ffd54f !important;
}
.msg-finalizado {
	padding: 5px 10px;
	color: #fff;
	width: max-content;
	font-family: 'Poppins-SemiBold';
	background-color: #000 !important;
}
.step.finish {
    background-color: #198754;
    opacity: 1;
}
.step.active {
    opacity: 1;
}
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.dropdown-menu-custom {
	max-height: 250px;
	overflow-y: overlay;
}

#inputCidade::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
  font-size: 14px;
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

/* CARD REFEICAO */
.card-main {
  	padding: 25px;
  	max-width: 670px;
  	border: 0;
  	margin: 8% auto 0 auto;
  	border-radius: 32px;
  	background-color: #fff;
  	box-shadow: 1px 4px 16px #c9c9c9 !important;
}
.card-body {
	color: #000 !important;
}
.card-refeicao {
	border-radius: 16px;
	background-color: #f5f5f5;
}
.card-active {
	background-color: #ffd54f !important;
}

@media (max-width: 771px) {
	.card-main {
		padding: 0;
		margin-top: 0;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
}

/* PÁGINA DATA */
.legend-fechado {
	width: 35px;
	height: 35px;
	background-color: #ccc;
	display: -webkit-inline-box;
}

/* PÁGINA HORARIOS */
.btn-group-vertical > .btn:not(:first-child) {
	margin-top: initial;
}
.btn-horario-1 {
	padding: .375rem .75rem;
	font-size: 16px !important;
}
.btn-horario-2 {
	padding: .375rem .75rem;
	font-size: 16px !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.btn-horario-2  span {
	font-family: 'Poppins-SemiBold';
}
.btn-lotado {
	border-width: 2px;
	border-color: #6c757d;
}
.btn-lotado:hover {
	border-color: #6c757d;
}
.btn-lotado .btn-horario-1 {
	background-color: #6c757d;
	color: #fff;
}
.btn-lotado .btn-horario-2 {
	background-color: #fff;
	color: #6c757d;
}
.btn-horario {
	border-width: 2px;
	border-color: #198754;
}
.btn-horario:hover {
	border-color: #198754 !important;
}
.btn-check:not(:checked) + .btn-horario div:nth-child(1) {
	background-color: #198754;
	color: #fff;
}
.btn-check:not(:checked) + .btn-horario div:nth-child(2) {
	background-color: #fff;
	color: #198754;
}
.btn-check:checked + .btn-horario {
	border: 2px solid #ffd54f !important;
}
.btn-check:checked + .btn-horario div:nth-child(1) {
	background-color: #ffd54f !important;
	color: rgb(56,74,54);
	font-family: 'Poppins-SemiBold';
}
.btn-check:checked + .btn-horario div:nth-child(2) {
	background-color: #fff !important;
	color: rgb(56,74,54);
}
.btn-check:focus + .btn-horario {
  	box-shadow: none;
}

/***** SIMPLE AUTOCOMPLETE *****/
div.autocomplete {
	z-index: 1000;
	position: absolute;
	min-width: 429px;
	background-color: #eee;
	border: 2px solid #ccc;
	font-size: 14px;
	font-family: "calibri";
}
div.autocomplete ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
div.autocomplete ul li {
	padding: 8px 10px;
	cursor: pointer;
	color: #000;
}
div.autocomplete ul li.sel {
	background-color: #87cefa;
}

/* BOOTSTRAP */
.bg-quaternary {
	background-color: #ffd54f !important;
	border-color: #ffd54f !important;
}
.btn {
	font-size: 12px;
}
.btn-lg {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 14px !important;
}

/* PAGAMENTO ANTECIPADO */
.bg-pagamento-antecipado {
	border-radius: 16px;
}
.pagamento-antecipado-title {
	color: #8A2E36;
	font-family: 'Poppins-SemiBold';
}

/***** LOADING *****/
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
	opacity: 0.5;
}

/* flatpickr */
.flatpickr-calendar {
	width: auto !important;
	box-shadow: none !important;
	margin-top: 5px !important;
}