.single-procedure .content-column > .vc_column-inner > .wpb_wrapper > .vc_row {
  padding-top: 0;
}
.single-procedure .content-column .toggle-read-more {
  display: none;
}
.single-procedure .phase-top-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-height: 45px;
}
.single-procedure .phase-top-row .current-phase {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 18px;
  margin-right: 10px;
}
.single-procedure .phase-top-row .current-phase.active {
  background-color: #03192d;
  color: #FFF;
}
.single-procedure .phase-top-row .current-phase.current {
  background-color: #a1304a;
  color: #FFF;
}
.single-procedure .phase-top-row .current-phase.inactive {
  background-color: transparent;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  opacity: 0.6;
}
.single-procedure .phase-top-row .locked-phase {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  background-color: #E5E5E5;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 30px;
}
.single-procedure .phase-top-row .locked-phase svg {
  margin-right: 10px;
  margin-bottom: 3px;
}
.single-procedure .sd-download-overview .download-candidate-container {
  margin-top: 30px;
}
.single-procedure .sd-download-overview .download-candidate-container:not(:last-child) {
  margin-bottom: 30px;
}
.single-procedure .sd-download-overview .download-candidate-container .sd-block-download-file:last-child {
  margin-bottom: 0;
}
.single-procedure .sd-appointments-overview .no-appointments-found {
  filter: grayscale(100%);
  display: flex;
  background-color: #818c96;
  padding: 10px;
  border-radius: 10px;
}
.single-procedure .sd-appointments-overview .no-appointments-found svg {
  color: #E5E5E5;
  margin-top: 4px;
  width: 20px;
  height: 20px;
}
.single-procedure .sd-appointments-overview .no-appointments-found p {
  width: calc(100% - 30px);
  margin-left: 10px;
}
.single-procedure .sd-download-overview {
  margin-bottom: 30px;
}
.single-procedure .sd-download-overview .no-downloads-found {
  filter: grayscale(100%);
  display: flex;
  background-color: #818c96;
  padding: 10px;
  border-radius: 10px;
}
.single-procedure .sd-download-overview .no-downloads-found svg {
  color: #E5E5E5;
  margin-top: 4px;
  width: 20px;
  height: 20px;
}
.single-procedure .sd-download-overview .no-downloads-found p {
  width: calc(100% - 30px);
  margin-left: 10px;
}
.single-procedure .sd-download-overview:last-of-type {
  margin-bottom: 0;
}
.single-procedure .sd-download-overview .sd-block-download-file.marginbottom-15px:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single-procedure .phase-top-row {
    display: none;
  }
  .single-procedure .content-column .sd-block-text.show-read-more p {
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
  .single-procedure .content-column .sd-block-text.show-read-more p:after {
    content: "";
    width: 100%;
    height: 100px;
    background-color: #818c96;
    background: linear-gradient(0deg, rgb(242, 246, 249) 0%, rgba(242, 246, 249, 0) 100%);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .single-procedure .content-column .sd-block-text.show-read-more.show-all p:after {
    content: none;
  }
  .single-procedure .content-column .sd-block-text.show-read-more .toggle-read-more {
    display: block;
    color: #a1304a;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: -15px;
  }
  .single-procedure .content-column .sd-block-text.show-read-more .toggle-read-more:after {
    content: "";
    height: 12px;
    width: 12px;
    margin-left: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23B53B57' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
  }
}

/*# sourceMappingURL=style.css.map */
