.btn-primary {
    color: #fff;
    background-color: #008b20;
    border-color: #008b20;
}
.primary-color {
    color: #008b20;
}
.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    background: #d2e9ff;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.form-control-feedback.fa {
    line-height: calc(2.25rem + 2px);
    position: absolute;
    top: 0;
    right: 10px;
    color: #008c30;
}
.sidebar {
    height: calc(100% - (3.5rem + 1px));
    overflow-x: hidden;
    overflow-y: initial;
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 0;
    scrollbar-color: #a9a9a9 transparent;
    scrollbar-width: none;
}
.purchase-summary .summary, .sale-summary .summary {
    display: flex;
    gap: 20px;
}
form .row {
    display: flex;
    margin-right: -7.5px;
    margin-left: -7.5px;
    align-items: flex-end;
}
.field_hide, #customerForm{display: none;}
#add_remote_customer{
    cursor: pointer;
}
.select2-container {
    width: 100% !important;
}
.bag_rceive_form {
    display: none;
    padding: 8px 8px;
    background: #cdcdcd;
    border-radius: 5px;
    margin: 5px 0;
    position: absolute;
    right: 0;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000000 !important;
}