@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
.simple-modal.container {
  max-width: 1312px;
  margin: 124px auto 0;
}
.simple-modal.container > .content-wrapper {
  margin: 0 24px;
}
@media screen and (min-width: 500px) {
  .simple-modal.container > .content-wrapper {
    margin: 0 56px;
  }
}
@media screen and (min-width: 1000px) {
  .simple-modal.container > .content-wrapper {
    margin: 0 56px;
  }
}
.simple-modal.container > .content-wrapper > .content {
  max-width: 600px;
  margin: 0 auto;
  padding: 42px 30px 56px;
  background: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .simple-modal.container > .content-wrapper > .content {
    padding: 54px 100px 100px;
  }
}
.simple-modal.container > .content-wrapper > .content > p {
  color: #001965;
  margin: 34px 0 50px;
}
.simple-modal.container > .content-wrapper > .content > .buttons > .nni-hcp--button {
  display: inline-block;
  margin: 0px 4px;
}
.simple-modal.container > .content-wrapper > .content > .close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 28px);
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(common/resources/icon-close.cdf54714.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (min-width: 1000px) {
  .simple-modal.container > .content-wrapper > .content > .close {
    width: 44px;
    height: 44px;
    left: calc(100% + 8px);
    right: auto;
    bottom: calc(100% + 8px);
  }
}

@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
.account-created-modal {
  text-align: center;
}
.account-created-modal .modal--content {
  padding: 50px 25px;
}
@media screen and (min-width: 500px) {
  .account-created-modal .modal--content {
    padding: 110px 60px 110px 60px;
  }
}
.account-created-modal .nni-hcp--button {
  margin-top: 50px;
}
.account-created-modal .nni-hcp--button a {
  padding: 12px 49px;
}

[data-site=novomedlink] .cope-core-isi-v2 .cope-core-isi-content .cope-core-isi-column + .cope-core-isi-column {
  padding-top: 48px;
  border-top: 1px solid #dfe1e5;
}
[data-site=novomedlink] .cope-core-isi-v2 .cope-core-isi-content .cope-core-isi-column section:last-child {
  padding-top: 48px;
  margin-bottom: 0;
}
[data-site=novomedlink] .cope-core-isi-v2 .cope-core-isi-content .cope-core-isi-column section h2 {
  margin-top: 0;
}
[data-site=novomedlink] .isi[\:has\(.cope-core-isi-v2\)] {
  margin-top: 40px;
  margin-bottom: 48px;
}
[data-site=novomedlink] .isi:has(.cope-core-isi-v2) {
  margin-top: 40px;
  margin-bottom: 48px;
}
[data-site=novomedlink] .results.slab .results-wrapper .no-results {
  margin-bottom: 0;
}
