.pdf-page {
  box-shadow: 0 4px 6px 1px rgba(76, 76, 76, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.pdf-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.alert-loading {
  background-color: #e9f5f8 !important;
  border-radius: 5px;
}

.l-sec__cont {
  height: 100% !important;
  min-height: 600px !important;
}

.l-sec__cont.l-sec__cont--white {
  padding-bottom: 66px !important;
}

.checkbox__h.w--redirected-checked {
  color: #fff !important;
}

.checkbox__h {
  pointer-events: none;
}

.doc-snackbar-close {
  position: absolute;
  right: 15px;
}

.doc-title-loading {
  padding-right: 30px;
}

.brand-link {
  cursor: pointer;
  width: auto;
  align-items: center;
}

.a-hero__text {
  height: auto;
}

.a-hero__p2 {
  opacity: 1;
  white-space: pre-wrap;
}

.d-hero-link.d-hero-link--static {
  width: 16.66%;
}

.b-row {
  width: 100%;
}

.btn.btn--full2 {
  width: auto;
}

.q-btn.btn--red {
  width: auto;
}

.arrow-img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 18px;
}

.form-button-text {
  position: relative;
  z-index: 3;
  font-size: 13px;
  line-height: 1.3px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.q-btn.btn--red:hover {
  background-color: #ec4d33;
  border-color: #ec4d33;
}

.hero__h {
  white-space: pre-wrap;
}

.tabs {
  opacity: 1;
  top: 0px;
}

.sticky-collapse {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 1;
  height: 75px;
}

.tabs__link.highlighted {
  background-color: salmon;
}

.d-cont__h4.highlighted {
  color: #fff;
}

.reset-password-btn {
  cursor: pointer;
}

.reset-password-btn:hover {
  color: #fa8072;
}

.fill-width {
  width: 100%;
}

.pr-2 {
  padding-right: 20px;
}

.preview-container {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
}

.preview {
  display: flex;
}

.watermark {
  position: absolute;
  margin-top: -574px;
  margin-left: 150px;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  background-image: url("../images/AXA_Logo_Blue.png");
}

.tab-link__line.highlighted {
  width: 100%;
}

.flex-end {
  justify-content: flex-end !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.d-hero__p {
  white-space: pre-wrap;
}

.btn__h {
  z-index: 0;
}

.mr-2 {
  margin-right: 1rem;
}

.navbar-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}