.menu-aside .menu-link {
    font-weight: 750 !important;

}

.col-brand {
    margin: 0 auto !important;
}

.btn.btn-primary {
    display: block !important;
}

.col-4 {
    text-align: center !important;
}

.btn-top {
    display: flex;
    gap: 12px;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #8080808f;
    color: white;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: 0 auto;
}

.material-icons {
    font-family: "Material Icons Round" !important;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

/* CSV Progress Bar */
.bar-holder {
    width: 60%;
    background-color: rgb(231, 231, 231);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0 auto;
  }

  #bar {
    width: 0%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #3BB77E;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
  }
  /*End CSV Progress Bar */

  footer.main-footer {
    bottom: 0;
    padding: 0px 3% !important;
    position: absolute;
    right: 0;
    width: 100%;
    height: 20px !important;
}

.pagination-area .page-item .page-link {
    border: 0;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    width: 45px;
    height: 34px;
    display: block;
    border-radius: 4px;
    background: #e9ecee;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    color: #383e50;
}

.material-icons {
    vertical-align: sub !important;
}
.img-avatar {
    border-radius: 100%;
    border: 3px solid #000 !important;
}


.alert-processing {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-completed {
    color: #145a32;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-shipped {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-canceled {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-pending {
    color: #2d3436;
    background-color: #dfe6e9;
    border-color: #b2bec3;
}

.alert-billing {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-shipping {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    border-radius: 24px;
}

.text-danger{
    color:#721c24;
}

.dropdown-search-img{
    max-width: 70px !important;
    max-height: 70px !important;
}


/* Add CSS styles to align the button at the end of the line */
.dropdown-item.add-to-order {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
}

.add-to-order-button {
    cursor: pointer;
}

.modal_en {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    width: 450px;
    padding: 1.3rem;
    min-height: 250px;
    position: absolute;
    top: 10%;
    left: 20%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  
  .modal_en .flex {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .modal_en input {
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9em;
  }
  
  .modal_en p {
    font-size: 0.9rem;
    color: #777;
    margin: 0.4rem 0 0.2rem;
  }
  

  .btn-open {
    position: absolute;
    bottom: 150px;
  }
  
  .btn-close {
    padding: 0.5rem 0.5rem;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 0rem;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 12;
  }

  .modal_en {
    z-index: 200;
  }

  .hidden {
    display: none;
  }

  .submit_partial_form{
    background-color: cornflowerblue;
    margin: 0 auto;
    color: white;
  }

  .img-preview{
    display: grid;
    justify-items: center;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .checkgroup{
    display: flex;
  }
  .checkgroup li {
    display: inline-block;
    margin-right: 20px;
    width: 50%;
}

.checkgroup input[type="checkbox"] {
    display: none;
}

.checkgroup label {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkgroup img {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.checkgroup .tick-symbol {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    color: #00cc00;
    font-size: 1.5em;
}

.checkgroup input[type="checkbox"]:checked + label .tick-symbol {
    display: block;
}

#loader-overlay {
    position: fixed; /* Καλύπτει όλη την οθόνη */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Ημιδιάφανο μαύρο φόντο */
    z-index: 9999; /* Πάνω από όλα τα άλλα στοιχεία */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.2em;
}

.loader-spinner {
    border: 8px solid #f3f3f3; /* Ανοιχτό γκρι κύκλος */
    border-top: 8px solid #3498db; /* Μπλε χρώμα για την κίνηση */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
    background-color: #f4f5f9 !important;
    border: 2px solid #f4f5f9 !important;
    font-size: 13px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 20px !important;
    color: #4f5d77 !important;
    width: 100% !important;
    border-radius: 4px !important;
    height: 41px !important;
}

.card {
    overflow: unset !important;
}


.btn.btn-warning {
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px;
    color: #ffffff;
    border: none;
    background-color: #fd8a14;
    border-radius: 4px;
}

.text-center.btn.btn-success {
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px;
    color: #ffffff;
    border: none;
    background-color: #00B517;
    border-radius: 4px;
}


/* κρυφή εξ ορισμού */
tr.children-row { display: none; }
/* όταν είναι ανοιχτή */
tr.children-row.show { display: table-row; }

/* προαιρετικό: κάνε τις εναλλαγές χρωμάτων ανά επίπεδο */
table tr[data-level="0"] { background: #ffffff; }
table tr[data-level="1"] { background: #f9f9f9; }
table tr[data-level="2"] { background: #ffffff; }
/* πρόσθεσε κι άλλα αν θέλεις ή χρησιμοποίησε CSS variables */

