/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 01 2025 | 19:16:48 */
.align-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/* ARRUMAR FORMULÁRIO DO ENCONTRO */
.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
    z-index: 999999 !important;
}

