.remove-row-gutter-x {
	--bs-gutter-x: 0rem;
}

/* Small (sm) */
@media (min-width: 576px) {
}

/* Medium (md) */
@media (min-width: 768px) {
}

/* Large (lg) */
@media (min-width: 992px) {
}

/* Extra large (xl) */
@media (min-width: 1200px) {
}

.show-more-event
{
	width: 100% !important;
}

small
{
    font-size: 80%;
    font-weight: 400;
}

.border-left-white
{
	border-left: 1px solid white;
}

.dropdown-full-width > .dropdown-toggle
{
	width: 100% !important;
}

#iframe-to-place > iframe
{
	height: 250px !important;
}