/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- navbar color */


/* 上部メニューの背景色（全部同じ色だとシステムの見分けがつかなくなるため）
.navbar-static-top {
    background-color: #000000 !important;
}
.logo {
    background-color: #000000 !important;
}
*/


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- customize */
.copyable span {
    transition: background-color 0.8s;
}

.highlight {
    background-color: gray;
}
.copyNotification {
    visibility: hidden;
    transition: visibility 0.8s;
}

.showNotification {
    visibility: visible;
}
.hold-transition .container {
    margin-top: 0;
    height: calc(100vh);
    display: block;
}

.hold-transition .container .row {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin-top: calc(-5vh);
}

.hold-transition .container .row {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin-top: calc(-5vh);
}

.hold-transition .container input.form-control {
    margin-left: 5px;
}


/* 992px以下 */

@media (max-width: 991px) {
    .hold-transition .container .row {
        position: relative;
        top: 50%;
        left: initial;
        transform: translateY(-50%) translateX(0);
        -webkit- transform: translateY(-50%) translateX(0);
        margin-top: calc(-5vh);
    }
    .hold-transition .container input.form-control {
        margin-left: 0;
    }
}

.container {
    margin-top: 100px;
}

.logo {
    position: relative;
    display: inline-block;
    text-align: center;
}

.logo-mini {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

a.disabled {
    pointer-events: none;
}


/* main-header */

.main-header .navbar .sidebar-toggle {
    width: 50px;
    text-align: center;
}

.main-header .navbar .sidebar-toggle {
    width: 50px;
    text-align: center;
    /* サイドバー表示/非表示のボタン表示設定 */
    /* display: none; */
}

.main-header .navbar .navbar-custom-menu-content-header {
    display: inline-block;
    float: left;
    margin: 16px 0;
    padding: 0 0 0 15px;
    height: 18px;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(1, 1, 0, .05);
    line-height: 18px;
    color: #ffffff;
    cursor: default;
}

.main-header .navbar .navbar-notification-menu {
    display: inline-block;
    float: left;
    margin: 16px 16px 16px 0;
    padding: 0 0 0 14px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: .02em;
}

.main-header .navbar .navbar-custom-menu-username {
    display: inline-block;
    float: left;
    margin: 16px 30px 16px 0;
    padding: 0 0 0 14px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: .02em;
}

.navbar-notification-dropdown-header, .navbar-notification-dropdown-footer {
    display: block;
    font-size: 18px;
    padding: .5rem 1rem;
    text-align: center;
    color: #6c757d;
    white-space: nowrap;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.navbar-notification-dropdown-header {
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.navbar-notification-dropdown-footer {
    border-top-width: 0.01px;
    border-bottom-width: 0px;
}

.navbar-notification-dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-top-width: 0.01px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}



/* 768px以下 */

@media (max-width: 767px) {
    /* サイドバー表示/非表示のボタン表示設定 */
    /* .main-header .navbar .sidebar-toggle {
        display: block;
    } */
    .main-header .navbar .navbar-custom-menu-content-header {
        margin: 16px 0;
        padding: 0 0 0 0;
        text-align: center;
        box-sizing: border-box;
        width: calc(100% - 100px);
    }
    .main-header .navbar .navbar-custom-menu-username {
        display: none;
    }
}


/* sidebar-menu  */

.sidebar-menu>li.treeview>a {
    border-left: 3px solid #255883;
}

.sidebar-menu>li.treeview>a:hover {
    border-left-color: #3c8dbc;
}

.treeview-menu {
    padding-left: 2px;
}


/* box */

.box {
    margin-bottom: 15px;
}

.box.box-no-margin-bottom {
    margin-bottom: 0;
    overflow-x: hidden;
}

.box .box-header .box-title {
    font-size: 16px;
}

.box .box-header i {
    margin-left: 2px;
    margin-right: 10px !important;
    font-size: 16px !important;
    line-height: 16px;
}

.box .box-header.with-border {
    border-bottom: solid 1px #e0e0e0;
}

.box .box-body {
    /* line-height: 1.8em; */
}

.box .box-body.box-body-no-padding-top {
    padding-top: 0;
}

.box i.icon-right-margin {
    margin-right: 6px;
    position: relative;
    top: 1px;
    font-size: 18px;
    line-height: 19px;
}

.box .box-tools.pull-right button {
    width: initial;
    outline: 0;
}

.box .box-tools.pull-right button i {
    margin: 0 !important;
    outline: 0;
}

.box .box-footer {
    border-top: solid 1px #e0e0e0;
}

.box .box-footer .pull-right {
    margin-right: 8px;
}


/* box-footer-paginate */


/* 640px以下 */

@media (max-width: 639px) {
    .box-footer-paginate li a:not([rel]) {
        display: none;
    }
    .box-footer-paginate li:not([aria-label]) span {
        display: none;
    }
    .box-footer-paginate li[aria-current="page"] span {
        display: block;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- list-section */

.list-section {
    padding-top: 15px;
    box-sizing: border-box;
}

.list-section:first-child {
    padding-top: 0;
}

.list-section .box-header {
    padding: 10px 0 0 10px;
}

.list-section .box .box-footer-paginate {
    text-align: center;
    height: 52px;
    box-sizing: border-box;
    font-size: 0;
}

.list-section .box .box-footer-paginate .pagination {
    margin: 0;
    font-size: 12px;
}


/* list-menu */

.list-section .list-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.list-section .list-menu input[type="text"] {
    padding: 4px 6px;
}

.list-section .list-menu-flex {
    margin: 0;
    padding: 0 0 10px 10px;
}

.list-section .list-menu-flex:first-child {
    padding-left: 0;
}

.list-section .list-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.list-section .list-menu .select-section {
    width: 120px;
    order: 1;
}

.list-section .list-menu .select-section div,
.list-section .list-menu .select-section select {
    width: 100%;
}

.list-section .list-menu .search-word {
    width: 320px;
    order: 2;
}

.list-section .list-menu .search-word button {
    width: 30px;
    padding: 4px !important;
}

.list-section .list-menu .search-word button i {
    margin: 0 2px !important;
    color: #606060;
}

.list-section .list-menu .per-page {
    width: 80px;
    order: 3;
}

.list-section .list-menu .per-page select {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 4px;
    border-radius: 3px !important;
    cursor: pointer;
}

.list-section .list-menu .menu-infromation {
    flex: 1;
    padding-right: 10px;
    text-align: right;
    order: 4;
}

.list-section.editable .list-menu .menu-infromation {
    padding-right: 0;
}

.list-section .list-menu .menu-infromation div {
    display: inline-block;
    line-height: 30px;
}

.list-section .list-menu .new-register-button {
    width: 98px;
    padding: 0 0 10px 10px;
    order: 5;
    display: none;
}

.list-section.editable .list-menu .new-register-button {
    display: block;
}

.list-section .list-menu .new-register-button div {
    float: right;
    line-height: 30px;
}

.list-section .list-menu .new-register-button button {
    width: 88px;
    padding: 5px 8px 5px 6px;
}

.list-section .list-menu .new-register-button button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}

.list-section .list-menu .batch-processing-button {
    width: 108px;
    padding: 0 10px 10px 10px;
    order: 6;
    display: none;
}

.list-section.editable .list-menu .batch-processing-button {
    display: block;
}

.list-section .list-menu .batch-processing-button div {
    float: right;
    line-height: 30px;
}

.list-section .list-menu .batch-processing-button button {
    width: 88px;
    padding: 5px 8px 5px 6px;
}

.list-section .list-menu .batch-processing-button button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}

.list-section .list-menu .sales-code-manage-csv {
    width: 160px;
    padding: 0 10px 10px 10px;
    order: 6;
    display: none;
}

.list-section.editable .list-menu .sales-code-manage-csv {
    display: block;
}

.list-section .list-menu .sales-code-manage-csv div {
    float: right;
    line-height: 30px;
}

.list-section .list-menu .sales-code-manage-csv button {
    width: 140px;
    padding: 5px 8px 5px 6px;
}

.list-section .list-menu .sales-code-manage-csv button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}

.list-section .list-menu .delete-data-button {
    width: 108px;
    padding: 0 10px 10px 10px;
    order: 6;
    display: none;
}

.list-section.editable .list-menu .delete-data-button {
    display: block;
}

.list-section .list-menu .delete-data-button div {
    float: right;
    line-height: 30px;
}

.list-section .list-menu .delete-data-button button {
    width: 97px;
    padding: 5px 8px 5px 6px;
}

.list-section .list-menu .delete-data-button button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .list-section .list-menu .select-section {
        order: 1;
    }
    .list-section .list-menu .search-word {
        width: calc(100%);
        order: 6;
        padding-left: 0;
        padding-right: 10px;
    }
    .list-section .list-menu .per-page {
        order: 2;
    }
    .list-section .list-menu .menu-infromation {
        width: calc(100vw - 300px);
        order: 3;
    }
    .list-section.editable .list-menu .menu-infromation {
        width: calc(100vw - 496px);
    }
    .list-section .list-menu .new-register-button {
        order: 4;
    }
    .list-section .list-menu .batch-processing-button {
        order: 5;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .list-section .list-menu .menu-infromation {
        width: calc(100vw - 250px);
    }
    .list-section.editable .list-menu .select-section {
        order: 1;
    }
    .list-section.editable .list-menu .search-word {
        width: 100%;
        order: 3;
    }
    .list-section.editable .list-menu .per-page {
        flex: 1;
        order: 4;
        padding-left: 0;
        padding-right: 10px;
    }
    .list-section.editable .list-menu .menu-infromation {
        order: 2;
        padding-right: 10px;
    }
    .list-section.editable .list-menu .new-register-button {
        width: calc(100vw - 228px);
        order: 5;
    }
    .list-section.editable .list-menu .batch-processing-button {
        order: 6;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* list-table */

.list-section .list-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.list-section .list-table-wrapper {
    height: calc(100vh - 195px);
    overflow-y: scroll;
}

.list-section .list-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.list-section .list-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.list-section .list-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.list-section .list-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.list-section .list-table tr {
    position: relative;
}

.list-section .list-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.list-section .list-table th,
.list-section .list-table td {
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 1.2em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.list-section .list-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 22px;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
    text-align: center;
    vertical-align: middle;
}

.list-section .list-table th.sub-th {
    top: 22px;
    font-weight: initial;
    background-color: #b0b0b0;
}

.list-section .list-table th:before,
.list-section .list-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.list-section .list-table th:before {
    top: -1px;
}

.list-section .list-table th:after {
    bottom: -1px;
}

.list-section .list-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.list-section .list-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.list-section .list-table th i:hover {
    opacity: 1;
}

.list-section .list-table td {
    height: 36px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .list-section .list-table-wrapper {
        height: calc(100vh - 235px);
        overflow-y: scroll;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .list-section .list-table-wrapper {
        height: calc(100vh - 285px);
        overflow-y: scroll;
    }
    .list-section.editable .list-table-wrapper {
        height: calc(100vh - 325px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .list-section.editable .list-table-wrapper {
        height: calc(100vh - 315px);
        overflow-y: scroll;
    }
    .list-section .box-body {
        padding: 10px 0 0 0;
    }
    .list-section .list-table tr {
        white-space: nowrap;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- form-section */

.form-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .form-section {
        flex-flow: column nowrap;
    }
}

.form-section .form-section-main {
    padding: 0;
    flex-grow: 1;
}

.form-section:first-child {
    padding-top: 0;
}

.form-section .box-header-title {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}


/* form-table */

.form-table-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.form-table tr {
    position: relative;
}

.form-table th,
.form-table td {
    font-size: 12px !important;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.form-table th {
    padding: 4px 6px !important;
    color: white;
    background-color: #808080;
    width: 160px;
}

.form-table td {
    padding: 0 !important;
    height: 36px !important;
    vertical-align: middle !important;
}

.form-table input[type="text"],
.form-table input[type="number"],
.form-table input[type="datetime-local"] {
    padding: 4px 6px;
    width: 100%;
    height: 36px;
    line-height: 28px !important;
    border: 0;
    outline: 0;
    background-color: rgba(217, 122, 28, 0.01);
    box-shadow: 0 0 1px 1px rgba(217, 122, 28, 0.5) inset;
}

.form-table td textarea {
    display: block;
    margin: 0;
    padding: 6px;
    width: 100%;
    height: 106px;
    line-height: 1.4em;
    border: 0;
    outline: 0;
    background-color: rgba(217, 122, 28, 0.01);
    box-shadow: 0 0 1px 1px rgba(217, 122, 28, 0.5) inset;
    resize: none;
}

.form-table select {
    padding: 4px 6px;
    width: 100%;
    height: 36px;
    border: 0;
    outline: 0;
    cursor: default;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(217, 122, 28, 0.01);
    box-shadow: 0 0 1px 1px rgba(217, 122, 28, 0.5) inset;
}

.form-table input[type="text"][disabled],
.form-table input[type="number"][disabled],
.form-table input[type="datetime-local"][disabled],
.form-table select[disabled],
.form-table textarea[disabled] {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: initial;
}

.form-table span.input {
    display: block;
    padding: 4px 6px;
    width: 100%;
    height: 36px;
    line-height: 28px !important;
    border: 0;
    outline: 0;
    background-color: #f8f8f8;
}


/* 480px以下 */

@media (max-width: 479px) {
    .form-table th {
        width: 120px;
    }
}


/* form-footer */

.form-section .box-footer {
    padding-bottom: 0;
}

.form-section .form-menu {
    display: flex;
    flex-flow: row wrap;
}

.form-section .form-menu-flex {
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
}

.form-section .form-menu-flex:last-child {
    margin-right: 0 !important;
}

.form-section .form-menu-flex div {
    width: 100%;
    line-height: 30px;
}

.form-section .form-menu-flex .btn-block {
    width: 100%;
    padding: 5px 8px;
    outline: 0 !important;
}

.form-section .form-menu-flex .btn-block i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}

.form-section .form-menu-flex button.edit-mode {
    background-color: #d97a1c !important;
    border-color: #b3661b !important;
}

.form-section .form-menu-flex button.edit-mode:hover {
    background-color: #b3661b !important;
    border-color: #a3560b !important;
}

.form-section .form-menu-flex button.edit-mode:active {
    background-color: #a3560b !important;
    border-color: #a3560b !important;
}


/* form-section-sub */

.form-section .form-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 345px;
}

.form-section .form-section-sub .box {
    position: fixed;
    margin-bottom: 0;
    width: 345px;
    height: calc(100vh - 80px);
}

.form-section .form-section-sub .form-table-wrapper {
    width: 100%;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .form-section .form-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .form-section .form-section-sub .box {
        position: relative;
        height: initial;
        width: 100%;
    }
    .form-section .form-section-sub .box:last-child {
        margin-bottom: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- batch-section */

.batch-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .batch-section {
        flex-flow: column nowrap;
    }
}

.batch-section .batch-section-main {
    padding: 0;
    flex-grow: 1;
}

.batch-section .batch-section-main .box-body {
    padding-bottom: 0;
}

.batch-section:first-child {
    padding-top: 0;
}

.batch-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* batch-body */

.batch-section .batch-menu {
    display: flex;
    flex-flow: row wrap;
}

.batch-section .batch-menu-flex {
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
}

.batch-section .batch-menu-flex:last-child {
    margin-right: 0 !important;
}

.batch-section .batch-menu-flex div {
    width: 100%;
    line-height: 30px;
}

.batch-section .batch-menu-flex .btn-block {
    width: 100%;
    padding: 5px 8px;
    outline: 0 !important;
}

.batch-section .batch-menu-flex .btn-block i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}

.batch-section .batch-menu-flex label {
    display: block;
    margin: 0;
}

.batch-section .batch-menu-flex label input[type="file"] {
    display: none;
}

.batch-section textarea {
    display: block;
    margin: 0 0 10px 0;
    padding: 8px;
    width: 100%;
    height: calc(100vh - 293px);
    min-height: 200px;
    border: solid 1px #d0d0d0;
    border-radius: 3px;
    outline: 0;
    resize: none;
}


/* 768px以下 */

@media (max-width: 767px) {
    .batch-section textarea {
        height: calc(100vh - 375px);
    }
}


/* batch-section-sub */

.batch-section .batch-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 360px;
}

.batch-section .batch-section-sub .box {
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 80px);
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .batch-section .batch-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .batch-section .batch-section-sub .box {
        height: initial;
    }
    .batch-section .batch-section-sub .box:last-child {
        margin-bottom: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- progress-section */

.progress-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.progress-section .box-header {
    padding: 10px 0 0 10px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .progress-section {
        flex-flow: column nowrap;
    }
}

.progress-section .progress-section-main {
    padding: 0;
    flex-grow: 1;
}

.progress-section .progress-section-main .box-body {
    padding-bottom: 0;
}

.progress-section:first-child {
    padding-top: 0;
}

.progress-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* progress-menu */

.progress-section .progress-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.progress-section .progress-menu input[type="text"] {
    padding: 4px 6px;
}

.progress-section .progress-menu-flex {
    margin: 0;
    padding: 0 0 0 10px;
}

.progress-section .progress-menu-flex:first-child {
    padding-left: 0;
}

.progress-section .progress-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.progress-section .progress-menu .select-storage {
    width: 120px;
    order: 1;
}

.progress-section .progress-menu .select-storage div,
.progress-section .progress-menu .select-storage select {
    width: 100%;
}


/* progress-table */

.progress-section .progress-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.progress-section .progress-table-wrapper {
    height: calc(100vh - 207px);
    overflow-y: scroll;
}

.progress-section .progress-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.progress-section .progress-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.progress-section .progress-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.progress-section .progress-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.progress-section .progress-table tr {
    position: relative;
}

.progress-section .progress-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.progress-section .progress-table th,
.progress-section .progress-table td {
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.progress-section .progress-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
    text-align: center;
    vertical-align: middle;
}

.progress-section .progress-table th:before,
.progress-section .progress-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.progress-section .progress-table th:before {
    top: -1px;
}

.progress-section .progress-table th:after {
    bottom: -1px;
}

.progress-section .progress-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.progress-section .progress-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.progress-section .progress-table th i:hover {
    opacity: 1;
}

.progress-section .progress-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .progress-section .progress-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
    .progress-section .progress-table tr {
        white-space: nowrap;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .progress-section .progress-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .progress-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* progress-section-sub */

.progress-section .progress-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 360px;
}

.progress-section .progress-section-sub .box-header {
    padding: 10px 0 10px 10px;
}

.progress-section .progress-section-sub .box {
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .progress-section .progress-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .progress-section .progress-section-sub .box {
        height: initial;
    }
    .progress-section .progress-section-sub .box:last-child {
        margin-bottom: 0;
    }
}


/* 480px以下 */

@media (max-width: 479px) {
    .progress-section .progress-section-sub .box-body {
        padding: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- shipping-list-section */

.shipping-list-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.shipping-list-section .box-header {
    padding: 10px 0 0 10px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .shipping-list-section {
        flex-flow: column nowrap;
    }
}

.shipping-list-section .shipping-list-section-main {
    padding: 0;
    flex-grow: 1;
}

.shipping-list-section .shipping-list-section-main .box-body {
    padding-bottom: 0;
}

.shipping-list-section:first-child {
    padding-top: 0;
}

.shipping-list-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* shipping-list-menu */

.shipping-list-section .shipping-list-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.shipping-list-section .shipping-list-menu input[type="text"] {
    padding: 4px 6px;
}

.shipping-list-section .shipping-list-menu-flex {
    margin: 0;
    padding: 0 0 0 10px;
}

.shipping-list-section .shipping-list-menu-flex:first-child {
    padding-left: 0;
}

.shipping-list-section .shipping-list-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.shipping-list-section .shipping-list-menu .select-storage {
    width: 120px;
    order: 1;
}

.shipping-list-section .shipping-list-menu .select-storage div,
.shipping-list-section .shipping-list-menu .select-storage select {
    width: 100%;
}

.shipping-list-section .shipping-list-menu .select-section {
    width: 120px;
    order: 2;
}

.shipping-list-section .shipping-list-menu .select-section div,
.shipping-list-section .shipping-list-menu .select-section select {
    width: 100%;
}

.shipping-list-section .shipping-list-menu .select-shop {
    width: 200px;
    order: 3;
}

.shipping-list-section .shipping-list-menu .select-shop div,
.shipping-list-section .shipping-list-menu .select-shop select {
    width: 100%;
}

.shipping-list-section .shipping-list-menu .select-express {
    width: 100px;
    order: 4;
}

.shipping-list-section .shipping-list-menu .select-express div,
.shipping-list-section .shipping-list-menu .select-express select {
    width: 100%;
}

.shipping-list-section .shipping-list-menu .select-status {
    width: 120px;
    order: 5;
}

.shipping-list-section .shipping-list-menu .select-status div,
.shipping-list-section .shipping-list-menu .select-status select {
    width: 100%;
}

.shipping-list-section .shipping-list-menu .search-word {
    width: 320px;
    order: 6;
}

.shipping-list-section .shipping-list-menu .search-word button {
    width: 30px;
    padding: 4px !important;
}

.shipping-list-section .shipping-list-menu .search-word button i {
    margin: 0 2px !important;
    color: #606060;
}


/* shipping-list-table */

.shipping-list-section .shipping-list-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.shipping-list-section .shipping-list-table-wrapper {
    height: calc(100vh - 207px);
    overflow-y: scroll;
}

.shipping-list-section .shipping-list-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.shipping-list-section .shipping-list-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.shipping-list-section .shipping-list-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.shipping-list-section .shipping-list-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.shipping-list-section .shipping-list-table tr {
    position: relative;
}

.shipping-list-section .shipping-list-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.shipping-list-section .shipping-list-table th,
.shipping-list-section .shipping-list-table td {
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.shipping-list-section .shipping-list-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
    text-align: center;
    vertical-align: middle;
}

.shipping-list-section .shipping-list-table th:before,
.shipping-list-section .shipping-list-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.shipping-list-section .shipping-list-table th:before {
    top: -1px;
}

.shipping-list-section .shipping-list-table th:after {
    bottom: -1px;
}

.shipping-list-section .shipping-list-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.shipping-list-section .shipping-list-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.shipping-list-section .shipping-list-table th i:hover {
    opacity: 1;
}

.shipping-list-section .shipping-list-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .shipping-list-section .shipping-list-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
    .shipping-list-section .shipping-list-table tr {
        white-space: nowrap;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .shipping-list-section .shipping-list-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .shipping-list-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- waiting-section */

.waiting-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.waiting-section .box-header {
    padding: 10px 0 0 10px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .waiting-section {
        flex-flow: column nowrap;
    }
}

.waiting-section .waiting-section-main {
    padding: 0;
    flex-grow: 1;
}

.waiting-section .waiting-section-main .box-body {
    padding-bottom: 0;
}

.waiting-section:first-child {
    padding-top: 0;
}

.waiting-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* waiting-menu */

.waiting-section .waiting-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.waiting-section .waiting-menu input[type="text"] {
    padding: 4px 6px;
}

.waiting-section .waiting-menu-flex {
    margin: 0;
    padding: 0 0 0 10px;
}

.waiting-section .waiting-menu-flex:first-child {
    padding-left: 0;
}

.waiting-section .waiting-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.waiting-section .waiting-menu .select-storage {
    width: 120px;
    order: 1;
}

.waiting-section .waiting-menu .select-storage div,
.waiting-section .waiting-menu .select-storage select {
    width: 100%;
}


/* waiting-table */

.waiting-section .waiting-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.waiting-section .waiting-table-wrapper {
    height: calc(100vh - 207px);
    overflow-y: scroll;
}

.waiting-section .waiting-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.waiting-section .waiting-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.waiting-section .waiting-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.waiting-section .waiting-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.waiting-section .waiting-table tr {
    position: relative;
}

.waiting-section .waiting-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.waiting-section .waiting-table th,
.waiting-section .waiting-table td {
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.waiting-section .waiting-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
}

.waiting-section .waiting-table th:before,
.waiting-section .waiting-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.waiting-section .waiting-table th:before {
    top: -1px;
}

.waiting-section .waiting-table th:after {
    bottom: -1px;
}

.waiting-section .waiting-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.waiting-section .waiting-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.waiting-section .waiting-table th i:hover {
    opacity: 1;
}

.waiting-section .waiting-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .waiting-section .waiting-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
    .waiting-section .waiting-table tr {
        white-space: nowrap;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .waiting-section .waiting-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .waiting-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* waiting-section-sub */

.waiting-section .waiting-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 360px;
}

.waiting-section .waiting-section-sub .box-header {
    padding: 10px 0 10px 10px;
}

.waiting-section .waiting-section-sub .box {
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .waiting-section .waiting-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .waiting-section .waiting-section-sub .box {
        height: initial;
    }
    .waiting-section .waiting-section-sub .box:last-child {
        margin-bottom: 0;
    }
}


/* 480px以下 */

@media (max-width: 479px) {
    .waiting-section .waiting-section-sub .box-body {
        padding: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- waiting-details-section */

.waiting-details-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.waiting-details-section .box-header {
    padding: 10px 0 0 10px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .waiting-details-section {
        flex-flow: column nowrap;
    }
}

.waiting-details-section .waiting-details-section-main {
    padding: 0;
    flex-grow: 1;
}

.waiting-details-section .waiting-details-section-main .box-body {
    padding-bottom: 0;
}

.waiting-details-section:first-child {
    padding-top: 0;
}

.waiting-details-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* waiting-details-menu */

.waiting-details-section .waiting-details-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.waiting-details-section .waiting-details-menu .select-waiting {
    width: calc(100vw - 327px);
    padding: 0 0 10px 0;
    height: 40px;
    line-height: 30px;
    order: 1;
}

.list-section .list-menu .new-register-button {
    width: 98px;
    padding: 0 0 10px 10px;
    order: 5;
    display: none;
}

.waiting-details-section .waiting-details-menu .filter-button {
    width: 92px;
    padding: 0 0 10px 10px;
    order: 2;
}

.waiting-details-section .waiting-details-menu .filter-button div {
    float: right;
    line-height: 30px;
}

.waiting-details-section .waiting-details-menu .filter-button button {
    width: 82px;
    padding: 5px 8px 5px 6px;
}

.waiting-details-section .waiting-details-menu .filter-button button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}

.waiting-details-section .waiting-details-menu .download-button {
    width: 135px;
    padding: 0 0 10px 10px;
    order: 3;
}

.waiting-details-section .waiting-details-menu .download-button div {
    float: right;
    line-height: 30px;
}

.waiting-details-section .waiting-details-menu .download-button button {
    width: 125px;
    padding: 5px 8px 5px 6px;
}

.waiting-details-section .waiting-details-menu .download-button button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 1px;
}


/* waiting-details-table */

.waiting-details-section .waiting-details-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.waiting-details-section .waiting-details-table-wrapper {
    height: calc(100vh - 207px);
    overflow-y: scroll;
}

.waiting-details-section .waiting-details-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.waiting-details-section .waiting-details-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.waiting-details-section .waiting-details-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.waiting-details-section .waiting-details-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.waiting-details-section .waiting-details-table tr {
    position: relative;
}

.waiting-details-section .waiting-details-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.waiting-details-section .waiting-details-table th,
.waiting-details-section .waiting-details-table td {
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.waiting-details-section .waiting-details-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
}

.waiting-details-section .waiting-details-table th:before,
.waiting-details-section .waiting-details-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.waiting-details-section .waiting-details-table th:before {
    top: -1px;
}

.waiting-details-section .waiting-details-table th:after {
    bottom: -1px;
}

.waiting-details-section .waiting-details-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.waiting-details-section .waiting-details-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.waiting-details-section .waiting-details-table th i:hover {
    opacity: 1;
}

.waiting-details-section .waiting-details-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .waiting-details-section .waiting-details-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
    .waiting-details-section .waiting-details-table tr {
        white-space: nowrap;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .waiting-details-section .waiting-details-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .waiting-details-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- label-section */

.label-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.label-section .box-header {
    padding: 10px 0 0 10px;
}

.label-section .box .box-footer-paginate {
    text-align: center;
    height: 52px;
    box-sizing: border-box;
    font-size: 0;
}

.label-section .box .box-footer-paginate .pagination {
    margin: 0;
    font-size: 12px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .label-section {
        flex-flow: column nowrap;
    }
}

.label-section .label-section-main {
    padding: 0;
    flex-grow: 1;
}

.label-section:first-child {
    padding-top: 0;
}

.label-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* label-menu */

.label-section .label-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.label-section .label-menu input[type="text"] {
    padding: 4px 6px;
}

.label-section .label-menu-flex {
    margin: 0;
    padding: 0 0 0 10px;
}

.label-section .label-menu-flex:first-child {
    padding-left: 0;
}

.label-section .label-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.label-section .label-menu .select-storage {
    width: 120px;
    order: 1;
}

.label-section .label-menu .select-storage div,
.label-section .label-menu .select-storage select {
    width: 100%;
}


/* label-table */

.label-section .label-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.label-section .label-table-wrapper {
    height: calc(100vh - 195px);
    overflow-y: scroll;
}

.label-section .label-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.label-section .label-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.label-section .label-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.label-section .label-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.label-section .label-table tr {
    position: relative;
}

.label-section .label-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.label-section .label-table th,
.label-section .label-table td {
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.label-section .label-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
}

.label-section .label-table th:before,
.label-section .label-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.label-section .label-table th:before {
    top: -1px;
}

.label-section .label-table th:after {
    bottom: -1px;
}

.label-section .label-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.label-section .label-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.label-section .label-table th i:hover {
    opacity: 1;
}

.label-section .label-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .label-section .label-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
    .label-section .label-table tr {
        white-space: nowrap;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .label-section .label-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .label-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* label-section-sub */

.label-section .label-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 360px;
}

.label-section .label-section-sub .box-header {
    padding: 10px 0 10px 10px;
}

.label-section .label-section-sub .box {
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 80px);
}

.label-section .label-section-sub .data-label-wrapper {
    margin: 0;
    padding: 0;
}

.label-section .label-section-sub .data-label-wrapper label {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh - 144px);
    background-color: #f8f8f8;
    border: dashed 2px #b0b0b0;
    cursor: pointer;
}

.label-section .label-section-sub .data-label-wrapper label.hover {
    background-color: #ffffff;
    border: dashed 2px #d0d0d0;
}

.label-section .label-section-sub .data-label-wrapper input[type="file"] {
    display: none;
}

.label-section .label-section-sub .data-label-wrapper span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #d0d0d0;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .label-section .label-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .label-section .label-section-sub .box {
        height: initial;
    }
    .label-section .label-section-sub .box:last-child {
        margin-bottom: 0;
    }
    .label-section .label-section-sub .data-label-wrapper label {
        height: 100px;
    }
}


/* 480px以下 */

@media (max-width: 479px) {
    .label-section .waiting-section-sub .box-body {
        padding: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- picking-section */

.picking-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.picking-section .box-header {
    padding: 10px 0 0 10px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .picking-section {
        flex-flow: column nowrap;
    }
}

.picking-section .picking-section-main {
    padding: 0;
    flex-grow: 1;
}

.picking-section .picking-section-main .box-body {
    padding-bottom: 0;
}

.picking-section:first-child {
    padding-top: 0;
}

.picking-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* picking-menu */

.picking-section .picking-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.picking-section .picking-menu input[type="text"] {
    padding: 4px 6px;
}

.picking-section .picking-menu-flex {
    margin: 0;
    padding: 0 0 0 10px;
}

.picking-section .picking-menu-flex:first-child {
    padding-left: 0;
}

.picking-section .picking-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.picking-section .picking-menu .select-storage {
    width: 120px;
    order: 1;
}

.picking-section .picking-menu .select-storage div,
.picking-section .picking-menu .select-storage select {
    width: 100%;
}


/* picking-table */

.picking-section .picking-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.picking-section .picking-table-wrapper {
    height: calc(100vh - 207px);
    overflow-y: scroll;
}

.picking-section .picking-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.picking-section .picking-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.picking-section .picking-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.picking-section .picking-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.picking-section .picking-table tr {
    position: relative;
}

.picking-section .picking-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.picking-section .picking-table th,
.picking-section .picking-table td {
    padding: 4px !important;
    font-size: 100% !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.picking-section .picking-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
}

.picking-section .picking-table th:before,
.picking-section .picking-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.picking-section .picking-table th:before {
    top: -1px;
}

.picking-section .picking-table th:after {
    bottom: -1px;
}

.picking-section .picking-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.picking-section .picking-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.picking-section .picking-table th i:hover {
    opacity: 1;
}

.picking-section .picking-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .picking-section .picking-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .picking-section .picking-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .picking-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* picking-section-sub */

.picking-section .picking-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 360px;
}

.picking-section .picking-section-sub .box-header {
    padding: 10px 0 10px 10px;
}

.picking-section .picking-section-sub .box {
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .picking-section .picking-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .picking-section .picking-section-sub .box {
        height: initial;
    }
    .picking-section .picking-section-sub .box:last-child {
        margin-bottom: 0;
    }
}


/* 480px以下 */

@media (max-width: 479px) {
    .picking-section .picking-section-sub .box-body {
        padding: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- packing-section */

.packing-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.packing-section .box-header {
    padding: 10px 0 0 10px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .packing-section {
        flex-flow: column nowrap;
    }
}

.packing-section .packing-section-main {
    padding: 0;
    flex-grow: 1;
}

.packing-section .packing-section-main .box-body {
    padding-bottom: 0;
}

.packing-section:first-child {
    padding-top: 0;
}

.packing-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* packing-menu */

.packing-section .packing-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.packing-section .packing-menu input[type="text"] {
    padding: 4px 6px;
}

.packing-section .packing-menu-flex {
    margin: 0;
    padding: 0 0 0 10px;
}

.packing-section .packing-menu-flex:first-child {
    padding-left: 0;
}

.packing-section .packing-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.packing-section .packing-menu .select-storage {
    width: 120px;
    order: 1;
}

.packing-section .packing-menu .select-storage div,
.packing-section .packing-menu .select-storage select {
    width: 100%;
}


/* packing-table */

.packing-section .packing-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.packing-section .packing-table-wrapper {
    height: calc(100vh - 207px);
    overflow-y: scroll;
}

.packing-section .packing-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.packing-section .packing-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.packing-section .packing-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.packing-section .packing-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.packing-section .packing-table tr {
    position: relative;
}

.packing-section .packing-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.packing-section .packing-table th,
.packing-section .packing-table td {
    padding: 4px !important;
    font-size: 100% !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.packing-section .packing-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
}

.packing-section .packing-table th:before,
.packing-section .packing-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.packing-section .packing-table th:before {
    top: -1px;
}

.packing-section .packing-table th:after {
    bottom: -1px;
}

.packing-section .packing-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.packing-section .packing-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.packing-section .packing-table th i:hover {
    opacity: 1;
}

.packing-section .packing-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .packing-section .packing-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .packing-section .packing-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .packing-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* packing-section-sub */

.packing-section .packing-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 360px;
}

.packing-section .packing-section-sub .box-header {
    padding: 10px 0 10px 10px;
}

.packing-section .packing-section-sub .box {
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .packing-section .packing-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .packing-section .packing-section-sub .box {
        height: initial;
    }
    .packing-section .packing-section-sub .box:last-child {
        margin-bottom: 0;
    }
}


/* 480px以下 */

@media (max-width: 479px) {
    .packing-section .packing-section-sub .box-body {
        padding: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- confirm-section */

.confirm-section {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
    box-sizing: border-box;
}

.confirm-section .box-header {
    padding: 10px 0 0 10px;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .confirm-section {
        flex-flow: column nowrap;
    }
}

.confirm-section .confirm-section-main {
    padding: 0;
    flex-grow: 1;
}

.confirm-section .confirm-section-main .box-body {
    padding-bottom: 0;
}

.confirm-section:first-child {
    padding-top: 0;
}

.confirm-section .box-header-title {
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}


/* confirm-menu */

.confirm-section .confirm-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.confirm-section .confirm-menu input[type="text"] {
    padding: 4px 6px;
}

.confirm-section .confirm-menu-flex {
    margin: 0;
    padding: 0 0 0 10px;
}

.confirm-section .confirm-menu-flex:first-child {
    padding-left: 0;
}

.confirm-section .confirm-menu select {
    height: 30px;
    padding: 3px;
    border-radius: 3px !important;
    cursor: pointer;
}

.confirm-section .confirm-menu .select-storage {
    width: 120px;
    order: 1;
}

.confirm-section .confirm-menu .select-storage div,
.confirm-section .confirm-menu .select-storage select {
    width: 100%;
}

.confirm-section .confirm-menu .new-register-button {
    width: 98px;
    padding: 0 0 0 10px;
    order: 2;
}

.confirm-section .confirm-menu .new-register-button div {
    float: right;
    line-height: 30px;
}

.confirm-section .confirm-menu .new-register-button button {
    width: 88px;
    padding: 5px 8px 5px 6px;
}

.confirm-section .confirm-menu .new-register-button button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}


/* confirm-table */

.confirm-section .confirm-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.confirm-section .confirm-table-wrapper {
    height: calc(100vh - 207px);
    overflow-y: scroll;
}

.confirm-section .confirm-table-wrapper::-webkit-scrollbar {
    width: 16px;
}

.confirm-section .confirm-table-wrapper::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 16px;
}

.confirm-section .confirm-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 16px;
}

.confirm-section .confirm-table {
    margin-bottom: 0;
    box-sizing: border-box;
}

.confirm-section .confirm-table tr {
    position: relative;
}

.confirm-section .confirm-table tr.sub_tr {
    position: -webkit-sticky;
    position: sticky;
}

.confirm-section .confirm-table th,
.confirm-section .confirm-table td {
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 1em;
    border: solid 1px #606060 !important;
    box-sizing: border-box;
}

.confirm-section .confirm-table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px !important;
    vertical-align: middle !important;
    color: white;
    background-color: #808080;
    z-index: 1;
    cursor: default;
}

.confirm-section .confirm-table th:before,
.confirm-section .confirm-table th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
    z-index: 1;
}

.confirm-section .confirm-table th:before {
    top: -1px;
}

.confirm-section .confirm-table th:after {
    bottom: -1px;
}

.confirm-section .confirm-table th i {
    margin-left: 6px;
    cursor: pointer;
    opacity: .25;
}

.confirm-section .confirm-table th i.icon-on {
    opacity: 1;
    cursor: default;
}

.confirm-section .confirm-table th i:hover {
    opacity: 1;
}

.confirm-section .confirm-table td {
    height: 24px !important;
    vertical-align: middle !important;
}


/* 1300px以下 */

@media (max-width: 1299px) {}


/* 1000px以下 */

@media (max-width: 999px) {
    .confirm-section .confirm-table-wrapper {
        height: calc(100vh - 246px);
        overflow-y: scroll;
    }
}


/* 768px以下 */

@media (max-width: 767px) {
    .confirm-section .confirm-table-wrapper {
        height: calc(100vh - 296px);
        overflow-y: scroll;
    }
}


/* 640px以下 */

@media (max-width: 639px) {}


/* 480px以下 */

@media (max-width: 479px) {
    .confirm-section .box-body {
        padding: 10px 0 0 0;
    }
}


/* confirm-section-sub */

.confirm-section .confirm-section-sub {
    padding-left: 15px;
    width: 360px;
    min-width: 360px;
}

.confirm-section .confirm-section-sub .box-header {
    padding: 10px 0 10px 10px;
}

.confirm-section .confirm-section-sub .box {
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
}


/* 1366px以下 */

@media (max-width: 1365px) {
    .confirm-section .confirm-section-sub {
        margin-bottom: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .confirm-section .confirm-section-sub .box {
        height: initial;
    }
    .confirm-section .confirm-section-sub .box:last-child {
        margin-bottom: 0;
    }
}


/* 480px以下 */

@media (max-width: 479px) {
    .confirm-section .confirm-section-sub .box-body {
        padding: 0;
    }
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- register-section */

.register-section {
    padding-top: 15px;
    box-sizing: border-box;
}

.register-section:first-child {
    padding-top: 0;
}

.register-section .box-header {
    padding: 10px 0 0 10px;
}

.register-section .box .box-footer {
    height: 52px;
}

.register-section .box .box-footer button {
    width: 68px;
    padding: 5px 8px 5px 6px;
}

.register-section .box .box-footer button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}


/* warehousing-menu */

.register-section .warehousing-menu {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.register-section .warehousing-menu input[type="text"] {
    padding: 4px 6px;
}

.register-section .warehousing-menu-flex {
    margin: 0;
    padding: 0 0 10px 10px;
}

.register-section .warehousing-menu-flex:first-child {
    padding-left: 0;
}

.register-section .warehousing-menu .upload-button button {
    width: 128px;
    padding: 5px 8px 5px 6px;
}

.register-section .warehousing-menu .upload-button button i {
    margin: 0 6px 0 0 !important;
    font-size: 13px !important;
    position: relative;
    top: 0;
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- modal */

.modal {
    padding: 0;
    z-index: 9999;
}

.modal-content {
    padding: 0;
    border-radius: 3px;
    line-height: 1.6em;
    font-size: 13px;
}

.modal-footer {
    padding: 0 15px 15px 15px;
    border: 0;
}

.modal-footer button {
    padding: 6px 12px 7px 12px;
    line-height: 1em;
}


/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- loading */

#loading {
    display: table;
    width: calc(100vw);
    height: calc(100vh);
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9998;
}

#loading .loading_message {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#loading .loading_text {
    margin: 0 0 0 0.5em;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #808080;
}

#loading .loading_spinner {
    margin: 0 auto 100px auto;
    font-size: 24px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: spinner 1.1s infinite ease;
    animation: spinner 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes spinner {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes spinner {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
/* Dropdown Button */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(255, 255, 255);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  font-size: 10px; /* Adjust the value as needed */
}

.dropdown-content div {
  color: black;
  padding: 12px 8px;
  text-decoration: none;
  display: block;
}

.dropdown-content div:hover {background-color: #ddd;}

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

.dropdown:hover .dropbtn {background-color: #3e8e41;}
.sort-icon {
 z-index:99 !important;
}