

.btn-autark-blue {
    background-color: #1e9ed9 !important;
    color: white !important;
}
.btn-autark-blue:hover {
    background-color: #f69510 !important;
    color: white !important;
}
.btn-autark-ai {
    background: linear-gradient(90deg,rgba(158, 216, 255, 1) 0%, rgba(133, 255, 184, 1) 100%);
    color: #000 !important;
    margin-bottom: 5px;
}
.btn-autark-ai:hover {
    background: linear-gradient(90deg,rgba(158, 216, 255, 1) 20%, rgba(133, 255, 184, 1) 80%);
    color: #000 !important;
}
.btn-autark-grey {
    background-color: #e7e7e7 !important;
    color: rgb(90, 90, 90) !important;
}
.btn-autark-grey:hover {
    background-color: #f5f5f5 !important;
    color: rgb(90, 90, 90) !important;
}

.btn-autark-orange {
    background-color: #f69510 !important;
    color: white !important;
}

.btn-autark-orange:hover {
    background-color: #1e9ed9 !important;
    color: white !important;
}

.price-card.bg-price-go .card-body {
    background: #cdffcd !important;
    border-color: #28b828 !important;
    color: #000;
    box-shadow: 0px 0px 10px -4px #000;
    border-radius: 6px;
}
.bg-price-go .card2 {
    background: #cdffcd !important;
    border-color: #28b828 !important;
    color: #000;
}

.card, .card-body {
    border-radius: 6px;
}

.price-card .card-body {
    background: #fff !important;
}

.price-span {
    padding: 5px;
    border-radius: 3px;
}

.bg-price-go .price-span {
    background: #fff;
    color:#28b828;
    font-weight: 800;
}

.r-15 {
    margin-bottom: 15px;
}

.r-25 {
    margin-bottom: 25px;
}

h1 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}

.system-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
   
    margin-bottom: 5px;
}

.text-light-grey {
    color: #e6e6e6 !important;
}

.text-black {
    color: #000 !important;
}

#dropZone {
    border: 2px dashed #6c757d;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    color: #6c757d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    overflow: hidden;
}
#dropZone img {
    /* object-fit: cover; */
    width: 100%;
    /* height: 100%; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px -4px #000; */
}
#dropZone.dragover {
    border-color: #007bff;
    background-color: #f8f9fa;
}
#dropZone.filled {
    border: none;
    padding: 10px;
}

.card-tabs .card-header, .card-tabs .card-body {
    border: none !important;
}

.card-tabs .card-body {
    padding: 6px;
}

.tab-pane .card-body {
    padding: 1.25rem;
}

.card-tabs .card-header {
    padding-bottom: 15px;
    padding-left: 0px;
}

.nav-tabs {
    border: none;
}

.card-tabs .nav-link {
    background: #fff;
    color: #000;
    margin-left: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.card-tabs .nav-link.active {
    background: #ffc400 !important;
    color: #000;
}


    #notification-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        /* Grunddesign der Notification */
        .notification {
            display: flex;
            align-items: center;
            gap: 15px;
            background-color: #333;
            color: white;
            border-radius: 5px;
            padding: 15px 20px;
            opacity: 0;
            font-size: 1em;
            transform: translateY(20px);
            animation: fadeInUp 0.4s forwards;
            position: relative;
        }

        /* Animationen */
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeOut {
            from {
                opacity: 1;
                transform: translateY(0);
            }
            to {
                opacity: 0;
                transform: translateY(20px);
            }
        }

        /* Verschiedene Farbtypen */
        .notification.success {
            background-color: #28a745;
        }
        .notification.error {
            background-color: #dc3545;
        }
        .notification.warning {
            background-color: #ffc107;
            color: #333;
        }
        .notification.info {
            background-color: #17a2b8;
        }

.system_sate_box {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    width: 200px;
    font-size: 0.8em;
}

.system_sate_box_header {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 5px;
}
.ai_system_sate_box {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20;
}

.lottie_badge_ai {
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 21;
        background: red;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }

.ai_system_sate_box_header {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 5px;
}

table td {
    vertical-align: baseline !important;
    font-size: 0.9em;
}

#search-results {
    overflow: hidden !important;
}

.search-window {
    background: #fff;
    color: #000;
    width: 60%;
    padding: 15px;
    margin-top: -33px;
    margin-left: -24px;
    z-index: 8;
    position: absolute;
    box-shadow: 0px 0px 10px -4px #000;
    border-radius: 6px;
}

.div-flex-10 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.table-success-light td, .table-success-light th, .table-success-light thead th {
    border-color: #c8ffea; 
    background-color: #c8ffea;
}

.table-success-light .text-success {
    font-weight: 800;
    color: #007d50 !important;
}


.skeleton {
  background-color: #e0e0e0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

@keyframes loading {
  0%   { transform: translateX(-150px); }
  100% { transform: translateX(100%); }
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
  animation: loading 1.2s infinite;
  will-change: transform;
}


.input-sm {
    padding: 3px;
    font-size: 0.8em;
}
/*
#product_table_loader {
  min-height: 1460px; 
}
*/


.p-7 {
    padding: 7px !important;
}

.edit_mb {
    display: none;
}
.mb_name:hover {
    cursor: pointer;
}

.mb_name:hover .edit_mb {
    display: block;
}

.nav-link .fa-chevron-down {
    transition: transform 0.2s;
}
.nav-link[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after,
.sidebar .nav-item .nav-link[data-toggle=collapse]::after {
   display: none;
}

.mitarbeiter-highlight {
    background-color: #ffeeba !important;
    transition: background-color 0.2s ease;
}

a:hover {
    text-decoration: none;
}


    .variant-card {
        border: 1px solid #d3d3d3;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 15px;
        margin-left: 5px;
        margin-right: 5px;
        background: #00407f;
    }

    .variant-card-go {
        border: 2px solid #00b31e;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 15px;
        margin-left: 5px;
        margin-right: 5px;
        background: #00b31e;
        color: #fff;
    }
   