/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.certificateAutomation .get-cer-div {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  height: 800px;
}

.certificateAutomation .bg-certificate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.certificateAutomation .bg-certificate .tree {
  width: 25px;
  height: 25px;
  font-size: 25px;
}

.certificateAutomation .get-cer-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: 1;
  bottom: 0;
}

.certificateAutomation .get-cer-content-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.certificateAutomation .btnGetCer {
  background: linear-gradient(45deg, #ed213a 50%, #d1001a 50%);
  font-weight: 700;
  font-size: 30px;
  padding: 85px 160px;
  letter-spacing: 2px;
  box-shadow: 0 5px 20px #000000;
  letter-spacing: 2px;
  z-index: 1;
}

.certificateAutomation .cerPreviewDiv, .certificateAutomation .leaderboardPrevDiv {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.certificateAutomation .sayTreesLogo {
  width: 150px;
}

.certificateAutomation .jllLogo {
  width: 150px;
}

.certificateAutomation .leaderboardPrevDiv {
  align-items: center;
  justify-content: center;
}

.certificateAutomation .cerPreview, .certificateAutomation .prevCerImage {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #e7e7e8;
  background: #ffffff;
  text-align: center;
  padding: 0;
  position: relative;
}

.certificateAutomation .prevCerImageDiv {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
}

.certificateAutomation .prevCerImage {
  width: 600px;
  box-shadow: 0 10px 20px #e7e7e8;
  margin-top: 20px;
  padding: 20px;
}

.certificateAutomation .prevCerImage img {
  width: 100%;
}

.certificateAutomation .cerPreview table {
  margin-top: 0;
}

.certificateAutomation .btn-danger, .certificateAutomation .btn-default {
  letter-spacing: 2px;
  font-size: 16px;
  padding: 10px 30px;
  width: 235px;
}

.certificateAutomation .btn-default {
  background: #717171;
  border-color: #717171;
  text-shadow: none;
}

.certificateAutomation .btn-default:hover {
  color: #ffffff;
}

.certificateAutomation .btn-danger {
  background: #d0021b;
  border-color: #d0021b;
}

.certificateAutomation .leaderboardPrev {
  width: 600px;
  background: rgba(208, 2, 27, 0.8);
  padding: 40px;
}

.certificateAutomation .leaderboardPrev em {
  font-size: 80px;
}

.certificateAutomation .leaderboardPrev a {
  color: #ffffff;
  text-decoration: underline;
}

.certificateAutomation .leaderboardPrev p {
  padding: 25px 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-style: italic;
}

.certificateAutomation .certificateCanvas {
  width: 600px;
  margin: 40px auto;
  height: auto;
  background: #ffffff;
  text-align: center;
  position: relative;
}

@media (max-width: 700px) {
  .certificateAutomation .get-cer-content {
    width: 92%;
  }
  .certificateAutomation .btnGetCer {
    padding: 30px;
    font-size: 24px;
  }
  .certificateAutomation .cerPreview {
    width: 100%;
  }
  .certificateAutomation .btn-danger, .certificateAutomation .btn-default {
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 10px;
    width: 45%;
  }
  .certificateAutomation .sayTreesLogo {
    width: 130px;
  }
  .certificateAutomation .get-cer-div {
    min-height: 100%;
  }
  .certificateAutomation h1.font-size-40 {
    font-size: 24px;
  }
  .certificateAutomation .cerPreview, .certificateAutomation .certificateCanvas, .certificateAutomation .leaderboardPrev, .certificateAutomation .prevCerImage {
    width: 100%;
  }
}

/*# sourceMappingURL=certificate-automation.css.map */
