/*********************************************************************************/
/* Inscriçoes                                                                    */
/*********************************************************************************/
.cc-selector {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.steps-section {
	padding: 0 1rem;
}

.steps-section-container {
	grid-template-columns: 1fr;
	grid-template-rows: min-content 1fr;
	justify-items: center;
	gap: 4rem;
	align-items: center;
}

.steps-section-container .steps-section-container-img-wrapper {
	display: none;
}

.steps-section-container
	.steps-section-container-col-wrapper
	.steps-section-container-col-wrapper-register
	.steps-section-container-col-wrapper-register-form
	.steps-section-container-col-wrapper-register-form-grid {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 50px 1fr;
	gap: 1rem;
	justify-items: stretch;
}

.steps-section-container .steps-section-container-event-container {
	grid-row: 1;
	font-size: var(--size_medium_title);
	font-weight: 600;
	text-align: center;
}

.steps-section-container-event-container .steps-section-container-event-info {
	display: none;
}

.steps-section-container-col-wrapper-form-wrapper-input-submit {
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: stretch;
}

/* Extras */
.steps-section-container-col-wrapper-form-wrapper-pack-container {
	display: grid;
	grid-template-columns: 1fr;
}

/* Payment */
.steps-section-payment-container-actions {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
}

.portimer-breadcrumb {
	flex-direction: column;
	margin-top: -1rem;
	gap: 1rem;
}

.portimer-breadcrumb .portimer-breadcrumb-item {
	display: none;
}

.portimer-breadcrumb .portimer-breadcrumb-item.portimer-breadcrumb-item-active {
	display: block;
}

/* Step 0 */
#inscription-step-zero {
	gap: 5rem;
}

#inscription-step-zero .inscription-step-zero-options {
	flex-direction: column;
}

#members_table_wrapper,
#membersTeam_table_wrapper {
	margin-top: 4rem;
	display: grid;
	grid-template-areas: "length length" "filter filter" "table table" "info info" "paginate paginate";
	gap: 1rem;
}

#members_table_length,
#membersTeam_table_length {
	text-align: left;
}

#members_table_filter,
#membersTeam_table_filter {
	justify-self: start;
}

#members_table_info,
#membersTeam_table_info {
	text-align: left;
}

#members_table_paginate,
#membersTeam_table_paginate {
	justify-self: start;
}

#members_table_wrapper .dataTables_scroll,
#membersTeam_table_wrapper .dataTables_scroll {
	overflow-x: scroll;
}
