.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: #f8f9fa;
    border-radius: 10px;
}
.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;
}
.row {
    display: flex;
    margin-right: -7.5px;
    margin-left: -7.5px;
    align-items: flex-end;
}

.small-box {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform .2s;
}

.small-box:hover {
    transform: scale(1.05);
}

/* label {
    display: inline-block;
    margin-bottom: .5rem;
    position: absolute;
    right: 15px;
    top: 6px;
    color: grey;
} */