main {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.content {
	display: flex;
	flex: 1;
}

.columns {
	display: flex;
	flex:1;
	min-width: 0;
}

#region_1 {
	position: relative;
	order: 1;
	padding: 0 7px 0 7px;
	width: 25%;
	min-width: 300px;
}

#region_2 {
	position: relative;
	flex: 1;
	order: 2;
	padding: 0 7px 200px 7px;
	min-width: 0;
}

#region_3 {
	position: relative;
	order: 3;
	padding: 0 7px 0 7px;
	width: 25%;
	min-width: 300px;
}
/* fix borders */

:root {
	--fc-border-color: var(--bs-border-color) !important;
	--fc-page-bg-color: var(--bs-tertiary-bg) !important;
	--fc-list-event-hover-bg-color: var(--bs-tertiary-bg) !important;
	--fc-daygrid-event-dot-width: 1em !important;
	--fc-list-event-dot-width: 1em !important;
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
	background: var(--bs-tertiary-bg) !important;
}

.fc-theme-standard td:last-child,
.fc-theme-standard th:last-child {
	border-right: 0px !important;
}

.fc-theme-standard td:last-child {
	border-bottom: 0px !important;
}

.fc-theme-standard .fc-scrollgrid {
	border: 0px !important;
}

.fc-theme-standard .fc-list {
	border: 0px !important;
}

.bootstrap-tagsinput {
	border: 1px solid var(--bs-border-color) !important;
	margin-bottom: 0px !important;
	border-radius: var(--bs-border-radius) !important;
	background-color: var(--bs-body-bg) !important;
	padding: 0 .75rem !important;

}

.bootstrap-tagsinput input {
	min-width: 30% !important;
}
