html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 10px;
    }
}

.table-responsive {
    overflow-x: auto;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* margin-bottom: 60px;*/
}

.loginPage {
    background-image: url('/images/3defacto-technikum.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: calc(100vh);
    width: 100%;
}

#activeddf {
    /*background-color: #af3d3d;*/
    background-color: #cc2c24;
}

/*.overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.overlay i {
    color: #fff;
}*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.spinner-text {
    position: absolute;
    font-size: 15px;
    animation: colorChange 2s infinite;
}
@keyframes colorChange {
    0% {
        color: red;
    }

    50% {
        color: white;
    }

    100% {
        color: red;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card-ddf {
    /*background-color: #f8f9fa;*/ /* Example background color */
    background-color: #f0f1f2;
    border: 1px solid #dee2e6; /* Example border */
    border-radius: 0.25rem; /* Example border radius */
}

    .card-ddf .card-header {
        /*background-color: #af3d3d;*/
        /*background-color: #cc2c24;*/ /* #048195; Example header background color */
        background-color: #2b3a44;
        color: #fff; /* Example header text color */
    }
/*.text-container {
    font-size: 10px;
    color: #FFF;
    animation: colorChange 2s infinite;
}

@keyframes colorChange {
    0% {
        color: red;
    }

    50% {
        color: white;
    }

    100% {
        color: red;
    }
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/


.ddfTableSelectCursor tbody tr:hover {
    cursor: pointer;
    background-color: lightskyblue;
}

.selectedrowddf {
    background-color: deepskyblue; /* oder jede Farbe deiner Wahl */
}

.selected-row {
    background-color: deepskyblue !important; /* Deine gewählte Farbe für ausgewählte Zeilen */
}

.custom-toast {
    width: 350px;
}
#toast-container.toast-top-right {
    top: 50px !important;
}

.ddfLoginLogo {
    margin: auto;
    padding: 3px;
    width: 100px;
}

.dataTable td {
    word-wrap: break-word;
    white-space: normal;
    max-width: 200px; /* Oder ein anderer Wert nach Bedarf */
}

.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table {
    font-size: calc(12px + (12 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.name-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-icon {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: 5px; /* Entfernen, wenn nicht benötigt */
    /*animation: blinker 4s linear infinite;*/
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.green {
    background-color: greenyellow;
}

.orange {
    background-color: orange;
}

.red {
    background-color: red;
}
.progress-custom {
    height: 20px; 
}

.progress-bar {
    font-size: 12px; /* Größere Schrift für die Beschriftung im Fortschrittsbalken */
}
.zeile-gruen {
    background-color: #28A745 !important;
}

.hiddenRow {
    padding: 0 !important;
}
