/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';



/*Custom styling only for SalesReturn.razor*/

.sales-returns-tab .rz-tabview-nav .rz-state-focused:not(.rz-tabview-selected):not(.rz-state-disabled) {
    background-color: transparent !important;
    border-color: transparent !important;
    color: inherit !important;
}

.sales-returns-tab .rz-tabview-nav .rz-state-focused:hover:not(.rz-tabview-selected):not(.rz-state-disabled) {
    background-color: var(--rz-tabs-tab-hover-background-color) !important;
    color: var(--rz-tabs-tab-hover-color) !important;
}

/*Custom styling only for SalesReturnInvoice.razor*/
.commission-type .rz-form-field-content{
    height: 42.5px
}