#uni-vue-gp-ergebniserfassung {
    .card {
        background-color: #fff;
        box-shadow: 1px 1px 6px rgba(127, 127, 127, 0.3);
        border: none;

        .card-header {
            border: none;
            padding: 20px;
        }

        .card-body {
            border: none;
            padding: 20px;
        }
    }

    .panel {
        background-color: #fff;
        box-shadow: 1px 1px 6px rgba(127, 127, 127, 0.3);
        border: none;

        .panel-heading {
            border: none;
            padding: 20px;
        }

        .panel-body {
            border: none;
            padding: 20px;
        }
    }

    .breadcrumb {

        .breadcrumb-item {

            .breadcrumb-link {
                &.active {

                }

                &.disabled {
                    pointer-events: none;
                    border: none;
                }
            }

            + .breadcrumb-item {


                &::before {
                    font-family: 'Font Awesome 5 Free', serif;
                    font-weight: 900;
                    display: inline-block;
                    font-style: normal;
                    font-variant: normal;
                    text-rendering: auto;
                    line-height: 1;
                    content: "\f054";
                    scale: 0.8;
                    color: #444 !important;
                }

                & .breadcrumb-link {

                }
            }
        }
    }

    .btn {
        border: none;

        &:focus {
            outline: none;
        }

        & i {
            pointer-events: none;
        }
    }

    #uni-vue-gp-ergebniserfassung-prueflinge {
        .panel-group {
            margin-bottom: 0;

            .panel {
                background-color: #fff;
                box-shadow: 1px 1px 6px rgba(127, 127, 127, 0.3);
                border: none;
            }

            .panel-heading {
                padding: 20px;
            }

            .panel-body {
                padding: unset;
            }
        }

        .well {
            margin: unset;
            padding: 20px;
        }

        & table.bewertung {
            margin-bottom: 30px;
            table-layout: fixed;

            & :is(th,td) {
                padding: 5px 15px;
                border: none !important;
            }

            & thead {
                border-bottom: 2px solid #408fe5 !important;

                & th {
                    text-align: center;
                }
            }

            & tbody {

                & tr:last-child > td:last-child {
                    padding-bottom: 20px;
                }

                & th {
                    vertical-align: middle;
                    text-align: center;

                    &[scope="rowgroup"] {
                        font-weight: bold;
                        padding-top: 20px;
                    }

                    &[scope="row"] {
                        font-weight: normal;
                    }
                }

                + tbody {
                    border-top: 1px solid #408fe5 !important;
                }
            }

            & tfoot {
                border-top: 2px solid #408fe5 !important;
            }
        }
    }

    #uni-vue-gp-ergebniserfassung-prueflinge {
        .form-control {
            min-width: fit-content;
            height: auto;
            padding: 3px 10px;
        }
    }
}

.gesamt-pkt {
    background-color: #e9ecef !important;
    opacity: 1 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid gray !important;
    /*display: table-cell !important;*/
    vertical-align: middle !important;
    /*min-width: 100% !important;
    width: 100% !important;*/
    /*padding: 0.375rem 0.75rem !important;*/
    /*font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);*/
    color: #495057 !important;
    background-clip: padding-box !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    overflow: visible !important;
    /*margin: 0 !important;*/
    font-family: inherit !important;
}