#jdm-sl-left-side-bar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  top: 80px;
  width: 50px;
  display: flex;
  flex-direction: column;
  z-index: 101;
  background-color: white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  background-color: white;
}

#jdm-sl-left-side-bar-buttons-container {
  margin-top: 5px;
}

#jdm-sl-side-bar-search-filter-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(78, 78, 78);
  text-decoration: none;
  transition: opacity 0.15s;
}

#jdm-sl-side-bar-search-filter-menu:hover {
  opacity: 0.7;
}

#jdm-sl-side-bar-search-filter-menu:active {
  opacity: 0.4;
}

.jdm-sl-side-bar-search-filter-menu-active {
  opacity: 0.4;
}

#jdm-sl-left-side-bar-expanded {
  position: fixed;
  left: 50px;
  bottom: 0px;
  top: 80px;
  width: 275px;
  flex-direction: column;
  z-index: 102;
  background-color: white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  display: none;
}

.jdm-sl-left-side-bar-expanded-active {
  display: flex !important;
}

#jdm-sl-left-side-bar-expanded-container {
  margin-left: 12px;
  margin-top: 5px;
  margin-right: 15px;
  height: 100%;
  width: 100%;
}

.jdm-sl-side-bar-title {
  color: rgb(56, 56, 56);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
}

.jdm-sl-side-bar-sub-item-title {
  color: rgb(35, 35, 35);
  margin: 0 0 0 0;
}

.jdm-sl-side-bar-sub-item-options-container {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  justify-items: start;
  row-gap: 5px;
  margin-bottom: 15px;
}

.jdm-sl-left-side-bar-vertical-scrollable-container {
  margin-top: 15px;
  overflow-y: visible;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  flex: 1fr;
}

.jdm-sl-side-bar-option-container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.jdm-sl-left-side-bar-floating-bottom-section {
  position: absolute;
  z-index: 1005;
  bottom: 0px;
  left: -65px;
  height: 60px;
  right: 12px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

#jdm-sl-left-side-bar-search-filter-apply-button {
  height: 60%;
  width: 90%;
  background-color: rgba(143, 143, 143, 0.2);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.15s;
}

#jdm-sl-left-side-bar-search-filter-apply-button:hover {
  background-color: rgba(143, 143, 143, 0.4);
}

#jdm-sl-left-side-bar-search-filter-apply-button:active {
  background-color: rgba(143, 143, 143, 0.6);
}

#jdm-sl-search-filter-option-size-WxH-container {
  display: none;
  column-gap: 12px;
  margin-top: 15px;
  width: 100%;
  justify-content: left;
  align-items: center;
}

.jdm-sl-search-filter-option-size-WxH-container-visible {
  display: flex !important;
}

.jdm-sl-search-filter-option-size-WxH-textboxes {
  width: 35%;
  height: 22px;
}

#jdm-sl-left-side-bar-search-filter-bottom-margin-div {
  height: 80px;
  width: 100%;
  flex: 0 0 auto;
}