/* Manage Account style sheet */

body.authorization-layout {
    background-image: url(../global_assets/images/authorization/body-bg.png);
    background-position: bottom center;
    background-size: auto 100%;
}

.icon-store-custom {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ECF0F1;
    border-radius: 100%;
}

.icon-store-custom i {
    color: #B1C5CD;
    font-size: 1.2rem;
}

.navbar-brand {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.navbar-brand img {
    height: 2.25rem;
}


/* Proload content */

.box-placeholder {
    /* display: in-block; */
    /* background-color: #fff; */
    /* margin: 30px; */
    /* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); */
    /* max-width: 300px; */
    vertical-align: top;
    width: 100%;
    box-shadow: none;
}

.box-placeholder {
    font-size: 0;
    -height: 0;
}

.box-placeholder .text {
    background-color: #999;
    height: 20px;
    border-radius: 4px;
    margin: 10px 0;
    width: 100%;
    opacity: .1;
    animation: fading 1.5s infinite;
}

.box-placeholder .text:first-child {
    margin-top: 0;
}

.box-placeholder .text:nth-child(2) {
    width: 90%;
}

.box-placeholder .text:nth-child(3) {
    width: 60%;
}

.box-placeholder .text:nth-child(4) {
    width: 80%;
}

.box-placeholder .text:nth-child(5) {
    width: 85%;
}

.box-placeholder .text:nth-child(7) {
    width: 90%;
}

.box-placeholder .text:nth-child(9) {
    width: 70%;
}

.box-placeholder .text:nth-child(10) {
    width: 50%;
}

.box-placeholder .text:last-child {
    margin-bottom: 0;
}

@keyframes fading {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: .1;
    }
}


/* fix rounded for all img in table */

.vuetable td img,
table td img {
    border-radius: .1875rem;
    width: auto;
    height: 25px;
}

.vuetable td img.thumb32,
table td img.thumb32 {
    height: 32px;
    width: 32px;
    object-fit: cover !important;
}

.vertical-align-top td {
    vertical-align: top;
}


/* \Account style sheet */

.page-title {
    padding: 1.2rem 0;
    position: relative;
}


/* Vue form wizard */

.vue-form-wizard .wizard-nav .wizard-icon-circle {
    border-width: 1px;
}

.vue-form-wizard .wizard-nav .wizard-icon-circle {
    border-color: #000;
    color: #000;
}

.vue-form-wizard .active .wizard-icon-circle .wizard-icon {
    font-style: normal;
    font-weight: 300;
}

.vue-form-wizard .wizard-icon-circle.checked {
    background-color: #000;
    border-color: #000;
    color: #000;
}

.wizard-progress-bar {
    background: #ddd!important;
}

.vue-form-wizard .wizard-nav-pills>li.active>a .wizard-icon,
.vue-form-wizard .wizard-nav-pills>li.active>a:focus .wizard-icon,
.vue-form-wizard .wizard-nav-pills>li.active>a:hover .wizard-icon {
    color: #000 !important;
}

.vue-form-wizard .wizard-icon-circle {
    font-weight: 300 !important;
}

.vue-form-wizard.xs .wizard-navigation .wizard-progress-with-circle {
    height: 1px !important;
}

.vue-form-wizard .wizard-icon-circle i {
    font-style: normal !important;
}

.vue-form-wizard .wizard-nav-pills>li>a {
    color: rgba(0, 0, 0, .5);
}

.vue-form-wizard.xs .wizard-nav-pills>li.active>a .wizard-icon {
    color: #000;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
    background: #000 !important;
}

.wizard-icon-circle.checked i.wizard-icon:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
    border-radius: 100% !important;
}


/* Sweet alert */

.swal2-title {
    font-size: 1.0625rem !important;
}

.swal2-html-container {
    font-size: 13px!important;
    margin: 5px 1.6em!important;
}


/* \Sweet alert */

.content-wrapper {
    position: relative;
}

.fa-1x {
    font-size: 1.275em;
}
.fa-sm {
    font-size: 0.875em;
}

/*select2*/

.select2-selection--single {
    border-radius: 0.1875rem;
}

.th-address-autocomplete b {
    color: #f44336;
}


/* create order */

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    display: none;
}

#product-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    display: none;
}


/* \create order */

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ddd !important;
}

.select2-container .selection .select2-selection--single {
    height: 36px;
    padding: 0;
    border-radius: .1875rem;
    background: inherit;
}

.select2-container--default .select2-selection--multiple {
    height: 36px;
    padding: 0;
    border-radius: .1875rem;
    background: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    top: 8px;
    left: -10px;
    font-weight: 300 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 25px!important;
    padding-left: 0.75rem !important;
    line-height: 34px !important;
    border-radius: .1875rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .list-item .item-image {
    line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 36px !important;
}

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

.province-search-by-select2 .select2-selection__choice+.select2-search--inline {
    /* background: red; */
    display: none;
}

.province-search-by-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border-radius: 0;
    cursor: default;
    float: none;
    margin-right: 0;
    /* margin-top: 0; */
    padding: 0 5px;
    color: inherit;
    border: 0;
}

.province-search-by-select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none;
}

.thead-bg-fafafa th .select2-container .selection .select2-selection--single {
    height: auto;
    border: 0;
}

.thead-bg-fafafa th .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal!important;
}

.thead-bg-fafafa th .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 100% !important;
}


/* .select2-search--dropdown:after {
    left: 15px;
} */

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}


/* Select2 multiple tag */

.form-group .select2-search__field {
    padding-left: 0.75rem;
}

.select2-container--default .select2-selection--multiple {
    display: block;
    border: 1px solid transparent;
    cursor: text;
    outline: 0;
    /* height: calc(1.5385em + .875rem + 2px); */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.1875rem;
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 0.35rem 0.3rem!important;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee!important;
    color: #333;
    border: 0!important;
    cursor: default!important;
    float: none!important;
    /* margin-right: 0.125rem!important; */
    /* margin-top: 0.125rem!important; */
    /* padding: 0.3125rem 0.875rem!important; */
    white-space: normal!important;
    word-break: break-all!important;
    border-radius: 0.1875rem!important;
    transition: color ease-in-out .15s, background-color ease-in-out .15s!important;
    font-size: 0.75rem;
    line-height: 1;
    min-height: auto;
    padding: 0.3125rem 0.475rem !important;
    margin-top: 0.3rem!important;
    margin-right: 0.3rem!important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #03a9f4!important;
    color: #fff!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    cursor: pointer;
    float: none;
    color: inherit;
    font-size: .875rem;
    margin-top: 0;
    line-height: inherit;
    margin-left: 0.325rem;
    opacity: 1;
    margin-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: 0.5;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0.3125rem 0 !important;
    width: auto !important;
    margin-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
    padding-left: 0.75rem !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #333 !important;
    background-color: #ddd !important;
}

.select2-dropdown {
    color: #333;
    border: 1px solid rgba(0, 0, 0, .15)!important;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    /* display: block;
    background-color: #fff;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1070;
    border-radius: 0.1875rem; */
}

.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #333;
}

.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove i {
    /* font-size: x-small; */
}

.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(1) {
    background-color: #1F88E5!important;
    color: #fff;
}

.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(2) {
    background-color: #5ACF36!important;
    color: #fff;
}

#tags-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: inherit !important;
    padding: 0 !important;
    color: #fff;
    position: relative;
}
#tags-search .list-item.templateselect {
    padding: 0.3125rem 1.255rem 0.3125rem 0.475rem;
    border-radius: 4px;
}
#tags-search .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    right: 5px;
    top: 3px;
}

/* \\\Select2 multiple tag */

.hidden {
    display: none !important;
}

.loading:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    border-radius: .28571429rem;
    z-index: 100;
}

.loading:after {
    position: absolute;
    content: '';
    top: 30%;
    left: calc(50% - 1.5em);
    width: 3em;
    height: 3em;
    border-radius: 500rem;
    border-color: #767676 rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    visibility: visible;
    z-index: 101;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

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

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

.loading-sm {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #3c8dbc;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/*calendar*/

.ranges {
    border: 0 !important;
    box-shadow: none !important;
}

.daterangepicker.show-calendar {
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
}

.daterangepicker .drp-buttons {
    padding: 10px;
}

.daterangepicker .btn.cancelBtn,
.daterangepicker .btn.applyBtn {
    font-weight: 400;
    margin-left: 0.85rem;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
}

.daterangepicker .btn-primary,
.daterangepicker .btn-success {
    background-color: var(--primary);
}

.daterangepicker .btn.cancelBtn {
    /* background-color: var(--light); */
}

.calendars {
    flex-wrap: nowrap !important;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    line-height: 20px !important;
}


/*tag*/

div .vue-input-tag-wrapper {
    /* padding: 0 0 .125rem 0; */
    padding: .4375rem .875rem;
    border-radius: .1875rem;
    border-color: #ddd;
}

div .vue-input-tag-wrapper .new-tag {
    margin: 0px;
    padding: .125rem 0 0;
}

div .vue-input-tag-wrapper .input-tag {
    margin: 0 .125rem 0 0;
    padding: 0;
    cursor: default;
    float: left;
    position: relative;
    border-radius: .1875rem;
    transition: all ease-in-out .15s;
    background-color: #1AB394;
    border: 1px solid #1AB394;
}

div .tag-orange .vue-input-tag-wrapper .input-tag {
    background-color: #F8AC59;
    border: 1px solid #F8AC59;
}

div .tag-orange .vue-input-tag-wrapper .input-tag+.new-tag {
    margin-left: .875rem;
}

div .vue-input-tag-wrapper .input-tag>span {
    display: block;
    max-width: none!important;
    padding: .3125rem .375rem;
    padding-right: 1.375rem;
    color: #fff;
}

.vue-input-tag-wrapper .input-tag .remove {
    font-size: 0;
    cursor: pointer !important;
    position: absolute;
    top: 50%;
    color: #fff !important;
    opacity: .75;
    right: .475rem;
    line-height: 1;
    margin-top: -.55rem;
    -webkit-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
}

.vue-input-tag-wrapper .input-tag .remove:before {
    content: "\ED6A";
    display: block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vue-input-tag-wrapper .input-tag .remove:hover {
    opacity: 1;
}

.th-address-autocomplete {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    margin-top: 1px !important;
    border-radius: 4px;
    overflow: hidden;
}

.th-address-autocomplete li {
    border-bottom: 1px solid #d5d5d5;
    padding: 5px;
    height: auto !important;
}

.th-address-autocomplete li:hover {
    background-color: #efefef;
}

.th-address-autocomplete li:last-child {
    border-bottom: 0;
}


/*thai auto address*/

label.th-address-label {
    width: 100%;
    margin-bottom: 0;
}

.label-text {
    margin-bottom: .5rem;
}


/*numeric input*/

.modal-body .vue-numeric-input .numeric-input {
    display: block;
    width: 100%;
    height: calc(1.5385em + .875rem + 2px);
    padding: .4375rem .875rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.modal-body .vue-numeric-input.updown .btn.btn-increment .btn-icon:before,
.modal-body .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
    visibility: visible;
    font-size: 8px;
    background: no-repeat;
    margin-left: -2px;
    margin-top: -2px;
}

.vue-numeric-input.updown .numeric-input[disabled="disabled"] {
    color: #ccc;
}

.modal-body .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
    content: "\F078";
}

.modal-body .vue-numeric-input.updown .btn.btn-increment .btn-icon:before {
    content: "\f077";
}

.modal-body .vue-numeric-input.updown .btn-increment .btn-icon,
.modal-body .vue-numeric-input.updown .btn-decrement .btn-icon {
    border: none;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
}

.modal-body .vue-numeric-input.updown .btn-increment {
    right: 1;
    top: 1;
    bottom: 50%;
    border-radius: 0;
    border-width: 0;
    cursor: pointer;
}

.modal-body .vue-numeric-input.updown .btn-decrement {
    right: 1;
    top: 50%;
    bottom: 1;
    left: auto;
    border-radius: 0;
    border-width: 0;
    cursor: pointer;
}

.modal-body .vue-numeric-input .btn {
    background: #FAFAFA;
    box-shadow: none;
}

.mx-datepicker {
    /* width: 100% !important; */
    flex: 1 1 auto;
    display: block !important;
    position: relative !important;
    -webkit-box-flex: 1;
    width: 1% !important;
    margin-bottom: 0;
}

.th-address-autocomplete li.active,
.th-address-autocomplete li:hover {
    background-color: #f5f5f5!important
}

.ui-btn-addremove {
    border-radius: 0px;
    border-width: 0px 0px 0px 1px;
}

table td .badge {
    display: inline-block;
    padding: 0.35rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
    min-width: 70px;
}
table td .badge-mw85 { min-width: 85px; }
tr.total td.value {
    font-size: 17px;
    font-weight: 600;
}

.badge>i {
    margin-right: 0.4rem;
}

.vuetable-body .item-left {
    width: calc(100% - 80px);
    display: flex;
    text-align: left;
}

.vuetable-body .item-right {
    width: 80px;
    text-align: right;
}

.vuetable-body .popper {
    background-color: #fff;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    border: 1px #ebebeb solid;
    z-index: 200000;
    -moz-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    /* box-shadow: 3px 1px 10px -3px #ccc; */
}

.dropdown-menu,
.vuetable-wrapper .table {
    color: #515151;
}

.vuetable-wrapper i.icon.sort:before {
    content: "\ec12";
}

.vuetable-wrapper .sort-icon.down:before {
    content: "\EA9B";
    color: #333;
}

.vuetable-wrapper .sort-icon.up:before {
    content: "\ea9e";
    color: #333;
}

.ui.pagination.menu .active.item {
    border-top: none;
    background-color: #1F88E5;
    color: #fff;
    box-shadow: none;
}

.ui.pagination.menu .item {
    padding: .4375rem;
    min-width: 2.25003rem;
    margin-left: .125rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    outline: 0;
    border: 1px solid transparent;
    border-radius: .1875rem;
    display: flex;
    transition: all ease-in-out .15s;
    justify-content: center;
    align-items: center;
}

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
    cursor: pointer;
    background-color: #eee;
}

.ui.menu .item {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    flex: 0 0 auto;
    user-select: none;
    background: 0 0;
    margin-left: 1px;
}

.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
    cursor: default;
    color: rgba(40, 40, 40, .3);
}

.ui.menu .item>i.icon {
    opacity: .9;
    float: none;
}

.inline.field label {
    min-width: 100px;
    color: #999;
}

.inline.field span {
    font-weight: 600;
}

.ui.pagination.menu .icon.item i.icon {
    vertical-align: top;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
}

i.icon:before {
    font-weight: normal;
}

i.icon.chevron.left:before {
    content: "\f177";
}

i.icon.chevron.right:before {
    content: "\f178";
}

i.icon.angle.double.left:before {
    content: "\f33e";
}

i.icon.angle.double.right:before {
    content: "\f340";
}

.ui.basic.button,
.ui.basic.buttons .button {
    background: transparent none!important;
    color: rgba(0, 0, 0, .6)!important;
    font-weight: 400;
    border-radius: .28571429rem;
    text-transform: none;
    text-shadow: none!important;
}

.vuetable-pagination-info {
    margin-bottom: 1.25rem !important;
}

.vuetable-body-wrapper .vuetable-pagination-info {
    padding: 0.4375rem 0;
}

.vuetable-body-wrapper.fixed-header tbody tr:first-child td {
    border-top: 0;
}

.ui.column .dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow-x: scroll;
}

.nav-tabs {
    margin: 0;
    display: flex;
    align-items: self-end;
}

.nav-tabs-bottom .nav-link:before {
    height: 3px;
    top: auto;
    bottom: -2px;
}

.nav-tabs-bottom .nav-link.active:before {
    background-color: #252B38;
}

.dataTables_length .select2-container {
    min-width: 70px;
}

.dataTables_length>label {
    display: flex;
    align-items: center;
}

i.icon {
    font-family: material-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon,
i.icons {
    font-size: 1em;
    margin-top: 5px;
}

.vuetable thead th,
div.data-nowrap table.vuetable th,
div.data-nowrap table.vuetable td {
    white-space: nowrap;
}


/* css checkbox in  .vuetable-th-component-checkbox  */

.ui.checkbox input[type=checkbox],
.vuetable-th-component-checkbox input[type=checkbox],
.vuetable-td-component-checkbox input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

td.vuetable-td-component-checkbox.vuetable-component {
    padding-left: 20px;
}

th.vuetable-th-component-checkbox.vuetable-th-component-vuetable-field-checkbox {
    padding-left: 20px;
}

.ui.checkbox input[type=checkbox],
.vuetable-th-component-checkbox input[type=checkbox],
.vuetable-td-component-checkbox input[type=checkbox] {
    position: relative;
}

.ui.checkbox input[type=checkbox]:before,
.vuetable-th-component-checkbox input[type=checkbox]:before,
.vuetable-td-component-checkbox input[type=checkbox]:before {
    content: "";
    font-size: 1rem;
    display: flex;
    border: 0.125rem solid #455A64;
    width: 1.25rem;
    height: 1.25rem;
    justify-content: center;
    align-items: center;
    color: #455A64;
    border-radius: 0.125rem;
}

.vuetable input[type="checkbox"]:indeterminate:after,
.vuetable input[type="checkbox"]:checked:after {
    position: absolute;
    top: 0px;
    text-align: center;
    color: #455A64;
    font-family: "icomoon";
    border: 0.125rem solid #455A64;
    border-radius: 0.125rem;
    line-height: 1;
    width: 1.25rem;
    height: 1.25rem;
    /*
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
    font-weight: 600;
    */
}

.vuetable input[type="checkbox"]:checked:after {
    content: "\E600";
    font-family: "icomoon";
    font-size: 1rem;
}

.vuetable input[type="checkbox"]:indeterminate:after {
    content: "\e9e2";
    font-family: "icomoon";
    font-size: 1rem;
}


/* \css checkbox in  .vuetable-th-component-checkbox  */

.bg-grey-custom {
    background-color: #E7E7E7
}

.alpha-grey-F1F3F6 {
    background-color: #F1F3F6;
}

.bg-blue-500 {
    background-color: #03A9F4
}

.text-grey-94AFB6 {
    color: #94AFB6;
}

.text-grey-BFBFBF {
    color: #BFBFBF;
}

.text-green-custom {
    color: #2DCE89
}

.text-orange-custom {
    color: #FB8C00
}

.text-grey-custom {
    color: #E7E7E7;
}

.text-blue-alpha {
    color: #E8F6FC;
}

.nav-sidebar .router-link-exact-active {
    background: #1F88E5;
    color: #fff
}

.btn-outline-normal {
    color: #324148;
    background-color: transparent;
    background-image: none;
    border-color: #ddd;
}

.btn-outline-normal:hover {
    background-color: #fbfbfb;
}

.data-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

.data-icon i {
    font-size: 1rem;
}

.thead-bg-fafafa table thead {
    background-color: #fafafa;
}

.thead-bg-fafafa .table thead th {
    border-bottom: 0;
}

.table-bordered.border td:first-child,
.table-bordered.border th:first-child {
    border-left: 0;
}

.table-bordered.border td:last-child,
.table-bordered.border th:last-child {
    border-right: 0;
}

div.data-nowrap .table th.sortable {
    padding-right: 0.5rem;
}

div.data-nowrap table.vuetable th.sortable .sort-icon {
    float: none !important;
    margin-top: 0;
    margin-left: 10px;
}

.block-lead-info .lead-info-row {
    margin-bottom: 15px;
}

.block-lead-info .lead-info-row i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.list-feed>div>div:first-child i {
    padding: 3px;
}

.list-feed>div>div .btn.btn-icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.list-feed>div>div .btn.btn-icon i {
    font-size: 1rem;
}

.img-profile-call {
    width: 160px;
    height: 160px;
}

#modal-call .btn-call,
#modal-call .btn-call-cancel {
    height: 50px;
    width: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    margin: 0 1rem;
}

#modal-call .btn-call-cancel {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.modal.modal-left .modal-dialog.modal-lg-900,
.modal.modal-right .modal-dialog.modal-lg-900 {
    width: 900px;
}

.no-collapse table {
    border-collapse: inherit;
}

.import-log {}

.import-log a {
    text-decoration: underline;
}

.modal.modal-right .modal-dialog.modal-lg {
    width: 850px;
}

.table-auto-horizontal-scroll {
    width: 100%;
    white-space: nowrap;
}

.bg-grey-100 {
    background-color: #e7e7e7;
}

.shipping-label-grid img {
    max-width: 100%;
}

.shipping-label-grid .label-grid {
    color: #515151 !important;
    width: 215px;
    position: relative;
    background: #e7e7e7;
    border-radius: .1875rem;
    margin-right: 1.25rem
}

.shipping-label-grid .label-grid .label-grid-name {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e7e7e7;
}

.shipping-label-grid .label-grid .label-grid-thumbnail {
    position: relative;
    padding: .625rem;
    padding-bottom: 0;
    border-radius: .1875rem .1875rem 0 0;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .label-grid-action {
    color: #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: .1875rem .1875rem 0 0;
    background: #64B5F6;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    visibility: hidden;
    opacity: 0;
}

.shipping-label-grid .label-grid:hover .label-grid-thumbnail .label-grid-action {
    visibility: visible;
    opacity: 1;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .label-grid-use {
    width: 100%;
    border-radius: .1875rem .1875rem 0 0;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .bg-shadow {
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    visibility: hidden;
    opacity: 0;
}

.shipping-label-grid .label-grid:hover .label-grid-thumbnail .bg-shadow {
    visibility: visible;
    opacity: 1;
}

.modal-header {
    padding: 0.78rem 1.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0;
}

.btn-group a.assignSalesClerk {
    line-height: 0;
    text-decoration: underline;
}

.btn-group a.assignSalesClerk:hover {
    text-decoration: none;
}

.assignSalesClerk.dropdown-menu .custom-control-label::after,
.assignSalesClerk.dropdown-menu .custom-radio .custom-control-label::before {
    margin-top: 0.5rem;
}

.assignSalesClerk.dropdown-menu .dropdown-item {
    padding: .3rem 1rem;
}

.card .daterange-picker-custom {
    min-width: 150px;
    max-width: 100%;
    width: calc(100% - 45px);
}

.nav-sidebar .nav-item.disable>span.nav-link {
    opacity: .5;
}

#modal_more_filters .daterangepicker.single.show-ranges {
    min-width: 156px;
    max-width: 100%;
}

.calendars-container,
.daterangepicker.opensright .calendars {
    width: auto;
}


/* Active blue checkbox   */


/* .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: none;
    content: "\F00C";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 1px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 0.6rem;
    line-height: 18px;
    font-weight: 600;
}

.custom-control-input:checked~.custom-control-label::before,
.multiselect-item input[type=checkbox]:checked~.form-check-control-indicator,
.multiselect-item input[type=checkbox],
.uniform-checker span.checked {
    background: #2196f3;
    border-color: #2196f3;
}

.uniform-checker span.checked.disabled {
    background: gray;
    border-color: gray;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,
input[type="checkbox"]:checked:after,
.multiselect-item input[type=checkbox]~.form-check-control-indicator,
.uniform-checker span:after {
    color: #fff;
}
*/

.custom-control-input[type="radio"]:checked~.custom-control-label::before {
    /* color: #2196f3; */
    background: none;
    border-color: #2196f3;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    border-radius: 50%;
    background: #2196f3;
    border-color: #2196f3;
    top: 5px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
}


/* \Active blue checkbox   */

.bg-f5f5f5 {
    background-color: #f5f5f5 !important;
    color: inherit !important;
}

.select2-results__option {
    padding-left: 0.625rem !important
}

.btn-group .multiselect-container {
    /* min-width: 230px;
    max-width: 100%; */
}

.dropdown .dropdown-menu {
    width: 100%;
    /*   max-height: 300px; */
    overflow-y: auto;
}

.dropdown.overflow-show-lang .dropdown-menu {
    overflow-y: inherit;
}

.dropdown.overflow-show-lang .dropdown-menu .img-flag {
    width: 17px;
    height: 17px;
}


/* Shipping Rate Table */

.tb-ship-rate {
    width: 100%;
}

.tb-ship-rate thead {
    background: #FCFBFB;
    border-bottom: 1px solid #DFDFDF;
}

.tb-ship-rate th {
    padding: .9375rem 0.625rem;
    font-weight: 400;
    white-space: nowrap;
}

.tb-ship-rate td {
    padding: 0.85rem;
    white-space: nowrap;
}

.tb-ship-rate tbody tr {
    border-bottom: 1px solid #DFDFDF
}

.ship-title {
    display: block;
    white-space: nowrap;
    /* font-size: 16px; */
    line-height: 1;
}

.ship-icon {
    /* margin-right: 5px; */
}


/* \Shipping Rate Table */


/* Error page */

h1.error-page-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

div.error-page-text {
    font-size: 15px;
    color: #515151;
    /* line-height: 120%; */
}

.border-grey-DFDFDF {
    border-color: #DFDFDF;
}

.border-grey-100 {
    border-color: rgba(0, 0, 0, .125);
}


/* Custom Css >> Vue Number Input Spinner */

.custom_spinner .vnis *,
.custom_spinner .vnis *::after,
.custom_spinner .vnis *::before {
    box-sizing: border-box;
}

.custom_spinner .vnis__input {
    -webkit-appearance: none;
    border: 1px solid #eee;
    border-width: 1px 0;
    float: left;
    font-size: inherit;
    height: 25px;
    margin: 0;
    outline: none;
    text-align: center;
    width: 25px;
}

.custom_spinner .vnis__input::-webkit-outer-spin-button,
.custom_spinner .vnis__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.custom_spinner .vnis__button {
    -webkit-appearance: none;
    transition: all 0.5s ease;
    background: #fff;
    border: 1px solid #eee;
    color: inherit;
    cursor: pointer;
    float: left;
    font-size: unset;
    margin: 0;
    width: 25px;
    height: 25px;
    line-height: 0
}

.custom_spinner .vnis__button:hover {
    background: #f5f5f5;
}

.custom_spinner .vnis__button:focus {
    outline: none;
    outline-offset: -5px;
}


/* \Custom Css >> Vue Number Input Spinner */

.vue-numeric-input {
    width: 100% !important;
}

.switchery-default {
    background-color: #ccc !important;
}

.nav-tabs2 .nav-link.active {
    background-color: #fff;
    border: 2px solid;
    border-color: #2196f3 #ddd #fff;
}


/*Badge Purple*/

.badge-purple {
    color: #fff;
    background-color: #7986CB;
}


/*Badge Blue*/

.badge-blue {
    color: #fff;
    background-color: #0277BD;
}


/*Badge Blue*/

.badge-second {
    color: #fff;
    background-color: #888888;
}

.generate_sku {
    cursor: pointer;
}


/*Custom Multiselect*/

.multiselect {
    width: 100%;
    text-align: left;
    /* padding-left: 0.875rem; */
    /* padding-right: 2.375rem; */
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Integrations */

.info ul {
    margin-bottom: 0;
}


/* \Integrations */

.page-pic {
    display: flex;
    cursor: pointer;
}

.page-pic img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    position: relative;
    z-index: 99;
}

.page-pic img:nth-child(2) {
    margin-left: -20px;
    z-index: 98;
}

.page-pic img:nth-child(3) {
    margin-left: -20px;
    z-index: 97;
}

.page-pic img:nth-child(4) {
    margin-left: -20px;
    z-index: 96;
}

.page-pic img:nth-child(5) {
    margin-left: -20px;
    z-index: 95;
}

.page-pic img:nth-child(6) {
    margin-left: -20px;
    z-index: 94;
}

.page-pic .more-page {
    background: #FF7143;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    z-index: 50;
    margin-left: -20px;
}

.page-pic>img:hover,
.page-pic>*:hover {
    z-index: 100;
}

.dropdown-page-profile .dropdown-item {
    padding: .25rem 1rem;
}

.dropdown-page-profile .dropdown-item>img {
    max-height: 24px;
}

.dropdown-page-profile .dropdown-item .more-page {
    background: #FF7143;
    color: #fff;
    font-size: 0.625rem;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100px;
}

.placeholder-content {
    height: 205px;
    overflow: hidden;
    background: #000;
    position: relative;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
}

.placeholder-content_item {
    width: 100%;
    height: 20px;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.placeholder-content_item:after,
.placeholder-content_item:before {
    width: inherit;
    height: inherit;
    content: '';
    position: absolute;
}

.placeholder-content_item:nth-child(1) {
    top: 0;
    left: 0;
}

.placeholder-content_item:nth-child(4) {
    top: 20px;
    width: 20px;
    left: 170px;
    height: 90px;
}

.placeholder-content_item:nth-child(5) {
    top: 40px;
    left: 190px;
    height: 12px;
}

.placeholder-content_item:nth-child(6) {
    top: 75px;
    left: 190px;
    height: 12px;
}

.placeholder-content_item:nth-child(7) {
    top: 20px;
    right: 0;
    width: 0%;
    height: 20px;
}

.placeholder-content_item:nth-child(9) {
    top: 110px;
    height: 17px;
    left: 0;
}

.placeholder-content_item:nth-child(10) {
    top: 149px;
    height: 12px;
    left: 0;
}

.placeholder-content_item:nth-child(11) {
    top: 183px;
    left: 0;
    height: 100%;
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }
    100% {
        background-position: 650px 0;
    }
}

.pointer {
    cursor: pointer;
}

.single-upload #my-strictly-unique-vue-upload-multiple-image {
    display: block !important;
}

.single-upload #my-strictly-unique-vue-upload-multiple-image .image-container {
    min-width: 100%;
    min-height: 200px;
}

.image-list-container .image-list-item {
    border-radius: 3px !important;
    /* border: 0 !important; */
}

.image-list-container .image-list-item:last-child {
    border-radius: 3px !important;
    border: 1px solid #d6d6d6 !important;
    transition: all 0.2s;
}

.image-list-container .image-list-item:last-child:hover {
    background: #eee;
}

#my-strictly-unique-vue-upload-multiple-image .image-list-container .image-list-item .show-img {
    max-width: 65px!important;
    max-height: 65px!important;
    border-radius: 3px;
}

.image-list-container .image-list-item:not(:last-child) {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}


/* check invalid multi upload */

.single-upload .preview-image {
    height: 180px !important;
    padding: 10px !important;
}

.single-upload .show-img {
    max-height: 160px!important;
    max-width: 100%!important;
}

.dataTables_filter .input-group {
    flex-wrap: nowrap;
}

#my-strictly-unique-vue-upload-multiple-image .field-invalid .image-container {
    border-color: #f44336
}


/* \check invalid multi upload */


/* fix UI More filter modal */

.modal-more-filters .card-collapsed .card-header>div {
    background: #FAFAFA;
}

.modal-more-filters .card-collapsed .card-header>div.collapsed {
    background: none;
}

.modal-more-filters .card-collapsed .ui-filter-list {
    margin-top: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list {
    padding-bottom: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group,
.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group .form-check {
    margin-bottom: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group .form-check .form-check-label {
    display: flex;
}


/* More filter ui */

.modal-more-filters .card-collapsed .py-2 {
    padding-bottom: .725rem!important;
    padding-top: .725rem!important;
}


/* \More filter ui */


/* Setting ui */


/* #header-title {
    font-size: 24px;
}

#header-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.card-item:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to


{
    opacity: 0;
}

div.h6 {
    font-size: 18px;
}

div.text-secondary.mt-n2 {
    font-size: 16px;
} */


/* \Setting ui */


/* Vue suggesions */

.suggestions {
    /* It's improtant to have a cpecific pivot point for transition:*/
    opacity: 1;
}

.vue-simple-suggest-enter-active.suggestions,
.vue-simple-suggest-leave-active.suggestions {
    /* Transition length here:*/
    transition: opacity .2s;
}

.vue-simple-suggest-enter.suggestions,
.vue-simple-suggest-leave-to.suggestions {
    /* Transition rule for "disengaged" element:*/
    opacity: 0;
}

.vue-simple-suggest.designed .input-wrapper input.form-control {
    display: block;
    width: 100%;
    height: calc(1.5385em + .875rem + 2px);
    padding: .4375rem .875rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
}

.vue-simple-suggest.designed.focus {}


/* // .focus is applied whenever the component is focused. */

.input-wrapper {}

.default-input {}


/* // Replaced with your custom input if default slot is provided. */

.suggestions {}


/* // Also has transition classes, see below. */

.suggest-item {}


/* \\Vue suggesions */


/* fix icon customer info > view detail */

dl>dt>i {
    width: 20px;
    text-align: center;
}


/* Create product modal */

.vue-numeric-input.updown .numeric-input {
    padding-left: .875rem !important;
}

.note-toolbar:not([class*=bg-]):not([class*=alpha-]) {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 0 15px;
    padding-bottom: 0;
    margin: 0;
    z-index: 1030;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
}

.note-frame .note-editing-area .note-editable {
    padding: .875rem;
    overflow: auto;
    color: #333;
    background-color: #fff;
    min-height: 150px;
}

.note-frame .note-toolbar>.note-btn-group {
    padding-right: 15px;
    padding-bottom: 10px;
    margin: 0;
}

.note-frame .note-toolbar>.note-btn-group .note-btn {
    background-color: #FAFAFA;
    border: 1px solid #ddd;
}

.download_pointer {
    cursor: pointer;
}

#list_shipment .media .btn.border-2.btn-icon,
#list_payment .media .btn.border-2.btn-icon {
    padding: .575rem .70002rem;
}

#list_shipment .media .letter-icon i,
#list_payment .media .letter-icon i {
    font-size: 1.275em;
    line-height: 1.25rem;
}

#home-slide .owl-theme .owl-nav [class*='owl-'] {
    border: 1px solid #fff;
    background: transparent;
    width: 45px;
    height: 45px;
    line-height: 40px;
    padding: 0;
}

#home-slide .owl-nav {
    position: absolute;
    width: 100%;
    top: 43%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

#home-slide .slick-prev {
    z-index: 100;
    left: 15px;
}

#home-slide .slick-next {
    right: 15px;
}

#home-slide .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
}

#home-slide .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
}

button.slick-arrow {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    color: #fff;
}

#home-slide .slick-dots li.slick-active button:before {
    position: absolute;
    width: 15px;
    height: 15px;
    text-align: center;
    opacity: 1;
    background: #fff;
    color: fff;
    border: 1px solid #fff;
    border-radius: 30px;
}

#home-slide .slick-dots li button:before {
    opacity: 1;
    background: transparent;
    color: transparent;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 30px;
}

ul.slick-dots {
    position: absolute;
    bottom: 15px;
}

.img-100 {
    width: 100px;
}

#calendar .fc-icon-chevron-left:after {
    display: none;
}

#calendar .fc-icon-chevron-right:after {
    display: none;
}

#calendar .fc .fc-button-primary {
    color: #fff;
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
}

#calendar .fc-theme-standard td,
#calendar .fc-theme-standard th {
    border: 0;
    padding: 5px;
}

#calendar .fc-theme-standard .fc-scrollgrid {
    border: 0;
}

#calendar .fc .fc-toolbar-title {
    font-size: 15px;
}

#calendar .fc .fc-daygrid-day-frame {
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calendar .fc .fc-daygrid-day-top {
    justify-content: center;
}

#calendar .fc .fc-daygrid-day-number {
    z-index: 0;
}

#calendar .fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}

#calendar .fc .fc-bg-event {
    opacity: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}

#calendar .fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}

#calendar .fc .fc-bg-event .fc-event-title {
    font-style: normal;
    text-align: center;
    margin: 0;
    font-size: 13px;
}

.fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    background: #efefef;
    border-radius: 3px;
}

.vue-avatar--wrapper {
    background-size: cover !important;
    background-position: center !important;
}

.point-none {
    pointer-events: none;
}

.fc-bg-event.fc-event.active {
    background: #2196F3 !important;
}

.center-cropped {
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.image_box {
    width: 25px !important;
    height: 25px !important;
    object-fit: cover !important;
}

.image_box_variant {
    width: 35px !important;
    height: 35px !important;
    object-fit: cover !important;
}

.image-upload>input {
    display: none !important;
}

.label-variant {
    width: 100% !important;
    margin: 0px !important;
}

.image-variant {
    width: 100% !important;
    height: 35px !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #999;
}

#customer-search .select2-selection--multiple .select2-search--inline:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #999;
}

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    width: calc(100% - 32px);
}

#customer-search .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    padding: 0.425rem 0 0.425rem 6px !important;
}

#product-search .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

#product-search .select2-selection--multiple .select2-search--inline:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #999;
}

input[type="email"],
input[type="text"] {
    font-family: arial;
}

.overflow-show-lang .dropdown-menu {
    left: auto;
    right: 0;
}

.image-logo-carrier {
    width: 50px !important;
    height: 50px !important;
}

.vue-form-wizard .wizard-nav .wizard-icon-circle {
    margin-bottom: 5px;
}

.showbigimage {
    width: 100% !important;
    height: 100% !important;
}


/* .btn-active-payment-method {
    color: #2196f3;
    background-color: transparent;
    background-image: none;
    border-color: #2196f3;
} */

.btn-active-payment-method {
    color: #0277bd;
    background-color: #e1f5fe;
    border-color: #039be5;
    border: 1px solid;
    width: 100%;
}

.btn-active-payment-method:active {
    color: #0277bd;
    background-color: #e1f5fe;
    border-color: #039be5;
    border: 1px solid;
    width: 100%;
}

.datatable-footer-sm .vuetable-pagination-info {
    margin-bottom: 0 !important;
    padding: 1.25rem 1.25rem 0 1.25rem;
}


/* .btn-active-payment-method:hover {
    color: #0277bd !important;
    background-color: #e1f5fe !important;
    border-color: #039be5 !important;
} */

.btn-nonActive-payment-method {
    color: #BFBFBF;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    width: 100%;
}

.btn-nonActive-payment-method:hover {
    color: #37474f;
    background-color: #FAFAFA;
    border-color: #607d8b;
    border: 1px solid;
    width: 100%;
}

.th-address-autocomplete {
    min-width: 400px !important;
}

span.lower-case {
    text-transform: lowercase;
}


.tags-custom .popper {
    white-space: normal;
}
#tags-search .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.swal2-validation-message::before {
    position: relative;
    top: 0;
}

.loading-small:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    border-radius: 0.28571429rem;
    z-index: 100;
}
.loading-small:after {
    position: absolute;
    content: '';
    top: 30%;
    left: calc(50% - 1.5em);
    width: 2em;
    height: 2em;
    border-radius: 500rem;
    border-color: #767676 rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    visibility: visible;
    z-index: 101;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}


.toast-container.toast-top-right .toast {
    padding: 0.9375rem 1.25rem!important;
    border-radius: 0.1875rem!important;
    opacity: 1!important;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%)!important;
    border: 1px solid !important;
    background-image: none !important;
}

.toast-container.toast-top-right .toast span {
    margin-top: 0;
    margin-right: 0.625rem;
}

.toast-container.toast-top-right>.toast-success{
    /* background-image: none !important; */
    background-color: #e8f5e9!important;
    border-color: #4caf50!important;
    color: #1b5e20!important;
}

.toast-container.toast-top-right>.toast-warning{
    background-color: #fff3e0;
    border-color: #ff9800;
    color: #bf360c;
}

.toast-container.toast-top-right>.toast-info{
    background-color: #e1f5fe;
    border-color: #03a9f4;
    color: #01579b;
}

.toast-container.toast-top-right>.toast-error{
    background-color: #ffebee;
    border-color: #f44336;
    color: #b71c1c;
}

.toast-progress{
    height: 3px !important;
    background-color: #666 !important;
    opacity: 0.1 !important;
}
.nav-tabs-bottom .nav-link:before {
    height: 3px;
    top: auto;
    bottom: -2px;
    z-index: 1;
}

.select2-container .select2-search::after {
    color: #bfbfbf;
    left: 1.2rem !important;
    right: auto !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd !important;
    padding-top: 0;
    line-height: 34px;
    padding-bottom: 0;
    padding-left: 35px !important;
}

.border-DFDFDF{
    border-color: #DFDFDF;
}
footer.sticky-button-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sticky-button-footer .card-footer{
    background-color: rgb(245,245,245);
}
