﻿html, body {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#div-icon-simclinica {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 1rem;
}

#logo-sim-clinica {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

footer {
	padding: 10px 0;
	text-align: center;
}

#logo-symplis {
	height: 2rem;
}

#div-invalid-token {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#img-error {
	width: 15rem;
	height: 15rem;
	margin-top: 3rem;
	padding-left: 1rem;
}

.animation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 3.5rem;
}

.div-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
}

#button-confirm {
	font-weight: bold;
	background-color: #b9fbc0;
}

#button-reschedule {
	font-weight: bold;
}

#button-cancel {
	font-weight: bold;
}

#button-confirm, #button-reschedule, #button-cancel {
	width: 20rem;
	height: 2.5rem;
}

.swal2-actions .button-spacing {
	margin: 0 1rem;
}

#msg-text {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	word-wrap: break-word;
	max-width: 100%;
	overflow-wrap: break-word;
	text-align: justify;
}

.aux-msg-text {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	word-wrap: break-word;
	max-width: 100%;
	overflow-wrap: break-word;
	text-align: justify;
}

#msg-error {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 2rem;
	padding-left: 1.5rem;
	word-wrap: break-word;
	max-width: 100%;
	overflow-wrap: break-word;
}

@media (min-width: 1024px) {
	.div-buttons {
		padding-left: 1.5rem;
	}
}
