@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900");

.special-page {
  font-family: "Source Sans Pro", sans-serif;
}

.gradient {
  background: linear-gradient(90deg, #8c6aea 0%, #987ef8 100%);
}
.responseMessageModalCenter .ant-modal-confirm-body {
  flex-direction: column;
}

.responseMessageModalCenter .anticon-exclamation-circle {
  font-size: 70px !important;
  margin-right: 0px !important;
  margin-bottom: 30px !important;
}

.responseMessageModalCenter .ant-modal-confirm-title {
  font-size: 30px !important;
  font-weight: 600;
  color: #5d596c !important;
}

.responseMessageModalCenter .ant-modal-confirm-content {
  font-size: 18px !important;
  color: #545454 !important;
  margin-top: 10px !important;
}

.responseMessageModalCenter .ant-modal-confirm-btns {
  text-align: center;
  margin-top: 30px;
}

.responseMessageModalCenter .ant-modal-confirm-btns button {
  height: 38px;
  color: #fff;
  background: #7066e0;
}

.responseMessageModalCenter .ant-modal-confirm-btns button:hover {
  background: #7066e0 !important;
  opacity: 0.7;
}

canvas {
  max-width: 100% !important;
  height: 100% !important;
}

.annotationLayer {
  display: none !important;
}

.textLayer {
  display: none !important;
}
