/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#collapse-to-left {
  display: flex;
}
#collapse-to-left.active {
  transform: rotate(-180deg);
}
#collapse-to-left,
#collapse-to-right {
  color: var(--telekom-color-ui-extra-strong);
}
#collapse-to-left:hover,
#collapse-to-right:hover {
  cursor: pointer;
}
.admin-panel-aside-nav[data-display=hide] {
  display: flex;
  width: 50px;
  flex-basis: 58px;
}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner::after,.multiselect__spinner::before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0-8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent;animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner::after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8)}.multiselect__loading-enter-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-leave-active{transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:0}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotateZ(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input{padding:0 0 0 5px;margin-bottom:8px}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:0;border-radius:5px;background:#fff;width:calc(100%);transition:border .1s ease;box-sizing:border-box;vertical-align:top}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:0}.multiselect__single{padding:0 0 0 5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon::after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus::after,.multiselect__tag-icon:hover::after{color:#fff}.multiselect__current,.multiselect__select{line-height:16px;display:block;box-sizing:border-box;margin:0;text-decoration:none;cursor:pointer}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select::before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option::after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:0;color:#fff}.multiselect__option--highlight::after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected::after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight::after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight::after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight::after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option::after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}body {
  background-color: var(--telekom-color-background-canvas);
  color: var(--telekom-color-text-and-icon-standard);
}p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}.my-flex-0 {
  flex: 0;
}.my-flex-1 {
  flex: 1;
}.my-flex-2 {
  flex: 2;
}.my-flex-3 {
  flex: 3;
}.my-flex-4 {
  flex: 4;
}.my-flex-5 {
  flex: 5;
}.my-flex-6 {
  flex: 6;
}.my-flex-8 {
  flex: 8;
}.my-flex-10 {
  flex: 10;
}.my-flex-12 {
  flex: 12;
}.my-flex-16 {
  flex: 16;
}.my-flex-20 {
  flex: 20;
}.my-flex-24 {
  flex: 24;
}.my-px-0 {
  padding-left: calc(4px * 0);
  padding-right: calc(4px * 0);
}.my-py-0 {
  padding-top: calc(4px * 0);
  padding-bottom: calc(4px * 0);
}.my-pl-0 {
  padding-left: calc(4px * 0);
}.my-pr-0 {
  padding-right: calc(4px * 0);
}.my-pt-0 {
  padding-top: calc(4px * 0);
}.my-pb-0 {
  padding-bottom: calc(4px * 0);
}.my-mx-0 {
  margin-left: calc(4px * 0);
  margin-right: calc(4px * 0);
}.my-my-0 {
  margin-top: calc(4px * 0);
  margin-bottom: calc(4px * 0);
}.my-ml-0 {
  margin-left: calc(4px * 0);
}.my-mr-0 {
  margin-right: calc(4px * 0);
}.my-mt-0 {
  margin-top: calc(4px * 0);
}.my-mb-0 {
  margin-bottom: calc(4px * 0);
}.my-gap-0 {
  gap: calc(4px * 0);
}.my-px-1 {
  padding-left: calc(4px * 1);
  padding-right: calc(4px * 1);
}.my-py-1 {
  padding-top: calc(4px * 1);
  padding-bottom: calc(4px * 1);
}.my-pl-1 {
  padding-left: calc(4px * 1);
}.my-pr-1 {
  padding-right: calc(4px * 1);
}.my-pt-1 {
  padding-top: calc(4px * 1);
}.my-pb-1 {
  padding-bottom: calc(4px * 1);
}.my-mx-1 {
  margin-left: calc(4px * 1);
  margin-right: calc(4px * 1);
}.my-my-1 {
  margin-top: calc(4px * 1);
  margin-bottom: calc(4px * 1);
}.my-ml-1 {
  margin-left: calc(4px * 1);
}.my-mr-1 {
  margin-right: calc(4px * 1);
}.my-mt-1 {
  margin-top: calc(4px * 1);
}.my-mb-1 {
  margin-bottom: calc(4px * 1);
}.my-gap-1 {
  gap: calc(4px * 1);
}.my-px-2 {
  padding-left: calc(4px * 2);
  padding-right: calc(4px * 2);
}.my-py-2 {
  padding-top: calc(4px * 2);
  padding-bottom: calc(4px * 2);
}.my-pl-2 {
  padding-left: calc(4px * 2);
}.my-pr-2 {
  padding-right: calc(4px * 2);
}.my-pt-2 {
  padding-top: calc(4px * 2);
}.my-pb-2 {
  padding-bottom: calc(4px * 2);
}.my-mx-2 {
  margin-left: calc(4px * 2);
  margin-right: calc(4px * 2);
}.my-my-2 {
  margin-top: calc(4px * 2);
  margin-bottom: calc(4px * 2);
}.my-ml-2 {
  margin-left: calc(4px * 2);
}.my-mr-2 {
  margin-right: calc(4px * 2);
}.my-mt-2 {
  margin-top: calc(4px * 2);
}.my-mb-2 {
  margin-bottom: calc(4px * 2);
}.my-gap-2 {
  gap: calc(4px * 2);
}.my-px-3 {
  padding-left: calc(4px * 3);
  padding-right: calc(4px * 3);
}.my-py-3 {
  padding-top: calc(4px * 3);
  padding-bottom: calc(4px * 3);
}.my-pl-3 {
  padding-left: calc(4px * 3);
}.my-pr-3 {
  padding-right: calc(4px * 3);
}.my-pt-3 {
  padding-top: calc(4px * 3);
}.my-pb-3 {
  padding-bottom: calc(4px * 3);
}.my-mx-3 {
  margin-left: calc(4px * 3);
  margin-right: calc(4px * 3);
}.my-my-3 {
  margin-top: calc(4px * 3);
  margin-bottom: calc(4px * 3);
}.my-ml-3 {
  margin-left: calc(4px * 3);
}.my-mr-3 {
  margin-right: calc(4px * 3);
}.my-mt-3 {
  margin-top: calc(4px * 3);
}.my-mb-3 {
  margin-bottom: calc(4px * 3);
}.my-gap-3 {
  gap: calc(4px * 3);
}.my-px-4 {
  padding-left: calc(4px * 4);
  padding-right: calc(4px * 4);
}.my-py-4 {
  padding-top: calc(4px * 4);
  padding-bottom: calc(4px * 4);
}.my-pl-4 {
  padding-left: calc(4px * 4);
}.my-pr-4 {
  padding-right: calc(4px * 4);
}.my-pt-4 {
  padding-top: calc(4px * 4);
}.my-pb-4 {
  padding-bottom: calc(4px * 4);
}.my-mx-4 {
  margin-left: calc(4px * 4);
  margin-right: calc(4px * 4);
}.my-my-4 {
  margin-top: calc(4px * 4);
  margin-bottom: calc(4px * 4);
}.my-ml-4 {
  margin-left: calc(4px * 4);
}.my-mr-4 {
  margin-right: calc(4px * 4);
}.my-mt-4 {
  margin-top: calc(4px * 4);
}.my-mb-4 {
  margin-bottom: calc(4px * 4);
}.my-gap-4 {
  gap: calc(4px * 4);
}.my-px-5 {
  padding-left: calc(4px * 5);
  padding-right: calc(4px * 5);
}.my-py-5 {
  padding-top: calc(4px * 5);
  padding-bottom: calc(4px * 5);
}.my-pl-5 {
  padding-left: calc(4px * 5);
}.my-pr-5 {
  padding-right: calc(4px * 5);
}.my-pt-5 {
  padding-top: calc(4px * 5);
}.my-pb-5 {
  padding-bottom: calc(4px * 5);
}.my-mx-5 {
  margin-left: calc(4px * 5);
  margin-right: calc(4px * 5);
}.my-my-5 {
  margin-top: calc(4px * 5);
  margin-bottom: calc(4px * 5);
}.my-ml-5 {
  margin-left: calc(4px * 5);
}.my-mr-5 {
  margin-right: calc(4px * 5);
}.my-mt-5 {
  margin-top: calc(4px * 5);
}.my-mb-5 {
  margin-bottom: calc(4px * 5);
}.my-gap-5 {
  gap: calc(4px * 5);
}.my-px-6 {
  padding-left: calc(4px * 6);
  padding-right: calc(4px * 6);
}.my-py-6 {
  padding-top: calc(4px * 6);
  padding-bottom: calc(4px * 6);
}.my-pl-6 {
  padding-left: calc(4px * 6);
}.my-pr-6 {
  padding-right: calc(4px * 6);
}.my-pt-6 {
  padding-top: calc(4px * 6);
}.my-pb-6 {
  padding-bottom: calc(4px * 6);
}.my-mx-6 {
  margin-left: calc(4px * 6);
  margin-right: calc(4px * 6);
}.my-my-6 {
  margin-top: calc(4px * 6);
  margin-bottom: calc(4px * 6);
}.my-ml-6 {
  margin-left: calc(4px * 6);
}.my-mr-6 {
  margin-right: calc(4px * 6);
}.my-mt-6 {
  margin-top: calc(4px * 6);
}.my-mb-6 {
  margin-bottom: calc(4px * 6);
}.my-gap-6 {
  gap: calc(4px * 6);
}.my-px-8 {
  padding-left: calc(4px * 8);
  padding-right: calc(4px * 8);
}.my-py-8 {
  padding-top: calc(4px * 8);
  padding-bottom: calc(4px * 8);
}.my-pl-8 {
  padding-left: calc(4px * 8);
}.my-pr-8 {
  padding-right: calc(4px * 8);
}.my-pt-8 {
  padding-top: calc(4px * 8);
}.my-pb-8 {
  padding-bottom: calc(4px * 8);
}.my-mx-8 {
  margin-left: calc(4px * 8);
  margin-right: calc(4px * 8);
}.my-my-8 {
  margin-top: calc(4px * 8);
  margin-bottom: calc(4px * 8);
}.my-ml-8 {
  margin-left: calc(4px * 8);
}.my-mr-8 {
  margin-right: calc(4px * 8);
}.my-mt-8 {
  margin-top: calc(4px * 8);
}.my-mb-8 {
  margin-bottom: calc(4px * 8);
}.my-gap-8 {
  gap: calc(4px * 8);
}.my-px-10 {
  padding-left: calc(4px * 10);
  padding-right: calc(4px * 10);
}.my-py-10 {
  padding-top: calc(4px * 10);
  padding-bottom: calc(4px * 10);
}.my-pl-10 {
  padding-left: calc(4px * 10);
}.my-pr-10 {
  padding-right: calc(4px * 10);
}.my-pt-10 {
  padding-top: calc(4px * 10);
}.my-pb-10 {
  padding-bottom: calc(4px * 10);
}.my-mx-10 {
  margin-left: calc(4px * 10);
  margin-right: calc(4px * 10);
}.my-my-10 {
  margin-top: calc(4px * 10);
  margin-bottom: calc(4px * 10);
}.my-ml-10 {
  margin-left: calc(4px * 10);
}.my-mr-10 {
  margin-right: calc(4px * 10);
}.my-mt-10 {
  margin-top: calc(4px * 10);
}.my-mb-10 {
  margin-bottom: calc(4px * 10);
}.my-gap-10 {
  gap: calc(4px * 10);
}.my-px-12 {
  padding-left: calc(4px * 12);
  padding-right: calc(4px * 12);
}.my-py-12 {
  padding-top: calc(4px * 12);
  padding-bottom: calc(4px * 12);
}.my-pl-12 {
  padding-left: calc(4px * 12);
}.my-pr-12 {
  padding-right: calc(4px * 12);
}.my-pt-12 {
  padding-top: calc(4px * 12);
}.my-pb-12 {
  padding-bottom: calc(4px * 12);
}.my-mx-12 {
  margin-left: calc(4px * 12);
  margin-right: calc(4px * 12);
}.my-my-12 {
  margin-top: calc(4px * 12);
  margin-bottom: calc(4px * 12);
}.my-ml-12 {
  margin-left: calc(4px * 12);
}.my-mr-12 {
  margin-right: calc(4px * 12);
}.my-mt-12 {
  margin-top: calc(4px * 12);
}.my-mb-12 {
  margin-bottom: calc(4px * 12);
}.my-gap-12 {
  gap: calc(4px * 12);
}.my-px-16 {
  padding-left: calc(4px * 16);
  padding-right: calc(4px * 16);
}.my-py-16 {
  padding-top: calc(4px * 16);
  padding-bottom: calc(4px * 16);
}.my-pl-16 {
  padding-left: calc(4px * 16);
}.my-pr-16 {
  padding-right: calc(4px * 16);
}.my-pt-16 {
  padding-top: calc(4px * 16);
}.my-pb-16 {
  padding-bottom: calc(4px * 16);
}.my-mx-16 {
  margin-left: calc(4px * 16);
  margin-right: calc(4px * 16);
}.my-my-16 {
  margin-top: calc(4px * 16);
  margin-bottom: calc(4px * 16);
}.my-ml-16 {
  margin-left: calc(4px * 16);
}.my-mr-16 {
  margin-right: calc(4px * 16);
}.my-mt-16 {
  margin-top: calc(4px * 16);
}.my-mb-16 {
  margin-bottom: calc(4px * 16);
}.my-gap-16 {
  gap: calc(4px * 16);
}.my-px-20 {
  padding-left: calc(4px * 20);
  padding-right: calc(4px * 20);
}.my-py-20 {
  padding-top: calc(4px * 20);
  padding-bottom: calc(4px * 20);
}.my-pl-20 {
  padding-left: calc(4px * 20);
}.my-pr-20 {
  padding-right: calc(4px * 20);
}.my-pt-20 {
  padding-top: calc(4px * 20);
}.my-pb-20 {
  padding-bottom: calc(4px * 20);
}.my-mx-20 {
  margin-left: calc(4px * 20);
  margin-right: calc(4px * 20);
}.my-my-20 {
  margin-top: calc(4px * 20);
  margin-bottom: calc(4px * 20);
}.my-ml-20 {
  margin-left: calc(4px * 20);
}.my-mr-20 {
  margin-right: calc(4px * 20);
}.my-mt-20 {
  margin-top: calc(4px * 20);
}.my-mb-20 {
  margin-bottom: calc(4px * 20);
}.my-gap-20 {
  gap: calc(4px * 20);
}.my-px-24 {
  padding-left: calc(4px * 24);
  padding-right: calc(4px * 24);
}.my-py-24 {
  padding-top: calc(4px * 24);
  padding-bottom: calc(4px * 24);
}.my-pl-24 {
  padding-left: calc(4px * 24);
}.my-pr-24 {
  padding-right: calc(4px * 24);
}.my-pt-24 {
  padding-top: calc(4px * 24);
}.my-pb-24 {
  padding-bottom: calc(4px * 24);
}.my-mx-24 {
  margin-left: calc(4px * 24);
  margin-right: calc(4px * 24);
}.my-my-24 {
  margin-top: calc(4px * 24);
  margin-bottom: calc(4px * 24);
}.my-ml-24 {
  margin-left: calc(4px * 24);
}.my-mr-24 {
  margin-right: calc(4px * 24);
}.my-mt-24 {
  margin-top: calc(4px * 24);
}.my-mb-24 {
  margin-bottom: calc(4px * 24);
}.my-gap-24 {
  gap: calc(4px * 24);
}.my-col {
  display: flex;
  flex-direction: column;
}.my-row {
  display: flex;
  flex-direction: row;
}.my-flex {
  flex: 1;
}.my-flex-0 {
  flex: 0;
}.my-order {
  display: flex;
  order: 0;
}.my-order--0 {
  order: 0;
}.my-order-1 {
  order: 1;
}.my-flex-wrap {
  flex-wrap: wrap;
}.my-shrink {
  flex-shrink: 1;
  flex-grow: 0;
}.my-shrink-0 {
  flex-shrink: 0;
}.my-shrink-1 {
  flex-shrink: 1;
}.my-grow {
  flex-grow: 1;
  flex-shrink: 0;
}.my-grow-0 {
  flex-grow: 0;
}.my-grow-1 {
  flex-grow: 1;
}.fill-height {
  height: 100%;
}.fill-width {
  width: 100%;
}.my-column {
  display: flex;
  flex-direction: column;
}.my-items-start {
  align-items: flex-start;
}.my-align-items-stretch {
  align-items: stretch;
}.my-justify-center {
  justify-content: center;
}.my-justify-start {
  justify-content: flex-start;
}.my-justify-end {
  justify-content: flex-end;
}.my-justify-space-between {
  justify-content: space-between;
}.my-justify-space-around {
  justify-content: space-around;
}.my-align-center {
  align-items: center;
}.my-text-align-center {
  text-align: center;
}.my-align-self-start {
  align-self: start;
}.my-align-self-center {
  align-self: center;
}.my-align-self-end {
  align-self: end;
}.my-align-items-flex-end {
  align-items: flex-end;
}.my-vertical {
  border-left: 1px solid var(--telekom-color-ui-faint);
  width: 0px;
  height: 100%;
}.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  align-items: self-start;
}/* Full width items */.full-width {
  grid-column: span 3; /* Span full row when needed */
}/* Adjust label styles */.grid-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}.my-sub-header {
  font: var(--telekom-text-style-lead-text);
}.my-input-width-0-5 {
  width: 200px;
}.my-input-width-1 {
  width: 270px;
  min-width: 150px;
}.my-input-width-2 {
  width: 350px;
  min-width: 250px;
}.my-input-width-3 {
  width: 420px;
  min-width: 350px;
}.my-user-section-width {
  max-width: 1024px;
}.flex-width-1 {
  flex-basis: 200px;
  width: 200px;
}.flex-width-rest-1 {
  flex-basis: calc(100% - 200px);
  width: calc(100% - 200px);
}.flex-width-2 {
  flex-basis: 250px;
  width: 250px;
}.flex-width-rest-2 {
  flex-basis: calc(100% - 250px);
  width: calc(100% - 250px);
}.flex-width-3 {
  flex-basis: 300px;
  width: 300px;
}.flex-width-rest-3 {
  flex-basis: calc(100% - 300px);
  width: calc(100% - 300px);
}.flex-width-4 {
  flex-basis: 350px;
  width: 350px;
}.flex-width-rest-4 {
  flex-basis: calc(100% - 350px);
  width: calc(100% - 350px);
}.flex-width-5 {
  flex-basis: 500px;
  width: 500px;
}.flex-width-rest-5 {
  flex-basis: calc(100% - 500px);
  width: calc(100% - 500px);
}.my-width-1 {
  width: 200px;
}.my-max-width-1 {
  max-width: 200px;
}.my-width-rest-1 {
  width: calc(100% - 200px);
}.my-width-2 {
  width: 250px;
}.my-max-width-2 {
  max-width: 250px;
}.my-width-rest-2 {
  width: calc(100% - 250px);
}.my-width-3 {
  width: 300px;
}.my-max-width-3 {
  max-width: 300px;
}.my-width-rest-3 {
  width: calc(100% - 300px);
}.my-width-4 {
  width: 350px;
}.my-max-width-4 {
  max-width: 350px;
}.my-width-rest-4 {
  width: calc(100% - 350px);
}.my-width-5 {
  width: 500px;
}.my-max-width-5 {
  max-width: 500px;
}.my-width-rest-5 {
  width: calc(100% - 500px);
}.my-height-1 {
  height: 200px;
}.my-max-height-1 {
  max-height: 200px;
}.my-height-rest-1 {
  height: calc(100% - 200px);
}.my-height-2 {
  height: 250px;
}.my-max-height-2 {
  max-height: 250px;
}.my-height-rest-2 {
  height: calc(100% - 250px);
}.my-height-3 {
  height: 300px;
}.my-max-height-3 {
  max-height: 300px;
}.my-height-rest-3 {
  height: calc(100% - 300px);
}.my-height-4 {
  height: 350px;
}.my-max-height-4 {
  max-height: 350px;
}.my-height-rest-4 {
  height: calc(100% - 350px);
}.my-height-5 {
  height: 375px;
}.my-max-height-5 {
  max-height: 375px;
}.my-height-rest-5 {
  height: calc(100% - 375px);
}.my-height-6 {
  height: 500px;
}.my-max-height-6 {
  max-height: 500px;
}.my-height-rest-6 {
  height: calc(100% - 500px);
}.overflow-hidden {
  overflow: hidden;
}.my-overflow {
  overflow: auto;
  direction: ltr;
}@-moz-document url-prefix() {
  .my-overflow {
    scrollbar-color: var(--telekom-color-primary-standard) #dfdfe1;
    scrollbar-width: thin;
  }
}.my-overflow::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}.my-overflow::-webkit-scrollbar-thumb {
  background-color: var(--telekom-color-primary-standard);
}.my-overflow::-webkit-scrollbar-track {
  background-color: #dfdfe1;
}.my-overflow::-webkit-scrollbar-corner {
  background-color: transparent !important;
}.my-notify-banner--top {
  position: fixed;
  top: 8%;
  right: 2%;
}/* Make clicks pass-through */#nprogress {
  pointer-events: none;
}#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}/* Fancy blur effect */#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}/* Remove these to get rid of the spinner */#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}.container-shadow-right {
  box-shadow: var(--scl-shadow-level-1);
}.multiselect__tags {
  min-height: var(--telekom-spacing-composition-space-13);
  border: var(--telekom-line-weight-standard) solid var(--telekom-color-ui-border-standard);
  color: var(--telekom-color-text-and-icon-additional);
  background: rgba(0, 0, 0, 0);
  padding: 5px 0 0 11px;
  display: flex;
  border-radius: 8px;
  align-items: flex-start;
  flex-direction: column;
}.multiselect__placeholder {
  color: var(--telekom-color-text-and-icon-additional);
  font: var(--telekom-text-style-ui);
  margin-top: 5px;
}.multiselect__input {
  padding: 0 0 0 0;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0);
}.multiselect__tags-wrap {
  width: 80%;
}.multiselect__tag {
  color: var(--telekom-color-text-and-icon-inverted-standard);
  background: var(--telekom-color-text-and-icon-primary-standard);
  border: 1px solid var(--telekom-color-text-and-icon-primary-standard);
  border-radius: 1rem;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}.multiselect__tag span {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.multiselect__tag-icon {
  right: 4px;
  top: 4px;
}.multiselect__option--highlight {
  border: 1px solid var(--telekom-color-text-and-icon-primary-standard);
  background: none;
  color: var(--telekom-color-text-and-icon-standard);
}.multiselect__option--group {
  background: none;
  color: var(--telekom-color-text-and-icon-standard);
}.multiselect__option--highlight::after {
  background: none;
  visibility: hidden;
}.multiselect__option--selected {
  background: var(--telekom-color-primary-standard);
}.multiselect__option--selected.multiselect__option--highlight {
  background: var(--telekom-color-primary-standard);
  color: var(--telekom-color-ui-black);
}.multiselect__option--selected.multiselect__option--highlight::after {
  background: var(--telekom-color-primary-standard);
  color: var(--telekom-color-ui-black);
}.multiselect__tag-icon::after {
  color: var(--telekom-color-text-and-icon-inverted-standard);
}.multiselect__tag-icon:hover::after,
.multiselect__tag-icon:focus::after {
  color: var(--telekom-color-text-and-icon-inverted-standard);
}.multiselect__content-wrapper {
  box-shadow: var(--telekom-shadow-raised-standard);
  background: var(--telekom-color-background-surface);
  scrollbar-width: thin;
  max-height: 300px !important;
}.multiselect__clear {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 19px;
  top: 5px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}.multiselect__option {
  min-height: 12px;
}.multiselect__single {
  background: rgba(0, 0, 0, 0);
  padding: 5px;
  font-weight: 500;
  overflow: hidden;
  width: 80%;
}.multiselect {
  color: var(--telekom-color-text-and-icon-standard);
}.multiselect--disabled {
  background: none;
}.multiselect--disabled .multiselect__select {
  background: none;
}.bg-image {
  background-size: 100% auto;
}[data-mode=light] .bg-image {
  background-image: url(/bg-image-light.jpg);
}[data-mode=dark] .bg-image {
  background-image: url(/bg-image-dark.jpg);
}/* Override NProgress bar color */#nprogress .bar {
  background: var(--telekom-color-primary-standard) !important;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px !important;
}#nprogress .peg {
  display: none !important;
}.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}.magenta-bg {
  background: var(--telekom-color-primary-standard) !important;
}.white-text {
  color: var(--telekom-color-text-and-icon-white-standard);
}.magenta-color-text {
  color: var(--telekom-color-text-and-icon-primary-standard);
}.magenta-text {
  font-size: var(--scl-spacing-80);
  color: var(--telekom-color-text-and-icon-primary-standard);
}.magenta-text-64 {
  font-size: var(--scl-spacing-64);
  color: var(--telekom-color-text-and-icon-primary-standard);
}.magenta-text-48 {
  font-size: var(--scl-spacing-48);
  color: var(--telekom-color-text-and-icon-primary-standard);
}.magenta-text-40 {
  font-size: var(--scl-spacing-40);
  color: var(--telekom-color-text-and-icon-primary-standard);
}.magenta-text-32 {
  font-size: var(--scl-spacing-32);
  color: var(--telekom-color-text-and-icon-primary-standard);
}.my-multiselect-width-150 {
  width: 150px;
}.sticky-header {
  position: sticky;
  top: -1rem;
  z-index: 2;
  padding-top: 1rem;
}.app-background {
  background-color: var(--telekom-color-background-canvas);
}.font-size-32 {
  font-size: 32px;
}.font-weight-600 {
  font-weight: 600;
}@media (max-width: 768px) {
  .my-nav-mobile {
    flex-direction: column; /* override row on mobile */
    align-items: stretch;
  }
}.my-input-clear[data-v-40341eff] {
  position: relative;
  right: 0;
  margin-left: -22%;
  transform: translate(var(--spacing-x), 25%);
  visibility: visible;
}
.my-input-clear.not-display-el[data-v-40341eff] {
  visibility: hidden;
}
.my-input-clear[data-v-40341eff]:hover {
  cursor: pointer;
}
.my-input-append-icon[data-v-40341eff] {
  position: relative;
  padding-right: 12px;
  right: 0;
  top: 0;
  transform: translate(var(--spacing-x), 25%);
}
scale-text-field[data-v-40341eff] {
  --spacing-control: 1.125rem calc(5rem - var(--telekom-spacing-composition-space-01)) 0.25rem
    calc(0.75rem - var(--telekom-spacing-composition-space-01));
}.my-width[data-v-46d58565] {
  width: 85px;
}
scale-dropdown-select[data-v-46d58565] {
  --focus-outline: none;
}.notification-snackbar[data-v-4c35f888] {
  width: 70%;
  margin-right: 12rem;
}scale-tab-header[data-v-4a7e0517] {
  border-bottom-color: var(--telekom-color-background-surface-subtle);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}.circle[data-v-7c963003] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--telekom-color-text-and-icon-black-additional);
  background: var(--telekom-color-background-surface-subtle);
  width: 50px;
  height: 50px;
}
.circle--current[data-v-7c963003] {
  color: var(--telekom-color-text-and-icon-white-standard);
  background: var(--telekom-color-primary-standard);
}
.circle--success[data-v-7c963003] {
  background: var(--telekom-color-additional-olive-0);
}
.divider[data-v-7c963003] {
  width: 150px;
  height: 4px;
  border-radius: 10px;
  background: var(--telekom-color-background-surface-subtle);
}@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotation-0e4f001b {
0% {
    --gradient-angle: 0deg;
}
100% {
    --gradient-angle: 360deg;
}
}
@keyframes slideUpFadeIn-0e4f001b {
from {
    transform: translateY(50px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
/* Wrapper around everything */
.search-wrapper[data-v-0e4f001b] {
  position: absolute;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Gradient background layer */
.gradient-bg[data-v-0e4f001b] {
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--gradient-angle), #d91308, #e20074, #2238df);
  animation: rotation-0e4f001b 8s linear infinite;
  opacity: 0.8;
  z-index: 1;
}
.gradient-bg[data-v-0e4f001b]::before {
  content: "";
  position: absolute;
  inset: 0.3rem;
  filter: blur(2rem);
  background-color: #000000;
}

/* Content box wrapper */
.search-box[data-v-0e4f001b] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Input container */
.container[data-v-0e4f001b] {
  z-index: 9999;
  width: 50%;
  background: var(--telekom-color-background-surface);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  animation: slideUpFadeIn-0e4f001b 0.3s ease-out both;
}
scale-button[data-v-0e4f001b] {
  animation: slideUpFadeIn-0e4f001b 0.3s ease-out both;
}
.magenta-text[data-v-0e4f001b] {
  color: var(--telekom-color-text-and-icon-primary-standard);
  font-weight: var(--scl-font-variant-heading-2-weight);
  font-size: var(--scl-spacing-24);
}
.magenta-text-large[data-v-0e4f001b] {
  font-size: var(--scl-spacing-48);
}
.key-text[data-v-0e4f001b] {
  color: var(--telekom-color-text-and-icon-white-standard);
  font-weight: var(--scl-font-variant-heading-2-weight);
  font-size: var(--scl-spacing-24);
}
label[data-v-0e4f001b],
scale-link[data-v-0e4f001b] {
  font-size: var(--scl-spacing-12);
}
scale-divider[data-v-0e4f001b] {
  --spacing: 0 0 0 12px;
  --width: 36px;
}.flex-center[data-v-7c3433b1] {
  display: flex;
  align-items: center;
}.notice-container {
  margin-top: 12px;
  font-size: 1rem;
}
.notice-container .font-semibold {
  font-weight: 600;
}
.notice-container .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.notice-container .mt-2 {
  margin-top: var(--scl-spacing-4);
}
.notice-container .mt-8 {
  margin-top: var(--scl-spacing-8);
}
.notice-container .mb-8 {
  margin-bottom: var(--scl-spacing-8);
}
.notice-container .px-4 {
  margin: 0 var(--scl-spacing-4);
}
.notice-container .list-decimal {
  list-style: decimal;
}
.notice-container .font-bold {
  font-weight: bold;
}
.notice-container .leading-2 {
  line-height: var(--scl-font-line-height-150);
}:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.4em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}

button:hover {
  border-color: #646cff;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
.magenta-text {
  font-size: var(--scl-spacing-80);
  color: var(--telekom-color-text-and-icon-primary-standard);
}@font-face{font-family:'TeleNeoWeb';font-weight:900;font-style:normal;src:url('/assets/TeleNeoWeb-Ultra-MPwruGPU.eot');src:url('/assets/TeleNeoWeb-Ultra-mCSIFXwc.woff') format('woff'),
    url('/assets/TeleNeoWeb-Ultra-CraPB09T.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:900;font-style:italic;src:url('/assets/TeleNeoWeb-UltraItalic-CdFfMwYX.eot');src:url('/assets/TeleNeoWeb-UltraItalic-Dfm5vuQd.woff') format('woff'),
    url('/assets/TeleNeoWeb-UltraItalic-BkE11yzl.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:800;font-style:normal;src:url('/assets/TeleNeoWeb-ExtraBold-B6xqFMtI.eot');src:url('/assets/TeleNeoWeb-ExtraBold-xqft9nje.woff') format('woff'),
    url('/assets/TeleNeoWeb-ExtraBold-CX9gfuAY.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:800;font-style:italic;src:url('/assets/TeleNeoWeb-ExtraBoldItalic-COUa_0TG.eot');src:url('/assets/TeleNeoWeb-ExtraBoldItalic-BOV9oTE0.woff') format('woff'),
    url('/assets/TeleNeoWeb-ExtraBoldItalic-BY3wC8xg.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:700;font-style:normal;src:url('/assets/TeleNeoWeb-Bold-DKF_7dMt.eot');src:url('/assets/TeleNeoWeb-Bold-DILl2LrA.woff') format('woff'),
    url('/assets/TeleNeoWeb-Bold-3pDME6bY.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:700;font-style:italic;src:url('/assets/TeleNeoWeb-BoldItalic-vty6_047.eot');src:url('/assets/TeleNeoWeb-BoldItalic-C6xYFlo9.woff') format('woff'),
    url('/assets/TeleNeoWeb-BoldItalic-Cu1aR4WE.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:500;font-style:normal;src:url('/assets/TeleNeoWeb-Medium-svJx406X.eot');src:url('/assets/TeleNeoWeb-Medium-B-ajKsh_.woff') format('woff'),
    url('/assets/TeleNeoWeb-Medium-Dd9Krau3.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:500;font-style:italic;src:url('/assets/TeleNeoWeb-MediumItalic-C2hwZdtu.eot');src:url('/assets/TeleNeoWeb-MediumItalic-CmM6Qlvm.woff') format('woff'),
    url('/assets/TeleNeoWeb-MediumItalic-CtuRZ1xb.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:400;font-style:normal;src:url('/assets/TeleNeoWeb-Regular-BM5wMUBA.eot');src:url('/assets/TeleNeoWeb-Regular-CpNxV4nk.woff') format('woff'),
    url('/assets/TeleNeoWeb-Regular-CxRLGHEn.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:400;font-style:italic;src:url('/assets/TeleNeoWeb-RegularItalic-DGLwpocL.eot');src:url('/assets/TeleNeoWeb-RegularItalic-CC7zhHv5.woff') format('woff'),
    url('/assets/TeleNeoWeb-RegularItalic-Bubxlqc3.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:200;font-style:normal;src:url('/assets/TeleNeoWeb-Thin-BBPqnh0m.eot');src:url('/assets/TeleNeoWeb-Thin-_4JHncOw.woff') format('woff'),
    url('/assets/TeleNeoWeb-Thin-CnxUPFBw.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:200;font-style:italic;src:url('/assets/TeleNeoWeb-ThinItalic-q1RLRVJ1.eot');src:url('/assets/TeleNeoWeb-ThinItalic-NFouqwpU.woff') format('woff'),
    url('/assets/TeleNeoWeb-ThinItalic-B939out2.woff2') format('woff2');font-display:swap}:root{font-family:'TeleNeoWeb', sans-serif}:root{--scl-spacing-1:0.0625rem;--scl-spacing-2:0.125rem;--scl-spacing-4:0.25rem;--scl-spacing-8:0.5rem;--scl-spacing-12:0.75rem;--scl-spacing-16:1rem;--scl-spacing-24:1.5rem;--scl-spacing-32:2rem;--scl-spacing-40:2.5rem;--scl-spacing-48:3rem;--scl-spacing-64:4rem;--scl-spacing-80:5rem;--scl-font-family-sans:TeleNeoWeb, sans-serif;--scl-font-family-mono:monospace;--scl-font-size-10:0.625rem;--scl-font-size-12:0.75rem;--scl-font-size-14:0.875rem;--scl-font-size-16:1rem;--scl-font-size-20:1.25rem;--scl-font-size-24:1.5rem;--scl-font-size-32:2rem;--scl-font-size-40:2.5rem;--scl-font-size-56:3.5rem;--scl-font-weight-thin:200;--scl-font-weight-regular:400;--scl-font-weight-medium:500;--scl-font-weight-bold:700;--scl-font-weight-extrabold:800;--scl-font-line-height-114:114%;--scl-font-line-height-120:120%;--scl-font-line-height-125:125%;--scl-font-line-height-133:133%;--scl-font-line-height-150:150%;--scl-font-line-height-160:160%;--scl-font-variant-body-family:TeleNeoWeb, sans-serif;--scl-font-variant-body-size:1rem;--scl-font-variant-body-weight:500;--scl-font-variant-body-line-height:150%;--scl-font-variant-body-letter-spacing:normal;--scl-font-variant-body-short-family:TeleNeoWeb, sans-serif;--scl-font-variant-body-short-size:1rem;--scl-font-variant-body-short-weight:500;--scl-font-variant-body-short-line-height:125%;--scl-font-variant-body-short-letter-spacing:normal;--scl-font-variant-body-large-family:TeleNeoWeb, sans-serif;--scl-font-variant-body-large-size:1.25rem;--scl-font-variant-body-large-weight:500;--scl-font-variant-body-large-line-height:160%;--scl-font-variant-body-large-letter-spacing:normal;--scl-font-variant-smaller-family:TeleNeoWeb, sans-serif;--scl-font-variant-smaller-size:0.75rem;--scl-font-variant-smaller-weight:500;--scl-font-variant-smaller-line-height:125%;--scl-font-variant-smaller-letter-spacing:normal;--scl-font-variant-label-family:TeleNeoWeb, sans-serif;--scl-font-variant-label-size:0.75rem;--scl-font-variant-label-weight:500;--scl-font-variant-label-line-height:120%;--scl-font-variant-label-letter-spacing:normal;--scl-font-variant-caption-family:TeleNeoWeb, sans-serif;--scl-font-variant-caption-size:0.75rem;--scl-font-variant-caption-weight:500;--scl-font-variant-caption-line-height:133%;--scl-font-variant-caption-letter-spacing:normal;--scl-font-variant-heading-6-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-6-size:1rem;--scl-font-variant-heading-6-weight:700;--scl-font-variant-heading-6-line-height:150%;--scl-font-variant-heading-6-letter-spacing:normal;--scl-font-variant-heading-5-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-5-size:1.25rem;--scl-font-variant-heading-5-weight:800;--scl-font-variant-heading-5-line-height:125%;--scl-font-variant-heading-5-letter-spacing:normal;--scl-font-variant-heading-4-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-4-size:1.5rem;--scl-font-variant-heading-4-weight:800;--scl-font-variant-heading-4-line-height:133%;--scl-font-variant-heading-4-letter-spacing:normal;--scl-font-variant-heading-3-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-3-size:2rem;--scl-font-variant-heading-3-weight:800;--scl-font-variant-heading-3-line-height:125%;--scl-font-variant-heading-3-letter-spacing:normal;--scl-font-variant-heading-2-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-2-size:2.5rem;--scl-font-variant-heading-2-weight:800;--scl-font-variant-heading-2-line-height:120%;--scl-font-variant-heading-2-letter-spacing:normal;--scl-font-variant-heading-1-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-1-size:3.5rem;--scl-font-variant-heading-1-weight:800;--scl-font-variant-heading-1-line-height:114%;--scl-font-variant-heading-1-letter-spacing:normal;--scl-color-primary:hsl(329.20000000000005, 100%, 44.3%);--scl-color-black:hsl(0, 0%, 0%);--scl-color-white:hsl(0, 0%, 100%);--scl-color-grey-0:hsl(0, 0%, 94.9%);--scl-color-grey-10:hsl(0, 0%, 89.8%);--scl-color-grey-20:hsl(0, 0%, 80%);--scl-color-grey-30:hsl(0, 0%, 69.8%);--scl-color-grey-40:hsl(0, 0%, 60%);--scl-color-grey-50:hsl(0, 0%, 49.8%);--scl-color-grey-60:hsl(0, 0%, 40%);--scl-color-grey-70:hsl(0, 0%, 29.8%);--scl-color-grey-80:hsl(0, 0%, 20%);--scl-color-grey-90:hsl(0, 0%, 9.8%);--scl-color-grey-100:hsl(0, 0%, 0%);--scl-color-orange-0:hsl(54.39999999999998, 100%, 93.7%);--scl-color-orange-10:hsl(48.39999999999998, 100%, 88.8%);--scl-color-orange-20:hsl(43.69999999999999, 100%, 84.1%);--scl-color-orange-30:hsl(38.69999999999999, 100%, 79.6%);--scl-color-orange-40:hsl(33.5, 100%, 75.1%);--scl-color-orange-50:hsl(29, 100%, 70.8%);--scl-color-orange-60:hsl(24.80000000000001, 96.5%, 66.1%);--scl-color-orange-70:hsl(17.30000000000001, 71.4%, 56.1%);--scl-color-orange-80:hsl(17.30000000000001, 72.3%, 39.6%);--scl-color-orange-90:hsl(17.30000000000001, 88.8%, 31.4%);--scl-color-orange-100:hsl(11.399999999999977, 86.6%, 26.3%);--scl-color-red-0:hsl(353.79999999999995, 100%, 88.6%);--scl-color-red-10:hsl(351.5, 100%, 83.3%);--scl-color-red-20:hsl(350.4, 98.1%, 78.8%);--scl-color-red-30:hsl(350.6, 91%, 73.9%);--scl-color-red-40:hsl(350.4, 85.1%, 68.4%);--scl-color-red-50:hsl(350.29999999999995, 82.8%, 63.5%);--scl-color-red-60:hsl(351.20000000000005, 82.6%, 59.4%);--scl-color-red-70:hsl(349.70000000000005, 69%, 50.6%);--scl-color-red-80:hsl(348.9, 74.9%, 43.7%);--scl-color-red-90:hsl(347.1, 84%, 36.9%);--scl-color-red-100:hsl(345.9, 100%, 30%);--scl-color-blue-0:hsl(190.20000000000005, 100%, 92%);--scl-color-blue-10:hsl(196.20000000000005, 100%, 85.5%);--scl-color-blue-20:hsl(200.89999999999998, 100%, 79.2%);--scl-color-blue-30:hsl(206, 100%, 73.3%);--scl-color-blue-40:hsl(210.70000000000005, 100%, 67.5%);--scl-color-blue-50:hsl(215.60000000000002, 100%, 62%);--scl-color-blue-60:hsl(220, 100%, 56.5%);--scl-color-blue-70:hsl(227.39999999999998, 89%, 46.3%);--scl-color-blue-80:hsl(236.5, 100%, 37.5%);--scl-color-blue-90:hsl(241.10000000000002, 100%, 31.2%);--scl-color-blue-100:hsl(249.39999999999998, 100%, 25.1%);--scl-color-teal-0:hsl(176.10000000000002, 63.3%, 90.4%);--scl-color-teal-10:hsl(178.89999999999998, 60%, 82.4%);--scl-color-teal-20:hsl(180, 58.5%, 74.5%);--scl-color-teal-30:hsl(181.20000000000005, 57.6%, 66.7%);--scl-color-teal-40:hsl(182.10000000000002, 55.2%, 58.8%);--scl-color-teal-50:hsl(183.60000000000002, 53.8%, 50.8%);--scl-color-teal-60:hsl(184.79999999999995, 68.9%, 42.9%);--scl-color-teal-70:hsl(182.89999999999998, 80.1%, 35.5%);--scl-color-teal-80:hsl(180.5, 91.5%, 27.8%);--scl-color-teal-90:hsl(178.89999999999998, 100%, 20.6%);--scl-color-teal-100:hsl(176.5, 100%, 16.9%);--scl-color-green-0:hsl(78.30000000000001, 59%, 92.4%);--scl-color-green-10:hsl(82.5, 55.6%, 85.9%);--scl-color-green-20:hsl(86.30000000000001, 55.3%, 79.8%);--scl-color-green-30:hsl(90.39999999999998, 52.6%, 73.5%);--scl-color-green-40:hsl(95.30000000000001, 50.9%, 67.3%);--scl-color-green-50:hsl(98.80000000000001, 49.7%, 61%);--scl-color-green-60:hsl(103.19999999999999, 48.1%, 54.7%);--scl-color-green-70:hsl(111.5, 46.1%, 48%);--scl-color-green-80:hsl(120, 52.4%, 41.2%);--scl-color-green-90:hsl(127.60000000000002, 58.9%, 34.3%);--scl-color-green-100:hsl(136.3, 65.7%, 27.5%);--scl-color-clay-0:hsl(15.800000000000011, 42.2%, 91.2%);--scl-color-clay-10:hsl(19.399999999999977, 46.3%, 86.9%);--scl-color-clay-20:hsl(20.899999999999977, 49.4%, 82.9%);--scl-color-clay-30:hsl(21.899999999999977, 48.1%, 78.8%);--scl-color-clay-40:hsl(22.30000000000001, 48.4%, 74.9%);--scl-color-clay-50:hsl(22.80000000000001, 48.3%, 71.2%);--scl-color-clay-60:hsl(25.100000000000023, 46.7%, 66.9%);--scl-color-clay-70:hsl(22.899999999999977, 35.8%, 58.4%);--scl-color-clay-80:hsl(21.399999999999977, 27.6%, 50.2%);--scl-color-clay-90:hsl(18.899999999999977, 26.8%, 41.8%);--scl-color-clay-100:hsl(18.600000000000023, 24.7%, 33.3%);--scl-color-rose-0:hsl(338.79999999999995, 48.6%, 93.1%);--scl-color-rose-10:hsl(341.4, 46%, 87.6%);--scl-color-rose-20:hsl(341.4, 45.7%, 82%);--scl-color-rose-30:hsl(341.9, 43.8%, 76.3%);--scl-color-rose-40:hsl(343.79999999999995, 42.3%, 70.8%);--scl-color-rose-50:hsl(346, 41.2%, 65.3%);--scl-color-rose-60:hsl(346.79999999999995, 39.8%, 59.6%);--scl-color-rose-70:hsl(344.79999999999995, 31.5%, 49.2%);--scl-color-rose-80:hsl(342.9, 35.4%, 38.8%);--scl-color-rose-90:hsl(340.29999999999995, 40.3%, 28.2%);--scl-color-rose-100:hsl(338.4, 44.6%, 22%);--scl-color-lilac-0:hsl(307.5, 33.3%, 95.3%);--scl-color-lilac-10:hsl(310, 27.3%, 91.4%);--scl-color-lilac-20:hsl(310.6, 28.8%, 88.4%);--scl-color-lilac-30:hsl(310, 30.8%, 84.7%);--scl-color-lilac-40:hsl(300, 28.2%, 77.1%);--scl-color-lilac-50:hsl(293.6, 30.7%, 70%);--scl-color-lilac-60:hsl(292.9, 30.9%, 62.5%);--scl-color-lilac-70:hsl(292.79999999999995, 24.4%, 53.3%);--scl-color-lilac-80:hsl(293.20000000000005, 23.8%, 43.7%);--scl-color-lilac-90:hsl(291.79999999999995, 29.1%, 34.3%);--scl-color-lilac-100:hsl(291.1, 37%, 24.9%);--scl-color-pigeon-0:hsl(226.20000000000005, 41.9%, 93.9%);--scl-color-pigeon-10:hsl(227.5, 42.9%, 89%);--scl-color-pigeon-20:hsl(227.60000000000002, 41.5%, 83.9%);--scl-color-pigeon-30:hsl(228.60000000000002, 38.9%, 78.8%);--scl-color-pigeon-40:hsl(230.60000000000002, 38.3%, 73.9%);--scl-color-pigeon-50:hsl(230.79999999999995, 37.1%, 68.8%);--scl-color-pigeon-60:hsl(232.70000000000005, 35.9%, 63.9%);--scl-color-pigeon-70:hsl(239.10000000000002, 29.8%, 55.9%);--scl-color-pigeon-80:hsl(244.60000000000002, 26.5%, 48%);--scl-color-pigeon-90:hsl(251.60000000000002, 30.4%, 40%);--scl-color-pigeon-100:hsl(257.5, 33.7%, 32%);--scl-color-neptune-0:hsl(176, 29.4%, 90%);--scl-color-neptune-10:hsl(180, 31.6%, 85.1%);--scl-color-neptune-20:hsl(178.29999999999995, 34.7%, 80.2%);--scl-color-neptune-30:hsl(180, 34.4%, 74.9%);--scl-color-neptune-40:hsl(182.29999999999995, 34.6%, 70%);--scl-color-neptune-50:hsl(184, 33.7%, 65.1%);--scl-color-neptune-60:hsl(184.39999999999998, 33.3%, 60%);--scl-color-neptune-70:hsl(182.70000000000005, 27.5%, 52.9%);--scl-color-neptune-80:hsl(180, 25.3%, 45.7%);--scl-color-neptune-90:hsl(178.79999999999995, 24.9%, 38.6%);--scl-color-neptune-100:hsl(178.20000000000005, 21.2%, 31.4%);--scl-color-olive-0:hsl(95, 33.3%, 92.9%);--scl-color-olive-10:hsl(96, 30.3%, 87.1%);--scl-color-olive-20:hsl(98.60000000000002, 29.8%, 81.6%);--scl-color-olive-30:hsl(100, 29%, 75.7%);--scl-color-olive-40:hsl(101.89999999999998, 28.1%, 70%);--scl-color-olive-50:hsl(103.19999999999999, 27.5%, 64.3%);--scl-color-olive-60:hsl(103.89999999999998, 26.4%, 58.4%);--scl-color-olive-70:hsl(102.19999999999999, 22%, 48.2%);--scl-color-olive-80:hsl(100, 24.7%, 38%);--scl-color-olive-90:hsl(97.5, 28.2%, 27.8%);--scl-color-olive-100:hsl(97.69999999999999, 32.7%, 21%);--scl-color-primary-hover:hsl(329.29999999999995, 95.2%, 50.6%);--scl-color-primary-active:hsl(329.29999999999995, 100%, 39.8%);--scl-color-focus:hsl(215.60000000000002, 100%, 62%);--scl-color-text-standard:hsl(0, 0%, 9.8%);--scl-color-text-additional:hsl(0, 0%, 40%);--scl-color-text-link:hsl(227.39999999999998, 89%, 46.3%);--scl-color-text-link-hover:hsl(236.5, 100%, 37.5%);--scl-color-text-link-active:hsl(220, 100%, 56.5%);--scl-color-text-link-visited:hsl(227.39999999999998, 89%, 46.3%);--scl-color-text-info:hsl(227.39999999999998, 89%, 46.3%);--scl-color-text-disabled:hsl(0, 0%, 49.8%);--scl-color-text-success:hsl(136.3, 65.7%, 27.5%);--scl-color-text-error:hsl(349.70000000000005, 69%, 50.6%);--scl-color-background-standard:hsl(0, 0%, 100%);--scl-color-background-light:hsl(0, 0%, 94.9%);--scl-color-background-darker:hsl(0, 0%, 80%);--scl-color-background-overlay:hsla(0, 0%, 42.4%, 0.7);--scl-color-background-disabled:hsl(0, 0%, 80%);--scl-color-background-success:hsl(136.3, 65.7%, 27.5%);--scl-color-background-error:hsl(349.70000000000005, 69%, 50.6%);--scl-color-functional-red:hsl(349.70000000000005, 69%, 50.6%);--scl-color-functional-green:hsl(136.3, 65.7%, 27.5%);--scl-color-functional-blue:hsl(227.39999999999998, 89%, 46.3%);--scl-shadow-level-0:0px 2px 8px 0px hsla(0, 0%, 0%, 0.1),
    0px 1px 2px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-1:0px 4px 16px 0px hsla(0, 0%, 0%, 0.1),
    0px 2px 4px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-2:0px 8px 32px 0px hsla(0, 0%, 0%, 0.1),
    0px 4px 8px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-3:0px 12px 48px 0px hsla(0, 0%, 0%, 0.1),
    0px 6px 12px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-4:0px 16px 64px 0px hsla(0, 0%, 0%, 0.1),
    0px 8px 16px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-5:0px 20px 80px 0px hsla(0, 0%, 0%, 0.1),
    0px 10px 20px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-1-hover:0px 6px 24px 0px hsla(0, 0%, 0%, 0.1),
    0px 3px 6px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-1-active:0px 2px 8px 0px hsla(0, 0%, 0%, 0.1),
    0px 1px 2px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-2-hover:0px 10px 40px 0px hsla(0, 0%, 0%, 0.1),
    0px 5px 10px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-2-active:0px 6px 24px 0px hsla(0, 0%, 0%, 0.1),
    0px 3px 6px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-3-hover:0px 14px 56px 0px hsla(0, 0%, 0%, 0.1),
    0px 7px 14px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-3-active:0px 10px 40px 0px hsla(0, 0%, 0%, 0.1),
    0px 5px 10px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-4-hover:0px 18px 72px 0px hsla(0, 0%, 0%, 0.1),
    0px 9px 18px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-4-active:0px 14px 56px 0px hsla(0, 0%, 0%, 0.1),
    0px 7px 14px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-5-hover:0px 22px 88px 0px hsla(0, 0%, 0%, 0.1),
    0px 11px 22px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-5-active:0px 18px 72px 0px hsla(0, 0%, 0%, 0.1),
    0px 9px 18px 0px hsla(0, 0%, 0%, 0.1);--scl-radius-1:1px;--scl-radius-2:2px;--scl-radius-4:4px;--scl-radius-8:8px;--scl-radius-12:12px;--scl-opacity-50:0.5;--scl-motion-duration-immediate:100ms;--scl-motion-duration-fast:200ms;--scl-motion-duration-slower:600ms;--scl-motion-duration-deliberate:800ms;--scl-motion-easing-standard:cubic-bezier(0.42, 0, 0.58, 1);--scl-motion-easing-enter:cubic-bezier(0.39, 0.575, 0.565, 1);--scl-z-index-10:10;--scl-z-index-20:20;--scl-z-index-30:30;--scl-z-index-40:40;--scl-z-index-50:50;--scl-z-index-60:60;--scl-z-index-70:70}.scl-font-variant-body{font-family:var(--scl-font-variant-body-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-body-size, 1rem);font-weight:var(--scl-font-variant-body-weight, 500);line-height:var(--scl-font-variant-body-line-height, 150%);letter-spacing:var(--scl-font-variant-body-letter-spacing, normal)}.scl-font-variant-body-short{font-family:var(
    --scl-font-variant-body-short-family,
    TeleNeoWeb,
    sans-serif
  );font-size:var(--scl-font-variant-body-short-size, 1rem);font-weight:var(--scl-font-variant-body-short-weight, 500);line-height:var(--scl-font-variant-body-short-line-height, 125%);letter-spacing:var(--scl-font-variant-body-short-letter-spacing, normal)}.scl-font-variant-body-large{font-family:var(
    --scl-font-variant-body-large-family,
    TeleNeoWeb,
    sans-serif
  );font-size:var(--scl-font-variant-body-large-size, 1.25rem);font-weight:var(--scl-font-variant-body-large-weight, 500);line-height:var(--scl-font-variant-body-large-line-height, 160%);letter-spacing:var(--scl-font-variant-body-large-letter-spacing, normal)}.scl-font-variant-smaller{font-family:var(--scl-font-variant-smaller-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-smaller-size, 0.75rem);font-weight:var(--scl-font-variant-smaller-weight, 500);line-height:var(--scl-font-variant-smaller-line-height, 125%);letter-spacing:var(--scl-font-variant-smaller-letter-spacing, normal)}.scl-font-variant-label{font-family:var(--scl-font-variant-label-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-label-size, 0.75rem);font-weight:var(--scl-font-variant-label-weight, 500);line-height:var(--scl-font-variant-label-line-height, 120%);letter-spacing:var(--scl-font-variant-label-letter-spacing, normal)}.scl-font-variant-caption{font-family:var(--scl-font-variant-caption-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-caption-size, 0.75rem);font-weight:var(--scl-font-variant-caption-weight, 500);line-height:var(--scl-font-variant-caption-line-height, 133%);letter-spacing:var(--scl-font-variant-caption-letter-spacing, normal)}.scl-font-variant-heading-6{font-family:var(--scl-font-variant-heading-6-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-6-size, 1rem);font-weight:var(--scl-font-variant-heading-6-weight, 700);line-height:var(--scl-font-variant-heading-6-line-height, 150%);letter-spacing:var(--scl-font-variant-heading-6-letter-spacing, normal)}.scl-font-variant-heading-5{font-family:var(--scl-font-variant-heading-5-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-5-size, 1.25rem);font-weight:var(--scl-font-variant-heading-5-weight, 800);line-height:var(--scl-font-variant-heading-5-line-height, 125%);letter-spacing:var(--scl-font-variant-heading-5-letter-spacing, normal)}.scl-font-variant-heading-4{font-family:var(--scl-font-variant-heading-4-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-4-size, 1.5rem);font-weight:var(--scl-font-variant-heading-4-weight, 800);line-height:var(--scl-font-variant-heading-4-line-height, 133%);letter-spacing:var(--scl-font-variant-heading-4-letter-spacing, normal)}.scl-font-variant-heading-3{font-family:var(--scl-font-variant-heading-3-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-3-size, 2rem);font-weight:var(--scl-font-variant-heading-3-weight, 800);line-height:var(--scl-font-variant-heading-3-line-height, 125%);letter-spacing:var(--scl-font-variant-heading-3-letter-spacing, normal)}.scl-font-variant-heading-2{font-family:var(--scl-font-variant-heading-2-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-2-size, 2.5rem);font-weight:var(--scl-font-variant-heading-2-weight, 800);line-height:var(--scl-font-variant-heading-2-line-height, 120%);letter-spacing:var(--scl-font-variant-heading-2-letter-spacing, normal)}.scl-font-variant-heading-1{font-family:var(--scl-font-variant-heading-1-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-1-size, 3.5rem);font-weight:var(--scl-font-variant-heading-1-weight, 800);line-height:var(--scl-font-variant-heading-1-line-height, 114%);letter-spacing:var(--scl-font-variant-heading-1-letter-spacing, normal)}:root{--telekom-color-text-and-icon-standard:#000000;--telekom-color-text-and-icon-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 0%, 0.4);--telekom-color-text-and-icon-link-standard:#2238df;--telekom-color-text-and-icon-link-hovered:#0819bd;--telekom-color-text-and-icon-link-visited:#6c3bdb;--telekom-color-text-and-icon-link-active:#000d99;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#c00063;--telekom-color-text-and-icon-primary-pressed:#9e0051;--telekom-color-text-and-icon-inverted-standard:#ffffff;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#2238df;--telekom-color-text-and-icon-functional-success:#008653;--telekom-color-text-and-icon-functional-danger:#d91308;--telekom-color-text-and-icon-functional-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-informational:#2238df;--telekom-color-text-and-icon-on-subtle-success:#00774b;--telekom-color-text-and-icon-on-subtle-danger:#c30a03;--telekom-color-text-and-icon-on-subtle-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-violet:#6c3bdb;--telekom-color-text-and-icon-on-subtle-blue:#2238df;--telekom-color-text-and-icon-on-subtle-cyan:#00738A;--telekom-color-text-and-icon-on-subtle-teal:#177364;--telekom-color-text-and-icon-on-subtle-green:#00774b;--telekom-color-text-and-icon-on-subtle-olive:#557317;--telekom-color-text-and-icon-on-subtle-brown:#82581c;--telekom-color-text-and-icon-on-subtle-yellow:#AC5600;--telekom-color-text-and-icon-on-subtle-orange:#b63d00;--telekom-color-text-and-icon-on-subtle-red:#c30a03;--telekom-color-background-canvas:#ffffff;--telekom-color-background-canvas-subtle:#fbfbfb;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.5);--telekom-color-background-surface:#ffffff;--telekom-color-background-surface-subtle:#efeff0;--telekom-color-background-surface-highlight:#242426;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#ffffff;--telekom-color-ui-subtle:#efeff0;--telekom-color-ui-faint:#dfdfe1;--telekom-color-ui-regular:#929296;--telekom-color-ui-strong:#747478;--telekom-color-ui-extra-strong:#242426;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#d0d0d2;--telekom-color-ui-border-standard:hsla(0, 0%, 0%, 0.44);--telekom-color-ui-border-hovered:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-pressed:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-disabled:hsla(0, 0%, 0%, 0.14);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 0%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 0%, 0.21);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 100%, 0.21);--telekom-color-functional-focus-standard:#2238df;--telekom-color-functional-focus-inverted:#7d94f9;--telekom-color-functional-focus-on-dark-background:#7d94f9;--telekom-color-functional-focus-on-light-background:#2238df;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#1326cf;--telekom-color-functional-informational-pressed:#0819bd;--telekom-color-functional-informational-subtle:#d3d7f9;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00a461;--telekom-color-functional-success-pressed:#00955a;--telekom-color-functional-success-subtle:#ccf0e1;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#d91308;--telekom-color-functional-danger-pressed:#c30a03;--telekom-color-functional-danger-subtle:#fad2cf;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#f46409;--telekom-color-functional-warning-pressed:#e65703;--telekom-color-functional-warning-subtle:#fee2d0;--telekom-color-additional-violet-0:#e2d9ff;--telekom-color-additional-violet-100:#c8b5fd;--telekom-color-additional-violet-200:#af93fb;--telekom-color-additional-violet-300:#9a75f8;--telekom-color-additional-violet-400:#885df2;--telekom-color-additional-violet-500:#794ae9;--telekom-color-additional-violet-600:#6c3bdb;--telekom-color-additional-violet-700:#5e2ec6;--telekom-color-additional-violet-800:#5024ab;--telekom-color-additional-violet-900:#411c8c;--telekom-color-additional-violet-subtle:#e4dbfb;--telekom-color-additional-blue-0:#d9e2ff;--telekom-color-additional-blue-100:#aabcfd;--telekom-color-additional-blue-200:#7d94f9;--telekom-color-additional-blue-300:#576ff3;--telekom-color-additional-blue-400:#3950ea;--telekom-color-additional-blue-500:#2238df;--telekom-color-additional-blue-600:#1326cf;--telekom-color-additional-blue-700:#0819bd;--telekom-color-additional-blue-800:#0311ab;--telekom-color-additional-blue-900:#000d99;--telekom-color-additional-blue-subtle:#d3d7f9;--telekom-color-additional-cyan-0:#d9fcff;--telekom-color-additional-cyan-100:#a4ecf4;--telekom-color-additional-cyan-200:#75dbe8;--telekom-color-additional-cyan-300:#4fcadd;--telekom-color-additional-cyan-400:#33bbd2;--telekom-color-additional-cyan-500:#1eadc6;--telekom-color-additional-cyan-600:#11a0bb;--telekom-color-additional-cyan-700:#0894b0;--telekom-color-additional-cyan-800:#038aa4;--telekom-color-additional-cyan-900:#008099;--telekom-color-additional-cyan-subtle:#d2eff4;--telekom-color-additional-teal-0:#d9fff2;--telekom-color-additional-teal-100:#acf1dc;--telekom-color-additional-teal-200:#85e3ca;--telekom-color-additional-teal-300:#65d5ba;--telekom-color-additional-teal-400:#4cc6ac;--telekom-color-additional-teal-500:#3ab89f;--telekom-color-additional-teal-600:#2eaa93;--telekom-color-additional-teal-700:#259c87;--telekom-color-additional-teal-800:#1e8e7b;--telekom-color-additional-teal-900:#19806f;--telekom-color-additional-teal-subtle:#d8f1ec;--telekom-color-additional-green-0:#dbffed;--telekom-color-additional-green-100:#8ff0c1;--telekom-color-additional-green-200:#4ee19c;--telekom-color-additional-green-300:#1bd27f;--telekom-color-additional-green-400:#00c26d;--telekom-color-additional-green-500:#00b367;--telekom-color-additional-green-600:#00a461;--telekom-color-additional-green-700:#00955a;--telekom-color-additional-green-800:#008653;--telekom-color-additional-green-900:#00774b;--telekom-color-additional-green-subtle:#ccf0e1;--telekom-color-additional-olive-0:#f2ffd9;--telekom-color-additional-olive-100:#daf1ac;--telekom-color-additional-olive-200:#c3e385;--telekom-color-additional-olive-300:#afd565;--telekom-color-additional-olive-400:#9ec64c;--telekom-color-additional-olive-500:#8eb83a;--telekom-color-additional-olive-600:#81aa2e;--telekom-color-additional-olive-700:#749c25;--telekom-color-additional-olive-800:#688e1e;--telekom-color-additional-olive-900:#5e8019;--telekom-color-additional-olive-subtle:#e8f1d8;--telekom-color-additional-brown-0:#ffefd9;--telekom-color-additional-brown-100:#efd3ab;--telekom-color-additional-brown-200:#e0b983;--telekom-color-additional-brown-300:#d0a363;--telekom-color-additional-brown-400:#c18f4a;--telekom-color-additional-brown-500:#b17f38;--telekom-color-additional-brown-600:#a2702b;--telekom-color-additional-brown-700:#926322;--telekom-color-additional-brown-800:#82581c;--telekom-color-additional-brown-900:#734d17;--telekom-color-additional-brown-subtle:#efe5d7;--telekom-color-additional-yellow-0:#fffcd9;--telekom-color-additional-yellow-100:#fcf1aa;--telekom-color-additional-yellow-200:#f9e47e;--telekom-color-additional-yellow-300:#f7d358;--telekom-color-additional-yellow-400:#f4c23b;--telekom-color-additional-yellow-500:#f1b125;--telekom-color-additional-yellow-600:#eea015;--telekom-color-additional-yellow-700:#eb900b;--telekom-color-additional-yellow-800:#e88104;--telekom-color-additional-yellow-900:#e67300;--telekom-color-additional-yellow-subtle:#fcefd3;--telekom-color-additional-orange-0:#ffe6cc;--telekom-color-additional-orange-100:#ffc48e;--telekom-color-additional-orange-200:#fea75b;--telekom-color-additional-orange-300:#fd9038;--telekom-color-additional-orange-400:#fc7e21;--telekom-color-additional-orange-500:#f97012;--telekom-color-additional-orange-600:#f46409;--telekom-color-additional-orange-700:#e65703;--telekom-color-additional-orange-800:#cd4901;--telekom-color-additional-orange-900:#b63d00;--telekom-color-additional-orange-subtle:#fee2d0;--telekom-color-additional-red-0:#ffcabf;--telekom-color-additional-red-100:#fd9684;--telekom-color-additional-red-200:#fb6a55;--telekom-color-additional-red-300:#f84934;--telekom-color-additional-red-400:#f2321e;--telekom-color-additional-red-500:#e82010;--telekom-color-additional-red-600:#d91308;--telekom-color-additional-red-700:#c30a03;--telekom-color-additional-red-800:#a70401;--telekom-color-additional-red-900:#870000;--telekom-color-additional-red-subtle:#fad2cf;--telekom-radius-none:0rem;--telekom-radius-extra-small:0.125rem;--telekom-radius-small:0.25rem;--telekom-radius-medium-small:0.375rem;--telekom-radius-standard:0.5rem;--telekom-radius-large:0.75rem;--telekom-radius-pill:62.4375rem;--telekom-radius-circle:50%;--telekom-size-icon-extra-small:0.75rem;--telekom-size-icon-small:1rem;--telekom-size-icon-medium:1.25rem;--telekom-size-icon-large:1.5rem;--telekom-size-icon-extra-large:3rem;--telekom-size-form-element-height-small:2rem;--telekom-size-form-element-height-standard:2.75rem;--telekom-size-generic-size-01:0.25rem;--telekom-size-generic-size-02:0.375rem;--telekom-size-generic-size-03:0.5rem;--telekom-size-generic-size-04:0.75rem;--telekom-size-generic-size-05:1rem;--telekom-size-generic-size-06:1.25rem;--telekom-size-generic-size-07:1.5rem;--telekom-size-generic-size-08:1.75rem;--telekom-size-generic-size-09:2rem;--telekom-size-generic-size-10:2.25rem;--telekom-size-generic-size-11:2.5rem;--telekom-size-generic-size-12:2.75rem;--telekom-size-generic-size-13:3rem;--telekom-size-generic-size-14:3.25rem;--telekom-size-generic-size-15:3.5rem;--telekom-size-generic-size-16:4rem;--telekom-size-generic-size-17:4.5rem;--telekom-size-generic-size-18:5rem;--telekom-size-generic-size-19:6rem;--telekom-size-generic-size-20:8rem;--telekom-size-generic-size-21:12rem;--telekom-size-generic-size-22:16rem;--telekom-size-generic-size-23:20rem;--telekom-size-generic-size-24:28rem;--telekom-size-generic-size-25:36rem;--telekom-line-weight-standard:0.0625rem;--telekom-line-weight-highlight:0.125rem;--telekom-line-weight-bold:0.25rem;--telekom-motion-duration-instant:0ms;--telekom-motion-duration-immediate:100ms;--telekom-motion-duration-transition:200ms;--telekom-motion-duration-animation:600ms;--telekom-motion-duration-animation-deliberate:800ms;--telekom-motion-easing-standard:cubic-bezier(0.4,0,0.6,1);--telekom-motion-easing-enter:cubic-bezier(0.4,0.6,0.6,1);--telekom-motion-easing-leave:cubic-bezier(0.4,0,1,1);--telekom-opacity-invisible:0;--telekom-opacity-transparent:0.35;--telekom-opacity-semi-transparent:0.5;--telekom-opacity-translucent:0.75;--telekom-opacity-semi-translucent:0.85;--telekom-opacity-solid:1;--telekom-shadow-raised-standard:0px 8px 32px 0px hsla(0, 0%, 0%, 0.1), 0px 4px 8px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-raised-hover:0px 16px 64px 0px hsla(0, 0%, 0%, 0.1), 0px 8px 16px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-raised-pressed:0px 4px 16px 0px hsla(0, 0%, 0%, 0.1), 0px 2px 4px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-floating-standard:0px 12px 48px 0px hsla(0, 0%, 0%, 0.1), 0px 6px 12px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-floating-hover:0px 24px 96px 0px hsla(0, 0%, 0%, 0.1), 0px 12px 24px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-floating-pressed:0px 8px 32px 0px hsla(0, 0%, 0%, 0.1), 0px 4px 8px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-top:0px 16px 64px 0px hsla(0, 0%, 0%, 0.1), 0px 8px 16px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-overlay:0px 24px 96px 0px hsla(0, 0%, 0%, 0.1), 0px 12px 24px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-intense:0px 0px 2px 0px hsla(0, 0%, 0%, 0.24), 0px 2px 4px 0px hsla(0, 0%, 0%, 0.24), 0px 4px 12px 0px hsla(0, 0%, 0%, 0.26);--telekom-shadow-app-bar-top-raised:0px 1px 0px 0px hsla(0, 0%, 0%, 0.05), 0px 2px 8px 0px hsla(0, 0%, 0%, 0.05);--telekom-shadow-app-bar-top-flat:0px 1px 0px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-app-bar-bottom-raised:0px -1px 0px 0px hsla(0, 0%, 0%, 0.05), 0px -2px 8px 0px hsla(0, 0%, 0%, 0.05);--telekom-shadow-app-bar-bottom-flat:0px -1px 0px 0px hsla(0, 0%, 0%, 0.1);--telekom-spacing-composition-space-00:0rem;--telekom-spacing-composition-space-01:0.0625rem;--telekom-spacing-composition-space-02:0.125rem;--telekom-spacing-composition-space-03:0.25rem;--telekom-spacing-composition-space-04:0.5rem;--telekom-spacing-composition-space-05:0.75rem;--telekom-spacing-composition-space-06:1rem;--telekom-spacing-composition-space-07:1.25rem;--telekom-spacing-composition-space-08:1.5rem;--telekom-spacing-composition-space-09:1.75rem;--telekom-spacing-composition-space-10:2rem;--telekom-spacing-composition-space-11:2.25rem;--telekom-spacing-composition-space-12:2.5rem;--telekom-spacing-composition-space-13:2.75rem;--telekom-spacing-composition-space-14:3rem;--telekom-spacing-composition-space-15:3.25rem;--telekom-spacing-composition-space-16:3.5rem;--telekom-spacing-composition-space-17:4rem;--telekom-spacing-composition-space-18:4.5rem;--telekom-spacing-composition-space-19:5rem;--telekom-spacing-composition-space-20:5.5rem;--telekom-spacing-composition-space-21:6rem;--telekom-spacing-baseline-space-00:0rem;--telekom-spacing-baseline-space-01:0.25rem;--telekom-spacing-baseline-space-02:0.5rem;--telekom-spacing-baseline-space-03:0.75rem;--telekom-spacing-baseline-space-04:1rem;--telekom-spacing-baseline-space-05:1.5rem;--telekom-spacing-baseline-space-06:2rem;--telekom-spacing-baseline-space-07:3rem;--telekom-spacing-baseline-space-08:4rem;--telekom-spacing-baseline-space-09:6rem;--telekom-spacing-baseline-space-10:8rem;--telekom-spacing-baseline-space-11:12rem;--telekom-spacing-baseline-space-12:16rem;--telekom-spacing-baseline-space-13:24rem;--telekom-spacing-baseline-space-14:32rem;--telekom-spacing-baseline-space-15:64rem;--telekom-text-style-badge:400 0.625rem/1.2 TeleNeoWeb, sans-serif;--telekom-text-style-small:500 0.75rem/1.35 TeleNeoWeb, sans-serif;--telekom-text-style-small-bold:700 0.75rem/1.35 TeleNeoWeb, sans-serif;--telekom-text-style-caption:400 0.875rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-caption-bold:700 0.875rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-body:400 1rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-body-bold:700 1rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-ui:500 1rem/1 TeleNeoWeb, sans-serif;--telekom-text-style-ui-bold:700 1rem/1 TeleNeoWeb, sans-serif;--telekom-text-style-lead-text:400 1.25rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-heading-6:700 1rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-heading-5:800 1.25rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-heading-4:800 1.5rem/1.35 TeleNeoWeb, sans-serif;--telekom-text-style-heading-3:800 2rem/1.25 TeleNeoWeb, sans-serif;--telekom-text-style-heading-2:800 2.625rem/1.15 TeleNeoWeb, sans-serif;--telekom-text-style-heading-1:800 3.375rem/1.2 TeleNeoWeb, sans-serif;--telekom-text-style-title-2:800 4.25rem/1.15 TeleNeoWeb, sans-serif;--telekom-text-style-title-1:800 4.75rem/1.15 TeleNeoWeb, sans-serif;--telekom-typography-font-size-badge:0.625rem;--telekom-typography-font-size-small:0.75rem;--telekom-typography-font-size-caption:0.875rem;--telekom-typography-font-size-body:1rem;--telekom-typography-font-size-callout:1.25rem;--telekom-typography-font-size-headline-3:1.5rem;--telekom-typography-font-size-headline-2:2rem;--telekom-typography-font-size-headline-1:2.625rem;--telekom-typography-font-size-title-3:3.375rem;--telekom-typography-font-size-title-2:4.25rem;--telekom-typography-font-size-title-1:4.75rem;--telekom-typography-font-family-sans:TeleNeoWeb, sans-serif;--telekom-typography-font-family-mono:monospace;--telekom-typography-font-weight-thin:200;--telekom-typography-font-weight-regular:400;--telekom-typography-font-weight-medium:500;--telekom-typography-font-weight-bold:700;--telekom-typography-font-weight-extra-bold:800;--telekom-typography-font-weight-ultra:900;--telekom-typography-line-spacing-none:1;--telekom-typography-line-spacing-extra-tight:1.15;--telekom-typography-line-spacing-tight:1.25;--telekom-typography-line-spacing-moderate:1.35;--telekom-typography-line-spacing-standard:1.4;--telekom-typography-line-spacing-loose:1.5;--telekom-typography-letter-spacing-standard:0}[data-mode="dark"]{--telekom-color-text-and-icon-standard:#ffffff;--telekom-color-text-and-icon-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 100%, 0.3);--telekom-color-text-and-icon-link-standard:#7d94f9;--telekom-color-text-and-icon-link-hovered:#aabcfd;--telekom-color-text-and-icon-link-visited:#9a75f8;--telekom-color-text-and-icon-link-active:#d9e2ff;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#ec59a5;--telekom-color-text-and-icon-primary-pressed:#f080ba;--telekom-color-text-and-icon-inverted-standard:#000000;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#7d94f9;--telekom-color-text-and-icon-functional-success:#00b367;--telekom-color-text-and-icon-functional-danger:#f84934;--telekom-color-text-and-icon-functional-warning:#f97012;--telekom-color-text-and-icon-on-subtle-informational:#7d94f9;--telekom-color-text-and-icon-on-subtle-success:#1bd27f;--telekom-color-text-and-icon-on-subtle-danger:#fb6a55;--telekom-color-text-and-icon-on-subtle-warning:#fd9038;--telekom-color-text-and-icon-on-subtle-violet:#af93fb;--telekom-color-text-and-icon-on-subtle-blue:#7d94f9;--telekom-color-text-and-icon-on-subtle-cyan:#33bbd2;--telekom-color-text-and-icon-on-subtle-teal:#4cc6ac;--telekom-color-text-and-icon-on-subtle-green:#1bd27f;--telekom-color-text-and-icon-on-subtle-olive:#9ec64c;--telekom-color-text-and-icon-on-subtle-brown:#d0a363;--telekom-color-text-and-icon-on-subtle-yellow:#f1b125;--telekom-color-text-and-icon-on-subtle-orange:#fd9038;--telekom-color-text-and-icon-on-subtle-red:#fb6a55;--telekom-color-background-canvas:#000000;--telekom-color-background-canvas-subtle:#0e0e0f;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.65);--telekom-color-background-surface:#1c1c1e;--telekom-color-background-surface-subtle:#242426;--telekom-color-background-surface-highlight:#48484b;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#0e0e0f;--telekom-color-ui-subtle:#1c1c1e;--telekom-color-ui-faint:#39393c;--telekom-color-ui-regular:#656569;--telekom-color-ui-strong:#929296;--telekom-color-ui-extra-strong:#efeff0;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#2b2b2d;--telekom-color-ui-border-standard:hsla(0, 0%, 100%, 0.4);--telekom-color-ui-border-hovered:hsla(0, 0%, 100%, 0.54);--telekom-color-ui-border-pressed:hsla(0, 0%, 100%, 0.94);--telekom-color-ui-border-disabled:hsla(0, 0%, 100%, 0.21);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 100%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 100%, 0.27);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 0%, 0.21);--telekom-color-functional-focus-standard:#7d94f9;--telekom-color-functional-focus-inverted:#2238df;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#3950ea;--telekom-color-functional-informational-pressed:#576ff3;--telekom-color-functional-informational-subtle:#131f7b;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00c26d;--telekom-color-functional-success-pressed:#1bd27f;--telekom-color-functional-success-subtle:#004829;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#f2321e;--telekom-color-functional-danger-pressed:#f84934;--telekom-color-functional-danger-subtle:#5d0d06;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#fc7e21;--telekom-color-functional-warning-pressed:#fd9038;--telekom-color-functional-warning-subtle:#642d07;--telekom-color-additional-violet-subtle:#301e5d;--telekom-color-additional-blue-subtle:#131f7b;--telekom-color-additional-cyan-subtle:#0c454f;--telekom-color-additional-teal-subtle:#174a40;--telekom-color-additional-green-subtle:#004829;--telekom-color-additional-olive-subtle:#394a17;--telekom-color-additional-brown-subtle:#473316;--telekom-color-additional-yellow-subtle:#60470f;--telekom-color-additional-orange-subtle:#642d07;--telekom-color-additional-red-subtle:#5d0d06}@media (prefers-color-scheme: dark){:root{--telekom-color-text-and-icon-standard:#ffffff;--telekom-color-text-and-icon-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 100%, 0.3);--telekom-color-text-and-icon-link-standard:#7d94f9;--telekom-color-text-and-icon-link-hovered:#aabcfd;--telekom-color-text-and-icon-link-visited:#9a75f8;--telekom-color-text-and-icon-link-active:#d9e2ff;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#ec59a5;--telekom-color-text-and-icon-primary-pressed:#f080ba;--telekom-color-text-and-icon-inverted-standard:#000000;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#7d94f9;--telekom-color-text-and-icon-functional-success:#00b367;--telekom-color-text-and-icon-functional-danger:#f84934;--telekom-color-text-and-icon-functional-warning:#f97012;--telekom-color-text-and-icon-on-subtle-informational:#7d94f9;--telekom-color-text-and-icon-on-subtle-success:#1bd27f;--telekom-color-text-and-icon-on-subtle-danger:#fb6a55;--telekom-color-text-and-icon-on-subtle-warning:#fd9038;--telekom-color-text-and-icon-on-subtle-violet:#af93fb;--telekom-color-text-and-icon-on-subtle-blue:#7d94f9;--telekom-color-text-and-icon-on-subtle-cyan:#33bbd2;--telekom-color-text-and-icon-on-subtle-teal:#4cc6ac;--telekom-color-text-and-icon-on-subtle-green:#1bd27f;--telekom-color-text-and-icon-on-subtle-olive:#9ec64c;--telekom-color-text-and-icon-on-subtle-brown:#d0a363;--telekom-color-text-and-icon-on-subtle-yellow:#f1b125;--telekom-color-text-and-icon-on-subtle-orange:#fd9038;--telekom-color-text-and-icon-on-subtle-red:#fb6a55;--telekom-color-background-canvas:#000000;--telekom-color-background-canvas-subtle:#0e0e0f;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.65);--telekom-color-background-surface:#1c1c1e;--telekom-color-background-surface-subtle:#242426;--telekom-color-background-surface-highlight:#48484b;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#0e0e0f;--telekom-color-ui-subtle:#1c1c1e;--telekom-color-ui-faint:#39393c;--telekom-color-ui-regular:#656569;--telekom-color-ui-strong:#929296;--telekom-color-ui-extra-strong:#efeff0;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#2b2b2d;--telekom-color-ui-border-standard:hsla(0, 0%, 100%, 0.4);--telekom-color-ui-border-hovered:hsla(0, 0%, 100%, 0.54);--telekom-color-ui-border-pressed:hsla(0, 0%, 100%, 0.94);--telekom-color-ui-border-disabled:hsla(0, 0%, 100%, 0.21);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 100%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 100%, 0.27);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 0%, 0.21);--telekom-color-functional-focus-standard:#7d94f9;--telekom-color-functional-focus-inverted:#2238df;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#3950ea;--telekom-color-functional-informational-pressed:#576ff3;--telekom-color-functional-informational-subtle:#131f7b;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00c26d;--telekom-color-functional-success-pressed:#1bd27f;--telekom-color-functional-success-subtle:#004829;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#f2321e;--telekom-color-functional-danger-pressed:#f84934;--telekom-color-functional-danger-subtle:#5d0d06;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#fc7e21;--telekom-color-functional-warning-pressed:#fd9038;--telekom-color-functional-warning-subtle:#642d07;--telekom-color-additional-violet-subtle:#301e5d;--telekom-color-additional-blue-subtle:#131f7b;--telekom-color-additional-cyan-subtle:#0c454f;--telekom-color-additional-teal-subtle:#174a40;--telekom-color-additional-green-subtle:#004829;--telekom-color-additional-olive-subtle:#394a17;--telekom-color-additional-brown-subtle:#473316;--telekom-color-additional-yellow-subtle:#60470f;--telekom-color-additional-orange-subtle:#642d07;--telekom-color-additional-red-subtle:#5d0d06}[data-mode="light"]{--telekom-color-text-and-icon-standard:#000000;--telekom-color-text-and-icon-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 0%, 0.4);--telekom-color-text-and-icon-link-standard:#2238df;--telekom-color-text-and-icon-link-hovered:#0819bd;--telekom-color-text-and-icon-link-visited:#6c3bdb;--telekom-color-text-and-icon-link-active:#000d99;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#c00063;--telekom-color-text-and-icon-primary-pressed:#9e0051;--telekom-color-text-and-icon-inverted-standard:#ffffff;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#2238df;--telekom-color-text-and-icon-functional-success:#008653;--telekom-color-text-and-icon-functional-danger:#d91308;--telekom-color-text-and-icon-functional-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-informational:#2238df;--telekom-color-text-and-icon-on-subtle-success:#00774b;--telekom-color-text-and-icon-on-subtle-danger:#c30a03;--telekom-color-text-and-icon-on-subtle-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-violet:#6c3bdb;--telekom-color-text-and-icon-on-subtle-blue:#2238df;--telekom-color-text-and-icon-on-subtle-cyan:#00738A;--telekom-color-text-and-icon-on-subtle-teal:#177364;--telekom-color-text-and-icon-on-subtle-green:#00774b;--telekom-color-text-and-icon-on-subtle-olive:#557317;--telekom-color-text-and-icon-on-subtle-brown:#82581c;--telekom-color-text-and-icon-on-subtle-yellow:#AC5600;--telekom-color-text-and-icon-on-subtle-orange:#b63d00;--telekom-color-text-and-icon-on-subtle-red:#c30a03;--telekom-color-background-canvas:#ffffff;--telekom-color-background-canvas-subtle:#fbfbfb;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.5);--telekom-color-background-surface:#ffffff;--telekom-color-background-surface-subtle:#efeff0;--telekom-color-background-surface-highlight:#242426;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#ffffff;--telekom-color-ui-subtle:#efeff0;--telekom-color-ui-faint:#dfdfe1;--telekom-color-ui-regular:#929296;--telekom-color-ui-strong:#747478;--telekom-color-ui-extra-strong:#242426;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#d0d0d2;--telekom-color-ui-border-standard:hsla(0, 0%, 0%, 0.44);--telekom-color-ui-border-hovered:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-pressed:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-disabled:hsla(0, 0%, 0%, 0.14);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 0%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 0%, 0.21);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 100%, 0.21);--telekom-color-functional-focus-standard:#2238df;--telekom-color-functional-focus-inverted:#7d94f9;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#1326cf;--telekom-color-functional-informational-pressed:#0819bd;--telekom-color-functional-informational-subtle:#d3d7f9;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00a461;--telekom-color-functional-success-pressed:#00955a;--telekom-color-functional-success-subtle:#ccf0e1;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#d91308;--telekom-color-functional-danger-pressed:#c30a03;--telekom-color-functional-danger-subtle:#fad2cf;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#f46409;--telekom-color-functional-warning-pressed:#e65703;--telekom-color-functional-warning-subtle:#fee2d0;--telekom-color-additional-violet-subtle:#e4dbfb;--telekom-color-additional-blue-subtle:#d3d7f9;--telekom-color-additional-cyan-subtle:#d2eff4;--telekom-color-additional-teal-subtle:#d8f1ec;--telekom-color-additional-green-subtle:#ccf0e1;--telekom-color-additional-olive-subtle:#e8f1d8;--telekom-color-additional-brown-subtle:#efe5d7;--telekom-color-additional-yellow-subtle:#fcefd3;--telekom-color-additional-orange-subtle:#fee2d0;--telekom-color-additional-red-subtle:#fad2cf}}:root{--telekom-spacing-unit-base:0.25rem;--telekom-spacing-unit-x0:calc(var(--telekom-spacing-unit-base) * 0);--telekom-spacing-unit-x025:calc(var(--telekom-spacing-unit-base) * 0.25);--telekom-spacing-unit-x05:calc(var(--telekom-spacing-unit-base) * 0.5);--telekom-spacing-unit-x1:calc(var(--telekom-spacing-unit-base) * 1);--telekom-spacing-unit-x2:calc(var(--telekom-spacing-unit-base) * 2);--telekom-spacing-unit-x3:calc(var(--telekom-spacing-unit-base) * 3);--telekom-spacing-unit-x4:calc(var(--telekom-spacing-unit-base) * 4);--telekom-spacing-unit-x5:calc(var(--telekom-spacing-unit-base) * 5);--telekom-spacing-unit-x6:calc(var(--telekom-spacing-unit-base) * 6);--telekom-spacing-unit-x7:calc(var(--telekom-spacing-unit-base) * 7);--telekom-spacing-unit-x8:calc(var(--telekom-spacing-unit-base) * 8);--telekom-spacing-unit-x9:calc(var(--telekom-spacing-unit-base) * 9);--telekom-spacing-unit-x10:calc(var(--telekom-spacing-unit-base) * 10);--telekom-spacing-unit-x11:calc(var(--telekom-spacing-unit-base) * 11);--telekom-spacing-unit-x12:calc(var(--telekom-spacing-unit-base) * 12);--telekom-spacing-unit-x13:calc(var(--telekom-spacing-unit-base) * 13);--telekom-spacing-unit-x14:calc(var(--telekom-spacing-unit-base) * 14);--telekom-spacing-unit-x15:calc(var(--telekom-spacing-unit-base) * 15);--telekom-spacing-unit-x16:calc(var(--telekom-spacing-unit-base) * 16);--telekom-spacing-unit-x17:calc(var(--telekom-spacing-unit-base) * 17);--telekom-spacing-unit-x18:calc(var(--telekom-spacing-unit-base) * 18);--telekom-spacing-unit-x19:calc(var(--telekom-spacing-unit-base) * 19);--telekom-spacing-unit-x20:calc(var(--telekom-spacing-unit-base) * 20)}.scl-font-variant-body{font:var(--telekom-text-style-body)}.scl-font-variant-body-short{font:var(--telekom-text-style-body);line-height:var(--telekom-typography-line-spacing-tight)}.scl-font-variant-body-large{font:var(--telekom-text-style-lead-text)}.scl-font-variant-smaller{font:var(--telekom-text-style-small)}.scl-font-variant-label{font:var(--telekom-text-style-small)}.scl-font-variant-caption{font:var(--telekom-text-style-caption)}.scl-font-variant-heading-6{font:var(--telekom-text-style-heading-6)}.scl-font-variant-heading-5{font:var(--telekom-text-style-heading-5)}.scl-font-variant-heading-4{font:var(--telekom-text-style-heading-4)}.scl-font-variant-heading-3{font:var(--telekom-text-style-heading-3)}.scl-font-variant-heading-2{font:var(--telekom-text-style-heading-2)}.scl-font-variant-heading-1{font:var(--telekom-text-style-heading-1)}:root{--scl-grid-max-width:1504px}scale-grid,.scl-grid{--spacing-md:var(--spacing-sm);--spacing-lg:var(--spacing-md);--spacing-xl:var(--spacing-lg);--spacing-xxl:var(--spacing-xl);--gutter-y-md:var(--gutter-y-sm);--gutter-y-lg:var(--gutter-y-md);--gutter-y-xl:var(--gutter-y-lg);--gutter-y-xxl:var(--gutter-y-xl);--gutter-x-md:var(--gutter-x-sm);--gutter-x-lg:var(--gutter-x-md);--gutter-x-xl:var(--gutter-x-lg);--gutter-x-xxl:var(--gutter-x-xl);--columns-md:var(--columns-sm);--columns-lg:var(--columns-md);--columns-xl:var(--columns-lg);--columns-xxl:var(--columns-xl);display:grid;box-sizing:content-box;margin-left:auto;margin-right:auto;grid-template-columns:repeat(var(--columns-sm, 4), minmax(0, 1fr));padding-left:var(--spacing-sm, var(--telekom-spacing-unit-x4, 1em));padding-right:var(--spacing-sm, var(--telekom-spacing-unit-x4, 1em));column-gap:var(--gutter-y-sm, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-sm, var(--telekom-spacing-unit-x8, 2em));max-width:none}scale-grid-item,.scl-grid-item{--size-md:var(--size-sm);--size-lg:var(--size-md);--size-xl:var(--size-lg);--size-xxl:var(--size-xl);--offset-md:var(--offset-sm);--offset-lg:var(--offset-md);--offset-xl:var(--offset-lg);--offset-xxl:var(--offset-xl);grid-column:var(--offset-sm, auto) / span var(--size-sm, 4)}@media screen and (min-width: 640px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-md, 8), minmax(0, 1fr));padding-left:var(--spacing-md, var(--telekom-spacing-unit-x4, 1em));padding-right:var(--spacing-md, var(--telekom-spacing-unit-x4, 1em));column-gap:var(--gutter-y-md, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-md, var(--telekom-spacing-unit-x8, 2em))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-md, auto) / span var(--size-md, 4)}}@media screen and (min-width: 1040px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-lg, 16), minmax(0, 1fr));padding-left:var(--spacing-lg, var(--telekom-spacing-unit-x6, 1.5em));padding-right:var(--spacing-lg, var(--telekom-spacing-unit-x6, 1.5em));column-gap:var(--gutter-y-lg, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-lg, var(--telekom-spacing-unit-x8, 2em))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-lg, auto) / span var(--size-lg, 4)}}@media screen and (min-width: 1296px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-xl, 16), minmax(0, 1fr));padding-left:var(--spacing-xl, var(--telekom-spacing-unit-x6, 1.5em));padding-right:var(--spacing-xl, var(--telekom-spacing-unit-x6, 1.5em));column-gap:var(--gutter-y-xl, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-xl, var(--telekom-spacing-unit-x8, 2em))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-xl, auto) / span var(--size-xl, 4)}}@media screen and (min-width: 1680px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-xxl, 16), minmax(0, 1fr));padding-left:var(--spacing-xxl, var(--telekom-spacing-unit-x6, 1.5em));padding-right:var(--spacing-xxl, var(--telekom-spacing-unit-x6, 1.5em));column-gap:var(--gutter-y-xxl, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-xxl, var(--telekom-spacing-unit-x8, 2em));max-width:var(--max-width, var(--scl-grid-max-width))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-xxl, auto) / span var(--size-xxl, 4)}}:root{--scl-z-index-10:10;--scl-z-index-20:20;--scl-z-index-30:30;--scl-z-index-40:40;--scl-z-index-50:50;--scl-z-index-60:60;--scl-z-index-70:70;color-scheme:light dark}.scl-toast-stack{position:fixed;top:var(--telekom-spacing-composition-space-06);inset-inline-end:var(--telekom-spacing-composition-space-06);z-index:var(--scl-z-index-70);z-index:100;max-height:100%;overflow:visible;display:flex;flex-direction:column;gap:var(--telekom-spacing-composition-space-04)}[data-mode='light']{color-scheme:light}[data-mode='dark']{color-scheme:dark}scale-button[data-v-a4bf087d] {
  --width: 100% !important;
}scale-button[data-v-020818b6] {
  --width: 100% !important;
}
scale-dropdown-select[data-v-020818b6] {
  --max-height-listbox: 250px;
}scale-button[data-v-ccfbbff0] {
  --width: 100% !important;
}scale-button[data-v-1092337e] {
  --width: 100% !important;
}scale-divider[data-v-61378e1a] {
  --color: var(--telekom-color-background-surface-highlight);
  width: 35%;
}
scale-button[data-v-61378e1a] {
  --width: 100% !important;
}scale-card[data-v-764fb41a]::part(base) {
  overflow: visible;
}scale-tooltip[data-v-95d3c633]:hover {
  cursor: pointer;
}scale-button[data-v-73e53aef] {
  --font-weight: var(--telekom-typography-font-weight-medium);
}
.icon-center[data-v-73e53aef] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-align-left[data-v-73e53aef] {
  text-align-last: left;
}.multiselect[data-v-39a3099d],
.multiselect__tags[data-v-39a3099d] {
  max-width: 466px;
  width: 100%;
  position: fixed;
  --z-index-listbox: 999;
}scale-card[data-v-0cc34564]::part(border) {
  border-radius: 16px;
  height: 100%;
}
scale-card[data-v-0cc34564]::part(base) {
  background: var(--telekom-color-primary-standard);
  min-height: 10rem;
  color: var(--telekom-color-text-and-icon-white-standard);
}
table tbody tr td[data-v-0cc34564] {
  padding: 0;
  border-bottom: none;
}.half-width[data-v-ffb476af] {
  box-sizing: border-box;
  width: 100%;
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
.half-width[data-v-ffb476af] {
    flex: 1 1 48%;
    max-width: 48%;
}
}
.chart-row[data-v-ffb476af] {
  display: flex;
  flex-wrap: wrap;
}scale-card[data-v-7a91faaf]::part(border) {
  border-radius: 16px;
  height: 100%;
}
scale-card[data-v-7a91faaf]::part(base) {
  background: var(--telekom-color-primary-standard);
  min-height: 10rem;
  color: var(--telekom-color-text-and-icon-white-standard);
}
table tbody tr td[data-v-7a91faaf] {
  padding: 0;
  border-bottom: none;
}scale-modal[data-v-edf8addf]::part(window size-small) {
  overflow-y: initial;
}
scale-modal[data-v-edf8addf]::part(body-wrapper has-body) {
  overflow-y: initial;
}
scale-modal[data-v-edf8addf]::part(actions align-right has-actions has-scroll) {
  border-radius: var(--radius-window);
}scale-button[data-v-8176c78f] {
  --font-weight: var(--telekom-typography-font-weight-medium);
}
.icon-center[data-v-8176c78f] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-align-left[data-v-8176c78f] {
  text-align-last: left;
}scale-tab-header[data-v-912469e5] {
  --focus-outline: none;
}.sidebar[data-v-c7ea1a83] {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background: var(--telekom-color-background-surface);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.sidebar-backdrop[data-v-c7ea1a83] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--telekom-color-background-backdrop);
  z-index: 999;
}
.filter-border[data-v-c7ea1a83] {
  padding: 12px;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid var(--telekom-color-ui-border-standard);
}.filter-border[data-v-6e240156] {
  padding: 8px;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid var(--telekom-color-ui-border-standard);
}scale-menu-flyout-item[data-v-4713d4cd]::part(base) {
  outline: none;
  border-top: 1px solid var(--telekom-color-ui-faint);
}
scale-menu-flyout-item[data-v-4713d4cd]::part(base):hover {
  background: var(--telekom-color-background-surface-subtle);
}
.border[data-v-4713d4cd] {
  border: 1px solid var(--telekom-color-ui-faint);
  border-radius: 12px;
}
.border-bottom[data-v-4713d4cd] {
  border-bottom: 1px solid var(--telekom-color-ui-faint);
}
.table tbody td[data-v-4713d4cd] {
  border-bottom: none;
  width: 50%;
  padding-left: var(--telekom-spacing-unit-x5);
}
scale-tooltip[data-v-4713d4cd]::part(trigger) {
  position: relative;
  top: 4px;
}.table th[data-v-b29eb9c6] {
  padding: 8px;
  line-height: 18px;
}
.table td[data-v-b29eb9c6] {
  padding-left: 14px;
}
.sort-icon[data-v-b29eb9c6] {
  cursor: pointer;
}scale-dropdown-select[data-v-d27a78b7] {
  --focus-outline: none;
}
scale-checkbox[data-v-d27a78b7]::part(input) {
  z-index: 9999;
}.footer-position[data-v-916b4d62] {
  box-shadow: 0 -1px 0px var(--telekom-color-background-surface-subtle);
  background-color: var(--telekom-color-background-canvas);
}scale-modal[data-v-ecde0335]::part(window) {
  top: 2rem;
}scale-modal[data-v-5bf0bd3c]::part(window) {
  top: 2rem;
}scale-modal[data-v-15a4411b] {
  --telekom-color-background-canvas: var(--telekom-color-background-surface);
}
scale-modal[data-v-15a4411b]::part(window) {
  top: 2rem;
}scale-tab-header[data-v-33beff53] {
  --focus-outline: none;
}scale-tab-nav[data-v-952f52d7] {
  width: 100%;
  height: 100%;
}
scale-tab-header[data-v-952f52d7] {
  --focus-outline: none;
}
.pricing-row[data-v-09872e2b] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 12px;
}
scale-text-field[data-v-834f90d6] {
  --telekom-spacing-composition-space-12: var(--telekom-spacing-unit-x4);
}
.text-red[data-v-834f90d6] {
  color: var(--telekom-color-text-and-icon-functional-danger);
  font-size: var(--telekom-typography-font-size-small);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
}
.text-blue[data-v-834f90d6] {
  color: var(--telekom-color-text-and-icon-functional-informational);
  font-size: var(--telekom-typography-font-size-small);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
}
.my-input-clear[data-v-12bdc568] {
  position: relative;
  transform: translate(var(--spacing-x), 25%);
  visibility: visible;
  left: -50px;
}
.my-input-clear.not-display-el[data-v-12bdc568] {
  visibility: hidden;
}
.my-input-clear[data-v-12bdc568]:hover {
  cursor: pointer;
}
scale-tab-nav[data-v-3aeae7e8] {
  width: 100%;
  height: 100%;
}
.grid-container[data-v-3aeae7e8] {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 23% 23% 23% 23%;
}
.my-input-clear[data-v-aef105e3] {
    position: relative;
    transform: translate(var(--spacing-x), 25%);
    visibility: visible;
    left: -50px;
}
.my-input-clear.not-display-el[data-v-aef105e3] {
    visibility: hidden;
}
.my-input-clear[data-v-aef105e3]:hover {
    cursor: pointer;
}
.markdown-output[data-v-a708d645] {
  border: 1px solid var(--telekom-color-text-and-icon-disabled);
  border-radius: 8px;
  padding: 0.5rem;
  height: 185px;
  overflow: auto;
}.jsoneditor,
.jsoneditor-modal {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.jsoneditor input,
.jsoneditor input:not([type]),
.jsoneditor input[type=text],
.jsoneditor input[type=search],
.jsoneditor-modal input,
.jsoneditor-modal input:not([type]),
.jsoneditor-modal input[type=text],
.jsoneditor-modal input[type=search] {
  height: auto;
  border: inherit;
  box-shadow: none;
  font-size: inherit;
  box-sizing: inherit;
  padding: inherit;
  font-family: inherit;
  transition: none;
  line-height: inherit;
}

.jsoneditor input:focus,
.jsoneditor input:not([type]):focus,
.jsoneditor input[type=text]:focus,
.jsoneditor input[type=search]:focus,
.jsoneditor-modal input:focus,
.jsoneditor-modal input:not([type]):focus,
.jsoneditor-modal input[type=text]:focus,
.jsoneditor-modal input[type=search]:focus {
  border: inherit;
  box-shadow: inherit;
}

.jsoneditor textarea,
.jsoneditor-modal textarea {
  height: inherit;
}

.jsoneditor select,
.jsoneditor-modal select {
  display: inherit;
  height: inherit;
}

.jsoneditor label,
.jsoneditor-modal label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.jsoneditor table,
.jsoneditor-modal table {
  border-collapse: collapse;
  width: auto;
}

.jsoneditor td,
.jsoneditor th,
.jsoneditor-modal td,
.jsoneditor-modal th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

.jsoneditor .autocomplete.dropdown {
  position: absolute;
  background: #ffffff;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding: 5px;
  text-align: left;
  outline: 0;
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
}

.jsoneditor .autocomplete.dropdown .item {
  color: #1a1a1a;
}

.jsoneditor .autocomplete.dropdown .item.hover {
  background-color: #ebebeb;
}

.jsoneditor .autocomplete.hint {
  color: #a1a1a1;
  top: 4px;
  left: 4px;
}

.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 2;
}

.jsoneditor-contextmenu .jsoneditor-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  height: auto;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 14px;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}

.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default {
  width: 96px;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}

.jsoneditor-contextmenu .jsoneditor-menu li {
  overflow: hidden;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon {
  margin-left: 24px;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  background-position: 0 -72px;
}

.jsoneditor-contextmenu .jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
}

.jsoneditor-contextmenu .jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}

.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}

.jsoneditor-contextmenu .jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon {
  background-position: -24px 0;
}

.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon {
  background-position: -48px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon {
  background-position: -168px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon {
  background-position: -192px 0;
}

.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon {
  background-position: -216px 0;
}

.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon {
  background-position: 0 -24px;
}

.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon {
  background-position: -144px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon {
  background-position: -120px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon {
  background-position: -72px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon {
  background-position: -96px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon {
  background-image: none;
  width: 6px;
}

.jsoneditor-contextmenu ul,
.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}

.jsoneditor-contextmenu .jsoneditor-menu button:hover,
.jsoneditor-contextmenu .jsoneditor-menu button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: none;
}

.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus {
  color: #ffffff;
  background-color: #ee422e;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover,
.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus {
  background-color: #f5f5f5;
}

.jsoneditor-modal {
  max-width: 95%;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  color: #4d4d4d;
  line-height: 1.3em;
}

.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}

.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: #ffffff;
}

.jsoneditor-modal table {
  width: 100%;
}

.jsoneditor-modal table td {
  padding: 3px 0;
}

.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}

.jsoneditor-modal table th {
  vertical-align: middle;
}

.jsoneditor-modal p:first-child {
  margin-top: 0;
}

.jsoneditor-modal a {
  color: #3883fa;
}

.jsoneditor-modal .jsoneditor-jmespath-block {
  margin-bottom: 10px;
}

.jsoneditor-modal .pico-close {
  background: none !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: #ffffff;
}

.jsoneditor-modal input {
  padding: 4px;
}

.jsoneditor-modal input[type=text] {
  cursor: inherit;
}

.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: #808080;
}

.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}

.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}

.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 14px;
  line-height: 1.5em;
}

.jsoneditor-modal select::-ms-expand {
  display: none;
}

.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}

.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  border-radius: 3px;
}

.jsoneditor-modal .jsoneditor-jmespath-label {
  font-weight: bold;
  color: dodgerblue;
  margin-top: 20px;
  margin-bottom: 5px;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-table {
  width: 100%;
  border-collapse: collapse;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}

.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.jsoneditor-modal .jsoneditor-inline:not(:last-child) {
  padding-right: 2px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 180px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 180px;
  flex: 1;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}

.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}

.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}

.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}

.jsoneditor-modal table th,
.jsoneditor-modal table td {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #4d4d4d;
  border-spacing: 0;
  border-collapse: collapse;
}

.jsoneditor-modal select,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal input[type=text]:focus,
.jsoneditor-modal #query {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}

.jsoneditor-modal textarea,
.jsoneditor-modal #query {
  border-radius: unset;
}

.jsoneditor-modal,
.jsoneditor-modal table td,
.jsoneditor-modal table th,
.jsoneditor-modal select,
.jsoneditor-modal option,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal #query {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}

.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.jsoneditor-modal input[type=button],
.jsoneditor-modal input[type=submit] {
  background: #f5f5f5;
  padding: 4px 20px;
}

.jsoneditor-modal select,
.jsoneditor-modal input {
  cursor: pointer;
}

.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: #ffffff;
}

.jsoneditor {
  color: #1a1a1a;
  border: thin solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}

div.jsoneditor-field,
div.jsoneditor-value,
a.jsoneditor-value,
div.jsoneditor-readonly,
div.jsoneditor-default {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  line-height: 16px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  float: left;
}

div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}

div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}

div.jsoneditor-value.jsoneditor-string {
  color: #006000;
}

div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

div.jsoneditor-value.jsoneditor-null {
  color: #004ed0;
}

div.jsoneditor-value.jsoneditor-color-value {
  color: #1a1a1a;
}

div.jsoneditor-value.jsoneditor-invalid {
  color: #1a1a1a;
}

div.jsoneditor-readonly {
  min-width: 16px;
  color: #808080;
}

div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}

div.jsoneditor td {
  vertical-align: top;
}

div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: #808080;
}

div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

div.jsoneditor.busy pre.jsoneditor-preview {
  background: #f5f5f5;
  color: #808080;
}

div.jsoneditor.busy div.jsoneditor-busy {
  display: inherit;
}

div.jsoneditor code.jsoneditor-preview {
  background: none;
}

div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  padding: 2px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

div.jsoneditor-default {
  color: #808080;
  padding-left: 10px;
}

div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background: #ffffff;
}

div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
}

div.jsoneditor-tree button.jsoneditor-button:focus {
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}

div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button {
  background-position: -48px -72px;
}

div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}

div.jsoneditor-tree button.jsoneditor-dragarea {
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  background-position: -72px -72px;
  cursor: move;
}

div.jsoneditor-tree *:focus {
  outline: none;
}

div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #808080;
  font-family: arial, sans-serif;
  font-size: 14px;
}

div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: #808080;
}

div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}

div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly {
  cursor: inherit;
}

div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: #ffffff;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}

div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

div.jsoneditor-tree .jsoneditor-button {
  display: block;
}

div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  background-position: -168px -48px;
  background-color: transparent;
}

div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}

div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}

div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}

div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}

div.jsoneditor-busy {
  position: absolute;
  top: 15%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}

div.jsoneditor-busy span {
  background-color: #ffffab;
  border: 1px solid #ffee00;
  border-radius: 3px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
  color: #006000;
  text-decoration: underline;
}

a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}

a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}

div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #ffffab;
  border: 1px solid #ffee00;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #ffee00;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  background-position: -48px -48px;
}

div.jsoneditor-tree div.jsoneditor-show-more a:hover,
div.jsoneditor-tree div.jsoneditor-show-more a:focus {
  color: #ee422e;
}

textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}

textarea.jsoneditor-text.ace_editor,
.ace-jsoneditor.ace_editor {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
}

textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: #ffffff;
  resize: none;
}

tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}

tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu-button {
  visibility: hidden;
}

tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  visibility: visible;
}

div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}

div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}

div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
pre.jsoneditor-preview,
.jsoneditor-schema-error,
.jsoneditor-popover {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
  color: #1a1a1a;
}

.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}

.jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 7px 10px;
  position: absolute;
  cursor: auto;
  width: 200px;
}

.jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

.jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

.jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

.jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

.jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}

.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* JSON schema errors displayed at the bottom of the editor in mode text and code */

.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}

.jsoneditor .jsoneditor-validation-errors {
  width: 100%;
  overflow: hidden;
}

.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: #808080;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}

.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffc700;
}

.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

.jsoneditor .jsoneditor-text-errors td pre {
  margin: 0;
  white-space: pre-wrap;
}

.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffffab;
}

.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: rgba(238, 46, 46, 0.4392156863);
}

.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  background-position: -168px -48px;
  background-color: transparent;
}

.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  background-position: -25px 0px;
  background-color: transparent;
}

.jsoneditor-anchor {
  cursor: pointer;
}

.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}

.fadein {
  -webkit-animation: fadein 0.3s;
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.jsoneditor-modal input[type=search].selectr-input {
  border: 1px solid #d3d3d3;
  width: calc(100% - 4px);
  margin: 2px;
  padding: 4px;
  box-sizing: border-box;
}

.jsoneditor-modal button.selectr-input-clear {
  right: 8px;
}

.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}

.jsoneditor-menu > button,
.jsoneditor-menu > .jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  color: #ffffff;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 14px;
  float: left;
}

.jsoneditor-menu > button:hover,
.jsoneditor-menu > .jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.jsoneditor-menu > button:focus,
.jsoneditor-menu > button:active,
.jsoneditor-menu > .jsoneditor-modes > button:focus,
.jsoneditor-menu > .jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.jsoneditor-menu > button:disabled,
.jsoneditor-menu > .jsoneditor-modes > button:disabled {
  opacity: 0.5;
  background-color: transparent;
  border: none;
}

.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}

.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}

.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-transform,
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}

.jsoneditor-menu > .jsoneditor-modes {
  display: inline-block;
  float: left;
}

.jsoneditor-menu > .jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.jsoneditor-menu > button.jsoneditor-separator,
.jsoneditor-menu > .jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}

.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  vertical-align: middle;
}

.jsoneditor-menu a:hover {
  opacity: 1;
}

.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-search {
  font-family: arial, sans-serif;
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  display: flex;
}

.jsoneditor-search input {
  color: #1a1a1a;
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
  font-family: arial, sans-serif;
}

.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  vertical-align: top;
}

.jsoneditor-search button:hover {
  background-color: transparent;
}

.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

.jsoneditor-results {
  font-family: arial, sans-serif;
  color: #ffffff;
  padding-right: 5px;
  line-height: 26px;
}

.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: #ffffff;
  padding: 0 2px;
  margin: 0;
}

.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  color: #808080;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  background-position: -168px -48px;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background-image: url("/assets/jsoneditor-icons-CIlYC0TY.svg");
  background-position: -25px 0px;
}

.jsoneditor-statusbar .jsoneditor-array-info a {
  color: inherit;
}

div.jsoneditor-statusbar > .jsoneditor-curserinfo-label,
div.jsoneditor-statusbar > .jsoneditor-size-info {
  margin: 0 4px;
}

.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
}

.jsoneditor-treepath.show-all {
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  background-color: #ebebeb;
  z-index: 1;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
}

.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn {
  display: none;
}

.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}

.jsoneditor-treepath .jsoneditor-treepath-show-all-btn {
  position: absolute;
  background-color: #ebebeb;
  left: 0;
  height: 20px;
  padding: 0 3px;
  cursor: pointer;
}

.jsoneditor-treepath .jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-treepath .jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}

.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */

.selectr-container {
  position: relative;
}

.selectr-container li {
  list-style: none;
}

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}

.selectr-desktop.multiple .selectr-visible {
  display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 3px;
  background-color: #ffffff;
}

.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  -o-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -moz-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectr-placeholder {
  color: #6c7a86;
}

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.has-selected .selectr-tags {
  margin: 0 0 -2px;
}

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #ffffff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999999 #999999;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.selectr-container.open .selectr-options-container {
  display: block;
}

.selectr-input-container {
  position: relative;
  display: none;
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}

.selectr-clear,
.selectr-input-clear {
  display: none;
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}

.selectr-selected .selectr-tag-remove {
  right: 2px;
}

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: " ";
  background-color: #6c7a86;
}

.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #ffffff;
}

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block;
}

.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999999;
  border-radius: 3px;
}

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999999;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.selectr-container.notice .selectr-notice {
  display: block;
}

.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}

.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block;
}

.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal;
}

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}

.selectr-optgroup {
  font-weight: bold;
  padding: 0;
}

.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px;
}

.selectr-match {
  text-decoration: underline;
}

.selectr-option.selected {
  background-color: #ddd;
}

.selectr-option.active {
  color: #ffffff;
  background-color: #5897fb;
}

.selectr-option.disabled {
  opacity: 0.4;
}

.selectr-option.excluded {
  display: none;
}

.selectr-container.open .selectr-selected {
  border-color: #999999 #999999 transparent #999999;
  border-radius: 3px 3px 0 0;
}

.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -moz-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

.selectr-disabled {
  opacity: 0.6;
}

.selectr-empty,
.has-selected .selectr-placeholder {
  display: none;
}

.has-selected .selectr-label {
  display: block;
}

/* TAGGABLE */

.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

.taggable .selectr-label {
  width: auto;
}

.taggable .selectr-tags {
  float: left;
  display: block;
}

.taggable .selectr-placeholder {
  display: none;
}

.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  -webkit-animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}

@-webkit-keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }

  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}

@keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }

  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999999 #999999;
  border-radius: 0 0 3px 3px;
}

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999999 #999999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #ffffff;
}

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}scale-modal[data-v-94cc7ab9]::part(actions) {
  background-color: transparent;
}scale-modal[data-v-888eb815]::part(actions) {
  background-color: transparent;
}
scale-modal[data-v-888eb815] {
  --background-actions-has-scroll: black;
}.resized-image[data-v-ec21785e] {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}
scale-progress-bar[data-v-ec21785e]::part(progress-bar) {
  max-width: 100%;
}
.magenta-text[data-v-ec21785e] {
  font-size: var(--scl-spacing-48);
}
scale-modal[data-v-ec21785e]::part(body-wrapper has-body) {
  height: 70vh;
}
scale-modal[data-v-ec21785e]::part(actions align-right has-actions has-scroll) {
  background-color: rgba(239, 239, 240, 0);
}scale-card[data-v-763764bc]::part(border) {
  width: 100%;
}
.resized-image[data-v-763764bc] {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.clickable-description[data-v-763764bc] {
  cursor: pointer;
}.grid-container[data-v-6c4cbbd4] {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}scale-modal[data-v-858edaae]::part(actions) {
  background-color: transparent;
}