html,
body,
.main-body {
    font-family: 'font_body' !important;
    font-size: 14px;
}

@font-face {
    font-family: 'font_body';
    src: url('font/Kanit-Regular.woff2') format('woff2'),
    url('font/Kanit-Regular.woff') format('woff');
}

@font-face {
    font-family: 'font_heading';
    src: url('font/Kanit-Medium.woff2') format('woff2'),
    url('font/Kanit-Medium.woff') format('woff');
}

#order-index #grid-view-filters {
    display: none;
}

#shipping-index #grid-view-filters {
    display: none;
}

.tipsy {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    line-height: 1.42857143;
    text-align: left;
    white-space: pre-wrap;
}

.tipsy-inner {
    text-align: left;
}

.name-heading {
    color: #00519A;
    font-family: font_heading;
    font-size: 16px;
    margin: 0px 20px;
}

.card-index {
    padding: 100px 40px;
}

/*text status*/
.heading00519A {
    font-family: font_heading;
    color: #00519A;
}

.text00519A {
    font-family: font_body;
    color: #00519A;
}

.dropdown-menu.show {
    transform: translate3d(-125px, 34px, 0px) !important;
}

.dropdown-logout {
    left: 48px !important;
}

.choice-dealer {
    margin: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    float: left;
    border-radius: 5px;
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.choice-dealer-disable {
    margin: 15px;
    cursor: default;
    border: solid 1px #EBEBEB;
    background-color: #EBEBEB;
    float: left;
    border-radius: 5px;
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.choice-dealer:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #b7b7b7;
}

.choice-dealer {
    width: 220px;
    height: 220px;
}

.img > img {
    width: 100%;
    height: 100vh;
}

.img-login {
    width: 50%;
}

/*margin*/
.m0 {
    margin: 0px;
}

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

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

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

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

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

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

.mb-15 {
    margin-bottom: 15px;
}

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

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-right10 {
    margin: 0px 10px;
}

.margin-top-bottom15 {
    margin: 15px 0px;
}

/*margin*/

/*padding*/
.pd-right-left-15 {
    padding: 0px 15px;
}

.padding-15 {
    padding: 15px;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

/*padding*/

/*display*/
.display-center {
    display: flex;
    justify-content: center;
}

.display-align-center {
    display: flex;
    align-items: center;
}

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

.display-center-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display-space-around {
    display: flex;
    justify-content: space-around;
}

.display-flex {
    display: flex;
}

/*display*/

/*font size*/
.font-12 {
    font-size: 12px !important;
}

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

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

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

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

.font-24 {
    font-size: 24px;
}

/*font size*/

/*img*/
.vertical-initial {
    vertical-align: initial;
}

/*img*/
/*button style*/
.btn-delete-shop {
    border-radius: 15px;
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: white;
}

.btn-add-shop {
    border-radius: 15px;
    border: 1px solid #00519A;
    background-color: #00519A;
    color: white;
}

.btn-set-stock {
    border: 1px solid #00519A !important;
    color: #00519A !important;
    background-color: #ffffff !important;
}

.btn-set-stock:hover {
    border: 1px solid #00519A !important;
    color: #00519A !important;
    background-color: #F3F9FF !important;
}

.btn-207244 {
    border: 1px solid #207244 !important;
    color: #207244 !important;
    background-color: #ffffff !important;
}

.btn-207244:hover {
    border: 1px solid #207244 !important;
    color: #207244 !important;
    background-color: #CBE9D8 !important;
}

.btn-1074CE {
    border: 1px solid #1074CE !important;
    color: #ffffff !important;
    background-color: #1074CE !important;
}

.btn-1074CE:hover {
    border: 1px solid #1074CE !important;
    color: #1074CE !important;
    background-color: #ffffff !important;
}

.btn-3A8EDA {
    border: 1px solid #3A8EDA !important;
    color: #ffffff !important;
    background-color: #3A8EDA !important;
}

.btn-3A8EDA:hover {
    border: 1px solid #3A8EDA !important;
    color: #3A8EDA !important;
    background-color: #ffffff !important;
}

.btn-close {
    border: 1px solid #ff002b !important;
    color: #ffffff !important;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08) !important;
    background-color: #ff002b !important;
    font-size: 16px !important;
}

.btn-close:hover {
    border: 1px solid #ff002b !important;
    color: #ff002b !important;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08) !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
}

.btn-verify {
    border: 1px solid #00519A !important;
    color: #00519A !important;
    background-color: #F3F9FF !important;
    font-size: 16px !important;
}

.btn-transfer {
    border: 1px solid #00519A !important;
    color: #00519A !important;
    background-color: #F3F9FF !important;
    font-size: 12px !important;
}

.btn-FF5353 {
    border: 1px solid #FF5353 !important;
    color: #ffffff !important;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08) !important;
    background-color: #FF5353 !important;
    font-size: 16px !important;
}

.btn-FF5353:hover {
    border: 1px solid #FF5353 !important;
    color: #ffffff !important;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08) !important;
    background-color: #ff2f2f !important;
    font-size: 16px !important;
}

.btn-00519A {
    border: 1px solid #00519A !important;
    color: #ffffff !important;
    background-color: #00519A !important;
    font-size: 16px !important;
}

.btn-00519A:hover {
    border: 1px solid #00519A !important;
    color: #00519A !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
}

.btn-download-excel {
    border: 1px solid #207244 !important;
    color: #ffffff !important;
    background-color: #207244 !important;
    font-size: 16px !important;
    height: 33.5px;
}

.btn-search {
    border: 1px solid #DEDEDE !important;
    background-color: #FFFFFF !important;
    font-size: 16px !important;
    height: 33.5px;
    border-radius: 0px 5px 5px 0px !important;
}

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

.input-group-small {
    height: calc(2.25rem + 2px) !important;
}

.data-shipping table tbody tr td input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.data-shipping table thead tr th input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.data-order table tbody tr td input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.data-order table thead tr th input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.shipping-index .form-control {
    font-size: 16px;
    height: auto;
}

.shipping-index .input-group {
    height: 44px;
}

.order-index .form-control {
    font-size: 16px;
    height: auto;
}

.order-index .input-group {
    height: 44px;
}

.insert_tracking .row {
    margin-right: 0px;
    margin-left: 0px;
}

/*button style*/

.height-barcode-group {
    height: 36.91px !important;
}

/*bg*/
.head-bg-F3F9FF {
    background-color: #F3F9FF;
    padding: 12px 24px;
}

.body-shipping {
    padding: 12px 24px;
    box-shadow: inset 0px -1px 0px rgb(0 0 0 / 10%);
}

/*bg*/
.adjust-stock-area {
    padding: 20px;
    background-color: #F8F9FF;
    width: 100%;
    float: left;
}

.header-adjust-stock-area {
    width: fit-content;
    background-color: #5090C9;
    color: white;
    padding: 10px;
    font-size: 18px;
    border-radius: 20px;
}

/*BG Color*/
.bgColorOrange {
    background-color: #f0553c !important;
}

.bgColorPigment {
    background-color: #7a3a3a;
}

.bgColorDarkYellow {
    background-color: #fab127;
}

.bgColorOrangeRed {
    background-color: #f53746;
}

.bgColorBrown {
    background-color: #573a35;
}

.bgColorBrown2 {
    background-color: #7a3a3a;
}

.bgColorWhite {
    background-color: #FFFFFF;
}

.bgColorGrayDark {
    background-color: #C4C4C4;
}

.bgColorLightGray {
    background-color: #f2f2f2;
}

.bgColorGray {
    background-color: #ebebeb;
}

.bgColorGreen {
    background-color: green;
}

/*BG Color*/
/*Font Color*/
.fontColorOrange {
    color: #f0553c !important;
}

.fontColorWhite {
    color: #ffffff !important;
}

.fontColorBlack {
    color: #000000 !important;
}

.fontColorBrown {
    color: #573a35 !important;
}

.fontColorGray {
    color: #959393;
}

.fontColorGray-2 {
    color: #c4c2c2;
}

.fontColorLightGray {
    color: #e8e1e1;
}

.fontColorLightGray2 {
    color: #696767;
}

.fontColorBlue {
    color: #81b4ee;
}

/*Font Color*/

/*text color*/
.text-16aaff {
    color: #16aaff;
}

.text-red {
    color: #FF5353 !important;
}

.text-D92550 {
    color: #d92550;
}

.text-F9963B {
    color: #F9963B;
}

.text-green {
    color: #37A355;
}

/*text color*/

/*color font*/

.font-3B3B3B {
    color: #3B3B3B;
}

.font-tomato {
    color: tomato;
    font-weight: 500;
}

.font-warning {
    color: #F9963B;
}

.font-pass {
    color: #17C416;
}

.font-not {
    color: #FF5353;
}

.bold {
    font-weight: bold;
}

.font-00519A {
    color: #00519a !important;
}

.font-17C316 {
    color: #17C316;
}

.font-FF5353 {
    color: #FF5353;
}

.font-E7E7E7 {
    color: #E7E7E7;
}

.font-7E7E7E {
    color: #7E7E7E;
}

/*color font*/

/*bg color*/
.bg-FF5353 {
    background-color: #FF5353 !important;
}

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

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

/*bg color*/

/*border*/
.border-00519A {
    border: 1px solid #00519A !important;
}

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

.border-right {
    border-radius: 0px 5px 5px 0px !important;
}

.border-left {
    border-radius: 5px 0px 0px 5px !important;
}

.hr_tab {
    width: 85%;
    border: 2px solid #00519A !important;
    border-color: #00519A !important;
    background-color: #00519A !important;
}

.br-5 {
    border-radius: 5px !important;
}

/*border*/
/*width*/
.W-fit-content {
    width: fit-content;
}

.W-5P {
    width: 5%;
}

.W-10P {
    width: 10%;
}

.W-15P {
    width: 15%;
}

.W-20P {
    width: 20%;
}

.W-30P {
    width: 30%;
}

.W-35P {
    width: 35%;
}

.W-40P {
    width: 40%;
}

.W-45P {
    width: 45%;
}

.W-50P {
    width: 50%;
}

.W-60P {
    width: 60%;
}

.W-70P {
    width: 70%;
}

.W-80P {
    width: 80%;
}

.W-85P {
    width: 85%;
}

.W-100P {
    width: 100%;
}

/*width*/

/*cursor*/
.cursor-pointer {
    cursor: pointer;
}

/*cursor*/

.font-log-detail {
    color: #00519a;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fade-popup {
    opacity: 1 !important;
}

.vertical-nav-menu li {
    font-size: 14px;
}

.btn-notice {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: solid #00519A 1px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px !important;
    width: 33.5px !important;
    height: 33.5px !important;
    border-radius: 5px !important;
}

.btn-notice:hover {
    background-color: #F6F6F6;
}

.btn-light-blue {
    color: #00519A !important;
    border-color: #00519A !important;
    background-color: #F3F9FF !important;
}

.btn-light-blue2 {
    color: #00519A !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.show {
    font-family: font_body;
    font-size: 14px;
}

.dropdown-channel {
    left: -52px !important;
}

.dropdown-menu.show > li > a:hover {
    text-decoration: none;
    background-color: #F3F9FF;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #333333;
}

.angle-down {
    font-size: 30px;
    font-weight: bold;
    color: #00519a;
}

.credit {
    font-size: 35px;
    color: #00519a;
    margin-right: 10px;
}

.header {
    color: #00519a;
    font-size: 20px;
    margin: 0px;
}

.head-store {
    width: fit-content;
    float: left;
    padding: 5px 15px;
    cursor: pointer;
    color: #7E7E7E;
    font-size: 14px !important;
}

.head-store:hover, .head-store-active:hover {
    text-decoration: none;
}

.head-store-active {
    width: fit-content;
    float: left;
    padding: 5px 15px;
    color: #00519a;
    font-size: 16px;
    font-family: font_heading;
    border-bottom: solid 2px #00519a;
    cursor: pointer;
}

/*head status*/
.status {
    background: #F3F9FF;
    color: #00519a;
    border-radius: 60px;
    margin: 0px 15px;
    font-size: 18px;
    padding: 10px 20px;
}

.active-btn {
    background: #00519A;
    color: white;
}

.status, .active-btn {
    cursor: pointer;
}

.status > a {
    color: #00519a;
}

.status > a:hover {
    text-decoration: none;
    color: #00519a;
}

.active-btn > a {
    color: white;
}

.active-btn > a:hover {
    text-decoration: none;
    color: white;
}

/*head status*/
/*head shop*/
.shop {
    background: #FFEFEF;
    color: #FF5353;
    border-radius: 60px;
    margin: 0px 4px;
    font-size: 18px;
    padding: 5px 10px;
}

.shop-active {
    background: #FF5353;
    color: white;
}

.shop, .shop-active {
    cursor: pointer;
}

/*head shop*/

/*shop css*/
.head-shop {
    cursor: pointer;
    border-bottom: solid 1px #AEAEAE;
}

.head-active {
    cursor: pointer;
    color: #E8001C;
    font-weight: 600;
    border-bottom: solid 1px #E8001C;
}

.shop-item {
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    margin-top: 15px;
}

#loadBoxGrade, #loadBoxShop {
    font-size: 30px;
    margin: 10% 0%;
}

/*shop css*/

.form {
    font-family: font_heading;
}

.r {
    cursor: pointer;
    color: #ffffff;
    height: 45px;
    width: 100%;
}

.color {
    background-color: #00519A;
    border: none;
}

.color:hover {
    background-color: #ffffff;
    color: #00519A;
    border: solid #00519A 1px;
}

.input-group-addon {
    padding: 6.9px;
    font-weight: 400;
    line-height: 1;
    color: #161616;
    text-align: center;
    border: 1px solid #ced4da;
    /*border-radius: 0px 5px 5px 0px;*/
    width: auto;
}

.box-search {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.data-shipping {
    font-size: 16px;
}

.data-shipping table thead tr th {
    background: #FAFAFA;
    color: #00519A;
    text-align: center;
    height: 64px;
    vertical-align: middle;
}

.data-shipping table tbody tr td {
    background-color: white;
    text-align: center;
}

.data-order {
    font-size: 16px;
}

.data-order table thead tr th {
    background: #FAFAFA;
    color: #00519A;
    text-align: center;
    height: 64px;
    vertical-align: middle;
}

.data-order table tbody tr td {
    background-color: white;
    text-align: center;
}

.data-payment { /*grid view payment หน้าแรกของตรวจสอบแจ้งโอนเงิน*/
    font-size: 16px;
}

.data-payment table thead tr th {
    background: #FAFAFA;
    color: #00519A;
    text-align: center;
    height: 64px;
    vertical-align: middle;
}

.data-payment table tbody tr td {
    background-color: white;
    /*color: rgba(126, 126, 126, 1);*/
    text-align: center;
}

.data-payment table thead tr th a {
    color: #00519A;
}

.access-finance, .province {
    font-size: 16px;
}

.access-finance, .province table thead tr th {
    background: #FAFAFA;
    color: #00519A;
}

.access-finance, .province table tbody tr td {
    background-color: #fdfdfd;
    color: rgba(126, 126, 126, 1);
    /*text-align: center;*/
}

.access-finance, .province table thead tr th a {
    color: rgba(126, 126, 126, 1);
}

.shipping-status-40000 {
    font-weight: 500;
    color: #F9963B;
}

.shipping-status-60000 {
    font-weight: 500;
    color: #F9963B;
}

.kv-expand-detail-row td {
    background-color: #ffffff !important;
}

.kv-expand-detail-row {
    color: #7E7E7E !important;
}

.print_status_0 input {

}

.print_status_1 input {

}

/*pagination*/
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}

.pagination li.active a {
    background-color: #00519a !important;
    border-color: #00519a !important;
    color: white !important;
}

.pagination li a {
    color: #00519A !important;
}

.pagination {
    font-size: 14px;
    display: flex !important;
    justify-content: center !important;
}

/*pagination*/
.datepicker-days, .datepicker-months, .datepicker-years {
    font-size: 14px;
}

.datetimepicker-days, .datetimepicker-months, .datetimepicker-years {
    font-size: 14px;
}

/*.datetimepicker td, .datetimepicker th{*/
/*width: 32px !important;*/
/*}*/

.box-search-status {
    float: left !important;
    align-items: center !important;
}

.head-trans-00519a > div {
    font-size: 14px;
    color: #00519a;
    font-weight: 500;
    line-height: 30px;
}

.data-trans > div {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.border-transfer {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-top: 5px;
    border-top: solid 1px #DEDEDE;
}

.box-slip-img {
    padding: 15px;
    background-color: #F6F6F8;
    border: solid 1px #c2c2c2;
    border-radius: 5px;
}

/*.box-slip-img > a > img {*/
/*width: 140px;*/
/*}*/

.box-slip-total {
    padding: 10px;
    background-color: #FFF1F1;
    color: #ff5353;
    font-size: 14px;
    border-radius: 5px;
}

.badge-alert {
    z-index: 1;
    position: absolute;
    border-radius: 15px !important;
    color: white;
    padding: 5px 5px !important;
    background-color: #00519A;
    text-indent: initial;
}

.badge-alert {
    right: 2%;
    bottom: 30%;
}

/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: -1px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

input:checked + .slider {
    background-color: #e0f3ff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #d8ebf7;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*switch*/
.box-switch {
    float: left;
    width: 25%;
}

.box-switch > p {
    font-size: 14px;
}

.hide {
    display: none;
}

article {
    position: relative;
    float: left;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    border: solid 1px #00519A;
    border-radius: 5px;
    height: 43px;
    width: 100%;
    font-size: 14px;
}

article div {
    width: 100%;
    height: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    line-height: 25px;
}

article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    opacity: 0;
    cursor: pointer;
}

article input:disabled {
    cursor: no-drop;
    background-color: #F5F4F4;
}

input[type=radio]:checked ~ .type_number {
    background-color: #00519A;
    border: 1px solid #00519A;
    color: white;
    border-radius: 5px;
    height: 42px;
}

.bank-transfer {
    width: 31%;
    height: 110px;
    margin: 1%;
}

input[type=radio]:checked ~ .transfer {
    background-color: #00519A;
    border: 1px solid #00519A;
    color: white;
    border-radius: 5px;
}

.bank-transfer input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    opacity: 0;
    cursor: pointer;
}

.head-table {
    color: #00519A;
    font-size: 14px;
}

.content-repayment {
    border-bottom: solid 1px #c2c2c2;
    padding: 15px 0px;
}

.cancel-log {
    background-color: #FFF1F1;
    color: #ff5353;
}

.shop-all {
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 15px;
}

/*css stock*/
.data-product-inventory {
    float: left;
    background-color: white;
    margin: 10.1px;
}

.inventory {
    border: 2px solid #E5E6EB;
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

.quantity-sale-day {
    border: 2px solid #E5E6EB;
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quantity-cosmics {
    background-color: #FBFBFB;
    border: 2px solid #E5E6EB;
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sumQuantity {
    padding: 2px 20px 2px 20px;
    background-color: #00519a;
    color: white;
    border-radius: 20px;
    width: fit-content;
}

.sumQuantityProtection {
    padding: 2px 20px 2px 20px;
    background-color: #F9963B;
    color: white;
    border-radius: 20px;
    width: fit-content;
}

.sum-product {
    width: 100%;
    float: left;
    background: #99B2C8;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.remaining-stock {
    background-color: white;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 6px;
}

/*css stock*/

/*css box inventory shop*/
.box-data-inventory {
    min-height: 300px;
    border-radius: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-inventory {
    background: #F3F9FF;
    color: #00519A;
    border-radius: 60px;
    margin: 0px 4px;
    font-size: 18px;
    padding: 5px 10px;
}

.shop-inventory-active {
    border: 1.5px solid #00519A;
    background: #F3F9FF;
    color: #00519A;
}

.shop-inventory, .shop-inventory-active {
    cursor: pointer;
}

/*css box inventory shop*/

/*size1 desktop1200*/
@media only screen and (min-width: 1200px) {
    .data-product-inventory {
        width: 15%;
    }

    .sizeFullNoneDisplay {
        display: none !important;
    }

    .Link-Payment {
        width: 25%;
    }

    .icon-filter-desktop {
        align-items: center;
        height: 33px;
        display: flex;
    }

    .form {
        padding: 50px 150px;
    }

    .img-login {
        height: 100vh;
        background-color: #3b599a;
        float: left;
    }

    .login-form {
        height: 100vh;
        float: left;
    }

    .login-form {
        width: 50%;
    }

    .display-mobile {
        display: none;
    }

    .display-desktop {
        display: block;
    }

    .display-mobile-grid-view {
        display: none;
    }

    .display-desktop-grid-view {
        display: revert;
    }

    .box-search-status {
        width: 46% !important;
    }

}

/*size2 desktop1000*/
@media only screen and (max-width: 1200px) and (min-width: 1001px) {
    .data-product-inventory {
        width: 22.5%;
    }

    .sizeFullNoneDisplay {
        display: none !important;
    }

    .Link-Payment {
        width: 25%;
    }

    .icon-filter-desktop {
        align-items: center;
        height: 33px;
        display: flex;
    }

    .form {
        padding: 50px 150px;
    }

    .img-login {
        height: 100vh;
        background-color: #3b599a;
        float: left;
    }

    .login-form {
        height: 100vh;
        float: left;
    }

    .login-form {
        width: 50%;
    }

    .display-mobile {
        display: none;
    }

    .display-desktop {
        display: block;
    }

    .box-search-status {
        width: 46% !important;
    }
}

/*size3 tablet500*/
@media only screen and (max-width: 1000px) and (min-width: 501px) {
    .data-product-inventory {
        width: 30%;
    }

    .sizeMinNoneDisplay {
        display: none !important;
    }

    .border-transfer-all {
        padding: 10px;
        border-bottom: solid 1px #D7D7D7;
    }

    .icon-filter-desktop {
        display: none;
    }

    .form {
        padding: 20px;
    }

    .img-login {
        display: none;
    }

    .login-form {
        width: 100%;
    }

    .display-mobile {
        display: block;
    }

    .display-desktop {
        display: none;
    }

    .box-search-status {
        width: 50% !important;
    }
}

/*size4 mobile*/
@media only screen and (max-width: 501px) {
    .mini-box-data-stock {
        text-align: right;
        margin-top: 15px;
    }

    .sizeMinNoneDisplay {
        display: none !important;
    }

    .border-transfer-all {
        padding: 10px;
        border-bottom: solid 1px #D7D7D7;
    }

    .icon-filter-desktop {
        display: none;
    }

    .form {
        padding: 20px;
    }

    .img-login {
        display: none;
    }

    .login-form {
        width: 100%;
    }

    .display-mobile {
        display: block;
    }

    .display-desktop {
        display: none;
    }

    .display-mobile-grid-view {
        display: revert !important;
    }

    .display-desktop-grid-view {
        display: none !important;
    }

    .box-search-status {
        width: 50% !important;
    }

}

@media screen and (max-width: 480px) {
    .set-grid-view-order .kv-table-wrap th,
    .set-grid-view-order .kv-table-wrap td {
        display: table-cell !important;
    }

    .set-grid-view-order .kv-table-wrap .display-mobile-grid-view {
        display: revert !important;
    }

    .set-grid-view-order .kv-table-wrap .display-desktop-grid-view {
        display: none !important;
    }
}


/*loading css*/
.loader {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    justify-content: center;
    background: white;
    padding: 150px;
    box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
}

.loader span {
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.loader span:nth-child(2) {
    background: #00519a;
}

.loader span:nth-child(3) {
    background: #0092e2;
}

.loader span:nth-child(4) {
    background: #F3F9FF;
}

.loader span:not(:last-child) {
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.loader span:last-child {
    animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(10px, -10px);
    }
    20% {
        transform: translate(20px, 10px);
    }
    30% {
        transform: translate(30px, -50px);
    }
    70% {
        transform: translate(-150px, -50px);
    }
    80% {
        transform: translate(-140px, 10px);
    }
    90% {
        transform: translate(-130px, -10px);
    }
    100% {
        transform: translate(-120px, 0);
    }
}

/*loading css*/

/*size index*/

.background-fff {
    background-color: #fff;
}

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

.color-00519a {
    color: #00519a;
}

.color-3f6ad8 {
    color: #3f6ad8;
}

.box_name_writer {
    display: flex;
    flex-direction: column;
    height: 500px;
    overflow: auto;
}
.box-list-weight{
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 15px;
    width: 60%;
}

