.KYTNr {
  display: flex;
  grid-area: toggler;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}[dir] .KYTNr {
  padding: 0;
  border: none;
  background: #F5F5F5;
}[dir=ltr] .KYTNr {
  float: right;
}[dir=rtl] .KYTNr {
  float: left;
}

.dAH7R {
  display: inline-block;
  fill: #2E353B;
  height: 100%;
  width: 100%;
  width: 25%;
}

[dir] .dAH7R {
  transition-duration: 0.3s;
  transition-property: transform;
}
[dir=ltr] .Pe0hr {
  transform: rotate(-180deg);
}
[dir=rtl] .Pe0hr {
  transform: rotate(180deg);
}._1mBCT._1mBCT {
  position: fixed;
  top: 0;
  overflow-y: auto;
  max-height: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
}[dir=ltr] ._1mBCT._1mBCT {
  left: 50%;
  transform: translate(-50%, 0);
}[dir=rtl] ._1mBCT._1mBCT {
  right: 50%;
  transform: translate(50%, 0);
}
@media (min-height: 680px) and (max-width: 767.98px) {
  ._1mBCT._1mBCT {
    top: calc(50% - 660px / 2);
    max-height: 660px;
  }
}
@media (min-height: 720px) and (min-width: 768px) {
  ._1mBCT._1mBCT {
    top: calc(50% - 700px / 2);
    max-height: 700px;
  }
}