body,h1,h2,h3,h4,h5,h6,p {
    font-family: poppins,sans-serif
}

body {
    background-color: #fff
}

body[data-page=login] {
    background-color: #eef4f9;
    background: linear-gradient(top left,#50a3a2 0%,#53e3a6 100%);
    background: linear-gradient(to bottom right,#94DAFF 0%,#99FEFF 100%);
    background: linear-gradient(253deg, #1C68F4 22.15%, #59AAFF 100%), #FFF;
    Selection colors
Hex;
}

body,.form-control {
    font-size: 13px
}

.bg-pixa {
    background-color: #031b4e;
    color: #95a1b5!important
}

.red-border {
    border: 1px solid red
}

.border-danger {
    border: 1px solid red
}

.border-success {
    border: 1px solid #28a745!important
}

.color-pixa {
    color: #031b4e!important
}

.response-area {
    background: #efefef;
    border-radius: 3px;
    margin-top: 9px;
    width: 100%;
    display: block;
    text-align: center
}

.btn2 {
    box-shadow: 2px 3px 4px 0 #b3b3b394;
    font-size: 20px;
    transition: .22s ease-in-out
}

.btn2:hover {
    transform: translateY(-1px);
    box-shadow: 2px 3px 4px 0 #b3b3b3;
    background: #2c75e0!important
}

.add-button-full-radius {
    border-radius: 50%!important;
    box-shadow: 2px 3px 4px 0 #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .22s ease-in-out;
    width: 50px!important;
    height: 50px!important
}

.add-button-full-radius:hover {
    transform: translateY(-2px);
    background: #2c75e0!important;
    box-shadow: 2px 3px 6px 0 #a7a7a7
}

.add-button i {
    padding: 0;
    margin: 0
}

.bg-none {
    background-color: none!important;
    background: 0 0!important
}

.form-control {
    height: 40px;
    padding: 6px 11px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 2px
}

[v-cloak] {
    opacity: 0!important
}

.sidebar {
    background-color: #2e326c;
    transition: all 500ms
}

.sidebar:hover {
    /* background-color: #021f5c; */
}

.auth {
    top: 0;
    background: 0 0;
    width: 50%;
    box-shadow: none!important;
    background-image: none!important;
    background: 0 0;
    max-width: 560px;
    background: white;
}

.auth-content .btn {
    background-color: #0a2ecc!important;
    padding: 8px 16px!important;
    font-size: 14px;
    border-radius: 0;
    margin-top: 35px;
    color: white;
}

#register_captcha {
    width: 80%;
    margin: auto;
    display: table
}

.auth-container .auth-header {
    border: none
}

.hidden {
    display: none!important
}

.moduleModal img {
    max-width: 50px
}

.search-result-tr {
    background-color: #f1f1f1!important
}

.search-result-td {
    background-color: #dbff78!important;
    color: #000
}

.show {
    display: block!important
}

.nav-pills .nav-link {
    cursor: pointer
}

html[data-app=wms] [data-app=lab] {
    display: none!important
}

html[data-app=lab] [data-app=wms] {
    display: none!important
}

table .alert {
    padding: 3px 11px;
    font-size: 12px;
    font-family: open sans,sans-serif
}

.nav-pills .nav-link.passive {
    outline: 1px solid #f2f2f2
}

.btn-default {
    background: #e8e8e8;
    color: gray
}

.btn-default:hover {
    background: #c5c5c5;
    color: gray
}

.block-screen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255/36%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 99;
    backdrop-filter: blur(0.5px)
}

.loader {
    margin: auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    text-align: center
}

.loader b {
    position: absolute;
    left: -10px;
    bottom: -70px;
    color: #b3b3b3
}

.loader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #52bcd3;
    border-radius: 50%;
    opacity: 0;
    animation: popin 1.5s linear infinite 0s;
    display: block
}

.loader img {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1
}

.loader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #52bcd3;
    border-radius: 50%;
    opacity: 0;
    display: block;
    animation: popin 1.5s linear infinite .5s
}

.table-edited {
    white-space: nowrap
}

.fav img.fav,td .fav {
    max-width: 16px
}

.fav-logo {
    max-width: 25px
}

.draft-row td {
    background: #ffe9c0!important
}

.damaged-row td {
    background: #e83434cb
}

.tab-content nav {
    overflow: hidden;
    overflow-x: auto
}

.card:hover {
}

.btn {
    font-size: 12px
}

@keyframes popin {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    1% {
        opacity: .7;
        transform: scale(0)
    }

    99% {
        opacity: 0;
        transform: scale(2)
    }

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

.differential {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 1.25em auto 2.5em;
    transform: scale(.8)
}

.differential.is-exiting {
    -webkit-transition: all 200ms cubic-bezier(.6,-.28,.735,.045);
    transition: all 200ms cubic-bezier(.6,-.28,.735,.045);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.differential__spinner {
    position: absolute;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    width: 80px;
    height: 80px
}

.differential__spinner svg {
    width: 80px;
    height: 80px
}

.differential__spinner circle {
    stroke: #00d7d2;
    stroke-dasharray: 100%;
    stroke-width: 2px;
    stroke-linecap: round;
    fill: none
}

.desi-button {
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 0;
    margin-left: ‒10;
    margin-left: 11px
}

.js-section-loading>h1 {
    margin: 0 .6666666667em 1.2em
}

.js-section-loading>p {
    font-size: 1.25em;
    line-height: inherit;
    margin: 0;
    color: #949494;
    position: absolute;
    opacity: 0;
    width: 100%;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.js-section-loading>p.enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.js-section-loading>p.exit {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin-back {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes spin-back {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fade-slide {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    30% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-slide {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    30% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tcfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.tcfloat i {
    margin-top: 16px;
    color: #fff
}

.header .header-block-nav .notifications-dropdown-menu {
    transform: none!important;
    right: 10px!important;
    left: inherit!important
}

.header .header-block-nav .notifications-dropdown-menu center {
    padding: 40px 0!important;
    border-bottom: 0!important
}

.header .header-block-nav .notifications-dropdown-menu header,.header .header-block-nav .notifications-dropdown-menu center {
    padding: 14px;
    color: #a2a5b9;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-top: 8px
}

#progress-wrp {
    border: 1px solid #09c;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0,0,0,.12)
}

#progress-wrp .progress-bar {
    height: 100%;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0,0,0,.11)
}

#progress-wrp .status {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #000
}

.notifications-container {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto
}

#page-scroll,#page-down {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 177px;
    right: 0;
    z-index: 99;
    color: #a8a1a1;
    border: 1px solid #d5d5d5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 200ms;
    background: #fff
}

#page-down {
    bottom: 149px
}

#page-scroll:hover,#page-down:hover {
    color: #003;
    border-color: #003
}

#page-scroll i,#page-down i {
    transition: all 200ms
}

#page-scroll:hover i,#page-down:hover i {
    position: relative;
    top: -5px
}

table tr td.ghost {
    display: none;
    box-shadow: 0 5px 10px #0000004f
}

table tr td:hover .ghost {
    position: absolute;
    white-space: normal;
    z-index: 9999;
    max-height: none;
    height: auto;
    background: #fff;
    overflow: visible;
    border: 1px solid #ccc;
    padding: 10px;
    display: block!important
}

.img-product {
    max-width: 30px;
    cursor: pointer
}

#qualityProducts .img-product {
    max-width: 70px
}

.imagePreviewContainer {
    min-width: 30px
}

.edited-row td {
    background-color: #76d4f53d!important
}

.edited-row {
    outline: 2px dotted #76d4f5
}

.oneMapping {
    background: #f0f3f6;
    border: 1px dotted#CCC;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 10px
}

.oneMapping .fa-trash {
    position: absolute;
    right: 23px;
    top: 12px;
    font-size: 20px;
    color: red;
    cursor: pointer
}

.oneMapping h5 {
    font-size: 15px;
    margin-bottom: 10px
}

.oneMapping li {
    padding: 5px 0;
    position: relative;
    border-bottom: 3px solid #ccc
}

.oneMapping li:hover {
    background: #ccc
}

.oneMapping li mark {
    display: block
}

.oneMapping li .container-fluid {
    padding: 0
}

.oneMapping li .container-fluid input {
    background: 0 0;
    border: none;
    border-radius: 0
}

.oneMapping li span {
    display: block;
    padding: 4px 10px
}

.oneMapping li i {
    position: absolute;
    right: 4px;
    top: 13px;
    cursor: pointer
}

.filterValueList {
    max-height: 300px;
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.filterValueList li {
    border-bottom: 1px solid #ccc
}

.filterCol {
    background: #f2f2f2;
    border: 1px solid #ccc
}

.alert-default {
    color: #000;
    background-color: #fff;
    border-color: #e4e7ea
}

#tbl1 .status {
    cursor: default
}

.por {
    position: relative
}

.alert-cargo-name {
    position: absolute;
    top: -2px;
    left: 25px;
    font-size: 11px
}

.alert-cargo {
    position: relative;
    bottom: -12px;
    font-size: 12px;
    left: 5px
}

.cargo_status_0 {
    background: #ffde6a3d;
    border-radius: 4px
}

.cargo_status_1 {
    background: #6af6ff3d;
    border-radius: 4px
}

img {
    max-width: 100%;
    max-height: 100%
}

.logo {
    width: 77px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 5px
}

.shortmenu-active .logo .forDesktop {
    display: none
}

.auth {
    /* background: url(https://pixasoftware.com/wp-content/themes/twentyseventeen/assets/images/atlasyanhero2.jpg); */
}

.auth-container {
    padding: 40px 30px 30px;
    box-shadow: 5px 10px 10px rgba(2,128,144,.2);
    border-radius: 10px;
    overflow: hidden
}

.logo img {
    position: static;
    left: 0;
    top: 0
}

.cargo_status_2 {
    background: #ff6ac83d;
    border-radius: 4px
}

.cargo_status_3 {
    background: #fc32323d;
    border-radius: 4px
}

.cargo_status_4 {
    background: #fc323299;
    border-radius: 4px
}

.cargo_status_5 {
    background: #32fc7499;
    border-radius: 4px
}

.table-responsive tr.selected {
    position: relative
}

.table-responsive tr.selected td {
    background: #76d4f5;
    position: relative
}

.table-responsive tr.selected td:before {
    content: "";
    background-color: #76d4f5;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(.001,.001);
    transform: scale(.001,.001);
    -webkit-animation: effect_dylan .8s ease-in;
    animation: effect_dylan .8s ease-in
}

.table-responsive tr.selected td .checkbox+span:before {
    color: #fff
}

.filterDropdown--show .dropdown-menu.filterDropdown__box {
    display: block!important
}

@-webkit-keyframes effect_dylan {
    50% {
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
        opacity: 0
    }

    99% {
        -webkit-transform: scale(.001,.001);
        transform: scale(.001,.001);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(.001,.001);
        transform: scale(.001,.001);
        opacity: 1
    }
}

@keyframes effect_dylan {
    50% {
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
        opacity: 0
    }

    99% {
        -webkit-transform: scale(.001,.001);
        transform: scale(.001,.001);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(.001,.001);
        transform: scale(.001,.001);
        opacity: 1
    }
}

.auth-container .auth-title {
    color: #000
}

.login input[type] {
    text-indent: 10px
}

.login {
    overflow: visible;
    background-color: #fff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: transform 300ms,box-shadow 300ms;
    box-shadow: 0 0 10px #ffffff30;
    z-index: 99;
    box-shadow: none
}

.auth-img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    left: inherit;
    width: 50%;
    height: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0
}

.auth-img img {
    max-width: 100%
}

.login .card,.login .card:hover {
    border: none;
    background: 0 0;
    box-shadow: none!important
}

.login>input {
    font-family: asap,sans-serif;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    width: 100%;
    border: 0;
    padding: 10px;
    margin: 15px -10px
}

.login>button {
    font-family: asap,sans-serif;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 80px;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -5px;
    border-radius: 5px;
    background-color: #f03033;
    transition: background-color 300ms
}

.login>button:hover {
    background-color: #fb2326
}

.sidebar-header a,.sidebar-header a:hover {
    color: White;
    text-decoration: none
}

@keyframes wawes {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.cargoInfo+.cargoNo {
    margin-top: 20px;
    margin-left: 0
}

.nav-tabs {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

#beamerSelector {
    display: none
}

@media only screen and (min-width: 780px) and (max-width:1200px) {
    .product-left,.product-right {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@print {
    .noprint {
        display: none!important;
    }
}

.alert-danger {
    color: #721c24!important;
    background-color: #f8d7da!important;
    border-color: #f5c6cb!important
}

.pb-filemng-template {
    margin-top: 40px;
    font-family: sansita,sans-serif
}

.pb-filemng-navbar {
    margin-bottom: 0
}

.treeview-toggle-btn {
    margin-left: 15px
}

.pb-filemng-template-btn {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    outline: none;
    color: gray;
    padding: 0 13px
}

.pb-filemng-active {
    border-bottom: 2px solid #6d97db;
    color: #5f6977
}

.pb-filemng-template-btn:hover {
    color: blue
}

.pb-filemng-body-folders>img:hover {
    cursor: pointer
}

.btn-align {
    margin-top: 7px
}

.pb-filemng-template-treeview {
    border-right: 1px solid gray
}

.pb-filemng-folder {
    color: orange;
    padding-bottom: 3px
}

.pb-filemng-paragraphs {
    margin-top: -20px;
    text-align: center
}

.img-responsive {
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    #beamerSelector {
        display:none
    }

    #nanonar {
        display: none!important
    }

    .toggleHamburger,.sidebar-footer {
    }

    .flashScreen .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .flashScreen img {
        max-height: 200px
    }

    .flashScreen {
        padding: 10px 15px!important
    }

    .flashScreen.picking .flashContent {
        padding: 0 15px
    }

    .flashScreen h1 {
        font-size: 20px!important;
        padding-bottom: 10px!important
    }

    .flashScreen p {
        font-size: 11px!important
    }

    .pb-filemng-template-treeview {
        border-right: none
    }

    #options {
        text-align: center
    }

    #options>li {
        display: inline-block
    }

    #pb-filemng-navigation>ul {
        text-align: center
    }

    #pb-filemng-navigation>ul>li {
        display: inline-block
    }

    .auth {
        width: 100%;
        background: 0 0!important
    }

    .auth-img {
        width: 100%
    }

    .login {
        background-color: #ffffffed
    }

    .mbt-info span,.mbt-body table th,.mbt-body table td {
        font-size: 12px!important
    }

    .mbt-info strong {
        font-size: 10px!important;
        margin: 0!important
    }

    .mbt-info {
        white-space: nowrap
    }

    .mbt-info .row {
        display: table;
        margin: auto;
        width: 100%;
        max-width: 90%
    }

    .mbt-info .col-6 {
        padding: 0;
        flex: none;
        max-width: 50%
    }

    .mbt-info .col-6:first-child {
        padding-right: 10px;
        float: left;
        text-align: left
    }

    .mbt-info .col-6:last-child {
        float: right;
        text-align: right
    }

    .mbt-info {
        padding: 0;
        padding-bottom: 5px!important;
        margin-bottom: 10px!important
    }

    .mbt-body {
        padding-top: 0!important;
        position: fixed;
        left: 0;
        height: calc(100vh - 50px);
        bottom: 0;
        z-index: 999;
        padding: 0!important;
        display: table;
        width: 100%;
        max-width: none;
        margin: 0
    }

    .mbt-header h1 {
        font-size: 16px!important;
        padding: 10px!important
    }

    .mbt-header {
        height: auto
    }

    .mbt-info {
        height: auto
    }

    .mbt-body .mbt-circle #circle-a {
        width: 100px!important;
        height: 100px!important;
        margin-bottom: 15px
    }

    .mbt-circle .circle strong {
        font-size: 26px!important;
        top: 29px!important
    }

    .mbt-circle .circle#circle-b strong {
        top: 73px!important;
        font-size: 35px!important
    }

    .mbt-buttons {
        position: fixed;
        bottom: 0;
        padding: 0 10px;
        padding-bottom: 10px
    }

    .mbt-buttons .row {
        margin: 0
    }

    .mbt-buttons .col-6 {
        padding: 0
    }

    .mbt-buttons .col-6:first-child {
        padding-right: 10px
    }

    .mbt-buttons .btn {
        font-size: 15px
    }

    .mbt-table {
        height: calc(40vh);
        overflow: scroll
    }

    .mbt-table thead {
        position: sticky;
        top: -13px;
        left: 0;
        background: #fff
    }

    div.circle strong:not(:last-child) {
        top: 20px!important
    }

    .circle span {
        top: 45px!important
    }
}

.file-manager-template {
    border: 1px solid transparent;
    position: relative;
    max-width: 780px;
    background-color: #fff;
    border-color: #e7e7e7
}

.navbar-nav>li {
    float: left
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.file-manager-template .navbar-nav {
    display: block!important
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.fm-header-control {
    display: table;
    width: 100%
}

.pb-filemng-panel-body {
    padding-top: 10px
}

.file-manager-template .selected {
    background: #c1eaff;
    border: 1px dotted
}

.file-manager-template .item {
    border: 1px solid transparent;
    cursor: default
}

.order-btns .dropdown-menu {
    box-shadow: 0 0 40px #000;
    padding: 0;
    min-width: 200px
}

.order-btns .dropdown-item {
    padding: 0;
    display: flex;
    text-decoration: none;
    border-bottom: 1px solid #cccccc69
}

.dropdown-item label.sl {
    padding: 0!important;
    text-align: center!important
}

.dropdown-item label.sl span {
    padding: 0
}

.dropdown-item label.sl span:before {
    position: relative;
    right: -10px;
    top: 3px
}

.dropdown-item label.sl {
    padding: 0
}

.order-btns .dropdown-item i,.order-btns .dropdown-item label.sl {
    float: left;
    width: 20%;
    text-align: center;
    background: WHITE;
    color: #031b4c;
    display: block;
    padding: 10px 0
}

.order-btns .dropdown-item span {
    display: block;
    width: 80%;
    font-size: 13px;
    padding: 10px 0;
    background: #fff;
    padding-left: 8px
}

.order-btns-container {
    position: relative;
    min-height: 33px
}

.order-btns-container .order-btns,.order-btns-container .order-btns>.btn,.order-btns-container .order-btns>.dropdown>.btn {
    height: 35px;
    margin-bottom: 0;
    background: 0 0;
    color: #031b4c;
    border: none;
    border-right: 1px solid #e2e2e2
}

#digerButton .btn {
    border: none!important
}

.order-btns-container .order-btns,.order-btns-container .order-btns>*:last-child {
    border: none!important
}

.order-btns-container {
    margin: 10px 0
}

.order-btns .btn {
    font-size: 14px
}

.orders-btns-fixed .order-btns {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 10px #00000052
}

.orders-btns-fixed .order-btns .btn {
    margin-bottom: 0
}

#printOrderList p {
    margin-bottom: 0
}

#printOrderList .line-quantity {
    border: 1px solid #1f1c1c;
    border-radius: 10px;
    padding: 1px 5px
}

#printOrderList .line-quantity.q-1 {
    border-color: transparent
}

.tcfloat {
    display: none
}

#reportHeaderContainer {
    position: relative;
    height: 79px
}

#reportHeaderContainer {
    position: relative
}

.report-header-fixed #reportHeader {
    position: fixed;
    z-index: 9;
    background: #fff;
    top: 0;
    width: calc(100% - 332px);
    border: 1px solid #ccc
}

.multiple-select {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 200px;
    display: flex;
    cursor: pointer
}

.multiple-select[values] label {
    border: 1px solid #4bcf99;
    background: #adf3d6
}

.multiple-select.active label {
    outline: 1px solid #6cbeff
}

.multiple-select label {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 8px;
    padding-top: 7px;
    border-radius: 6px;
    font-weight: 400
}

.multiple-select:not([values]) label .selected {
    display: none!important
}

.multiple-select label .noselected {
    display: block!important
}

.multiple-select[values] .noselected {
    display: none!important
}

.multiple-select label:after {
    position: absolute;
    right: 6px;
    top: 8px;
    content: '\f0dc';
    font-family: 'font awesome 5 pro'
}

.multiple-select.active ul {
    display: block
}

.multiple-select ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
    z-index: 9;
    padding: 10px 0;
    border: 1px solid #ccc;
    top: 35px;
    min-width: 200px;
    box-shadow: 0 6px 20px #00000040
}

.multiple-select ul li {
    padding: 5px 10px;
    background-color: transparent;
    margin-bottom: 5px
}

.multiple-select ul li:hover {
    background: #f2f2f2;
    cursor: pointer
}

.multiple-select ul li.selected {
    background: #03a84e;
    color: #fff;
    -webkit-transition: color .1s ease-in-out,background-color .1s ease-in-out;
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.0125),0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.0125),0 1px 1px rgba(0,0,0,.05);
    border-top-width: .0625rem;
    border-bottom-width: calc(.2rem + .0625rem);
    overflow: visible;
    background-image: linear-gradient(to right,#03a84e,#00ca5c)
}

.multiple-select ul li.selected:before {
    content: '\f00c';
    font-family: 'font awesome 5 pro';
    margin-right: 5px
}

td.status .order-status span {
    position: relative;
    padding-right: 15px
}

td.status .order-status span:after {
    position: absolute;
    right: 3px;
    top: 5px;
    content: '\f0d7';
    font-family: 'font awesome 5 pro';
    font-size: 10px;
    font-weight: 900
}

#orders .thead1 th {
    background-color: #dadbe3;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: center
}

#orders .thead2 {
    color: #273142;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    padding: 10px
}

#orders .order-number {
    font-size: 13px;
    font-weight: 500;
    color: #0ead68;
    display: block;
    margin-top: 9px
}

#orders .order-number .fa-history {
    color: #6c757d;
    cursor: pointer
}

#orders .order-date {
    font-size: 12px;
    font-weight: 400;
    color: #273142;
    margin-bottom: 0;
    margin-top: 4px;
    display: block
}

#orders .order-note {
    font-size: 12px;
    margin-top: 10px;
    color: dimgray;
    display: block
}

#orders .order-note i {
    color: #c6c6c6
}

#orders .order-note:hover {
    color: #000
}

#orders td {
    color: #273142;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    padding: 10px
}

.sidebar-header .brand {
    position: relative
}

#shortMenuToggle {
    right: 0;
    font-size: 15px;
    height: 100%;
    text-align: center;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 13px 20px;
    color: #fff;
    background: #031b4d!important;
    line-height: normal;
    font-family: open sans,sans-serif
}

.shortmenu-active #shortMenuToggle {
    background: 0 0
}

.shortmenu-active #shortMenuToggle i {
}

#sidebar:hover #shortMenuToggle {
    background: #1f2837
}

#sidebar:hover #shortMenuToggle:hover {
    color: #fff
}

#shortMenuToggle i {
    font-size: 16px;
    transform: rotate(180deg);
    transition: .3s
}

#shortMenuToggle #shortMenuToggle i {
    transform: translateX(-5px)
}

#orders tr td {
    vertical-align: middle;
    background: #fff
}

#orders tr td .order-info {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    min-width: 350px
}

#orders tr td.quantity:not(.quantity_1) {
    background: #dafff0
}

#orders tr:hover .fa-chart-line {
    color: #03a84e
}

#orders .order-info>div {
    float: left;
    font-weight: 400;
    padding: 0
}

#orders .order-info .dv1 .npro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    color: #69696975
}

#orders .order-info .productSelector {
    position: absolute;
    top: 75px;
    left: 0;
    width: 250px;
    z-index: 9;
    padding: 10px;
    background: #fff;
    border: 1px solid #cccccc5c;
    border-radius: 6px;
    min-height: 100px;
    box-shadow: 0 8px 10px #00000045
}

#orders .order-info .productSelector .fa-times {
    position: absolute;
    right: 6px;
    top: 6px;
    color: dimgray
}

#orders .order-info .productSelector li {
    padding: 0 10px;
    margin-top: 10px;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    padding-bottom: 10px
}

#orders .order-info .productSelector li:first-child {
    border: none
}

#orders .order-info .productSelector li p {
    white-space: normal;
    padding-left: 10px;
    position: relative
}

#orders .order-info .productSelector li label {
    cursor: pointer
}

#orders .order-info .productSelector li p span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px;
    border-radius: 6px
}

#orders .order-info .productSelector ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#orders .order-info .dv1 .npro:hover {
    color: #000;
    cursor: pointer
}

#orders .order-info .dv1 {
    position: relative
}

#orders .order-info .order-details {
    margin-left: 10px
}

.product-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 17px
}

.order-info .col-auto {
    padding-right: 0;
    padding-left: 0;
    max-width: 200px
}

.order-info .dimensions {
    padding-left: 20px;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    flex: auto
}

#orders ul.gross-amount {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 300;
    font-size: 12px
}

#orders ul.gross-amount li {
    padding: 0;
    margin-bottom: 3px
}

#orders .order-name {
    display: block;
    max-width: 150px;
    white-space: normal
}

#orders td:hover .infoStats {
    display: block
}

#orders .infoStats {
    position: absolute;
    background: #fff;
    border: 1px solid #cccccc8f;
    padding: 10px 28px;
    border-radius: 10px;
    z-index: 9;
    box-shadow: 0 0 10px #00000040;
    width: 280px;
    white-space: nowrap;
    display: none;
    top: 26px;
    right: 0
}

#orders .infoStats .col-auto:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 20px
}

#orders .infoStats .col-auto:first-child i {
    font-size: 50px;
    color: #03a84e;
    font-weight: 100;
    display: inline-block
}

#orders .infoStats p {
    margin-bottom: 5px;
    font-size: 12px;
    font-family: open sans,sans-serif;
    color: dimgray;
    max-width: 179px;
    white-space: normal
}

#orders .infoStats p.green {
    font-size: 16px;
    color: #03a84e
}

#orders .infoStats p.green label {
    display: block;
    font-size: 11px;
    color: #b1b1b1
}

#orders .order-line:hover td {
    background: #f2f2f2!important
}

#orders .order-line:hover td:not([rowspan]):hover {
    background: #dfdfdf
}

#sidebar-menu .active a {
    background-color: #0052cc!important
}

#sidebar-menu a:hover {
    color: #fff;
    background-color: #157fc12b
}

#sidebar-menu * {
    transition: all 200ms
}

#sidebar-menu>li {
    border-bottom: 1px solid rgb(180 188 199/6%);
    position: relative
}

#sidebar-menu>li.introjs-showElement a {
    color: #fff
}

.market {
    background: 0 0
}

.market a,.market i {
}

#sidebar-menu>li>a {
    padding: 25px 20px
}

#sidebar-menu>li a {
    font-size: 12.8px!important;
    transition: background 800ms
}

#order-filter-block li.item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: .5px solid #555;
    padding: 11px 30px!important;
    background-color: #2e326c;
    color: #95a1b5!important;
    float: none;
    display: inline-block;
    width: auto;
    white-space: normal;
    text-align: center;
    cursor: pointer;
    transition: .2s
}

#order-filter-block li.item .fas.fa-lock {
    color: #fff;
    margin-right: 10px;
    opacity: .5
}

#order-filter-block li.item:not(.active):hover {
    background-color: #335398 !important;
    color: #fff !important;
    border-color: #335398
}

#order-filter-block li.item:not(.active):hover span{
    color: #fff !important;
}

#order-filter-block li.item span {
    display: block;
    transition: .1s;
}

#order-filter-block li.active.item {
    background-color: #fff!important;
    color: #3a4558!important;
    cursor: pointer
}

#order-filter-block li.active {
}

#order-filter-block li.item label {
    margin-bottom: 0
}

#analytic-page #order-filter-block {
    z-index: 5
}

#order-filter-block li.item label {
    font-weight: 400;
    font-size: 10px;
    color: #95a1b5!important;
    cursor: pointer
}

#order-filter-block,#filter-sub-tabs {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.metaWhereDesc p {
    margin-bottom: 10px!important;
    display: block;
    font-size: 12px;
    padding: 10px 0;
    color: #a4a4a4
}

#order-filter-block ul,#filter-sub-tabs ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    list-style: none
}

#order-filter-block .dropdown ul {
    max-height: 150px;
    overflow: auto;
    display: block
}

#orders .product-name {
    white-space: normal
}

#orders .product-name+.d-flex {
    overflow: hidden
}

#orders .product-name+.d-flex p {
    margin-bottom: 0;
    white-space: normal;
    width: 100%;
    display: block
}

#filter-sub-tabs li {
    padding-bottom: 0;
    margin-right: 1px;
    cursor: pointer;
    float: left;
    border-bottom: 3px solid transparent;
    background: #f0f0f0
}

#filter-sub-tabs li mark {
    background: 0 0;
    color: #696969b5
}

#filter-sub-tabs li.passive:hover span {
    color: #000
}

#filter-sub-tabs li span {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #919191;
    color: #8a8a8a;
    font-weight: 500;
    padding: 10px 30px!important;
    min-width: 100px;
    display: block;
    text-align: center
}

#filter-sub-tabs li.active {
    border-bottom: 3px solid #021b4e;
    background: 0 0
}

#filter-sub-tabs li.active.sended {
    background: #c6f5ca
}

#filter-sub-tabs li.active.closed {
    background: #f5c6c6
}

#filter-sub-tabs li.active.warning {
    background: #f3b883
}

#filter-sub-tabs li.active span {
    color: #021b4e
}

label {
    font-weight: 400
}

.por {
    position: relative
}

#order-filter-block.quality-filters {
    display: flex!important;
    flex-direction: row!important;
    align-items: center;
    justify-content: space-between
}

#orders.quality-table tr td {
    height: 120px;
    text-align: center
}

#orders.quality-table tr td .order-info {
    min-width: auto!important
}

#orders.quality-table tr td .edit-quality-product {
    color: #212529!important;
    background-color: #e6e6e6;
    border-color: #b1bdca;
    font-weight: 300;
    width: 80px;
    margin: 0 20px;
    transition: .2s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px
}

#orders.quality-table tr td button.edit-quality-product:hover {
    box-shadow: 0 2px 3px 0 #b3b3b3;
    background: #eee;
    transform: translateY(-1px)
}

#orders.quality-table tr td ._status span {
    display: block;
    margin: 0 20px;
    width: 120px
}

#orders.quality-table tr td ._status span.alert {
    width: auto!important
}

#orders.quality-table .img-product {
    max-width: 140px
}

#orders.quality-table tr td {
    transition: .1s ease-in-out
}

.qualityProductModal .product-face img {
    max-height: 130px;
    border: 1px solid #e3e3e3;
    max-width: 200px
}

.qualityProductModal {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px)
}

.qualityProductModal .modal-dialog.modal-lg {
    width: auto;
    max-width: 900px
}

.qualityProductModal .modal-dialog.modal-lg .modal-body {
    padding: 50px 30px 30px
}

.qualityProductModal .modal-body {
    box-shadow: inset 0 4px 6px #7c7c7c26!important
}

.qualityProductModal .form-control {
    box-shadow: 1px 1px 6px #a9a9a92e
}

.qualityProductModal .modal-dialog.modal-lg button:focus {
    outline: none!important
}

.showNumberBtn {
    background: #dfdfdf;
    color: #696969;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #6969694f;
    margin-left: 10px;
    padding: 4px 16px
}

.styled-radio-selection input[type=radio]:not(:checked),.styled-radio-selection input[type=radio]:checked {
    display: none
}

.styled-radio-selection label {
    margin-bottom: 0;
    margin: 0;
    text-align: center;
    font-weight: 500;
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 7px;
    padding-top: 20px!important;
    padding-bottom: 19px;
    height: 90px
}

.styled-radio-selection label small {
    line-height: 2px
}

.showNumberBtn.showNumberBtn-v2 {
    background: #dfdfdf;
    color: #4f4f4f;
    font-weight: 200;
    font-size: 14px;
    border: 1px solid #6969694f;
    margin-left: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block
}

.giftText {
    position: absolute;
    left: 0;
    top: 21px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 200px;
    white-space: normal;
    z-index: 9
}

.giftText {
    display: none
}

.por:hover>.giftText {
    display: block
}

.shortmenu-active #sidebar-menu li a+ul,.shortmenu-active #sidebar-menu li a span {
    display: none
}

.shortmenu-active .sidebar {
    width: 80px
}

.order-status {
    cursor: pointer
}

.shortmenu-active .sidebar .brand-text {
    display: none
}

.shortmenu-active .app {
    padding-left: 80px
}

.shortmenu-active .header {
    left: 80px
}

.shortmenu-active .brand .logo .forMobile {
    display: block!important;
    max-width: 20px
}

.shortmenu-active .brand #shortMenuToggle {
    color: #fff
}

.app {
    transition: all 500ms
}

.shortmenu-active #shortMenuToggle span {
    display: none!important
}

.shortmenu-active #customize-menu {
    width: 80px!important
}

.sidebar-fixedx .sidebar {
    position: fixed
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container p {
    max-width: 400px
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container p time {
    display: block;
    font-size: 11px;
    color: #777;
    margin-top: 5px
}

.side-items li {
    background-image: linear-gradient(#e8ecef,white);
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 5px;
    align-items: center;
    justify-content: center
}

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

.side-items li select {
    padding: 0
}

.stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1)
}

.stats .sale-column {
    padding: 20px 30px;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #dee2e6!important
}

.stats .label {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #6e7787
}

.stats .price {
    font-size: 16px;
    font-weight: 500;
    color: #273142;
    margin-bottom: 0
}

.stats .sale-column .rate {
    margin-top: 5px
}

.stats .percent-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: default
}

.stats .percent {
    font-size: 12px;
    font-weight: 700;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.stats .percent.up {
    color: #0bc15c
}

.stats .percent.down {
    color: #d50000;
    cursor: default
}

.stats .percent.down:before {
    content: '\f0dd';
    font-family: 'font awesome 5 pro';
    bottom: 3px
}

.stats .percent.up:before {
    content: '\f0de';
    font-family: 'font awesome 5 pro'
}

.stats .percent.down:before,.stats .percent.up:before {
    margin-right: 5px;
    float: left;
    display: inline-block;
    line-height: normal;
    height: auto;
    position: relative
}

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

.selectedFilterMappings ul li {
    float: left;
    margin-right: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    display: block;
    font-size: 11px;
    cursor: default
}

.selectedFilterMappings ul {
    display: inline-block;
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    background: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 10px
}

.resourceTabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%
}

.resourceTabs ul li.active {
}

.resourceTabs ul li {
    float: left;
    padding: 10px 20px;
    background: #fff;
    font-size: 15px;
    margin-right: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer
}

.resourceTabs ul li .wave {
    width: 170px;
    height: 100px;
    transform: none;
    left: 0;
    top: 0;
    margin: 0;
    background: #f6921f
}

.resourceTabs ul li.active {
    border-bottom-color: #fff;
    background: rgba(246,146,31,.4)
}

.resource-detail .card {
    border: 1px solid #ccc;
    border-top: snow
}

.resourceTabs ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadein {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}

.fadeinNormal {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s
}

.wave {
    opacity: .4;
    position: absolute;
    top: 3%;
    left: 50%;
    background: #0af;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear
}

.wave.-three {
    animation: drift 5000ms infinite linear
}

.wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: .1;
    background: #ff0
}

@keyframes drift {
    from {
        transform: rotate(0deg)
    }

    from {
        transform: rotate(360deg)
    }
}

.productShortInfo p {
    margin-bottom: 5px
}

.productShortInfo h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px
}

.productShortInfo {
    margin-bottom: 20px;
    box-shadow: 0 0 10px #0000002b;
    border: 1px solid #ccc;
    background: #fff
}

.productShortInfo h5 {
    font-size: 20px;
    line-height: 1.25;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 5px
}

.productShortInfo .pro-title_sub {
    font-size: 13px;
    line-height: 1.38;
    color: #505050;
    font-weight: 400;
    margin-bottom: 8px
}

.productShortInfoCol {
    margin-top: 45px
}

.productShortInfoCol .card {
    background: 0 0
}

.knob-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.light {
    display: inline-block;
    width: calc(calc(8rem/2)/2.5);
    height: calc(calc(8rem/2)/2.5);
    border-radius: 100%;
    background-color: #ddd;
    margin: 0 0 0 1rem;
    box-shadow: 0 0 0 .25rem #cacaca;
    transition: background 400ms ease
}

input[type=checkbox] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2rem;
    height: calc(2rem/2);
    background-color: #ddd;
    border-radius: calc(2rem/2);
    outline: none;
    transition: background 450ms ease;
    box-shadow: 0 0 0 3px #cacaca
}

input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    display: block;
    content: "";
    border-radius: 100%;
    transition: background 450ms ease,-webkit-transform 450ms ease;
    transition: background 450ms ease,transform 450ms ease;
    transition: background 450ms ease,transform 450ms ease,-webkit-transform 450ms ease
}

input[type=checkbox]:before {
    width: calc(2rem/2);
    height: calc(2rem/2);
    background-color: #e53935
}

input[type=checkbox]:checked:before {
    background-color: #43a047;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

input[type=checkbox].conic {
    transition: background 450ms ease,-webkit-transform 450ms ease;
    transition: background 450ms ease,transform 450ms ease;
    transition: background 450ms ease,transform 450ms ease,-webkit-transform 450ms ease
}

input[type=checkbox].conic:before {
    box-shadow: inset 0 0 0 3px #9f1815;
    background: conic-gradient(#E53935,#9f1815)
}

input[type=checkbox].conic:checked:before {
    box-shadow: inset 0 0 0 3px #43a047;
    background: #43a047;
    -webkit-transform: translateX(100%) rotate(360deg);
    transform: translateX(100%) rotate(360deg)
}

input[type=checkbox].knob {
    background: linear-gradient(to bottom,#b7b7b7 25%,#ddd 100%)
}

input[type=checkbox].knob:before,input[type=checkbox].knob:after {
    -webkit-transform: translate(0,-2px) rotate(0deg);
    transform: translate(0,-2px) rotate(0deg)
}

input[type=checkbox].knob:before {
    box-shadow: 0 0 0 1px #ddd,0 0 0 1px #777;
    background: conic-gradient(#ddd,#aaaaaa)
}

input[type=checkbox].knob:after {
    width: calc(8rem/2);
    height: calc(8rem/2);
    box-shadow: inset 0 0 0 1.5px #919191,1.5px 1.5px 0 0 #9d9d9d,2.5px 2.5px 0 0 #9d9d9d,3px 3px 0 0 #9d9d9d
}

input[type=checkbox].knob:checked:before {
    -webkit-transform: translate(100%,-2px) rotate(360deg);
    transform: translate(100%,-2px) rotate(360deg)
}

input[type=checkbox].knob:checked:after {
    -webkit-transform: translate(100%,-2px);
    transform: translate(100%,-2px)
}

input[type=checkbox].knob:checked+.light {
    background-color: #ff0
}

#productListCard th {
    white-space: nowrap
}

#productListCard tr td.name span {
    white-space: normal;
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#productListCard td[class*="N11.product."]:not(:hover) {
}

.table-responsive td[data-tr-order] {
    position: relative
}

.table-responsive tr:hover td[data-tr-order]:first-child:before {
    position: absolute;
    content: attr(data-tr-order);
    left: 0;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a8a8a8;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    width: 100%;
    text-shadow: 0 0 10px #000
}

.imagePreviewContainer:hover .imagePreview {
    display: block!important;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 9
}

.imagePreviewContainer:hover .imagePreview .img-product {
    max-width: 300px;
    box-shadow: 0 0 30px #0000007d
}

.imagePreviewContainer .imagePreview {
    display: none!important
}

.bulkProductOptions a {
    font-size: 14px
}

.bulkProductOptions label.title {
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.bulkProductOptions a {
    font-size: 12px!important;
    padding: 5px 0!important;
    display: block!important
}

.bulkProductOptions .dropdown-item:hover {
    color: #000!important;
    text-decoration: underline!important
}

.bulkProductOptions .dropdown-menu .resource-group {
    padding: 5px 10px;
    background: #f2f2f2;
    border-bottom: 1px dotted #aeaaaa
}

.bulkProductOptions .dropdown-menu .resource-group:hover {
    background: #fff
}

.bulkProductOptions .dropdown-menu .resource-search {
    padding: 0 10px
}

.bulkProductOptions .dropdown-menu .resources {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto
}

.bulkProductOptions .dropdown-menu {
    box-shadow: 0 7px 10px #00000042
}

.bulkProductOptions .dropdown-menu .hide {
    display: none!important
}

.bulkProductOptions img {
    width: 15px;
    height: 15px
}

.searchResults {
    position: absolute;
    background: #fff;
    list-style: none;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    z-index: 9
}

.searchResults li {
    padding: 5px 10px;
    border-bottom: 1px solid #f2f2f2
}

.searchResults li:hover {
    cursor: pointer;
    background: #ccc
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: .5rem 0 1rem;
    overflow: hidden;
    z-index: 99
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear
}

.progress .indeterminate {
    background-color: #26a69a
}

.progress .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left,right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite
}

.progress .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left,right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

.loader2 {
    max-width: 300px;
    margin: auto;
    height: 18px;
    background-color: #c7c7c766
}

.loader2 .indeterminate {
    background: #0b7fc138
}

.loader2 .progress {
}

#preloader {
    text-align: center
}

#preloader>b {
}

.one-tag {
    display: inline-block;
    height: auto;
    padding: 2px 5px;
    border: 1px solid #c5c4c2;
    background-color: transparent;
    color: #999593;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.tags-container .dropdown-menu a {
    display: block;
    padding: 5px 15px;
    color: #22c39e;
    background-color: #fff
}

.tags-container .dropdown-menu {
    box-shadow: 0 0 10px #00000029
}

.tags-container .dropdown-menu a:hover {
    background-color: #e8e7e7
}

.tags-container {
    max-width: 500px
}

body .app {
    background-color: transparent
}

body:not(.loaded) .app {
    background-color: transparent;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 50px
}

.cargoCompany img {
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 45px
}

.products .product-column {
    padding: 20px 0 20px 30px
}

.products .header {
    font-size: 12px;
    font-weight: 500;
    color: #6e7787
}

.products p:not(:last-child) {
    margin-bottom: 5px
}

.products .count {
    font-size: 16px;
    color: #273142;
    font-weight: 500;
    font-weight: 700
}

.products .stock {
    font-size: 10px;
    color: #273142;
    margin-bottom: 0
}

.products .product-column .see-all-wrapper {
    margin-top: 10px
}

.products .product-column .see-all-wrapper .see-all {
    font-size: 10px;
    color: #f27a1a
}

.dashboard-page h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000
}

.dashboard-page .title-block {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7dde4;
    padding-bottom: 5px
}

.dashboard-page section {
    margin-bottom: 0
}

.card-wrapper .card-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1)
}

.products .last-week {
    padding: 20.5px 30px
}

.products .header2 {
    font-size: 12px;
    font-weight: 500;
    color: #6e7787
}

.products .link {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4.4px solid transparent;
    border-bottom: 4.4px solid transparent
}

.products .last-week .link {
    border-left: 5px solid #273142
}

.products .last-week .call-to-action {
    font-size: 10px;
    color: #273142
}

.orders .order-column {
    padding: 28px 0 28px 30px
}

.orders .order-column .header2 {
    font-size: 12px;
    font-weight: 500;
    color: #6e7787
}

.orders .order-column p:not(:last-child) {
    margin-bottom: 5px
}

.orders .order-column .count {
    font-size: 16px;
    color: #273142;
    font-weight: 500;
    font-weight: 700
}

.orders .order-column .pointer {
    display: initial
}

.orders .order-column .order-container {
    margin-top: 23px
}

.position-relative {
    position: relative!important
}

.orders .order-column small {
    font-size: 10px;
    color: #273142;
    position: absolute;
    bottom: -15px
}

.orders .order-column small .down {
    color: #d50000
}

p.col,p:last-child {
    margin-bottom: 0
}

.overflowInfo .badge {
    font-size: 14px
}

@media only screen and (max-width: 1400px) {
    .order-btns .btn {
        font-size:12px
    }

    .table-filter input,.table-filter select {
        font-size: 12px
    }
}

.pagination .page-item .page-link,.pagination .page-item .page-link:hover {
    cursor: pointer;
    background-color: transparent;
    border-radius: 4px;
    border: none!important;
    box-shadow: none;
    color: #000;
    margin-left: 12px
}

.pagination .page-item.active .page-link,.pagination .page-item.active .page-link:hover {
    background: #146ebe!important;
    color: #fff
}

#orderedBoutiqueProductsIn ul {
    list-style: none;
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 10px;
    background: #fff
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-thumb {
    background: #d1d1d1
}

::selection {
    background: #1c2547;
    color: #fff
}

body.dt-print-view {
    overflow: visible!important
}

#orders .order-line.selected2 td {
    background: #cbf0ff
}

.my-pixa {
    opacity: .95;
    display: none;
    border-top: 2px solid #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    padding: 15px 20px;
    color: #fff;
    font-size: 13px;
    font-family: open sans,sans-serif;
    background: #021e58de;
    text-shadow: 0 0 10px #000
}

.my-pixa i {
    text-align: center;
    display: block;
    width: 8%;
    font-size: 25px;
    float: left;
    line-height: 25px
}

.my-pixa .warning-text {
    float: left;
    width: 90%;
    max-height: 130px!important;
    overflow-y: scroll
}

.my-pixa .warning-text table {
    background: 0 0!important;
    border: none!important
}

.my-pixa a,.my-pixa a:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

@media only screen and (max-width: 780px) {
    .shortmenu-active .app {
        padding-left:0
    }

    .shortmenu-active .header {
        left: 0
    }

    .line-item .stockAddresses .alert mark {
        display: block!important
    }

    .btnsCancels .btn {
        font-size: 14px!important
    }

    .ayristirma-table {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #00000091;
        height: 100%;
        z-index: 999;
        padding-top: 50px;
        display: none
    }

    .ayristirma-table.show {
        display: block!important
    }

    .pixa-app-switch:hover .switch-dropdown {
        left: 52px!important;
        right: 0!important;
        position: fixed!important;
        top: 40px!important
    }
}

.bg-white {
    background: #fff
}

.admin-notes {
    max-width: 100px;
    white-space: normal;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: block
}

.btn-lg {
    font-size: 15px
}

/*!* jQVMap Version 1.0
*
* http://jqvmap.com
*
* Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
* Licensed under the MIT license.
*
* Fork Me @ https://github.com/manifestinteractive/jqvmap*/
.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif,Verdana;
    font-size: smaller;
    padding: 3px
}

.jqvmap-zoomin,.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    padding: 3px;
    color: #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center
}

.jqvmap-zoomin {
    top: 10px
}

.jqvmap-zoomout {
    top: 30px
}

.jqvmap-region {
    cursor: pointer
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px
}

.line-item .stockAddresses .alert mark {
    margin-right: 10px;
    display: inline-block
}

@media only screen and (max-width: 1000px) {
    .title-block .title {
        font-size:17px
    }

    [data-page=picking] h6 {
        font-size: 13px
    }

    [data-page=picking] .line-item {
        font-size: 15px
    }

    .pickingHeader {
        padding-left: 0;
        white-space: nowrap
    }

    .pickingHeader .col-4 {
        text-align: left
    }

    [data-page=picking] .line-item>* {
        padding: 10px 5px
    }

    [data-page=picking] .line-item .product_barcode,[data-page=picking] .line-item .shelf_barcode {
        padding: 25px 3px;
        font-size: 12px
    }

    [data-page=picking] .line-item .details {
        background: #f2f2f2;
        border: 1px solid #ccc;
        padding: 3px 5px;
        align-items: center;
        justify-content: center;
        display: flex
    }

    [data-page=picking] .quantity h5 {
        float: left;
        width: 50%;
        font-size: 15px;
        margin-bottom: 0
    }

    [data-page=picking] .line-item .stockAddresses .alert {
        margin-bottom: 3px;
        font-size: 13px;
        padding: 5px;
        border-radius: 0
    }

    [data-page=picking] .line-item .details span {
        display: inline-block;
        text-align: center;
        width: 49%
    }

    [data-page=picking] .line-item .details span.text,[data-page=picking] .line-item .details span.text span {
        text-align: left;
        font-size: 13.5px
    }

    .swal2-title {
        font-size: 16px
    }

    .swal2-styled.swal2-confirm {
        font-size: 12px
    }
}

.shortmenu-active .sidebar .sidebar-menu>li>a i.arrow {
    position: absolute;
    right: 10px;
    top: inherit;
    display: none
}

.order-date-platform {
    color: #b7b7b7;
    font-size: 10px;
    display: block
}

.order-date-platform2 {
    color: #3504ea;
    font-size: 10px;
    display: block
}

tr.shared {
    background: #e6e6e6
}

.header-block-nav .market i,.header-block-nav .market a {
    color: #0052cc!important
}

::-moz-selection {
    background-color: rgba(76,161,217,.5)
}

::selection {
    background-color: rgba(76,161,217,.5)
}

.content-column {
    margin: auto;
    width: 100%
}

.onboarding {
}

.onboarding p {
    font-size: 14px
}

.onboarding .onboarding-steps-group {
    margin-bottom: 20px
}

.onboarding-steps-group {
    background-color: transparent;
    border-radius: 8px;
    padding: 0
}

.onboarding-steps-group .onboarding-step {
    margin-bottom: 16px
}

.onboarding-steps-group .onboarding-step:last-child {
    margin-bottom: 0
}

.onboarding-steps-group__title {
    margin: 8px 0 38px;
    font-size: 24px;
    font-weight: 400;
    color: #37424d
}

.onboarding-steps-group--completed .onboarding-steps-group__title {
    padding-left: 50px;
    position: relative
}

.onboarding-steps-group--completed .onboarding-steps-group__title::before {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "check";
    font-size: 36px;
    color: #65c680;
    position: absolute;
    left: 0;
    top: -5px
}

.onboarding-step {
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 16px -7px #37424d;
    text-align: left;
    padding: 32px
}

.onboarding-step p {
    color: #37424d;
    font-size: 16px;
    line-height: 2;
    margin: 0
}

.onboarding-step__title {
    color: #37424d;
    font-size: 20px;
    margin: 7px 0 13px
}

.onboarding-step__description {
    box-sizing: border-box;
    width: 64%
}

.onboarding-step__sidebar,.onboarding-step__picture {
    position: absolute;
    box-sizing: border-box;
    left: 70%;
    right: 32px;
    top: 32px;
    bottom: 32px;
    text-align: center
}

.onboarding-step__picture .material-icons {
    color: rgba(76,161,217,.5);
    margin-top: 25px;
    font-size: 128px
}

.onboarding-step__img {
    height: 100%;
    max-width: 100%
}

.onboarding-step__actions {
    margin-top: 28px
}

.onboarding-step__actions .mdl-button {
    margin-top: 0;
    margin-bottom: 0
}

.onboarding-step__actions .mdl-button:first-child {
    margin-left: 0
}

.onboarding-step--unavailable {
    opacity: .5
}

.onboarding-step--pending,.onboarding-step--completed {
    opacity: 1
}

.onboarding-step--pending .onboarding-step__title,.onboarding-step--completed .onboarding-step__title {
    margin: 0;
    margin-top: -8px;
    position: relative;
    font-weight: 400
}

.onboarding-step--pending .onboarding-step__title::before,.onboarding-step--completed .onboarding-step__title::before {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "check";
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    background-color: #00bd9a;
    border-radius: 22px;
    width: 44px;
    height: 44px;
    color: #fff;
    margin-right: 14px;
    position: relative;
    left: 0;
    top: 5px
}

.onboarding-step--pending .onboarding-step__description,.onboarding-step--completed .onboarding-step__description {
    margin-top: 47px
}

.onboarding-step--pending .onboarding-step__title::before {
    content: 'autorenew';
    background-color: #4ca1d9
}

.onboarding-step--pending .onboarding-step__actions {
    display: none
}

.onboarding .btn {
    min-width: 80px;
    border-radius: 2px;
    font-size: 16px;
    padding: 13px 24px;
    -webkit-appearance: none
}

.platform-number {
    color: dimgray
}

body.pop .render-picking {
    position: relative
}

body.pop .render-picking .details .img {
    position: fixed;
    background: #00000099;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center
}

body.pop .render-picking .details .img img {
    max-width: 90%!important;
    max-height: 90%!important
}

#listing-app {
    position: relative
}

.js-price-stock-table {
    width: 100%
}

#listing-app tr {
    border-bottom: 1px solid #dedede;
    height: 130px
}

#listing-app tr.locked_price {
    background: #ff000021
}

#listing-app tr.hide {
    display: none
}

.sellables_list,.showed-variants {
    background: #eee
}

.showed-variants {
    border-bottom: none!important
}

#listing-app table td {
    height: 130px
}

.rezerveModalContainer {
    position: relative
}

.rezerveModalContainer:hover .rezerveModal {
    display: block
}

.rezerveModal {
    position: absolute;
    width: 300px;
    background: #fff;
    left: -105px;
    top: 36px;
    z-index: 9;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 0 30px #00000033;
    max-height: 200px;
    overflow: auto;
    display: none
}

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

.rezerveModal ul li {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 11px
}

.rezerveModal ul li .line-1 {
    border-bottom: 1px solid #cccccc6e;
    padding-bottom: 10px
}

.rezerveModal ul li .line-2 {
    padding-top: 10px
}

#listing-app table td.info {
    width: 30%
}

#listing-app table td.salePrice div,#listing-app table td.listPrice div {
    max-width: 100px;
    margin: auto
}

#listing-app table td.salePrice .cur-symbol,#listing-app table td.listPrice .cur-symbol {
    position: absolute;
    right: 7px;
    top: 10px;
    font-style: normal
}

.red-price-info-area {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 47px;
    color: #d36767;
    padding: 0 5px;
    left: 8px;
    font-size: 11px;
    /* border-radius: 6px; */
    z-index: 1;
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

#listing-app .productInfo {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #484848;
    margin-top: 8px
}

.ptype-icon {
    background: #cdfaff;
    border-radius: 6px;
    padding: 2px 6px;
    display: inline-block;
    margin-top: 10px;
    color: #000;
    font-size: 11px;
    cursor: pointer
}

.ptype-icon:hover {
    opacity: .8
}

.ptype-container {
    position: relative
}

.ptype-container .relatedPopup {
    position: absolute;
    left: 0;
    top: 28px;
    background: #fff;
    box-shadow: 0 3px 4px #00000057;
    padding: 10px 15px;
    display: none
}

.ptype-container .relatedPopup label {
    font-size: 11px;
    margin-bottom: 10px
}

.ptype-container .relatedPopup li {
    font-size: 11px
}

.ptype-container:hover .relatedPopup {
    display: block;
    min-width: 220px
}

.ptype-container .relatedPopup ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ptype5 .ptype-icon {
    background: #d8cdff
}

#listing-app .productName {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-decoration: underline;
    line-height: 1.71;
    letter-spacing: normal;
    color: #484848
}

#listing-app .productName .noname {
    text-decoration: none!important;
    background: #fcf8e3;
    font-weight: 400;
    font-size: 13px;
    display: block
}

#listing-app {
    background: #fff
}

.tableHeader th:hover {
    background: #f2f2f2
}

.tableHeader th div {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #8e8e8e;
    padding-left: .5rem!important
}

.tableHeader th div:hover {
    color: #000
}

#listing-app tr.tableHeader {
    border-bottom: 2px solid #dedede;
    border-top: 2px solid #dedede;
    height: 48px
}

#listing-app th {
    text-align: center
}

#listing-app .checkbx {
    position: relative;
    top: 4px
}

.buyboxContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    min-width: 26px
}

.navContainer {
    overflow: auto;
    width: 100%
}

.iSort th {
    cursor: pointer
}

.iSort th:hover {
    color: #000
}

.btn-hb {
    min-width: 64px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #7b7b7b!important;
    cursor: pointer;
    box-sizing: border-box;
    color: #8e8e8e;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 5px
}

.btn-hb+.dropdown-menu .dropdown-item {
    padding: 12px 16px;
    padding-right: 40px;
    cursor: pointer;
    font-size: 13px;
    border-bottom: 1px solid #cccccc85;
    position: relative
}

.btn-hb+.dropdown-menu .dropdown-item:hover {
    color: #0052cc!important
}

.btn-hb .dropdown-menu {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.24),0 2px 2px 0 rgba(0,0,0,.08);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    max-height: 250px;
    overflow-y: auto;
    padding: 0 8px
}

.btn-hb i:first-child {
    margin-right: 5px
}

.btn-hb .iconText {
    color: #484848;
    font-weight: 500;
    font-size: 14px;
    padding: 0 5px
}

.validate-message {
    float: right;
    color: #cf3535;
    font-weight: 700
}

.dropdown-menu.downDrop {
    right: 0!important;
    position: absolute!important;
    transform: none!important;
    left: inherit!important;
    top: 37px!important;
    border: 1px solid #00000029
}

.dropdown-menu.downDrop .fas.fa-info-circle {
    float: right;
    color: #69696973;
    position: absolute;
    right: 8px;
    top: 13px;
    cursor: default
}

.dropdown-menu.downDrop .fas.fa-upload {
    color: #5fa265
}

.dropdown-menu.downDrop .fas.fa-download {
    color: #031b4e
}

.downDrop label {
    font-size: 13px;
    padding-left: 19px;
    display: block;
    margin-top: 10px;
    padding-bottom: 3px;
    font-size: 15px;
    color: #18ab18
}

.downDrop ul {
    padding: 0 15px!important;
    list-style: none;
    margin: 0
}

.downDrop ul li a {
    padding: 6px 5px;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-decoration: underline
}

.show_sellables_list {
    text-align: left;
    text-decoration: none;
    color: #878787!important;
    cursor: pointer
}

.show_sellables_list:hover {
    text-decoration: underline
}

.listing-in-table {
    display: table;
    width: 100%;
    margin: 25px 0!important;
    margin-top: 0!important
}

.listing-in-table tr td {
    height: auto!important
}

.listing-in-table tr {
    border-bottom: 0
}

.sellables_list.hide {
    display: none
}

.sellables_list tr {
    border-bottom: none!important;
    height: 90px!important
}

.stock-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid;
    position: relative;
    display: inline-block;
    border-color: #ccc;
    color: #ccc
}

.stock-circle.overflow {
    width: 70px;
    border-radius: 4px
}

.stock-circle.overflow span {
    font-weight: 100
}

.stock-circle.gray {
    border-color: gray;
    color: #000
}

.stock-circle.red {
    border-color: #be0b16;
    color: red
}

.stock-circle.green {
    border-color: #0bbe9e;
    color: #0bbe9e
}

.stock-circle .level {
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    display: block
}

.btn-filter {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #7b7b7b
}

.filterDropdown.show.more-filters .dropdown-menu {
    width: 1000px!important
}

.filterDropdown.show.more-filters .tables .tablecol:first-child {
    padding-right: 10px!important
}

.filterDropdown.show .dropdown-menu {
    display: block;
    width: 600px!important;
    border-radius: 4px;
    box-shadow: 0 -2px 8px 15px rgba(0,0,0,.2);
    background-color: #fff;
    padding: 16px;
    position: absolute;
    top: 33px;
    right: 32px
}

.filterDropdown.show .dropdown-menu .filter-inner {
    display: table;
    width: 100%
}

.filterDropdown.show .dropdown-menu .filter-inner .tables.row {
    margin: 0
}

.filterDropdown.show .dropdown-menu .filter-inner .tables.row .tablecol {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto
}

.filterDropdown.show .dropdown-menu td {
    border-top: none!important;
    padding: 0;
    padding-bottom: 10px
}

.filterDropdown.show .dropdown-menu td:first-child {
    min-width: 145px
}

.filterDropdown.show .dropdown-menu td>div>span {
    height: 40px;
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #484848;
    padding-left: 2.4%
}

.filterDropdown .multiple-select span {
    font-size: 12px!important
}

.filterDropdown .multiple-select ul {
    width: 100%
}

.filterDropdown.show .dropdown-menu td>div>input,.filterDropdown.show .dropdown-menu td select,.filterDropdown.show .dropdown-menu td textarea {
    width: 100%;
    border-radius: 4px;
    height: 33px;
    background-color: #f5f5f5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: normal;
    border: 1px solid #d8d8d8;
    font-style: normal
}

.filter-inner table {
    margin-bottom: 0;
    font-size: 12px
}

.pl0 {
    padding-left: 0
}

.swal2-content {
    font-size: 16px;
    font-weight: 400
}

.js-price-stock-table .blockedQuantity .stock-circle {
    cursor: pointer
}

.js-price-stock-table .blockedQuantity .stock-circle:hover {
    background: #22be9d;
    color: #fff;
    border-color: transparent
}

#shelfTableIn td:before {
    font-family: 'font awesome 5 pro';
    content: '\f070';
    padding: 3px 20px;
    margin-bottom: 10px;
    display: block
}

#shelfTableIn td.completed-order:before {
    background: #08ac68;
    color: #004f00;
    content: '\f00c'
}

#shelfTableIn tr {
    box-shadow: 0 0 10px #fff
}

#shelfTableIn {
    border-collapse: collapse;
    border: 5px solid #d7d7d7;
    margin-top: 0
}

.shelf-table-head {
    background: #000;
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    color: wheat
}

.shelf-table-head mark {
    margin: 0;
    font-size: 14px;
    padding: 5px 25px
}

#shelfTableIn td {
    border-bottom: 5px solid #999
}

#shelfTableIn td.light-barcode {
    box-shadow: 0 18px 40px #ff8100
}

#shelfTableIn th.active {
    background: #bfbfbf;
    color: #000;
    font-size: 15px
}

#shelfTableIn th div {
    margin-bottom: 0!important
}

#shelfTableIn th {
    color: transparent;
    background: #d7d7d7
}

#shelfTableIn td.light-barcode:before {
    content: '\f3c5';
    background: #df7200;
    color: #fff;
    animation: shelfTableIn 200ms linear 0s infinite alternate
}

#shelfTableIn td.green-barcode:not(.completed-order):before {
    content: '\f337';
    background: #6a6a6a;
    color: #fff;
    animation: shelfTableIn2 500ms linear 0s infinite alternate
}

@keyframes shelfTableIn {
    from {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(10px)
    }
}

@keyframes shelfTableIn2 {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.orderRemaining {
    margin-top: 10px
}

.orderRemaining p {
    margin-bottom: 0
}

.orderRemaining .countdown {
    font-size: 12px;
    color: #d0021b;
    font-weight: 500
}

.logTd {
    position: relative;
    font-size: 16px
}

.logTd i {
    color: #f37d00
}

.logTd:hover mark {
    background: #ebe9e1;
    cursor: pointer
}

.logTd ul {
    position: absolute;
    width: 100%;
    background: #fcf8e3;
    z-index: 99;
    list-style: none;
    padding: 0;
    margin: 0;
    right: 0;
    width: 300px;
    display: none;
    border: 1px solid #ccc;
    border-radius: 0;
    max-height: 150px;
    overflow: auto
}
.logTd:hover ul{
    display:block;
}

.logTd ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    text-align: left;
    padding-left: 14px
}

.uplaodFeedContainer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1055;
    background-color: rgba(0,0,0,.65)
}

.uploadFeedBody {
    position: absolute;
    width: 865px;
    margin: auto;
    height: 90vh;
    z-index: 123456;
    background-color: #fff;
    display: table;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%
}

.uploadFeedBody .fa-times {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    font-size: 40px;
    margin: 10px 27px
}

.inventoryUpload {
    position: relative;
    top: 0;
    height: 100%;
    width: 524px;
    min-width: 500px;
    box-shadow: 0 2px 32px 0 rgba(0,0,0,.16);
    background-color: #fff;
    padding: 88px 72px 10px;
    display: flex;
    overflow: auto;
    z-index: 5;
    padding-top: 25px;
    max-height: 90vh
}

.inventoryUploadForMapping {
    position: relative;
    top: 0;
    height: 100%;
    min-width: 500px;
    box-shadow: 0 2px 32px 0 rgba(0,0,0,.16);
    background-color: #fff;
    padding: 88px 72px 10px;
    display: flex;
    overflow: auto;
    z-index: 5;
    padding-top: 25px
}

.inventoryUploadInfo .tabHeader {
    padding: 0 45px;
    padding-top: 88px
}

.inventoryUploadInfo .tabInfo {
    padding: 0 46px
}

.inventoryUploadInfo {
    background: #f5f5f5;
    height: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 341px;
    z-index: 1234567;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    overflow: auto;
    right: 0;
    z-index: 4
}

.uploadFeedBody .tabHeader {
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .33px;
    color: #484848;
    margin-top: 25px
}

.uploadFeedBody .tabInfo {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.28px;
    color: #646464;
    margin-top: 8px
}

.uploadFeedBody .dropzone {
    margin-top: 20px;
    min-height: 50px
}

.reminder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5
}

.reminder img {
    margin-bottom: 17px;
    max-width: 48px;
    max-height: 78px
}

.reminder .header {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -.32px;
    text-align: center;
    color: #484848;
    margin-bottom: 12px
}

.reminder .text {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -.15px;
    text-align: center;
    color: #484848
}

.circle-before {
    position: relative
}

.circle-before .fa-question-circle {
    position: absolute;
    right: 5px;
    top: 9px;
    opacity: .5
}

.circle-before .fa-question-circle u {
    text-decoration: line-through
}

.circle-before .fa-question-circle i {
}

.circle-before .fa-question-circle:before {
    content: '\f30f';
    font-weight: 100;
    font-size: 15px
}

.circle-before:hover .fa-question-circle {
    opacity: 1
}

.fa-question-circle span {
    display: none;
    cursor: default
}

.fa-question-circle:hover span {
    display: block;
    font-family: arial;
    background: #fff;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    min-width: 200px;
    white-space: nowrap;
    z-index: 2
}

.filter-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.filter-box ul li {
    border-bottom: 1px solid #e2e2e2
}

.filter-box ul li>label {
    margin-bottom: 0
}

.filter-box {
    background: #fff;
    padding: 10px 15px;
    box-sizing: border-box
}

.filter-box>label {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

.filter-box .list {
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto
}

#sales_ColumnChart {
    padding: 14px 20px!important;
    background: #fff
}

#analytic-dashboard {
    width: 100%;
    position: relative
}

#analytic-filter-btn {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 9
}

#analytic-filter-btn button {
    font-size: 13px;
    height: 41px;
    -webkit-appearance: none;
    border: none;
    margin: 0;
    background: 0 0
}

#analytic-filter {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 9;
    width: 300px;
    max-width: none;
    box-shadow: 0 5px 10px #00000042;
    border: 1px solid #ccc
}

.shortmenu-hide #sidebar {
    display: none
}

.shortmenu-hide #app {
    padding-left: 0
}

.shortmenu-hide .header {
    left: 0
}

.productDetailContainer {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 888;
    background: #00000073;
    width: 100%;
    height: 100%
}

.productDetailContainer .productDetailModal {
    background: #fff;
    width: 1200px;
    max-width: 90%;
    margin: auto;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 10
}

.productDetailContainer .wait.fa-3x {
    background: #ffffffc9;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6296b8;
    bottom: 0;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%
}

.pmodal-header {
    background-color: #6296b8;
    width: 100%;
    height: 90px;
    color: #fff;
    position: relative;
    display: flex
}

.pmodal-detail {
    background: #f1f2f7;
    padding: 10px 42px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: relative
}

.pmodal-detail h5 i {
    color: #f27a1a;
    margin-right: 10px
}

.pmodal-detail h5 {
    font-size: 12px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.pmodal-detail h5:after {
    display: inline-block;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    top: 50%;
    background: #979797;
    margin-left: 11.5px
}

.pmodal-header .close-modal {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 120px;
    cursor: pointer;
    font-size: 36px;
    font-weight: 100;
    background: #fff;
    color: #000
}

.pmodal-header .close-modal:hover {
    background: #4987af;
    color: #fff
}

.header_reg {
    width: auto;
    min-height: 60px;
    position: relative;
    height: 100%;
    float: left
}

.changes-control {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    margin-right: 30px;
    position: relative
}

.changes-control.catalog-fix {
    justify-content: flex-start;
    position: relative;
    float: none;
    min-width: 175px
}

.update>.pSaveChanges span {
    opacity: .5
}

.pSaveChanges {
    font-size: 14px;
    height: 46px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 0
}

.pSaveChanges span:hover {
    background: #4ead69;
    border-color: #61be7b #61be7b #61be7b
}

.pSaveUpdate {
    position: absolute;
    background: #61be7b;
    top: 69px;
    z-index: 99;
    right: 0;
    text-align: center;
    background: #61be7b;
    border-color: #61be7b #61be7b #61be7b;
    box-shadow: 0 1px 0 #006799;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog-fix.pSaveUpdate {
    left: 0;
    right: auto
}

.pSaveUpdate span {
    padding: 10px;
    width: 175px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pSaveUpdate span i {
    margin-right: 5px
}

.pSaveChanges span {
    display: block;
    padding: 0 44px;
    float: left;
    background: #61be7b;
    border-color: #61be7b #61be7b #61be7b;
    box-shadow: 0 1px 0 #006799;
    height: 46px
}

.pSaveChanges label {
    display: block;
    height: 100%;
    padding: 0 9px;
    float: right;
    margin-bottom: 0;
    background: #61be7b;
    cursor: pointer;
    border-color: #61be7b #61be7b #61be7b;
    box-shadow: 0 1px 0 #006799;
    height: 100%;
    border-left: 1px solid #0a7b2a;
    margin: 0;
    z-index: 10;
    position: relative;
    color: #fff;
    font-size: 21px
}

.catalog-fix .pSaveChanges {
    position: relative
}

.pSaveChanges label:hover,.pSaveUpdate:hover {
    background: #2ea44f
}

.pheader-images {
    position: static;
    right: 10%;
    top: 0;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    float: right;
    max-width: 391px
}

.pheader-images ul {
    list-style: none;
    display: table;
    margin: auto;
    padding: 0;
    margin: 0 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0
}

.pheader-images li {
    float: left;
    margin-right: 30px;
    transition: all 200ms;
    opacity: .5;
    position: relative;
    z-index: 9;
    display: none
}

.pheader-images li:first-child,.pheader-images li:nth-child(2),.pheader-images li:nth-child(3),.pheader-images li:nth-child(4) {
    display: block
}

.productDetailContainer:not(.busy) .pheader-images:not(:hover) li:first-child,.pheader-images li:hover {
    transform: scale(2);
    border-right: 1px solid #fdfdfdcc;
    opacity: 1;
    box-shadow: -4px 2px 0 0 rgba(212,212,212,.34)
}

.pheader-images li img {
    max-width: 100px;
    max-height: 100px
}

.header_reg>div {
    height: 100%
}

.details_reg {
    height: 100%
}

.product_popup_details {
    padding: 0 10px 0 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%
}

.spanthreequarter {
    float: left;
    min-height: 1px
}

.product-header-stock-level {
    display: block;
    width: 54px;
    height: 54px;
    margin-top: 3px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%
}

.product-header-stock-level.green {
    background-color: #61be7b
}

.span8quarter {
    float: left;
    min-height: 1px;
    margin-left: 10px;
    display: block;
    position: relative
}

.product-popup__header-title-line {
    align-items: center;
    display: flex;
    font-size: 15px;
    margin: 0
}

.product-popup__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 1px;
    max-width: 95%;
    max-width: 455px;
    white-space: normal
}

.product-popup__header-title small {
    font-size: 11px;
    color: #f0f0f0
}

.pFilterValues {
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #afbbca;
    background: #fff;
    padding: 10px 20px;
    border-radius: 6px
}

.pFilterValues li label {
    margin-bottom: 0
}

.checkbox+span:before {
    content: '\f058';
    font-family: 'font awesome 5 pro';
    font-weight: 900
}

.checkbox:checked+span:before {
    content: '\f058';
    font-family: 'font awesome 5 pro';
    font-weight: 900;
    color: #61be7b;
    border: none;
    text-shadow: 0 0 40px #61be7bd4
}

.flashScreen {
    background: #fff;
    width: 500px;
    margin: auto;
    float: none;
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 10px #00000017
}

.flashScreen.wFull {
    width: 100%
}

.flashScreen.createWorkOrders {
    width: 100%
}

.flashScreen.packaging,.flashScreen.extracting {
    width: 100%;
    max-width: 100%
}

.flashScreen.picking {
    width: 100%
}

.flashContent {
    padding: 0 20px
}

.flashScreen.picking .flashContent {
}

.flashScreen.picking .col-6,.flashScreen.wFull .col-6 {
    display: flex;
    align-items: center;
    justify-content: center
}

.flashScreen h1 {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ccccccad;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .33px;
    color: #484848
}

.flashScreen p {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.28px;
    color: #646464;
    margin-top: 8px
}

.flashScreen.picking img {
}

.flashScreen label {
    font-weight: 700;
    font-size: 15px
}

.flashScreen input {
    background: #f6f6f6;
    box-shadow: 0 0 10px #00000026;
    font-size: 16px;
    border: 1px solid #b8ccff;
    font-style: normal
}

.render-picking .stockAddresses div.alert {
}

.render-picking .stockAddresses div.alert.alert-success:first-child {
    display: block!important
}

.render-picking .stockAddresses div.alert-warning:first-child {
    display: block!important
}

.pickingHeader {
    position: relative
}

.pickingHeader .volume {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 20px;
    cursor: pointer
}

#packageTable .son td {
    background: #3abf88!important
}

#packageTable .son {
    position: relative
}

#packageTable .son td {
    position: relative
}

#packageTable .son i.fa-arrow-right {
    background: #b2b2b25c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.orderDropDown {
    max-height: 250px;
    overflow-y: auto; 
    position: fixed; 
}

.orderDropDown.show {
    box-shadow: 0 0 10px #00000038;
    right: 0
}

.orderDropDown .dropdown-item {
    padding: 7px 14px;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 13px
}

.tableEdit thead th {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #8e8e8e;
    padding-left: .5rem!important
}

.tableEdit thead th:hover {
    color: #000;
    cursor: default
}

.tableEdit th,.tableEdit td {
    vertical-align: middle;
    border: none
}

.tableEdit thead tr {
    border-bottom: 2px solid #dedede;
    border-top: 2px solid #dedede;
    height: 48px
}

.tableEdit tbody tr {
    border-bottom: 1px solid #dedede
}

.nav.nav-tabs-bordered+.tab-content {
    border: none;
    padding-left: 0;
    padding-right: 0
}

.card-block .nav-tabs {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ebebeb;
    overflow: visible
}

.card-block .nav-tabs li {
    overflow: visible;
    margin-right: 0
}

.card-block .nav-tabs li:first-child:last-child a:after {
    display: none!important
}

.card-block .nav-tabs li:first-child:last-child a {
    color: dimgray
}

.card-block .nav-tabs li a {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-radius: 0!important
}

.card-block .nav-tabs li a {
    border: none;
    background: #ebebeb;
    cursor: pointer;
    color: dimgray
}

.card-block .nav-tabs li a.active:hover {
    border: none!important
}

.card-block .nav-tabs li a:not(.active):hover {
    border: none!important;
    background: #ebebeb!important;
    color: #404040!important
}

.card-block .nav-tabs li a {
    font-weight: 500
}

.card-block .nav-tabs li a.active {
    cursor: default;
    color: #000;
    position: relative;
    overflow: visible
}

.card-block .nav-tabs li a.active:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9
}

.orsfilters {
    margin-bottom: 0!important
}

.orsfilters+.section {
    margin-top: -9px
}

#sales_table {
    background: #fff
}

#sales_table img {
    max-width: 50px;
    max-width: 20px;
    margin-right: 10px
}

#sales_table tr th {
    font-size: 14px;
    border-right: 1px solid #00000026
}

#sales_table {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    height: 100px
}

#sales_table td {
    font-size: 16px;
    color: #03a84e;
    border-right: 1px solid #00000026
}

.chart-col {
    margin-bottom: 15px
}

.salesTableContainer {
    padding-top: 20px;
    background: #fff;
    padding: 20px 25px
}

.salesTableContainer h3 {
    font-family: Roboto;
    font-size: 16px;
    cursor: default;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto;
    font-size: 16px;
    color: #757575
}

.salesTableContainer p {
    cursor: default;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto;
    font-size: 14px;
    color: #bdbdbd
}

.today-line div {
    color: #03a84e
}

.today-line div.ready {
    color: #ff6000
}

#analytic-livetime .today-summary .today-line {
    text-align: center;
    margin-bottom: 50px
}

#analytic-livetime {
    margin-bottom: 15px
}

#analytic-livetime .today-summary label {
    font-size: 26px;
    display: block;
    margin-bottom: 0
}

#analytic-livetime .today-summary div.chart {
    font-size: 70px;
    width: 100%;
    background: #fff;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#analytic-livetime .today-summary span {
    font-size: 14px;
    display: block
}

.livetime-container {
    background: #fff
}

.livetime-container #linechart_material {
    padding: 20px 0
}

.analytic.hide {
    display: none
}

.welcomeScreen {
    background: #fff;
    padding: 20px 30px
}

.welcomeScreen h1 {
    font-size: 26px;
    display: block;
    margin-bottom: 0;
    margin-bottom: 20px;
    font-weight: 300
}

.welcomeScreen p {
    font-size: 14px;
    max-width: 500px;
    margin-bottom: 30px;
    color: #6d6d6d;
    font-weight: 100
}

.welcomeScreen .btn,.welcomeScreen .btn:hover {
    background: #5e5353;
    color: #fff;
    border-color: #5e5353
}

[data-page=analytics] .header {
    background: 0 0;
    border: #ffdead;
    z-index: 1
}

[data-page=analytics] .app .content {
    padding-top: 0
}

[data-page=analytics] .header>*:not(.header-block-nav) {
    display: none
}

[data-page=analytics] {
    background: 0 0
}

.returnpanel {
    position: relative
}

.returnpanel i {
    position: absolute;
    left: 11px;
    top: 14px
}

.returnpanel a,.returnpanel a:hover,.returnpanel a:focus {
    color: #fff
}

.welcomeScreen {
    background: #f7f8f8;
    border-radius: 16px
}

.welcomeScreen .col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

#copyright {
    opacity: 0
}

body:not([data-page=login]).loaded #copyright {
    display: block;
    opacity: 1;
    text-align: center;
    color: dimgray;
    margin-top: 40px
}

.alert.proPlan {
    margin-bottom: 16px;
    color: #53b895!important;
    font-size: 19px;
    background: #fff!important;
    border-color: #4bcf99!important
}

.analytic-page #order-filter-block {
    z-index: 5;
    position: relative;
    padding-bottom: 40px;
    max-width: 75%
}

#cancelledSummary {
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    font-size: 15px
}

#cancelledSummary .oran strong {
    color: #d50000
}

#cancelledSummary .item-row {
    border-bottom: 1px solid #cccccc73;
    display: block;
    width: 100%;
    padding: 10px 0
}

#cancelledSummary .item-row label {
    margin-bottom: 0
}

.chart-title {
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 20px
}

.chart-title h3 {
    cursor: default;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto;
    font-size: 16px;
    color: #757575
}

.chart-title p {
    cursor: default;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto;
    font-size: 14px
}

#cancelledSummary .siparis strong {
    color: red
}

#cancelledSummary .kayip strong {
    color: #d60000
}

.top-campaign {
    min-height: 100px;
    width: 100%;
    background: #fff
}

.top-campaign-active .top-campaign {
    display: block
}

.top-campaign-active #h-top .container {
    opacity: 0
}

#cart-soft-count {
    z-index: 999
}

.top-campaign-inner {
    width: 95%;
    margin: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    display: flex
}

.top-campaign-item time {
    width: auto;
    padding: 2px;
    position: relative;
    border-radius: 4px;
    color: #179ea8;
    padding: 6px 10px;
    display: table;
    margin: auto;
    margin-top: 8px;
    width: auto
}

.top-campaign-item img {
    transition: all 200ms;
    margin: 0;
    max-width: 100%;
    max-width: 290px;
    margin: auto;
    max-height: 140px;
    border-radius: 20px;
    visibility: h;
    display: none!important
}

.top-campaign-item:hover img {
    opacity: 1
}

.top-campaign-item:hover p {
    opacity: 1
}

.top-campaign-item {
    width: 350px;
    position: relative;
    padding: 34px 20px;
    border-right: 1px solid #e0e0e08f;
    display: inline-block;
    text-align: left;
    text-align: center;
    margin: 20px 0;
    margin-top: 11px
}

.top-campaign-item:last-child {
    border-color: transparent
}

.top-campaign-item>div {
    position: relative;
    margin-bottom: 0
}

.top-campaign-item p {
    white-space: normal;
    max-width: 100%;
    font-size: 11px
}

.top-campaign-item *:not(i) {
}

.top-campaign-item span,.top-campaign-item strong {
}

.top-campaign-item span {
    left: 0;
    color: #000;
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 100
}

.top-campaign-item:first-child>div>a {
    font-weight: 500;
    color: #000
}

.top-campaign-item>div>a {
    display: block;
    margin-top: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: dimgray;
    font-weight: 100
}

.top-campaign-item strong {
    position: absolute;
    right: 0;
    color: #101431;
    background: #fff;
    display: inline-block;
    padding: 7px 20px;
    bottom: -47px;
    font-size: 15px;
    left: 0;
    margin: auto;
    width: 180px
}

.top-campaign-total {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #010133;
    font-family: gotham-medium;
    cursor: pointer;
    opacity: 0
}

.top-campaign-active .top-campaign-total {
    opacity: 1
}

.campaigns-card {
    padding-bottom: 0
}

.campaigns-title h3 {
    font-size: 17px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px
}

.stockCountScreen h4 {
    font-size: 20px;
    margin: 0;
    background: #eee;
    padding: 10px 0;
    margin-bottom: 20px
}

.stockCountScreen small {
    margin-right: 10px;
    background: #0fc70f;
    padding: 2px 10px;
    display: inline-block
}

.stockCountScreen .dolu {
    background: #fcf8e3;
    font-weight: 500;
    color: #000
}

.stockCountScreen mark {
    font-weight: 100
}

.stockCountScreen .son {
    background: #fbf1bc;
    animation: stockSonAnim 900ms linear 0s infinite alternate
}

@keyframes stockSonAnim {
    from {
        background: 0 0
    }

    to {
        background: #fbf1bc
    }
}

#nanonar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
    background: #018e54;
    color: #fff;
    padding: 10px 0
}

.market-app-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25
}

.market-app-modal .ma-modal {
    animation: hinge 200ms linear 0s 1 alternate
}

@keyframes hinge {
    0% {
        opacity: .1;
        transform: translate(-50%,-50%) scale(.7)
    }

    100% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }
}

.ma-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000054
}

.ma-modal {
    background: #fff;
    display: table;
    margin: auto;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 95%;
    max-width: 1500px
}

.ma-line {
    padding: 20px;
    display: table;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #cccccc54
}

.ma-body {
    height: calc(90vh - 100px);
    overflow: auto;
    display: inline-block;
    width: 100%;
    margin: auto
}

.left-side {
    float: left;
    overflow: auto;
    height: 100%;
    width: 70%
}

.right-side {
    float: right;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-left: 1px solid #ccc
}

.uninstalled .install-side {
    width: 70%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: row;
    background: #fff;
    border-left: 1px solid #ccc;
    padding: 0 30px;
    align-items: center
}

.uninstalled .install-side .p-sidebar {
    float: left;
    width: 210px;
    flex: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 210px;
    margin-right: 30px
}

.app_icon_container {
    max-width: 210px
}

.uninstalled .install-side .p-sidebar img {
    max-width: 100%;
    border-radius: 16px
}

.uninstalled .install-side .p-content {
    float: left;
    flex: 1
}

.uninstalled .install-side .p-content h2 {
    font-size: 28px;
    line-height: 1.2143;
    font-weight: 900;
    margin-bottom: 24px
}

.uninstalled .install-side .p-content p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
    font-weight: initial
}

.right-side .st-line:first-child {
    border: none;
    background: #f5f5f5
}

.right-side .st-line {
    display: flex;
    width: 100%;
    text-align: center;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-top: 1px solid #cccccc54
}

.right-side .st-line.deactive {
}

.right-side .st-line.deactive a {
    color: #c7c7c7
}

.right-side .st-line.deactive a:hover {
    color: #000
}

.right-side .st-line:hover {
    background: #f2f2f2
}

.right-side .st-line span {
    display: block;
    font-size: 40px;
    margin-bottom: 20px
}

.right-side .st-line a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.ma-header {
    color: #000;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #cccccc54;
    box-shadow: 0 4px 10px #0000001c;
    position: relative;
    z-index: 1
}

.ma-header h2 {
    font-size: 16px;
    padding: 20px;
    padding-bottom: 0;
    text-align: center;
    float: left;
    padding-top: 41px;
    position: absolute;
    left: 0;
    top: 0
}

.ma-header .close-modal {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 120px;
    cursor: pointer;
    font-size: 36px;
    font-weight: 100;
    background: #fff;
    color: #000;
    position: absolute;
    right: 0
}

.ma-header .close-modal:hover {
    background: #3b3dce;
    color: #fff
}

.ma-line:first-child {
    border: none
}

.ma-text-container {
    width: 40%;
    float: left
}

.ma-content {
    float: right;
    width: 55%
}

.ma-content input {
    margin-bottom: .5rem
}

.ma-content button.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.6rem;
    min-width: 3.6rem;
    margin: 0;
    padding: 7px 16px;
    background: linear-gradient(180deg,#fff,#f9fafb);
    border: .1rem solid var(--p-border,#c4cdd5);
    box-shadow: 0 1px 0 0 rgba(22,29,37,.05);
    border-radius: 3px;
    line-height: 1;
    color: #212b36;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    transition-property: background,border,box-shadow;
    transition-duration: var(--p-override-none,.2s);
    transition-timing-function: var(--p-override-none,cubic-bezier(.64,0,.35,1));
    -webkit-tap-highlight-color: transparent;
    --p-button-color: var(--p-action-primary);
    --p-button-text: var(--p-text-on-primary);
    --p-button-color-hover: var(--p-action-primary-hovered);
    --p-button-color-active: var(--p-action-primary-pressed);
    --p-button-color-depressed: var(--p-action-primary-depressed);
    background: #3b3cce;
    border-color: #3f4eae;
    color: #fff;
    font-size: 14px;
    width: auto;
    height: 38px;
    min-height: auto
}

.ma-content button.btn-success {
    background: #4bcf99!important;
    border-color: #4bcf99!important;
    box-shadow: none!important
}

.ma-content button.btn:hover {
    color: #ddd;
    border-color: #5e6cc5;
    background-color: #4856ac
}

.ma-shadow {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15);
    box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15);
    border-radius: 3px;
    padding: 20px
}

.ma-heading {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
    color: #000
}

.ma-description {
    font-size: 14px
}

.app-install__thumbnails {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 35rem;
    padding: 10px 0;
    padding-bottom: 5px
}

.app-install__thumbnails .app-install__thumbnail-wrapper {
    -webkit-flex-basis: 10rem;
    -ms-flex-preferred-size: 10rem;
    flex-basis: 10rem;
    max-width: 10rem
}

.app-install__thumbnails .app-install__thumbnail-wrapper span {
    display: flex;
    margin: auto;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.app-install__thumbnails .app-install__thumbnail-wrapper img {
    border-radius: var(--p-border-radius-base,3px);
    margin: 0 auto;
    max-height: 4rem;
    max-width: none;
    width: 4rem;
    display: table;
    margin: auto;
    margin-bottom: 10px;
    max-height: 40px;
    max-width: 40px
}

@media(max-width: 450px) {
    .app-install__thumbnails .app-install__thumbnail-wrapper {
        -webkit-flex-basis:4rem;
        -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
        max-width: 4rem
    }
}

.app-install__thumbnail-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center
}

.app-install__thumbnail {
    border-radius: var(--p-border-radius-base,3px);
    margin: 0 auto;
    max-height: 4rem;
    max-width: none;
    width: 4rem
}

.app-install__arrow-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 .8rem;
    text-align: center
}

.app-install__arrow-wrapper::after {
    display: block;
    white-space: pre
}

.app-install__arrow {
    display: inline-block
}

.app-install__permissions {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.app-install__permission {
    border-bottom: 1px solid var(--p-border-subdued,#dfe3e8);
    padding: 10px 0
}

.app-install__permission:first-child {
    padding-top: 0
}

.app-install__permission:last-child {
    border-bottom: 0
}

.app-install__permission-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wizard {
    margin: 0 auto
}

.wizard main {
    box-sizing: border-box;
    padding: 32px;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    min-height: 500px;
    margin: auto;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    box-shadow: 6px 12px 60px rgb(0 0 0/20%)
}

.pixa-logo {
    display: block;
    background-image: url(../img/pixasoftware200x200.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 55px
}

.wizard__step-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 40px;
    color: #000;
    margin-top: 19px
}

.wizard__step-subtitle {
    color: #919191;
    font-size: 14px;
    margin-top: -4px;
    font-weight: 400;
    margin-bottom: 20px
}

.wizard__column {
    width: 450px;
    position: relative;
    margin-bottom: 20px
}

.wizard_step_name {
    display: block;
    width: auto;
    color: #37424d;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    font-weight: 700
}

.wizard_step_name mark {
    font-weight: 400;
    background: 0 0;
    font-style: italic;
    font-size: 11px
}

.input-hint {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 8px;
    margin-top: -2px;
    color: #939393;
    font-weight: 600
}

.wizard_input {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: sofia-pro,sans-serif;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 16px;
    height: 44px;
    line-height: normal
}

.form-control::-webkit-input-placeholder {
    font-style: normal
}

.wizard__hr {
    height: 1px;
    background-color: #4ca1d9;
    margin: 32px -32px
}

.wizard__steps {
    display: table;
    width: auto;
    float: left
}

.wizard__column .required {
    color: #c31919;
    font-size: 12px
}

.wizard_footer {
    display: table;
    width: 100%
}

.wizard_buttons {
    float: right
}

.wizard__steps .step {
    float: left;
    display: flex;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-color: #d0d4d8;
    border-radius: 20px;
    padding: 8px;
    margin-right: 13px;
    align-items: center;
    justify-content: center;
    color: #fff
}

.wizard__steps .step.completed {
    background: #76d4f5
}

.wizard__steps .step.active {
    font-weight: 900;
    background-color: #61be7b;
    border: none;
    box-shadow: 0 0 40px #61be7bd4;
    color: #fff
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.switch input:checked+.slider {
    background-color: #2196f3
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

#layoutModal .invoiceModal {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000059;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.invoiceModalContent {
    background: #fff;
    width: 80%;
    margin: auto;
    height: 90%;
    position: relative
}

.invoiceModalContent .fa-times {
    position: absolute;
    right: -43px;
    top: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer
}

.invoiceModalContent iframe {
    border: none;
    width: 100%;
    height: 100%;
    text-align: center
}

.invoiceModalContent {
    background: transparent center center no-repeat
}

.seo-fact {
    border-radius: 3px
}

.p-4 {
    padding: 1.5rem!important
}

.seofct-icon {
    color: #fff;
    font-size: 18px;
    font-weight: 100
}

.seofct-icon i {
    font-size: 52px;
    margin-right: 20px;
    vertical-align: middle;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    display: inline-block
}

.seo-fact {
    border-radius: 0;
    transition: all 200ms;
    background: #fff!important;
    border: 1px solid transparent;
    border-bottom: 1px solid #f2f2f2
}

.seo-fact a {
    padding: 40px 20px!important
}

.seo-fact:hover {
    border: 1px solid #000;
    box-shadow: 0 0 #000
}

.seo-fact:hover i,.seo-fact:hover div {
    color: #000
}

.sbg1 {
    background: -webkit-linear-gradient(291deg,rgb(77,77,253) 0%,rgb(108,143,234) 100%);
    background: linear-gradient(159deg,rgb(77,77,253) 0%,rgb(108,143,234) 100%);
    background: #5c7ec1
}

.sbg2 {
    background: -webkit-linear-gradient(291deg,rgb(5,176,133) 0%,rgb(27,212,166) 59%);
    background: linear-gradient(159deg,rgb(5,176,133) 0%,rgb(27,212,166) 59%);
    background: #c6f3db;
    color: #000
}

.sbg2 i,.sbg2 div,.seo-fact i,.seo-fact div {
    color: #000
}

.sbg3 {
    background: -webkit-linear-gradient(298deg,rgb(216,88,79) 0%,rgb(243,140,140) 100%);
    background: linear-gradient(152deg,rgb(216,88,79) 0%,rgb(243,140,140) 100%);
    background: #c15c5c
}

.sbg4 {
    background: -webkit-linear-gradient(59deg,rgb(254,208,63) 0%,rgb(230,190,63) 110%);
    background: linear-gradient(31deg,rgb(254,208,63) 0%,rgb(230,190,63) 110%)
}

.sbg5 {
    background: linear-gradient(152deg,rgb(216,147,79) 0%,rgb(243,146,140) 100%);
    background: linear-gradient(152deg,rgb(216,147,79) 0%,rgb(243,146,140) 100%);
    background: #8a5cc1
}

.sbg6 {
    background: linear-gradient(152deg,rgb(216,147,79) 0%,rgb(243,146,140) 100%);
    background: linear-gradient(152deg,rgb(79,169,216) 0%,rgb(140,153,243) 100%)
}

.sbg7 {
    background: linear-gradient(152deg,rgb(216,147,79) 0%,rgb(243,146,140) 100%);
    background: linear-gradient(152deg,rgb(180,216,79) 0%,rgb(16,179,119) 100%);
    background: #e8c3b8
}

.sbg7 i,.sbg7 div,.sbg8 i,.sbg8 div {
    color: #898989
}

.sbg8 {
    background: linear-gradient(152deg,rgb(181,79,216) 0%,rgb(104,16,179) 100%);
    background: #f3e9c6
}

.sbg9 {
    background: linear-gradient(152deg,rgb(216,79,188) 0%,rgb(218,2,144) 100%);
    background: #c15c6c
}

.sbg10 {
    background: linear-gradient(152deg,rgb(216,189,79) 0%,rgb(179,166,16) 100%)
}

.sbg11 {
    background: linear-gradient(152deg,rgb(216,79,79) 0%,rgb(179,16,16) 100%)
}

@media only screen and (min-width: 780px) {
    #dashWms .col-6,#dashWms .col-4 {
        margin-top:15px!important;
        padding: 0;
        border-radius: 0!important;
        padding: 0 11px
    }
}

#dashWms #titleContainer {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 780px) {
    #dashWms .col-6,#dashWms .col-4 {
        width:100%!important;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0!important
    }

    #dashWms .ml3 {
        font-size: 25px
    }

    #dashWms #titleContainer {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 10px
    }
}

.wmsBack {
    font-size: 20px
}

.wmsBack i {
    margin-right: 10px
}

@media print {
    .pgg-end {
        page-break-after: always
    }
}

#faqHeader .container {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#faqHeader .content {
    max-width: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto
}

#faqHeader h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 27px;
    color: #fff;
    margin-top: 20px
}

.search {
    position: relative
}

.search__input {
    width: 100%;
    padding: 20px 32px 21px 59px;
    background: rgba(255,255,255,.2);
    border: none;
    outline: none;
    color: rgba(255,255,255,.7);
    font-size: 18px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.03);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03);
    -webkit-transition: background .4s,-webkit-box-shadow .2s;
    transition: background .4s,-webkit-box-shadow .2s;
    -o-transition: background .4s,box-shadow .2s;
    transition: background .4s,box-shadow .2s;
    transition: background .4s,box-shadow .2s,-webkit-box-shadow .2s
}

.search__input::-webkit-input-placeholder {
    color: inherit
}

.search__input:-moz-placeholder {
    color: inherit
}

.search__input::-moz-placeholder {
    color: inherit
}

.search__input:-ms-input-placeholder {
    color: inherit
}

.search__input:hover {
    background: rgba(255,255,255,.27);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.03);
    box-shadow: 0 10px 20px rgba(0,0,0,.03)
}

.search__input:active,.search__input:focus {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.14);
    box-shadow: 0 10px 20px rgba(0,0,0,.14);
    background: #fff;
    color: #3a3c4c
}

.search__input:active::-webkit-input-placeholder,.search__input:focus::-webkit-input-placeholder {
    color: #9fa0a8
}

.search__input:active:-moz-placeholder,.search__input:focus:-moz-placeholder {
    color: #9fa0a8
}

.search__input:active::-moz-placeholder,.search__input:focus::-moz-placeholder {
    color: #9fa0a8
}

.search__input:active:-ms-input-placeholder,.search__input:focus:-ms-input-placeholder {
    color: #9fa0a8
}

.search__input.o__rtl {
    padding: 20px 59px 21px 32px
}

.search__submit {
    width: 22px;
    height: 22px;
    border: none;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -10px;
    outline: none;
    cursor: pointer;
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.animation__header-lite .search__submit,.page__header-lite .search__submit,.header__lite .search__submit {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85)
}

.search__submit:before {
    content: ' ';
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px
}

.search__submit:after {
    content: ' ';
    border-top: 2px solid #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 12px;
    height: 1px;
    -webkit-transition: width .1s linear;
    -o-transition: width .1s linear;
    transition: width .1s linear;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.search__submit.o__rtl {
    left: auto;
    right: 19px
}

.search__headline {
    padding: 16px 0 11px;
    margin: -5px 0;
    color: #3a3c4c;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 18px
}

.search__clear-text__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -14px
}

.interface-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.interface-icon path {
    fill: #9fa0a8!important;
    fill-opacity: .01
}

.search__input:focus+.search_icons .search__submit,.search__input:active+.search_icons .search__submit {
    pointer-events: none
}

.search__input:focus+.search_icons .search__submit:before,.search__input:focus+.search_icons .search__submit:after,.search__input:active+.search_icons .search__submit:before,.search__input:active+.search_icons .search__submit:after {
    border-color: #9fa0a8
}

.search__input:focus+.search_icons .icon__visible path,.search__input:active+.search_icons .icon__visible path {
    fill-opacity: 1
}

.search__loading {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.search__results {
    opacity: 1;
    -webkit-animation-name: fadeInOpacity;
    animation-name: fadeInOpacity;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#faqHeader {
    height: 220px;
    background: #1b1463;
    background: url(/public_html/img/bgdg.svg);
    background-color: #0064fe;
    background-size: cover;
    background-position: bottom
}

#faqBody .section {
    padding-top: 26px
}

#faqBody .content2 {
    max-width: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0
}

.paper {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.03);
    -webkit-transition: border .15s linear,background-color .15s linear,opacity .15s linear,-webkit-transform .15s linear,-webkit-box-shadow .15s linear;
    transition: border .15s linear,background-color .15s linear,opacity .15s linear,-webkit-transform .15s linear,-webkit-box-shadow .15s linear;
    -o-transition: border .15s linear,transform .15s linear,background-color .15s linear,box-shadow .15s linear,opacity .15s linear;
    transition: border .15s linear,transform .15s linear,background-color .15s linear,box-shadow .15s linear,opacity .15s linear;
    transition: border .15s linear,transform .15s linear,background-color .15s linear,box-shadow .15s linear,opacity .15s linear,-webkit-transform .15s linear,-webkit-box-shadow .15s linear;
    margin-bottom: 20px
}

.paper .c__primary {
    transition: -webkit-filter .15s
}

.paper__article-preview {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
    border: 1px solid #d4dadf;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.paper__article-preview:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.paper__article-preview .paper__article-preview .paper__preview {
    min-height: 0
}

.paper__article-preview:hover {
    border: 1px solid #c3cdd5;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,.08);
    box-shadow: 0 8px 12px 0 rgba(0,0,0,.08)
}

.search__results-content .paper__article-preview {
    margin: 0;
    width: 100%
}

.paper__article-preview+.paper__article-preview {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

a.paper:hover {
    border: 1px solid rgba(136,149,162,.2);
    background-color: #fcfcfc
}

a.paper:hover .c__primary {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.paper__large {
    padding: 60px
}

.paper__preview {
    margin: 5px 0 11px;
    text-decoration: none;
    display: block;
    max-width: 630px;
    line-height: 1.4
}

.article__preview .paper__preview {
    min-height: 0
}

@media(max-width: 1023px) {
    .g__c {
        width:100%
    }

    .paper {
        padding: 30px 20px
    }

    .paper__large {
        padding: 30px
    }
}

.t__h3 {
    margin: -5px 0 2px;
    font-size: 18px
}

.paper .c__primary {
    transition: -webkit-filter .15s
}

.paper__preview {
    margin: 5px 0 11px;
    text-decoration: none;
    display: block;
    max-width: 630px;
    line-height: 1.4
}

@media(max-width: 600px) {
    .paper__large {
        padding:25px 20px
    }
}

.collection {
    position: relative;
    padding-left: 150px;
    cursor: pointer
}

.collection .toggleButon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 29px;
    color: dimgray
}

.collection_content {
    padding-top: 20px;
    border-top: 1px solid #ececec;
    margin-top: 20px
}

.collection__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.collection__photo i {
    position: relative;
    width: 48px;
    height: 48px;
    -webkit-transition: stroke .1s linear;
    -o-transition: stroke .1s linear;
    transition: stroke .1s linear;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    font-size: 40px
}

.collection__photo [fill^="#"] {
    -webkit-transition: fill .1s linear;
    -o-transition: fill .1s linear;
    transition: fill .1s linear
}

.collection.o__rtl {
    padding-left: 0;
    padding-right: 150px
}

.collection.o__rtl .collection__photo {
    left: auto;
    right: 0
}

a.paper:hover .collection__photo {
    border-color: #d0d7df
}

.collection__meta .avatar__image {
    -webkit-box-shadow: 0 0 0 2px #ebeef1;
    box-shadow: 0 0 0 2px #ebeef1
}

@media(max-width: 1023px) {
    .collection {
        padding-left:80px;
        min-height: 80px
    }

    .collection.o__rtl {
        padding-left: 0;
        padding-right: 80px
    }

    .collection__photo {
        width: 60px;
        height: 60px
    }

    .collection__photo svg {
        width: 30px;
        max-height: 30px;
        margin: -15px 0 0 -15px
    }
}

@media(max-width: 400px) {
    .collection {
        padding-left:0;
        min-height: 0
    }

    .collection.o__rtl {
        padding-right: 0;
        text-align: right
    }

    .collection__photo {
        width: 30px;
        height: 30px;
        position: static;
        margin-bottom: 20px
    }

    .collection__photo i {
        width: 30px;
        max-height: 30px;
        left: auto;
        top: auto;
        margin: 0
    }

    .collection.o__rtl .collection__photo {
        display: inline-block
    }
}

.collection__headline,.paper__stack.animation__clicked {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0
}

.collection__headline:before,.collection__headline:after,.paper__stack.animation__clicked:before,.paper__stack.animation__clicked:after {
    display: none
}

.collection__headline .paper,.paper__stack.animation__clicked .paper {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.section__headline {
    padding: 16px 30px 11px;
    margin: -5px 0;
    color: #3a3c4c;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 18px
}

.wo-status .wo_1,.wo-status .wo_2,.wo-status .wo_3,.wo-status .wo_4,.wo-status .wo_5,.wo-status .wo_6,.wo-status .wo_7,.wo-status .wo_8,.wo-status .wo_9,.wo-status .wo_10,.wo-status .wo_36 {
    background: #eae6ff;
    color: #7a869a;
    font-weight: 700;
    border: 1px solid #ccc;
    font-size: 15px
}

.wo-status .wo_1 {
    background: #eae6ff;
    color: #4a2fda
}

.wo-status .wo_36 {
    background: #dfd9fd;
    color: #4a2fda
}

.wo-status .wo_3 {
    background: #d19b6b;
    color: #fff;
    border-color: transparent
}

@media only screen and (min-width: 780px) {
    .forMobile {
        display:none!important
    }

    .height-fix {
        min-height: 250px
    }
}

@media only screen and (max-width: 780px) {
    .forDesktop {
        display:none!important
    }
}

.js-barcode-click {
    cursor: pointer
}

.accountArea {
    max-width: 1025px;
    margin: auto;
    padding-top: 32px;
    min-height: 500px
}

.account-container {
    display: flex;
    flex-wrap: nowrap
}

.account-left {
    width: 198px;
    margin-right: 32px
}

.account-right {
    width: 792px
}

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

.account-nav li {
    border-left: 2px solid transparent;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px
}

.account-nav li span {
    color: #36393a;
    display: block;
    cursor: pointer;
    font-size: 14px
}

.account-nav li.active {
    border-left: 2px solid #2c7cb0
}

.account-nav li.active span {
    color: #36393a;
    font-weight: 600
}

.account-section {
    border-color: #d5d7d8;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    align-items: baseline;
    -webkit-box-align: baseline;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

.account-section:first-child {
    margin-top: 0
}

.account-header,.account-body {
    padding: 32px;
    width: 100%;
}

.account-header p {
    color: #000;
    font-size: 14px
}

.account-header h1 {
    font-weight: 600;
    font-size: 20px
}

.account-header h1+p {
    margin-top: 17px;
    color: #333
}

.account-content {
    border-top: 1px solid #000;
    border-color: #d5d7d8
}

.account-table {
    border: none
}

.account-table tr {
    border-top: none!important
}

.account-table tr th {
    background-color: #eaebeb!important;
    color: #000;
    font-weight: 400
}

.account-table tr th:first-child {
    padding-left: 13px!important
}

.account-table tr:last-child {
    border: none
}

.ready-to-download-files {
    width: 100%
}

.refresh-ready-to-download-files {
    transition: all .1s
}

.refresh-ready-to-download-files:hover {
    transform: scale(1.1);
    color: #000
}

.close-import-export {
    transition: transform .1s;
    transition: color .3s
}

.close-import-export:hover {
    color: #000
}

.dropdown-menu .ui-state-active {
    background-color: #031b4e
}

.onebtn .button {
    background: #2b2d2f;
    height: 80px;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 4px
}

.onebtn .text {
    font: bold 1.25rem/1 poppins;
    color: #71dfbe;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    left: 0;
    right: 0
}

.onebtn .progress-bar {
    position: absolute;
    height: 10px;
    width: 0;
    right: 0;
    top: 50%;
    left: 50%;
    border-radius: 200px;
    transform: translateY(-50%) translateX(-50%);
    background: lighten(#2B2D2F,15%)
}

.onebtn svg {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    right: 0
}

.onebtn .check {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round
}

.sidebar .sidebar-container::-webkit-scrollbar {
    width: 0;
    height: 10px
}

.sidebar .sidebar-container::-webkit-scrollbar-thumb {
    background: 0 0
}

.sidebar .sidebar-container::-webkit-scrollbar-track {
    background: rgba(0,0,0,.2)
}

.lobibox-notify.lobibox-notify-info,.lobibox-notify.lobibox-notify-info:hover {
    background-color: #c6eff5;
    border-color: #c6eff5;
    color: #000000b3
}

.lobibox-notify.notify-mini .lobibox-notify-title {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 700
}

.lobibox-notify.notify-mini .lobibox-notify-msg {
    font-size: 13px
}

.lobibox-notify.lobibox-notify-success,.lobibox-notify.lobibox-notify-success:hover {
    border-color: #dfdfdf;
    background-color: #c6f5ca;
    color: #000c
}

.listbox-container {
    position: relative
}

.listbox-container .listbox {
    position: absolute;
    list-style: none;
    background: #fff;
    z-index: 10;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    box-shadow: 0 4px 13px #0000001a;
    max-height: 250px;
    overflow: scroll
}

.listbox-container .listbox .item {
    padding: 8px 16px;
    cursor: pointer;
    border-bottom: 1px solid #cccccc5c
}

.listbox-container .listbox .item:hover {
    background: #cccccc7a
}

.sidebar-header.short {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.shortmenu-active .sidebar .sidebar-container {
    overflow: visible!important
}

.sidebar-header .logo {
    width: 62px!important
}

.toggleHamburger {
    padding-right: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.popupChild {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%) translateX(18px);
    background-color: #031b4d;
    white-space: nowrap;
    display: none;
    min-width: 176px;
    padding: 20px 0;
    transition: none!important;
    z-index: 1
}

.hasci:after {
    content: '';
    display: block;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #031b4d;
    border-right: 10px solid transparent;
    opacity: 0
}

.activeArrow:after {
    opacity: 1!important
}

.popupChild:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -18px;
    z-index: -1;
    opacity: 0
}

.popupChildItem {
    cursor: pointer
}

.popupChildItem:hover {
    background-color: #157fc12b!important;
    color: #fff!important
}

.popupChildItem a:hover {
    color: #fff!important;
    background-color: transparent!important
}

.popupChild a span {
    display: block!important;
    padding: 10px 20px
}

.popupChildItem a {
    display: flex!important;
    align-items: center;
    position: relative
}

.popupChildItem a .arrow {
    position: absolute;
    right: 10px;
    display: flex
}

.shortmenu-active #sidebar-menu>li {
    border-bottom: transparent!important
}

.popupJuniorChild {
    display: none;
    transition: none!important;
    max-height: 200px;
    overflow-y: auto
}

.popupChild.heightFix {
    top: unset!important;
    bottom: -10%
}

.popupChild.heightFix:after {
    top: unset!important;
    bottom: 30px
}

.user-image .fad {
    font-family: Font Awesome\ 5 Pro;
    transform: none;
    font-style: normal;
    font-size: 20px;
    font-weight: 700
}

#sideMenuUser {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #fff;
    background: #031b4d!important;
    padding: 10px 20px 0
}

.shortmenu-active #sideMenuUser .user-info {
    display: none!important
}

.shortmenu-active .sidebar .sidebar-menu {
    text-align: center
}

.shortmenu-active .toggleHamburger {
    padding: 0
}

.shortmenu-active .sidebar-header .logo {
    width: 38px!important
}

.shortmenu-active .user-image {
    cursor: pointer
}

#sideMenuUser .user-info {
    cursor: pointer;
    padding-left: 10px;
    font-size: 12px
}

#sideMenuUser .user-info select.name,#sideMenuUser .user-info select.name:hover,#sideMenuUser .user-info select.name:focus {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    color: #fff;
    border: none;
    margin: 0;
    outline: none;
    padding: 0
}

i.fad {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400
}

.support-icon {
    font-size: 16px;
    position: relative
}

.supPop {
    position: absolute;
    top: -7px;
    right: -13px;
    font-size: 14px;
    display: none;
    color: #0052cc;
    font-weight: 700
}

.support-icon i {
    animation-name: rotation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    color: #0052cc
}

.shortmenu-active #sidebar-menu>li>a {
    padding: 20px
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.nav-link.disabled {
    cursor: no-drop!important
}

.sidebar-header.long {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.history-area {
    position: relative;
    display: block;
    clear: both
}

.history-wrapper {
    width: 450px;
    font-size: 11.5px;
    border: 1px solid #e8e8e8;
    display: block;
    position: absolute;
    white-space: normal;
    background: #fff;
    top: -90px;
    left: 0;
    z-index: 6
}

.StepProgress {
    position: relative!important;
    padding-left: 50px!important;
    list-style: none!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    box-shadow: 0 0 16px #0000001c!important;
    margin-bottom: 0!important;
    max-height: 350px!important;
    overflow: auto
}

.StepProgress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 19px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #ccc
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
    cursor: default
}

.StepProgress-item:hover strong,.StepProgress-item:hover time,.StepProgress-item:hover div {
    color: #000
}

.StepProgress-item time,.StepProgress-item div {
    color: #909090
}

.StepProgress-item p {
    margin-bottom: 0
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px
}

.StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px
}

.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -39px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff
}

.StepProgress-item.is-done::before {
    border-left: 2px solid green
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 2px solid green;
    background-color: green
}

.StepProgress-item.current::before {
    border-left: 2px solid green
}

.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 25px;
    height: 25px;
    top: -4px;
    left: -41px;
    font-size: 14px;
    text-align: center;
    color: green;
    border: 2px solid green;
    background-color: #fff
}

.StepProgress strong {
    color: #031b4d;
    font-weight: 700
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,.15);
    bottom: -160px;
    animation: square 25s infinite;
    transition-timing-function: linear
}

.bg-bubbles li:nth-child(1) {
    left: 10%
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 17s
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 22s;
    background-color: rgba(255,255,255,.25)
}

.bg-bubbles li:nth-child(5) {
    left: 70%
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: rgba(255,255,255,.2)
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(255,255,255,.3)
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s
}

@keyframes square {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-700px) rotate(600deg)
    }
}

@keyframes square {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-700px) rotate(600deg)
    }
}

#listing-app .discountPercent {
    position: absolute;
    bottom: -19px;
    color: #d36767;
    padding: 0 5px;
    left: 8px;
    font-size: 11px;
    border-radius: 6px;
    z-index: 1
}

#listing-app .profitPrice {
    position: absolute;
    bottom: -35px;
    color: #d36767;
    padding: 0 5px;
    left: 8px;
    font-size: 11px;
    border-radius: 6px;
    z-index: 1
}

.ui-layout {
    width: 1440px;
    margin: auto;
    max-width: 95%
}

.ui-layout .ui-section {
    padding: 10px 20px
}

.ui-left,.ui-right {
    background-color: var(--p-surface,#fff);
    border-radius: var(--p-border-radius-wide,3px);
    -webkit-box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,0.05),0 1px 3px 0 rgba(63,63,68,0.15));
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,0.05),0 1px 3px 0 rgba(63,63,68,0.15));
    position: relative;
    height: 100%
}

.next-card__header {
    margin-top: 10px;
    font-weight: 600
}

.ui-section input.form-control,.ui-section textarea.form-control {
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-top-color: #aeb4b9;
    padding: 6px 18px
}

#scco-search .btn-default {
    margin: 0;
    margin-left: 10px;
    border: 1px solid #c4c4c4;
    border-top-color: #aeb4b9;
    background: #fff;
    color: #000
}

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

.line-items .line-item {
    list-style-type: none;
    display: grid;
    grid-gap: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 5rem 1fr 2fr 2.5rem;
    grid-template-areas: "thumbnail info pricing remove""thumbnail properties properties properties";
    padding: 16px 0;
    border-bottom: 1px solid #e2e2e2
}

.line-items .line-item .line-item-thumb {
    display: flex;
    align-items: center;
    justify-content: center
}

.line-item-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    max-width: 400px
}

.line-item-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.line-item-price,.line-item-multiplier,.line-item-quantity {
    padding-right: 16px
}

.line-item-price {
    min-width: 90px;
    text-align: right
}

.line-item-price input {
    max-width: 100px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ccc
}

.line-item-info {
    color: #6d7175;
    padding-right: 10px
}

.line-item-info .name {
    color: #000
}

.customerSearchDropdown {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto
}

.customerSearchDropdown label {
    font-weight: 500;
    color: #000
}

#brand-autocomplete {
    position: absolute;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    width: 100%;
    left: 0;
    top: 70px;
    padding: 15px;
    box-shadow: 0 5px 10px #00000061
}

#brand-autocomplete ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 290px
}

#brand-autocomplete ul li {
    padding: 10px 20px;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px solid #dedede;
    font-size: 12px
}

#brand-autocomplete ul li:hover {
    background: #e7e7e7
}

#scco-autocomplete {
    position: absolute;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    width: 100%;
    left: 0;
    top: auto;
    padding: 0;
    box-shadow: 0 5px 10px #00000061
}

.ui-left #scco-autocomplete ul {
    overflow: hidden;
    overflow-y: auto;
    max-height: 290px
}

#scco-autocomplete ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#scco-autocomplete ul li {
    padding: 10px 30px;
    cursor: pointer;
    padding-left: 69px;
    position: relative;
    border-bottom: 1px solid #dedede;
    font-size: 12px
}

#scco-autocomplete ul li .nms {
    color: #000
}

#scco-autocomplete ul li .nms label {
    margin: 0;
    display: block
}

#scco-autocomplete ul li .sks {
    font-size: 11px;
    margin-bottom: 5px
}

#scco-autocomplete ul li .stock-circle {
    position: absolute;
    left: 20px;
    top: 16px
}

#scco-autocomplete ul li.line-com {
}

#scco-autocomplete ul li:hover {
    background: #e7e7e7
}

#order-summary {
    margin: auto
}

#order-summary select {
    padding: 0 5px;
    font-size: 12px;
    height: 30px
}

#order-summary td {
    padding: 8px;
    font-size: 14px
}

.user-header {
    padding-bottom: 10px;
    min-height: 60px
}

.user-header img {
    float: left
}

.user-desc {
    padding-left: 75px;
    padding-top: 5px
}

.user-desc label {
    color: #000;
    font-weight: 500
}

.modal-dialog {
    border-radius: var(--p-border-radius-wide,6px);
    -webkit-box-shadow: 0 31px 41px 0 rgba(32,42,53,.2),0 2px 16px 0 rgba(32,42,54,.08);
    box-shadow: 0 31px 41px 0 rgba(32,42,53,.2),0 2px 16px 0 rgba(32,42,54,.08);
    max-height: calc(100% - (2rem + 5.6rem));
    max-width: calc(100% - 2rem);
    width: 640px;
    margin-top: 5.6rem
}

.modal .modal-header {
    padding: 1.6rem 2rem;
    border-bottom: 1px solid var(--p-divider,#dfe3e8);
    background: #fff;
    color: #000
}

.modal .modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: height ease-in-out 260ms,-webkit-box-shadow 260ms ease-in-out 0s;
    transition: height ease-in-out 260ms,-webkit-box-shadow 260ms ease-in-out 0s;
    transition: box-shadow 260ms ease-in-out 0s,height ease-in-out 260ms,-webkit-box-shadow 260ms ease-in-out 0s;
    box-shadow: inset 0 0 0 0 var(--p-hint-from-direct-light,rgba(0,0,0,0.1)),inset 0px 20px 20px -20px var(--p-hint-from-direct-light,rgba(0,0,0,0.1))
}

.orderAddresses .address-p p {
    margin-bottom: 1px
}

.orderAddresses {
    min-height: 200px
}

.orderAddresses .fa-pencil {
    cursor: pointer
}

#shippingTotalTd input {
    border: none;
    text-align: right
}

#shippingTotalTd {
    text-align: right
}

#sscompleteOrder {
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff
}

.passiveCell {
    background-color: #c3f5ce
}

.modal-title {
    font-size: 21px
}

.side-tabs {
    border-bottom: 1px solid #f2f2f2;
    display: table;
    width: 100%
}

.side-tabs ul {
    padding: 0;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.side-tabs li {
    float: left;
    list-style: none;
    padding: 14px 21px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 0
}

.side-tabs li.active {
    background: #f3f3f3;
    color: #000
}

.side-tabs li:hover {
    background: #f2f2f2
}

#reportingMenu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.rpt-div .menu-text {
    display: block;
    padding: 20px;
    cursor: pointer;
    background-color: #fff;
    color: #273142;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #e9eaec
}

.rpt-div .menu-text.active {
    background: #031b4d;
    color: #00d7d2!important
}

.rpt-div .menu-childs {
    padding: 20px;
    background: #fff;
    display: none
}

.rpt-div .menu-text.active+.menu-childs {
    display: block
}

.rpt-div .menu-childs li {
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2
}

.rpt-div .menu-childs li:hover {
    cursor: pointer
}

#mp-data-table th {
    font-size: 13px;
    font-weight: 500;
    background-color: #273142;
    border: 1px solid #474f5e;
    color: #fff;
    white-space: nowrap
}

.pad35 {
    padding-left: 35px;
    padding-right: 35px
}

.pmodal-detail .ped i {
    color: #f27a1a
}

.create-ticket-container select {
    height: 48px;
    border-style: solid;
    border-width: 2px;
    color: #444
}

.form-right {
    background: #fff;
    padding: 20px 0;
    border-style: dotted;
    border-color: #dfdfdf;
    box-shadow: -4px 14px 13px #00000030
}

.create-ticket-div {
    margin-bottom: 0;
    padding-top: 20px;
    padding: 12px 30px;
    padding-bottom: 10px;
    margin-bottom: 0!important
}

.menu-button {
    background-color: #03224d;
    border-radius: 5px;
    padding: 12px 16px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 100;
    font-family: trebuchet ms,sans-serif
}

.w-150px {
    width: 150px
}

.active-menu-button {
    background-color: #46719b!important
}

.card-body-overlay {
    background-color: #9a9a9a;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999
}

.filterUploadContainer #uploader {
    width: 100%
}

.filterUploadContainer #uploader .plupload_wrapper {
    min-width: 0;
    width: 100%;
    max-width: 100%
}

.filterUploadContainer #uploader .plupload_header_content {
    display: none
}

.filterUploadContainer #uploader .plupload_content {
    top: 29px
}

.filterUploadContainer .ui-state-error,.filterUploadContainer #uploader .plupload_content .ui-state-error {
    height: 30px!important;
    background: #fff!important
}

#filter-sub-tabs li.active.locked {
    background: #cecdff
}

.filterUploadContainer .plupload_progress.plupload_right,.filterUploadContainer .plupload_file_status,.filterUploadContainer .plupload_file_size {
    display: none
}

.filterUploadContainer .plupload_container {
    overflow: hidden
}

.filterUploadContainer .plupload_filelist_footer .plupload_cell.plupload_file_name {
    padding-left: 0
}

.shelf-stat-box {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.shelf-row-name {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    display: flex
}

.fl {
    float: left
}

.wo-settings-line {
    margin: 5px;
    margin-left: 0;
    margin-right: 0
}

.wo-settings-line .col,.wo-settings-line .col-6 {
    padding: 5px
}

.wo-settings-line .col:first-child {
    padding-left: 0
}

.ticket-table-header {
    background-color: #03224d;
    font-size: 14px;
    font-weight: 100;
    font-family: trebuchet ms,sans-serif;
    color: #fff
}

.color-red {
    color: red
}

.payment-alert-degree1 {
    background: #ffd5d5!important;
    color: #434343
}

.payment-alert-degree2 {
    background: #434343!important;
    color: #fff!important
}

.selected-image {
    opacity: 1!important;
    background-color: green!important;
    color: #fff!important
}

.selected-image-border {
    border: 3px solid green!important
}

#listing-app table td.salePrice img,#listing-app table td.listPrice img {
    margin-right: 4px
}

#chart-resource-hz .left .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 9px 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-color: transparent
}

#chart-resource-hz .left .item .box-logo-box {
    display: flex;
    width: 100%
}

#chart-resource-hz .left .item .box-stats {
    border-left: 1px solid #ccc;
    padding-left: 21px
}

#chart-resource-hz .left .item .box-logo-box>div {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#chart-resource-hz .left .item .box-logo-box .stats-in {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column
}

#chart-resource-hz .left .item .box-logo-box span {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 23px;
    margin-bottom: 10px
}

#chart-resource-hz .left .item .box-logo-box .stats-in .waiting {
    color: #1bc15b
}

#chart-resource-hz .left .item .box-logo-box .stats-in .packed {
    color: #000
}

#chart-resource-hz .left .item .box-logo-box span i {
    margin-right: 10px
}

#chart-resource-hz .left img {
    max-width: 200px;
    max-height: 65px;
    display: block;
    margin: auto
}

#chart-resource-hz .left label {
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    font-family: arial
}

#live-dash-container {
    max-width: 95%;
    margin: auto;
    height: 90%
}

.live-head {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px
}

#live-dash-list {
    width: 100%;
    height: calc(100% - 100px)
}

.live-head {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative
}

.live-head>span {
    font-size: 11px;
    position: absolute;
    left: 24px;
    top: 50px
}

.live-head .logo {
    float: left
}

.live-head mark {
    float: left;
    margin-right: 15px;
    border-radius: 10px;
    color: #c18803
}

.live-head p {
    float: left;
    display: inline-block;
    background: #beffd7;
    color: #000;
    padding: 5px 19px;
    border-radius: 5px;
    font-size: 11px;
    margin-bottom: 0
}

.live-head ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 10px
}

.live-head li {
    cursor: pointer;
    padding: 5px;
    border-radius: 6px;
    float: left;
    margin-right: 20px
}

.live-head li:hover {
    background: #f3f3f3;
    color: #000
}

#live-dash-list .slick-list {
    height: 100%
}

#live-dash-list .live-dash-item {
    height: 100%;
    outline: none!important
}

#chart-resource-hz {
    width: 100%;
    display: flex;
    height: 100%
}

#chart-resource-hz .left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%
}

#chart-resource-hz .left .heading {
    font-size: 18px;
    font-weight: 500;
    background: #ecf0f1;
    padding: 0 10px;
    text-align: left;
    position: relative;
    height: 39px;
    display: flex;
    align-items: center
}

#chart-resource-hz .left .item {
    background: #fff;
    opacity: .5
}

#chart-resource-hz .left .item.active {
    background: #fff;
    box-shadow: 12px 10px 14px #00000042;
    z-index: 1;
    position: relative;
    opacity: 1;
    border: 1px solid #ccc
}

#chart-resource-hz .left .item.active:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: -34px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 30px;
    border-color: transparent transparent #fff;
    transform: rotate(90deg)
}

#chart-resource-hz .right {
    flex-grow: 0;
    flex-shrink: 0;
    background: #fff;
    margin-left: 10px;
    flex-basis: 70%
}

#chart-resource-hz .right {
    background: #ecf0f1
}

#chart-resource-hz .right .box-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    flex-direction: column
}

#chart-resource-hz .right .box-loading img {
    max-width: 50%;
    margin: auto
}

#chart-resource-hz .right .item {
    height: 100%
}

#chart-resource-hz .right .boxes {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#chart-resource-hz .right .boxes>.box {
    width: 100%
}

#chart-resource-hz .right .box {
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#chart-resource-hz .right .box i {
    font-size: 50px;
    display: block;
    margin-bottom: 20px
}

#chart-resource-hz .right .box .title {
    font-size: 18px;
    display: block
}

#chart-resource-hz .right .box .num {
    font-size: 95px;
    font-weight: 600
}

.boxes-r {
    display: flex;
    align-items: center;
    justify-content: center
}

.boxes-r .boxes {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%
}

.boxes-r .boxes-h {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
    display: table;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

#chart-resource-hz .boxes-r .boxes-h .box {
    flex-basis: 100%;
    width: 100%;
    display: flex
}

#chart-resource-hz .boxes-r .boxes-h .box-lr {
    height: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-bottom: 5px solid #f3f3f3
}

#chart-resource-hz .boxes-r .boxes-h .box-lr:last-child {
    border: none
}

#chart-resource-hz .boxes-r .boxes-h .box-r {
    flex-basis: 60%!important
}

#chart-resource-hz .boxes-r .boxes-h .box-lr>div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%
}

#chart-resource-hz .right .boxes-r .box-r .title {
    font-size: 17px
}

#chart-resource-hz .right .box-r .num {
    font-size: 63px;
    font-weight: 600
}

#chart-resource-hz .box-waiting .num {
    color: #fff
}

#chart-resource-hz .box-packed {
    background: orange;
    color: #000
}

#chart-resource-hz .box-packed .num {
    color: #000
}

#chart-resource-hz .box-waiting {
    background: #1bc15c;
    color: #fff
}

#chart-resource-hz .boxes-h .num {
    color: #107df3
}

#chart-resource-hz .right .box-errored .num {
    color: red
}

#live-dash-list .slick-track {
    height: 100%
}

#live-dash-list .slick-dots {
    bottom: -50px
}

.slick-dots li button:before {
    background: #000;
    border-radius: 50%;
    overflow: hidden
}

#chart-wms-steps {
    width: 100%;
    height: 100%;
    display: flex
}

#chart-wms-steps .board {
    margin: 10px;
    background: #f4f5f7;
    flex: 1;
    border-radius: 4px;
    border: 1px solid #0000001f;
    box-shadow: 0 3px 10px #0000003b;
    position: relative
}

.dark-mode #chart-wms-steps .board {
    background: #000;
    background: -webkit-linear-gradient(to right,#ffffff,#c3c3c3);
    background: linear-gradient(to bottom,#ffffff,#d8d8d8)
}

#chart-wms-steps .max .board-title {
    background: #d04437;
    color: #fff!important
}

#chart-wms-steps .max .board-list {
    background: #d04437
}

#chart-wms-steps .board:before {
    content: "\f4d1";
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    opacity: .3
}

#chart-wms-steps .board .board-title {
    flex: 0 0 auto;
    padding: 10px 8px;
    position: relative;
    min-height: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    font-size: 16px;
    color: #000;
    margin-bottom: 2px
}

#chart-wms-steps .board .board-list {
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 4px;
    padding: 0 4px;
    z-index: 1;
    min-height: 0;
    height: calc(100% - 70px)
}

#chart-wms-steps .board .board-list.max {
    background: #ff000063
}

#chart-wms-steps .board-waiting:before {
    content: "\f11e"
}

#chart-wms-steps .board-picking:before {
    content: "\f4d1"
}

#chart-wms-steps .board-extracting:before {
    content: "\f21d"
}

#chart-wms-steps .board-packaging:before {
    content: "\f4ce"
}

.board-picking .board-item-box.picking,.board .board-item-box.extracting,.board .board-item-box.packaging {
    background: #7bff3b;
    border-color: #000
}

.board-item-box {
    display: flex;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    margin-bottom: 10px;
    background: #fff
}

.board-item-box .l,.board-item-box .r {
    flex: 1;
    position: relative
}

.board-item-box .l {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    max-width: 90px
}

.board-item-box .avatar-icon {
    display: block;
    width: 64px;
    height: 64px;
    transition: all .2s;
    opacity: 1;
    border-radius: 50px;
    border: #fff solid 3px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.board-item-box .avatar-inner:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: #fff solid 2px;
    bottom: 3px;
    right: 4px;
    border-radius: 30px;
    min-width: 2px;
    z-index: 5;
    background: #49d803
}

.board-picking .board-item-box.picking .avatar-inner:after,.board .board-item-box.extracting .avatar-inner:after,.board .board-item-box.packaging .avatar-inner:after {
    background: red
}

.board-item-box .l {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    max-width: 90px
}

.board-item-box .wo-user {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    display: block;
    max-width: 200px;
    overflow: hidden
}

.board-item-box .wo-type {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px
}

.board-item-box .wo-device {
    font-size: 14px;
    color: #004fb5;
    font-weight: 600;
    letter-spacing: 1px
}

.board-item-box .avatar-inner {
    position: relative
}

.board-item-box .wo-count {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0012ff;
    font-size: 20px
}

.board-item-box .wo-status {
    background: #c3c3c3;
    display: inline-block;
    border-radius: 3px;
    padding: 2px 10px;
    color: #000;
    margin-top: 5px
}

.board-item-box .wo-no {
    margin-top: 10px;
    color: #000
}

#chart-wms-steps .board .board-title span {
    position: absolute;
    right: 13px
}

#chart-wms-steps .board .board-title span i {
    margin-right: 10px
}

.dark-mode.live-page {
    color: #eee;
    background: #121212;
    background: #1d4350;
    background: -webkit-linear-gradient(to right,#404040,#1D4350);
    background: linear-gradient(to right,#3c3c3c,#1D4350)
}

.dark-mode .live-head img {
    filter: brightness(-1);
    filter: brightness(0) invert(1)
}

.board-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #beffd7;
    width: 100%;
    height: 100%;
    max-height: 50px;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px dotted #fff
}

.board-summary span {
    margin-left: 10px;
    background: #beffd7;
    color: #000;
    padding: 5px 10px;
    border-radius: 6px
}

#chart-resource-hz .boxes-h .box-delayed {
    color: red
}

#chart-resource-hz .boxes-h .box-delayed i {
    color: red
}

#chart-resource-hz .boxes-h .box-delayed .num {
    color: red
}

#chart-resource-hz .boxes-h .box-errored {
    color: #bb7900
}

#chart-resource-hz .boxes-h .box-errored i {
    color: #bb7900
}

#chart-resource-hz .boxes-h .box-errored .num {
    color: #bb7900
}

#chart-resource-hz .left .heading .sum {
    position: absolute;
    right: 0;
    font-size: 27px
}

#chart-resource-hz .left .heading .sum mark:first-child {
    background: #1bc15b;
    color: #fff
}

#chart-resource-hz .left .heading .sum mark:last-child {
    background: #ffa501;
    color: #000
}

#chart-resource-hz .left .heading .sum mark {
    padding: 1px 15px
}

.dark-mode .slick-dots li button:before {
    color: #fff!important;
    background: #fff!important
}

.dark-mode #chart-resource-hz .left .heading {
    color: #000
}

.dark-mode .box-lr i {
    color: #000
}

.dark-mode .board-summary {
    color: #000
}

.dark-mode #chart-wms-steps .board:before {
    color: #000
}

.cargo-label {
    font-weight: 700;
    font-size: 10px
}

.w-33 {
    width: 33.33%
}

.w-30 {
    width: 30%
}

.w-10 {
    width: 10%
}

.dt-lg-item .val {
    background: #ffd7d7;
    padding: 5px;
    display: block;
    border-radius: 6px;
    min-height: 29px;
    margin-bottom: 10px;
    max-width: 200px
}

.dt-lg-item.new .val {
    background: #bddcbf
}

.dt-lg-info .dt-lg-item label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.dt-lg-info .dt-lg-item div {
    background: #e6e6e6;
    padding: 5px;
    display: block;
    border-radius: 6px;
    min-height: 29px;
    margin-bottom: 10px
}

#batchRequestSection .badge,.btc-modal-summary .badge {
    font-size: 15px;
    font-weight: 100
}

.btc-line-item {
    margin-bottom: 5px
}

.btc-modal-content {
}

.btc-item-list {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto
}

.btc-modal-summary {
    margin-bottom: 10px
}

.btc-item-list .btc-item {
    display: table;
    width: 100%;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    cursor: default
}

.btc-item-list .btc-item .icon {
    float: left;
    position: absolute;
    left: 3px;
    top: 10px
}

.download-simple-file {
    font-size: 14px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 7px;
    background-color: #fff
}

.download-simple-file:hover {
    background-color: #eee
}

.exportOrdersPopup {
    width: 400px;
    height: 275px
}

.close-modal-button {
    margin-right: 10px;
    position: absolute;
    right: 0;
    transition: all .2s
}

.close-modal-button:hover {
    color: red;
    cursor: pointer
}

div.drawer-overlay {
    z-index: 11
}

nav.drawer-nav {
    z-index: 12
}

nav.drawer-nav,button.drawer-hamburger {
    z-index: 12
}

.drawer:not(.drawer-open) .drawer-toggle {
    display: none!important
}

.choose-subject-header {
    border: 2px solid #ccc;
    padding: 9px;
    padding-left: 15px;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.choose-subject {
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer
}

.choose-subject:hover {
    background-color: #eee
}

.choose-subject-breadcrumb-title {
    font-weight: 600;
    color: #306099;
    cursor: pointer
}

.no-subject-result {
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px
}

.choose-subject-header .form-control:focus {
    box-shadow: none;
    border: 1px solid #d9d9d9
}

.selected-subject {
    background-color: #ccc
}

.category-mapping-draft-row {
    background-color: #ccc!important
}

.hidden-ticket-first-message {
    display: none;
    position: absolute;
    background: #fff;
    width: 500px;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
    z-index: 999
}

td.visible-ticket-first-message:hover .hidden-ticket-first-message {
    display: block
}

td.visible-ticket-first-message {
    position: relative
}

.wo-create-head h1 {
    font-size: 20px;
    padding-bottom: 9px;
    margin-bottom: 0
}

.wo-create-line label {
    display: block;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
    margin: 0;
    cursor: pointer;
    font-size: 13.5px
}

.unPreparedBuyProsList {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 300px;
    overflow: auto
}

.unPreparedBuyProsList li {
    border-bottom: 1px solid #ccc;
    padding: 5px
}

.unPreparedBuyProsList li:hover {
    cursor: pointer;
    background: #f0f8ff
}

.unPreparedBuyProsList li .row {
    margin: 0
}

.unPreparedBuyProsList li div div:first-child {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    color: #000
}

.unPreparedBuyProsList li.selected {
    box-shadow: 0 0 10px #00000069;
    background: #61be7b;
    color: #fff
}

.tags-input-wrapper {
    margin: 90px auto;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    max-width: 400px;
    border: 1px solid #ccc
}

.tags-input-wrapper input {
    border: none;
    background: 0 0;
    outline: none;
    width: 150px
}

.tags-input-wrapper .tag {
    display: inline-block;
    background-color: #fa0e7e;
    color: #fff;
    border-radius: 40px;
    padding: 0 3px 0 7px;
    margin-right: 5px;
    margin-bottom: 5px
}

.tags-input-wrapper .tag a {
    margin: 0 7px 3px;
    display: inline-block;
    cursor: pointer
}

.pos-menu-item {
    background: rgb(45 215 210);
    color: #000
}

.pos-menu-item a span,.pos-menu-item a i {
    color: #000;
    font-weight: 400
}

.pos-menu-item {
    cursor: pointer
}

#pos-ui-container {
    background-color: #fff;
    border: none;
    padding: 0;
    height: 500px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    right: 0
}

#pos-ui {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#pos-ui-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 480px);
    background: #f5f5f5
}

#pos-ui-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 480px;
    height: 100%;
    box-shadow: -9px 3px 3px 0 rgb(0 0 0/3%);
    position: relative;
    z-index: 55;
    border-left: 1px solid #d4dbe3
}

#pos-ui-header {
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 91px;
    border-bottom: 1px solid #d4dbe3;
    width: 100%
}

#pos-ui-close {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background: #032874;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2dd7d2;
    font-size: 40px;
    cursor: pointer
}

#pos-ui-close:hover {
    background: #02369e
}

#pos-ui-search-form {
    position: relative;
    z-index: 22;
    width: calc(100% - 80px);
    margin: auto;
    margin-right: 0
}

#pos-ui-search-form:before {
    content: "\f002";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    position: absolute;
    font-size: 21px;
    left: 31px;
    top: 30px;
    color: #032b7d
}

#pos-search {
    font-size: 24px;
    height: 90px;
    padding-left: 90px;
    padding-right: 90px;
    border: 0;
    border-radius: 0;
    width: 100%
}

#pus-ui-card-header {
    position: relative;
    height: 91px;
    border-bottom: 1px solid #d4dbe3;
    background-color: #fff;
    color: #fff;
    border-left: 1px solid #d4dbe3;
    background: linear-gradient(#031b4d 0%,#032b7d 100%)
}

#pus-ui-card-header>div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    height: 35px;
    clear: both;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center
}

#pus-ui-card-header>div.post-ui-top {
    height: 45px
}

#pus-ui-card-header>div.post-ui-bottom {
    position: absolute;
    width: 100%;
    bottom: 0
}

#pus-ui-card-header>div.post-ui-top mark {
    background: 0 0;
    font-size: 10px;
    color: #ffffff82
}

.post-ui-bottom ul {
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.post-ui-bottom ul li {
    padding: 0 45px;
    color: rgb(45 215 210);
    font-weight: 300;
    font-size: 15px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    cursor: pointer
}

.post-ui-bottom ul li.selected {
    background: #ffffff00;
    border-radius: 0;
    border-bottom: 5px solid rgb(45 215 210)
}

.post-ui-bottom ul li:after {
    content: "\f061";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    position: absolute;
    font-size: 12px;
    right: 7px;
    top: 10px
}

.post-ui-bottom ul li:last-child:after {
    display: none
}

.post-ui-top label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

#pos-ui-card-body,#pos-ui-address-body,#pos-ui-payment-body {
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    height: calc(100% - 175px);
    overflow-y: auto;
    position: relative
}

.pos-ui-card-foot {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    flex-direction: column;
    position: relative;
    z-index: 10;
    background: #fff
}

.pos-ui-card-foot-with-refund {
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    flex-direction: column;
    position: relative;
    z-index: 10;
    background: #fff
}

.pos-ui-summary {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    background: #fff
}

.pos-ui-summary .line {
    display: table;
    width: 85%;
    margin: auto;
    margin-bottom: 10px
}

.pos-ui-summary .line .l {
    width: 50%;
    float: left
}

.pos-ui-summary .pos-ui-summary:last-child {
    margin-bottom: 0
}

.pos-ui-summary .line .r {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: 700
}

.pos-ui-card-btn {
    cursor: pointer;
    display: inline-block;
    background-color: #197bbd;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 1.4em 1.7em;
    text-align: center;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    width: 90%
}

.pos-ui-card-pay {
    background-color: #19bd1e
}

.pos-ui-card-btn:hover {
    background-color: #135e90;
    color: #fff
}

.pos-ui-card-pay:hover {
    background-color: #139016;
    color: #fff
}

#pos-ui-card-body:after {
    content: "\f07a";
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 50px;
    color: #d4d4d4;
    font-weight: 100
}

#pos-ui-address-body {
    display: flex
}

#pos-ui-address-body .box {
    font-size: 20px;
    height: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.pos-ui-fc-form {
    margin: 20px;
    position: relative
}

.pos-ui-fc-form #scco-autocomplete {
    top: 39px
}

#pos-ui-address-body .box:hover {
    cursor: pointer;
    background: #f2f2f2
}

#pos-ui-address-body .box:first-child {
    border-bottom: 1px solid #d2d2d2
}

#pos-ui-address-body .box i {
    font-size: 45px;
    margin-bottom: 20px;
    color: #197bbd
}

#pos-ui-address-body .box span,#pos-ui-address-body .box i {
    display: block
}

#pos-ui-nav {
    height: 65px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0/15%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0/15%);
    position: relative;
    z-index: 10;
    transition: all 200ms
}

#pos-ui-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding: 0
}

#pos-ui-nav.closed {
    height: 0
}

#pos-ui-nav ul::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

#pos-ui-nav ul::-webkit-scrollbar-thumb {
    background: rgb(236 236 236)
}

#pos-ui-nav ul::-webkit-scrollbar-track {
    background: rgb(255 255 255)
}

#pos-ui-nav ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    white-space: nowrap;
    transition: all 200ms;
    cursor: pointer;
    border-bottom: 0 solid transparent
}

#pos-ui-nav ul li.selected {
    border-bottom: 5px solid #032b7d;
    background: #fdfdfd
}

#pos-ui-nav ul li.selected * {
    color: #032b7d
}

#pos-ui-nav ul li.selected strong {
    font-weight: 700
}

#pos-ui-nav ul li span {
    color: #8c8c8c;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    user-select: none
}

#pos-ui-nav ul li.active span,#pos-ui-nav ul li:hover span {
    color: #000
}

#pos-ui-items {
    max-width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill,minmax(20%,1fr))
}

#post-products-container {
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 155px)
}

#post-products-container::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

#post-products-container::-webkit-scrollbar-thumb {
    background: rgb(236 236 236)
}

#post-products-container::-webkit-scrollbar-track {
    background: rgb(255 255 255)
}

.pos-product-item {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0/10%);
    box-shadow: 0 2px 5px rgb(0 0 0/10%);
    position: relative;
    animation: posproductitem 1s linear 0s 1 alternate;
    display: flex
}

.pos-product-info {
    padding: 12px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.pos-product-item.sold-out {
    opacity: .5;
    transition: all 200ms
}

.pos-product-item.sold-out:hover {
    opacity: 1
}

.pos-product-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    height: 153px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(/public_html/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 37%;
    background-color: #f4f4f4
}

.pos-product-item[data-typeId="0"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #007bff3b;
    z-index: 9;
    opacity: 0;
    transition: all 500ms
}

.pos-product-item:hover:before {
    opacity: 1;
    cursor: pointer;
    box-shadow: 0 0 10px #007bffc9
}

.pos-product-image img {
    max-width: 150%;
    max-height: 150%;
    margin: auto;
    user-select: none;
    width: 100%
}

.pos-product-item .pos-product-info:hover,.pos-product-item label:hover {
    cursor: pointer
}

.pos-product-attr {
    position: absolute;
    bottom: 0;
    text-align: left
}

.pos-product-name label {
    margin-bottom: 0
}

.pos-product-name label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0
}

.pos-product-attr span {
    background: #000000cf;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px
}

.pos-product-stock {
    background: linear-gradient(#00bb08 0%,#0aa766 100%);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    position: absolute;
    left: 5px;
    bottom: 0;
    border-radius: 6px
}

.pos-product-stock.store-stock {
    background: #2dd7d2;
    background: linear-gradient(#39ded9 0%,#2dd7d2 100%);
    left: 36px;
    color: #031f58;
    font-weight: 700;
    cursor: default
}

.pos-product-stock.outstock {
    background: linear-gradient(#9e9e9e 0%,#a9a9a9 100%);
    color: #fff
}

.pos-items-notfound {
    display: flex;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center
}

.pos-items-notfound i {
    margin-right: 10px
}

.pos-card-item {
    display: flex;
    min-height: 140px;
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    animation: posproductitem 1s linear 0s 1 alternate;
    position: relative;
    background: #fff;
    z-index: 2;
    margin-bottom: 0;
    transition: all 200ms;
    cursor: default
}

.pos-card-item>* {
    padding: 20px 5px
}

.pos-card-item .pos-card-photo {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.pos-card-item .pos-card-photo img {
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.pos-card-item:hover {
    border-left: 5px solid #197bbd;
    background: #f7f7f7
}

.pos-card-item .pos-card-info {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%
}

.pos-card-item .pos-card-quantity {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.pos-card-item .pos-card-quantity i {
    font-size: 15px;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
    margin: 5px 0;
    background: #e6e6e6
}

.pos-card-item .pos-card-quantity label {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: arial
}

.pos-card-item .pos-card-quantity i:hover {
    background: #e8e8e8;
    border-color: #000
}

#pos-ui-nav ul li span strong {
    background: #f5f5f5b0;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e
}

@keyframes posproductitem {
    from {
        opacity: 0;
        transform: translateX(-10px)
    }

    to {
        opacity: 1;
        transform: translateX(0px)
    }
}

#pos-loader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    background: #ffffff66;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 1600px) {
    #pos-ui-items {
        grid-template-columns:repeat(auto-fill,minmax(30%,1fr))
    }
}

.pos-card-item .pos-card-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    font-weight: 700;
    font-size: 13px;
    color: #000
}

.pos-card-attrs span {
    margin-right: 5px;
    font-weight: 500
}

.pos-card-attrs {
    margin: 10px 0;
    display: block
}

.pos-ui-address-form,#pos-ui-payment-body {
    padding: 30px 20px
}

.pos-back a {
    color: #032160;
    font-size: 13px;
    font-weight: 600
}

.pos-product-price,.pos-card-prices {
    font-size: 15px;
    color: #000;
    margin-top: 5px;
    position: static;
    left: 13px;
    bottom: 5px;
    margin: 0;
    margin-top: 7px
}

.pos-product-price,.pos-card-prices input {
    border: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0 2px;
    background: 0 0
}

.pos-order-from {
    margin-top: 5px
}

.pos-order-from .m-m {
    color: #197bbd
}

.pos-order-from .m-m i,.pos-order-from .e-m i {
    margin-right: 5px
}

.pos-order-from .e-m {
    color: #049026
}

.pos-product-price .price,.pos-card-prices .price {
    text-decoration: line-through
}

.pos-product-price .price:first-child:last-child,.pos-card-prices .price:first-child:last-child {
    text-decoration: none
}

.pos-product-price .sale-price,.pos-card-prices .sale-price {
    color: red;
    margin-left: 5px
}

.pos-ui-form input,.pos-ui-form textarea,.pos-ui-form select {
    background: #ececec;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #f2f2f2;
    border-radius: 6px
}

.pos-ui-form input::placeholder {
    color: #848484
}

.pos-ui-form label {
    font-weight: 700
}

.pos-ui-form input:focus,.pos-ui-form textarea:focus,.pos-ui-form select:focus {
    background: rgb(45 215 210/37%);
    color: #031f58
}

.pos-product-lines p {
    margin-bottom: 0
}

.pos-product-lines p:first-child:not(:last-child) span {
    border: none;
    padding-left: 1px
}

.pos-product-lines p:first-child:last-child {
    margin-top: 10px
}

.pos-product-lines p span {
    background: 0 0;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
    z-index: 5555;
    user-select: none;
    border-radius: 10px
}

.pos-product-lines p:last-child span.stock-in {
    background: linear-gradient(#ffffff 0%,#d6d6d6 100%)
}

.pos-product-lines p:last-child span.stock-in:hover {
    background: #b1b1b1;
    color: #fff
}

.pos-product-lines p:last-child span.store-stock-in {
    background: #2dd7d2;
    background: linear-gradient(#47fffa 0%,#2dd7d2 100%)!important;
    color: #03205d;
    text-decoration: none!important
}

.pos-product-lines p:last-child span.store-stock-in:hover {
    background-color: #086d6a!important
}

.pos-product-lines p span.stock-out:not(.store-stock-in) {
    text-decoration: line-through;
    opacity: .5;
    border-color: transparent
}

.menu-live-dash {
    position: relative
}

.menu-live-dash a span:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 4px solid #2dd7d2;
    position: absolute;
    border-radius: 70px;
    z-index: 10;
    -webkit-animation: header-heartbit 1s ease-out;
    animation: header-heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    left: 90px;
    top: -2px
}

.menu-live-dash span {
    position: relative
}

.menu-live-dash a span:before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 97px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #2dd7d2;
    border-radius: 30px;
    content: '';
    display: inline-block
}

.menu-live-dash {
    background-color: #2dd7d229
}

@-webkit-keyframes header-heartbit {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes header-heartbit {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

#vueFrame {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 500px
}

.vue-cli-body .content {
    padding: 0!important;
    padding-top: 70px!important;
    height: calc(100vh - 70px)
}

.vue-cli-body .vue-cli-page,#vuePage,#vueFrame,.vue-cli-page>#render {
    height: 100%;
    width: 100%
}

.circle {
    width: 200px;
    margin: 6px 20px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top
}

.circle strong,.circle span {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 43px
}

.circle strong:not(:last-child) {
    top: 43px!important
}

.circle span {
    font-size: 15px;
    top: 80px
}

.mbt-body {
    background: #fff;
    text-align: center;
    padding: 20px 0
}

.mbt-header h1 {
    font-size: 25px;
    margin: 0;
    padding: 20px
}

.mbt-circle .circle strong {
    font-size: 34px;
    top: 53px;
    font-weight: 400
}

.mbt-circle .circle#circle-b strong {
    top: 77px
}

.mbt-info strong {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px
}

.mbt-info span {
    font-size: 20px;
    font-weight: 100
}

.mbt-info {
    padding-top: 10px;
    border-bottom: 1px solid #ccccccab;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.mbt-barcode {
    display: flex
}

.mbt-barcode label {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    font-weight: 700;
    font-size: 15px
}

.mbt-rinfo {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    margin-left: 10px
}

.mbt-rinfo i {
    margin-right: 10px
}

.mbt-barcode input {
    border-radius: 6px;
    box-shadow: 0 1px 2px #0000003b;
    outline: none;
    font-size: 15px
}

.mbt-barcode input:hover,.mbt-barcode input:focus {
    border: 1px solid #ccc;
    outline: none!important
}

.mbt-body table th,.mbt-body table td {
    font-size: 15px
}

.mbt-body .table-striped tbody tr:nth-of-type(odd) {
    background: 0 0
}

.mbt-body #waybillProducts tr td i {
    color: #0153cc
}

.mbt-body #waybillProducts tr:nth-child(2n+2) td i {
    color: #6b94d0
}

.mbt-body #waybillProducts thead td,.mbt-body #waybillProducts thead tr {
    border: none
}

.mbt-body #waybillProducts thead tr {
    border-bottom: 1px solid #e4e4e4
}

.mbt-body #waybillProducts thead tr td {
    font-weight: 500
}

.mbt-body .mbt-circle #circle-a {
    width: 150px;
    height: 150px
}

.mbt-body .mbt-circle #circle-a canvas {
    max-width: 100%;
    max-height: 100%
}

.mbt-cmp-text {
    font-size: 30px;
    display: flex;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center
}

.mbt-cmp-text label {
    margin-right: 50px;
    text-align: left
}

.mbt-cmp-text i {
    color: #0153cc;
    font-size: 48px;
    font-weight: 200
}

.btn-custom1,.btn-custom2 {
    background: #0153cc;
    color: #fff;
    font-size: 15px;
    padding: 16px 32px;
    height: auto;
    border-radius: 4px
}

.btn-custom2,.btn-custom2:hover,.btn-custom2:focus {
    background: 0 0;
    color: #0153cc;
    border-color: #0153cc
}

.mbt-fns-btns p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 19px
}

.tr-workOrder {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 20px
}

.tr-workOrder>* {
    flex: 1
}

.tr-workOrder td .left i {
    font-size: 40px
}

.tr-workOrder h2 {
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600
}

.tr-workOrder td .btm {
    display: table;
    width: 100%
}

.tr-workOrder td .statusList {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0;
    max-width: 680px
}

.tr-workOrder td a.billDetail {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #0153cc
}

.tr-workOrder td .customButton {
    width: 100%;
    min-height: 30px;
    height: auto;
    border: 1px solid #0153cc;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #0153cc;
    margin-bottom: 20px
}

.tr-workOrder td .customButton:last-child {
    margin-bottom: 0
}

.tr-workOrder td.print {
    padding: 0 20px
}

.tr-workOrder td .lvchart {
    display: table;
    width: 100%
}

.tr-workOrder td .userTxt {
    box-sizing: border-box;
    color: #064;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    text-transform: uppercase;
    vertical-align: baseline;
    border-radius: 3px;
    padding: 2px 0 3px;
    margin-top: 10px
}

.tr-workOrder td .userTxt small {
    font-size: 12px
}

.tr-workOrder td .statusList li {
    width: 251px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.tr-workOrder td .statusList li svg {
    font-size: 20px;
    color: #cfcfcf
}

.tr-workOrder td.statusList li i.success {
    color: #03a84e
}

.tr-workOrder td .statusList li .bar {
    width: 100%;
    height: 10px;
    background: #cfcfcf;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px
}

.tr-workOrder td .statusList li .fa-truck-loading .packed {
    color: #45bc30
}

.tr-workOrder td .statusList li .bar .val {
    background: #fb9a22;
    height: 100%;
    display: block;
    box-shadow: 0 0 10px #fb9a22
}

.tr-workOrder td .statusList li.picking i {
    color: #fb9a22
}

.tr-workOrder td .statusList li.picked i {
    color: #fb9a22
}

.tr-workOrder td .statusList li.extracting .bar .val {
    background: #fff100
}

.tr-workOrder td .statusList li.extracted .bar .val {
    background: #fff100
}

.tr-workOrder td .statusList li.extracting i {
    color: #b1a800
}

.tr-workOrder td .statusList li.extracted i {
    color: #b1a800
}

.tr-workOrder td .statusList li.packed .bar .val {
    background: #03a84e
}

.tr-workOrder td .statusList li.packed i {
    color: #02a84e
}

.tr-workOrder td .statusList li .status {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #495057;
    width: 100px
}

.tr-workOrder td .statusList li:last-child:after {
    display: none
}

.tr-workOrder td .left {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    border-radius: 100%;
    background: #eae6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    color: #7a869a;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 20px 20px 0
}

.tr-workOrder td .command {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 0;
    flex-basis: 200px
}

.tr-workOrder td .left mark {
    position: absolute;
    bottom: -25px;
    font-size: 11px;
    background: 0 0;
    white-space: nowrap
}

.tr-workOrder td .chngstat {
    position: absolute;
    bottom: -25px;
    font-size: 11px;
    background: 0 0;
    white-space: nowrap
}

.tr-workOrder td .chngstat select {
    font-size: 11px;
    padding: 0
}

.tr-workOrder td .command .btn.assign {
    background: #00cb30;
    color: #fff;
    box-shadow: 0 0 10px #0fc107 inset;
    border-color: transparent
}

.tr-workOrder td .command .btn {
    margin-bottom: 5px;
    width: 175px;
    height: 35px;
    font-size: 13px;
    text-align: center;
    position: relative;
    background: 0 0;
    color: #000;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    overflow: hidden
}

.tr-workOrder td .command .btn.transfer {
    background: #cfcfcf;
    color: #484848;
    border: none;
    font-weight: 600
}

.tr-workOrder td .command .btn.del {
    opacity: .5
}

.tr-workOrder td.command .btn span {
    display: inline-block
}

.tr-workOrder td .device {
    font-style: italic;
    font-size: 12px;
    color: #b8b8b8;
    margin-right: 10px
}

.tr-workOrder td .date {
    margin-right: 10px;
    color: #b8b8b8;
    float: left;
    position: relative;
    top: 0
}

.tr-workOrder td .orderCount {
    font-size: 16px;
    color: #03a84e;
    margin-left: 10px
}

.tr-workOrder td .id {
    color: #a8a8a8;
    font-weight: 100;
    padding-right: px;
    margin-right: 6px
}

.tr-workOrder td .left.extracted {
    background-color: #fb9922
}

.tr-workOrder td .left.picked {
    background-color: #fb9922
}

.tr-workOrder td .left.picked.packing.packed {
    background-color: #fb9922
}

.tr-workOrder td .left.picked.packed {
    background-color: #03a84e8a
}

.tr-workOrder td .left.picked.extracted.packed {
    background-color: #03a84e8a
}

.tr-workOrder td .left.picked.extracted.packing.packed {
    background-color: #fff100
}

#listing-app .contents .table-filter {
    margin-bottom: 15px
}

#listing-app .contents .table-filter select {
    height: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    color: #7b7b7b;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 2px
}

#listing-app .contents .table-filter input {
    height: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    color: #7b7b7b;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 2px
}

#listing-app .contents .table-filter .search {
    position: relative
}

#listing-app .contents .table-filter .search svg {
    position: absolute;
    height: 12px;
    width: 12px;
    left: 23px;
    top: 12px
}

#listing-app .contents .table-filter .search input {
    padding-left: 25px
}

#listing-app .contents .table-filter .filterButton button {
    background-color: #e8e8e8;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.1px;
    color: #7b7b7b;
    height: 35px;
    margin-right: 15px
}

#listing-app .contents .table-filter .filterButton button svg {
    margin-right: 2px;
    width: 16px;
    height: 16px
}

.waybillPopup.active {
    visibility: visible;
    right: 0
}

.waybillPopup {
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    visibility: hidden;
    transition: all .5s ease-in-out
}

.waybillBg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #333;
    opacity: .3;
    z-index: 98;
    top: 0;
    left: 0
}

.waybillPopup .waybillContent {
    width: 65%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    right: 0;
    padding: 30px 40px;
    overflow-x: auto
}

.waybillPopup .waybillContent .waybillClose {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 30px;
    display: block;
    cursor: pointer;
    z-index: 99
}

.waybillPopup .waybillContent h3.title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 23.2px;
    line-height: 35px;
    color: #4f5f6f
}

.waybillPopup .waybillContent .detail-main-waybill {
    border-bottom: 2px solid #dedede;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.waybillPopup .waybillContent .detail-main-waybill .col-auto {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: 30px!important
}

.waybillPopup .waybillContent .detail-main-waybill strong {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #495057;
    margin-right: 5px
}

.waybillPopup .waybillContent .detail-main-waybill span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #495057
}

.waybillPopup .waybillContent .detail-main-waybill svg {
    margin-right: 5px
}

.waybillPopup .waybillContent .table {
    max-height: 600px;
    overflow-y: auto
}

.waybillPopup .waybillContent table tbody tr td {
    align-items: center;
    vertical-align: middle!important
}

.waybillPopup .waybillContent table tbody tr td .popupButton {
    display: flex;
    flex-direction: column
}

.waybillPopup .waybillContent table tbody tr td .popupButton a {
    margin-bottom: 10px
}

.waybillPopup .waybillContent table tbody tr td .popupButton a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.waybillMobile {
    display: none
}

.waybillMobile .table-filter {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede
}

.waybillMobile .table-filter .search svg {
    position: absolute;
    height: 12px;
    width: 12px;
    left: 23px;
    top: 12px
}

.waybillMobile .table-filter .search input {
    padding-left: 25px
}

.waybillMobile .table-filter select {
    height: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    color: #7b7b7b;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 2px
}

.waybillMobile .table-filter input {
    height: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    color: #7b7b7b;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 2px
}

.waybillMobile .table-filter .search {
    position: relative
}

.waybillMobile .table-filter .search svg {
    position: absolute;
    height: 12px;
    width: 12px;
    left: 23px;
    top: 12px
}

.waybillMobile .table-filter .search input.form-control {
    padding-left: 25px;
    height: 35px!important
}

.waybillMobile .table-filter .filterButton button {
    background-color: #e8e8e8;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.1px;
    color: #7b7b7b;
    height: 35px;
    margin-right: 15px
}

.waybillMobile .table-filter .filterButton button svg {
    margin-right: 2px;
    width: 16px;
    height: 16px
}

@media only screen and (min-width: 300px) and (max-width:1200px) {
    .waybillMobile {
        display:block
    }

    .waybillPopup .waybillContent .table {
        max-height: 400px
    }

    .waybillPopup .waybillContent {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #fff;
        z-index: 99;
        right: 0;
        padding: 30px 40px;
        overflow-x: auto
    }

    .waybillPopup .waybillContent .waybillClose {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 40px;
        top: 30px;
        display: block;
        cursor: pointer;
        z-index: 99
    }

    .waybillPopup .waybillContent h3.title {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 19px;
        line-height: 25px;
        color: #4f5f6f
    }

    .waybillPopup .waybillContent .detail-main-waybill {
        border-bottom: 2px solid #dedede;
        padding-bottom: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 0!important;
        padding-right: 0!important;
        margin-left: 0!important;
        margin-right: 0!important
    }

    .waybillPopup .waybillContent .detail-main-waybill .col-auto {
        padding-left: 0!important;
        padding-right: 0!important;
        margin-right: 30px!important
    }

    .waybillPopup .waybillContent .detail-main-waybill strong {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        color: #495057;
        margin-right: 5px
    }

    .waybillPopup .waybillContent .detail-main-waybill span {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #495057
    }

    .waybillPopup .waybillContent .detail-main-waybill svg {
        margin-right: 5px
    }

    .waybillPopup .waybillContent .table {
        max-height: 600px;
        overflow-y: auto
    }

    .waybillPopup .waybillContent table tbody tr td {
        align-items: center;
        vertical-align: middle!important
    }

    .waybillPopup .waybillContent table tbody tr td .popupButton {
        display: flex;
        flex-direction: column
    }

    .waybillPopup .waybillContent table tbody tr td .popupButton a {
        margin-bottom: 10px
    }

    .waybillPopup .waybillContent table tbody tr td .popupButton a.disabled {
        pointer-events: none;
        cursor: default;
        opacity: .5
    }

    .waybillPopup .table-filter .search svg {
        position: absolute;
        height: 12px;
        width: 12px;
        left: 23px;
        top: 12px
    }

    .waybillPopup .table-filter .search input {
        padding-left: 25px;
        width: 100%
    }

    .waybillPopup .table-filter select {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
        width: 100%
    }

    .waybillPopup .table-filter input {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
        width: 100%
    }

    .waybillPopup .table-filter .search svg {
        position: absolute;
        height: 12px;
        width: 12px;
        left: 23px;
        top: 10px
    }

    .waybillPopup .table-filter .filterButton button {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
        display: block;
        width: 100%
    }

    .waybillPopup .table-filter .filterButton button svg {
        margin-right: 2px;
        width: 12px;
        height: 12px
    }
}

.waybillPopup table .ss {
    display: none
}

.waybillPopup table .sss {
    display: none
}

.waybillPopup table .ssss {
    display: none
}

.waybillPopup table .sssss {
    display: none
}

@media only screen and (min-width: 300px) and (max-width:912px) {
    .waybillPopup .waybillContent {
        padding:30px 10px
    }

    .waybillPopup .waybillContent .waybillClose {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 5px;
        top: 10px;
        display: block;
        cursor: pointer;
        z-index: 99
    }

    .waybillPopup table .mm {
        display: none
    }

    .waybillPopup table .ss {
        display: revert
    }

    .waybillPopup table p strong {
        display: block
    }

    .waybillPopup table td {
        max-width: 190px;
        height: auto!important;
        min-height: 130px!important
    }
}

@media only screen and (min-width: 300px) and (max-width:677px) {
    .waybillPopup table .mmm {
        display:none
    }

    .waybillPopup .waybillContent .table {
        max-height: 350px
    }

    .waybillPopup table .sss {
        display: revert
    }

    .waybillPopup table .sss p span {
        max-width: 100px;
        word-wrap: break-word;
        table-layout: fixed;
        display: block
    }
}

@media only screen and (min-width: 300px) and (max-width:623px) {
    .waybillPopup table .mmmm {
        display:none
    }

    .waybillPopup .waybillContent .table {
        max-height: 300px
    }

    .waybillPopup table .ssss {
        display: revert
    }

    .waybillPopup table .ssss p span {
        max-width: 100px;
        word-wrap: break-word;
        table-layout: fixed;
        display: block
    }
}

@media only screen and (min-width: 300px) and (max-width:521px) {
    .waybillPopup table .mmmmm {
        display:none
    }

    .waybillPopup .waybillContent .table {
        max-height: 250px
    }

    .waybillPopup table .sssss {
        display: revert
    }

    .waybillPopup table .sssss p span {
        max-width: 100px;
        word-wrap: break-word;
        table-layout: fixed;
        display: block
    }
}

@media only screen and (min-width: 300px) and (max-width:771px) {
    .waybillPopup table .max-column {
        max-width:100px;
        word-wrap: break-word;
        table-layout: fixed
    }
}

.workOrder2 {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    padding: 20px 26px!important;
    border-bottom: 1px solid #dedede;
    min-height: 130px
}

.wordOrder2:first-child {
    border-top: 1px solid #dedede
}

.workOrder2>* {
    flex: 1
}

.workOrder2 h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 12px
}

.workOrder2 .btm {
    display: table;
    width: 100%
}

.workOrder2 .statusList {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-width: 680px
}

.workOrder2 .lvchart {
    display: table;
    width: 100%
}

.workOrder2 .userTxt {
    box-sizing: border-box;
    color: #064;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    text-transform: uppercase;
    vertical-align: baseline;
    border-radius: 3px;
    padding: 2px 0 3px;
    margin-top: 10px
}

.workOrder2 .statusList li {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.workOrder2 .statusList li svg {
    font-size: 20px;
    color: #cfcfcf
}

.workOrder2 .statusList li i.success {
    color: #03a84e
}

.workOrder2 .statusList li .bar {
    width: 100%;
    height: 8px;
    background: #cfcfcf;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px
}

.workOrder2 .statusList li .fa-truck-loading .packed {
    color: #45bc30
}

.workOrder2 .statusList li .bar .val {
    background: #fb9a22;
    height: 100%;
    display: block;
    box-shadow: 0 0 10px #fb9a22
}

.workOrder2 .statusList li.picking i {
    color: #fb9a22
}

.workOrder2 .statusList li.picked i {
    color: #fb9a22
}

.workOrder2 .statusList li.extracting .bar .val {
    background: #fff100
}

.workOrder2 td .statusList li.extracted .bar .val {
    background: #fff100
}

.workOrder2 .statusList li.extracting i {
    color: #b1a800
}

.workOrder2 .statusList li.extracted i {
    color: #b1a800
}

.workOrder2 .statusList li.packed .bar .val {
    background: #03a84e
}

.workOrder2 .statusList li.packed i {
    color: #02a84e
}

.workOrder2 .statusList li .status {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    color: #495057;
    width: 110px
}

.workOrder2 .statusList li:last-child:after {
    display: none
}

.workOrder2 .icon {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    color: #7a869a;
    position: relative;
    width: 100px;
    height: 100px
}

.workOrder2 .icon .command {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 0;
    flex-basis: 200px
}

.workOrder2 .icon mark {
    position: absolute;
    bottom: -15px;
    font-size: 11px;
    background: 0 0;
    white-space: nowrap
}

.workOrder2 .chngstat {
    position: absolute;
    bottom: -25px;
    font-size: 11px;
    background: 0 0;
    white-space: nowrap
}

.workOrder2 .chngstat select {
    font-size: 11px;
    padding: 0
}

.workOrder2 .command .btn.assign {
    background: #00cb30;
    color: #fff;
    box-shadow: 0 0 10px #0fc107 inset;
    border-color: transparent
}

.workOrder2 .command .btn {
    margin-bottom: 5px;
    width: 175px;
    height: 35px;
    font-size: 13px;
    text-align: center;
    position: relative;
    background: 0 0;
    color: #000;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    overflow: hidden
}

.workOrder2 .command .btn.transfer {
    background: #cfcfcf;
    color: #484848;
    border: none;
    font-weight: 600
}

.workOrder2 .command .btn.del {
    opacity: .5
}

.workOrder2 .command .btn span {
    display: inline-block
}

.workOrder2 .device {
    font-style: italic;
    font-size: 12px;
    color: #b8b8b8;
    margin-right: 10px
}

.workOrder2 .date {
    margin-right: 10px;
    color: #b8b8b8;
    float: left;
    position: relative;
    top: 0
}

.workOrder2 .orderCount {
    font-size: 16px;
    color: #03a84e;
    margin-left: 10px
}

.workOrder2 .id {
    color: #a8a8a8;
    font-weight: 100;
    padding-right: px;
    margin-right: 6px
}

.workOrder2 .left.extracted {
    background-color: #fb9922
}

.workOrder2 .left.picked {
    background-color: #fb9922
}

.workOrder2 .left.picked.packing.packed {
    background-color: #fb9922
}

.workOrder2 .left.picked.packed {
    background-color: #03a84e8a
}

.workOrder2 .left.picked.extracted.packed {
    background-color: #03a84e8a
}

.workOrder2 .left.picked.extracted.packing.packed {
    background-color: #fff100
}

.wordOrder .info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex: 1;
    text-align: auto;
    align-items: center
}

.workOrder2 .info p strong {
    display: block;
    font-size: 12px
}

.workOrder2 .info p span {
    display: block;
    font-size: 11px
}

.workOrder2 .buttons a.billDetail {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #0153cc;
    display: block;
    text-align: center
}

.workOrder2 .buttons .customButton {
    width: 100%;
    min-height: 25px;
    height: auto;
    border: 1px solid #0153cc;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0153cc;
    margin: 10px 0
}

.workOrder2 .buttons .customButton:last-child {
    margin-bottom: 0
}

.workOrder2 .buttons .customButton {
    font-size: 12px
}

.workOrder2 .buttons .print {
    display: block;
    text-align: center;
    margin-top: 10px
}

.workOrder2 .buttons div {
    display: flex;
    flex-direction: column
}

.workOrder2 .statusRow h2 .statusWithSmall {
    display: none
}

@media only screen and (max-width: 648px) {
    .waybillMobile .table-filter .search svg {
        position:absolute;
        height: 12px;
        width: 12px;
        left: 23px;
        top: 12px
    }

    .waybillMobile .table-filter .search input {
        padding-left: 25px;
        width: 100%
    }

    .waybillMobile .table-filter select {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
        width: 100%
    }

    .waybillMobile .table-filter input {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
        width: 100%
    }

    .waybillMobile .table-filter .search svg {
        position: absolute;
        height: 12px;
        width: 12px;
        left: 23px;
        top: 10px
    }

    .waybillMobile .table-filter .filterButton button {
        height: 30px;
        font-size: 12px;
        line-height: 20px;
        width: 100%
    }

    .waybillMobile .table-filter .filterButton button svg {
        margin-right: 2px;
        width: 12px;
        height: 12px
    }
}

@media only screen and (max-width: 648px) and (min-width:573px) {
    .workOrder2 .table-filter .search input.form-control {
        padding-left:25px;
        height: 35px!important
    }

    .workOrder2 .buttons {
        margin-top: 20px
    }

    .workOrder2 .buttons a.billDetail {
        display: flex;
        width: 65%;
        padding: 0 10px;
        margin-right: 1%;
        font-size: 13px
    }

    .workOrder2 .buttons .print {
        display: block;
        width: 10%;
        padding: 0 10px;
        margin-right: 1%;
        margin-top: 0
    }

    .workOrder2 .buttons .customButton {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        margin-right: 1%;
        line-height: 30px
    }

    .workOrder2 .buttons div {
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center
    }

    .workOrder2 .statusList li .status {
        width: auto
    }
}

@media only screen and (max-width: 573px) and (min-width:398px) {
    .workOrder2 .buttons {
        margin-top:10px
    }

    .workOrder2 .info {
        margin-top: 10px
    }

    .workOrder2 .buttons a.billDetail {
        font-size: 12px
    }

    .workOrder2 .buttons .customButton {
        font-size: 12px
    }

    .workOrder2 .statusList li .status {
        width: auto
    }
}

@media only screen and (max-width: 397px) {
    .workOrder2 .statusRow {
        margin-top:15px
    }

    .workOrder2 .statusList li .status {
        width: auto
    }
}

@media only screen and (max-width: 320px) {
    .workOrder2 .info,.workOrder .buttons {
        margin-top:20px;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        flex: 1
    }

    .workOrder2 .icon {
        display: none
    }

    .workOrder2 .statusList li .status {
        width: auto
    }

    .workOrder2 .statusRow h2 .statusWithSmall {
        display: block;
        font-weight: 400;
        margin-top: 10px;
        text-align: center
    }
}

.workOrder {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    webkit-box-shadow: 8px 8px 13px -10px #7b7b7b;
    -moz-box-shadow: 8px 8px 13px -10px #7b7b7b;
    padding: 20px 26px!important;
    border-radius: 4px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc80
}

.irsaliye.gelen .left {
    background: #9ade70;
    color: #fff
}

.irsaliye.giden .left {
    background: #a9a9a9;
    color: #fff
}

.workOrder>* {
    flex: 1
}

.workOrder .left i {
    font-size: 40px
}

.workOrder h2 {
    font-size: 17px;
    color: #000;
    margin-bottom: 0
}

.workOrder .btm {
    display: table;
    width: 100%
}

.workOrder .statusList {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-left: 0;
    width: 100%;
    max-width: 680px
}

.workOrder .lvchart {
    display: table;
    width: 100%;
    margin-top: 10px
}

.workOrder .userTxt {
    box-sizing: border-box;
    color: #064;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    text-transform: uppercase;
    vertical-align: baseline;
    border-radius: 3px;
    padding: 2px 0 3px;
    margin-top: 10px
}

.workOrder .userTxt small {
    font-size: 12px
}

.workOrder .statusList li {
    float: left;
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center
}

.workOrder .statusList li i {
    font-size: 20px;
    color: #cfcfcf
}

.workOrder .statusList li i.success {
    color: #03a84e
}

.workOrder .statusList li .bar {
    width: 100%;
    height: 10px;
    background: #cfcfcf;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px
}

.workOrder .statusList li .fa-truck-loading .packed {
    color: #45bc30
}

.workOrder .statusList li .bar .val {
    background: #fb9a22;
    height: 100%;
    display: block;
    box-shadow: 0 0 10px #fb9a22
}

.workOrder .statusList li.picking i {
    color: #fb9a22
}

.workOrder .statusList li.picked i {
    color: #fb9a22
}

.workOrder .statusList li.extracting .bar .val {
    background: #fff100
}

.workOrder .statusList li.extracted .bar .val {
    background: #fff100
}

.workOrder .statusList li.extracting i {
    color: #b1a800
}

.workOrder .statusList li.extracted i {
    color: #b1a800
}

.workOrder .statusList li.packed .bar .val {
    background: #03a84e
}

.workOrder .statusList li.packed i {
    color: #02a84e
}

.workOrder .statusList li:last-child:after {
    display: none
}

.workOrder .left {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 0;
    flex-basis: 83px;
    text-align: center;
    border-radius: 100%;
    background: #eae6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 45px;
    color: #7a869a;
    position: relative;
    margin-bottom: 20px
}

.workOrder .command {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 0;
    flex-basis: 200px
}

.workOrder .left mark {
    position: absolute;
    bottom: -25px;
    font-size: 11px;
    background: 0 0;
    white-space: nowrap
}

.workOrder .chngstat {
    position: absolute;
    bottom: -25px;
    font-size: 11px;
    background: 0 0;
    white-space: nowrap
}

.workOrder .chngstat select {
    font-size: 11px;
    padding: 0
}

.workOrder .command .btn.assign {
    background: #00cb30;
    color: #fff;
    box-shadow: 0 0 10px #0fc107 inset;
    border-color: transparent
}

.workOrder .command .btn {
    margin-bottom: 5px;
    width: 175px;
    height: 35px;
    font-size: 13px;
    text-align: center;
    position: relative;
    background: 0 0;
    color: #000;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    overflow: hidden
}

.workOrder .command .btn.transfer {
    background: #cfcfcf;
    color: #484848;
    border: none;
    font-weight: 600
}

.workOrder .command .btn.del {
    opacity: .5
}

.workOrder .command .btn span {
    display: inline-block
}

.workOrder .device {
    font-style: italic;
    font-size: 12px;
    color: #b8b8b8;
    margin-right: 10px
}

.workOrder .date {
    margin-right: 10px;
    color: #b8b8b8;
    float: left;
    position: relative;
    top: 0
}

.workOrder .orderCount {
    font-size: 16px;
    color: #03a84e;
    margin-left: 10px
}

.workOrder .id {
    color: #a8a8a8;
    font-weight: 100;
    padding-right: px;
    margin-right: 6px
}

.workOrder .left.extracted {
    background-color: #fb9922
}

.workOrder .left.picked {
    background-color: #fb9922
}

.workOrder .left.picked.packing.packed {
    background-color: #fb9922
}

.workOrder .left.picked.packed {
    background-color: #03a84e8a
}

.workOrder .left.picked.extracted.packed {
    background-color: #03a84e8a
}

.workOrder .left.picked.extracted.packing.packed {
    background-color: #fff100
}

@media only screen and (max-width: 780px) {
    .workOrder {
        display:table;
        margin: 0;
        width: 100%!important;
        margin-bottom: 10px;
        padding: 0!important
    }

    .workOrder .left {
        float: left;
        width: 80px;
        margin-bottom: 40px;
        margin: 0
    }

    .workOrder .right {
        float: right;
        width: 60%
    }

    .workOrder .command {
        float: left;
        width: 100%;
        display: table;
        width: 100%;
        padding-bottom: 0
    }

    .workOrder .command .btn {
        width: 100%
    }

    .workOrder .statusList li .bar {
        display: none
    }

    .workOrder .statusList li {
        width: auto;
        margin-right: 15px
    }

    .workOrder .statusList li .fa-truck-loading,.workOrder .statusList li .fa-truck {
        margin-left: 15px
    }

    .workOrder h2 {
        font-size: 14px
    }

    .workOrder .orderCount {
        display: block;
        margin-left: 0;
        font-size: 14px;
        margin-top: 10px
    }

    #order-filter-block .col-auto {
        width: 100%
    }

    .hidden-xs {
        display: none!important
    }
}

@media only screen and (min-width: 960px) {
    .basic-picking {
        display:none
    }

    .basic-packing {
        display: block
    }
}

@media only screen and (max-width: 960px) {
    .basic-picking {
        display:block
    }

    .basic-packing {
        display: none
    }

    .mbt-cmp-text label {
        margin-right: 10px;
        text-align: left
    }

    .mbt-cmp-text {
        white-space: normal!important
    }

    .ppNumber {
        display: none
    }
}

.statusList li .bar .valSuccess {
    background: #02cb2f;
    height: 100%;
    display: block;
    box-shadow: 0 0 10px #02cb2f
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.app .content {
    transition: none!important
}

.pFilterValues .filter-search {
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.pFilterValues {
    position: relative;
    padding-top: 50px
}

.one-row .catalogIcons i {
    font-size: 20px
}

#listing-app tr.locked_price .listPrice {
    position: relative
}

#listing-app tr.locked_price .locked_price_amount {
    position: absolute;
    margin: auto;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#listing-app tr.locked_price .btn {
    position: absolute;
    bottom: 0
}

#listing-app tr.locked_price .circle-before {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#listing-app tr.locked_price .locked_price_amount .old {
    color: green
}

#listing-app tr.locked_price .locked_price_amount .new {
    color: #0082b5
}

.mp-so-search-container {
    background-color: #fff;
    height: 100px;
    display: flex;
    width: 100%
}

.mp-so-box {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mp-so-search-content {
    width: 100%
}

.mp-so-search-content .input-group {
    margin-bottom: 0
}

.mp-so-search-content .input-group-prepend {
    padding: 0 20px
}

.mp-so-search-content .btn-mp-darker {
    background: #000;
    color: #fff;
    margin: 0
}

.mp-so-search-content .form-control,.mp-so-search-content .form-control:hover,.mp-so-search-content .form-control:focus {
    border: none!important;
    outline: none!important;
    box-shadow: none
}

#trendyolPreview .preview-img {
    max-width: 100%
}

.preview-img-container {
    max-width: 1000px;
    text-align: center;
    margin: auto
}

.preview-container {
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 0 22px #00000036;
    position: relative
}

.preview-container .preview-area .sub-images img {
    display: table;
    margin: auto;
    max-width: 20%
}

.preview-values {
    position: absolute
}

.preview-area {
    padding: 15px;
    display: table;
    width: 100%
}

.preview-area .preview-left {
    float: left;
    width: 50%
}

.preview-area .preview-right {
    float: right;
    width: 50%
}

.preview-area .preview-right table {
    width: 100%
}

.preview-area .preview-right tr span {
    display: block;
    margin-bottom: 10px
}

.preview-area .preview-left .main-img {
    text-align: center;
    border-bottom: 1px solid #ccc
}

.preview-area .preview-left .main-img img {
    max-height: 600px
}

.preview-area .preview-left .sub-images {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto
}

.add-discount {
    cursor: pointer
}

.remove-discount {
    cursor: pointer;
    display: none
}

.close-discount {
    cursor: pointer
}

.line-items .line-item .line-item-thumb {
}

.line-items .line-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center
}

.remove-discount input {
    max-width: 100px
}

span.close-discount {
    margin-left: 5px
}

.line-item-quantity input.form-control {
    width: 100px
}

.line-item-info {
    max-width: 350px
}

.threedt-toggle:after {
    display: none
}

.threedt-toggle+div .dropdown-item {
    font-size: 13px;
    padding: 10px 20px
}

.threedt-toggle+div .dropdown-item:hover {
    color: #000!important
}

.zenk-supp a {
    color: #fff!important
}

.mp-languages li {
    float: left;
    padding: 10px;
    list-style: none;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none
}

.mp-languages ul {
    padding: 0 10px;
    margin: 0
}

.mp-languages select {
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 20px;
    outline: none;
    border: 1px solid #ccc
}

.mp-languages {
    position: relative
}

.sellables_list .js-product-info-sku-row {
    background: #e3e3e3;
    border-radius: 6px;
    padding: 3px 10px;
    margin-top: 5px
}

.pixa-app-switch {
    width: 36px;
    height: 33px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    color: #aaa;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
    font-weight: 500
}

.pixa-app-switch:hover i {
}

.pixa-app-switch:hover {
    border-color: transparent;
    background: #031b4d;
    color: #fff
}

.switch-dropdown {
    position: absolute;
    top: 32px;
    right: -1px;
    background: #fff;
    color: #000;
    width: 300px;
    height: 200px;
    box-shadow: 0 0 10px #0000003d;
    display: none;
    border-radius: 0;
    border-bottom-left-radius: 25px;
    overflow: hidden;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px
}

.switch-dropdown table {
    width: 100%;
    height: 200px
}

.pixa-app-switch:hover .switch-dropdown {
    display: block
}

.switch-dropdown table tr td {
    background: #031b4d;
    user-select: none;
    border-left: 1px solid #020f2b;
    position: relative;
    color: rgb(45 215 210)
}

.switch-dropdown table tr td:last-child {
    background: #181b20
}

.switch-dropdown table tr td:hover {
    opacity: .9
}

.switch-dropdown table tr td i {
    font-size: 40px;
    margin-bottom: 23px
}

.switch-dropdown table tr td * {
    transition: all 200ms
}

.switch-dropdown table tr td:after {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    content: "\f101";
    height: 0;
    overflow: hidden;
    display: block;
    transition: all 200ms
}

.switch-dropdown table tr td:hover:after {
    height: 20px
}

.switch-dropdown table tr td a,.switch-dropdown table tr td a:hover {
    color: rgb(45 215 210)
}

html[data-app=wms] .sidebar {
    background-color: #181b20
}

html[data-app=wms] #sidebar-menu a:hover {
    color: #fff;
    background-color: #43484d
}

html[data-app=wms] #order-filter-block li.item {
    background-color: #181b20
}

html[data-app=wms] .btn.btn-primary {
    background-color: #181b20;
    border-color: #181b20
}

html[data-app=wms] .popupChild {
    background-color: #181b20
}

#page-body {
    min-height: calc(80vh)
}

.onboarding-page .ob-head {
    background: #fff;
    text-align: left;
    margin: 0;
    height: 160px
}

.onboarding-page .ob-head .ob-head-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.onboarding-page {
    padding: 0;
    color: #1b2126
}

.onboarding-page .ob-head h1 {
    margin: 0;
    font-size: 28px;
    color: #1b2126;
    font-weight: 400;
    margin-bottom: 12px
}

.onboarding-page .ob-head p {
    color: #37424d;
    font-size: 14px;
    font-weight: 100;
    max-width: 70%
}

.ob-body {
    background: #fafafb
}

[data-page=onboarding] .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    background: #fafafb
}

.onboarding-page .ob-body-inner,.onboarding-page .ob-head-inner {
    max-width: 1200px;
    margin: auto
}

.onboarding-page .ob-body-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    padding-top: 64px
}

.onboarding-page .ob-body-left {
    width: 100%;
    max-width: 812px;
    margin-bottom: 25px;
    margin-right: 48px
}

.onboarding-page .ob-body-right {
    width: 100%;
    max-width: 340px;
    position: -webkit-sticky;
    position: sticky;
    top: calc(60px + 64px)
}

.onboarding-page .ob-body-inner h2 {
    color: #637381;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px
}

.ob-chat {
    position: relative;
    padding: 24px;
    border-radius: 4px;
    font-family: Sofia-pro,open sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #1b2126;
    background-color: #e4f0f9;
    box-shadow: rgb(27 33 38/20%) 0 4px 6px;
    overflow: hidden;
    margin-bottom: 30px
}

.ob-chat label {
    margin: 0 0 36px;
    color: #1b2126;
    font-weight: 600;
    margin-bottom: 16px
}

.ob-chat p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #637381;
    margin: 0 0 16px
}

.btn {
    border-radius: 4px
}

.ob-chat button {
    font-size: 14px
}

.ob-body-title {
    display: table;
    width: 100%;
    margin-bottom: 24px;
    padding: 14px 0 12px;
    border-bottom: 1px solid #dfe3e8
}

.ob-body-title-left h3 {
    font-size: 20px;
    font-weight: 400
}

.ob-body-title-left p {
    color: #37424d;
    font-size: 14px;
    max-width: 388px;
    font-weight: 200
}

.ob-body-title-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table
}

.ob-body-title-right ul li {
    float: left;
    margin-left: 45px
}

.ob-body-title-right ul li * {
    display: block
}

.ob-body-title-right ul li label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #637381;
    text-transform: uppercase;
    margin: 0
}

.ob-body-title-left {
    float: left
}

.ob-body-title-right {
    float: right;
    margin-top: -20px
}

.ob-body-title-right ul li span {
    margin: 8px 0 0;
    font-size: 14px
}

.ob-step-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfe3e8;
    padding: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    cursor: default;
    user-select: none
}

.ob-step {
    box-shadow: rgb(55 66 77/15%) 0 1px 3px;
    border-radius: 4px;
    margin-bottom: 10px;
    user-select: none
}

.ob-step-num {
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #cdd1d5;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #cdd1d5
}

.ob-step-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #37424d;
    margin: 0 0 0 16px
}

.ob-step-desc {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #37424d;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none
}

.ob-step.active .ob-step-desc {
    display: block;
    color: #37424d
}

.ob-step-head svg.hYIiim {
    position: absolute;
    right: 24px;
    top: 24px;
    transition: all 200ms
}

.ob-step.active .ob-step-head svg {
    transform: rotate(-180deg)
}

.ob-step.completed .ob-step-num {
    background-color: #00bd9a;
    border-color: #00bd9a
}

.ob-step.completed .ob-step-num svg {
    margin-top: 7px
}

.ob-body-right ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.ob-body-right ul * {
    display: block
}

.ob-body-right ul svg {
    float: left;
    margin-right: 10px
}

.ob-body-right ul li {
    margin-bottom: 10px
}

.ob-step.active .ob-step-desc ul li {
    margin-bottom: 20px
}

.ob-step.active .ob-step-desc .btn {
    font-size: 14px;
    cursor: pointer
}

.ob-step-desc .product-column .label {
    font-weight: 400
}

.ob-step-desc .product-column .count {
    font-weight: 600
}

.alertPayMessage div:last-child {
    display: none
}

.block-screen .loader3 {
    animation: loader3 2s linear 0s 1 alternate
}

@keyframes loader3 {
    from {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

::-webkit-scrollbar {
    width: 10px;
    background: #fff
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-thumb {
    background: #d1d1d1
}

::selection {
    background: #1c2547;
    color: #fff
}

@media only screen and (max-width: 780px) {
    .onboarding-page .ob-head-inner {
        padding:20px 25px
    }

    [data-page=onboarding] .content {
        padding-top: 60px
    }

    .onboarding-page .ob-head h1 {
        font-size: 21px
    }

    .onboarding-page .ob-head p {
        font-size: 12px;
        max-width: 100%
    }

    .onboarding-page .ob-body-inner {
        flex-direction: column;
        padding: 20px 25px
    }
}

.setup-logo {
    width: 150px;
    height: 87px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    float: left
}

.setup-logo img {
    max-width: 90%;
    max-height: 70%;
    padding: 0
}

.setup-header {
    display: table;
    width: 100%
}

.setup-name {
    margin-left: 19px;
    float: left;
    margin-top: 20px
}

.setup-name h1 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 12px;
    font-weight: 500
}

.frame-barcode-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999
}

.frame-barcode-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

.orderDropDown .dropdown-item {
    cursor: pointer
}

.checkbox-th1 .v-messages {
    display: none
}

.checkbox-th1 .v-input__slot {
    margin: 0
}

.checkbox-th1 {
    margin: 0
}

.checkbox-th1 .v-input__slot .v-label {
    margin: 0;
    margin-left: 5px
}

.pull-right {
    float: right
}

.theme--light.v-pagination .v-pagination__item--active {
    background: #0052cc!important;
    border: 1px solid #0052cc!important
}

.user-resource-list ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.user-resource-list ul li {
    margin-right: 10px;
    cursor: pointer;
}
.user-resource-list ul li:hover img{
    opacity: 0.5;
}
.user-resource-list ul li img {
    max-width: 40px;
    max-height: 30px
}

#admin_users .v-chip {
    font-size: 12px
}

.mailActivation_false,.mailActivation_true {
    font-size: 12px;
    background: #f2f2f2;
    padding: 3px 11px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px
}

.mailActivation_true {
    background: #91de91;
    color: #000
}

.user-date {
    color: dimgray
}

.user-date i,.licence-date i {
    color: #b4b4b4;
    margin-right: 2px
}

.licence-date.trial-end-date {
    color: #d50000
}

#admin_users>.v-data-table__wrapper {
    min-height: 450px
}

@media only screen and (min-width: 780px) and (max-width:1500px) {
    .ob-body-inner,.ob-head-inner {
        padding-left:40px!important;
        padding-right: 40px!important
    }
}

.pipe-content {
    padding: 0 40px;
    padding-top: 40px;
    display: table;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 100px
}

#userDialogCard {
    background: #f6f7f8
}

.pipe-content-left {
    float: left;
    width: 30%
}

.pipe-content-right {
    float: right;
    width: 67%
}

.pipe-content-box {
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 10px #0000002b;
    padding: 0;
    margin-bottom: 20px
}

.pipe-content-box>label {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 25px;
    font-weight: 700
}

.pipe-table {
    padding: 10px 25px
}

.pipe-table table {
    width: 100%
}

#userTags {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 10px 25px
}

#userTags li span {
    background: #f2f2f2;
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block
}

#userNotes {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

#userNotes li {
    margin-bottom: 10px;
    position: relative
}

#userNotes li textarea {
    background: bisque
}

#userNotes li i {
    position: absolute;
    right: 8px;
    top: 14px;
    font-size: 14px;
    color: dimgray;
    cursor: pointer
}

#userNotes li i:hover {
    color: #000
}

.pipe-table .v-radio .v-label {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px
}

td.user-info,td.user-email {
    min-width: 200px
}

.pipe-checkboxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    padding: 10px 25px;
    align-items: center
}

.pipe-checkboxes ul li .v-label {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 10px
}

.pipe-select {
    padding: 10px 25px;
    margin-bottom: 30px
}

.training-area {
    position: fixed;
    z-index: 101;
    background: #fff;
    left: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    top: 50%;
    box-shadow: 0 0 18px rgb(0 0 0/25%);
    min-height: 100px!important;
    padding: 22px 24px;
    width: auto;
    max-width: 655px;
    padding: 22px 54px 82px;
    padding-bottom: 20px;
    border-radius: 10px
}

.training-area-overlay {
    background: #00000066;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.training-slide-title {
    color: #2d2e2e;
    font-weight: 400;
    font-size: 24px;
    margin-top: .5em;
    text-align: center;
    -webkit-font-smoothing: antialiased
}

.training-image-area+.training-slide-title {
    margin-bottom: 15px;
    font-weight: 600
}

.training-slide-image {
    max-height: 446px;
    max-width: 446px;
    margin: auto;
    display: table;
    max-width: 100%
}

.training-slide-description {
    font-size: 14px;
    color: #000;
    max-width: 446px;
    margin: auto;
    text-align: center
}

.training-slide-title+.training-slide-description {
    margin-bottom: 15px
}

.btn.btn-primary.training-get-started {
    margin: auto;
    display: table;
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px
}

.training-image-area {
    margin: 24px 48px;
    box-sizing: border-box;
    overflow: hidden
}

a.introjs-skipbutton {
    width: 15px;
    height: 19px;
    top: 5px;
    right: -5px
}

.training-close {
    position: absolute;
    right: 21px;
    top: 14px;
    font-size: 20px;
    color: #515151;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 5px 13px;
    cursor: pointer
}

.training-close:hover {
    background: #f2f2f2
}

#trialBar {
    background: #0078c8;
    color: #000;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    top: inherit;
    width: 100%;
    z-index: 9999999;
    text-align: center;
    display: block;
    background: #bfddf1
}

#trialBar .upgrade {
    background: #00823c;
    padding: 8px 12px;
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer
}

#trialBar .upgrade:hover {
    background: #00a94e
}

[data-page=checkout] #trialBar {
    display: none
}

body.is-trial .app article.content {
    padding-bottom: 100px
}

[data-page=checkout] .content {
    background: #f2f3f4
}

#checkout-body {
    color: #000
}

#checkout-stepper ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

#checkout-stepper ul li {
    margin: 0;
    position: relative;
    cursor: pointer;
    user-select: none
}

#checkout-stepper ul li strong {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #80858f;
    color: #fff;
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    font-weight: 200;
    margin-right: 10px
}

#checkout-stepper ul li.active strong {
    background: #0078c8
}

.checkout-step-line:before {
    content: '';
    display: block;
    height: 1px;
    width: 60px;
    background: #d0d0d0
}

#checkout-stepper ul li.checkout-step-line {
    margin: 0 15px
}

#checkout-body-inner {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: auto
}

#checkout-body-left {
    float: left;
    width: 70%
}

#checkout-body-right {
    float: right;
    width: 30%
}

.checkout-heading-large {
    font-size: 17px;
    color: #000;
    margin: 17px 0
}

#checkout-body-head {
    margin-bottom: 48px;
    margin-top: 30px
}

.checkout-summary {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgb(0 10 30/20%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.checkout-summary-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.checkout-summary-row .checkout-summary-label {
    flex: 1;
    font-weight: 700;
    font-size: 15px
}

.checkout-summary-row .checkout-summart-amount {
    color: rgba(0,10,30,.75);
    font-size: 15px
}

.xui-textcolor-positive .checkout-summary-label,.xui-textcolor-positive .checkout-summart-amount {
    color: #00823c;
    font-weight: 400
}

.checkout-summary-products {
    border-bottom: 1px solid #ccced2;
    padding-bottom: 20px
}

.checkout-summary-subtotal {
    padding: 20px 0;
    border-bottom: 1px solid #ccced2
}

.checkout-summary-subtotal .checkout-summary-label {
    font-weight: 400
}

.checkout-summary-total {
    padding: 20px 0
}

.checkout-summary-total .checkout-summart-amount {
    font-weight: 700
}

.discountCodeInput {
    background-color: #fff;
    border: 1px solid #a6a9b0;
    font-size: 15px;
    width: 100%;
    min-height: 40px;
    line-height: 24px;
    position: relative
}

.discountCodeInput input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 3px;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding-top: 9px;
    padding-bottom: 7px;
    border: none;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 40px;
    overflow: hidden;
    width: 70%;
    padding-left: 16px
}

.discountCodeInput button {
    min-height: 38px;
    min-width: 38px;
    margin-left: 8px;
    padding: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    background: 0 0;
    border-radius: 3px;
    color: #0078c8;
    font-weight: 700;
    line-height: 1rem;
    min-height: 40px;
    padding: 11px 16px;
    position: relative;
    transition-duration: .1s;
    transition-property: color,background;
    transition-timing-function: ease;
    padding: 5px 12px;
    float: right;
    border: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.checkout-buttons {
    text-align: center
}

.checkout-buttons button {
    background-color: #0078c8;
    border: 1px solid #0078c8;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition-duration: .1s;
    transition-property: color,background,box-shadow;
    transition-timing-function: ease;
    display: block;
    width: 100%;
    line-height: 1rem;
    min-height: 40px;
    padding: 11px 16px;
    min-width: 40px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400
}

.checkout-plan-select {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative
}

.checkout-one-plan {
    width: 25%;
    margin-left: unset;
    flex: 0 0 auto;
    min-width: 219px;
    background-color: #fff;
    position: relative;
    border: 1px solid #a6a9b0;
    margin-right: 10px;
    cursor: pointer
}

.checkout-one-plan.selected {
    border-color: #2baaed;
    box-shadow: inset 0 0 0 1px #2baaed;
    z-index: 1
}

.checkout-one-plan-header {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 134px;
    width: 100%;
    padding-left: 55px;
    border-bottom: 1px solid #a6a9b0
}

.checkout-plan-check {
    position: absolute;
    left: 15px;
    top: 28px
}

.checkout-plan-check:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #949494;
    border-radius: 50%
}

.checkout-one-plan.selected .checkout-plan-check:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #0078c8;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px
}

.checkout-plan-context h3 {
    font-size: 21px;
    color: #000;
    margin-bottom: 4px
}

.checkout-plan-context p {
    font-size: 13px;
    margin-bottom: 4px
}

.checkout-plan-context .dis {
    background-color: #a6d3bb;
    box-shadow: inset 0 0 0 1px #80c19e;
    color: #002e15;
    font-size: 11px;
    padding: 0 4px;
    border-radius: 3px
}

.checkout-one-plan-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checkout-one-plan-list {
    padding: 16px
}

.checkout-one-plan-list li {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    position: relative
}

.checkout-one-plan-list li:before {
    content: '\f00c';
    font-family: 'font awesome 5 pro';
    color: #00823c;
    position: absolute;
    left: 0
}

.plancard__popular {
    background: #0078c8;
    height: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: -25px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #0078c8;
    box-sizing: content-box;
    left: -1px;
    display: flex;
    align-items: center;
    justify-content: center
}

#checkout-stepper ul li {
    position: relative
}

#checkout-stepper ul li:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 65px;
    background: #ccc;
    position: relative;
    top: -5px;
    margin: 0 18px
}

#checkout-stepper ul li:last-child:after {
    display: none
}

.admin-button-block .btn {
    font-size: 14px
}

.marketV2 .resources .integration-box {
    color: #112857;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #e7e7e7;
    padding: 20px;
    width: 24%;
    padding-bottom: 50px;
    cursor: default
}

.marketV2 .resources .integration-box:hover {
    box-shadow: none
}

.marketV2 .integration-boxes-container .integration-img-wrapper {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 20px;
    padding: 0
}

.marketV2 .integration-boxes-container .integration-txt-wrapper {
    width: 100%;
    height: 100%;
    padding: 0
}

.marketV2 .integration-boxes-container .integration-txt-wrapper h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 8px;
    color: #000
}

.marketV2 .integration-boxes-container .integration-box .integration-img-wrapper img {
    opacity: 1
}

.marketV2 .integration-boxes-container .integration-box:hover .integration-img-wrapper img {
    transform: none!important
}

.marketV2 .integration-boxes-container h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-style: normal;
    font-weight: 500!important;
    font-family: poppins,sans-serif!important
}

.marketV2 .resources .integration-box .integration-btn-wrapper {
    position: absolute;
    left: 90px;
    bottom: 10px;
    white-space: nowrap
}

.marketV2 .resources .integration-box .integration-btn-wrapper .btn {
    border-radius: 4px;
    height: 36px;
    color: #0052cc;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 500;
    font-family: inherit;
    display: inline-block;
    padding: 0 16px;
    background-color: #0000;
    overflow: hidden;
    text-overflow: ellipsis
}

.marketV2 .resources .integration-box .integration-btn-wrapper .btn:hover {
    background-color: #d2eaff;
    border-color: #a5d5ff
}

.marketV2#render {
    background: #f4faff
}

.marketV2 .resources .integration-box .integration-btn-wrapper .btn-disconnet {
    color: #b50000;
    border-color: #b50000;
    margin-left: 10px
}

.select-product-category {
    display: block;
    font-size: 11px;
    z-index: 3;
    margin: 0 0 3px;
    padding: 4px 13px
}

.mapped-category-info {
    display: block;
    position: absolute;
    left: 17px;
    right: 0;
    width: 120%;
    bottom: -20px
}

.mapped-category-info:hover {
    cursor: pointer
}

.w300 {
    font-weight: 300
}

.fs12 {
    font-size: 12px
}

.search-product-category {
    width: 370px
}

.search-product-category .form-group.col-md-4 {
    width: 398px;
    max-width: 69%;
    padding: 0
}

.conversation {
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 16px!important;
    position: relative
}

.conversation-customer {
    border-top-left-radius: 0;
    background: #c0d5ff
}

.conversation-mercant {
    background: #d9d9d9;
    margin-left: auto;
    border-top-right-radius: 0
}

.conversation-date {
    position: absolute;
    bottom: -14px;
    font-size: 8px;
    right: 5px
}

.limited-paddingx {
    padding: 10px 8px
}

.chat-input {
    width: 100%;
    position: relative
}

.chat-input input {
    width: 100%;
    padding-right: 75px;
    padding-left: 5px;
    height: 42px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #c9c9c9
}

.chat-input button {
    height: 42px;
    box-shadow: -2px 0 2px #0000001a;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 0;
    top: 0;
    position: absolute
}

.conversationsModal .rejectButton {
    border: none;
    background: 0 0;
    position: absolute;
    right: 10px;
    background-color: #ff6464;
    border-radius: 6px;
    color: #fff;
    padding: 1px 7px;
    z-index: 3;
    font-size: 10px;
    top: 5px
}

.conversationsModal .rejectButton:hover {
    cursor: pointer
}

@media only screen and (min-width: 780px) and (max-width:1580px) {
    .marketV2 .resources .integration-box {
        width: 32.3%;
    }
}

@media only screen and (max-width: 1000px) {
    .marketV2 .resources .integration-box {
        width:99%;
        max-width: none
    }

    .integration-table-header .resources {
        width: 100%
    }
}

td.user-infos {
    position: relative;
    overflow: visible!important
}

.user-line-icon:hover .user-tech-info {
    display: block;
    opacity: .9
}

.user-tech-info {
    position: absolute;
    bottom: 21px;
    right: 29px;
    width: 250px;
    height: 301px;
    z-index: 999;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #0000003b;
    max-width: none!important
}

#admin_users tr {
    overflow: visible
}

.user-line-icons {
    position: relative;
    display: flex;
    margin: 10px 0
}

.user-line-icon {
    width: 20px;
    height: 20px;
    background: #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    cursor: pointer
}

.user-line-icon:hover {
    background: wheat
}

.user-tech-info tbody {
    width: 100%
}

.user-tech-info tbody tr td {
    font-size: 13px!important
}

#admin_users table tr:first-child .user-tech-info,#admin_users table tr:nth-child(1) .user-tech-info,#admin_users table tr:nth-child(2) .user-tech-info,#admin_users table tr:nth-child(3) .user-tech-info,#admin_users table tr:nth-child(4) .user-tech-info {
    bottom: 0;
    top: 18px
}

.packageDivideModal input {
    width: 100%;
    height: 32px;
    margin-left: auto
}

.packageDivideModal .order-line-face {
    width: 60px;
    object-fit: contain
}

.border-danger {
    border-color: #d51111
}

.packageDivideModal .modal-dialog {
    width: 750px
}

.divide-package-type {
    background: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px
}

.divide-package-type .order-line-face {
    width: 45px
}

.divide-package-type {
    font-size: 11px
}

.divide-package-type .package-title {
    font-size: 14px;
    text-transform: uppercase
}

.p9px {
    padding: 9px
}

.fs12px {
    font-size: 12px
}

.pagination-fix #paginationItems {
    max-width: calc(90vw - 225px);
    overflow-y: scroll;
    display: flex
}

.pagination-fix ::-webkit-scrollbar {
    width: 0!important;
    height: 0!important
}

#sidebar-menu>li.crm-menu a {
    background: #020024;
    background: linear-gradient(90deg,rgb(242 192 0) 0%,rgba(208,121,2,1) 35%,rgb(183 116 5) 100%);
    color: #fff
}

.warn-animation {
    position: relative;
    font-size: medium;
    overflow: hidden;
    white-space: nowrap;
    background: #ff3a3a!important;
    color: #fff!important;
    margin-bottom: 0!important
}

.warn-animation p {
    z-index: 2;
    position: relative;
    margin: 0!important
}

.warn-animation .warn-line {
    position: absolute;
    width: 20px;
    height: 120%;
    background: #ea1e1e;
    top: 17px
}

.warn-animation .warn-line:nth-child(2) {
    animation: warn-line-slide-1 1.5s infinite linear
}

.warn-animation .warn-line:nth-child(3) {
    animation: warn-line-slide-2 1.5s infinite linear
}

.warn-animation .warn-line:nth-child(4) {
    animation: warn-line-slide-3 1.5s infinite linear
}

@keyframes warn-line-slide-1 {
    0% {
        left: calc(0% + 60px)
    }

    50% {
        left: calc(85% + 60px)
    }

    100% {
        left: calc(0% + 60px)
    }
}

@keyframes warn-line-slide-2 {
    0% {
        left: calc(0% + 30px)
    }

    50% {
        left: calc(85% + 30px)
    }

    100% {
        left: calc(0% + 30px)
    }
}

@keyframes warn-line-slide-3 {
    0% {
        left: 0%
    }

    50% {
        left: 85%
    }

    100% {
        left: 0%
    }
}
.zendesk-icon{
    max-width: 20px;
    max-height: 20px;
}
.zendesk-container{
    position: relative;
}
.zenorganization-container{
    position: absolute;
    right: 0px;
    top: 35px;
    background: white;
    box-shadow: 0px 0px 16px #00000063;
    display: none;
    width: 500px;
    height: 300px;
    z-index: 999999999999999999999999;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 10px;
}
.zendesk-container.show .zenorganization-container{
    display: block;
}
.zendesk-container .bg-blue{
    background-color: rgb(48, 145, 236) !important;
    color:white !important; 
}
.zendesk-items-container{
    position:relative;
    /* max-height: 300px; */
    /* overflow: hidden; */
    /* overflow-y: auto; */
}
.zendesk-items-container .zendesk-items{
    list-style: none;
    padding: 0;
    margin: 0;
}
.zendesk-items-container .zendesk-items .zenSubject{
    font-size:12px;
    display: block;
    font-weight: 700;
    margin-top: 18px;
}
.zendesk-items-container .zendesk-items li
{
    border-bottom:1px solid rgb(216, 220, 222);
    padding-bottom: 10px;
    /* margin: 23px 0px; */
    position: relative;
    padding: 25px 20px;
    padding-top: 40px;
}
.zendesk-items-container .zendesk-items li{
    font-size:12px;
}
.zendesk-items-container .zendesk-items li.pending{
    background:rgb(234 247 255)
}
.zendesk-items-container .zendesk-items li .zenStatus{
    position:absolute;
    top: 8px;
    left: 18px;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    background-color: rgb(199, 42, 28);
    color: rgb(255, 255, 255);
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    font-size: 12px;
}
.zendesk-items-container .zendesk-items li .zenStatus.pending{
    background: rgb(28 135 199);
}
.zendesk-items-container .zendesk-items li .zenStatus.solved{
     background: rgb(29 173 14);
}
.zendesk-items-container .zendesk-items li .zenStatus.closed{
     background: rgb(171 171 171);
}
.zendesk-items-container .zendesk-items li .zenCreatedAt{
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 10px;
}
.zendesk-items-container .zendesk-items li .zenUpdatedAt{
    position: absolute;
    right: 15px;
    top: 21px;
    font-size: 10px;
}
.zendesk-items-container .zendesk-items li .zenCreatedAt strong{
    font-weight:normal;
}
.zenorganization-switch{
    padding:30px 20px;
}
.zenorganization-switch *{
    font-size:12px;
}
.filterValueList li{
    position: relative;
}
.connect-filter-value{
    position: absolute;
    right: 0;
    top: 0;
}
.tox-tinymce-aux{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.user-resouce-item{
    position:relative;
}
.organization-store-info-popup{
    position:absolute;
    width: 400px;
    background: white;
    z-index: 10;
    /* height: 300px; */
    border: 1px solid #CCC;
    box-shadow: 0px 0px 10px #00000021;
    padding: 10px 20px;
    white-space: nowrap;
    left: -100px;
    top: 24px;
}
.organization-store-info-popup label, .organization-store-info-popup input{
    font-size:12px;
}
.organization-store-info-popup input{
    margin-bottom: 10px;
    margin-left: 10px;
    background: #f2f2f2;
}
.organization-store-info-popup table{
    width:100%;
}
#admin_users tr:nth-child(n+13) .organization-store-info-popup{
    bottom: 31px;
    top: inherit;
}
.integration-setting-true,.integration-setting-false{
    font-weight: 900;
    color: #61be7b;
    border: none;
    vertical-align: middle;
    letter-spacing: 10px;
    font-size: 21px;
}
.integration-setting-false{
    color: #c8d0da;
}
.account-summary-body{
    white-space: nowrap;
}
td[data-hide="true"],th[data-hide="true"]{
    display: none !important;
}
.row-product-validation-error{
    color:#a69d0d;
}
.row-product-validation-container:hover ul{
    display: block !important;
}
.row-product-validation-container{
    position: relative;
}
.row-product-validation-container ul{
    display: none;
    position: absolute;
    left:0;
    top: 26px;
    background: white;
    padding: 0;
    border: 1px solid #cccccc73;
    padding: 20px 10px;
    padding-bottom: 0;
    list-style: none;
    z-index: 3;
    border-radius: 6px;
    white-space: nowrap;
    box-shadow: 4px 7px 10px #00000030;
}
.row-product-validation-container ul li{
    padding-bottom:12px;
}

@media only screen and (max-width: 780px) {
    .mv-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ma-shadow .btn.btn-info.disabled, .btn.btn-info:disabled{
    background: #4bcf99 !important;
    border-color: #4bcf99 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: none;
}

.ma-shadow .btn.btn-info.disabled, .btn.btn-info:disabled .fas.fa-spinner.ml-1 {
    animation: spin 1s linear infinite;
}