#kt_header {
  background-color: #fff;
}
#kt_logo_header {
  background-color: #fff;
}
.no-selected {
  width: 115px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center; gap: 10px;
  display: inline-flex;
}
.no-selected:hover {
  width: 115px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: var(--bs-primary);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.no-selected:hover .font-no-selected {
  color:#fff;
}
.no-selected:hover .div-1 svg g path {
  stroke:#fff;
}
.no-selected:hover .div-1 svg g g path {
  stroke:#fff;
}
.no-selected:hover .div-1 svg path {
  stroke:#fff;
}
.no-selected:hover .div-1 svg path path {
  stroke:#fff;
}
.selected {
  width: 115px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #B61272;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.filter {
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #B61272;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.font-no-selected {
  color: var(--menu-text-color);
  font-size: 16px;
  font-family: Raleway;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.font-selected {
  color: white;
  font-size: 16px;
  font-family: Raleway;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.div-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.div-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.rig-0 {
  right: 25px !important;
}
.pl-36 {
  padding-left: 36px;
}
.l-23 {
  left:23px;
}
.p-zoom {
  width: 290px;
  padding-right:15px;
  padding-left:15px;
  padding-top:17px;
  padding-bottom:17px;
}
.fs-16px {
  font-size: 16px;
}
.color-999 {
  color: #999;
}
.aside-fixed.aside-secondary-enabled[data-kt-sticky-header=on] .no-selected {
  width: 100%;
}
.aside-fixed.aside-secondary-enabled[data-kt-sticky-header=on] .div-1 {
  flex-direction: row;
}
[data-bs-theme="dark"] #kt_header {
		background-color: var(--bs-body-bg);
	}
[data-bs-theme="dark"] #kt_logo_header {
		background-color: var(--bs-body-bg);
	}
[data-bs-theme="dark"] .no-selected {
		background-color: var(--bs-body-bg);
    border-radius: 12px;
	}
[data-bs-theme="dark"] .no-selected:hover {
		background-color: var(--bs-primary);
    border-radius: 12px;
	}
  .spd{
    margin-left: -1rem!important;
    margin-right: -2rem!important;
}
.bar-dist{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: unset !important;
}