.carform-frmstd {
  font-family: "Century Gothic";
  color: #0063c3;
}
.carform-frmstd .header {
  padding: 80px 5px;
}
.carform-frmstd .header-bold,
.carform-frmstd .section-header {
  font-weight: 700;
}
.carform-frmstd .dynamic-form-headline {
  margin-bottom: 40px;
}
.carform-frmstd .dynamic-form-sub-headline {
  font-size: 18px;
  margin-bottom: 0;
}
.carform-frmstd .section-divider {
  border: 1px solid #469aeb;
  margin: 0;
}
.carform-frmstd .main-section {
  padding: 0 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carform-frmstd .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.carform-frmstd .form-instructions {
  width: 387px;
  font-style: italic !important;
  margin-top: 15px;
  margin-bottom: 18px;
  height: 20px;
}
.carform-frmstd .form-content {
  width: 774px;
}
.carform-frmstd .btn {
  gap: 16px;
  border-color: #0063c3;
  border-radius: 5px;
  color: #0063c3;
  background-color: white;
  margin-bottom: 20px;
  padding: 15px 25px;
  width: 113px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.carform-frmstd .btn:disabled {
  opacity: 0.35;
  background-color: #e9f4ff;
}
.carform-frmstd .sign-up {
  width: 703px;
  text-align: center;
  margin-bottom: 24px;
}
.carform-frmstd .error {
  color: #e01029;
  display: none;
  font-style: italic !important;
}
.carform-frmstd .dobError {
  margin-top: 6px;
}
.carform-frmstd .checkbox-group.error-border,
.carform-frmstd .radio-group.error-border {
  border: 2px solid #e01029;
  padding: 5px;
  display: inline-block;
}
.carform-frmstd .progress {
  border: 1px solid black;
  background-color: white;
  border-radius: 15px;
  display: flex;
  height: 19px;
  position: relative;
}
.carform-frmstd .progress-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carform-frmstd .progress-bar {
  transition: width 0.5s ease;
  background-color: #0063c3;
  border-radius: 15px;
}
.carform-frmstd .progress-container {
  position: relative;
  width: 774px;
}
.carform-frmstd .form-section {
  display: none;
}
.carform-frmstd .form-section.active {
  display: block;
}
.carform-frmstd .tooltip-icon {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
.carform-frmstd .tooltip-box {
  display: none;
  position: absolute;
  top: -50px;
  left: 100%;
  margin-left: 5px;
  margin-bottom: 5px;
  background-color: #d9d9d9;
  border: 1px solid #0063c3;
  border-radius: 18px;
  padding: 15px 31px 17px 27px;
  width: 380px;
  height: 76px;
  z-index: 1;
  font-size: 16px;
  color: black;
}
.carform-frmstd .tooltip-text {
  width: 322px;
  height: 44px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.32px;
}
.carform-frmstd .tooltip-icon:hover .tooltip-box {
  display: block;
}
.carform-frmstd .checkbox-group .checkbox {
  display: flex;
  flex-direction: row;
  gap: 21px;
  align-items: center;
  margin-bottom: 18px;
}
.carform-frmstd .checkbox-group > :last-child {
  margin-bottom: 6px;
}
.carform-frmstd .checkbox-group .form-check > input {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 0px;
}
.carform-frmstd .checkbox-group .form-check-label {
  height: 20px;
  width: max-content;
}
.carform-frmstd .prescription-container .form-check-label > input {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: 20px;
  width: 20px;
}
.carform-frmstd .prescription-container .form-check-label {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 58px;
}
.carform-frmstd .prescription-container .radio-group {
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.carform-frmstd .dobValidationError {
  font-style: normal !important;
  margin-left: 26px !important;
  width: 290px;
}
.carform-frmstd .form-check .form-check-label > span:before {
  display: none;
}
.carform-frmstd .personal-info {
  display: flex;
  justify-content: space-between;
}
.carform-frmstd .button-container {
  display: flex;
  justify-content: space-between;
}
.carform-frmstd .accordion,
.carform-frmstd .form-control,
.carform-frmstd .jcf-select-text,
.carform-frmstd .jcf-select-opener {
  border: 1px solid #0063c3;
}
.carform-frmstd .jcf-unselectable,.carform-frmstd .jcf-select-opener{
  background: #ffff !important;
  color: #0063C3;
  border-radius: 0 !important
}
.carform-frmstd .accordion-header {
  padding: 10px;
  font-weight: 700;
  background-color: white;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.carform-frmstd .accordion-content {
  display: none;
  padding: 10px;
  border-top: 1px solid #0063c3;
}
.carform-frmstd .step-label {
  display: flex;
  flex-direction: row;
}
.carform-frmstd .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: lightgray;
  margin-left: 10px;
  margin-top: 8px;
}
.carform-frmstd .status-dot.active {
  background-color: #2cc84d;
}
.carform-frmstd .stepError {
  margin-left: auto;
}
.carform-frmstd .disclosure-box {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #0063c3;
  background-color: white;
}
.carform-frmstd a {
  text-decoration: underline;
  color: #0063c3;
}
.carform-frmstd a:hover {
  cursor: pointer;
  color: #0063c3;
}
.carform-frmstd .hidden-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.carform-frmstd .thank-you-page {
  display: none;
  width: 576px;
  height: 248px;
  padding: 42px 52px;
  margin-top: 80px;
}
.carform-frmstd .error-page {
  display: none;
  width: 576px;
  height: 237px;
  padding: 42px 52px;
  margin-top: 3rem;
  align-items: normal !important;
}
.carform-frmstd .error-header {
  width: 600px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.carform-frmstd .thank-you-header {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
  width: 472px;
}
.carform-frmstd .thank-you-message {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.32px;
  width: 472px;
}
.carform-frmstd .return-btn {
  display: flex;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  border-radius: 5px;
  width: max-content;
  height: 50px;
  border: 1px solid #0063c3;
}
.carform-frmstd .return-btn:hover {
  background-color: white;
  transform: scale(1);
}
.carform-frmstd .contact-btn {
  width: max-content;
  height: 50px;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8.5px;
  border-radius: 5px;
  border: 1px solid #0063c3;
}
.carform-frmstd .contact-btn:hover {
  background-color: white;
  transform: scale(1);
}
.carform-frmstd .thank-you-page > :last-child {
  align-self: center;
}
.carform-frmstd input:-webkit-autofill,
.carform-frmstd select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.carform-frmstd input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.carform-frmstd .personal-info input {
  cursor: pointer;
  border-radius: 0 !important;
  height: 32.3px !important;
  width: 300.64px !important;
  color: #0063c3 !important;
}
.carform-frmstd .personal-info ::-webkit-input-placeholder {
  color: #0063c3 !important;
  opacity: 0.5;
}
.carform-frmstd .personal-info select {
  cursor: pointer;
  border-radius: 0 !important;
  height: 32.3px !important;
  width: 300.64px !important;
  padding: 0 !important;
}
.carform-frmstd select {
  cursor: pointer;
  border-radius: 0 !important;
  color: #0063c3 !important;
  height: 43px !important;
}
.carform-frmstd option:disabled {
  color: #b8dcff !important;
}
.carform-frmstd .form-control {
  cursor: pointer;
  border-radius: 0px;
  color: #0063C3;
}
.carform-frmstd .next-btn {
  gap: 16px;
  border-color: #0063c3;
  border-radius: 5px;
  color: #0063c3;
  background-color: white;
  margin-bottom: 20px;
  padding: 15px 25px;
  width: 113px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}
.carform-frmstd .back-btn {
  gap: 16px;
  border-color: #0063c3;
  border-radius: 5px;
  color: #0063c3;
  background-color: white;
  margin-bottom: 20px;
  padding: 15px 25px;
  width: 116px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}
.carform-frmstd .next-btn:hover,
.carform-frmstd .back-btn:hover {
  background-color: white;
  transform: scale(1);
}
.carform-frmstd .signup-btn {
  gap: 10px;
  color: white;
  border-radius: 5px;
  background-color: #0063c3;
  padding: 15px;
  width: 180px;
  height: 49px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.carform-frmstd .signup-btn:disabled {
  opacity: 0.35;
  background-color: #0063c3;
}
.carform-frmstd .signup-btn:hover {
  background-color: #0063c3;
  transform: scale(1);
}
.carform-frmstd .date-row {
  display: flex;
  gap: 8px;
}
.carform-frmstd .form-step3 .date-row {
  display: flex;
  gap: 8px;
  margin-left: 0px;
}
.carform-frmstd .date-row select {
  width: 131px;
  height: 42px;
  padding: 8px;
}
.carform-frmstd .section-header {
  font-size: 16px !important;
  margin-top: 13px;
}
.carform-frmstd .form-step3 .checkbox {
  display: flex;
  flex-direction: row;
  gap: 21px;
  align-items: flex-start;
  margin-left: 0px;
}
.carform-frmstd .optional-question-checkbox {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 0px;
  margin-bottom: 18px;
}
.carform-frmstd .optional-question-radio {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: 20px;
  width: 20px;
}
.carform-frmstd .form-step3 .radio {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}
.carform-frmstd .form-step3 .question {
  margin-top: 26px;
}
.carform-frmstd .form-step3 .date-group {
  margin-top: 8px;
}
.carform-frmstd .form-step3 .radio-group .form-row {
  margin-left: 0px;
}
.carform-frmstd .signup-btn:hover {
  background-color: #0063c3;
  transform: scale(1);
}
.carform-frmstd .invalidemailprosp,
.carform-frmstd .invalidephoneprosp,
.carform-frmstd .invalidaddressprosp {
  display: none;
  color: #e01029;
}
.carform-frmstd .show {
  display: block;
}
.carform-frmstd .step-radio {
  height: 22px;
  width: 20px;
  margin-top: 2px;
}
.carform-frmstd .accordion-content > label {
  display: inline-flex;
  gap: 14px;
  align-items: start;
  margin-bottom: 17px;
}
.carform-frmstd .question-label {
  margin-bottom: 20px;
}
.carform-frmstd .form-step2 .form-group {
  width: 739px;
}
.carform-frmstd .pp-row .form-check-label {
  margin-right: 100px;
}
.carform-frmstd input#SuggestedAddressidncp,
.carform-frmstd input#EnteredAddressidncp {
  float: left;
  height: 15px;
  width: 15px;
}
.carform-frmstd span.suggested-address-block-txt,
.carform-frmstd span.entered-address-block-txt {
  float: left;
  padding-left: 0.5em;
}
.carform-frmstd #addsuggbox .row {
  margin-top: 5px;
}
.carform-body-class .grecaptcha-badge {
  bottom: 180px !important;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) { 
    .carform-frmstd .progress-container{width:100%}
    .carform-frmstd .form-content{width:700px;}
    .carform-body-class .grecaptcha-badge {
      bottom: 230px !important;
  }
}
@media (max-width:768px){
.carform-frmstd .form-group.question.dropdown .form-row .col-6 {
  flex: 0 0 100%;
    max-width: 100%;
}
.carform-frmstd #addsuggbox  .form-group{
  padding-right:unset;
}
.carform-frmstd .error-page {margin-bottom: 3rem;}
}
@media (min-width:768px){
  .carform-frmstd .form-group.question{
    width: 40%;
}
  .carform-frmstd #carBtnSubmit{
    width: 100% !important;
  }
.carform-frmstd  .form-flex-wrap {
  display: flex;
  justify-content: space-between;
}
.carform-frmstd .form-flex-wrap .form-group,.carform-frmstd .form-flex-wrap .address-wrapper{
    width: 40%;
}

.carform-frmstd input#lookupNumber {
    width: 463px;
    margin-bottom: 0;
}
.carform-frmstd .form-surveysection{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.carform-frmstd .form-group.question.dropdown{
  width: 50%;
  margin-right: 0rem;
}
.carform-frmstd .sugguestedadd .form-group .col-md-6 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; 
}
.carform-frmstd #addsuggbox .row .form-group:nth-child(1) {
  margin-right: 5rem;
}
.carform-frmstd .sugguestedadd{
  margin-right:4.5rem;
}
.carform-frmstd .thank-you-page .successmessage p:nth-child(2){
  margin-left:0.8rem;
}
.carform-frmstd .thank-you-page  .return-btn{
  margin-left:-3.5rem;
}
.carform-frmstd .error-page {
  padding-right: unset;
      padding-left: unset;
  }
  .carform-frmstd .error-page #brandNumber{
    margin-left:3rem;
  }
  .carform-frmstd  .mandatorydropdowns{
    display: flex;
   justify-content: space-between;
  }
  .carform-frmstd  .specialtydropdown,.carform-frmstd .form-discussdropdown{
    width:40%;
  }
  .carform-frmstd  .col-6#sepcialtyoptions,.carform-frmstd .col-6#discussoptions{
    flex:0 0 100%;
    max-width:100%;
  }
}
.carform-frmstd #carBtnSubmit{
  width:100%;
  background-color: #0063C3;
    border-color: #0063C3;
}
.quantum-footer__inner{
  background: #0063C3;
}
.quantum-footer__logo-social-row{
width: 102px;
height: 26px;
}
.quantum-footer__links-row {
  order: 0 !important;
}
.carform-frmstd .error {
  color: #e01029;
  display: none;
  font-style: italic !important;
}
.quantum-footer{
  background-color:#0063C3 !important;
}
#footer .quantum-footer .quantum-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.carform-frmstd .container {
      max-width: 100% !important;
  }
#footer{padding:unset !important}

.quantum-footer__links-row {
  align-items: flex-start !important;
}
.quantum-quicklinks__column {
  grid-column: 12 / 8 !important;
  margin-left: auto;
  position: relative;
  bottom: 3rem;
}
#footer .quantum-footer__inner a {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
.quantum-list-group.quantum-quicklinks__column-list-group.quantum-list-group--small {
  list-style: none;
  margin: 8px 0 15px;
  padding: 0;
  display: flex;
  gap: 15px;
}
.quantum-quicklinks__column-header,#footer .quantum-footer__inner a{
  font-size:12px !important;
  font-family: "Century Gothic" !important;
}
.quantum-footer__legal-row.rights-text{
  font-size:10.5px;
  font-family: "Century Gothic" !important;
}
@media (min-width: 992px) {
  .quantum-footer__inner {
      --quantum-footer__inner_grid-col: 12;
      display: grid !important;
      gap: 0;
  }
  .quantum-footer__logo-social-row {
      grid-row: 1 / 3;
  }
      .quantum-footer__links-row {
      grid-column: 2 / 10;}
      .quantum-footer__link {
      display: inline-flex;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0;
  }
  .quantum-footer__legal-row {
    max-width: 100% !important;
}
.quantum-footer__legal-row {
  grid-column: 2 / 13;
}
}
@media (min-width: 1200px) {
  .quantum-footer__logo-social-row {
      margin-right: 40px;
  }
  .quantum-footer__legal-row.rights-text{
    margin-top:3rem;
    }
    .carform-frmstd .main-section{
      width:1177px;
      padding:unset!important;
    }
    .carform-frmstd #addsuggbox .row .form-group:nth-child(1){
      margin-right: 5.9rem !Important;
    }
    .carform-frmstd #addsuggbox .row {
      width:1200px;
    }
    .carform-frmstd .sugguestedadd{
      margin-right:7rem;
  }
}
.quantum-footer__link:not(:last-child)::after {
  padding-left: 1rem !important;
  padding-right: 0.8rem !important;
}
#footer .quantum-footer {
  max-width: 100%;
  padding-top: 15px;
}
.quantum-footer {
  margin: 0 auto;
  padding-inline: 15px;
  position: relative;
}
.quantum-footer__links-row {
  align-items: flex-start !important;
  padding: unset !important;
}
.quantum-footer__legal-row.quantum-footer__legal-row{
  position: relative;
    bottom: 30px;
}
.carform-frmstd .form-check-inline{
  display:flex;
  max-width:852px;
  line-height:19px;
  align-items: flex-start;
}
.carform-frmstd  .form-check-inline+.form-check-inline {
  margin-left: unset !important;
}
.carform-frmstd #npimoreinfo{
  margin-bottom:1.5rem;
}
.carform-frmstd .form-group.question.checkbox{
  margin-top:1.5rem;
}
.carform-frmstd .form-group.question.checkbox div:nth-child(1){
  margin-bottom:1rem;
}
.carform-frmstd .form-label{
  font-weight:normal;
}
#footer.container{
  max-width:unset !important;
}
@media (max-width: 991.98px) {
  .quantum-footer__logo-social-row {
      order: 1 !important;
  }
  .quantum-footer__links-row {
      order: 2 !important;
      flex-direction:column;
      
  }
      .quantum-quicklinks__column {
      order: 3 !important;
      margin-top: 5.5rem;
        margin-left: 0;
        margin-bottom: -1rem;
  }
      .quantum-footer__legal-row {
      order: 4;
  }
}
.quantum-footer__legal-row.rights-text{
  border-top: 1.3px solid #ffff;
  padding-top:1.5rem; 
}
#fullIsi p,.quantum-isi-tray__content ul,.prescribeTxt{
  font-family: Century Gothic;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
     color:#0063C3;
  }
  .isi-title-isi,.isi-subTitile,.isi-indicationsTitle,.infection-Title{
     font-weight:700 !important; 
     color:#0063C3 !important;
  }
  .carform-frmstd  #searchModalLabel {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 24px;
    }
    .carform-frmstd  .custom-modal-container{display: initial;}
    .carform-frmstd #btnClose{
        padding:2rem;
        width: 17px;
        height: 16px;
        color:#0063C3;
        opacity:1;
    }
    .carform-frmstd  .modal-content{
       border:2px solid #0063C3 !important; 
    }
    .carform-frmstd  .req-filed{
       padding:1rem;
       margin-top: -2rem;
    }
    .carform-frmstd .required-text{
       font-style:italic;
    }
    .carform-frmstd .modal-body,.carform-frmstd  .result-section #modalError{
       padding-right:2rem;
       padding-left:1.5rem;
    }
    .carform-frmstd  #searchButtonModal{width: 200px;height: 44px;border-radius: 5px;padding-left: 15px;border-width: 1px;display:flex;justify-content: space-between;  background-color:#0063C3;}
    .carform-frmstd  .justify-content-center{
       justify-content:flex-start !important;
    }
    .carform-frmstd #searchButtonModal .searchimgicon{
      width: 17px;
      height: 18px;
    }
    .carform-frmstd .modal-header{
      border-bottom:unset;
    }
    .carform-frmstd #searchResults .table thead th{
      color:#0063C3;
      font-weight:400;
      border-bottom: 1px solid #0063C3 !important;
    }
    .carform-frmstd #searchResults .table td{
      color:#0063C3;
        border-bottom: 1px solid #0063C3 !important;
        vertical-align:unset;
    }
    .carform-frmstd #searchResults .table td, .table th {
        border-top: 1px solid #0063C3;
    }
    .carform-frmstd .back-to-search .back-to-search-text,.carform-frmstd #openModalButton,.carform-frmstd .return-btn{
      color:#0063C3;
    }
    .carform-frmstd #searchResults a{
      color:#E01029;
    }
    .carform-frmstd #searchResults .table td span{
      justify-content: start;
      display: flex;
    }
    @media (min-width:992px) and (max-width:1199px){
      .quantum-footer__link:not(:last-child)::after {
          padding-left: 0.3rem !important;
          padding-right: 0.3rem !important;
      }
      }
      .carform-frmstd .jcf-select-opener{
        border-left:unset !Important;
    }
    .carform-frmstd .jcf-select-text{
         border-right:unset !Important;
    }
    .carform-frmstd .address-wrapper .form-group{
        width:unset !important;
        margin-right: unset !important;
    }
    @media (min-width:992px) and (max-width:1200px){
      .carform-frmstd .main-section{
          padding: unset !Important;
      }
        .form-group.question.dropdown  .col-6 {
          flex: 0 0 80% !important;
          max-width: 80% !important;
      }
      .carform-frmstd .form-flex-wrap .form-group, .carform-frmstd .form-flex-wrap .address-wrapper {
              width: 40%;
          }
          .carform-frmstd #addsuggbox .row .form-group:nth-child(1){
            margin-right:7rem;
          }
          .carform-frmstd .sugguestedadd{
            margin-right:6rem;
        }
      }
      @media (min-width:1200px) and (max-width:1400px){
          .carform-frmstd .form-flex-wrap .form-group, .carform-frmstd .form-flex-wrap .address-wrapper {
              width: 40%;
          }
      }
      .carform-frmstd .error-txt-field{
        display:none;
        }
        @media (min-width:768px) and (max-width:992px){
          .carform-frmstd .form-group.question.dropdown .form-row .col-6 {
                  flex: 0 0 80%;
                  max-width: 80%;
                  margin-right:2rem !Important;
              }
          .carform-frmstd .main-section {
              padding:unset !important;
          }
              .carform-frmstd .form-flex-wrap .form-group, .carform-frmstd .form-flex-wrap .address-wrapper {
                  width: 40%;
              }
          }
          .carform-frmstd .thank-you-page.global,.carform-frmstd .error-page{
            flex-direction: column;
            justify-content: center;
            
    }
    .carform-frmstd .thank-you-header,.carform-frmstd .error-header{
            margin-left:2rem !important;
    }
    
    .carform-frmstd  .thank-you-page.global p.text-blue-amgen{
        margin-left: 3rem;
    }
    .carform-frmstd .error-page .contact-btn {
      margin-left:11rem !Important;
    }
    @media (max-width:567px){
      .carform-frmstd .main-section {
        padding: unset; 
        display: unset; 
       }
       .carform-frmstd .thank-you-page.global{
         padding:unset !important;
       }
       .carform-frmstd .thank-you-page.global p.text-blue-amgen{
         margin-left:unset !important;
       }
       .carform-frmstd .error-header{
         width:unset;
         text-align:unset;
         line-height:normal;
     }
     .carform-frmstd .error-page .contact-btn,.carform-frmstd .error-page p.text-blue-amgen,.carform-frmstd .error-header{
         margin-left:unset !important;
     }
       .carform-frmstd .form-instructions,.carform-frmstd .sign-up,.carform-frmstd .personal-info select,.carform-frmstd .personal-info input,.carform-frmstd .optional-question-select,.carform-frmstd .thank-you-header{
          width:100% !important;
        }
      #footer{
         padding:unset;
       }
       .carform-frmstd .form-instructions{
     line-height:1;
     padding: 2rem;
     text-align: center;
     }
     .carform-frmstd .date-row select{
         flex: 0 0 calc(31.33% - 6px);
         max-width: calc(32.33% - 6px);
     }
     .quantum-footer {
       padding-inline:unset;
     }
       .quantum-footer__link:not(:last-child)::after{
           content:" "!important;
       }
       .carform-frmstd #lookupNumberError {
        margin-top:1rem !important;
    }
     }
     .carform-frmstd  input::placeholder {
      color: #0063C3 !important;
      opacity:0.5 !important;
    }
    .carform-frmstd select{
      color: rgba(0, 99, 195, 0.5) !important;}
       
      .carform-frmstd select:valid,.carform-frmstd select  option {
          color: #0063c3 !important;
      }
      .carform-frmstd .form-group {
        margin-bottom: 0.5rem !important;}
        .carform-frmstd #npi-lookup-tb{
          margin-top:1rem;
      }
      .carform-frmstd  .form-group label{
          margin-top:0.5rem !important;
      }
      .carform-frmstd  .form-group.conditions .conditions-label{
          margin-bottom:1.5rem;
          line-height: 1.2rem;
      }
      .carform-frmstd  #npi-lookup-tb .expedite-sign-up{
          margin-bottom:-1rem !important;
          margin-top: 0.5rem;
          line-height: normal;
      }
      .carform-frmstd .checkbox-group .form-check-label{
          margin-top:unset !important;
      }
      .carform-frmstd  .checkbox-group .form-check-label {
        margin-left:0.5rem !important;
        margin-top:0rem !important;
    }
  .carform-frmstd .form-check-inline.checkbox label{
    margin-top: -3.9rem !important;
    margin-left: 2.5rem;
}
#opensFullIsi:before {
  content: "";
 background-image: url('/-/media/Base Themes/NG DynamicFormV4 Scripts and Styles/assets/plus');
  background-repeat: no-repeat;
 width: 20px;
 height: 20px;
 z-index: 5;
 background-size: 100%;
 position: absolute;
 display: block;
 border: none;
 top: 7px;
 right: 0px;
}
/* pagination code */

#pagination-bar2 .paginationjs {
  display: flex;
}

#pagination-bar2 .paginationjs .paginationjs-pages {
  margin: 0 auto;
  display: block;
  width: auto;
  float: none;
  margin-bottom:2rem;
}

#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-prev {
 margin-right: -6px;
}

#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-next {
   margin-left: -6px; 
}

#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-prev a,
#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-next a {
  font-size: 0px;
  background: transparent;
  position: relative;
}

#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-prev a:after,
#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-next a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  border-top: .125rem solid #0063c3;
  border-left: .125rem solid #0063c3;
}

#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-prev a:after {
  transform: rotate(-45deg);
  left: 12px;
}

#pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-next a:after {
  transform: rotate(135deg);
  right: 12px;
}

#pagination-bar2 .paginationjs .paginationjs-pages ul li a {
  background-color: #E9F4FF;
  font-family: "Century Gothic";
  font-weight: 400;
  line-height: 35px;
  font-size: 16px;
  height: 31px;
  color: #0063C3;
  width: 31px;
  margin-right:0.5rem;
  opacity: 1;
}

#pagination-bar2 .paginationjs .paginationjs-pages ul li {
  border: none;
  margin: 0;
}

#pagination-bar2 .paginationjs .paginationjs-pages ul li a {
  border-radius: 20%;
  transition: all .3s ease-in-out;
}

#pagination-bar2 .paginationjs .paginationjs-pages ul li.active a {
  background: #0063c3;
  text-decoration: none !important;
  color: #fff;
  cursor: pointer;
}

#pagination-bar2 .paginationjs .paginationjs-pages ul li:hover a {
  text-decoration: underline;
}


@media (max-width:767px) {
    #pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-prev {
      margin-right: 0;
  }

    #pagination-bar2 .paginationjs .paginationjs-pages .paginationjs-next {
      margin-left: 0;
  }

    #pagination-bar2 .paginationjs .paginationjs-pages ul {
      position: absolute;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
  }
    #pagination-bar2 {
      z-index: 2;
      position: relative;
  }
    #pagination-bar2 .paginationjs .paginationjs-pages ul li a {
      line-height: 34px;
      font-size: 16px;
      height: 31px;
      width: 31px;
  }
  #pagination-bar2 .paginationjs .paginationjs-pages {
      margin-bottom:3rem;
    }
    .carform-frmstd .mandatorydropdowns .col-6 {
      flex: 0 0 100%;
    max-width: 100%; 
    padding-right:unset;
    }
    .carform-frmstd  .form-discussdropdown{
      margin-top:0.7rem;
    }
}
/* pagination code */
.carform-frmstd .m-b-15.text-primary-3 {color:#E01029;line-height: normal;}
.carform-frmstd .sugguestedadd .custom-radio{
    border: 1px solid #0063C3;
    padding:7px;
    line-height: normal;
}
.carform-frmstd .sugguestedadd .custom-radio input{
    display:inline-block;
    margin-top:0.5rem !important;
}
.carform-frmstd  .sugguestedadd section{
  border: 1px solid #E01029;
  padding-left: 1rem;
}
.carform-frmstd .thank-you-page .successmessage p:nth-child(1){
  font-size:32px;
  font-style:italic;
  font-weight:700;
  line-height:normal;
}
.carform-frmstd .error-page .errormessage p:nth-child(1){
  font-size:24px;
  font-weight:700;
  line-height:normal;
}
/* checkbox code */
 
.carform-frmstd .form-check.checkbox,
.carform-frmstd .form-check.form-check-inline.checkbox{
  position: relative;
  cursor: pointer;
  gap: 20px;
  user-select: none;
  line-height: 22px;
  margin-bottom: 1rem;
}
.carform-frmstd .form-check.checkbox > input,
.carform-frmstd .form-check.form-check-inline.checkbox > input {
  appearance: none;
  position: relative;
  cursor: pointer;
}
.carform-frmstd .form-check.checkbox > input:focus,
.carform-frmstd .form-check.form-check-inline.checkbox > input:focus {
  outline: none;
}
.carform-frmstd .form-check.checkbox > input:after,
.carform-frmstd .form-check.form-check-inline.checkbox > input:after {
  content: "";
  border: 1px solid #0063C3;
  width: 21px;
  height: 21px;
  display: block;
  background-color: #fff;
}
.carform-frmstd .form-check.checkbox > input:checked:after,
.carform-frmstd .form-check.form-check-inline.checkbox > input:checked:after {
  background-color: #0063C3;
}
.carform-frmstd .form-check.checkbox > input:checked:before,
.carform-frmstd .form-check.form-check-inline.checkbox > input:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.carform-frmstd .form-check.checkbox > input:checked:before,
.carform-frmstd .form-check.form-check-inline.checkbox > input:checked:before {
  border: solid;
  border-width: 0 0 3px 3px;
  border-color: transparent transparent #ffff #ffff;
  height: 8px;
  width: 14px;
  transform: rotate(-45deg);
  top: 5px;
  bottom: auto;
}
.carform-frmstd .form-check.checkbox > .error-checkbox:after{
	border: 1px solid #e01029 !important;
}
/* checkbox code ends */
.carform-frmstd .form-group.question.checkbox{
  width:100%;
}
.carform-frmstd .form-surveyquestions .col-6 {
     flex: 0 0 100%;
  max-width: 100%; 
  padding-right:unset;
}
.carform-frmstd .form-group.question.checkbox .error.optionalError {
  margin-left: 3.1rem;
margin-bottom: 1rem;
}
.carform-frmstd .form-group.question.standlonecheckbox {
  margin-top:2rem;
  width:auto;
}
.carform-frmstd .form-check.form-check-inline.checkbox.standalone{
  flex-direction: column;
  align-items: flex-start;
}
.carform-frmstd .form-check.form-check-inline.checkbox.standalone .error {
  margin-left: 2.5rem;
margin-top:-0.5rem;
}
.carform-frmstd .numericinput {
  padding-left:unset;
}
.carform-frmstd .dropdownlistitemchild  .form-group.numericinput  .col-6.numericinput {
  max-width:100%;
  padding-right: unset;
  width: 100%;
}
.carform-frmstd .dropdownlistitemchild  .form-group.numericinput  .col-6.numericinput input {
  width: 100%;
  height: 38px;
  border: 1px solid #0063C3;
  color: #0063C3;
  padding: 10px 15px;
}
.carform-frmstd .dropdownlistitemchild  .form-group.numericinput label{
margin-top: 1rem !important;
line-height: normal;
  width:100%;
}
.carform-frmstd .dropdownlistitemchild  .form-group.numericinput label h5{font-size: 16px;margin-top: 1rem;margin-bottom:-0.5rem;}
.carform-frmstd a.returnlink,.carform-frmstd a.errorlink{
	text-decoration:none;
}
.carform-frmstd  #npilookupdata label.state-modal::after,.carform-frmstd #npilookupdata label.lastname-modal::after{
  content:'*';
  }
  .carform-frmstd .specialtyerror,.carform-frmstd .discussoptionError{
    margin-left:0.3rem;
  }
  .carform-frmstd #npi-lookup-tb .expedite-sign-up .pl-1 {
    padding-left:unset !important;
} 
