html {
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }

    .card-title-center {
        height: auto; /* Adjust the height as needed */
        overflow: hidden;
    }

    .col-md-limited-height {
        max-height: 120px; /* Adjust the height as needed */
        overflow: hidden;
    }

    .pie-chart-container {
        height: 120px; /* Limit the container height */
        max-height: 120px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Prevent overflow */
    }

    .pie-chart {
        height: 100% !important; /* Make canvas inherit container's height */
        width: auto !important;
    }

    .individueller-luecke-card {
        height: 270px;
    }
}

@media (max-width: 768px) {

    .small-card-title-center {
        min-height: 60px; /* Adjust the height as needed */
        overflow: hidden;
    }

    .col-md-limited-height {
        max-height: 60px; /* Adjust the height as needed */
        overflow: hidden;
    }

    .pie-chart-container {
        height: 60px; /* Limit the container height */
        max-height: 60px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Prevent overflow */
        padding-bottom: 15px
    }

    .pie-chart {
        height: 100% !important; /* Make canvas inherit container's height */
        width: auto !important;
    }

    .individueller-luecke-card {
        height: 310px;
    }
}

@font-face {
    font-family: 'Epilogue';
    src: url('/fonts/Epilogue-Variable.ttf') format('truetype');
    font-weight: 100 900; /* If it's a variable font */
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #fff;
    font-family: 'Epilogue', sans-serif;
}

header {
    position: relative; /* Added position relative */
    height: 90px; /* Adjusted height to include the image */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #110824;
    width: 100%;
    overflow: hidden; /* This will hide any part of the image that overflows the header */
}

#headerImage {
    position: absolute; /* Position it absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    height: 30px; 
    width: 100%; /* Width will be 100% of the container */
    object-fit: fill; /* This will stretch the image to fill the container */
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Positions left and right sections at edges */
    padding: 20px 20px 20px 20px; /* Adjust padding as needed */
    overflow: visible;
}

.img-fluid {
    padding-top: 10px;
}

a, a:visited, a:hover, a:active, a:link {
    cursor: pointer;
    text-decoration: underline;
}

div {
    font-size: 12px; /* Set your desired font size */
}

b {
    font-weight: 600;
}

.card {
    border-radius: 25px !important;
    background-color: #FFF;
    border: #eeeeee solid 1px;
    box-shadow: 2px 2px 10px #eeeeee;
}

.card-nonauth {
    border-radius: 25px !important;
    background-color: #110824;
    color: #fff;
    border: none;
    box-shadow: none;
}

.card-row {
    display: flex;
}

.card-grid-card {
    display: flex;
    box-sizing: border-box;
    align-items: stretch;
}

.internal-card {
    border-radius: 25px !important;
    background-color: #FFF;
    border: #eeeeee solid 1px;
    box-shadow: 2px 2px 10px #eeeeee;
    display: flex;
    flex-direction: column; /* Ensures children are stacked vertically */
    justify-content: space-between; /* Distributes space between elements */
    height: 100%;
    width: 100%;
}

.card-title-left,
.card-title-center,
.card-label-left,
.card-label-center,
.sub-title-center {
    font-weight: 600;
    padding-bottom: 20px;
    color: #110824;
}

.card-title-left,
.card-label-left,
.card-text-left,
.sub-title-left {
    text-align: left;

}

.card-title-center,
.card-label-center,
.card-text-center {
    text-align: center;
    color: #110824;
}

.card-title-left,
.card-title-center {
    font-size: 14px;
    padding-bottom: 25px
}

.card-label-left,
.card-label-center {
    font-size: 12px;
    font-weight: 300;
    color: #110824;
}

.card-text-left,
.card-text-center {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #110824;
}

.sub-title-left {
    font-weight: 600;
    padding-bottom: 14px;
    color: #110824;
    font-size: 12px;
}

.sub-title-center {
    font-weight: 600;
    padding-bottom: 14px;
    color: #110824;
    font-size: 16px;
}

    .small-card-title-center {
        font-weight: 600;
        color: #110824;
        font-size: 12px;
        text-align: center;
    }

.card-text {
    font-size: 12px;
    font-weight: 300;
    color: #110824;
}

.card-text-white {
    color: white;
}

.card-icon-div {
    min-height: 50px;
   
}

.card-icon {
    font-size: 40px;
    color: #110824;
}

.dashboard-card-icon {
    font-size: 30px;
    color: #110824;
}

.info-icon {
    color: #110824;
}

.info-icon:hover {
    color: #FF4DED;
    cursor: help;
}

.home-screen-card-middle {
    min-height: 100px;
}

.home-screen-card-bottom {
    min-height: 100px;
}

.video-placeholder {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 200px;
    cursor: pointer;
    border: 1px solid #aaa;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #aaa;
    opacity: 0.8;
}

.card-img {
    max-width: 100%;
    height: auto;
    color: #110824;
}

.modal-overlay,
.katalog-modal,
.bestaetigung-modal,
.archivieren-modal {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); /* Semi-transparent #110824 */
}


.modal-overlay {
    z-index: 1; /* Sit on top */
}

.katalog-modal,
.bestaetigung-modal,
.archivieren-modal {
    background-color: white;
    border-radius: 25px !important;
    box-shadow: 2px 2px 20px #888;
    padding: 20px;
    overflow-y: visible; /* Allow scrolling if content is too tall */
    z-index: 2;
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center children vertically */
    align-items: center; /* Center children horizontally */
    height: 100%;
}

.katalog-modal {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;

}

.bestaetigung-modal {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.archivieren-modal {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.katalog-modal-content table,
.modal-title-center {
    z-index: 3;
}

.katalog-modal-content table {
    width: 90%;
    height: auto;
}

.modal-title-center {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    color: #110824;
}


.dataTables_length select {
    cursor: pointer;
}



.table-text {
    font-size: 11px;
}

    .table-text.odd.table-highlight {
        background-color: #F4E4BC !important;
    }

.table-text-link {
    color: #110824;
    font-size: 11px;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}

    .table-text-link:hover {
        color: #FF4DED;
        font-size: 11px;
    }


.accordion {
    width: 100%;
}

.accordion-header {
    background-color: #eee;
    border: none;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    width: 100%;
}

.accordion-header-left {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.accordion-content,
.abgeschlossene-aufgaben {
    display: none;
    padding: 15px;
    background-color: white;
}

    /* Correct the selector to target the element with both classes */
    .accordion-content.default-open-accordion {
        display: block;
    }

.accordion-header:after {
    content: '+';
    font-size: 20px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    color: #110824;
    float: right;
    margin-left: 5px;
}

.accordion-header.active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
    color: #FF4DED;
}


.header-left {
    flex-shrink: 0; /* Prevent these sections from shrinking */
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Aligns items to the right within the container */
    flex-shrink: 0; /* Prevents shrinking */
    /* Remove any unwanted padding or margins */
    padding: 0;
    margin: 0;
}

.header-center {
    display: flex;
    flex-grow: 1; /* Allows this section to expand and fill available space */
    flex-shrink: 1; /* Allows shrinking when necessary */
    flex-basis: 0; /* Initial size before growing/shrinking */
    justify-content: space-around; /* Evenly distributes navigation items */
    align-items: center; /* Vertically centers items */
    padding: 0px 40px 0px 20px;
}


nav .navigation-item {
    text-decoration: none !important;
}


nav .no-click {
    text-decoration: none !important;
}


.navigation-item {
    color: #FFF;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    flex: 1 1 auto; /* Allows items to grow and shrink */
    min-width: 0; /* Essential for flex items to shrink below content size */
    white-space: normal;
}

    .active {
        color: #FF4DED;
        font-weight: 600;
    }

.navigation-item:hover {
    color: #FF4DED
}

.dropdown.navigation-item.nav-dropdown > a.active {
    color: #FF4DED;
    text-decoration: none !important;
    font-weight: 600;
}


.hyphenate {
    hyphens: manual;
    overflow-wrap: normal;
    word-break: normal;
    min-width: 0;
}

.home-button {
    padding-top: 7px;
    width: 180px;
}

.active {
    color: #FF4DED
}

.no-click {
    color: #FFF;
    font-weight: 400;
}

    .no-click:hover {
        color: #FF4DED
    }

.nav-dropdown {
    position: relative;
}


.typeahead.dropdown-menu {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block; /* Keep display as block */
    transition: opacity 0.2s ease; /* Smooth transition */
    z-index: 1000; /* Ensure it appears above other elements */
}


.nav-dropdown .dropdown-menu {
    visibility: hidden; /* Hide the menu */
    opacity: 0; /* Make it transparent */
    color: #eeeeee;
    background-color: #110824;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .nav-dropdown .dropdown-menu a {
        color: #eeeeee;
        font-size: 14px;
        text-decoration: none;
        display: block;
    }

        .nav-dropdown .dropdown-menu a:hover {
            color: #FF4DED;
            background-color: #110824;
            display: block;
        }

.nav-dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.accordian-dropdown {
    left: auto;
    right: -15px;
}

.nav-dropdown-item {
    color: #eeeeee;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

    .nav-dropdown-item:hover {
        color: #FF4DED;
        background-color: #110824
    }

.dropdown-menu .dropdown-item-button {
    color: #eeeeee;
    font-size: 14px;
    text-decoration: none;
    display: block;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    padding-left:12px;
}

.dropdown-menu .dropdown-item-button:hover {
    color: #FF4DED;
    background-color: #110824
}

.tabelle-text {
    color: #110824;
    font-size: 12px;
    font-weight: 300;
}


.aufgabe-tabelle-text {
    color: #110824;
    font-size: 12px;
    font-weight: 400;
}

.fragebogen-title {
    color: #110824;
    font-size: 18px;
    font-weight: 600;
}



.fragebogen-frage {
    color: #110824;
    font-size: 12px;
    font-weight: 600;
}


.fragebogen-antwort {
    color: #110824;
    font-size: 14px;
    font-weight: 600;
}


.dashboard-kompetenz-list-text {
    color: #110824;
    font-size: 11px;
    font-weight: 600;
}

.dataTable {
    background-color: white;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    padding-top: 30px;
    width: 100% !important; /* Force the table to use full width */
    table-layout: auto; /* Distribute column widths evenly */
    word-wrap: break-word; /* Wrap text to fit within the cell */
}

    .dataTable tbody tr {
        background-color: white;
        color: #110824;
        font-size: 11px
    }

    .dataTable thead tr {
        background-color: white;
        color: #110824;
    }


.dataTables_length {
    font-size: 14px;
    color: #110824;
    background-color: white;
    padding: 5px;
    border-radius: 4px;
}

    .dataTables_length select {
        color: white;
        font-size: 14px;
        color: #110824;
        background-color: white;
    }

        .dataTables_length select option {
            color: white;
            font-size: 14px;
            color: #110824;
            background-color: white;
        }


.dataTable.datable-no-header {
    padding-top: 10px;
}

.dataTables_filter {
    float: left; /* Aligns the search box to the left */
    margin-right: 7em; /* Adds some space to the right of the search box */
    margin-left: -4px;
}

    .dataTables_filter label {
        display: block; /* Ensures the label takes the full width of its container */
    }

    .dataTables_filter input {
        width: 145%;
    }


.dt-toolbar,
div.dt-toolbar {
    display: flex; /* Uses Flexbox for layout */
}

.dt-toolbar {
    justify-content: space-between; /* Distributes space between the toolbar items */
}



.dataTables_wrapper {
    min-height: 150px; /* Replace with your desired minimum height */
    display: flex;
    flex-direction: column;
}



.dataTables_paginate {
    color: #110824;
    background-color: white;
}

.dt-toolbar-footer .dataTables_paginate {
    padding-top: 10px;
    color: #110824;
    margin: 0 auto;
    float: none !important;
    text-align: center;
    display: inline-block;
}

    .dt-toolbar-footer .dataTables_paginate .paginate_button.current {
        background-image: none;
        background-color: #FF4DED !important;
        border: #FF4DED !important;
        border-radius: 50%;
        color: white !important;
    }

    .dt-toolbar-footer .dataTables_paginate .paginate_button {
        color: #110824 !important;
    }


        .dt-toolbar-footer .dataTables_paginate .paginate_button:not(.disabled):hover {
            background-image: none;
            color: #110824 !important;
            background-color: #FF4DED;
            border-radius: 50%;
            border: #FF4DED !important;
        }

        .dt-toolbar-footer .dataTables_paginate .paginate_button.previous,
        .dt-toolbar-footer .dataTables_paginate .paginate_button.next {
            font-size: 0; /* Hide the text */
            color: #110824; /* White color for symbols */
            background-color: #FFF; /* #110824 background */
            border-radius: 50%;
        }

            .dt-toolbar-footer .dataTables_paginate .paginate_button.previous::before,
            .dt-toolbar-footer .dataTables_paginate .paginate_button.next::before {
                content: '>'; /* Default symbol */
                font-size: 16px; /* Re-adjust font size for the symbol */
                color: #110824; /* Symbol color */
                /* Adjust vertical alignment as necessary */
            }

            .dt-toolbar-footer .dataTables_paginate .paginate_button.previous::before {
                content: '< '; /* Change symbol for "Previous" */
            }

            /* Additional styling for hover states */
            .dt-toolbar-footer .dataTables_paginate .paginate_button.previous:hover,
            .dt-toolbar-footer .dataTables_paginate .paginate_button.next:hover {
                background-color: #FF4DED; /* Darker shade on hover */
                border: #FF4DED !important;
            }


.dataTables_filter input:focus {
    border-color: #FF4DED;
    box-shadow: 0 0 5px #FF4DED;
    outline: none;
}


table#dt-kompetenzluecken th.sorting::after,
table#dt-kompetenzluecken th.sorting_asc::after,
table#dt-kompetenzluecken th.sorting_desc::after,
table#dt-kompetenzluecken th.sorting::before,
table#dt-kompetenzluecken th.sorting_asc::before,
table#dt-kompetenzluecken th.sorting_desc::before {
    color: red !important; /* Or the desired color */
    /* If arrows are CSS shapes or font icons */
}

table#dt-kompetenzluecken th.sorting,
table#dt-kompetenzluecken th.sorting_asc,
table#dt-kompetenzluecken th.sorting_desc {
    background-repeat: no-repeat;
    background-position: center right;
    /* Adjust the position as needed */
}




.nachricht-ungelesen {
    background-color: #4F9BF6;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.nachricht-ungelesen {
    background-color: transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.filter-selector-label {
    color: #110824;
    font-size: 11px;
}


.dashboard-overview-text {
    font-size : 9px;
}


.dashboard-overview-number {
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
}


.btn {
    height: 28px;
    text-decoration: none !important;
    line-height: normal;
    white-space: nowrap; /* Prevent text wrapping inside buttons */
    padding: 0.5rem 1rem; /* Adjust padding for better responsiveness */
    font-weight: 600;
}


.btn-login {
    height: 35px;
    background-color: #110824;
    border-color: #FF4DED;
    color: #FF4DED;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
}

    .btn-login:hover {
        height: 35px;
        background-color: #FF4DED;
        border-color: #FF4DED;
        color: #fff;
        font-size: 16px;
        text-decoration: none !important;
    }

.btn-pink {
    background-color: #FF4DED;
    border-color: #FF4DED;
    color: #FFF;
    font-size: 13px;
    text-decoration: none !important;
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
        background-color: #B235A5 !important;
        border-color: #B235A5 !important;
        color: #FFF !important;
    }



.btn-pink-outline {
    background-color: #FFF;
    border-color: #FF4DED;
    color: #FF4DED;
    font-size: 13px;
}

    .btn-pink-outline:hover {
        background-color: #FFF;
        border-color: #B235A5;
        color: #B235A5;
    }


.btn-black {
    background-color: #110824;
    border-color: #110824;
    color: #FFF;
}

    .btn-black:hover {
        background-color: #110824;
        border-color: #110824;
        color: #FF4DED
    }


.btn-black-outline {
    background-color: #FFF;
    border-color: #110824;
    color: #110824
}

    .btn-black-outline:hover {
        background-color: #FFF;
        border-color: #FF4DED;
        color: #FF4DED
    }


.btn-grey {
    background-color: #CCC;
    border-color: #CCC;
}

    .btn-grey:hover {
        background-color: #AAA;
        border-color: #AAA;
    }


.btn-grey-filter,
.btn-pink-filter {
    height: 33px;
    padding-top: 4px;
}

.btn-grey-filter {
    background-color: #CCC;
    border-color: #CCC;
}

    .btn-grey-filter:hover {
        background-color: #AAA;
        border-color: #AAA;
    }

.btn-pink-filter {
    background-color: #FF4DED;
    border-color: #FF4DED;
    color: #FFF;
    text-decoration: none !important;
}

    .btn-pink-filter:hover, .btn-pink-filter:focus, .btn-pink-filter:active {
        background-color: #B235A5 !important;
        border-color: #B235A5 !important;
        color: #FFF !important;
    }



.btn-text-center {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-top: 8px;
}

.luecke-detail {
    padding-top: 6px;
    font-size: 12px;
}

.text-link {
    color: #110824;
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline;
}

    .text-link:hover {
        color: #FF4DED;
        font-size: 12px;
    }


.btn-red-outline {
    background-color: #FFF;
    border-color: #F96055;
    color: #F96055;
    padding-top: 8px;
}

    .btn-red-outline:hover {
        background-color: #FFF;
        border-color: #B51206;
        color: #B51206;
    }

.btn-small-red-outline {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #F96055;
    background-color: #fff;
    cursor: pointer;
    color: #F96055;
    border-radius: 5px;
}

    .btn-small-red-outline:hover {
        background-color: #FFF;
        border-color: #B51206;
        color: #B51206;
    }


.btn-entfernen {
    padding-top: 2px;
    position: relative;
    top: 1px;
    height: 28px;
}

.taetigkeit-entfernen-btn,
.privaten-entfernen-btn {
    padding: 3px 6px 3px 6px !important;
    position: relative;
    top: 0px;
    height: 20px;
}


.text-link-pink {
    color: #FF4DED;
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline;
}


a.text-link-white {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
}


    .text-link-white:hover {
        color: #FF4DED;
        font-size: 14px;
        font-weight: 400;
    }


.text-link:hover {
    color: #FF4DED;
}


.form-control:focus, .form-control:hover {
    border-color: #FF4DED;
    box-shadow: 0 0 5px #FF4DED;
}


.neue-eintrag-label {
    height: 38px;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}


.neue-einzelkompetenzen-text-input {
    height: 28px;
    border-radius: 5px;
    border: 1px #ccc solid;
    font-size: 12px;
    margin-top:2px;
    width: 80%
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e0e0e0;
    border: none !important;
    border-color: #ced4da; 
    border-radius: 5px;
    cursor: default;
    float: left;
    margin-right: 3px;
    margin-top: 4px;
    padding: 2px 5px;
    display: inline-block;
}


.select2-container--default .select2-selection--single {
    min-height: 33px; /* Example: Adjust the height as needed */
}

.select2-container--default .select2-selection--multiple {
    min-height: 33px;
    font-size: 12px;
    border-color: #ccc;
}


.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default:hover .select2-selection--single {
    border-color: #FF4DED;
    box-shadow: 0 0 5px #FF4DED;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default:hover .select2-selection--multiple {
    border-color: #FF4DED;
    box-shadow: 0 0 5px #FF4DED;
    font-size: 12px;
}





.close-button {
    position: absolute;
    top: -10px; /* Half outside the top border of the container */
    right: -10px; /* Half outside the right border of the container */
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Makes it circular */
    border: 1px solid #999; /* Example border color */
    background-color: #ccc; /* Example background color */
    color: #110824;
    font-size: 20px; /* Adjust as needed */
    text-align: center;
    line-height: 20px; /* Centers the 'X' vertically, adjust based on button size */
    cursor: pointer;
    overflow: visible;
    z-index: 1050;
    padding-bottom: 4px;
}

    /* Optional: Add some hover effect */
    .close-button:hover {
        background-color: #aaa; /* Darker shade on hover */
    }

.form-control.rcorners {
    height: 33px; /* Example height, adjust as needed */
    border: 1px #ced4da solid;
}

    .form-control.rcorners:focus, .form-control.rcorners:hover {
        border-color: #FF4DED;
        box-shadow: 0 0 5px #FF4DED;
    }

.text-bold {
font-weight: 600;
}

input[type="checkbox"]:checked {
    background: #110824;
    color: white;
    border: 1px solid #110824;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: white;
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    border-radius: 3px;
    color: white;
}


input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: 2px;
    left: 2px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


input[type='radio']:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #FF4DED;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


.video-container {
    max-width: 640px; /* Adjust based on your requirement */
    margin: auto;
    border: none;
}

video {
    width: 100% !important; /* Make the video fill the container */
    height: auto !important; /* Adjust height automatically */
    display: block;
}

.progress-bar {
    background-color: #FF4DED;
    font-size: 12px;
    padding-left: 4px;
    color: white;
    text-align: left;
}

    .progress-bar:hover {
        background-color: #FF4DED;
        cursor: pointer;
        border-color: #FF4DED;
        box-shadow: 0 0 5px #FF4DED;
    }

    .progress-bar.active {
        background-color: #FF4DED;
        border-color: #FF4DED;
        box-shadow: 0 0 5px #FF4DED;
    }

.betroffen-checkbox {
    margin-right: 5px;
}

.label-before {
    padding-bottom: 5px;
    padding-top: 0px;
    vertical-align: top
}

.neue-einzelkompetenzen-text-input {
    width: 70%;
}

/* Flexbox Parent Container */
.filters-container {
    display: flex;
    flex-wrap: nowrap; /* Keep items on a single row */
    align-items: flex-start;
    gap: 0.5rem; /* Reduced gap between items */
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

/* Flex Items (Dropdowns and Text Boxes) */
.filter-item {
    flex: 1 1 0%; /* Allow items to grow/shrink as needed */
    min-width: 0; /* Allow items to shrink below their content size */
}

    .filter-item * {
        min-width: 0; /* Allow all child elements to shrink */
        box-sizing: border-box; /* Include padding and borders in width calculations */
    }

    .filter-item .select2-container {
        width: 100% !important;
        max-width: 100%; /* Set max-width to 100% to prevent overflow */
        min-width: 0;
        box-sizing: border-box;
    }

/* Buttons */
.filter-item-auto {
    flex: 0 0 auto; /* Keep buttons fixed in size */
    padding-top: 19px;
    }

/* Labels */
.filter-selector-label {
    font-size: 0.85rem; /* Slightly smaller font */
    margin-bottom: 0.25rem; /* Reduced margin */
    white-space: nowrap; /* Prevent label text from wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
    min-width: 0;
}

    .form-control option {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


/* Responsive Design */
@media (max-width: 768px) {
    .filters-container {
        gap: 0.5rem; /* Reduce spacing on smaller screens */
    }

    .filter-item {
        min-width: 80px; /* Allow inputs to shrink further on small screens */
    }
}

.date-filter {
    height: 30px;
}

.erfasste-table-header {
    overflow: hidden; 
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 6px;
}

.erfasste-table-row {
    overflow: hidden;
    border-bottom: 1px #e5e5e5 solid;
    padding: 8px 0px 8px 0px;
}