/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */

@font-face {
  font-family: "Montserrat";
  src: url("/modules/custom/dysport_journey/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/modules/custom/dysport_journey/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

p,
h4,
h3 {
  font-family: "Montserrat", sans-serif;
}

#hcp-profiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.hcp-profile--item {
  text-align: center;
  padding: 35px 30px;
  font-size: 13px;
}

.hcp-profile--item:hover {
  background-color: aliceblue;
  border: 1px solid cadetblue;
}

.hcp-profile--item:nth-child(odd) {
  border: 1px solid #f0f0f0;
}

.hcp-profile--item:nth-child(even) {
  border: 1px solid #f0f0f0;
  border-left: 0;
}

.hcp-profile--desc p {
  font-size: 13px;
  color: #494949;
}

#progress-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  max-width: 841px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px;
  margin-top: 17px;
  padding-top: 0;
}

.progress-bar--status {
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-bar--step:hover,
.progress-bar--step.selected {
  background-color: #f3f3f3;
  min-height: 95px;
  box-shadow: inset 0 0 0 1px #eeeeee;
}

@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
  .progress-bar--step.selected#step-one .progress-bar {
    margin-top: 0px;
  }

  .progress-bar--step.selected#step-two .progress-bar {
    margin-top: 1px;
  }

  #step-two:has(~ #step-three.selected) .progress-bar {
    margin-top: 1px;
  }
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .progress-bar--step.selected#step-two .progress-bar {
    margin-top: 1px;
  }

  #step-two:has(~ #step-three.selected) .progress-bar {
    margin-top: 1px;
  }

  .progress-bar--step.selected#step-one .progress-bar {
    margin-top: -1px;
  }
}

@media screen and (min-width: 1365px) {
  .progress-bar--step.selected#step-one .progress-bar {
    margin-top: -1px !important;
  }

  .progress-bar--step.selected#step-two .progress-bar {
    margin-top: 1px !important;
  }

  #step-two:has(~ #step-three.selected) .progress-bar {
    margin-top: 1px !important;
  }

  #step-two.selected+#step-three .progress-bar {
    margin-top: 1px !important;
  }
}

.icon {
  color: #00973a;
}

#action-bar button:hover {
  background-color: #00973a;
  color: #fff;
}

#action-bar button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#edit-actions-submit--2:hover,
#edit-actions-submit:hover,
#edit-action-rth--2:hover,
#edit-action-rth:hover {
  background-color: #00973a;
  color: #fff;
}

.progress-bar {
  max-width: 160px;
  border-radius: 1px;
  height: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

progress::-webkit-progress-bar {
  background-color: #ccc;
}

progress::-webkit-progress-value {
  background-color: #00973a !important;
}

.progress-bar--step {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  padding: 12px 0;
  max-width: 245px;
  cursor: pointer;
  height: 95px;
}

.progress-bar--desc {
  text-align: center;
  margin-top: 5px;
}

#tap-desc {
  text-align: center;
  margin: 20px;
  color: #494949;
}

#tap-desc p {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

#tap-desc p#tap-desc-subtitle {
  font-weight: 500;
  max-width: 590px;
  margin: 0 auto;
}

#tap-desc-heading {
  margin: 0;
  font-weight: bold;
}

#no-items-selected {
  text-align: center;
  color: #494949;
  font-size: 12px;
  font-style: italic;
  margin: 30px 0 0 0;
}

#curr-step,
.step-no {
  color: #00973a;
}

#header {
  text-align: center;
  color: #014b7f;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.accordion--items.dj-container {
  margin-bottom: 27px;
  border: 1px solid #d9d9d9;
}

#header--desc {
  font-size: 13px;
  color: #494949;
  text-align: center;
  width: 87%;
  margin: 22px auto;
  margin-top: 12px;
}

.dj-container {
  background-color: white;
  padding: 18px 40px 47px 40px;
  border-radius: 20px;
  max-width: 841px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.step-one--title {
  font-size: 14px;
  font-weight: bold;
  color: #00973a;
  margin-bottom: 4px;
}

.step-one--desc {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
  color: #494949;
  font-weight: 500;
  padding: 0 70px;
}

#step-one.selected {
  margin-top: 8px;
}

#step-two.selected {
  margin-top: 8px;
}

#step-three.selected {
  margin-top: 8px;
}

#step-one,
#step-two,
#step-three {
  margin-top: 8px;
}

#step-one.selected+#step-two,
#step-three {
  margin-top: 0;
}

.progress-bar-hidden {
  visibility: hidden;
}

#dysport-journey-block {
  background-color: #f4f4f4;
  padding: 10px;
}

.get-started-btn {
  border-radius: 5px;
  color: #00973a;
  border: 1px solid #00973a;
  padding: 8px 19px;
  font-weight: 600;
  margin-top: auto;
  font-size: 16px;
  line-height: 18px;
  box-shadow: 0px 0px 0px 4px #0097391f;
  display: block;
  margin: 10px auto 0 auto;
  font-family: "Montserrat", sans-serif;
}

.get-started-btn:hover {
  background-color: #00973a;
  color: white;
}

.get-started-btn:focus {
  box-shadow: none !important;
}

.hcp-profile--title,
.hcp-profile--subtitle {
  color: #014b7f;
}

.hcp-profile--title {
  margin-bottom: 10px;
  color: #014b7f;
  font-size: 16px;
  font-weight: 600;
}

.hcp-profile--subtitle {
  font-size: 1.2rem;
  display: none;
}

.accordion--item-header {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  color: #014b7f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.accordion--item-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.ac-icon {
  margin-top: -5px;
  margin-left: 15px;
}

.resource-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 15px;
  padding: 20px 36px 20px 44px;
}

.resource-item:last-child {
  border: none;
}

.resource-item.resource-selected {
  box-shadow: inset 0 0 0 1px #98c1ea;
  border: none;
}

.resource-item .resource-item--title {
  color: #666666;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.resource-item.resource-selected .resource-item--title {
  color: #014b7f;
  margin-bottom: 5px;
  line-height: 26px;
}

.resource-item--desc p {
  color: #494949;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  display: inline;
}

.resource-item--handle {
  margin-left: auto;
  cursor: grab;
  color: gray;
}

.resource-item--content .read-smore__link {
  font-size: 14px;
}

.resource-selected .resource-item--content {
  max-width: 75%;
}

.resource-item--content {
  margin-left: 20px;
  max-width: 75%;
}

.resource-item--content p sup {
  position: relative;
  top: -6px;
  font-size: 60%;
}

.resource-item img {
  width: 75px;
  height: auto;
  margin-left: 35px;
  margin-bottom: 15px;
}

img.resource-item--handle {
  width: 16px;
  margin-bottom: 0;
  right: 36px;
  position: absolute;
}

.resource-selected {
  background-color: #ecf7ff;
  box-shadow: inset 0 0 0 1px #98c1ea;
  border-radius: 20px;
  position: relative;
}

#roadmap-selection {
  border: 1.5px solid transparent;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #00973a, #014b7f) border-box;
  margin-bottom: 24px;
}

.accordion--item-header-container {
  cursor: pointer;
}

.accordion--item-body {
  transition: 400ms;
}

.accordion--item-header-container.active .accordion--toggle-icon {
  margin: 0 0 5px 10px;
  transition: 400ms;
}

.accordion--item-header-container .accordion--toggle-icon {
  margin: 0 0 -2px 10px;
  transition: 400ms;
}

.accordion--item-header-container:not(.active) .accordion--toggle-icon {
  rotate: 180deg;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  outline: none;
  background-color: #eeeeee;
  transform: translate(-56%);
  opacity: 1;
}

input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 3px;
  background-color: #00973a;
  border-radius: 7px;
  transform: translateY(-50%);
}

input:checked {
  border-color: #22c55e;
  background-color: #fff;
}

/* Show tick and line when checked */
input:checked::after {
  opacity: 1;
}

input:checked::before {
  width: 27px;
  height: 27px;
}

.coh-style-focusable-content input:focus,
.coh-style-focusable-content a:focus {
  box-shadow: none;
}

a.read-smore__link {
  color: #494949;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
}

.hcp-profile--desc.is-expanded+.read-smore__link-wrap {
  display: block !important;
}

#email-template-container {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

#email-template-container .form-type-checkbox {
  display: flex;
  flex-direction: column;
}

#email-template-container .form-type-checkbox+.form-type-checkbox {
  margin-top: 0;
}

#et-header {
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin: 20px 0 0 0;
  font-weight: 500;
  color: #494949;
}

.dj-form form.webform-submission-form h3 {
  color: #014b7f;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.dj-form {
  border: 1px solid #d9d9d9;
  margin-bottom: 100vh;
}

#edit-description {
  padding: 0;
  margin-bottom: 38px;
}

#edit-description p {
  font-size: 14px;
  line-height: 18px;
  color: #161616;
  text-align: center;
}

.dj-form form .form-item {
  padding-top: 0;
  max-width: 697px;
  margin: 0 auto;
}

input#edit-action-dl-pdf--2 {
  width: 152px;
  padding: 0;
  text-align: center;
}

input#edit-action-dl-pdf--2:hover,
#edit-action-dl-pdf:hover {
  background-color: white !important;
  color: #00973a !important;
  border: 1px solid #00973a;
}

.dj-form form input {
  max-width: 697px;
  height: 39px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  background: #f6f6f6;
  color: #161616;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.dj-form form input.error {
  border: 1px solid #eb0000;
  background: #ffe4e4;
}

label.error {
  font-size: 14px;
  font-weight: 400;
  color: #eb0000;
  margin-top: 10px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: auto;
}

label.error:before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  background-image: url(/modules/custom/dysport_journey/img/error.png);
  background-size: contain;
  width: 14px;
  height: 16px;
  background-repeat: no-repeat;
}

#email-form form input[type="checkbox"] {
  height: 27px;
  width: 27px;
  border-radius: 7px;
  background-color: #a6a6a6;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
}

label#et-error.error {
  justify-content: center;
  padding-top: 0;
  margin-top: 0;
}

#email-form form input[type="checkbox"].error {
  background: #ffe4e4;
}

#edit-actions {
  text-align: center;
}

.action-dl-pdf-btn {
  background: #00973a !important;
  color: #fff !important;
  box-shadow: none !important;
}

#edit-actions #edit-actions-submit {
  width: 136px;
}

.dj-form form .webform-button--submit.button {
  border-radius: 5px;
  color: #00973a;
  border: 1px solid #00973a;
  padding: 8px 0;
  font-size: 16px;
  height: 37px;
  background: #fff;
  font-weight: 600;
  box-shadow: 0px 0px 0px 4px #0097391f;
  width: 152px;
  text-align: center;
}

#edit-action-rth,
#edit-action-rth {
  width: 170px;
}

.dj-form hr.webform-horizontal-rule {
  border-top: 0;
  border-color: #f0f0f0;
}

.dj-form form #email-template-container .form-no-label {
  background: #f6f6f6;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  padding: 17px 13px 20px 18px;
  width: 247px;
  height: 420px;
  margin-right: 10px;
}

#email-form form #email-template-container .form-no-label:last-child {
  margin-right: 0;
}

#email-template-container .form-no-label p {
  font-size: 12px;
  line-height: 16px;
  color: #494949;
}

#email-template-container .et-desc {
  margin-top: 23px;
}

label.js-form-required.form-required {
  font-size: 14px;
  line-height: 16px;
  color: #8d8d8d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.email-template-token {
  color: #ff00bb;
}

.confirm-btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.email-form-container>* {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dj-form-success {
  margin-bottom: 100vh;
  margin-top: 49px;
}

.pdf-form-container>* {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* accordion sticky */
.accordion--items.dj-container,
#roadmap-selection {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.accordion--item-header-container {
  position: relative;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion--item-header-container.sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ddd;
  transition:
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.accordion--item-header-container.sticky h4 {
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.sticky-placeholder {
  height: var(--sticky-height, 0px);
}

.accordion--item-body {
  padding: 1rem 1.5rem;
  padding-top: 3px;
}

:root {
  --navbar-height: 0px;
}

.accordion--item-body img {
  max-width: 100%;
  height: auto;
  display: block;
}

#roadmap-selection {
  margin-bottom: 1rem;
  box-shadow: none;
}

#roadmap-selection .accordion--item-header-container {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 0;
  padding-bottom: 10px;
  padding-top: 0;
}

#roadmap-selection .accordion--item-header-container.sticky {
  top: var(--navbar-height);
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(90deg, #0d7343, #014b7f);
  padding-top: 6px;
}

#roadmap-selection .accordion--item-header-container.sticky .accordion--item-header {
  color: #fff;
}

#roadmap-selection .accordion--item-header-container .accordion--item-header {
  color: #014b7f;
}

.accordion--items.dj-container .accordion--item-header-container.sticky {
  z-index: 9999;
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0 0 16px 16px;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  transition: box-shadow 0.2s ease;
}

.accordion--item-body {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion--item-header-container.active {
  font-weight: 600;
}

.sticky#roadmap-selection::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

/* Media Queries*/

@media screen and (max-width: 1440px) {
  .dj-form-success {
    margin-bottom: 100vh;
    margin-top: 49px;
  }
}

@media screen and (max-width: 800px) {
  #email-form form #email-template-container .form-no-label {
    height: 430px;
  }
}

@media screen and (max-width: 767px) {
  .resource-item {
    display: block;
    padding-left: 30px;
    padding-right: 10px;
  }

  img.resource-item--handle {
    top: 43px;
    right: 17px;
  }

  .accordion--items.dj-container {
    padding: 10px;
  }

  .progress-bar {
    max-width: 117px;
  }

  #hcp-profiles {
    display: block;
  }

  .hcp-profile--item:nth-child(even) {
    border: 1px solid #f0f0f0;
  }

  .accordion--item-body {
    padding: 10px;
  }

  .dj-form form .webform-button--submit.button {
    font-size: 13px;
  }

  .dj-form form.webform-submission-form h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .resource-selected .resource-item--content {
    max-width: 100%;
  }

  .resource-item--content {
    max-width: 100%;
  }

  #progress-bar-container {
    overflow: scroll;
  }

  #roadmap-selection {
    padding: 15px;
  }

  .resource-item img {
    margin-left: auto;
    margin-right: auto;
  }

  .dj-form {
    padding: 18px 20px 39px 20px;
  }

  #email-template-container {
    display: block;
  }

  #email-form form #email-template-container .form-no-label {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    height: auto;
    width: 100%;
  }

  #email-form form #email-template-container .form-no-label:last-child {
    margin-right: auto;
  }
}

.hidden-imp {
  display: none !important;
}