.sepa-modal-overlay[data-v-9202c335] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3529411765);
  z-index: 9999999;
}
.sepa-modal-overlay .loader[data-v-9202c335] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #005f96;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation-9202c335 1s linear infinite;
  align-self: center;
}
.sepa-modal-overlay .loader[data-v-9202c335]::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border-bottom: 4px solid #c8d400;
  border-left: 4px solid transparent;
}
@keyframes rotation-9202c335 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.isDisabled[data-v-8d3a74b8] {
    filter: brightness(1.001) grayscale(0.6);
    cursor: not-allowed;
}
.formField .inputWrapper small {
  color: #bf0000 !important;
}
@media all and (min-width: 641px) {
.scForm input[type=date] {
    width: auto;
}
}
@media all and (max-width: 640px) {
.scForm input[type=date] {
    width: 100%;
    height: 50px;
}
}@media (max-width: 1000px) {
.labelSpan[data-v-6d408ebf] {
    font-size: 18px !important;
}
}.sepa-button[data-v-f8ee04ba] {
  border-radius: 28px !important;
  height: 52px !important;
  font-weight: 800 !important;
  cursor: pointer;
}
.sepa-button[data-v-f8ee04ba]:disabled {
  opacity: 30%;
  cursor: not-allowed;
}
.sepa-button--primary[data-v-f8ee04ba] {
  background-color: #c8d400 !important;
  color: #005f96 !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.sepa-button--primary[data-v-f8ee04ba]:not(:disabled):hover {
  background-color: #b6c100 !important;
}
.sepa-button--secondary[data-v-f8ee04ba] {
  background-color: transparent !important;
  border: 2pt #005f96 solid !important;
  color: #005f96 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.sepa-button--secondary[data-v-f8ee04ba]:not(:disabled):hover {
  background-color: #005f96 !important;
  color: #ffffff !important;
}
.sepa-button--secondary[data-v-f8ee04ba]:not(:disabled):hover::before, .sepa-button--secondary[data-v-f8ee04ba]:not(:disabled):hover::after {
  background-color: #ffffff !important;
}
.sepa-button--direction[data-v-f8ee04ba]::after {
  content: "" !important;
  height: 22px;
  width: 22px;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  background-color: #005f96 !important;
  transform: translateX(50%) translateY(2px) scaleX(-1);
  mask-image: url(/-/media/ewe-netz/assets/images/icons/icon-arrow-left.svg) !important;
  -webkit-mask-image: url(/-/media/ewe-netz/assets/images/icons/icon-arrow-left.svg) !important;
}
.sepa-button--download[data-v-f8ee04ba]::after {
  content: "" !important;
  height: 22px;
  width: 22px;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  background-color: #005f96 !important;
  transform: translateX(50%);
  mask-image: url(/-/media/ewe-netz/assets/images/icon-download-green.svg) !important;
  -webkit-mask-image: url(/-/media/ewe-netz/assets/images/icon-download-green.svg) !important;
}
.sepa-button--close[data-v-f8ee04ba]::before {
  content: "" !important;
  height: 22px;
  width: 22px;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  background-color: #005f96 !important;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  mask-image: url(/-/media/ewe-netz/assets/images/icon-close-white-med.svg);
  -webkit-mask-image: url(/-/media/ewe-netz/assets/images/icon-close-white-med.svg);
}.sepa-modal-overlay[data-v-72b6f4ef] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3529411765);
  z-index: 9999999;
}
.sepa-modal-overlay .sepa-confirmation-dialog[data-v-72b6f4ef] {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 550px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media all and (max-width: 640px) {
.sepa-modal-overlay .sepa-confirmation-dialog[data-v-72b6f4ef] {
    width: auto !important;
    left: 5px !important;
    right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    transform: translateY(-50%);
}
}.isDisabled[data-v-788643d5] {
  filter: brightness(1.001) grayscale(0.6);
  cursor: not-allowed;
}.formField .inputWrapper small {
  color: #bf0000 !important;
}
@media all and (min-width: 641px) {
.scForm input[type=date] {
    width: auto;
}
}
@media all and (max-width: 640px) {
.scForm input[type=date] {
    width: 100%;
    height: 50px;
}
}
.sepa-renewal-submit-button-wrapper[data-v-c9c059f5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Modules.back-btn {
    display: none;
}
.frc-banner {
    bottom: 1px !important;
}
