/**
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.1
 * Updated	 :	07.23.2020
**/

.multi-select input.select2-search__field {
    width: 100% !important;
}
.div-set{
        display: inline-block;
        float: right;
}
.company-address{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-export{
        margin-bottom: 15px;
 }
    .card-export {
        padding-top: 15px;
    }
    #not {
        margin-left: 9px;
    }
    .currency{
        font-family: monospace;
    }
    .tip-case .tooltiptext div {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }
    .tip-case .tooltip-div .tooltiptext{
        min-width: 800px !important;
        margin-left: -17px !important;
        padding: 0.5rem 0 !important;
        text-align:left;
        }
        .tip-case .tooltiptext small {
            margin: 0px 7px;
            font-size: 12px;
        }
        .tip-case .tooltip-div .tooltiptext::after{
            left: 18px !important;
            }
            .tip-case hr {
                margin-top: 1rem;
                margin-bottom: 1rem;
                border: 1px solid #e85347;
                /* border-right: 1px solid #b7c2d0; */
                height: 9px;
                margin-left: 5px;
            }

        .vendor-tip .tooltip-div .tooltiptext {
            font-size: 0.8rem;
            visibility: hidden;
            min-width: auto;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 15px 25px;
            position: absolute;
            z-index: 1;
            bottom: 124%;
            left: 18px;
            margin-left: -60px;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .help-icon.ni{
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    background-color: #03A546;
    color: white;
    font-size: 30px;
    width: 35px;
    text-align: center;
    height: 40px;
    line-height: 40px !important;
    /* margin-left: 133px; */
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: fixed;
    top: 50%;
    /* left: 0; */
    right: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
        }
        .modal.left .modal-dialog,
        .modal.right .modal-dialog {
            position: fixed;
            margin: auto;
            width: 320px;
            height: 100%;
            -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
            -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
        }

        .modal.left .modal-content,
        .modal.right .modal-content {
            height: 100%;
            overflow-y: auto;
        }

        .modal.left .modal-body,
        .modal.right .modal-body {
            padding: 15px 15px 80px;
        }

        /*Left*/
        .modal.left.fade .modal-dialog {
            left: -320px;
            -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
            -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
            -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
        }

        .modal.left.fade.in .modal-dialog {
            left: 0;
        }

        /*Right*/
        .modal.right.fade .modal-dialog {
            right: 0px;
            -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
            -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
            -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
        }

        .modal.right.fade.in .modal-dialog {
            right: 0;
        }

        /* ----- MODAL STYLE ----- */
        .modal-content {
            border-radius: 0;
            border: none;
        }

        .modal-header {
            border-bottom-color: #EEEEEE;
            background-color: #FAFAFA;
        }
        .dark-mode .modal-header{
            background-color: transparent;
        }
        .container.modal-dialog-centered.mb-5.import-dialog{
            overflow: hidden !important;
        }
        .card {
            box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
            overflow: hidden;
        }
        .p-text {
            font-size: 12px;
        }
        .popup-center {
            align-items: center;
        }
        .bottom-pad {
            padding: 1.75rem 1.75rem;
        }




.dashboard-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    min-height: 100px;
    border-right: 4px solid #fff;
}

.dashboard-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.dashboard-card .title {
    font-size: 13.5px;
    color: #555;
    margin-bottom: 5px;
}

.dashboard-card .amount {
    font-size: 20px;
    font-weight: bold;
    color: #03a546;
}

.dashboard-card .icon-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.highcharts-title {
    color: #364a63 !important;
}
.highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text,
.highcharts-legend-item.highcharts-pie-series text,
.highcharts-axis-labels.highcharts-xaxis-labels text,
.highcharts-axis-labels.highcharts-yaxis-labels text,
.highcharts-legend-item.highcharts-line-series text,
.highcharts-axis.highcharts-yaxis text {
    fill: #000 !important;
}

.dark-mode .dashboard-card .icon-img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(624%) hue-rotate(93deg) brightness(97%) contrast(92%);
}

.dark-mode .dashboard-card .title,
.dark-mode span.highcharts-title a,
.dark-mode .user-toggle .user-info small,
.dark-mode a#mark-all,
.dark-mode li.dropdown.notification-dropdown .dropdown-foot.center a{
    color: #b6c6e3 !important;
}

.dark-mode .dashboard-card{
    border-color: #4848489e;
}

.dark-mode tspan.highcharts-text-outline
{
    display: none;
}

.dark-mode #gauge-chart g.highcharts-label.highcharts-data-label.highcharts-data-label-color-0 text,
.dark-mode .highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text,
.dark-mode g.highcharts-axis-labels.highcharts-xaxis-labels text,
.dark-mode g.highcharts-axis.highcharts-yaxis text,
.dark-mode g.highcharts-axis-labels.highcharts-yaxis-labels text,
.dark-mode g.highcharts-legend-item.highcharts-pie-series text,
.dark-mode g.highcharts-legend-item.highcharts-line-series.highcharts-color-0.highcharts-series-0 text{
    fill: #b6c6e3 !important;
}

.dark-mode .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
.dark-mode .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused{
    background: transparent;
}

.dark-mode .simplebar-scrollable-y.simplebar-scrollable-right,
.dark-mode .simplebar-scrollable-y,
.dark-mode .toggle-slide-right.toggle-screen-any.invoice-sidebar {
    background: #0d141d;
}

.dark-mode .simplebar-scrollable-y.simplebar-scrollable-right .card {
    background: transparent;
    box-shadow: 0px 0px 0px;
}
.dark-mode div#email-suggestions button{
    color: #fff;
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by{
    display: none !important
}
.dashboard-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}

.data-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#gauge-chart,
#vendorDonutChart,
#inventoryChart {
    width: 100%;
    height: 270px;
    margin: 0;
    padding: 0;
}

#gauge-chart rect.highcharts-label-box.highcharts-data-label-box{
    display: none;
}

#gauge-chart g.highcharts-label.highcharts-data-label.highcharts-data-label-color-0 text{
    font-size: 11px !important;
}

#vendorDonutChart g.highcharts-legend.highcharts-no-tooltip text{
    font-size: 0.55em !important;
}
#inventoryChart g.highcharts-axis-labels.highcharts-xaxis-labels text {
    font-size: 0.55em !important;
}
@media (max-width: 768px) {
    #gauge-chart {
        height: 250px;
    }
    text.highcharts-title {
        font-size: 15px !important;
    }
}

.spinner-border.spinner-border-sm{
    width: 14px !important;
    height: 14px !important;
    margin-right: 10px;
}

.mian-prod-cls span.select2-selection.select2-selection--single {
    height: 36px !important;
}

.mian-prod-cls .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: calc(2.125rem + 2px) !important;
}

.mian-prod-cls .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 8px !important;
}

.mian-prod-cls .custom-control-pro.custom-control-sm .custom-control-label {
    padding: 0.4835rem 1.125rem 0.4835rem 3rem;
}

.overflow-initial {
    overflow: initial !important;
}

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

.input-group-text-search-filter{
    font-size: 17px;
}

.main-loc-cls span.select2-selection.select2-selection--multiple{
    height: 54px !important;
}

.main-loc-cls span.select2-selection.select2-selection--multiple ul.select2-selection__rendered{
    padding: .625rem 0.3875rem;
}

.unreadclass .nk-notification-item {
    background-color: #f3f3f3ab;
}

.nk-notification-item{
    border-bottom: 1px solid #d5d5d5;
}

.dark-mode .unreadclass .nk-notification-item{
    background: #16161670;
}
.datatable-design-row tbody tr:nth-child(even)
{
    background-color: #f2f2f2 !important;
}

.dark-mode .datatable-design-row tbody tr:nth-child(even)
{
    background-color:#16161670 !important;
}

.dark-mode input.select2-search__field{
    color: #fff;
}

.dashboard-graph-loading{
    padding-left: 23px;
    padding-top: 13px;
}

.bg-transparent{
    background: transparent !important;
}

.checkbox-cls{
    padding: 0px !important;
    border-bottom: 1px solid rgba(219, 223, 234, 0.9);
    padding-left: 10px !important;
    padding-top: 8px !important;
}
.checkbox-cls:before,
.checkbox-cls:after{
    display: none !important;
}
.checkbox-cls-td{
    padding: 0px !important;
    padding-left: 10px !important;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused{
    height: 220px !important;
}

.responsive-tbl-cls{
    overflow-y: auto;
    width: 100%;
}
@media (max-width: 768px) {
    div#data-container,
    .responsive-tbl-cls,
    .responsive-tbl-cls-mob,
    .datatable-wrap{
        overflow-y: auto;
        width: 100%;
    }

    .table-dropdown-fix .drodown.show .dropdown-menu,
    .table-dropdown-fix .drodown .dropdown-menu.show {
        position: fixed !important;
        transform: none !important;
        min-width: 220px !important;
        z-index: 9999 !important;
        visibility: hidden;
    }
    .table-dropdown-fix .drodown.show .dropdown-menu.dd-positioned,
    .table-dropdown-fix .drodown .dropdown-menu.show.dd-positioned {
        visibility: visible;
    }
    .mob-block-cls{
        display: block;
    }
    .pd-btm-1rem-mob{
        padding-bottom: 1rem;
    }
    .card-aside-wrap{
        display: block;
    }
    table .nk-tb-col.tb-col-mb,
    table .nk-tb-col.tb-col-lg
    {
        display: table-cell !important;
        min-width: 150px;
    }
    .pagination {
        flex-wrap: wrap;
        gap: 10px 0px;
    }

    table.datatable  tr td{
        white-space: nowrap;
    }

    .swal2-styled.swal2-confirm{
        margin-bottom: 1rem;
    }
    
    .swal2-actions{
        display: block !important;
        text-align: center !important;
    }
}

@media (max-width: 378px) {
    .nk-block-tools-toggle .nk-block-tools{
        display: block;
    }
    .form-inline.vendor-prod-cls{
        display: block;
    }
}

.show-error {
    display: block !important;
}

.plain-po.list-plain {
    list-style: none;
    padding: 0;
    margin: 0;
}
.plain-po.list-plain li {
    margin-bottom: 6px;
    display: grid;
    grid-template-columns: 180px auto;
    gap: 3px;
    font-size: 14px;
    color: #333;
}

.plain-po.list-plain li span{
    white-space: nowrap;
}
.dark-mode .plain-po.list-plain li{
    color: #8094ae;
}
.plain-po.list-plain li .icon {
    margin-right: 6px;
    font-size: 16px;
    color: #555;
}

.invoice-icons.plain-po.list-plain li{
    grid-template-columns: 22px auto !important;
}

.invoice-icons.plain-po.list-plain li span{
    margin-left: 0px;
}

.invoice-icons.plain-po.list-plain li .icon{
    line-height: 1.4;
}

.datatable-design-row tbody tr:nth-child(even) .print-btn,
.nk-tb-item:not(.nk-tb-head):hover .print-btn, .nk-tb-item:not(.nk-tb-head).seleted .print-btn{
    background: transparent;
}

.main-column-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.bottom-sticky {
    position: sticky;
    bottom: 0;
}
.preview-btn-cross {
    position: absolute;
    right: 0px;
    top: 20px;
    border-radius: 62px;
    z-index: 90;
}

.preview-btn-cross .icon.ni.ni-cross{
    font-size: 12px;
}

.datatable-design-row tbody tr.bg-primary {
    background-color: #03A53C !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field{
    width: auto !important;
}

.invoice-wrap{
    overflow: auto;
    max-height: 80.5vh;
    border: 0px;
    padding: 1.5rem;
}
.nk-demo-head.sidebar-invoice{
    position: absolute;
    right: 22px;
    top: 10px;
}


#modalFormEmail .form-control-wrap input:focus + label, #modalFormEmail .form-control-wrap input:not(:placeholder-shown) + label {
    top: calc(-0.625rem + -5px);
}

div#modalFormEmail::before{
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #364a63;
    opacity: 0.5;
    position: fixed;
    left: 0;
}
.toggle-slide-right.toggle-screen-any.invoice-sidebar{
    height: 100vh;
    min-width: 900px;
    z-index: 99991;
}
.invoice-brand.main-invoice{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .toggle-slide-right.toggle-screen-any.invoice-sidebar{
        min-width: 100% !important;
    }
    .invoice-brand.main-invoice{
        display: block;
    }
    .invoice-brand.main-invoice img{
        margin-bottom: 10px;
    }
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
        no-repeat right 10px center;
    background-size: 20px;
}

.dark-mode select.form-control {
    background: url("data:image/svg+xml;utf8,<svg fill='grey' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
        no-repeat right 10px center !important;
    background-size: 20px !important;
}

.dark-mode ::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.dark-mode ::-webkit-scrollbar-track {
    background: #0b1220;
}

.dark-mode ::-webkit-scrollbar-thumb {
    background: #64748b;
    border-radius: 10px;
}

.dark-mode ::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}


select.form-control::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
}

.center-screen{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-animations {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    clip-path: inset(0 3ch 0 0);
    animation: l4 1s steps(4) infinite;
}

.loader-animations:before {
    content:"Loading..."
}

@keyframes l4 {to{clip-path: inset(0 -1ch 0 0)}}

.scroll-down {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 34px;
    color: #6576ff;
    cursor: pointer;
    animation: bounce 1.8s infinite;
    z-index: 999;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(8px);
    }
    60% {
        transform: translateX(-50%) translateY(4px);
    }
}

.detial-edit{
    line-height: normal;
    background: #03A53C;
    height: 25px;
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff !important;
}

.link-list-opt .divider:last-child {
    display: none;
}
.offcanvas-body  tr {
    display: flex;
    flex-wrap: wrap;
}

.offcanvas-body  tr > td {
    width: 50%;
    padding: 3px!important;
}
.user-card .user-info span
 {
    word-break: break-all;
}

.shipping-options {
    display: inline-flex;
    background: #f1f1f1;
    border-radius: 25px;
    padding: 4px;
}

.dark-mode .shipping-options{
    background: transparent;
    border: 1px solid #384d69;
}

.shipping-options input[type="radio"] {
    display: none;
}

.shipping-options label {
    padding: 6px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    transition: 0.3s ease;
    margin: 0;
}

.dark-mode .shipping-options label{
    color: #b1b0b0;
}

.shipping-options input[type="radio"]:checked + label {
    background: #03a546;
    color: #fff;
}

.swal2-textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.swal2-textarea::-webkit-input-placeholder {
    color: #9ca3af;
}

.swal2-textarea::-moz-placeholder {
    color: #9ca3af;
}

.swal2-textarea:-ms-input-placeholder {
    color: #9ca3af;
}

textarea#swal2-textarea {
    margin-bottom: 0px;
}

.swal2-validation-message::before{
    margin-left: 0px !important;
}

div#swal2-validation-message{
    justify-content: flex-start;
    margin-top: 0px;
    padding-left: 0px;
    background: transparent;
}

#fulfillPreviewModal .modal-header{
    background: transparent;
    border: 0px;
}

#fulfillPreviewModal .modal-body{
    padding-top: 0px;
}

hr.custom-green {
    margin-top: 0px;
    border: 3px solid #03a546;
    border-radius: 2px;
}
.table-fulfill thead tr th,
.table-fulfill tbody tr td{
    border: 0px !important;
}

.table-fulfill .extra-input,
.table-fulfill .tech-input {
    width: 72px;
}
.group-child-items
 {
    border: 2.5px solid green;
    border-top: 0px;
    border-bottom: 0px;
}
button.btn.btn-link:focus,
button.btn.btn-link:hover {
    text-decoration: none;
}
.font-20{
    font-size: 20px !important;
}

.swal2-popup.swal2-modal.bo-swal-backorder {
    padding: 20px;
}

.swal2-modal.bo-swal-backorder .swal2-title{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.swal2-modal.bo-swal-backorder div#swal2-html-container {
    padding: 5px 11px;
    margin-bottom: 0px;
}

.swal2-modal.bo-swal-backorder div#swal2-html-container .shipping-options label{
    font-size: 13.5px;
}

.swal2-modal.bo-swal-backorder div#swal2-html-container .main-loading-cls{
    display: flex;
    justify-content: center;
}

.swal2-modal.bo-swal-backorder .swal2-actions{
    justify-content: end;
}

@media (max-width: 768px) {
    .swal2-modal.bo-swal-backorder div#swal2-html-container .shipping-options label {
        font-size: 12.5px;
        padding: 6px 11px;
    }
}

.main-cls-backorder tr th, .main-cls-backorder tr td {
    font-size: 15px;
}

.dark-mode .main-cls-backorder.table-striped tbody tr.table-warning,
.dark-mode .main-cls-backorder.table-striped tbody tr.table-warning > td {
    background-color: #16161670 !important;
}

.loading-spin-popup{
    position:absolute; 
    inset:0; 
    background:rgba(255,255,255,0.75); 
    z-index:5; 
    display:flex; 
    align-items:center; 
    justify-content:center;
}

.dark-mode .loading-spin-popup{
    background: rgb(16 15 15 / 75%);
}

.datatable-design-row tbody tr.bg-primary .custom-control-input:checked ~ .custom-control-label::before,
.dark-mode .datatable-design-row tbody tr.bg-primary .custom-control-input:checked ~ .custom-control-label::before{
    background: #fff !important;
}

.datatable-design-row tbody tr.bg-primary .custom-control-input:checked ~ .custom-control-label::after,
.dark-mode .datatable-design-row tbody tr.bg-primary .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: "✔";
    color: #28a745;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

.dark-mode .datatable-design-row tbody tr.bg-primary{
    background-color: #03A53C !important;
}
