#lm-box {
	z-index: 99;
	height: 100%;
	width: 340px;
	display: flex;
	transition: width 250ms ease 0s;
	position: absolute;
	padding: 20px 20px 30px;
	pointer-events: none;
}

#lm-box>* {
	pointer-events: all;
}

#lm-box-in {
	box-shadow: rgb(0 0 0/ 20%) 0px 1px 3px;
	transition: left 250ms ease 0s, right 250ms ease 0s;
	left: 0px;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

#left-menu {
	background-color: rgb(36, 39, 48);
	border-radius: 1px;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-left: 0px solid transparent;
}

#lm-icon:hover {
	cursor: pointer;
	box-shadow: none;
	background-color: rgb(160, 167, 180);
}

#lm-icon>svg.open {
	transform: rotate(0deg);
}

#lm-icon>svg {
	transform: rotate(180deg);
}

#lm-icon {
	transform: rotate(0deg);
	-webkit-box-align: center;
	align-items: center;
	box-shadow: rgb(0 0 0/ 20%) 0px 1px 3px;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: rgb(106, 116, 133);
	border-radius: 1px;
	color: rgb(41, 50, 60);
	display: flex;
	height: 20px;
	position: absolute;
	right: -8px;
	top: 20px;
	width: 20px;
}

#lm-header {
	background-color: rgb(41, 50, 60);
	padding: 12px 16px 0px;
}

#lm-header-top {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
	width: 100%;
}
#lm-header-bottom {
	background-color: rgb(41, 50, 60);
	border-bottom: 1px solid transparent;
	padding: 0px 16px;
	display: flex;
	min-height: 30px;
}

.lm-header-menu {
	align-items: flex-end;
  color: rgb(106, 116, 133);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-right: 12px;
	padding-bottom: 6px;
	width: 30px;
}
.lm-header-menu.active {
	border-bottom: 2px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
}
.lm-header-menu:hover {
  cursor: pointer;
  color: rgb(255, 255, 255);
}

.lm-title {
	color: rgb(255, 255, 255);
	font-size: 20px;
	line-height: 1.71429;
	font-weight: 400;
	letter-spacing: 1.25px;
	margin-bottom: 14px;
}

.flex-start {
	display: flex;
	align-items: flex-start;
}

.self-start {
	display: flex;
	align-items: self-start;
}

#lm-logo-img>img {
	height: 21px;
	margin-right: 10px;
	opacity: 0.85;
}

#lm-solution {
	color: rgb(31, 186, 214);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.17px;
}

#lm-version {
	font-size: 10px;
	color: rgb(106, 116, 133);
	letter-spacing: 0.83px;
	line-height: 14px;
}

#lm-city {
	display: flex;
	color: rgb(106, 116, 133);
}

#lm-body {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 16px;
	overflow: hidden scroll;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}

.lm-body-item {
	margin-bottom: 12px;
	opacity: 1;
	pointer-events: all;
}

.lm-body-item>label {
	color: rgb(106, 116, 133);
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 4px;
	text-transform: capitalize;
}

.list-box {
	background-color: rgb(41, 46, 54);
	padding: 12px;
	font-size: 16px;
}

.list-row {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
  align-items: center;
	color: rgb(160, 167, 180);
}
.list-row:not(:first-child){
  margin-top: 10px;
}

.list-row.close {
	color: rgb(106, 116, 133);
}

.list-row.open .eye svg.close{
  display:none;
}
.list-row.close .eye svg.open{
  display:none;
}

.list-row .hover:hover {
	cursor: pointer;
}

.list-row .hover:hover .eye {
	cursor: pointer;
	color: white;
}

.list-row .hover:hover .eye-label {
	cursor: pointer;
	color: white;
}

.eye {
	margin-left: 0px;
	margin-right: 12px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.eye-label {
	display: inline-block;
	margin-bottom: 4px;
	text-transform: capitalize;
	font-weight: 500;
}

.cus-select:hover {
	background-color: rgb(58, 69, 82);
	cursor: pointer;
}

.cus-select {
	background-color: rgb(41, 50, 60);
	padding: 0px 10px 0px 0px;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0px;
	height: 48px;
	margin-bottom: 5px;
	opacity: 1;
	position: relative;
	transition: opacity 0.05s ease-in 0s, height 0.25s ease-out 0s;
}

.cus-select.collapsed {
  height: 0px;
  margin-bottom: 0px;
  opacity: 0;
}

.cus-select:not(.selected) .cus-select-icon {
  display:none;
}

.map-preview {
	margin-right: 12px;
	border-radius: 3px;
	height: 30px;
	width: 40px;
}

.cus-select .cus-select-title {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: rgb(160, 167, 180);
	padding-left: 12px;
}

.cus-select .cus-select-title span {
	font-size: 13px;
	letter-spacing: 0.43px;
	text-transform: capitalize;
}

.cus-select .title {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(160, 167, 180);
  padding-left: 12px;
}
.cus-select .title span {
	font-size: 11px;
	letter-spacing: 0.43px;
	text-transform: capitalize;
}

.cus-select-icon {
	margin-left: 8px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: rgb(106, 116, 133);
}

.jc-center {
	justify-content :center;
}
.jc-between {
	justify-content :between;
}
.search-period input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}
#lm-box input {
  box-shadow: none;
  color: rgb(160, 167, 180);
  background-color: rgb(36, 39, 48);
  border: 1px solid rgb(36, 39, 48);
  font-size: 14px;
  font-weight: 500;
  font-family: ff-clan-web-pro, "Helvetica Neue", Helvetica, sans-serif;
  height: 24px;
}
.search-period input[type=date] {
	border-radius: 2px;
	caret-color: rgb(160, 167, 180);
	justify-content: space-between;
	outline: none;
	overflow: hidden;
	padding: 4px 6px;
	text-overflow: ellipsis;
	transition: all 0.4s ease 0s;
	white-space: nowrap;
	overflow-wrap: normal;
	pointer-events: all;
	opacity: 1;
	width: 110px;
}

.search-period input[type=date]::-webkit-calendar-picker-indicator {
	margin-left: -10px;
}

.hide {
	display: none;
}

.lm-right-icon:hover {
  cursor: pointer;
  box-shadow: none;
  color: white;
}

#busInfo .modal-header {
	border-bottom: 0px !important;
}

.lm-right-color {
	width: 18px;
	height: 18px;
	border-radius: 10px;
	margin-right: 5px;
	cursor: pointer;
}


.lm-palette {
  display: none;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  color: rgb(160, 167, 180);
  height: 10px;
  margin: 10px 0px;
}
.lm-palette div{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lm-palette div:hover{
	border: 1px solid black;
}

#lm-btn-area {
	display:flex;
}

#lm-btn-area button {
  width:100%;
  font-size:14px;
}
#lm-btn-area button:first-child {
  margin-right:10px;
}