@import '_content/Cati.Blazored.Toast/Cati.Blazored.Toast.bundle.scp.css';

/* /Components/Common/Animated.razor.rz.scp.css */
.color-red[b-rx6ebj6oqd] {
    color: red;
}

.color-orange[b-rx6ebj6oqd] {
    color: orange;
}

.color-green[b-rx6ebj6oqd] {
    color: green;
}

@keyframes blink-b-rx6ebj6oqd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse-b-rx6ebj6oqd {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

.is-blinking[b-rx6ebj6oqd] {
    animation: blink-b-rx6ebj6oqd 1s ease infinite;
}

.is-pulsating[b-rx6ebj6oqd] {
    animation: pulse-b-rx6ebj6oqd 2s infinite;
}
/* /Components/Common/Buttons/HyperlinkButton.razor.rz.scp.css */
.hyperlink-button[b-pf3wd1wzjw] {
    background: none;
    border: none;
    color: var(--rz-link-color);
    padding: 0;
}

.hyperlink-button:hover[b-pf3wd1wzjw] {
    text-decoration: underline;
}

.hyperlink-button:active[b-pf3wd1wzjw],
.hyperlink-button:focus[b-pf3wd1wzjw] {
    outline: none;
}
/* /Components/Common/FlexSpacer.razor.rz.scp.css */
.flex-spacer[b-naybvpkanf] {
    flex: 1 1 auto;
}
/* /Components/Common/Icon/CustomIcon.razor.rz.scp.css */
.custom-icon-letter[b-q7z0voqam9] {
    cursor: default;
    font-family: Arial, serif;
    font-weight: 600;
}
/* /Components/Common/TextBox/CatiAuftragsnummer.razor.rz.scp.css */
.cati-input-container[b-xgk0brfznz] {
    display: flex;
    flex-direction: row;
    flex: 1;
}
/* /Components/DropDowns/Common/EmptyInputForLabelAssociation.razor.rz.scp.css */
.hide-input[b-4168dv1khv] {
    visibility: hidden;
}
/* /Components/Phase/Strukturierung/FixierungsProfil.razor.rz.scp.css */
.cati-fixierung-hinzufuegen-margin[b-r24eexp0ep] {
    margin-top: 28px;
}
/* /Components/Phase/Versorgung.razor.rz.scp.css */
span.rz-cell-data[b-29xhtaxjmc] {
    white-space: normal;
}

.word-wrap-normal[b-29xhtaxjmc] {
    white-space: normal;
}
/* /Components/VersorgungsPunkte/Fahrplan/PeriodZeitreiheImport.razor.rz.scp.css */
.zeitreihe-importitems-wrapper[b-9tqxzokexx] {
    height: 235px;
    overflow-y: scroll;
}
/* /Pages/Admin/Erstellen/AdminProdukte.razor.rz.scp.css */
.produkte-heading[b-l0wmn05a0m] {
    word-break: break-word;
    min-width: 4rem;
}
