.custombutton-pequeno {
	width: 100px;
}

.custombutton-medio {
	width: 200px;
}

.modal-body-scroll {
	max-height: 400px;
	/* Ajuste a altura máxima conforme necessário */
	overflow-y: auto;
	/* Habilita a barra de rolagem vertical */
}

.radios {
	margin-top: 7px;
}

.loader {
	font-size: 3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	margin-bottom: 5px;
	animation: mulShdSpin 0.5s infinite ease;
	transform: translateZ(0);
}

.invalido {
	color: #dc3545;
}

.negrito {
	font-weight: bold;
}

.modal-header {
	background-color: #5A3226;
	color: white;
}

.opacity {
	opacity: 90%;
	transition: 0.5s;
}

.opacity:hover {
	opacity: 100%;
}

.border-success {
	border-left: #00bc8c solid 0.50rem;
}


.border-warning {
	border-left: #f39c12 solid 0.50rem;
}

.border-danger {
	border-left: #e74c3c solid 0.50rem;
}

div.dt-container {
	width: 80px;
	margin: 0 auto;
}

fieldset.fieldset-border {
	border: 1.5px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

fieldset {
	background-color: #f9f9f9;
}

legend.fieldset-border {
	width: inherit;
	padding: 0 10px;
	border-bottom: none;
}

.card-footer {
	background-color: #fff;
}

.cropper-container {
	width: 300px;
	height: 300px;
}

.disabled-button {
	color: silver;
}

.disabled-button:hover {
	color: #a8a8a8;
	cursor: not-allowed;
}

.w-24 {
	width: 24rem;
}

.fs-1 {
	font-size: 1.1rem;
}

.mk-action-card {
	background-image: url("../img/cafe_background.jpg");
	background-size: cover;
	position: relative;
	min-height: 150px;
	padding: 0;
	border-radius: 15px;
}

.mk-action-card-content {
	position: absolute;
	opacity: 80%;
	height: 100%;
	width: 100%;
	border-radius: 15px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	transition: 0.1s;
}

.mk-action-card:hover {
	box-shadow: 1px 1px 1px black !important;
}

.mk-action-card:hover .mk-action-card-content {
	opacity: 100%;
}

.mk-action-image {
	background-image: url("../img/cafe_background.jpg");
	background-size: cover;
	position: relative;
	width: 100%;
	min-height: 20rem;
}

.mk-action-image-logo {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 3rem;
}



/*
.dataTables_wrapper .dataTables_filter {
	float: right;
}

.dataTables_wrapper .dataTables_filter input {
	width: 400px;
}
*/
@keyframes mulShdSpin {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
	}
}