
.menubar_button{
   position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.search {
    padding: 5px;
    width: 360px;
    border-radius: 5px;
    border: 1px solid;
    top: 3px;
    position: relative;
}

input#num_pieces {
    width: 100px;
}

.nav-link{
    color: #FFF !important;
}
.title{
    padding: 5px;
    text-align: center;
}

h1.text-light {
    color: #155E86 !important;
}
.heading{
    color: #FFF !important;
}
.top-banner{
    height: 142px;
    width: 113%;
}
body {
    background-color: #efefef;
}
input.form-control, textarea.form-control{width: 500px; border: 1px solid #444;}
.form-group {
    padding: 5px;
}
/* .btn {
    width: 133px;
} */
select, #price, #quantity{
    width: 200px !important;
    border: 1px solid #444  !important;
}

.chosen-container-single .chosen-single{
    height: 33px !important;
    width: 200px !important;
}
.chosen-drop {
    width: 200px !important;
}
.chosen-container-single .chosen-single span {
    font-weight: bold;
}
.fa-plus-circle{
    font-size: 25px !important;
    color: green !important;
}
.fa-minus-circle{
    font-size: 25px !important;
    color: #de0b0b !important;
}
.hide{ display: none;}
.show{display: block;}
footer.footer.mt-auto.py-3.bg-light {
    border-top: 1px solid;
}
#challan_products .form-control {
    width: 85px !important;
    padding: 5px !important;
}

.fa-5 {
    font-size: 7em;
    color: #4191a2;
}
#dashboard span {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
}
#dashboard .form-group.col-3 {
    text-align: center;
}

#unit{float: left; margin-right: 10px;}
.invoice-header h3.center {
    text-align: center;
    display: block;
    width: 86%;
}

#dashboard a{
   color: #4191a2 !important;  
}
a {
    font-weight: bold;
   
    text-decoration: none !important;
}
.red{color: red;}


.invoice {
    font-size:13px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }
  .invoice-header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
  }

  .invoice-details {
    display: block;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
  }
  .invoice-details p {
    margin: 0;
  }
  .invoice-table {
    width: 100%;
    border-collapse: collapse;
  }
  .invoice-table th, .invoice-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
  }
  .invoice-total {
    text-align: right;
  }
h3 {
    font-size: 3.10rem;
    font-weight: bold;
}
.clearfix{clear: both;}
.col-md-6{float: left; padding: 5px;}
th {
    background-color: gray !important;
    color: #FFF;
}
td {
    font-size: 14px;
}
.invoice-header p {
    font-size: 16px;
}


.message {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    background-color: #bbf9b2;
}
button.accordion-button.collapsed, button.menubar_button {
    border-bottom: 1px solid;
}

.accordion-collapse {
    width: 100%;
}
.accordion-body hr{margin: 3px !important; }
.bg-dark1 {
    background: #4191a2;
}
.dashboard{color: #000;}
