﻿.wrapper-popup-button {
  min-width: 200px;
  position: fixed;
  z-index: 99;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease-out;
  direction: ltr;
}
.wrapper-popup-button a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 2px 4px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 0 12px;
  cursor: pointer;
}
.wrapper-popup-button a .title {
  font-size: 1em;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 12px;
}
.wrapper-popup-button a .ai {
  font-size: 30px;
}
.wrapper-popup-button-left {
  right: 100%;
  transform: translateX(50px);
}
.wrapper-popup-button-left a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wrapper-popup-button-left:hover {
  transform: translateX(100%);
}
.wrapper-popup-button-right {
  left: 100%;
  transform: translateX(-50px);
}
.wrapper-popup-button-right a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wrapper-popup-button-right:hover {
  transform: translateX(-100%);
}

.api-docs-links {
  align-self: flex-end;
  display: inline-flex;
  background-color: inherit;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 4px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 6px;
  transform: translateX(-50px);
  width: 140px;
}
.api-docs-links a {
  width: 44px;
  min-width: 44px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #888;
  border-radius: 6px;
  font-size: 11px;
  color: #333;
  transition: 0.1s;
  margin-right: 6px;
  background-color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}
.api-docs-links a:last-child {
  margin-right: 0;
}
.api-docs-links a:hover {
  background-color: #72a1ff;
  border-color: #72a1ff;
  color: #fff;
}

@font-face {
  font-family: "aspose-icons";
  src: url("/pdf/apps-ui/content/webfonts/aspose-icons.woff?d32h97") format("woff");
  /*src: url('../apps-ui/content/webfonts/aspose-icons.woff?d32h97') format('woff');*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=ai-], [class*=" ai-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "aspose-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


