﻿html {
    scroll-behavior: smooth;
}

[data-select] {
}

.tooltip-inner p {
    margin-bottom: 0px;
}

i.active {
    border-bottom: 1px solid #7239ea;
}

.print_order_body {
    background-size: 100%;
    background: var(--kt-primary-light) !important;
}

.cancel-row {
    text-decoration: line-through
}

.auth_body {
    background: white !important;
}

table tbody tr:hover {
    background-color: #f4f4f45c !important;
}

table td, table th {
    padding: 10px !important;
}

.dashboard_add_icon {
    top: -10px;
}

.object-fit-contain {
    object-fit: contain;
}

.select2-selection__clear {
    position: absolute !important;
}

.select2-product-input .select2-selection__clear {
    position: absolute !important;
}

.nav-line-tabs .nav-item .nav-link {
    border-bottom: 1px solid white;
}

.border-gray {
    border: 1px solid #cfcaca !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #cfcaca;
}

.border-top-gray {
    border-top: 1px solid #cfcaca;
}

.symbol-label {
    padding: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px;
    border-radius: 5px;
    background-size: contain !important;
}

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

.min-w-250px {
    min-width: 250px;
}

.min-w-350px {
    min-width: 350px;
}

.mobile-logo {
    max-height: 66px !important;
}

.product-text {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supplier-text {
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-420px {
    width: 420px;
}

.piece-text {
    width: 32px;
}

.status-text {
    width: 64px;
}

.price-text {
    width: 100px;
}

.search_div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 66%);
    z-index: 1000;
}

.search_input_div {
    margin-top: 100px;
    width: 50%;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 20px;
}

.order_btn_absolute {
    top: -35px;
    right: -31px;
}

.color-green {
    color: #15b67d !important;
}

.w-130px {
    width: 130px;
}

.w-180px {
    width: 180px !important;
}

.w-230px {
    width: 230px !important;
}

.h-40px {
    height: 40px;
}

.h-max-250px {
    max-height: 250px !important;
}

.px-150 {
    padding-left: 150px;
    padding-right: 150px;
}

.bg-darkblue {
    background-color: #072d5c;
}

    .bg-darkblue:hover {
        background-color: #072d5c;
    }

.bg-orange {
    background-color: #fcaf54;
}

    .bg-orange:hover, .bg-orange:visited {
        background-color: #fcaf54 !important;
    }

.bg-blue {
    background-color: #378eda;
}

    .bg-blue:hover, .bg-blue:visited {
        background-color: #378eda !important;
    }

.text-hover-gray:hover {
    color: gray;
}

.white-space-normal {
    white-space: normal;
    line-height: 1.3;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal !important;
    padding-left: 0 !important;
}

.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-search__field {
    height: 15px !important;
    margin-top: 5px !important;
}

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

.bg-image-style {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.offer-detail-main-div {
    background: #f6fbff;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.box-shadow-2 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.alternative-product-div {
    border-left: 3px solid #f3ea41;
    border-radius: 10px;
}

.no-product-div {
    border-left: 3px solid #f1416c;
    border-radius: 10px;
}

.product-available-div {
    border-left: 3px solid #75cc68;
    border-radius: 10px;
}

.remove-supplier-delivery-product-item {
    position: absolute;
    top: -10px;
    right: -4px;
}

.remove-order-item {
    position: absolute;
    top: -10px;
    right: -4px;
}

.file-input-proforma {
    background: #3e97ff;
    padding: 3px;
    border-radius: 7px;
    color: white;
}

    .file-input-proforma:hover {
        color: white;
    }

.sub-offer-left {
    border-left: 5px solid #7292f2;
    border-bottom-left-radius: 10px;
}

.sub-offer-right {
    border-right: 5px solid #7292f2;
    border-bottom-right-radius: 10px;
    margin-left: -3px;
}

.porduct-offer-div {
    border-left: 5px solid #75cc68;
    border-radius: 10px;
}

.not-porduct-offer-div {
    border-left: 5px solid #ff3e3e;
    border-radius: 10px;
}

.left_menu {
    top: -15px !important;
    right: 20px !important;
}

.import_file label {
    border: 1px dashed;
    border-radius: 6px;
    margin-bottom: 29px;
}

.import_file .remove {
    font-size: 18px;
    margin-bottom: 29px;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 12px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

    .file-input__label svg {
        height: 16px;
        margin-right: 4px;
    }

.wrapper #file-input {
    display: none;
}

.wrapper label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
}

.wrapper label[for='file-input'] span {
    margin-left: 10px;
    color: #858585;
    font-size: 14px;
}

.wrapper i.remove {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    display: none;
    color: red;
}

.detail_style {
    background-color: #f5f8fa;
    border-radius: 5px;
}

#accordionBuyOfferManage .accordion-body {
    border: 1px solid #e1e1e1 !important;
    border-radius: 13px;
    border-top-left-radius: 0;
}

#accordionBuyOfferManage .accordion-item {
    border: none !important;
}

#accordionPurchaseOrderManage .accordion-body {
    border: 1px solid #e1e1e1 !important;
    border-radius: 13px;
    border-top-left-radius: 0;
}

#accordionPurchaseOrderManage .accordion-item {
    border: none !important;
}

#accordionSalesOrderManage .accordion-body {
    border: 1px solid #e1e1e1 !important;
    border-radius: 13px;
    border-top-left-radius: 0;
}

#accordionSalesOrderManage .accordion-item {
    border: none !important;
}

.line-champ {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.daterangepicker {
    padding: 20px !important;
    height: 500px;
    overflow: scroll;
}

.drp-calendar {
    padding: 0 !important;
}

.drp-buttons {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.daterangepicker .drp-calendar.left {
    margin-right: 25px !important;
}

.order_tooltip_text {
    background: whitesmoke;
    border-radius: 6px;
    padding: 10px;
    text-align: start;
    font-size: 11px;
    visibility: hidden;
    position: absolute;
    width: 177px;
    z-index: 10;
    border: 1px solid white;
}

.order_tooltip_div:hover .order_tooltip_text {
    visibility: visible;
}

.thumbnail {
    position: relative;
    display: inline-block;
    width: 6em;
    height: 6em;
    border-radius: 0.6em;
    border: 0.25em solid white;
    vertical-align: middle;
    box-shadow: 0 0.15em 0.35em 0.1em rgba(0,0,0,0.2);
    margin: 0.5em;
    background-position: center;
    background-size: cover;
}

    .thumbnail .fa {
        position: absolute;
        color: white;
        bottom: 0;
        right: 0;
        font-size: 21px;
    }


/* This will hide the file input */
.imagepicker input {
    display: none;
}

.imagepicker {
    cursor: pointer;
    color: white;
    background-color: rgba(0,0,0,0.3);
}
    /* This will add the floating plus symbol to the imagepicker */
    .imagepicker:before {
        content: '+';
        position: absolute;
        font-size: 3em;
        vertical-align: middle;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    /* This will hide the plus symbol behind the background of the imagepicker if the class "picked" is added to the element */
    .imagepicker.picked:before {
        z-index: -1;
    }

.summary_bg {
    background: url('/assets/img/star.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -300px
}

.bg-transparent-white {
    background-color: rgba(255,255,255,0.85)
}

.bg-transparent-red {
    background-color: rgba(210,22,87,0.84)
}

.btn-darkblue {
    background-color: #183581;
}

    .btn-darkblue:hover {
        background-color: #183581 !important;
        color: white !important;
    }

.image-input-placeholder {
    background-image: url('/assets/media/svg/files/blank-image.svg');
}

[data-bs-theme="dark"] .image-input-placeholder {
    background-image: url('/assets/media/svg/files/blank-image-dark.svg');
}

/*.section {
    background-color: #ffffff;
    padding: 50px 30px;
    border: 1.5px solid #b2b2b2;
    border-radius: 0.25em;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
}

#my-qr-reader {
    padding: 20px !important;
    border: 1.5px solid #b2b2b2 !important;
    border-radius: 8px;
}

    #my-qr-reader img[alt="Info icon"] {
        display: none;
    }

    #my-qr-reader img[alt="Camera based scan"] {
        width: 100px !important;
        height: 100px !important;
    }
#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    color: #1d9bf0;
}

video {
    width: 100% !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 0.25em;
}*/




/*loading start*/

.loading-area {
    background-color: rgba(0,0,0,.4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999;
}

    .loading-area .loading-wrapper {
        margin: auto;
        width: 100px;
        margin-top: 20%;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/*loading end*/

.help_div {
    position: fixed;
    right: 0;
    bottom: 105px;
    z-index: 5;
    margin-right: 8px;
    width: 36px;
    height: 36px;
    background: #ffcd00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .85rem;
}

.image-input-wrapper {
    background-position: center;
    background-size: contain !important;
}

@media screen and (max-width: 600px) {
    .search_input_div {
        width: 90%;
    }
}


.select2-container--open .select2-dropdown--below {
    margin-top: 1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.select2-result-repository__image img {
    height: 30px;
}

.first_entry_div {
    box-shadow: rgb(253 212 2 / 28%) 0px 25px 66px -14px;
}

#landing_body {
    background: none !important;
}

.header_img {
    height: 424px;
    width: 100%;
    object-fit: cover !important;
    filter: brightness(0.4);
    position: absolute;
    top: 0;
}

.header_text {
    background: -webkit-linear-gradient(#fff, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.header_text_desc {
    background: -webkit-linear-gradient(#ce87b2, #628cd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#code-editor {
    border: 1px solid #d1d1d1;
    max-width: 700px;
    margin: 0px auto;
}

.editor-block-controls {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5px;
    background: #fff;
}

    .editor-block-controls > div > button.command {
        outline: none;
        background-color: none;
        background: transparent;
        color: black;
        cursor: pointer;
        border: 1px solid #e1e1e1;
        transition: .2s;
        border-radius: 3px;
        padding: 5px 10px;
    }

        .editor-block-controls > div > button.command:hover {
            color: lightblue;
        }

#editor-block-content {
    max-width: 100%;
    min-height: 150px;
    width: 100%;
    height: auto;
    padding: 12px;
    resize: vertical;
    overflow: auto;
    font-size: 12px;
    border: 2px solid #e1e1e1;
    border-radius: 0 0 3px 3px;
    outline: none;
}

    #editor-block-content > blockquote {
        border-left: 2px solid black;
        padding: 5px;
        background: #1111;
        font-style: italic;
    }

.wsy-command {
    padding: 3px;
    border-radius: 3px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    transition: .2s;
}

.note-editable {
    height: 250px !important;
}

.wizard-circle {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 20px;
}

.progress-bar {
    width: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: #fdbb00;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 20px 20px;
}

#accordionExpense .accordion-button {
    background: #eaffff !important;
}

.wizard-circle.active {
    background-color: #fdbb00;
}

    .wizard-circle.active i {
        color: #fff !important;
    }

.customIntroJsTooltip .introjs-tooltip-title {
    color: #fdbb00;
}

.introjs-button {
    background-color: white;
    color: #fc8454;
    border-radius: 7px;
    border: 1px solid #fc8454;
    text-shadow: none;
    font-size: 12px;
    font-weight: 600;
}

    .introjs-button:hover {
        color: white;
        background-color: #fc8454;
    }

.introjs-tooltiptext {
    padding: 12px !important;
    color: #4a4a4a;
    font-size: 12px
}

.introjs-hint:hover > .introjs-hint-pulse {
    background-color: rgb(255 235 103 / 80%) !important;
}

.introjs-hint-pulse {
    background-color: rgb(255 235 103 / 30%);
}

[data-kt-app-sidebar-fixed=true] .app-sidebar {
    z-index: 100 !important;
}

.contunie_credit_border {
    border-left: 10px solid #00d5ff !important;
}

.ending_credit_border {
    border-left: 10px solid #75cc68 !important;
}

.wizard-progress {
    position: absolute;
    width: 100%;
    z-index: -10;
    top: 14px;
}

.dashboard-info-icon {
    top: -13px;
    left: 0px;
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .w-md-350px {
        width: 350px !important;
    }
}

@media (max-width: 991.98px) {
    .app-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.app-content {
    padding-top: 0px !important
}

.quick-order-shell {
    background: #f1f3f6;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.quick-order-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #eef1f4;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.quick-order-close {
    width: 38px;
    height: 38px;
    line-height: 1;
    font-size: 20px;
}

.quick-order-search {
    border: 2px solid #2f86f6;
    border-radius: 16px;
    padding: 4px 6px;
    background: #ffffff;
}

    .quick-order-search .form-control {
        box-shadow: none;
        min-width: 0;
    }

.quick-order-scan-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    background: repeating-linear-gradient(90deg, #2f86f6 0 3px, transparent 3px 6px);
    opacity: 0.7;
}

.quick-order-product-img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.qo-img-denim {
    background: linear-gradient(135deg, #c6d4ec, #7a95c7);
}

.qo-img-shoe {
    background: linear-gradient(135deg, #f5f5f5, #cfd4da);
}

.qo-img-tee {
    background: linear-gradient(135deg, #f2dcc7, #d2b39c);
}

.quick-order-qty .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 10px;
}

.quick-order-add-bag {
    border: 2px dashed #b9d8ff;
    background: #f5fbff;
}

.quick-order-bolt {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #e7f2ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f86f6;
    font-size: 16px;
}

.quick-order-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e9edf2, #cdd5df);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .quick-order-avatar svg {
        width: 18px;
        height: 18px;
        fill: #111827;
    }

.quick-order-status {
    color: #2a3c4d;
    border: 1px solid #e5e9ef;
    background: #f8fafc;
}

.quick-order-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #58c28a;
    margin-right: 6px;
}

.quick-order-total {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}

.quick-order-discount .btn {
    border-radius: 12px;
}

    .quick-order-discount .btn.is-selected {
        background: #2f86f6;
        border-color: #2f86f6;
        color: #ffffff;
    }

.quick-order-dashed {
    border-style: dashed;
}

.quick-order-round-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.quick-order-round-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.quick-order-round-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    color: #1f2937;
    font-weight: 600;
}

.quick-order-round-slider {
    position: relative;
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #e2e8f0;
    transition: background 0.2s ease;
}

    .quick-order-round-slider::after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
        transition: transform 0.2s ease;
    }

.quick-order-round-input:checked + .quick-order-round-label .quick-order-round-slider {
    background: #2f86f6;
}

    .quick-order-round-input:checked + .quick-order-round-label .quick-order-round-slider::after {
        transform: translateX(20px);
    }

.quick-order-pay .btn {
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.18);
}

.quick-order-swal {
    border-radius: 26px !important;
    padding: 28px 28px 24px !important;
    min-height: 560px;
    height: auto !important;
}

    .quick-order-swal .swal2-html-container {
        overflow: visible !important;
        margin: 0 !important;
    }

    .quick-order-swal .swal2-actions {
        margin-top: 18px !important;
    }

.quick-order-swal-body {
    text-align: center;
    color: #1f2937;
}

.quick-order-swal-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #e6f9ee;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 12px;
    font-size: 28px;
}

.quick-order-swal-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.quick-order-swal-subtitle {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 16px;
}

.quick-order-swal-summary {
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px 18px;
    text-align: left;
    border: 1px solid #e5e7eb;
}

.quick-order-swal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 8px;
}

    .quick-order-swal-row.total {
        color: #111827;
        font-weight: 700;
        font-size: 18px;
    }

.quick-order-swal-divider {
    border-top: 1px dashed #e5e7eb;
    margin: 10px 0 12px;
}


.quick-order-swal-confirm {
    background: #1d8cf8 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 10px 22px !important;
    font-weight: 600 !important;
    min-width: 140px;
}

.quick-order-swal-cancel {
    background: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 10px 22px !important;
    font-weight: 600 !important;
    min-width: 140px;
}

@media (max-width: 767.98px) {
    .quick-order-pay {
        flex-direction: column;
    }
}

/* Quick order scanner */
.quick-order-camera {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex: 0 0 auto;
}

    .quick-order-camera svg {
        width: 20px;
        height: 20px;
        fill: #2f86f6;
    }

    .quick-order-camera .fa {
        font-size: 18px;
        color: #2f86f6;
    }

.quick-order-scanner-video {
    width: 100%;
    min-height: 220px;
    border-radius: 12px;
    background: #0f172a;
}

.toast-body i {
    color: #fff;
}
