
.main-pdf .inner-page-section {
  padding: 0;
}

.pdf-comp .popup-mainsec .modal-user .modal-content .modal-header {
  padding-bottom: 0.8rem;
}

.pdf-comp .popup-mainsec .modal-user .modal-content .modal-header > * {
  margin-bottom: 0.8rem;
}

.pdf-comp .product-cards {
  background: #ffffff;
}

.pdf-comp .img-card-logo {
  background: #F8F8F8;
  border-radius: 0.6rem;
  width: 100%;
  height: 100%;
}

.main-pdf .inner-page-section .post-page-details > .container {
  padding: 0;
  max-width: 100%;
}

.main-pdf .inner-page-section .post-page-details > .container > .row {
  margin: 0;
}

.main-pdf .inner-page-section .post-page-details > .container > .row > [class^="col-"] {
  padding: 0;
}

.main-pdf .inner-page-section .post-page-details > .container > .row > [class^="col-"] > .container {
  padding: 0;
  max-width: 100%;
}

.pdf-comp .row {
  justify-content: center;
}

.pdf-error {
  color: #EE1111;
  font-size: 1.3rem;
}

#error-message{
  color: #EE1111;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.pdf-required{
  color:#EE1111;
  margin-left: 2px;
}