body {
    background-color: rgb(245, 245, 249);
    color: rgba(50, 71, 92, 0.87);
}
.btn-tool {
    font-size: 1.25rem;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: rgb(105,108,255);
}
.transaction-form .form-control:focus,
.transaction-form .form-select:focus {
    border-width: 2px;
}
.transaction-form .btn:focus-visible {
    outline: 0;
    box-shadow: 0px 0px 4px 6px #7cacf8;
}
.tabulator .tabulator-headers .tabulator-col .tabulator-header-filter input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tabulator .tabulator-headers .tabulator-col .tabulator-header-filter input:focus {
    box-shadow: none;
    border-color: rgb(105,108,255);
}
.tabulator-row.tabulator-group {
    border-bottom: 1px solid rgba(34, 36, 38, .1);
    border-top: none;
    display: flex;
    align-items: center;
    padding-top: .78571em;
    padding-bottom: .78571em;
}
.subtabulator.tabulator {
    padding: 8px 0px 0px 40px;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #f9fafb;
}
.subtabulator .tabulator-header {
    border-top: 1px solid rgba(34, 36, 38, .1);
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-floating > .form-control:focus ~ label {
    color: rgb(105,108,255) !important;
    transform: scale(0.85) translateY(-1.8rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-1.8rem) translateX(0.15rem);
}
.primary-color {
    color: rgba(50, 71, 92, 0.87);
}
.img-logo {
    width: 400px;
    max-width: 80%;
}
.button-primary-color {
    background-color: rgb(105,108,255);
    color: #FFFFFF;
}
.button-primary-color:hover {
    background-color: rgba(105,108,255, 0.8);
    color: #FFFFFF;
}
.form-group.has-error .help-block{
    font-size: 14px;
    font-style: italic;
    color: #FF0000;
}
.formError.inline {
    position: absolute !important;
    top: auto !important;
}
#form-city_id .formError.inline,
#form-categories .formError.inline,
#form-types .formError.inline,
#form-supplier_id .formError.inline,
#form-product_category_id select[name="product_category_id"] + .formError.inline,
#form-report_type .formError.inline {
    top: 38px !important;
}
.formError.inline .formErrorContent {
    width: 100%;
    background: transparent;
    color: red;
}
.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 6px 0 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
span.err-message {
    position: absolute;
    font-size: 11px;
    color: red;
    left: 8px;
}
.custom-file + span.err-message {
    top: 38px;
}
#form-city_id span.err-message,
#form-categories span.err-message,
#form-types span.err-message {
    top: 38px;
}

#customer-table,
#supplier-table,
#staff-table,
#product-table,
#order-table,
#delivery-table {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.customer-detail strong.title,
.staff-detail strong.title,
.product-detail strong.title {
    width: 130px;
}
.supplier-detail strong.title{
    width: 66px;
}
.transaction-detail strong.title,
.finance_type-detail strong.title {
    width: 160px;
}
.customer-detail strong.title::after,
.supplier-detail strong.title::after,
.staff-detail strong.title::after,
.product-detail strong.title::after,
.transaction-detail strong.title::after,
.finance_type-detail strong.title::after {
    content:":";
    float: right;
}
.photo-img {
    height: 200px;
    max-width: 100%;
}
#detailTransactionCanvas .btn-expand {
    font-size: 22px;
    color: #32475cde;
}
#detailTransactionCanvas {
    width: 800px;
    transition: all 0.3s;
}
#detailTransactionCanvas.expanded {
    width: 100%;
}