.item {
    display: block;
    padding: 1rem;
    color: #000;
    margin: 15px;
    background: #ffffff;
    border-radius: .75rem;
    border-right: 3px solid #25bce6;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
	height: 91%;
}
.item:hover {
    text-decoration: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    transform: scale(1.1);
    color: #000;
}
.item h2 {
    font-size: 1.5rem;
    color: #124e8f;
    font-weight: bold;
}
.item p {
    margin-bottom: .25rem;
}
.item p:last-child {
    margin-bottom: 0;
}

.item p > span:first-child {
    font-weight: bold;
}


.item-page p > span:first-child {
    font-weight: bold;
}


#map {
	height: 500px;
}

/**/

.map-categories {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 200px;
	background: rgba(255,255,255,0.95);
	z-index: 9999;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	max-height: 450px;
	overflow-y: auto;
}


.map-categories::-webkit-scrollbar {
  width: .5em;
  border-radius: 1rem;
}
 
.map-categories::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
}
 
.map-categories::-webkit-scrollbar-thumb {
  background-color: #45c6ea;
  border-radius: 1rem;
}




.map-categories > div {
	padding: .25rem;
	border-bottom: 1px solid #ddd;
}
.map-categories label {
	margin: 0;
}

.map-categories-toggle {
	display: none;
}

@media (max-width: 991px) {
	.map-categories {
		display: none;
		margin-top: 30px;
	}
	
	.map-categories-toggle {
		display: block;
		position: absolute;
		top: 1rem;
		right: 1rem;
		z-index: 9999;
		background: #007bff;
		border: 0;
		color: #fff;
		padding: .25rem .5rem 0;
	}
}

.map-filtering {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
	background: #25bce6;
}


.map-event a {
	color: #000 !important;
	direction: rtl;
	text-align: right;
	
	display: block;
    color: #000;
    margin: 15px;
    background: #ffffff;
    height: 14rem;
    border-radius: .75rem;
       border-bottom: 3px solid #1f375a;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}



.map-event a h2 {
	font-size: 1.2rem;
	font-weight: bold;
}


.event .info {
	min-height: 100px;
}

.event.bold {
	background: #ffcf3f;
}

.event:hover {
	text-decoration: none;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	transform: scale(1.1);
	color: #000;
}

.event .date {
	margin-bottom: .5rem;
}

.event .date span {
	background: #25bce6;
	display: inline-block;
	padding: 0 5px;
}

.event h2 {
	font-size: 1.3rem;
	color: #124e8f;
	overflow: hidden;
	font-weight: bold;
}

.event p {
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-body {
	background-color: transparent;
}

.card-blue {
	background: transparent;
	text-align: center;
	font-weight: bold;
}



.btn-all-events {
	background: #45c6ea;
	border: 1px solid #45c6ea;
	color: #000
}