.card-body {
    overflow: auto;
}


.actor {
    cursor: pointer;
}


#innocigsOrders {
    width: 100% !important; 
}

#orderDetailsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 430px;
    gap: 10px;
}

.customorderGrid1 {
    grid-column: 2;
    grid-row: 1/3;
}


table {
    margin-bottom: 0px !important;
}

table tbody tr:hover {
    cursor: pointer;
}

.tableheader {
    display: flex;
    width: 100%;
    padding: 15px;
}

.dataTables_filter {
    margin-left: auto;
}

.tableheader .dataTables_filter label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableheader .dataTables_filter label input {
    margin-left: 5px; 
}

#filterDateRange {
    background: transparent;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    display: flex;
}

.tableheader {
    display: flex;
    width: 100%;
    padding: 15px;
}

.tablebottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.dataTables_info {
    padding-top: 0 !important;
}

.abgleichbox table button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#realCategories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#realCategories li div {
    padding: .5rem .25rem;
}

#realCategories label {
    margin-bottom: 0;
}

#realCategories .card {
    max-height: 65vh;
    overflow: auto;
}

.hidden {
    display: none !important;
}

.toggle-category {
    transition: .25s ease-in-out;
    background: transparent;
    border-radius: .5rem;
}

.toggle-category:hover {
    background: #ddd;
}

.wawi_attributes ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

#attributesZuordnung .card{
    max-height: 65vh;
    overflow: auto;
}

.real_orig_attributes ul {
    list-style-type: none;
    padding:0;
    background: #f8f9fc;
    border: 1px solid #e3e6f0;
}

.real_orig_attributes ul li {
    border: none;
    background:transparent;
    font-weight: normal;
    color: #454545;
    padding: .4rem .5rem;
}

.real_orig_attributes ul li i {
    color: red;
}

.real_orig_attributes  .droptrue.droptarget > li:first-child {
    border-bottom: 1px solid #e3e6f0;
} 

.real_orig_attributes  .droptrue.droptarget  li:not(:first-child) {
    list-style: inside !important;
    font-size: .9rem;
    margin-left: 10px;
} 

.wawi_attributes ul li{
    border: 1px solid #e3e6f0;
    background: #f8f9fc;
    font-weight: normal;
    color: #454545;
    padding: .4rem .5rem;
}

.wawi_attributes ul li {
    cursor: grab;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.tooltipQuestionmark {
     position: relative;
    /*float: right; */
}

.config-container .tab-content {
    border-left: 1px solid white;
}

#attributesZuordnung li{
    list-style-type: none;
}


@media only screen and (max-width: 1199.98px) {
    #dashboardGrid {
      grid-template-columns: 1fr 1fr !important;
    }
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: auto;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-header, .modal-footer {
    background-color: #4e73df;
    background-image: linear-gradient( 
132deg
 ,#0E0A40 5%,#c54291 100%);
    background-size: cover;
    color: white;
    opacity: .9;
}

.modal-body {
    background: #f8f9fc !important;
    box-shadow: inset 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}

.orange {
    color: orange !important
}

.connected-wawi-attribute {
    background-color: #633f9238 !important;
}
