.top-sidebar {
  justify-content: flex-end;
  position: sticky;
  left: 0;
  padding-right: 15%;
  top: 138px;
  background: #fff;
  height: 36px;
  width: 100%;
  margin-top: -42px;
  z-index: 99;
}
.top-sidebar .right-menu {
  position: absolute;
  right: 0;
  top: 0;
  gap: 17px;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
}
.top-sidebar .right-menu .item#print-doc {
  display: none !important;
}
.top-sidebar .right-menu .link {
  color: #1479b8;
}
.top-sidebar .right-menu .link:hover {
  background: #f0f8ff;
  color: #1479b8;
}
.top-sidebar .right-menu .item {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .top-sidebar {
    top: 223px;
  }
}
@media screen and (min-width: 1101px) {
  .top-sidebar .right-menu .item#print-doc {
    display: flex !important;
  }
}

@media screen and (max-width: 600px) {
  .top-sidebar {
    top: 189px !important;
  }
}
