﻿@media screen and (max-width: 600px) {
    .cardContainer {
        width: 100% !important;
        display: block;
        margin-bottom: 20px;
        height: 250px;
    }

    .customCol {
        width: 100% !important;
    }

    .hideColumn-600, .username {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    .accountMenuType {
        display: flex !important;
        flex-direction: column !important;
    }

    .accountButtonType {
        border-radius: 5px !important;
        margin: 3px 0 !important;
    }

    .dashboardLogo {
        max-width: 56% !important;
    }

    .recurringTable .childTableWidth td {
        min-width: 230px !important;
    }

    .usersMenuType {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media screen and (max-width: 960px) {

    .responsiveTable td {
        display: block !important;
    }

    .colFullWidth {
        width: 100% !important;
    }

    .accountToolBarContent {
        flex-direction: column;
    }

    .accountSearchBar {
        max-width: 100% !important;
    }

    .mud-toolbar {
        height: 100% !important;
    }

    .accountGrid {
        display: flex;
        flex-direction: column !important;
        margin-bottom: 7px !important;
        margin-top: 10px !important;
    }

    .childTableWidth {
        display: grid !important;
/*        width: max-content;
*/    }

    .searchCustomerTable td {
        display: block !important;
    }

    .minWidthButton {
        min-width: 140px;
    }

    .removeBefore::before {
        content: none !important;
    }

    .removeBefore .mud-icon-button {
        padding-left: 0 !important;
    }

    .editIconRecurring {
        margin-left: -20px !important;
        padding-top: 0px !important;
    }

    .accountIcon button, .pl0 {
        padding-left: 4px !important;
    }

    td:has(.editIconRecurring) {
        width: 190%;
    }

    .editIconRecurring {
        padding-left: 4px !important;
    }

    .sideMenuImage {
        max-width: 70% !important;
    }

    .sidebarLogo {
        height: 50px !important;
        min-height: 50px !important;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .recurringIcon {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .scheduledTable .hideColumn, .hideColumn {
        display: none !important;
    }

    .recurringTable .mud-table-row {
        display: revert !important;
        border-bottom: 1px solid #e0e0e0ff !important;
    }

    .recurringTable .mud-table-row .mud-table-cell:last-child {
        border-bottom: none !important;
    }

    .recurringTable .mud-table-root {
        overflow: hidden !important;
    }

    .recurringTable .childTableWidth td {
        min-width: 700px;
    }

    div {
        word-break:break-all;
    }
}

@media only screen and (max-width: 1256px) and (min-width: 954px) {
    .EFTDatePickerContainer {
        padding: 0 !important;
        max-width: 250px !important;
        flex-basis: 20% !important;
        margin-left: 12px !important;
    }
}

@media only screen and (max-width: 300px) {
    .EFTDatePickerContainer .mud-icon-button {
        padding: 5px !important;
    }

    .fontSizeS label {
        font-size: 11px !important;
    }

    .selectTypeFontSize label{
        font-size: 14px !important;
        line-height: 11px !important;
    }

    .copyIconWebHookConfig {
        padding: 0 !important;
    }
}

.cardContainer {
    height: 250px;
    width: 300px;
}

.card {
    height: 90%;
    overflow: auto;
}


.active {
    color: var(--mud-palette-primary) !important;
    background: #f7f8fc !important;
}

.active .mud-nav-link-icon-default {
    color: var(--mud-palette-primary) !important;
}

a:hover .mud-nav-link-icon-default {
    color: #f7f8fc !important;
}

.mud-drawer a:hover {
    background: #616161 !important;
}

.userSearch {
    padding: 12px 16px !important;
    margin-bottom: 16px !important;
}

.dateExpressPt label, .EFTDatePicker label, .greyBackground label {
    background: #f7f8fc;
}

.buttonGroup {
    display: flex !important;
    flex-wrap: wrap;
}

.recurringTable .mud-icon-button-size-small {
    color: #000000;
}

.accountTable .mud-table-toolbar {
    margin-bottom: 5px;
}

.dashboardButton {
    min-width: 150px !important;
}

.recurringTable table {
    /*    table-layout: fixed !important;
*/
}

.responsiveTable .mud-table-pagination {
    display: flex !important;
    justify-content: space-between !important;
}

.mud-table-pagination .downloadButton {
    align-self: center !important;
    margin-left:10px !important
}

.username {
    display: block;
}

.recurringCheckbox span {
    padding-left: 0 !important;
}

.datePicker button {
    z-index: 100;
}

.dateExpressPt .mud-input-control-margin-normal {
    margin: 6px !important;
}

.accountIconComtainer {
    padding: 0 !important;
    max-width: 30% !important;
    min-height: 30px !important;
}

.dashboardLogo {
    max-width: 90%;
    width: 167px;
    height: 30px;
}

.sideMenuImage {
    width: 167px;
    height: 30px;
}


@media(min-width: 600px) {
    .sidebarLogo {
        height: var(--mud-appbar-height);
    }
}

@media(min-width: 960px) {

    .childTableWidth table {
        width: inherit !important;
    }
}

.labelHeader label {
    font-size: 22px !important;
    font-weight: bold !important;
}

.sideMenuHeaderText {
    padding-left: 16px;
    padding-top: 8px;
}

.noHoverColor .mud-icon-button:hover {
    background-color: transparent !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-center {
    text-align: center;
}
.directionRow span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right:5px;
}

.fileWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.attachmentContainer p {
    display: flex;
}

.attachmentContainer svg {
    margin: 0 5px;
}

.attachmentWrapper:hover {
    color: var(--mud-palette-primary) !important;
}

.importCustomerColumn .mud-grid-item {
    padding: 12px;
}

.flex-basis-100 {
    flex-basis: 100% !important;
    flex-grow: 0;
}

.recurringTable tr {
    border-bottom: 1px solid #e0e0e0ff !important;
}

.mud-alert-text-success svg, .mud-alert-text-success, .primaryColor, .primaryColor svg {
    background-color: transparent !important;
    color: var(--mud-palette-primary) !important;
}

.mud-alert-text-error svg, .mud-alert-text-error {
    background-color: transparent !important;
    color: black !important;
}

.bankDetailInfo svg, .bankDetailInfo {
    color: #1ec8a5ff !important;
    background-color: inherit !important;
}

.receivableTable .mud-tooltip-inline {
    display: block !important;
}

.repeatEditInput {
    max-width: 140px;
}

.usersMenuType{
    margin-top: 15px;
}

.CreditCardSavebtn{
    margin-bottom:24px;
}

.text-uppercase{
    text-transform: uppercase;
}

.creditCardTblHeader {
    background-color: #dedede !important;
}

.mud-typography-xs-h3 {
    font-size: var(--mud-typography-h4-size) !important;
    word-break: break-word;
    text-align: center;
}

.word-break {
    word-break: break-word !important;
}

.mud-dialog .mud-dialog-content {
    padding: 24px !important;
}

.mud-list-item-text p.mud-typography.mud-typography-body1 {
    font-size: var(--mud-typography-body2-size);
}