main.dmdt-page-template {
  padding: 100px 20px;
  font-family: "Libre Franklin", Sans-serif;
  background-color: #f2f2f2;
}
ul {
    list-style: none !important;
}
main.dmdt-page-template  p{
    margin: 0;
}
main.dmdt-page-template ol,
main.dmdt-page-template ul{
  padding: 0;
}
.dmdt-page-template .content {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px;
}
.dmdt-page-template .dmdt-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0, 30%);
}
.dmdt-page-template .dmdt-loader span {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #150042;
  border-left: 16px solid #e678af;
  border-bottom: 16px solid #150042;
  border-right: 16px solid #e678af;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.dmdt-page-template .yt-btn {
  width: 36px;
  height: 26px;
  background: #ff0000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dmdt-page-template .yt-tri {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  margin-left: 2px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dmdt-page-template .dmdt-body-regions ul.dmdt-card-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}

.dmdt-page-template .dmdt-body-regions ul.dmdt-card-wrapper li {
  width: calc(25% - 7.5px);
}
.dmdt-page-template li .dmdt-region-card {
  height: 100%;
}
.dmdt-page-template .dmdt-region-card label {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,.38);
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #4C4262;
  line-height: 1.3;
  height: 100%;
}
.dmdt-page-template .dmdt-region-card label > span{
  width: calc(100% - 23px);
}
.dmdt-page-template .dmdt-region-card.disabled-card label {
    opacity: 0.4;
    cursor: not-allowed;
}
.dmdt-page-template .dmdt-region-card label.selected {
  border-color: #E678AF;
    background: #e678af36;
    box-shadow: 0 0 0 2px #E678AF;
}
.dmdt-page-template .dmdt-region-card:not(.disabled-card) label:hover {
  border-color: #E678AF;
    background: #e678af36;
  transform: translateY(-1px);
}
.dmdt-page-template .dmdt-region-card label input[type="radio"]+ .type-radio {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #573D8F;
    border-radius: 50px;
    padding: 2px;
}

.dmdt-page-template .dmdt-region-card label input[type="radio"]:checked+ .type-radio span {
    width: 100%;
    height: 100%;
    background: #573D8F;
    border-radius: 50px;
}
.dmdt-page-template .footer-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e4e2dc;
}
.dmdt-page-template button.action-btn,
.dmdt-page-template a.danger-btn,.dmdt-page-template .final-step {
  cursor: pointer;
  border: none;
  transition: all 0.15s;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  border-radius: 150px 150px 150px 150px;
  padding: 6px 20px 6px 20px;
}

.dmdt-page-template button.action-btn.next {
  background: #573D8F;
  color: #fff;
}
.dmdt-page-template button.action-btn.next:hover {
  background: #e678af;
}
.dmdt-page-template button.action-btn.prev {
  background: #fff;
  color: #573D8F;
  border: 1px solid #573D8F;
}
.dmdt-page-template button.action-btn.prev:hover {
  background: #573D8F;
  color: #fff;
}
.dmdt-page-template button.action-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.dmdt-page-template .progress-area {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 28px;
    background: #fff;
    border-bottom: 1px solid #e4e2dc;
    height: 40px;
    max-width: 1120px;
    margin-inline: auto;
    border-radius: 30px;
}
.dmdt-page-template .step-line {
  height: 3px;
  width: 36px;
  border-radius: 2px;
  background: #e4e2dc;
  transition: background 0.3s;
}

.dmdt-page-template .progress-steps {
  display: flex;
  gap: 5px;
}

.dmdt-page-template .step-line.active {
  background: #573D8F;
}
.step-line.done {
  background: #e678af;
}
.dmdt-page-template .step-text {
    font-size: 14px;
    margin-left: 4px;
    color: #4C4262;
    opacity: .8;
}
.dmdt-page-template .step-label {
  font-size: 15px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #4C4262;
  opacity: .8;
  margin-bottom: 6px;
}

.dmdt-page-template div.title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  color: #573D8F;
  margin-bottom: 4px;
}
.dmdt-page-template .subtitle {
  font-size: 16px;
  color: #4C4262;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 24px;
  font-weight: unset;
}
.dmdt-page-template .region-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #573D8F;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.dmdt-page-template .section-head {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.dmdt-page-template .section-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e4e2dc;
}
.dmdt-page-template .disclaimer-text p,
.dmdt-page-template .step-5-subtitle {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 16px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    line-height: 1.6;
    border-radius: 16px;
}
.dmdt-page-template .section-instruction {
  font-size: 15px;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 14px;
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;

}

.dmdt-page-template ul.anamnese-card-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  padding: 0;
}
.dmdt-page-template ul.anamnese-card-wrapper li {
  width: calc(33.33% - 6.66px);
}
.dmdt-page-template .card-tooltip-text {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #573D8F;
  color: #f5f4f0;
  font-size: 12px;
  padding: 16px 20px;
  border-radius: 16px;
  z-index: 50;
  line-height: 1.6;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.dmdt-page-template .card-tooltip-text::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 20px;
  width: 8px;
  height: 8px;
  background: #573D8F;
  transform: rotate(45deg);
}
.dmdt-page-template .anamnese-card {
  background: #fff;
  border: 1px solid #e4e2dc;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.15s;
  user-select: none;
  height: stretch;
}
.dmdt-page-template .anamnese-card:not(.disabled-card):hover,.dmdt-page-template .anamnese-card.checked {
    border-color: #573D8F;
}
.dmdt-page-template .anamnese-card.diagnoses-card.disabled-card {
    opacity: 0.4;
    cursor: not-allowed;
}
.dmdt-page-template .anamnese-card.diagnoses-card:not(.disabled-card):hover {
    border: 1px solid #2e1065;
}
.dmdt-page-template .anamnese-card:has(.i-badge:hover)  .card-tooltip-text:not(:empty) {
  display: block;
}
.dmdt-page-template .anamnese-card-title {
  color: #573D8F;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.dmdt-page-template .anamnese-card-title span {
    word-break: break-word;
}
.dmdt-page-template .i-badge {
  width: 14px;
  height: 14px;
  background: #dbeafe;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #573D8F;
  font-weight: 700;
  flex-shrink: 0;
  cursor: help;
  cursor: pointer;
}
.dmdt-page-template .check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0;
}
.dmdt-page-template .checked .check {
  background: #573D8F;
  border-color: #573D8F;
  color: #fff;
  font-size: 10px;
}
.dmdt-page-template .anamnese-card p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #4C4262;word-wrap: break-word;
}
.dmdt-page-template .anamnese-card p a {
    color:#573D8F
}
.dmdt-page-template .anamnese-card p a:hover {
    color:#e678af
}
.dmdt-page-template .anamnese-card p a:focus-visible{
  outline: none;
}
.dmdt-page-template .untersuchung-card-title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #573D8F;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dmdt-page-template .untersuchung-card-title::before {
  content: "";
  width: 3px;
  height: 14px;
  background: #573D8F;
  border-radius: 2px;
  flex-shrink: 0;
}
.dmdt-page-template .untersuchung-content-list ul {
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #4C4262;
  padding: 0;
}
.dmdt-page-template .untersuchung-content-list ul li {
  width: 100%;
}
.dmdt-page-template .untersuchung-content-list ul li::before {
  content: "· ";
  color: #573D8F;
}
.dmdt-page-template .red-flag-wrapper {
     background: rgb(230 120 175 / 20%);
    border: 1.5px solid #E678AF;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.dmdt-page-template ul.red-flag-card-wrapper {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.dmdt-page-template ul.red-flag-card-wrapper li {
  width: calc(33.33% - 4px);
}

.dmdt-page-template .red-flag-card {
    color: #150042;
    padding: 0;
  /* background: #fee2e2; */
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.dmdt-page-template .red-flag-wrapper .red-flag-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #150042;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dmdt-page-template .red-flag-btn-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.dmdt-page-template a.danger-btn.emergency-red-btn {
  background: #dc2626;
  color: #fff;
}
.dmdt-page-template a.danger-btn.emergency-red-btn:hover {
  background: #b91c1c;
}
.dmdt-page-template .emrg {
    background: #fff5f5;
    border: 2px solid #dc2626;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.dmdt-page-template .emrg-head {
    font-size: 36px;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    gap: 10px;
    font-weight: 700;
}

.dmdt-page-template .emrg-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 8px;
}
.dmdt-page-template .emrg-body{
    margin-bottom:15px;
}
.dmdt-page-template .emrg-body p, .emrg-body  li {
  font-size: 15px;
  line-height: 24px;
  color: #4C4262;
}
.dmdt-page-template .diagnoses-card .card-tooltip-text {
  top: unset;
  bottom: calc(100% + 8px);
  background: #2e1065;
  width: 240px;
}
.dmdt-page-template .diagnoses-card .card-tooltip-text p,
.dmdt-page-template .diagnoses-card .card-tooltip-text ul,
.dmdt-page-template .diagnoses-card .card-tooltip-text li
{
  color: #f5f4f0;
  font-size: 12px;
  line-height: 1.6;
  padding: 0;
  width: 100%;
}

.dmdt-page-template .diagnoses-card .card-tooltip-text::before {
  content: none;
}

.dmdt-page-template ul.anamnese-card-wrapper.diagnoses-wrapper li {
  width: calc(25% - 7.5px);
}

.dmdt-page-template .diagnoses-top-wrapper {
  background: #fff;
  border: 1px solid #e4e2dc;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  position: relative;
}

.dmdt-page-template .diagnoses-top-wrapper .region-title {
  display: inline-block;
  background: #ede9fe;
  color: #6d28d9;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.dmdt-page-template .diagnoses-top-wrapper .subtitle,.diagnoses-top-wrapper .subtitle p {
  margin: 0;
}
.dmdt-page-template .diagnoses-top-wrapper .section-title {
    font-size: 15px;
    font-weight: 600;
    color: #573D8F;
    margin-bottom: 12px;
}
.dmdt-page-template .disabled-sec {
    opacity: 0.4;
}
.dmdt-page-template .other-point-item .other-points-head .therapy-option-subtext {
  font-size: 10px;
  color: #4C4262;
  border: 1px solid #ddd;
  padding: 2px 8px;
  background: #efdcfc;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: absolute;
  top: 20px;
  right: 20px;
}
.dmdt-page-template .interventional-sec-main-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #4C4262;
}
.dmdt-page-template p.interventional-sec-main-subtext {
  font-size: 11px;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 10px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 500;
}
.dmdt-page-template .postive-rseult-content p{
    font-size: 13px;
    color: #4a4e4f;
    line-height: 1.6;
}
.dmdt-page-template .postive-rseult-content strong{
  color: #4a4e4f;
}
.dmdt-page-template .postive-rseult-content {
    padding: 10px 15px;
    margin: 10px 0;
}
.dmdt-page-template .teaching-videos-wrapper ul.anamnese-card-wrapper.diagnoses-wrapper li{
    width: 100%;
}
.dmdt-page-template .teaching-videos-wrapper ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #f9f9f7;
    border: 1px solid #e4e2dc;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 8px;
    transition: all .15s;
}
.dmdt-page-template .teaching-videos-wrapper  .video-title {
    font-size: 13px;
    font-weight: 500;
    color: #573D8F;
}
.dmdt-page-template .teaching-videos-wrapper .video-desc {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}
.dmdt-page-template .teaching-videos-wrapper  .videos-details-text {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
    padding: 10px;
    background: #f9f9f7;
    border-radius: 8px;
}
.dmdt-page-template .therapy-option-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #573D8F;
    margin-bottom: 8px;
}
.dmdt-page-template .therapy-option-content{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #4C4262;
}
.dmdt-page-template .therapy-option-content strong  {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #888;
    margin-bottom: 6px;
    margin-top: 12px;
}
.dmdt-page-template .therapy-option-content ul,
.dmdt-page-template .therapy-option-content ol {
    padding: 0;
    list-style: none;
    counter-reset: item;
    margin: 0;
}
.dmdt-page-template .therapy-option-content ul li ,
.dmdt-page-template .therapy-option-content ol li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    /* background: #f9f9f7; */
    border-radius: 0px;
    margin-bottom: 5px;
    counter-increment: item;
}

.dmdt-page-template .therapy-option-content ul li::before,
.dmdt-page-template .therapy-option-content ol li::before{
    content:'—';
    background: #efdcfc;
    color: #e678af;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 7px 3px 8px;
    border-radius: 20px;
    flex-shrink: 0;
    margin-top: 1px;
      max-width: 22px;
    max-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dmdt-page-template .therapy-option-content ol li::before{
    content: counter(item) ".";
}
/* .dmdt-page-template .therapy-option-wrapper:nth-child(3n +2) .therapy-option-content ul li::before, .dmdt-page-template .therapy-option-content ol li:nth-child(3n+2)::before {
    background: #dbeafe;
    color: #573D8F;
}
.dmdt-page-template .therapy-option-wrapper:nth-child(3n) .therapy-option-content ul li::before ,
.dmdt-page-template .therapy-option-content ol li:nth-child(3n)::before{
    background: #fef9c3;
    color: #a16207;
} */
.dmdt-page-template .bottom-button-container {
    background: #e9e5e7;
    /* border: 1.5px solid #e678af; */
    border-radius: 12px;
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0px 0px 5px 0px #e678af;
}
.dmdt-page-template .bottom-title {
    font-size: 14px;
    font-weight: 700;
    color: #4C4262;
    margin-bottom: 6px;
}
.dmdt-page-template .bottom-sub {
    font-size: 13px;
    color: #4C4262;
    margin-bottom: 16px;
}
.dmdt-page-template button.final-step{
    background: #e678af;
    color: #fff;
}
.dmdt-page-template button.final-step:hover{
    background: #4c1d95;
}
.dmdt-page-template .test-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.dmdt-page-template button.action-btn.prev.neg-btn {
    background: #fff;
    color: rgb(87, 61, 143);
    border: 1.5px solid rgb(87, 61, 143);
}
.dmdt-page-template button.action-btn.prev.neg-btn:hover {
    background: #fff5f5;
}

.dmdt-page-template .final-step-therapy-card-wrapper .card-wrapper-inner {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.dmdt-page-template .final-step-therapy-card-wrapper .therapy-card {
    width: calc(33.33% - 9.33px);
    background: #fff;
    border: 1px solid #e4e2dc;
    border-radius: 16px;
    overflow: hidden;
}
.dmdt-page-template .final-step-therapy-card-wrapper .therapy-card .card-head-title {
    background: #ede9fe;
    color: #4c1d95;
    border-bottom: 1px solid #ddd6fe;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 500;
}
.dmdt-page-template .final-step-therapy-card-wrapper .therapy-card .card-body-content {
    padding: 14px 16px;
}
.dmdt-page-template .final-step-therapy-card-wrapper .therapy-card .card-body-content li span[style*="color"] {
    font-size: 10px;
}

.dmdt-page-template .therapy-option-content hr {
    margin: 0 0 8px;
    border: none;
    background: #e4e2dc;
    height: 1px;
}
.dmdt-page-template  .therapy-option-content hr {
    margin: 0 0 8px;
    border: none;
    background: #e4e2dc;
    height: 1px;
}
.dmdt-page-template .co-therapy-sec-main .co-therapy-head {
  font-size: 16px;
    font-weight: 700;
    color: #4C4262;
    margin-bottom: 6px;
}
.dmdt-page-template  .co-therapy-sec-main {
    border-radius: 16px;
    padding: 14px;
    margin-top: 16px;
}
.dmdt-page-template  .co-therapy-content p ,.co-therapy-content {
    font-size: 12px;
    color: #555;
    line-height: 1.7;
}
.dmdt-page-template ul.co-therapy-lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
li.co-therapy-item {
  padding: 8px 10px;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 14px;
  color: #4C4262;
  line-height: 1.5;
  border: 2px dashed #ddd;
  position: relative;
  cursor: default;
}
li.co-therapy-item:nth-child(1), 
li.co-therapy-item:nth-child(2), 
li.co-therapy-item:nth-child(3) {
    border: 1px solid #5b3d8c;
}
.dmdt-page-template .diagnoses-top-wrapper .hover-content {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 220px;
    background: #333;
    color: #eee;
    font-size: 11px;
    padding: 8px 10px;
    z-index: 999;
    line-height: 1.5;
    border: 1px solid #222;
    border-radius: 10px;
    white-space: normal;
    transition: all 0.3s ease-in-out,
}
.dmdt-page-template .disabled-sec:has(.i-badge:hover) .hover-content {
    display: block;
}
.image-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 999999;
}

.image-popup.active {
    opacity: 1;
    visibility: visible;
}
.image-loader {
    display: none;
    width: 40px;
    height: 40px;
    margin: 30px auto;
    border: 4px solid #ddd;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.image-popup.active .popup-content {
    transform: scale(1);
}

.popup-content img {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    border-radius: 8px;
}

/* Close button */
.close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
a.open-image {
    display: block;
    align-items: start;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #4C4262;

}
a.open-image:hover{
  color: #e678af;
  text-decoration: underline !important;
}
.dmdt-page-template .disabled-sec:has(.i-badge:hover){
    opacity:1;
}
.dmdt-page-template .co-therapy-lists li .hover-content {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 220px;
    background: #333;
    color: #eee;
    font-size: 11px;
    padding: 8px 10px;
    z-index: 999;
    line-height: 1.5;
    border: 1px solid #222;
    border-radius: 10px;
    white-space: normal;
}

.dmdt-page-template li.co-therapy-item.conditional-hover {
    font-style: italic;
    border-style: dashed;
    opacity: .85;
}
.dmdt-page-template .disabled-sec:hover {
    opacity: 1;
    cursor: pointer;
}

.dmdt-page-template .disabled-sec:hover .hover-content {
    display: block;
}

.dmdt-page-template li.co-therapy-item.conditional-hover:hover{
  opacity: 1;
}
.dmdt-page-template li.co-therapy-item.conditional-hover:hover .hover-content{
  display: block;
}
.dmdt-page-template .final-sucess {
    font-size: 13px;
    font-weight: 700;
    color: #e678af;
}
@media screen and (max-width:767px){
  .dmdt-page-template .progress-area {
    flex-wrap: wrap;
    padding: 10px 28px;
    height: fit-content;
  }
  main.dmdt-page-template {
    padding-inline: 16px;
  }
  .dmdt-page-template div.title {
    font-size: 25px;
    line-height: 32px;
  }
  .dmdt-page-template .dmdt-region-card label {
      white-space: normal;
      overflow-wrap: break-word;
      word-break: break-word;
  }
  .dmdt-page-template .dmdt-body-regions ul.dmdt-card-wrapper li {
      width: 100%;
  }
  .dmdt-page-template ul.anamnese-card-wrapper li {
      width: 100%;
  }
  .dmdt-page-template ul.red-flag-card-wrapper li {
      width: 100%;
  }
  .dmdt-page-template ul.anamnese-card-wrapper.diagnoses-wrapper li {
      width: 100%;
  }
  .dmdt-page-template .final-step-therapy-card-wrapper .therapy-card {
      width: 100%;
  }
  .dmdt-page-template button.action-btn {
    padding: 6px 14px;
    font-size: 13px;
  }
  .dmdt-page-template a.danger-btn.emergency-red-btn {
    padding: 6px 14px;
    text-align: center;
    font-size: 13px;
  }
  .dmdt-page-template .content {
      padding: 32px 15px;
  }
  .dmdt-page-template button.final-step {
    padding: 6px 14px;
    font-size: 13px;
  }
  .dmdt-page-template .other-point-item .other-points-head .therapy-option-subtext {
      position: static;
      width: fit-content;
  }
  .dmdt-page-template .emrg-head {
    font-size: 20px;
}
.dmdt-page-template .emrg-subtitle{
  font-size: 18px;
}
.dmdt-page-template .emrg {
    padding: 20px;
}
}
@media screen and (max-width:575px){
  .dmdt-page-template .red-flag-btn-wrapper {
    justify-content: center;
}
.dmdt-page-template a.danger-btn.emergency-red-btn {
    width: 100%;
}
.dmdt-page-template .footer-action {
    flex-wrap: wrap;
    gap: 10px;
}
.dmdt-page-template button.action-btn {
    width: 100%;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
  .dmdt-page-template ul.anamnese-card-wrapper.diagnoses-wrapper li {
    width: calc(50% - 7.5px);
}
.dmdt-page-template .anamnese-card-title {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.dmdt-page-template ul.red-flag-card-wrapper li {
    width: calc(50% - 4px);
    height: 100%;
}
.dmdt-page-template ul.anamnese-card-wrapper li {
    width: calc(50% - 6.66px);
}
.dmdt-page-template .untersuchung-content-list ul li {
    width: 100%;
}
.dmdt-page-template .dmdt-body-regions ul.dmdt-card-wrapper li {
    width: calc(50% - 7.5px);
}
.dmdt-page-template .final-step-therapy-card-wrapper .therapy-card {
    width: calc(50% - 9.33px);
}
main.dmdt-page-template {
    padding: 100px 20px 50px;
}
}