aside#sidebar{
	position: absolute;
	top: 52px;
	right: 20px;
	width: 210px;
	max-height: 320px;
	background: rgba(255, 255, 255, 0.97);
	border-radius: 6px;
	box-shadow: rgba(31, 38, 135, 0.1) 0px 4px 16px 0px;
	overflow-y: auto;
	z-index: 10;
	padding: 0px;
	font-family: Inter, Segoe UI, Arial, sans-serif;
	border: 1.5px solid rgb(227, 232, 238);
}

.sidebar-header {
	padding: 12px 14px 8px;
	border-bottom: 1px solid rgb(240, 240, 240);
	background: linear-gradient(90deg, rgb(227, 240, 255) 0%, rgb(219, 234, 254) 100%);
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.sidebar-header h3
{
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-shadow: rgb(255, 255, 255) 0px 1px 2px;
  color: rgb(26, 35, 126);
}

.consti-box {
	padding: 7px 14px;
	margin: 1px 0px;
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
	font-weight: 500;
	color: rgb(34, 34, 34);
	box-shadow: none;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1.5px solid transparent;
	font-size: 14px;
}


.consti-box ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.consti-box ul li {
	margin: 1px 0px;
	background: transparent;
	cursor: pointer;
	box-shadow: none;
  padding: 7px 0;
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border-bottom: 1.5px solid #f4f4f4;
}

.consti-box a{
  border-radius: 8px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(34, 34, 34);
}

#infoCard {
	position: absolute;
	left: 18px;
	bottom: 58px;
	width: 310px;
	background: rgb(255, 255, 255);
	border-radius: 8px;
	box-shadow: rgba(31, 38, 135, 0.1) 0px 2px 8px 0px;
	padding: 0px;
	z-index: 10;
	font-family: Inter, Segoe UI, Arial, sans-serif;
	border: 1px solid rgb(227, 232, 238);
	overflow: hidden;
	display: flex;
  bottom: 14%!important;
	flex-direction: column;
  left: 18px!important;
}

/*
{
  width: 310px;
  border-radius: 8px;
  box-shadow: rgba(31,38,135,0.1) 0px 2px 8px 0px;
  padding: 0px;
  z-index: 10;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  border: 1px solid #e3e8ee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
} */

.info-card-inner{

  background: #fff;
}
