.sidebar i {
    margin-left: 0.05rem;
    font-size: 1.2rem;
    margin-right: 0.2rem;
    text-align: center;
    width: 1.6rem;
}

.sub-item-name {
    font-size: 65% !important;
    font-weight: 300;
    color: grey;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
    margin-top: 15px;
}

.row-with-errors {
    background-color: #d88888 !important;
}

.row-with-messages {
    background-color: #F7F26A !important;
}

.row-with-success {
    background-color: #87D879 !important;
}

.field-edit {
    margin-left: 5px;
}

#import-products .d-flex {
    cursor: pointer;
}

#import-products .d-flex .ean-field {
    width: 100%;
}

.hidden-col{
    display: none;
}

.sidebar .nav-header {
    font-weight: bold;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dt-buttons {
    margin-left: 10px;
}

.processing-div {
    position: fixed;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    padding: 1em 0;
    background-color: white;
    border: 1px solid #d2d6de;
}

.disabled-row td {
    background-color: #f0a5a5 !important;
}

.td-align-center {
  text-align: center !important;
}

ul.error {
    color: #dc3545;
}

.new-notification {
    background-color: #ffff80 !important;
}

.hidden-label span {
    opacity: 0;
}

.notification-message {
    width: 400px;
}

.priority-change {
    cursor: pointer;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.selected-language {
    color: white;
    width: 100%;
}

.selected-language select {
    margin-left: 1rem;
    width: 30%;
    padding-left: 15px;
    font-weight: 600;
 }
 
 .panel-logo {
    width: 60%;
    height: auto;
 }
 
 .sidebar-collapse .panel-logo {
    opacity: 0 !important;
 }
 
  .panel-logo {
    opacity: 0.9;
    transition: opacity 0.3s ease !important;
 }
 
 .main-sidebar:hover .panel-logo {
    opacity: 0.9;
  }
  
  .filter-title {
    font-weight: 700;
  }
  
  .project-name {
    max-width: 200px;
  }
  
  .auth-logo {
    width: 200px;
  }
  
    .powered-by {
        color: #b0adc5;
        font-size: 13px;
        text-align: center;
        position:absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    
    .powered-by-form {
        color: #b0adc5;
        font-size: 13px;
        position: absolute;
        bottom: 0;
        height: 2.5rem;
    }
    
    .powered-by-form a {
        color: #6c757d;
    }
    
.dataTables_wrapper.no-footer:has(.dt-button-collection) {
    --custom-min-height: 100vh;
}
.dataTables_wrapper.no-footer {
    min-height: var(--custom-min-height, initial);
}

.table td {
    padding: 0.25rem !important;
}
.custom-tooltip {
   display: block;
   max-width: none;
}

#modal-xl-products .select2{
    width:100% !important;
}

.selected-product-row td {
    background-color: yellow !important;
}

.sku-col {
    min-width: 300px;
}

.brand-text {
    color: black;
    font-size: 1.6rem;
    font-weight: bold;
}
.truncate div, .truncate span {
  max-width:650px;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-data .d-block {
    color: white !important;
    font-weight: 600;
}

.filter-col {
    width: 100%;
    min-width: 100px;
}

.invoice-info {
    width: 100%;
}

.order-details-info {
    margin-left: 0.5rem;
    font-weight: bold;
}

.invoice-col {
    margin-top: 0.3rem;
    border-bottom: 1px solid #80808047;
    padding-bottom: 0.5rem;
}

.invoice-col label {
    margin-bottom: 0;
}
.hidden{
    display: none;
    visibility: hidden;
}

.cloned-row {
    margin-top: 0.5rem;
    width: 400px;
    display: flex;
    flex-wrap: nowrap;
}

.reserv-col {
    margin-right: 0.5rem;
}

.reserv-col .select2 {
    width: 400px !important;
}

.row-with-errors td {
    background-color: #d88888 !important;
}

#orders-sync .settlement-rows {
    padding: 1rem;
    overflow-x: auto;
}

#orders-sync .sync-status-rows {
    margin: 0rem 50px;
}