
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */

/*# sourceMappingURL=custom.css.map */
.buttons{
    display: flex;
}

.invoice-input[type=text] { text-align:right }

.table-bg{
    background-color: #D9D9D9;
}
.purchase-bg{
    background-color: #CDF8E3;
}
.sales-bg{
    background-color: #F5DEF8;
}
.current-bg{
    background-color: turquoise;
}
.article-user .image{
    border-radius: 50%;
    float: left;
    width: 45px;
    margin-right: 15px;
}

.item-puchase-hitory table{
   font-size: 12px;
   width: 100%;
}

.item-purchase-input{
    height: 30px;
    text-align: right;
}


table {
    width: 100%; 
}
 
.scroll-blue::-webkit-scrollbar {
    width: 8px;
    }

.scroll-blue::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-blue::-webkit-scrollbar-thumb {
    background-color: #3b82f6; /* Tailwind blue-500 */
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

    /* Firefox */
.scroll-blue {
    scrollbar-color: #3b82f6 #f1f1f1; /* thumb, track */
    scrollbar-width: thin;
}

.tab-container {
    display: flex;
  }

  .sidebar {
    width: 200px;
    background: #f0f0f0;
    padding: 10px;
    border-right: 1px solid #ccc;
  }

  .sidebar h3 {
    margin-top: 0;
  }

  .main {
    flex: 1;
    padding: 15px;
  }

  .filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .filter-bar input, .filter-bar select {
    padding: 5px;
  }

  .summary {
    margin-left: auto;
    font-weight: bold;
  }

  .in { color: green; }
  .out { color: red; }
  .cash { color: #0055cc; }
 
  
  .btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
  }

  .btn:hover {
    background: #0056b3;
  }

  .shipping-address-group {
      position: relative;
      margin-bottom: 10px;
  }

  .shipping-address-group textarea {
    width: 100%;
    padding-right: 30px;
  }

  .remove-icon {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #dc3545;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
  }
  .rounded-20 {
    border-radius: 20px !important;
  }
  .dt-length{
    display: none !important;
  }

  .dashborad-bg{
      background-color: #f4f6ff;
  }

  .profile-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  } 
  .profile-img-logo {
    width: 60px;
    height: 60px;
    object-fit: cover;
  } 
  .table-no-border tr { 
    border-color: white;
  }
  .table-no-border>:not(caption)>*>* {
    padding: 0.01rem .25rem;
}

.table-no-border.table.table-bordered td, .table.table-bordered th {
  border-color: white;
}
select.form-control-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 14px;
}
select.form-control-sm:focus {
   height: 10px;;
}
.auto-item { 
  padding: 7px;
  border-radius: 5px;
  position: relative;
  width: 54%;
}
.remove-item {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  color: #dc3545;
}
.no-border {
  border: none;
  outline: none;
}
.samll-input-20{
  width:20px;
}
.bg-product-details {
  background-color: #d3c4eb;
}