.supplierinvoice-order-details-main {
    padding: 20px 30px;
}
.supplierinvoice-order-details-main .order-products-toolbar {
    margin-top: 30px;
}
.supplierinvoice-order-details-main .order-products-toolbar .pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.supplierinvoice-order-details-main .order-products-toolbar .pager:after,
.supplierinvoice-order-details-main .order-products-toolbar .pager:before {
    display: none;
}
.supplierinvoice-order-details-main .actions .action-button {
    padding: 7px 9px;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    min-width: 92px;
    justify-content: center;
    color: #FF803D;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #FEB449 13.8%, #FF803D 85.46%) border-box;
    border: 1px solid transparent;
}
.supplierinvoice-order-details-main .actions .action-button svg {
    margin-left: 8px;
}
.supplierinvoice-order-details-main .actions .action-button.paid {
    background: #92949C;
    color: #ffffff !important;
    pointer-events: none;
}
.supplierinvoice-order-details-main .actions .action-button.pay-now {
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #FEB449 13.8%, #FF803D 85.46%) border-box;
    border: 1px solid transparent;
    color: #ffffff;
}
.supplierinvoice-order-details-main .actions .action-button.pay-now svg {
    margin-left: 4px;
}
.supplierinvoice-order-details-main .actions .action-button.view-detail {
    padding: 5px 7px;
}
.supplierinvoice-order-details-main .actions .action-button.view-detail:hover {
    background: #1f1f1f;
    color: #ffffff !important;
}
.supplierinvoice-order-details-main .actions .action-button:hover {
    background: #1f1f1f;
    color: #ffffff !important;
}
.supplier-order-details-items,
.supplierinvoice-order-details-items {
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 10px;
}
.supplier-order-details-items .table-wrapper,
.supplierinvoice-order-details-items .table-wrapper {
    border: none !important;
}
.supplier-order-details-items .table-wrapper .data.table > thead > tr > th,
.supplierinvoice-order-details-items .table-wrapper .data.table > thead > tr > th {
    background: #f3f6f9;
    border: none !important;
    padding: 15px !important;
    text-align: left;
    width: auto;
    max-width: inherit;
}
.supplier-order-details-items .table-wrapper .data.table > thead > tr > th:last-child,
.supplierinvoice-order-details-items .table-wrapper .data.table > thead > tr > th:last-child {
    border-radius: 0px 5px 5px 0px;
}
.supplier-order-details-items .table-wrapper .data.table > thead > tr > th:first-child,
.supplierinvoice-order-details-items .table-wrapper .data.table > thead > tr > th:first-child {
    border-radius: 5px 0px 0px 5px;
}
.supplier-order-details-items .table-wrapper .data.table > tbody > tr,
.supplierinvoice-order-details-items .table-wrapper .data.table > tbody > tr {
    background: #ffffff;
}
.supplier-order-details-items .table-wrapper .data.table > tbody > tr > td,
.supplierinvoice-order-details-items .table-wrapper .data.table > tbody > tr > td {
    padding: 15px !important;
    text-align: left;
    border-bottom: solid 1px rgba(0,0,0,0.25) !important;
    color: #121127;
    font-size: 14px;
    width: auto;
    max-width: inherit;
    border-top: none;
}
.supplier-order-details-items .table-wrapper .data.table > tbody > tr > td.invoice_id,
.supplierinvoice-order-details-items .table-wrapper .data.table > tbody > tr > td.invoice_id {
    font-weight: 700;
}
.supplier-invoice-view {
    padding: 20px 30px;
}
.supplier-invoice-view .page-title-wrapper {
    border-bottom: solid 1px #000000;
    padding: 12px 30px;
    margin: 0;
    box-shadow: none;
}
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions {
    display: flex;
    align-items: center;
}
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action {
    color: #ffffff !important;
    background: linear-gradient(90deg, #FEB449 0%, #FF803D 100%);
    border: none;
    padding: 8px 16px;
    margin: 0;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: none;
    margin-right: 20px;
    float: none;
}
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action svg {
    margin-right: 5px;
}
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action:hover,
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action:focus,
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action:active {
    background: #1f1f1f;
}
.supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action:last-child {
    margin-right: 0;
}
.supplier-invoice-view .orderdate__with__orderbutton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.supplier-invoice-view .order-status {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FEB449 0%, #FF803D 100%);
    display: inline-block;
    vertical-align: top;
    border-radius: 12px;
    padding: 6px 13px;
}
.supplier-invoice-view .order-status.pending {
    background: #fdc40c;
    color: #121127;
}
.supplier-invoice-view .order-status.canceled {
    background: #808080;
    color: #ffffff;
}
.supplier-invoice-view .order-status.complete {
    background: #03aa1e;
    color: #ffffff;
}
.supplier-invoice-view .orderdate__with__orderbutton .order-date {
    margin: 0 !important;
    color: #8d8d97;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.supplier-invoice-view .orderdate__with__orderbutton .order-date .label {
    display: none;
}

.supplier-invoice-view > .page-title-wrapper > .page-title {
    display: inline-block;
    font-size: 2.4rem;
    margin: 0px 25px 0px 0px !important;
}

.supplier-invoice-view .page-title-wrapper button#back-button{
    margin-right: 0;
}

.supplier-order-details-items .order-items__footer {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.supplier-order-details-items .order-items__footer .table-wrapper {
    margin: 0;
    border: none;
    padding: 0;
    background: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.25) !important;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    padding: 15px;
}
.supplier-order-details-items .order-items__footer h3 {
    margin: 0px 0px 20px;
    color: #000000;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.supplier-order-details-items .order-items__footer .table-wrapper table tfoot th,
.supplier-order-details-items .order-items__footer .table-wrapper table tfoot td {
    padding: 5px !important;
    background: transparent;
    font-size: 18px;
    line-height: 1.5;
    border: none;
}


.supplier-order-details-items .order-items__footer .table-wrapper table tfoot th.mark {
    font-weight: 400;
}


.supplier-order-details-items table {
    margin: 0;
}

.supplier-order-details-items .table-wrapper {
    margin-bottom: 30px;
}


.rtl-is-active .supplier-order-details-items .table-wrapper .data.table > thead > tr > th,
.rtl-is-active .supplierinvoice-order-details-items .table-wrapper .data.table > thead > tr > th {
    text-align: right;
}

.rtl-is-active .supplier-order-details-items .table-wrapper .data.table > tbody > tr > td,
.rtl-is-active .supplierinvoice-order-details-items .table-wrapper .data.table > tbody > tr > td {
    text-align: right;
}
.rtl-is-active  .supplier-order-details-items .order-items__footer .table-wrapper table tfoot th,
.rtl-is-active .supplier-order-details-items .order-items__footer .table-wrapper table tfoot td {
    text-align: right;
}

.rtl-is-active .page-title-wrapper .order-actions-toolbar .actions .action {
    margin-right: 0;
    margin-left: 20px;
}
.rtl-is-active .supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action:last-child {
    margin-left: 0;
}
.rtl-is-active .supplier-invoice-view .page-title-wrapper .order-actions-toolbar .actions .action svg {
    margin-right: 0;
    margin-left: 4px;
}
.rtl-is-active .order-products-toolbar .limiter-options {
    text-align: left !important;
}

.supplierinvoice-index-listinvoice .page-wrapper,
.supplierinvoice-index-view .page-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.supplierinvoice-index-view .page-wrapper .page-main > .page-title-wrapper,
.supplierinvoice-index-listinvoice .page-wrapper .page-main > .page-title-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.rtl-is-active .supplier-invoice-view > .page-title-wrapper > .page-title {
    display: inline-block;
    font-size: 2.4rem;
    margin: 0px 0px 0px 25px !important;
}
.table-order-items .product-option {
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.table-order-items .product-options .label {
    margin-right: 8px;
    font-weight: 600;
}
.table-order-items .product-options .value,
.table-order-items .product-options .label {
    color: #000;
    font-size: 11px !important;
    padding: 0;
    line-height: 1.2;
}
.ced-vendor-sidebar-nav > ul#side-menu > li#vendor_new_product {
    display: none;
}
.payment-detail-modal .modal-inner-wrap {
    max-width: 540px;
    width: 100%;
    border-radius: 12px;
}
.payment-detail-modal .modal-inner-wrap .modal-header {
    padding: 0;
    border: none;
    height: 42px;
}
.payment-detail-modal .modal-inner-wrap .modal-content {
    padding: 30px;
    border: none;
    background: transparent;
}
.payment-detail-modal .modal-inner-wrap .modal-content .actions {
    padding-top: 30px;
}
.payment-detail-modal .modal-inner-wrap .modal-content .actions .action {
    background: linear-gradient(90deg,#FEB449 0%,#FF803D 100%) !important;
    border: none;
    color: #FFF !important;;
    padding: 7px 15px;
    margin: 0;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: none;
    margin-right: 20px;
    float: none;
    width: 100%;
    justify-content: center;
}
.merchantinvoice-index-view .payment-detail-modal .modal-inner-wrap .modal-content .actions .action{
    background: linear-gradient(90deg, #c23e8c 0%, #4f3c8c 100%) !important;
}
.payment-detail-modal .modal-inner-wrap .modal-content .actions .action svg {
    margin-right: 5px;
}
.payment-detail-modal .modal-inner-wrap .modal-content .actions .action:hover,
.payment-detail-modal .modal-inner-wrap .modal-content .actions .action:focus,
.payment-detail-modal .modal-inner-wrap .modal-content .actions .action:active {
    background: #000 !important;;
    border-color: #000 !important;;
}
.payment-detail-modal .modal-inner-wrap .modal-content .actions .action:last-child {
    margin-right: 0;
}
.payment-detail-modal .wpwl-form {
    margin: 0 !important;
    max-width: 100%;
}
.payment-detail-modal .wpwl-control {
    height: 48px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px !important;
}
.hyperpay-method__visamaster {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.hyperpay-method__visamaster label {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.hyperpay-method__visamaster input[type="radio"] {
    margin: 0;
}
.hyperpay-method__visamaster img {
    max-width: 100px;
    height: auto;
    position: relative;
    top: -6px;
}
.hyperpaymsgs.messages {
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.hyperpaymsgs.messages .error {
    color: #f00;
}
.wpwl-label-brand,
.wpwl-wrapper-brand {
    display: none !important;
}
.wpwl-button-pay {
    width: 100%;
    box-shadow: none !important;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: solid 1px #ff5f00;
    color: #FFF;
    background: #ff5f00;
}
.wpwl-button-pay:hover,
.wpwl-button-pay:focus,
.wpwl-button-pay:active {
    background: #000;
    border-color: #000;
}

.rtl-body .payment-detail-modal  .modal-inner-wrap .action-close {
    left: 0;
    right: auto;
}
.rtl-body .payment-detail-modal .modal-inner-wrap .modal-content .actions .action svg {
    margin-left: 4px;
    margin-right: 0;
}

@media only screen and (max-width: 639px) {
	.payment-detail-modal .modal-inner-wrap .modal-content {
		padding: 15px;
	}
}