/* Breadcrumb */
.breadcrumb-wrapper {
  padding: 10px 0;
  height: 97px;
  overflow: auto hidden;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .breadcrumb-wrapper {
    padding: 10px 30px;
    height: auto;
    overflow: unset;
  }
}
.breadcrumb-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.breadcrumb-wrapper #breadcrumb {
  white-space: nowrap;
  padding: 0 30px;
  margin: 20px 0;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .breadcrumb-wrapper #breadcrumb {
    padding: 0;
  }
}
.breadcrumb-wrapper #breadcrumb > li {
  position: relative;
  float: right;
  margin-left: 5px;
  color: #8abaff;
  font-size: 10pt;
  line-height: 35px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .breadcrumb-wrapper #breadcrumb > li {
    margin-left: 10px;
    font-size: 11pt;
  }
}
.breadcrumb-wrapper #breadcrumb > li.delimiter {
  color: #d4dce8;
  font-size: 16pt;
  margin-top: 2px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .breadcrumb-wrapper #breadcrumb > li.delimiter {
    margin-top: 4px;
  }
}
.breadcrumb-wrapper #breadcrumb > li.home {
  width: 35px;
  height: 35px;
}
.breadcrumb-wrapper #breadcrumb > li.home > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.breadcrumb-wrapper #breadcrumb > li.home > a > svg {
  width: 35px;
  height: 35px;
}
.breadcrumb-wrapper #breadcrumb > li.home > a > svg #Path_12794 {
  transition: all 0.2s linear;
}
.breadcrumb-wrapper #breadcrumb > li.home > a:hover > svg #Path_12794 {
  stroke: #0069ff;
}
.breadcrumb-wrapper #breadcrumb > li > span {
  position: relative;
  display: inline-block;
  color: #0069ff;
}
.breadcrumb-wrapper #breadcrumb > li > a {
  position: relative;
  display: inline-block;
  transition: all 0.2s linear;
}
.breadcrumb-wrapper #breadcrumb > li > a:hover {
  color: #0069ff;
}

/* Night Mode */
