﻿@import url("EbizResponsive.css");

/** {
    --rz-scrollbar-color: var(--colors-fill-grayscale-medium-secondary);
}*/

/* Global scrollbar styling */
:root {
    --scrollbar-width: 4px !important;
    --scrollbar-thumb-color: var(--colors-fill-grayscale-medium-secondary) !important;
    --scrollbar-track-color: var(--colors-fill-quatrenary) !important;
    --scrollbar-border-radius: 8px;
}

*::-webkit-scrollbar-track {
    background: var(--colors-fill-quatrenary) !important;
    border-radius: 8px !important;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--colors-fill-grayscale-medium-secondary) !important;
    border-radius: 8px !important;
    border: none !important;
}

body {
    background-color: #ffffff;
}

.card {
    box-shadow: 0px 0px 6px 0px rgba(194, 199, 203, 0.30);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
}

.k-tabstrip .k-tabstrip-content.k-active {
    overflow: visible;
    padding-right: 0px;
}

/* Disabled form label normal opacity fix */
.ebcForm .k-disabled {
    opacity: 1;
}

    .ebcForm .k-disabled .k-form-field-wrap {
        opacity: 0.65;
    }

.k-datepicker {
    height: 36px;
}

.ebcForm .k-dropdownlist {
    height: 35px;
}

.telerikFormCheckbox {
    padding-top: 25px;
}

.k-textbox.k-input input:placeholder-shown {
    font-style: italic;
}

.k-datepicker .k-button {
    background-color: inherit;
}

@keyframes slideIn {
    from {
        top: 100%;
    }

    to {
        top: 50%;
    }
}

@keyframes slideOut {
    from {
        top: 50%;
    }

    to {
        top: 100%;
    }
}

.successNotification .k-notification {
    border-top: 3px solid #71be1c !important;
    padding: 2rem;
    width: 436px;
}

.successNotification .k-svg-icon {
    top: -40px;
    right: -20px;
}


.k-animation-container .k-dropdownlist-popup {
    height: auto !important; /* Removes the excess white space in dropdown menu */
    max-height: 200px;
}

*/.k-form .k-form-legend, .k-tabstrip-content {
    border-style: none !important;
}

.ebcForm .k-form-label, .ebcForm label {
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    color: var(--neutral-color);
}

.ebcForm.k-form .k-form-fieldset {
    margin-top: 0px !important;
}

.actionEditIcon {
    width: 26px;
    height: 24px;
    cursor: pointer;
    margin-top: -3px;
}

.ViewInvoiceLink img {
    margin-top: -2px;
    cursor: pointer;
}

.autoPaymentSubFormHeader {
    font-family: "AvenirNext-Medium";
    font-size: 0.875rem;
    font-weight: 500;
    font-style: italic;
}

.toggleStatusButton {
    width: 74px;
    height: 70px;
    margin-top: -25px;
    cursor: pointer;
}

.k-dropdownlist:has(+.validation-message) {
    border-color: #e02020;
}

.ebcForm .k-actions-start {
    justify-content: space-between;
}

.receiptNotesTextArea {
    height: 115px;
}

.k-list-item:focus, .k-list-optionlabel:focus, .k-list-item.k-focus, .k-focus.k-list-optionlabel {
    box-shadow: none !important;
}

.k-dropdownlist.k-picker-solid {
    background-color: #ffffff;
}

    .k-dropdownlist.k-picker-solid:hover, .k-picker-solid.k-hover {
        background-color: inherit;
    }

h2.stepHeader {
    margin-bottom: 0px;
    line-height: 2.25rem;
}

.card-header {
    padding-right: 1rem;
    padding-left: 1rem;
}

.card-body {
    padding: 1rem;
}


.telerik-blazor.k-chart svg {
    overflow: visible !important;
}

.sectionIcon {
    margin-top: -4px;
}

.headerTextRight .k-cell-inner {
    justify-content: end;
}

.step-content-panel .numericTextRight {
    height: 42px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px;
    border-radius: 8px !important;
    border: solid 1px var(--colors-stroke-light) !important;
    box-shadow: none !important;
}

    .step-content-panel .numericTextRight:hover {
        border: solid 1px var(--colors-stroke-medium) !important;
    }

    .step-content-panel .numericTextRight.k-focus {
        border: solid 1px var(--colors-stroke-active) !important;
    }

    .step-content-panel .numericTextRight input {
        text-align: right;
        font-family: ProximaNova;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: var(--colors-content-primary);
        padding: 0;
    }

.noneSelectedError {
    padding: 10px 35.5px;
}

.timeoutModalText span {
    font-family: proxima-nova, sans-serif;
    font-size: 1.25rem;
}

    .timeoutModalText span.timeRemaining {
        font-family: proxima-nova, sans-serif;
    }

.numericTextBoxLabel {
    line-height: 35px;
}

@media (max-width: 1300px) {
    #reviewPaymentStep .maxWidthStyling, .maxWidthStyling .matchPaymentAmountWidth {
        max-width: 420px;
        border: solid 1px red !important;
    }
}

.invoiceSelectText:has(~ form .validation-message) {
    border-color: #e02020 !important;
}

.choose-credits-tooltip .k-tooltip,
.choose-credits-tooltip .k-tooltip-content {
    background-color: #fff;
    color: #000;
}

.choose-credits-tooltip .k-tooltip {
    width: 330px;
    max-width: 330px;
}

.choose-credits-tooltip.tooltip-Bottom .k-tooltip {
    transform: translateX(-28px);
}

.choose-credits-tooltip .k-tooltip-content {
    padding: 12px 8px;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.choose-credits-tooltip .k-callout {
    color: #fff;
}

.accountLabelText {
    font-family: AvenirNext-Medium;
    font-size: 0.875rem;
}

.k-chart-tooltip {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.custom-textbox {
    border-radius: 8px;
}

.term-based-dialog {
    position: relative;
    width: 40%;
    height: 60%;
    border: none !important;
    box-shadow: none !important;
}

.Dialog-btn {
    flex: none;
    position: center;
    background-color: rgb(41 126 220 / 96%);
    color: white;
    border: none !important;
    width: 100px;
    height: 42px;
}

.dialog-button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.k-dialog-actions {
    border-width: 0px;
    padding-bottom: 25px;
}

.k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg, .k-button-md.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 25px;
    height: 25px;
}

.dialog-h1 {
    font-family: "AvenirNext-Regular, sans-serif";
    font-size: 1.75rem;
    color: #000000;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.paymentHistoryCharts .medium-card-padding {
    height: 100% !important;
}

.auto-payment-fields .input-container {
    width: auto;
}

.textareaWrapper .input-text textarea {
    min-height: 126px !important;
}

.payment-img {
    width: 26px;
    height: 24px;
}

.cardWidth {
    min-width: 519px;
}

.myAccountContainer .large-card-padding {
    padding: 32px !important;
}

.myAccountMobileContainer .large-card-padding {
    padding: 16px !important;
}

.error-border {
    border: solid 1px var(--colors-stroke-error) !important;
    box-shadow: none !important;
}

.paymentMethodDropDownWrapper .k-input,
.paymentMethodDropDownWrapper .k-picker {
    margin: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: ProximaNova,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: start;
    box-shadow: none;
    flex-flow: row nowrap;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    height: 42px;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 16px;
    border-radius: 8px;
    border: solid 1px var(--colors-stroke-light);
    background-color: var(--colors-fill-grayscale-light-primary);
}

.paymentMethodDropDownWrapper .floating-dropdown .k-picker-solid:hover {
    border: solid 1px var(--colors-stroke-medium);
    box-shadow: none;
}

.paymentMethodDropDownWrapper .floating-dropdown .k-picker-solid:focus {
    box-shadow: 0 0 4px 0 #6b88ff;
    border: solid 1px var(--colors-stroke-active);
}

button:focus,
:focus-visible {
    outline: none !important;
}

.text-end {
    text-align: right !important;
}

.EBizModal .k-window-title {
    display: flex;
}

.numericTextRight {
    height: 42px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px;
    border-radius: 8px !important;
    border: solid 1px var( ) !important;
    box-shadow: none !important;
}

.EBizModal.view-full-invoice-details {
    max-height: calc(100dvh - 64px) !important;
    display: flex !important;
    flex-direction: column !important;
}

.paymentAmountModalClass.k-window {
    width: min(358px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.view-full-invoice-details .k-window-title,
.select-apply-credit-mobile .k-window-titlebar .k-window-title {
    display: flex;
    justify-content: center !important;
}

.view-full-invoice-details .k-window-content {
    padding: 8px 16px;
    scrollbar-gutter: auto !important;
    overflow-y: auto;
    min-height: 0;
    flex: 1 1 auto;
}

    .view-full-invoice-details .k-window-content .modalContentWrapper {
        margin-bottom: 0;
    }

.view-full-invoice-details .HeadingsH1 {
    font-size: 18px !important;
}

.view-full-invoice-details .ebiz-btn-primary {
    width: 100%;
    height: 48px !important;
}

.view-full-invoice-details .ebiz-btn-cancel {
    width: 100%;
    height: 48px !important;
}

.paymentAmountModalClass .footer-gap {
    gap: 10px !important;
}

.paymentAmountModalClass .footer-gap > span {
    width: calc((100% - 10px) / 2) !important;
}

.paymentAmountModalClass .k-window-titlebar {
    display: flex;
    align-items: center;
}

.paymentAmountModalClass .k-window-title {
    display: block !important;
    justify-content: flex-start !important;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 32px);
    overflow: hidden !important;
}

.paymentAmountModalClass .titleContainer {
    display: block !important;
    width: 100%;
    min-width: 0;
}

.paymentAmountModalClass .titleContainer .title {
    display: block !important;
    width: 100%;
    min-width: 0;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    text-align: left !important;
}

.view-full-invoice-details .row-title {
    padding-left: 0;
}

.view-full-invoice-details .k-actions {
    border-top: 1px solid #e0e0e3 !important;
    padding: 16px !important;
}

.view-full-invoice-details .modal-footer-padding {
    padding: 0 !important;
}

.paymentAmountModalClass .k-actions {
    border-top: none !important;
}

.k-notification-container.ErrorToastCreditMemoMobile {
    top: 16px !important;
}

.step-content-panel .numericTextRight:hover {
    border: solid 1px var(--colors-stroke-medium) !important;
}

.step-content-panel .numericTextRight.k-focus {
    border: solid 1px var(--colors-stroke-active) !important;
}

.step-content-panel .numericTextRight input {
    text-align: right;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: var(--colors-content-primary);
    padding: 0;
}

.ebizgrid.PayTermsGrid > div.gridPagerWrapper {
    display: none;
}

.paytermModalWrapper .modalContentWrapper {
    margin-bottom: 0 !important;
}

.ebiz-side-nav.set-width-60px {
    width: 60px !important;
    position: relative;
}

.ebiz-side-nav.set-expanded {
    position: initial;
}

.ebiz-side-nav.set-expanded-fixed {
    position: fixed;
    background: #fff;
    z-index: 1100;
    overflow: hidden;
    height: 100vh;
}

.side-nav-custom-padding .dropdown-popup-outer {
    padding: 16px;
    min-width: 256px;
    min-height: 268px;
}

.side-nav-popup {
    left: 8px !important;
}

.side-nav-custom-width-cpn-active {
    left: 55px !important;
    top: 61px !important;
}

.side-nav-custom-width-cpn-inactive {
    left: 55px !important;
    top: 17px !important;
}

.NoDataTemplate img {
    max-height: 114px !important;
}

.k-list-content .k-list-item.k-selected {
    color: var(--colors-content-primary) !important;
    background-color: var(--dropdown-dropdown-item-selected) !important;
}

.k-list-content .k-list-item {
    font-family: ProximaNova, sans-serif;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 8px;
}

    .k-list-content .k-list-item:hover {
        background-color: var(--dropdown-dropdown-item-hover);
    }

.k-list-content .k-list-ul {
    padding: 4px;
    gap: 4px;
    display: flex;
    flex-direction: column;
}

.ValidationClass {
    border-radius: 8px;
    border: solid 1px var(--colors-stroke-error) !important;
}

.quick-pay-card-banner-container,
.quick-pay-card-container,
.quick-pay-account-container {
    position: sticky;
    top: 140px;
}

.quick-pay-card-banner-container {
    height: 577px !important;
}

.quick-pay-card-container {
    height: 660px !important;
}

.quick-pay-account-container {
    height: 573px !important;
}

.align-left {
    left: 280px !important;
    bottom: 16px !important;
    position: fixed !important;
}

.align-Toast-Top {
    top: 20px !important;
    position: fixed !important;
}
.align-Toast-bottom {
    bottom: 16px !important;
    position: fixed !important;
}

.tinyToast .k-notification {
    margin-left: 0 !important;
}

.pe-3 {
    padding-right: .5rem !important;
}

.SelectPayOrderErrorToastWrapper .k-notification-group {
    margin-bottom: 72px !important;
}

.k-nodata {
    min-height: 42px;
    justify-content: flex-start;
    padding-left: 16px;
    font-style: italic;
}

.adjust-column-width {
    min-width: max-content !important;
    width: fit-content !important;
}

.k-grid-aria-root {
    border-radius: 8px;
}

.k-grid-header {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.k-grid-container {
    border: none !important;
    border-radius: 0 !important;
}

.grid-right-fade {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)) !important;
}

.k-grid-header-sticky {
    border: none !important;
    border-radius: 0 !important;
}

.k-grid-header-wrap {
    margin: 0 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.k-grid-aria-root:has(.grid-right-fade) {
    border-radius: 8px 0px 0px 8px;
}

.k-grid-aria-root:has(.grid-left-fade) {
    border-radius: 0px 8px 8px 0px;
}

.gridPagerWrapper .k-pager-sizes .k-dropdownlist[aria-expanded="true"] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08) !important;
}

.multiCheckboxContainer .Trim {
    margin-bottom: 0px !important;
}

div.k-grid-header th {
    top: 0px !important;
}

.k-floating-label {
    overflow: visible !important;
}

.errorTinyToastChooseCredit {
    left: 22px !important;
    bottom: 4px !important;
}

.custom-datepicker .k-input-inner {
    text-box-trim: inherit !important;
}

.grid-truncate {
    height: 32px !important;
}

    .grid-truncate .d-flex {
        align-items: center !important;
    }

.EBizGridPager {
    padding: 8px 0 !important;
}

.gridPagerWrapper {
    gap: 4px !important;
}

.gap-12px {
    gap: 12px;
}

.dropdown-popup-container {
    z-index: 1500 !important;
}

.k-child-animation-container:has(.k-nodata) {
    border: solid 1px var(--colors-stroke-light);
    border-radius: 8px;
}

    .k-child-animation-container:has(.k-nodata) .k-list {
        border-radius: 8px;
    }

    .k-child-animation-container:has(.k-nodata) .k-dropdownlist-popup {
        border-radius: 7px;
        border-color: white;
    }

.k-picker-solid.k-invalid:focus-within, .k-picker-solid.ng-invalid.ng-touched:focus-within, .k-picker-solid.ng-invalid.ng-dirty:focus-within {
    box-shadow: none;
}

.auto-width-col {
    width: 100% !important;
}
/*For Mac start*/
@supports (-webkit-touch-callout: none) {
    .k-stepper .k-step-link {
        align-items: flex-end !important;
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        /* This targets Safari on macOS only */
        .k-stepper .k-step-link {
            align-items: flex-end !important;
        }
    }
}
/*For Mac end*/

/*=======*/
.k-animation-container:has(.mobile-bottom-drawer),
.k-dialog-wrapper:has(.mobile-bottom-drawer) {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
}

.mobile-bottom-drawer {
    position: fixed !important;
    top: 50px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100dvh - 44px) !important;
    max-height: calc(100dvh - 44px) !important;
    transform: none !important;
    animation: mobile-bottom-drawer-slide-up 180ms ease-out;
}

@keyframes mobile-bottom-drawer-slide-up {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@media (max-width: 440px) {
    .select-apply-credit-mobile .k-window-content {
        padding-bottom: 180px !important;
    }
}

.drawer-handle {
    width: 24px;
    height: 4px;
    flex-grow: 0;
    border-radius: 12px;
    background-color: var(--colors-fill-grayscale-medium-primary);
    margin-top: -16px;
}

.drawer-header {
    text-align: center;
    padding-bottom: 8px;
}

.drawer-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.drawer-footer {
    position: fixed;
    bottom: 0;
    z-index: 1298;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    gap: 24px;
    padding: 16px;
    border-top: solid 1px var(--colors-stroke-light);
    background-color: #fff !important;
}

/* Footer rows */
.footer-row {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding-bottom: 16px;
    gap: 8px;
}

.paymentSummaryButtons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 32px;
}

.Mobile-Payment-Amount {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: var(--colors-fill-grayscale-light-secondary);
}

.edit-payment {
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
}

.footer-row .HeadingsH6 {
    color: var(--colors-content-secondary) !important;
}

.k-dialog-wrapper:has(.mobile-bottom-drawer) {
    z-index: 1297 !important;
}

.ErrorToastCreditMemoMobile {
    top: -200px !important;
}

.paymentAmountModalClass .k-window-titlebar-actions {
    margin-top: 0;
    align-self: self-start;
}

.paymentAmountModalClass .titleContainer {
    white-space: normal;
    text-align: center;
}
/*=======*/
.k-picker-solid.k-invalid:focus-within, .k-picker-solid.ng-invalid.ng-touched:focus-within, .k-picker-solid.ng-invalid.ng-dirty:focus-within {
    box-shadow: none;
}

.auto-width-col {
    width: 100% !important;
}
/*For Mac start*/
@supports (-webkit-touch-callout: none) {
    .k-stepper .k-step-link {
        align-items: flex-end !important;
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        /* This targets Safari on macOS only */
        .k-stepper .k-step-link {
            align-items: flex-end !important;
        }
    }
}

/* iPhone Safari + Chrome only */
@supports (-webkit-touch-callout: none) {
    @media only screen and (max-device-width: 430px) and (-webkit-device-pixel-ratio: 2), only screen and (max-device-width: 430px) and (-webkit-device-pixel-ratio: 3) {

        input.k-input-inner {
            line-height: 1;
            height: 16px !important;
            margin-top: 20px;
            padding: 0px 16px 0px 15px !important;
        }

        .input-container .k-floating-label-container label.k-floating-label {
            top: 2px !important;
        }
    }
}

/*For Mac end*/

.row-value-max {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.row-description-value {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.EBizFiltersScrollableContent
{
    max-height: 430px !important;
}
.minHeightMobileGrid
{
    min-height: 355px;
}
.ebiz-padded-icon-wrapper{
    margin-bottom : 0px !important;
}
@media(min-width: 441px){
    body:has(.AutoEnrollBanner) .step-content-panel {
        margin-bottom: 128px;
    }

    body:not(:has(.AutoEnrollBanner)) .step-content-panel {
        margin-bottom: 78px;
    }

    body:has(.AutoEnrollBanner) .quickPayWrapper,
    body:has(.AutoEnrollBanner) #divSavedPayment,
    body:has(.AutoEnrollBanner) .autoPaysWrapper,
    body:has(.AutoEnrollBanner) .reportTypesWrapper,
    body:has(.AutoEnrollBanner) .myAccountContainer {
        margin-bottom: 50px;
    }

    body:not(:has(.AutoEnrollBanner)) .quickPayWrapper,
    body:not(:has(.AutoEnrollBanner)) #divSavedPayment,
    body:not(:has(.AutoEnrollBanner)) .autoPaysWrapper,
    body:not(:has(.AutoEnrollBanner)) .reportTypesWrapper,
    body:not(:has(.AutoEnrollBanner)) .myAccountContainer {
        margin-bottom: 0;
    }
}

        @media (max-width: 440px) {
            .mobile-View-Title .k-window-title {
                justify-content: center !important;
                text-align: center;
            }

            .card-view {
                display: grid;
                grid-template-columns: auto 1fr;
                gap: 4px 10px;
            }

                .card-view > span:nth-child(7),
                .card-view > span:nth-child(8) {
                    margin-top: 24px;
                }
                /* Add 24px before FIRST row of Group 3 */
                .card-view > span:nth-child(15),
                .card-view > span:nth-child(16) {
                    margin-top: 24px;
                }

            .BodyDescription, .body-description {
                font-size: 14px;
            }

            .mobileTooltipWrapper {
                width: max(0px, calc(100vw - 62px)) !important;
                left: 32px !important;
            }

            .k-popup > .k-list {
                border-radius: 8px;
            }

            .sucesscardWidth {
                width: 358px !important;
            }

            .successCardWraper {
                width: 358px !important;
            }

            .ebiz-btn-secondary:hover {
                border: solid 1px var(--colors-stroke-brand) !important;
                color: var(--colors-content-brand) !important;
                background-color: var(--colors-fill-primary) !important;
            }

            .ebiz-btn-primary:hover {
                border: none !important;
                color: var(--colors-fill-primary) !important;
                background-color: var(--colors-fill-brand) !important;
            }

            .ebiz-btn-primary:active {
                background-color: var(--colors-fill-brand-dark) !important;
            }

            .ebiz-btn-secondary:active {
                color: var(--colors-fill-primary) !important;
                background-color: var(--colors-fill-brand) !important;
                border: solid 1px var(--colors-fill-brand) !important;
            }

            .fieldIsModified .modified-caret-icon {
                display: none !important;
            }

    .view-full-invoice-details .k-window-content {
        -webkit-overflow-scrolling: touch;
    }

    .view-full-invoice-details .card-view > span:nth-child(7),
    .view-full-invoice-details .card-view > span:nth-child(8),
    .view-full-invoice-details .card-view > span:nth-child(15),
    .view-full-invoice-details .card-view > span:nth-child(16) {
        margin-top: 0;
    }

            .export-button {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 42px !important;
                height: 42px !important;
                border: 1px solid var(--color-border, #d1d5db);
                border-radius: 0 6px 6px 0;
                background: var(--color-surface, #ffffff);
                cursor: pointer;
                border-left: none;
                transition: all 0.2s ease;
                position: relative;
                padding: 0;
                margin: 0;
            }

                .export-button:focus {
                    box-shadow: 0 0 4px 0 #6b88ff;
                    border: solid 1px var(--colors-stroke-active);
                }

            .HeadingColor {
                color: var(--colors-content-primary) !important;
                -webkit-text-fill-color: var(--colors-content-primary) !important;
            }

            .w-35 {
                width: 35% !important;
            }

            .w-65 {
                width: 65% !important;
            }
            .w-50 {
                width: 50% !important;
            }
            .securityCodeContainer {
                gap: 8px !important;
            }
        }

        @media (max-width: 390px) {

            .invoiceDateRangeFilterWrapper-mobile {
                display: flex !important;
                flex-wrap: wrap !important;
                gap: 12px !important;
            }

                .invoiceDateRangeFilterWrapper-mobile > .datePickerMainWrapper {
                    flex: 0 0 48% !important;
                    max-width: 48% !important;
                }

                .invoiceDateRangeFilterWrapper-mobile > .invoicesStatusDDLWrapper {
                    flex: 0 0 100% !important;
                    max-width: 100% !important;
                    row-gap: 12px !important;
                }

                .invoiceDateRangeFilterWrapper-mobile .status-refresh-btn {
                    width: 100% !important;
                }
        }