.ms-Overlay {
  background-color: rgba(0, 0, 0, 0.46) !important;
}
.ms-Dialog-subText {
  font-size: unset !important;
}
.ms-Breadcrumb {
  margin: 0 !important;
}
.ms-Breadcrumb-itemLink {
  max-width: unset !important;
}
.ms-CommandBar {
  padding: 0 5px !important;
}
.dialog-lct-panel .ms-Panel-main {
  height: 100vh !important;
  width: 25% !important;
}

.filter-panel .ms-Panel-main {
  height: 100vh !important;
  /* width: 50% !important; */
}
.filter-panel .ms-Panel-header {
  margin: 0;
  padding: 0 20px 10px;
}
.filter-panel .ms-Panel-scrollableContent {
  height: 100%;
}
.filter-panel .ms-Panel-content {
  padding: 0 20px;
}
.filter-panel .ms-Panel-footerInner {
  padding: 20px;
}
.filter-panel .ms-Panel-contentInner {
  display: contents;
}
.ms-Nav-navItem:nth-of-type(4),
.ms-Nav-navItem:nth-of-type(6),
.ms-Nav-navItem:nth-of-type(8) {
  border-bottom: solid 1px #dfdfdf;
}
