.loading {
  -webkit-animation: rotation 0.5s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.2);
    ]
  }
}

body {
  margin: 10px !important;
  word-wrap: break-word !important;
}

html {}

table {
  overflow-x: auto !important;
}

.barViewDocto {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 50%;
  background-color: #42A5F5;
  display: flex;
  flex-direction: row;
  min-height: 35px;
  min-width: 39px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-family: sans-serif;
}

img,
span {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.barViewDocto .barViewDocto_button {
  padding: 3px 5px;
  margin-right: 3px;
  cursor: pointer;
  background-color: #fafafa;
  border-radius: 100%;
}

.btnShare {
  margin: 0;
  border: none;
  background-image: radial-gradient(70% 70% at 50% 100%, #42A5F5 0%, #29B6F6 100%);
  border: 1px solid #fefefe;
  padding: 20px !important;
  margin-top: 10px !important;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;

}

.btnShare:hover {
  box-shadow: 5px 8px rgba(0, 0, 0, 0.1);

}

.xxxx button {
  margin: 0;
  border: none;
  background-image: radial-gradient(70% 70% at 50% 100%, #42A5F5 0%, #29B6F6 100%);
  border: 1px solid #fefefe;
  padding: 5px 5px 5px 5px;
  margin-right: 3px;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}

.xxxx button:hover {
  box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.barViewDocto .barViewDocto_button:hover {
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

.modal {
  font-family: sans-serif;
}

.modal>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95vw;
  height: 95vh;
  z-index: 9999;
}

.modal p {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
  margin: 0;
  margin-bottom: 4px;
  padding: 0px 10px 0px 10px;
}

.helperToHTMLResponsive {
  max-width: 70%;
  padding: 1cm;
  margin: 0 auto;
}

@media (min-width: 850px) {
  .helperToHTMLResponsive {
    max-width: 17cm;
    padding: 1cm 2cm 2cm;
    margin: 0 auto;
  }
}

.pdf_helperbar {
  font-family: sans-serif;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 10px;
  padding-bottom: 10px;
  animation: pulse 0.5s infinite;
}

.pdf_helperbar .new {
  background-color: #fff;
  border-radius: 90%;
  padding: 8px 7px 0px 7px;
  margin-bottom: 5px;
}

@keyframes pulse {
  0% {
    padding: 200%;
  }

  100% {}
}

.pdf_helperbar span {
  cursor: pointer;
}

.pdf_helperbar img {
  margin-bottom: 5px;
  cursor: pointer;
  width: 20px;
}

.pdf_helperbar img:hover {
  transform: scale(1.2);
}

.responsivePDFCanvas {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 94vw;
  margin-bottom: 10px;
}

@media (min-width: 535px) {
  .responsivePDFCanvas {
    max-width: 505px;
  }
}
