html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

header {
    align-self: stretch;
}

body {
    /*margin-bottom: 60px;*/
    display: flex;
    /*padding: 20px 0px;*/
    flex-direction: column;
    align-items: flex-start;
    /*gap: 70px;*/
}

.custom-container {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: 20px;
    align-self: stretch;
    /*padding: 0 20px;*/
}

.page-svg-container {
    display: flex;
    justify-content:space-between;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;    
    border-radius: 12px;
    background: #F4F6F8;
    margin-top: 20px;
    width:100%;
}

.page-svg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-heading-text {
    font-size: 48px;
    font-size: 48px;
    color: #42484C;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    align-self: stretch;
}

.held-order-nav {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.held-order-nav-item {
    display: flex;
    padding: 10px 0px 12px 0px;
    align-items: center;
    gap: 10px;
    border-radius: 12px 12px 0px 0px;
    /*border-top: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;*/
    cursor: pointer;
}

li:has(> span.active) {
    background: #F4F6F8;
    border: 1px solid #F4F6F8;
}

.held-order-nav-item {
    background: #D9D9D9;
}

    .held-order-nav-item > .active {
        background: #F4F6F8;
        border: none;
    }

.held-order-nav-btn {
    width: 180px;
    color: #42484C;
    text-align: center;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 12px 12px 0px 0px;
    border-top: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
}

.held-order-tab-content {
    display: block;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px 12px 12px 12px;
    background: #F4F6F8;
}
.held-order-hold-main{
    gap:5px;
    max-width:1280px;
    margin:0 auto;
}
.held-order-hold-form {
    gap: 20px;
    margin-bottom: 10px;
}

.held-order-hold-dropdown-container {
    position: relative;
    display: inline-block;
}

.held-order-hold-dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Prevents interference with select actions */
    font-size: 16px;
    color: #555;
}

.held-order-hold-form-dropdown-field {
    display: flex;
    width: 480px;
    padding: 9px 10px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 2px solid #D9D9D9;
    background: #FFF;
    appearance: none;
}

.held-order-hold-form-text-area {
    display: flex;
    width: 280px;
    padding: 9px 10px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 2px solid #D9D9D9;
    background: #FFF;
}

.page-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    padding: 0 20px;
}

.held-order-buttons {
    display: flex;
    /*width: 1340px;*/
    /*width: 1560px;*/
    padding: 10px 0px 30px 0px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.held-order-white-btn {
    display: flex;
    height: 50px;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 2px solid #005596;
}

.white-btn-text {
    color: #005596;
    text-align: center;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}

.held-order-submit-btn {
    display: flex;
    height: 50px;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #005596;
    border: none;
}

.blue-btn-text {
    color: #FFF;
    text-align: center;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}

.select2-selection__rendered {
    height: 45px !important;
}

.select2-selection {
    height: 45px !important;
}

.select2-selection__placeholder {
    height: 43px;
    display: flex;
    width: 500px;
    /*padding: 9px 10px;*/
    align-items: center;
    gap: 4px;
    color: #42484C !important;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select2-selection__rendered {
    height: 43px !important;
    display: flex !important;
    align-items: center;
}

.select2-selection__arrow {
    width: 30px !important;
    height: 30px !important;
    transform: rotate(0deg);
    flex-shrink: 0;
    top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #005596 transparent transparent transparent !important;
    border-width: 9px 7px 0 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 7px !important;
}

.datatable-header {
    height: 42px;
    background: #005596 !important;
    color: white;
    border-radius: 12px 12px 0 0;
    border: 2px solid #005596;
}

.round-top-border {
    border-radius: 12px 12px 0 0;
}

.round-top-border-td-first {
    border-radius: 12px 0px 0 0;
}

.round-top-border-td-last {
    border-radius: 0px 12px 0 0;
    padding: 10px 18px;
}

.border-bottom-left-border-td-last {
    border-bottom-left-radius: 12px;
}

.border-bottom-right-border-td-last {
    border-bottom-right-radius: 12px;
}

.dataTable > tbody > tr:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

    .dataTable > tbody > tr:last-child > td:first-child {
        border-bottom-left-radius: 12px;
    }

    .dataTable > tbody > tr:last-child > td:last-child {
        border-bottom-right-radius: 12px;
    }

.border {
    border: 1px solid #005596 !important;
    border-radius: 12px;
}

.dataTables_filter {
    margin-bottom: 10px !important;
}

table.dataTable td.dt-control:before {
    border: none !important;
    border-radius: 0em !important;
    background-color: #005596 !important;
}

.dataTable {
    border: 1px solid #005596 !important;
    border-radius: 12px !important;
}

.border-bottom-transparent {
    border-bottom: transparent;
}

tr:nth-child(even) {
    background-color: #F4F6F8 !important;
}

.sub-list-data {
    display: flex;
    padding: 0px 330px 20px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.fade:not(.show) {
    display: none;
}

.paginate_button {
    color: #005596 !important;
    text-align: center !important;
    /* font-family: "SF Pro"; */
    font-size: 16px !important;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
    height: 50px;
    padding: .7em 1em !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px !important;
    border: 2px solid #005596 !important;
}

footer {
    display: flex;
    /*width: 1880px;*/
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.footer-content {
    text-align: center;
    color: #005596;
    /*font-family: "SF Pro";*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-color {
    color: #42484C;
}

/* open oder css begins */

.home-container {
    display: grid;
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(455px, 1fr));
}

    .home-container a {
        text-decoration: none;
    }

.home-item-container {
    display: flex;
    width: 100%;
    height: 368px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 1 0;
    align-self: stretch;
    border-radius: 12px;
    background: #F4F6F8;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    /*flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;*/
    display: inline-flex;
}

.toggle-table-2 {
    align-self: stretch;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 2px #005596 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.toggle-table-header {
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #005596;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.toggle-table-header-2 {
    flex: 1 1 0;
    height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 50px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex
}

.toggle-table-tr {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.toggle-table-tr-text {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.toggle-table-body {
    align-self: stretch;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.toggle-table-body-tr {
    align-self: stretch;
    padding: 8px;
    background: #F4F6F8;
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

    .toggle-table-body-tr.active {
        background: #D2D7DA;
    }

.toggle-table-body-tr-data {
    align-self: stretch;
    padding-top: 6px;
    padding-bottom: 6px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.toggle-table-body-tr-data-text {
    flex: 1 1 0;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word
}

.toggle-table-body-tr-data-cn {
    flex: 1 1 0;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    word-wrap: break-word;
    text-decoration: underline;
    font-weight: 700;
}

.toggle-table-body-tr-data-cid {
    flex: 1 1 0;
    font-size: 16px;
    /*font-family: SF Pro;*/
    word-wrap: break-word;
    color: #005596;
    font-weight: 590;
}

.toggle-table-body-product {
    align-self: stretch;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.toggle-table-body-product-2 {
    align-self: stretch;
    padding-bottom: 12px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    display: flex
}

.toggle-table-body-product-head {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 30px;
    background: #42484C;
    justify-content: flex-end;
    align-items: center;
    gap: 54px;
    display: inline-flex
}

.toggle-table-body-product-body {
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.toggle-table-body-product-body-2 {
    align-self: stretch;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #F4F6F8;
    border-radius: 12px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.toggle-table-body-product-container {
    flex: 1 1 0;
    height: 55px;
    padding-top: 6px;
    padding-bottom: 6px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}

.toggle-table-body-product-tr-data-name {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex
}

.toggle-table-body-product-tr-data-name-2 {
    align-self: stretch;
    color: #42484C;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word
}

.toggle-table-body-product-tr-data {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex
}

.toggle-table-body-product-tr-data-text {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word
}

.toggle-table-body-product-tr-data-val {
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word
}

.open-order-product-image-container {
    padding: 5px;
    background: white;
    border-radius: 8px;
    border: 1px #D2D7DA solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

    .open-order-product-image-container img {
        width: 24px;
        height: inherit;
    }

/* open oder css ends */

/*favorites css begins*/

.favorites-table-body {
    width: 100%;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 16px;
    background: #F4F6F8;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.favorites-table-body-2 {
    flex: 1 1 0;
    height: 82px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 5px;
    justify-content: flex-start;
    align-items: center;
    gap: 34px;
    display: flex;
}

.favorites-table-body-td {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
    align-items: center;
    gap: 10px;
    display: flex;
}

.favorites-table-body-td-img {
    padding: 5px;
    background: white;
    border-radius: 8px;
    border: 1px #D2D7DA solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

    .favorites-table-body-td-img img {
        width: 25px;
        height: inherit;
    }

.favorites-table-body-td-text {
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
}

.favorites-table-body-td-name {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.favorites-table-body-td-name-text {
    align-self: stretch;
    color: #42484C;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.add-to-favorite {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.add-to-favorite-form {
    display: flex;
    gap: 20px;
}

.favorite-txt-control {
    display: flex;
    height: 50px;
    padding-bottom: 1px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: #42484C;
    /* font-family: "SF Pro"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 10px;
}

.select2-container {
    width: 300px !important;
}

.select2-selection {
    height: 48px !important;
}

.favorite-btn-container {
    display: flex;
    height: 50px;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #005596;
}

.favorite-btn-control {
    color: #FFF;
    text-align: center;
    /* font-family: "SF Pro"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
    background: none;
    border: none;
    height: 50px;
    width: 100%;
}

.confirm-popup-bg {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: rgb(0 85 150 / 23%);
}

.confirmation-box {
    display: flex;
    width: 390px;
    padding: 20px 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.confirmation-msg {
    color: #42484C;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 590;
}

.confirmation-btns {
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.confirm-box-btns {
    display: flex;
    height: 50px;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 2px solid #005596;
    text-align: center;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}

.btn-cancel-confirm {
    color: #005596;
}

.btn--confirm {
    color: #FFF;
    background: #005596;
}

/*favorites css ends*/

.select2-container {
    width: 300px !important;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 2px solid #D2D7DA;
    background: #FFF;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.order-detail {
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    padding-bottom: 20px;
}

.order-detail-text {
    color: #42484C;
    /*font-family: "SF Pro";*/
    font-size: 30px;
    font-style: normal;
    line-height: normal;
}

.order-detail-invNumber {
    float: left;
    font-weight: 400;
}

    .order-detail-invNumber span {
        color: #005596;
        /*font-family: "SF Pro";*/
        font-size: 30px;
        font-style: normal;
        font-weight: 590;
        line-height: normal;
    }

.order-detail-currentDate {
    text-align: right;
    font-weight: 700;
}

.order-tracking-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.order-tracking-label {
    display: flex;
    width: 1246px;
    justify-content: space-between;
    align-items: center;
}

.order-label {
    width: 175px;
    flex-shrink: 0;
}

    .order-label.active {
        color: #42484C;
        text-align: center;
        /*font-family: "SF Pro";*/
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.order-tracking-icon {
    width: 1246px;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

.order-receive-icon {
    padding: 11px;
    background: #95A0A9;
    border-radius: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

    .order-receive-icon.active {
        border-radius: 100px;
        background: #005596;
    }

    .order-receive-icon.done {
        border-radius: 100px;
        background: #42484C;
    }

.order-status-dotted-line {
    flex: 1 1 0;
    height: 0px;
    border: 2px #95A0A9 dashed;
}

.order-status-solid-line {
    flex: 1 1 0;
    height: 0px;
    border: 2px #005596 solid;
}

.order-transit-icon {
    padding: 11px;
    background: #95A0A9;
    border-radius: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

    .order-transit-icon.active {
        border-radius: 100px;
        background: #005596;
    }

    .order-transit-icon.done {
        border-radius: 100px;
        background: #42484C;
    }

.order-delivered-icon {
    padding: 11px;
    background: #95A0A9;
    border-radius: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

    .order-delivered-icon.active {
        border-radius: 100px;
        background: #005596;
    }

.order-tracking-status {
    align-self: stretch;
    height: 30px;
    text-align: center;
    color: #42484C;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 100px;
}

.order-detail-left-section {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    display: inline-flex;
}

.order-items-section {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.order-type-label {
    align-self: stretch;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.product-section {
    align-self: stretch;
    padding: 20px;
    background: #F4F6F8;
    border-radius: 12px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.product-image {
    padding: 10px;
    background: white;
    border-radius: 12px;
    border: 1px #D2D7DA solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

    .product-image img {
        width: 55px;
        height: 120px;
        background: linear-gradient(0deg, white 0%, white 100%);
    }

.product-detail-section {
    flex: 1 1 0;
    padding-top: 6px;
    padding-bottom: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.product-content {
    align-self: stretch;
    height: 49px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}

.product-title {
    align-self: stretch;
    color: #42484C;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.product-info {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.product-item {
    width: 140px;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
}

.product-weight {
    flex: 1 1 0;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
}

.product-price-section {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    gap: 10px;
    /*display: inline-flex;*/
    flex: 1 1 0;
}

.product-amt-qty {
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.product-total-price {
    width: 100px;
    text-align: right;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.product-unit-amt {
    color: #42484C;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-total-amt {
    color: #42484C;
    text-align: right;
    /*font-family: "SF Pro";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.products-grand-total-section {
    align-self: stretch;
    text-align: right;
}

.product-grand-total-label {
    color: #42484C;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
}

.product-grand-total {
    color: #005596;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.order-detail-right-section {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.order-detail-status-label {
    align-self: stretch;
    color: black;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.order-status-section {
    align-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px #F4F6F8 solid;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.order-status-svg-container {
    width: 100px;
    height: 100px;
    position: relative;
}

.order-status-detail {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: inline-flex;
}

.order-status-type-label {
    align-self: stretch;
    color: #42484C;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word
}

.order-status-date-time {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.order-status-date {
    width: 100px;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
}

.order-status-time {
    flex: 1 1 0;
}

/*out of stock css begins*/

.stock-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.stock-header {
    align-self: stretch;
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #F4F6F8;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.stock-header-2 {
    width: 50px;
    height: 50px;
    position: relative;
}

.stock-header-3 {
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #005596;
}

.stock-header-text {
    flex: 1 1 0;
    align-self: stretch;
    color: #42484C;
    font-size: 36px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.paginationButton {
    color: #FFF;
    background: #005596;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 12px 24px;
    transition: all 0.3s ease-in-out;
}

.paginationButton:hover {
    background: #005596;
    color: #FFF;
}

.paginationButtonOutline {
    color: #005596;
    background: transparent;
    border: 2px solid #005596;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 12px 24px;
    transition: all 0.3s ease-in-out;
}

.paginationButtonOutline:hover {
    background: #005596;
    color: #FFF;
}

.pagination-ellipsis {
    background: none;
    border: none;
    color: #005596;
    font-weight: bold;
    cursor: default;
    padding: 5px 10px;
}

.stock-data-container {
    align-self: stretch;
    /*height: 2248px;*/
    padding: 40px;
    background: #F4F6F8;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.stock-data-container-2 {
    align-self: stretch;
    /*height: 2124px;*/
    padding-bottom: 2px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 2px #005596 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    display: flex;
}

.stock-data-header {
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #005596;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.stock-data-header-2 {
    flex: 1 1 0;
    height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}

.stock-item-title {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
    flex-direction:column;
    justify-content: center;
/*    align-items: center;*/
    gap: 10px;
    min-width:65%;
}
.outstock-item-title {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*    align-items: center;*/
    gap: 10px;
    min-width: 75%;
}

.right-header {
    display: flex;
    width: 237px;
}

.width-60 {
    width: 60px;
}

.cal-date-col-width {
    width: calc(100% - 60px);
}

.stock-item-title-2 {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word
}

.stock-item-size {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    min-width:5%;
}

.stock-item-size-2 {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

/*.stock-item-size {
    height: 19px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex,
}*/

/*.stock-item-size-2 {
    flex: 1 1 0;
    color: white;
    font-size: 16px;*/
    /*font-family: SF Pro;*/
    /*font-weight: 700;
    word-wrap: break-word;
}*/

.stock-item-casesLeft {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
/*    justify-content: center;*/
    align-items: center;
    gap: 10px;
    display: flex;
    min-width:5%;
}

.stock-item-casesLeft-2 {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.stock-item-bottleLeft {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
/*    justify-content: center;*/
    align-items: center;
    gap: 10px;
    display: flex;
    min-width:7%;
}
.stock-item-date {
    display:flex;
    min-width: 13%;
}

.stock-item-bottleLeft-2 {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.stock-items-container {
    align-self: stretch;
/*    height: 2070px;*/
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.stock-item-section {
    align-self: stretch;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

    .stock-item-section.today {
        background: #FFF0F1
    }

    .stock-item-section.in-stock-today {
        background: #EBFFF2
    }

    .stock-item-section.old {
        background: #F4F6F8
    }

.stock-item-section-2 {
    flex: 1 1 0;
    height: 82px;
/*    padding: 6px 0px 6px 10px;*/
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}

.stock-item-col-1 {
    padding: 5px;
    background: white;
    border-radius: 8px;
    border: 1px #D2D7DA solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.stock-item-col-1-vl {
    width: 50px;
    height: 60px;
    text-align: center;
}

    .stock-item-col-1-vl img {
        width: 24px;
        height: inherit;
    }

.stock-item-col-2 {
    flex: 1 1 0;
    padding-left: 2px;
    padding-right: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}

.stock-item-col-itemnumber-itemname {
    display: flex;
    padding: 0px 2px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

.stock-item-col-itemName {
    align-self: stretch;
    color: #42484C;
    font-size: 20px;
    /*font-family: SF Pro;*/
    font-weight: 700;
    word-wrap: break-word;
}

.stock-item-col-itemNumber {
    align-self: stretch;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
}

    .stock-item-col-itemNumber.today {
        color: #E90747;
    }

    .stock-item-col-itemNumber.in-stock-today {
        color: #01832F;
    }

    .stock-item-col-itemNumber.old {
        color: #005596;
    }

.stock-item-col-itemSize {
    height: 19px;
    padding-left: 2px;
    padding-right: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.stock-item-col-itemSize-2 {
    flex: 1 1 0;
    color: #42484C;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
}

.stock-item-col-status-date {
    height: 27px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
    width: 200px;
    text-align: left;
}

    .stock-item-col-status-date.today {
        background: #E90747;
    }

    .stock-item-col-status-date.in-stock-today {
        background: #01832F;
    }

    .stock-item-col-status-date.old div {
        color: #42484C;
    }

.stock-item-col-status-date-2 {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    /*font-family: SF Pro;*/
    font-weight: 400;
    word-wrap: break-word;
   
}

/*out of stock css ends*/

/*main menu css begins*/

.home-item-container:hover {
    background: #005596;
    cursor: pointer;
}

    .home-item-container:hover .home-item-text {
        color: #FFF;
    }


.main-nav-bar-container {
    flex-direction: column;
    align-items: center;
    /* gap: 230px;*/
    gap: 130px;
    display: flex;
    padding: 15px 30px;
    /*justify-content: space-between;*/
    align-self: stretch;
    background: #005596;
    height: 90px;
}

.main-nav-bar {
    display: flex;
    /*padding: 15px 30px;*/
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    /*background: #005596;*/
    background: url('../Header.png') lightgray 57px 0px / 17.5% 100% no-repeat, #005596;
}

.main-nav-bar-svg {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.main-nav-bar-expended {
    display: flex;
    width: 920px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.main-nav-bar-item {
    display: flex;
    min-width: 434px;
    padding: 20px 30px;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #FFF;
    cursor: pointer;
}

.main-nav-bar-item-text {
    display: flex;
    padding-right: 40px;
    align-items: center;
    gap: 10px;
}

    .main-nav-bar-item-text label {
        color: #42484C;
        text-align: center;
        /*font-family: "SF Pro";*/
        font-size: 35px;
        font-style: normal;
        font-weight: 590;
        line-height: normal;
    }

.main-nav-bar-svg-2 {
    border-radius: 12px;
    border: 4px solid #FFF;
}

.main-nav-bar-container.active {
    height: 1080px;
}

.dec-none {
    text-decoration: none;
}

.home-item-text {
    color: #42484C;
    text-align: center;
    /*font-family: "SF Pro";*/
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.goals-heading {
    color: #005596;
    font-size: 30px;
    font-weight: 590;
    line-height: 36px;
}

.ef-table-wrap {
    border-radius: 12px;
    border: 2px solid #005596;
    background: #FFF;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border-width: 0 2px 2px 2px;
}

    .ef-table-wrap .ef-table-heading .cell-wrap {
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        flex: 1;
        padding: 8px;
        display: flex;
        align-items: center;
        min-width: 166px;
        background: #005596;
        height: 50px;
    }

        .ef-table-wrap .ef-table-heading .cell-wrap:first-child {
            min-width: 814px;
        }

    .ef-table-wrap .ef-table-heading .row-wrap {
        padding: 0 8px;
        background: #005596;
    }

    .ef-table-wrap .row-wrap {
        display: flex;
    }

    .ef-table-wrap .table-body-wrap {
        padding: 10px 8px 10px 8px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .ef-table-wrap .table-body-wrap .cell-wrap:first-child {
            border-radius: 8px 0 0 8px;
        }

        .ef-table-wrap .table-body-wrap .cell-wrap:last-child {
            border-radius: 0 8px 8px 0;
        }

        .ef-table-wrap .table-body-wrap .row-wrap {
            border-radius: 12px;
        }

            .ef-table-wrap .table-body-wrap .row-wrap:hover .cell-wrap {
                background: #CFEAFF !important;
            }

        .ef-table-wrap .table-body-wrap .cell-wrap:first-child {
            min-width: 814px;
        }

        .ef-table-wrap .table-body-wrap .cell-wrap {
            padding: 8px;
            flex: 1;
            color: #42484C;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            display: flex;
            align-items: center;
            min-width: 166px;
            background: #F4F6F8;
            min-height: 47px;
        }

    .ef-table-wrap .table-footer {
        padding: 0 8px 10px 8px;
    }

        .ef-table-wrap .table-footer .row-wrap {
            border-radius: 12px;
        }

            .ef-table-wrap .table-footer .row-wrap .cell-wrap:first-child {
                border-radius: 8px 0 0 8px;
            }

            .ef-table-wrap .table-footer .row-wrap .cell-wrap:last-child {
                border-radius: 0 8px 8px 0;
            }

        .ef-table-wrap .table-footer .cell-wrap {
            flex: 1;
            color: #005596;
            font-size: 20px;
            font-weight: 700;
            padding: 0 8px;
            padding: 8px;
            min-width: 166px;
            background: #D2D7DA;
        }

.ef-table-scroll {
    overflow: auto;
}

.ef-table-wrap .table-footer .cell-wrap:first-child {
    min-width: 814px;
}

/*main menu css ends*/
@media only screen and (max-width: 1024px) {
    .main-nav-bar-item-text label {
        font-size: 25px;
    }

    .main-nav-bar-expended .dec-none {
        width: calc(100% / 2 - 20px);
    }

    .main-nav-bar-expended {
        max-width: 100%;
        justify-content: center;
        width: 100%;
    }

    .main-nav-bar-item {
        min-width: unset;
        width: 100%;
    }
}



@media only screen and (max-width: 768px) {
    .main-nav-bar-expended .dec-none {
        width: calc(100% / 1 - 0px);
    }

    .main-nav-bar-expended {
        gap: 20px;
    }

        .main-nav-bar-expended svg {
            width: 55px;
        }

    .main-nav-bar-item-text {
        padding-right: 0;
    }

    .main-nav-bar-item {
        justify-content: center;
    }

    .main-nav-bar-container {
        gap: 60px;
    }

    .home-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

.sessionTokenSection {
    max-width: 500px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


/* Order Track */

.cust-detail {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    gap: 20px;
    padding-bottom: 20px;
}

.order-cust-detail {
    float: left;
    font-weight: 400;
}

.order-cust-detail span {
    color: #005596;
    font-size: 30px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}
@media (max-width:1199px){
    .order-tracking-label,
    .order-tracking-icon {
        width: 90%
    }
}
@media (max-width:767px){
    .order-label{
        width:fit-content;
    }
}