
.tjs-map-interaction-window__window{
	border-radius: 8px;
	padding: 15px;
	left: auto;
	right: 0;
	top:90px;
	/* min-width: 320px; */
    max-height: 80vh;
	z-index: 99;
	/* background: #111827c0; */
}

@media screen and (max-width: 768px) {
	.tjs-map-interaction-window__window {
		right: 0;
		left: 0;
		top: 120px;
		max-height: 100vh;
	}
	
}

.embetk{
	top:auto;
	bottom: 10px;

}

.embetk > div > div {
border-bottom:1px solid rgb(17, 24, 39);

}

.embetk > div > div{
color:rgb(17, 24, 39);
background-color: #fff;
}
.embetk  > div >div svg{
	fill: rgb(17, 24, 39);
}
.tjs-timeline__timeline {
  display: table;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  /* margin-top: 33px; */
  font-family: "Inter", sans-serif;
  background: #111827;
  backdrop-filter: blur(5px);
}

.tjs-timeline__text-row {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  padding: 3px 5px;
}