.pdf_btn {
  color: #252525;
  border: 1px solid #252525;
  background: transparent;
  box-shadow: none;
  border-radius: 6px;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  padding: 0;
}

.pdf_btn:disabled {
  color: #999;
  border: 1px solid #999;
}

.pdf_header {
  background-color: #424348;
  height: 50px;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: end;
  align-items: center;
}

.download_pdf {
  height: 20px;
  width: 20px;
  src: url('https://dd7tel2830j4w.cloudfront.net/f1664239417367x120345129339953780/direct-download%20%282%29.png');
  margin-right: 20px;
}

.pdf_btns_container {
  max-width: 100%;
  text-align: center;
  padding: 5px;
  background-color: white;
}

#myCanvas {
  background-color: #424348;
  border: 2px solid #424348;
}
