@font-face {
  font-family: Helvetica;
  src: url('../src/Helvetica.ttf');
}

html,
body,
#root,
#root  {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#creditCardForm iframe {
  height: 35px;
  width: 100%;
  border: 1px solid gray;
  border-radius: 4px;
}
#AccountForm iframe {
  height: 30px;
  width: 100%;
  border: none;
}
.page-break {
  page-break-before: always;
}
.pdf-small-font * {
  font-size: 6px !important;
  line-height: 1.2 !important;
}

.pdf-small-font #main-heading {
  font-size: 14px !important;
}
.pdf-small-font #main-heading-second {
  font-size: 9px !important;
}
.pdf-small-font #pdf-title-font {
  font-size: 17px !important;
}
.pdf-small-font #sub-heading {
  font-size: 12px !important;
}
.pdf-small-font #package-shadow {
 box-shadow: none !important;
 border: 1px solid #31C1C5;
}
.pdf-small-font #popular-box {
 width:95% !important;
 height: 50px !important;
 padding-top: 3px !important;
}
.pdf-small-font #popular-text{
  margin-top: 8px !important;
}
.pdf-small-font .next-step-box{
  max-width: 135px !important;
  max-height: 130px !important;
  width: 135px !important;
  height: 120px !important;
  flex: 0 0 135px !important;
  justify-content: center !important;
}
.pdf-small-font .logo-content{
  display: none !important;
}

.pdf-small-font #ExecutionAndNextStepsconer{
  margin-top: 90px !important; 
}
.pdf-small-font #pdf-arrows{
  width: 10px !important;
}
.pdf-small-font #pdf-checkmark{
  width: 4px !important;
  height: 8px !important;
}
.pdf-small-font #pdf-package-container{
  margin-top: -40px;
}
.pdf-small-font #third-priority{
  min-width:25% !important;
  padding-right: 4rem !important
}
.pdf-small-font #pdf-logo{
  width:100px !important;
  height: 50px !important;
  text-align:start !important
}