/* ================================================================================================
// 	File Name: style.scss
// 	Description: Style for customization.
// 	----------------------------------------------------------------------------------------------
// 	Item Name: Chameleon Admin - Modern Bootstrap 4 WebApp & Dashboard HTML Template + UI Kit
// 	Version: 1.0
// 	Author: ThemeSelection
// 	Author URL: https://themeselection.com/
// ================================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@media only screen and (max-width: 768px) {
    .add-dash-box {
        position: relative !important;
    }
}

.dash-box {
    padding: 70px 5px 5px 10px;
    display: inline-block;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    background-color: white;
    margin-right: 10px;
    width: 200px;
    height: 100px;
}

.numbers-container {
    /* background-color: gainsboro; */
    background-image: linear-gradient(to right, #9f78ff, #32cafe, #32cafe);
    border-radius: 15px 15px 0 0;
}

.numbers-container h1 {
    color: white;
}

.dash-container {
    padding: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* background-color: rgb(226, 226, 226); */
    flex-wrap: wrap;
}

.inventory-count {
    /* padding: 6px; */

    display: flex;
    margin: 0 10px;
    gap: 12px;
}

.inventory-count span {
    /* min-width: 150px; */
    text-align: center;
    min-height: 50px;
}

.inventory-count .divider {
    border-left: 2px solid white;
    /* width: 150px; */
}

.inventory-count p {
    color: white !important;
    margin: 8px 12px;
    font-size: 2.2rem;
    word-wrap: normal;
    white-space: nowrap;
}

.dash-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0 10px 10px;
    width: 200px;
    min-height: 100px;
    /* border: 1px solid #c3c3c3; */
    border-radius: 15px;
    background-color: white;
}

.dash-box-2:nth-last-child(1) {
    /* background-color: #c3c3c3; */
}

.dash-text {
    text-align: center;
    margin-top: 10px;
}

.dash-text:nth-child(1) {
    font-size: 2rem;
}

.dash-text:nth-child(2) {
    font-size: 1rem;
}

.add-dash-box-2 {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #c3c3c3;
    width: 200px;
    height: 100px;
}

.add-icon-2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    z-index: 9999 !important;
}

.add-dash-box {
    width: 200px;
    height: 100px;
    padding: 40px 5px 5px 10px;
    display: inline-block;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    background-color: #c3c3c3;
    margin-right: 10px;
    position: absolute;
}

.add-icon {
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
}

.box-title {
    margin-bottom: 0;
    font-weight: bold;
    display: inline-block;
}

.box-chart {
    border: 1px solid #e4e4e4 !important;
    border-radius: 15px !important;
    min-height: 450px;
    max-height: 450px !important;
    white-space: nowrap;
    margin: 10px;
    background-color: white;
}

.box-chart.no-min-height {
    max-height: none !important;
}

.h-overflow {
    overflow: scroll !important;
}

.chart-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: -20px !important;
    margin-left: -10px !important;
    display: inline-block;
}

.f-16 {
    font-size: 16px;
}

.line-200 {
    height: 200px !important;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-l-5 {
    margin-left: 5px !important;
}

.date-picker-100 .react-datepicker-wrapper {
    width: 100% !important;
}

.custom-alert {
    padding: 15px;
    max-width: 25em;
    border-radius: 5px;
    box-shadow: 0 0px 4px 0;
    width: 25em;
    background-color: white;
    height: auto;
}

.react-confirm-alert-overlay {
    background: rgb(193 193 193 / 90%) !important;
    z-index: 9999 !important;
}

.custom-alert-body .alert-icon {
    font-size: 5em;
    margin: 10px;
    color: #ffa264;
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* badges label */
.lbl-status {
    border-radius: 3px;
    padding: 1px 6px;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    font-weight: 600;
}

.lbl-undelivered,
.lbl-draft,
.lbl-partial {
    background-color: #cfd8dc;
    color: #455a64;
}

.lbl-danger,
.lbl-unpaid,
.lbl-new,
.lbl-delete,
.lbl-undelivered,
.lbl-cancelled,
.lbl-overdue {
    background-color: #ffd0d3;
    color: #ff4259;
}

.lbl-full,
.lbl-update,
.lbl-dicount-type,
.lbl-upcoming {
    background-color: #dfecff;
    color: #1a97f0;
}

.lbl-primary {
    background-color: #6967ce;
    color: #dfecff;
}

.lbl-saved,
.lbl-success,
.lbl-settled,
.lbl-create,
.lbl-delivered,
.lbl-received,
.lbl-closed,
.lbl-approved,
.lbl-paid {
    background-color: #bff1df;
    color: #0fb365;
}

.lbl-warning {
    background-color: #ffff8d;
    color: #fbc02d;
}

.bg-warning {
    background-color: #ffff8d59 !important;
    border-color: #fbc02d !important;
}

.bg-danger {
    background-color: #ffd0d380 !important;
    border-color: #ff4259 !important;
}

.lbl-reported,
.lbl-payment-type,
.lbl-pos-warning,
.lbl-due {
    color: #e69138;
    background-color: #f9dfa0;
}

.lbl-coming-soon {
    position: absolute;
    margin-left: 5px !important;
    background-color: #6967ce;
    color: #dfecff;
}

.lbl-lg {
    padding: 10px;
    font-size: 15px;
}

.tool-tip {
    margin: 8px;
}

.input-group .css-2b097c-container,
.input-group .date-picker-100 {
    width: 90% !important;
}

.input-group-clear .form-control {
    border-top-right-radius: 0.25em !important;
    border-bottom-right-radius: 0.25em !important;
}

.display-flex {
    display: flex !important;
}

.margin-auto {
    margin: auto !important;
}

/* company logo */
.brand-text img {
    width: 150px;
}

/* color: #00c0ff */
.input-group-14 .css-2b097c-container {
    width: 26em !important;
}

.input-group-14 .input-group-prepend {
    margin-left: 10px !important;
}

.input-group-full .css-2b097c-container {
    width: 100% !important;
}

.input-group-full .input-group-prepend {
    position: absolute !important;
    right: -3em !important;
}

.Select-a.is-open {
    position: relative;
    z-index: 1000;
}

.Select-a-menu-outer {
    z-index: 1000;
    position: relative;
}

.max-1920 {
    max-width: 1920px;
}

.width-200 {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
}

.min-width-150 {
    min-width: 150px !important;
}

.min-width-80 {
    min-width: 80px !important;
}

/* .fix-header
{
    position: fixed;
    z-index: 1030;
    margin-left: -16px;
    padding-left: 2em;
    padding-top: 3em;
    margin-top: -3em;
    padding-bottom: 30px;
    width: 100%;
} */
/* .margin-top-5
{
    margin-top:5em !important;
} */
.margin-top-1 {
    margin-top: 1em !important;
}

/* .height-11
{
    height: 11em !important;
}

.btn-fix-header
{
    z-index: 1031;
    position: fixed;
    right: 2em;
}
*/

.padding-td-5 {
    padding: 10px !important;
}

.padding-td-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.border-top-tab {
    border-top: 1px solid #e3ebf3;
}

.pad-bot-30 {
    padding-bottom: 30px;
}

.pad-bot-20 {
    padding-bottom: 20px;
}

.pad-left-0 {
    padding-left: 0px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.f-black {
    color: black;
}

.inv-product-img {
    max-height: 100%;
    height: 200px;
    width: auto;
    max-width: 200px;
    /*border: 1px solid;*/
}

.inv-product-img-sm {
    max-height: 100%;
    height: 100px;
    width: auto;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0px;
    /* border-top-right-radius: 15px; */
    background-color: #cfcfcf;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-left: 1px solid #e3ebf3 !important;
    border-right: 1px solid #e3ebf3 !important;
    /* border-top: 1px solid #e3ebf3 !important; */
    color: white !important;
}

.nav-tabs .nav-link.active {
    color: #6967ce !important;
    border-top: 3px solid #6967ce !important;
    background-color: white !important;
}

.font-white {
    color: white !important;
}

.max-200 {
    max-height: 200px;
}

.no-padding-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.f-inherit {
    font-size: inherit !important;
}

.table-no-border th,
.table-no-border td {
    border: 0px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.margin-5px {
    margin: 5px;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.h-93 {
    height: 94.5%;
    min-height: 100px;
}

.g-bg {
    background-color: #f4f5fa;
}

.h-100p {
    height: 100%;
    min-height: 300px;
}

.btn-center-vertical {
    position: absolute;
    top: 45%;
    /*right: 30%;*/
}

.w-75p {
    width: 80%;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 12px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    color: white !important;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

.f-20 {
    font-size: 20px;
}

.f-23 {
    font-size: 23px;
}

.f-25 {
    font-size: 25px;
}

.padding-5 {
    padding: 5px !important;
}

.f-regular {
    font-size: 18px;
}

.login-form,
.form-control-regular,
.react-tel-input .form-control {
    padding-right: 1.5rem !important;
    padding-left: calc(2.75rem + 2px) !important;
    border: 1px solid #cacfe7;
    display: block;
    width: 100%;
    height: -webkit-calc(2.75rem + 2px);
    height: -moz-calc(2.75rem + 2px);
    height: calc(2.75rem + 2px);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

.form-control {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* margin: 0; */
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

.table th,
.table td {
    padding: 0.75rem 0.75rem !important;
}

.sku-15-ellipsis {
    max-width: 130px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.tool-tip:hover {
    cursor: pointer;
}

/* upload image */

.dropzone-line-style {
    border: 2px dashed grey;
    padding: 30px 0 30px 0;
    min-width: 150px;
    max-width: 400px;
}

.item-upload-img {
    min-width: 150px;
    max-width: 400px;
}

.upload-icon {
    font-size: 4rem;
    padding-bottom: 0px;
}

.ft-upload-cloud {
    background: #0000;
}

.upload-message {
    font-size: 1.7rem;
}

.upload-message-or {
    font-size: 1.5rem;
}

.upload-list-name {
    font-size: 1rem;
}

/* end upload image */

/* upload files for customer and supplier */
.file-wrap-container {
    padding: 5px;
    height: 250px;
    overflow-y: auto;
}

.file-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    margin: 10px;
    max-height: 300px;
    min-width: 300px !important;
    max-width: 300px !important;
    justify-content: space-between;
}

.file-name-ext-container {
    display: inline-block !important;
}

.file-name-ext {
    margin: 10px;
    height: 30px;
    width: 30px;
    min-width: 30px !important;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* border-radius: 50%; may require vendor prefixes */
    /* background: #edf5ff; */
    /* border: 2px solid #597eab; */
    color: #597eab;
    font-size: 15px;
}

.file-name-ext img {
    width: 60px;
    min-width: 60px !important;
}

.file-name-list {
    align-self: center !important;
    padding-left: 10px;
    font-size: 15px;
    color: grey !important;
    margin-right: auto;
}

.file-delete-upload {
    /* display: inline-block !important; */
    padding-top: 20px;
    padding-left: 10px;
    font-size: 30px;
    cursor: pointer;
}

.file-dropzone-line {
    border: 2px dashed grey;
    padding: 25px 0 30px 0;
    min-width: 270px !important;
    max-width: 270px !important;
}

.file-upload-icon {
    align-self: center !important;
    font-size: 4rem;
    padding-bottom: 0px;
    background: #0000;
}

.file-upload-message {
    font-size: 1.5rem;
}

.file-upload-message-or {
    font-size: 1.5rem;
    margin: 0px 0 12px 0;
}

/* end upload image */

.strike-through {
    text-decoration: line-through !important;
    font-size: 16px !important;
    font-style: italic !important;
    display: block;
}

.lp-copy-sel__option,
.lp-copy-sel__single-value {
    white-space: pre-wrap !important;
}

.lp-copy-sel__value-container {
    height: 2em !important;
}

.img-thumbnail {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.v-a-middle {
    /*vertical-align: middle !important;*/
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-border-top {
    border-top: 0px !important;
    /*margin-top: -1px;*/
}

.card-box-top {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(62, 57, 107, 0.07);
    box-shadow: 0px 15px 15px 0px rgba(62, 57, 107, 0.07);
    top: -2px;
}

.card-header-tab {
    margin-bottom: 50px;
    margin-top: 10px;
}

.theader,
.cursor-pointer {
    cursor: pointer;
}

.MuiTable-root th {
    text-align: left !important;
    font-weight: bold !important;
}

.MuiTable-root
    th
    .MUIDataTableHeadCell-toolButton-59
    .MUIDataTableHeadCell-sortAction-55:first-child {
    width: 100% !important;
}

.MuiTable-root
    th
    span.MUIDataTableHeadCell-toolButton-59
    .MUIDataTableHeadCell-sortAction-55
    .MUIDataTableHeadCell-data-54 {
    width: 100% !important;
    text-align: center !important;
}

.MUIDataTableBodyCell-root-163:has(.parent-center),
.MUIDataTableBodyCell-root-70:has(.parent-center) {
    text-align: center !important;
}

/* background of supplier initial_stock in items edit page*/
.bg-disabled {
    background-color: #eceff1;
}

.text-center .jss55:first-child .jss54,
.text-center .jss55:first-child {
    width: 100% !important;
}

/* Product styles */

.containerUl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.containerUl .btn {
    padding: 3px;
    margin-left: 2px;
}

.item {
    line-height: 20px;
    color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

/*float layout*/
.float {
    max-width: 1200px;
    margin: 0 auto;
}

.float:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.float-item {
    float: left;
}

#materialTags {
    margin-bottom: 0 !important;
}

.custom-dialog-product {
    z-index: 99999;
    max-width: 1000px;
}

#imagePreview {
    max-height: 300px;
}

.row-style-hover:hover {
    cursor: pointer;
}

.history-modal {
    z-index: 99999;
    max-width: 1000px;
}

/* end of Product styles*/

/* Attribute styles */
.custom-dialog-attribute {
    z-index: 99999;
    max-width: 30%;
}

/* end of Attribute styles*/

/* Attribute styles */
.custom-dialog-attribute-template {
    z-index: 99999;
    max-width: 60%;
}

.card-scrollable {
    max-height: 450px;
}

.card-scrollable-show {
    max-height: 260px;
}

/* end of Attribute styles*/

/* PurchaseOrder, Quotation, SalesInvoice Modal Styles */
.modal-style {
    z-index: 99999;
    /*min-width: 1280px;*/
    /*overflow-x: auto;*/
    max-width: 1100px;
    margin: auto;
    margin-top: 2%;
}

.modal-style .table th,
.modal-style .table td {
    padding: 10px;
}

/* Delivery Modal Styles */
.modal-style-lg {
    z-index: 99999;
    /*min-width: 1280px;*/
    /*overflow-x: auto;*/
    max-width: 1280px;
    margin: auto;
    margin-top: 2%;
}

.modal-style-lg .table th,
.modal-style-lg .table td {
    padding: 10px;
}

.min-wdth-300 {
    min-width: 300px;
}

.min-wdth-200 {
    min-width: 200px;
}

.min-wdth-100 {
    min-width: 100px;
}

.min-wdth-120 {
    min-width: 120px;
}

.min-wdth-130 {
    min-width: 130px;
}

.min-wdth-180 {
    min-width: 180px;
}

.min-wdth-150 {
    min-width: 150px;
}

.min-wdth-75 {
    min-width: 75px;
}

.max-wdth-300 {
    max-width: 300px;
    width: 300px;
}

.max-wdth-200 {
    max-width: 200px;
    width: 200px;
}

.max-wdth-100 {
    max-width: 100px;
    width: 100px;
}

.max-wdth-120 {
    max-width: 120px;
    width: 120px;
}

.max-wdth-130 {
    max-width: 130px;
    width: 130px;
}

.max-wdth-150 {
    max-width: 150px;
    width: 150px;
}

.max-wdth-180 {
    max-width: 180px;
    width: 180px;
}

.max-wdth-75 {
    max-width: 75px;
    width: 75px;
}

.modal-show {
    z-index: 99999;
    max-width: 1000px;
}

.td-padding {
    margin-top: 5px;
}

/* end of PO styles*/

/* Logs Modal Style */
.log-show-modal__update {
    z-index: 99999;
    max-width: 90% !important;
}

.log-show-modal__create {
    z-index: 99999;
    max-width: 80% !important;
}

.log-show-modal__body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.item-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-card .item-fields {
    width: 50%;
    box-sizing: border-box;
}

.item-card .item-column-full {
    width: 100%;
    box-sizing: border-box;
}

.log-show-modal-sm {
    z-index: 99999;
    max-width: 200px;
}

/* Print Modal */
.modal-print {
    z-index: 99999;
    max-width: 850px;
}

/* Product Modal */
.product-modal {
    z-index: 99999;
    max-width: 1000px;
}

/* Login */
.cardLogin {
    max-width: 500px;
}

/* Product image */
.mx-height-200 {
    max-height: 400px;
}

.item-img {
    padding: 40px 0 40px 0;
    border: 2px dashed grey;
}

/*  Item Tag Input Styles*/
.react-tag-input {
    padding: 5px !important;
    border-color: #babfc7 !important;
}

.react-tag-input__tag__remove {
    background-color: #e1e1e1 !important;
}

.react-tag-input__tag__remove:hover {
    background-color: #febdad !important;
}

.react-tag-input__tag__remove:before,
.react-tag-input__tag__remove:after {
    background-color: #6b6f80 !important;
}

.react-tag-input__tag__remove:hover:before,
.react-tag-input__tag__remove:hover:after {
    background-color: #de350b !important;
}

.badge-custom {
    font-size: 16px;
    /* background-color: hsl(0,0%,90%); */
    background-color: hsl(0, 0%, 90%);
    padding: 4px 4px 5px 6px;
    border-radius: 4px;
    color: #2b335e;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.close-tag-icon {
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
    border-left: solid #babfc7 1px;
    font-weight: 600;
    color: #6b6f80;
}

.close-tag-icon:hover {
    cursor: pointer;
    color: #ff4259;
}

/* Item icon plus styles*/
.a-tagicon {
    display: block;
    margin-top: 7px !important;
}

.a-tagicon:hover {
    cursor: pointer;
}

.ft-icon-size {
    padding-top: 15px !important;
    font-size: 1.5rem !important;
}

.icon-s {
    font-size: 1.5rem !important;
}

/* Template styles*/
.temp-watermark {
    position: absolute !important;
    margin: 0 auto !important;
    text-align: center !important;
    top: 200px !important;
    left: 0px !important;
}

.temp-watermark h1 {
    font-family: 'Arial', Times, serif !important;
    color: lightgrey !important;
    text-transform: uppercase;
    opacity: 0.4 !important;
    font-size: 250px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    transform: rotate(320deg) !important;
    -webkit-transform: rotate(320deg) !important;
}

/* Customer file icon styles*/
.file-name-ext img {
    width: 40px !important;
    min-width: 40px !important;
}

/* POS styles*/
.pos-btn-toggle {
    position: fixed;
    right: 0 !important;
    margin-right: 0px !important;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#9f78ff),
        to(#32cafe)
    );
    background-image: -webkit-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -moz-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -o-linear-gradient(left, #9f78ff, #32cafe);
    background-image: linear-gradient(to right, #9f78ff, #32cafe);
    background-repeat: repeat-x;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    padding: 3px !important;
    cursor: pointer;
    z-index: 999 !important;
}

.terms-toggle {
    /* position: fixed;
    right: 0 !important; */
    cursor: pointer;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#9f78ff),
        to(#32cafe)
    );
    background-image: -webkit-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -moz-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -o-linear-gradient(left, #9f78ff, #32cafe);
    background-image: linear-gradient(to right, #9f78ff, #32cafe);
    background-repeat: repeat-x;
    border-radius: 5px;
    border: 0;
    /* margin-right: 0px !important; */
    /* border-top-left-radius: 5px; */
    /* z-index: 999 !important; */
}

.toggle-list-header {
    display: flex;
    justify-content: flex-start;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#9f78ff),
        to(#32cafe)
    );
    background-image: -webkit-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -moz-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -o-linear-gradient(left, #9f78ff, #32cafe);
    background-image: linear-gradient(to right, #9f78ff, #32cafe);
    background-repeat: repeat-x;
    color: white;
    padding: 12px;
}

.toggle-list-header span {
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
}

.toggle-list-header .toggle-list-icon {
    margin-right: 10px;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
}

.toggle-list-header .toggle-list-icon:hover,
.terms_toggle:hover {
    color: #32cafe;
}

.pos-trans-btn {
    background-color: white;
    color: #455a64;
    padding: 5px !important;
}

.pos-trans-icon {
    font-size: 2rem;
}

.pos-f-weight-400 {
    font-weight: 400 !important;
}

.pos-f-weight-600 {
    font-weight: 600 !important;
}

.pos-trans-view {
    min-width: 300px !important;
    overflow-x: scroll;
}

.pos-strong-text {
    font-size: 1.3rem !important;
    color: #6b6f80 !important;
    font-weight: 600;
}

.btn-z-index {
    z-index: 00000 !important;
}

/* temporary styles styles*/
.temp-div {
    margin-left: 20px !important;
}

.temp-logo {
    margin-left: 0px !important;
    max-width: 120px !important;
    min-width: 100px !important;
}

.lbl-danger-pos {
    background-color: #ffd0d3;
    color: #ff4259;
    font-size: 1.2rem !important;
}

.pos-description {
    font-size: 1.1rem !important;
}

.pos-item-total {
    font-size: 1.5rem !important;
    color: #6b6f80 !important;
    font-weight: 600;
}

.pos-top-input {
    min-width: 300px !important;
}

.pos-card-list:hover {
    background-color: #eceff1 !important;
    cursor: pointer !important;
}

.pos-blank-card {
    min-height: 400px !important;
}

/* Print modal */
.inv-bg-header {
    background-color: #eceff1 !important;
    padding: 15px 35px !important;
}

.inv-bg-border {
    border-width: 0px 15px 15px 15px !important;
    /* except top */
    border-style: solid !important;
    border-color: #eceff1 !important;
}

.sd-border {
    border-width: 1px 38px 5px 38px !important;
    /* except top */
    border-style: solid !important;
    border-color: #eceff1 !important;
}

.modal-status {
    margin-top: 12px !important;
}

.m-cliper {
    font-size: 1.9rem !important;
}

.m-edit {
    font-size: 1.6rem !important;
}

.unset-scroll {
    overflow-y: hidden !important;
    /* remove scrollable */
    /* padding-bottom: 2em !important; */
}

.mdl-arrow-left {
    z-index: 999999 !important;
    position: absolute !important;
    top: 50% !important;
    left: 4px !important;
    padding: 2px !important;
    background-color: #7e7e7e;
    opacity: 0.5;
    border-radius: 10%;
    font-size: 2rem !important;
    color: #ffff;
}

.mdl-arrow-right {
    z-index: 999999 !important;
    position: absolute !important;
    left: 96% !important;
    top: 50% !important;
    padding: 2px !important;
    background-color: #7e7e7e;
    opacity: 0.5;
    border-radius: 10%;
    font-size: 2rem !important;
    color: #ffff;
}

.mdl-arrow-left:hover,
.mdl-arrow-right:hover {
    background-color: black !important;
    opacity: 0.5;
}

.mdl-arrow {
    font-size: 2rem !important;
    color: #ffff;
}

/* Top Navigation Bar */
.inv-top-nav {
    /* margin-right: 60px !important; */
    color: #6b6f80 !important;
}

.inv-top-nav-active {
    color: #6967ce !important;
    font-weight: bold !important;
}

.inv-top-nav:hover {
    color: #6967ce !important;
    font-weight: bold !important;
}

.inv-hover {
    color: #6b6f80 !important;
}

.inv-hover:hover {
    color: #6967ce !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-30 {
    margin-right: 35px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

/* POS Style */
.pos-tran-bg-border {
    border-width: 15px 15px 15px 15px !important;
    /* except top */
    border-style: solid !important;
    border-color: #bfcfe4 !important;
}

.pos-tran-bg {
    border-color: #bfcfe4 !important;
    margin-top: -1px !important;
    padding: 0px 15px 10px 15px !important;
}

.pos-receipt-parent {
    position: relative !important;
}

.pos-receipt {
    position: fixed !important;
    left: 2 !important;
    right: 1 !important;
    bottom: 0 !important;
    margin-left: -10px !important;
    margin-right: 1rem !important;
    width: 500px !important;
    z-index: 99999 !important;
}

.pos-receipt-dots {
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: 4px dotted grey;
}

.pos-w-100 {
    width: 100px !important;
}

.pos-w-150 {
    width: 150px !important;
}

.pos-r-bold {
    font-weight: bold;
}

.pos-r-f16 {
    font-size: 16px !important;
}

.pos-r-f14 {
    font-size: 14px !important;
}

.pos-r-f12 {
    font-size: 12px !important;
}

.pos-r-w-10 {
    width: 10px !important;
}

.ft-tran-icon {
    font-size: 1.5em !important;
    cursor: pointer;
}

.ft-tran-icon:hover {
    color: #6967ce !important;
    font-weight: 500;
}

.pos-create-bg {
    background-color: #eceff1 !important;
    /* min-height: 700px !important;  */
    padding: 20px !important;
}

.pos-qty-icon {
    font-size: 2.5em !important;
    font-weight: 600 !important;
    padding: 3px 3px;
    cursor: pointer;
}

.pos-c-qty {
    font-size: 1.5em !important;
    text-align: center;
    min-width: 70px !important;
    max-width: 70px !important;
}

.inv-icon-down {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-right: 21px !important;
    color: #6b6f80 !important;
    font-size: 2.5em !important;
}

.pos-btn-add {
    text-align: center;
}

.pos-c-grp {
    /* padding-left: 18px !important; */
    text-align: center;
    min-width: 200px !important;
    max-width: 200px !important;
}

.pos-c-edit {
    font-size: 1.2em !important;
    cursor: pointer;
}

.pos-table {
    /* font-size: 16px !important; */
}

.pos-table-r td,
.pos-table-r th {
    border: none;
}

.pos-btn-grey {
    background-color: #6b6f80 !important;
    color: #ffff !important;
}

.pos-details {
    font-size: 16px !important;
}

.pos-img {
    /* height: 250px;
    width: 250px; */
    object-fit: contain;
}

.pos-close:hover {
    cursor: pointer;
}

/* Setting App Logo Page */
.dropzone-line-style-setting-logo {
    border: 2px dashed grey;
    padding: 30px 0 30px 0;
    min-width: 150px;
}

.w-logo {
    border: 2px dashed grey;
    min-width: 150px !important;
    max-width: 400px !important;
}

.crop-container {
    padding: 10px;
}

.crop-img {
    display: none;
}

.item-upload-img-setting-logo {
    min-width: 150px;
    max-width: 400px;
}

.setting-app-logo-btn {
    text-align: right;
    min-width: 150px !important;
    max-width: 400px !important;
}

.inv-tooltip-plus-icon {
    min-width: 50px !important;
}

.inv-tooltip-plus-icon > .ft-plus-circle {
    position: absolute;
    padding-top: 9px !important;
    margin-top: 0px !important;
    margin-left: 40px !important;
}

.nav-product-inv .inv-top-nav {
    margin-right: 30px !important;
}

.card-p-200 {
    padding-bottom: 200px !important;
}

/* Template Setting */
.temp-box {
    border-width: 10px 10px 10px 10px !important;
    /* except top */
    border-style: solid !important;
    border-color: #eceff1 !important;
    /* max-width: 200px !important; */
}

.temp-header {
    background-color: #eceff1 !important;
}

.temp-box-icon {
    font-size: 1.5em !important;
    cursor: pointer;
}

.temp-box-icon:hover {
    color: #6967ce !important;
    font-weight: 500;
}

.temp-coming-soon {
    background-color: #6967ce;
    color: #dfecff;
}

.temp-plus-icon {
    position: absolute !important;
    text-align: center;
    top: 50% !important;
    left: 40% !important;
    /* z-index: 10000 !important; */
    font-size: 2em !important;
}

.temp-plus-icon:hover {
    cursor: pointer;
    color: #6967ce !important;
}

.temp-enlarge-img {
    position: absolute;
    z-index: 99999 !important;
}

.temp-default-check {
    font-size: 1em;
    font-weight: 600;
    color: #5ed84f;
}

.p-cursor {
    cursor: pointer !important;
}

/* Custom search input MUITABLE */
.MuiToolbar-gutters {
    padding-left: 15px !important;
}

.custom-search .ft-search {
    font-size: 1.2em !important;
    color: rgba(0, 0, 0, 0.54);
    margin-right: 5px !important;
}

.custom-search .ft-search-supplier {
    font-size: 1em !important;
    color: rgba(0, 0, 0, 0.54);
    margin-right: 5px !important;
}

.custom-search-input {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    width: 400px !important;
    max-width: 300px !important;
}

.custom-search-input:focus {
    outline: none;
}

/* custom btn*/
.btn-blue {
    background-color: #40c0ff;
    color: #ffffff;
}

.btn-grey {
    background-color: #6c757d;
    color: #ffffff;
}

.btn-grey:hover {
    color: #ffffff;
}

.btn-purple {
    background-color: #b775e6 !important;
    border-color: #b775e6 !important;
}

.ft-custom-pdf {
    content: url('../icons/pdf-w.png');
    width: 17px;
    display: block;
}

.mt-100 {
    margin-top: 100px;
}

/* DashBoard */
.dashboard-data {
    word-break: normal !important;
}
.inventory-header {
    font-size: 3rem;
    word-wrap: normal;
}
.top-graph li {
    list-style-type: decimal !important;
}

.top-graph h1 {
    font-size: 2.5rem;
}

.top-graph h2 {
    font-size: 1rem;
}

.top-graph h4 {
    font-size: 0.8rem;
}

.d-table {
    font-size: 14px !important;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.d-table-r td,
.pos-table-r th {
    border: none;
}

.d-table-tr {
    background-color: #dfecff;
    border-radius: 20%;
}

.d-table-tr td {
    color: #000000;
}

.d-table-td-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.d-table-td-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.d-add-icon {
    display: block;
    position: absolute;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    top: 50%;
    left: 45%;
}

.d-add-box {
    background-color: #c3c3c3;
    cursor: pointer;
}

.d-arrow-icon {
    display: block;
    position: absolute;
    font-size: 40px !important;
    text-align: center;
    font-weight: bold;
    bottom: 3%;
    left: 45%;
    cursor: pointer;
}

.d-border-bottom {
    border-bottom: 30px solid #c3c3c3 !important;
}

.d-triangle-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #6b6f80;
}

.d-triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 20px solid #6b6f80;
}

.list-img {
    padding: 5px !important;
}

/* Print modal icons*/
.prnt-mdl-ico:hover {
    background-color: #6967ce !important;
    color: #dfecff !important;
    cursor: pointer !important;
}

.file-icon-print {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    min-width: 30px !important;
    text-align: center;
    vertical-align: middle;
    color: #597eab;
    font-size: 15px;
}

.file-icon-print img {
    width: 30px;
    min-width: 30px !important;
    display: inline-block;
}

.file-icon-text {
    display: inline-block;
    font-size: 12px;
}

/* Print modal dropdown */
.file-dropzone-line-print-modal {
    border: 2px dashed grey;
    padding: 15px 0 15px 0;
}

.file-upload-message-print-modal {
    font-size: 1.2rem;
    text-align: center;
}

.dropdown-large {
    margin-top: 10px !important;
    margin-left: 50px !important;
    z-index: 99999999 !important;
}

/* 
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
} */

.btn-circle.btn-inv {
    width: 40px;
    height: 40px;
    padding: 8px 4px;
    border-radius: 35px;
    font-size: 20px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle:hover {
    background-color: #6967ce !important;
    color: #dfecff !important;
    cursor: pointer !important;
}

.ft-custom-mail-check {
    content: url('../icons/m-check-white.png');
    width: 25px;
    display: block;
    margin: 2px 3px;
}

.ft-custom-mail-x {
    content: url('../icons/m-x-white.png');
    width: 25px;
    display: block;
    margin: 2px 3px;
}

.icon-pdf-c .la-file-pdf-o {
    width: 27px;
    display: block;
    margin: 0px 2px 0px 2px;
    font-size: 22px;
}

.icon-paper-c .ft-paperclip {
    width: 25px;
    display: block;
    margin: 2px 3px;
}

.icon-edit-c .ft-edit {
    width: 25px;
    display: block;
    margin: 1px 3px;
}

/* .m-icon-clip{
    font-size: 20px !important;
    margin: 0 auto !important;
} */

/* .m-icon-edit{
    font-size: 20px !important;
    padding-left: 2px !important;
    margin: 0 auto !important;
    z-index: 99999 !important;
} */

.modal-x-size {
    color: #ffff !important;
    font-size: 1.7rem !important;
}

.m-close-btn {
    background-color: #cfd8dc;
    color: #455a64;
}

.txt-underline {
    text-decoration: underline !important;
    cursor: pointer !important;
}

.font-gray {
    color: #888;
}

.bg-row-mui {
    background-color: #bfcfe4 !important;
}

.avatar-c {
    width: 35px !important;
    margin-top: 0.6rem !important;
    cursor: pointer !important;
}

.crop-footer {
    width: 100% !important;
}

@media all and (min-width: 500px) {
    .dropdown-large {
        min-width: 400px;
    }
}

@media only screen and (max-width: 1024px) {
    .chart-details h3 {
        font-size: 0.8em;
    }
}

.mw-6m {
    max-width: 6em !important;
    width: 6em !important;
    min-width: 0em !important;
}

.mw-4m {
    max-width: 4em !important;
    width: 4em !important;
    min-width: 0em !important;
}

.mw-8m {
    max-width: 8em !important;
    width: 8em !important;
    min-width: 0em !important;
}

.mw-2m {
    max-width: 2em !important;
    width: 2em !important;
    min-width: 0em !important;
}

.swal2-container {
    z-index: 999999 !important;
}

.reg-media {
    margin-top: 14em;
}

.modal-wdth {
    min-width: 895px !important;
    /* modal width of transactions */
}

.c-name {
    font-size: 25px;
    font-weight: bold;
    width: 300px;
    line-height: 1;
    margin-bottom: 10px;
    color: #9f78ff;
    /* background-color: #9f78ff;
    background-image: -webkit-linear-gradient(45deg, #9f78ff, #32cafe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.progress {
    height: 30px;
    border-radius: 5px;
    /* transition: 1s ease; */
    transition-delay: 0.5s;
}

.progress .progress-bar {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#9f78ff),
        to(#32cafe)
    );
    background-image: -webkit-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -moz-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -o-linear-gradient(left, #9f78ff, #32cafe);
    background-image: linear-gradient(to right, #9f78ff, #32cafe);
    background-repeat: repeat-x;
    font-size: 20px;
}

.tax-group {
    display: flex !important;
}

.tax-wdth {
    max-width: 70px !important;
    min-width: 70px !important;
}

.mn-width-150 {
    max-width: 130px !important;
    min-width: 130px !important;
}

.discount-1 {
    background-color: #6b6f80 !important;
    color: #ffff !important;
    padding-right: 10px;
    padding-left: 10px;
}

.close-logo-c {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.close-logo-c:hover {
    color: #ff4259;
}

.d-flex {
    display: flex !important;
}

.react-mobile-input {
    height: 40px !important;
    font-size: 18px !important;
}

#lhc_status_container #status-icon {
    background-color: #9f78ff !important;
}

.ml-auto {
    display: none !important;
}

.cr-index-1 {
    z-index: 999 !important;
}

.cr-index-2 {
    z-index: 888 !important;
}

.cr-a {
    color: #5654c8 !important;
}

.cr-h-a {
    color: #5654c8 !important;
    cursor: pointer;
    font-weight: bold;
}

.cr-h-label {
    font-weight: bold;
}

.cr-f-bal {
    color: #fa626b;
}

@media screen and (min-width: 1200px) {
    .payment-title {
        margin-top: 12px;
    }
}
