﻿:root {
    --mud-palette-primary: #1178D4 !important;
    --mud-typography-default-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-h1-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-h2-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-h3-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-h4-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-h5-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-h6-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-subtitle1-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-subtitle2-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-body1-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-body2-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-input-family: "Plus Jakarta Sans", sans-serif !important;
    --mud-typography-button-family: "Plus Jakarta Sans", sans-serif !important;
    /*    FontSize*/
    --mud-typography-body1-size: 14px !important;
    --mud-palette-error: #F7494B !important;
}

/* common css */
.text-center {
    text-align: center;
}
/* Button CSS Start */

.mud-button-root:not(.mud-icon-button) {
    border-radius: 8px;
    box-shadow: none !important;
    height: 40px;
    font-size: 14px;
    padding: 5px 14px;
    font-weight: 600;
    text-transform: capitalize;
}

    .mud-button-root:not(.mud-icon-button).mud-button-outlined-size-small, .mud-button-root:not(.mud-icon-button).mud-button-filled-size-small {
        height: 36px;
    }

    .mud-button-root:not(.mud-icon-button) .mud-icon-root.mud-icon-size-small {
        font-size: 12px;
    }

    .mud-button-root:not(.mud-icon-button) .mud-icon-root.mud-icon-size-medium {
        font-size: 15px;
    }

.mud-button-root.mud-button-filled-default {
    border: 1px solid #DDDDDD;
    background: #F7F7F7;
    color: #323232;
}

.mud-button-outlined.mud-button-outlined-primary {
    background-color: var(--mud-palette-primary-hover);
}

.mud-button-outlined.mud-button-outlined-error {
    background-color: var(--mud-palette-error-hover);
}

.mud-button-outlined.mud-button-outlined-success {
    background-color: var(--mud-palette-success-hover);
}

@media screen and (max-width: 575px) {
    .mud-button-root:not(.mud-icon-button) {
        height: 35px;
        font-size: 12px;
        padding: 5px 12px;
    }
}
/* Button CSS End */

/* Custom Field CSS Start */
.customInput .mud-input-control {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.customInput:not(:last-child) {
    margin-bottom: 16px;
}

.customInput .mud-input-control .mud-input-control-input-container label.mud-input-label {
    position: static;
    transform: none !important;
    order: 1;
    padding: 0 !important;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #323232 !important;
    background: transparent;
}

.customInput .mud-input-control .mud-input-control-input-container .mud-input-root {
    font-size: 14px;
    color: #000;
    height: 40px;
    box-sizing: border-box;
    padding: 5px 14px;
    margin-inline: 0;
    border-radius: 8px;
    line-height: 30px;
}

.customInput .mud-input-control .mud-input-outlined-border {
    border-radius: 8px;
    border-color: #DDDDDD;
}

.customInput .mud-input-control .mud-input-control-input-container textarea.mud-input-root {
    height: auto;
}

.customInput .mud-input-control .mud-input-control-input-container .mud-input.mud-input-outlined {
    order: 2;
}

.customInput .mud-input-control .mud-input-control-input-container .mud-input.mud-select-input-extended {
    height: 40px;
}

.customInput .mud-input-adornment.mud-input-outlined-extended .mud-icon-root:before {
    font-size: 12px;
}

.customInput .mud-input-adornment-end {
    margin-left: 0;
    margin-inline-start: 0;
    margin-inline-end: unset;
}

.customInput .mud-input-adornment .mud-icon-button {
    padding: 0px;
    border-radius: 0;
    background: transparent !important;
}

.customInput .mud-input-adornment .mud-icon-button-edge-end {
    margin-right: 0;
    margin-inline-end: 0;
    margin-inline-start: unset;
}

.customInput .mud-input-adornment .mud-icon-root {
    font-size: 15px;
}

.customInput .mud-input-adornment.mud-select-input .mud-icon-root {
    font-size: 12px;
}

.customInput .mud-input.mud-disabled .mud-input-outlined-border {
    border-color: #ddd;
}

.customInput .mud-input.mud-disabled .mud-input-root {
    background: #eeeeee;
}

.helpingTextLabel .mud-input-control-helper-container {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}

    .helpingTextLabel .mud-input-control-helper-container .mud-input-helper-text {
        font-size: 12px;
        color: #666666;
        font-weight: 500;
    }
/* Custom Field CSS End */
/* Custom Card CSS Start */
.mud-card-custom {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    box-shadow: none !important;
}
/* Custom Card CSS End */

/*Header Css Start*/
.mainHeader {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #DDDDDD;
    padding-block: 12px;
}

    .mainHeader .mud-toolbar-appbar {
        padding-inline: 32px;
        height: auto !important;
    }

.mainHeader_menuIcon {
    display: none;
}

.mainHeader_right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.dateTimeBox {
    padding: 9px 10px;
    background: #E3F2FF;
    border-radius: 6px;
    border: 1px solid #C9E6FF;
    color: #000;
    font-size: 12px;
    line-height: 1.333;
    font-weight: 500;
    text-align: center;
}

.profileMenu .mud-menu-activator .mud-avatar {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--mud-typography-default-family);
}

.profileMenu .mud-menu-activator {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.profileMenu .avtarName {
    line-height: normal;
    color: #323232;
    font-size: 12px;
    font-weight: 600;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profileMenu .mud-icon-root {
    color: #666666;
    font-size: 10px;
}

.profileMenuDropdown {
    border-radius: 8px;
    overflow: hidden;
}

    .profileMenuDropdown .mud-divider {
        border-color: #eeeeee;
    }

    .profileMenuDropdown .mud-card-header {
        padding: 12px 16px;
    }

    .profileMenuDropdown .mud-card-header-avatar {
        margin-right: 12px;
        margin-inline-end: 12px;
    }

    .profileMenuDropdown .mud-avatar.mud-avatar-medium {
        width: 36px;
        height: 36px;
        font-size: 24px;
        line-height: 1;
        font-weight: 600;
        font-family: var(--mud-typography-default-family);
    }

    .profileMenuDropdown .dropdownAvatar .mud-typography-body2 {
        font-weight: 600;
        color: #323232;
    }

    .profileMenuDropdown .dropdownAvatar .mud-typography-caption {
        color: #666666;
        font-family: var(--mud-typography-default-family);
    }

    .profileMenuDropdown .mud-list-item {
        padding: 6px 16px;
    }

        .profileMenuDropdown .mud-list-item .mud-list-item-icon {
            min-width: auto;
            margin-right: 12px;
        }

    .profileMenuDropdown .mud-icon-root {
        font-size: 16px;
        color: #444444;
    }

    .profileMenuDropdown .mud-list-item .mud-list-item-text .mud-typography-body2 {
        color: #444444;
        font-weight: 500;
    }

    .profileMenuDropdown .mud-list.mud-list-padding {
        padding: 0;
    }

@media screen and (max-width: 991px) {
    .mainHeader {
        padding-block: 10px;
    }

        .mainHeader .mud-toolbar-appbar {
            padding-inline: 20px;
        }

    .mainHeader_right {
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .profileMenu .avtarName, .profileMenu .mud-icon-root {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .mainHeader .mud-toolbar-appbar {
        padding-inline: 12px;
    }

    .mainHeader_logo {
        max-width: 110px;
    }

    .dateTimeBox {
        padding: 6px;
    }

    .profileMenu .mud-menu-activator {
        padding: 6px;
    }

    .mainHeader_right {
        gap: 6px;
    }

    .timeBox {
        display: none;
    }

    .profileMenuDropdown .mud-card-header {
        padding: 10px 12px;
    }

    .profileMenuDropdown .mud-list-item {
        padding: 5px 12px;
    }

    .profileMenuDropdown .mud-icon-root {
        width: 18px;
        height: 18px;
    }

    .profileMenuDropdown .mud-list-item .mud-list-item-icon {
        margin-right: 8px;
    }

    .profileMenuDropdown .mud-card-header-avatar {
        margin-right: 8px;
        margin-inline-end: 8px;
    }

    .profileMenuDropdown .mud-avatar.mud-avatar-medium {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
}
/*Header Css End*/

/* Dashboard Page CSS Start*/
.mud-main-content .mud-container-custom {
    padding: 24px 32px !important;
}

.pageHeader {
    margin-bottom: 24px;
}

.pageHeader_link {
    color: #000 !important;
    text-decoration: none !important;
}

    .pageHeader_link .backIcon {
        font-size: 18px;
    }

.pageHeader .pageHeader_link .mud-typography-h5.mud-primary-text {
    font-size: 16px;
}

.pageHeader .mud-typography-h5.mud-primary-text {
    margin-bottom: 0 !important;
    font-size: 24px;
    color: #000 !important;
    font-weight: 700;
}

.pageHeader > div > .mud-typography-body1 {
    margin-bottom: 0 !important;
}
/*    .pageHeader .mud-button-root .mud-button-icon-size-medium > *:first-child {
        font-size: 16px;
    }*/
.customPannel .mud-expand-panel {
    box-shadow: none;
    border: 1px solid #ddd !important;
}

    .customPannel .mud-expand-panel:not(:last-child) {
        margin-bottom: 16px;
    }

    .customPannel .mud-expand-panel .mud-expand-panel-header {
        padding: 16px;
    }

        .customPannel .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-icon {
            display: none;
        }

    .customPannel .mud-expand-panel.mud-panel-expanded .mud-expand-panel-header {
        border-bottom: 1px solid #ddd;
    }

    .customPannel .mud-expand-panel .mud-expand-panel-content {
        padding: 0 !important;
    }

.customPannel .mud-expand-panel-cnt {
    gap: 12px;
}

    .customPannel .mud-expand-panel-cnt .mud-typography-h6 {
        font-size: 16px;
        color: #000;
        line-height: 1.5;
    }

    .customPannel .mud-expand-panel-cnt .mud-icon-root {
        font-size: 17px;
        color: var(--mud-palette-primary);
        transition: all 0.3s ease-in-out;
    }

.customPannel .mud-panel-expanded .mud-expand-panel-cnt .mud-icon-root {
    transform: rotate(90deg);
}

.customPannel .mud-expand-panel-cnt .mud-typography-body1 {
    color: #666666;
    font-size: 10px;
    padding: 2px 8px;
    background: #EEEEEE;
    border-radius: 65px;
    line-height: 1.4;
    font-weight: 700;
}

.customPannel .mud-table {
    box-shadow: none;
    background-color: transparent;
}

    .customPannel .mud-table .mud-table-head .mud-table-cell {
        background: #F9F9F9;
        border-color: #dddddd;
        font-size: 12px;
        font-weight: 600;
        color: #323232;
        position: relative;
        text-align: center;
    }

        .customPannel .mud-table .mud-table-head .mud-table-cell .mud-table-sort-label-icon {
            position: absolute;
            right: 0;
        }

        .customPannel .mud-table .mud-table-head .mud-table-cell .mud-button-root {
            font-size: 12px;
            color: #323232;
            position: static;
        }

    .customPannel .mud-table .mud-table-body .mud-table-cell {
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        /*    line-height: 0.75;*/
        text-align: center;
    }

        .customPannel .mud-table .mud-table-body .mud-table-cell:first-child, .customPannel .mud-table .mud-table-head .mud-table-cell:first-child {
            text-align: left;
        }

.customPannel .statusIcon {
    height: 26px;
    border-radius: 16px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

    .customPannel .statusIcon .mud-icon-root {
        font-size: inherit !important;
    }

.pageHeader .mud-typography-body1:empty {
    display: none;
}

.pageHeader .searchBox {
    display: inline-flex;
    gap: 12px;
    padding: 4px 10px;
    background: #F4F4F4;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    align-items: center;
    margin-left: auto;
}

    .pageHeader .searchBox .fieldLabel {
        font-size: 12px;
        font-weight: 500;
    }

    .pageHeader .searchBox .mud-select, .pageHeader .searchBox .mud-input-control {
        width: 140px;
        flex-grow: 0;
        margin: 0;
    }

        .pageHeader .searchBox .mud-select .mud-input-adornment-end {
            position: absolute;
            right: 12px;
        }

        .pageHeader .searchBox .mud-select .mud-icon-root {
            font-size: 11px;
        }

    .pageHeader .searchBox .mud-input-outlined-border {
        border: none !important;
    }

    .pageHeader .searchBox .mud-input {
        background: #fff;
        border-radius: 5px;
    }

    .pageHeader .searchBox .mud-select-input {
        padding-right: 0;
    }

    .pageHeader .searchBox .mud-input-root {
        font-size: 12px;
        padding: 8px 10px !important;
    }

    .pageHeader .searchBox .mud-select-input .mud-input-root {
        padding-right: 30px !important;
    }

    .pageHeader .searchBox .mud-button-root:not(.mud-icon-button) {
        height: 30px;
        min-width: auto;
        padding: 5px 12px;
        font-size: 12px;
    }

.filterSelect .mud-list-padding {
    padding: 0;
}

.filterSelect .mud-list-item {
    padding: 5px 10px;
}

.filterSelect .mud-list-item-icon {
    min-width: auto;
    margin-right: 5px;
}

    .filterSelect .mud-list-item-icon .mud-icon-size-medium {
        font-size: 1.2rem;
    }

@media screen and (max-width: 991px) {
    .mud-main-content .mud-container-custom {
        padding: 20px !important;
    }

    .pageHeader {
        margin-bottom: 20px;
    }

        .pageHeader .searchBox {
            width: 100%;
            order: 3;
        }

            .pageHeader .searchBox .mud-select, .pageHeader .searchBox .mud-input-control {
                width: auto;
                flex: 1;
                flex-grow: 1;
            }

            .pageHeader .searchBox .fieldLabel {
                flex-shrink: 0;
            }
}

@media screen and (max-width: 575px) {
    .mud-main-content .mud-container-custom {
        padding: 15px 12px !important;
    }

    .pageHeader {
        margin-bottom: 15px;
        gap: 10px;
    }

        .pageHeader .searchBox {
            padding: 10px;
            flex-wrap: wrap;
            gap: 0;
        }

        .pageHeader .mud-typography-h5.mud-primary-text {
            font-size: 20px;
        }

        .pageHeader .searchBox .mud-select, .pageHeader .searchBox .mud-input-control {
            width: 100%;
            flex: auto;
        }

        .pageHeader .searchBox .fieldLabel {
            margin-bottom: 5px;
        }

        .pageHeader .searchBox .mud-input-control {
            margin-bottom: 12px;
        }

    .customPannel .mud-expand-panel .mud-expand-panel-header {
        padding: 12px;
    }

    .customPannel .mud-expand-panel:not(:last-child) {
        margin-bottom: 12px;
    }

    .customPannel .mud-expand-panel-cnt {
        gap: 6px;
    }
}
/* Dashboard Page Css End */
/* Create SUbmission Page CSS Start */
.fieldBlockTitle {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.mud-flex-break {
    width: 100%;
}

.mud-grid-item-5-col {
    flex-grow: 0;
    max-width: 20%;
    flex-basis: 20%;
}

.mud-grid-item-2-col {
    flex-grow: 0;
    max-width: 40%;
    flex-basis: 40%;
}

.mud-grid-item-3-col {
    flex-grow: 0;
    max-width: 60%;
    flex-basis: 60%;
}

.addressField {
    flex: 1;
}

.mud-chip.infoChip {
    font-size: 12px;
    height: 28px;
    font-weight: 500;
    color: #323232;
    background: #dddddd;
    margin-top: auto;
    margin-bottom: 0;
}

.locationGrid .mud-grid-item.mud-grid-item-xs-4 {
    flex: 1;
    max-width: 100%;
}

.fieldCheck .mud-checkbox {
    margin-top: 25px;
}

.fieldCheck-singal .mud-checkbox {
    margin-top: 4px;
}

.fieldCheck .mud-button-root {
    padding: 5px;
}

.fieldCheck .mud-checkbox .mud-default-text .mud-icon-root {
    fill: #DDDDDD;
}

.fieldLabelLeft .mud-input-control > .mud-input-control-input-container {
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.fieldLabelLeft .customInput label.mud-input-label {
    width: 240px;
    flex-shrink: 0;
    margin-bottom: 0 !important;
}

.fieldLabelLeft .customInput .mud-input {
    width: 100%;
}

.fieldLabelLeft .customInput .mud-input-control .mud-popover-cascading-value {
    display: none;
}

.attacmentHead {
    margin-bottom: 20px;
}

    .attacmentHead .fieldBlockTitle + span {
        font-size: 12px;
        color: #666666;
    }

.attacmentTable {
    background: #fff;
    box-shadow: none;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    font-size: 14px;
}

    .attacmentTable .customInput {
        width: 100%;
        min-width: 250px;
    }

.mud-simple-table.attacmentTable tbody td {
    padding: 10px 16px;
    white-space: nowrap;
}

.attacmentTable tbody td:first-child, .attacmentTable tbody td:last-child {
    padding-inline: 24px;
}

.attacmentTable tbody tr:not(:last-child) td {
    border-bottom: 1px solid #eeeeee;
}

.attacmentTable tbody tr td:first-child {
    width: 100%;
}

.attacmentTable tbody tr td.uploadButton {
    width: 220px;
}

.attacmentTable .customInput .mud-input-control .mud-input-root {
    height: 36px;
}

.attacmentTable .mud-button-root:not(.mud-icon-button) {
    height: 32px;
    font-size: 12px;
}

.attacmentTable .mud-chip.mud-chip-size-medium {
    height: 22px;
    font-weight: 500;
    font-size: 12px;
}

.attacmentTable .mud-chip.mud-chip-color-success {
    color: #108831;
    background: #e9f8ed;
}

.attacmentTable .mud-chip.mud-chip-color-default {
    color: #888888;
    background: rgba(136, 136, 136, 0.1);
}

.attacmentTable .mud-chip .mud-chip-content {
    display: flex;
    gap: 6px;
}

    .attacmentTable .mud-chip .mud-chip-content span {
        width: 6px;
        height: 6px;
        border-radius: 50px;
    }

.attacmentTable .mud-chip.mud-chip-color-success .mud-chip-content span {
    background: #108831;
}

.attacmentTable .mud-chip.mud-chip-color-default .mud-chip-content span {
    background: #888888;
}

.attacmentTable .custom-file-label .mud-icon-root {
    font-size: 14px;
}

.attacmentTable .custom-file-label {
    padding: 8px 12px;
    border-radius: 6px;
    background: #f7f7f7;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.attacmentPreviewHead p {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
}

    .attacmentPreviewHead p span {
        font-weight: 600;
        color: #323232;
    }

.actionButton .mud-button-outlined-error {
    border-color: #fed6d6;
    background: #fff1f1;
    color: #f7494b;
}

.actionButton .mud-button-outlined-primary {
    border-color: #c9e1f6;
    background: #ecf5fc;
    color: #000000;
}

.actionButton .mud-button-outlined.mud-icon-button {
    padding: 8px;
}

.actionButton .mud-icon-root {
    font-size: 15px;
}

.actionButton .mud-icon-button:disabled {
    border-color: rgba(136, 136, 136, 0.16);
    background: rgba(136, 136, 136, 0.08);
    color: #888888;
}
/* Create SUbmission Page CSS End */

/* Market Screen Css Start */
.carrierDetails {
    border: 1px solid #DDDDDD;
    padding: 8px 16px;
    background: #fff;
    border-radius: 8px;
}

    .carrierDetails .mud-typography-body1 {
        font-size: 12px;
        font-weight: 500;
        color: #666666;
        line-height: 1.667;
    }

    .carrierDetails .mud-typography-h2 {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        margin-top: 4px;
    }

.selectedInfo .mud-typography-body {
    font-size: 12px;
}

.selectedInfo .mud-typography-body1 {
    display: flex;
    gap: 2px;
    color: #666;
}

    .selectedInfo .mud-typography-body1:not(:last-child) {
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid #ddd;
    }

.selectedInfo .mud-typography-body2 {
    font-weight: 500;
    color: #323232;
}

.marketInfoTable .mud-table.mud-simple-table {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 15px;
    /*    max-height: 650px;*/
}

.marketInfoTable .mud-simple-table.mud-table-sticky-header * table thead * th:last-child {
    border-radius: 0 15px 0 0;
}

.marketInfoTable .mud-simple-table.mud-table-sticky-header * table thead * th:first-child {
    border-radius: 15px 0 0 0;
}

.marketInfoTable .mud-table th {
    background: #F9F9F9 !important;
    border-color: #DDDDDD;
    color: #323232;
}

.marketInfoTable .mud-table td, .marketInfoTable .mud-table th {
    font-size: 12px;
    padding: 15px;
    font-weight: 500;
    /*    white-space: nowrap;*/
}

.marketInfoTable .mud-table td {
    color: #666666;
    border-color: #EEEEEE;
}

.text-dark {
    color: #323232;
}

.moreEmails em {
    font-size: 10px;
    margin-left: 4px;
}

.moreEmails {
    font-weight: 500;
    font-size: 12px;
}

.marketInfoTable .mud-table tr td:not(:nth-child(4)), .marketInfoTable .mud-table tr th:not(:nth-child(4)) {
    text-align: center;
}

.marketInfoTable .mud-table tr td:last-child {
    text-align: right;
}

.tableAction {
    gap: 20px;
}

    .tableAction li a {
        font-size: 14px;
        padding: 2px;
        color: #323232;
    }

    .tableAction button.mud-button-root {
        padding: 2px !important;
        min-width: auto;
        height: auto;
        border-radius: 0;
        color: #323232;
        font-size: 14px;
        background: none !important;
    }

.onMarketSelection {
    position: absolute;
    z-index: -888888;
    opacity: 0;
    visibility: hidden;
}
/* Market Screen Css End */

/* Common Diolog Css Start */
.mud-overlay.mud-overlay-dialog {
    backdrop-filter: blur(7px);
    background: rgba(50, 50, 50, 0.6);
}

    .mud-overlay.mud-overlay-dialog .mud-overlay-scrim.mud-overlay-dark {
        background: none !important;
    }

.commonDialog {
    padding: 24px;
    box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .05);
    border-radius: 12px;
}

    .commonDialog.dialog-lg {
        width: 100%;
        max-width: 1024px;
    }

.mud-dialog.commonDialog .mud-dialog-title {
    background: none;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.commonDialog .dialog-title {
    font-size: 18px;
    line-height: 1.55;
}

.commonDialog .dialogClose {
    padding: 5px;
    min-width: auto;
    height: auto;
    font-size: 15px;
    color: #666666;
    background: none !important;
}

.commonDialog .mud-dialog-content {
    padding: 16px 0 !important;
}

.commonDialog .mud-dialog-actions {
    justify-content: space-between;
    padding: 0;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.commonDialog.dialogEdit {
    width: 100%;
    max-width: 505px;
    margin-right: 8px;
    margin-left: auto;
    justify-self: end;
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
}

.customAlert .mud-alert-position {
    align-items: center;
}

.customAlert .mud-alert-icon {
    margin-right: 8px;
}

    .customAlert .mud-alert-icon .mud-icon-size-medium {
        font-size: 17px;
    }

.customAlert .mud-alert-icon, .customAlert .mud-alert-message {
    padding: 0;
}

.customAlert.mud-alert {
    padding: 10px 16px;
}

.customAlert .mud-alert-message {
    font-size: 12px;
}

.customAlert.mud-alert-text-info {
    color: #1178D4;
    background: rgba(17, 120, 212, 0.1);
}
/* Common Diolog Css End */

/* common tab css */
.commonTab .mud-tabs-toolbar {
    background-color: transparent;
    box-shadow: none;
}

.commonTab .mud-tab {
    padding: 0 8px 4px;
    min-height: auto;
    text-transform: capitalize;
    min-width: auto !important;
}


.commonTab .mud-tabs-toolbar .mud-tabs-toolbar-inner {
    min-height: auto;
    align-items: center;
}

.commonTab .mud-tab:hover, .commonTab .mud-tab:focus {
    background-color: transparent;
}

.commonTab .mud-tabs-toolbar .mud-tabs-scroll-button:first-child .mud-icon-button {
    padding-left: 0;
}

.commonTab .mud-tabs-toolbar .mud-tabs-scroll-button:last-child .mud-icon-button {
    padding-right: 0;
}

.commonTab .mud-tooltip-root {
    position: relative;
}

/* common header */
.border-bottom {
    border-bottom: 1px solid #eee;
}

.commonCard {
    padding: 16px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #ddd;
}

    .commonCard .mud-card-content {
        padding-left: 5px;
        padding-right: 5px;
    }

.commonCard_Header {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

    .commonCard_Header h2 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        display: flex;
        align-items: center;
    }

        .commonCard_Header h2 .count {
            font-size: 10px;
            background-color: #eee;
            color: #666;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 2px 8px;
            border-radius: 67px;
            margin-left: 8px;
            font-weight: 500;
        }

    .commonCard_Header p {
        color: #666;
        line-height: 1.4;
        font-size: 14px;
    }

.commonCard_action button:not(:last-child) {
    margin-right: 12px;
}

.commonCard_action {
    justify-content: end;
    flex-shrink: 0;
    align-items: center;
}

.commonCard .mud-card-header {
    padding: 0 0 0 5px;
}

.common-sub-heading h3 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.common-sub-heading p {
    font-size: 12px;
    font-weight: 400;
}

.commonCard .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 8px;
    border-color: #ddd;
}

.commonCard .ql-toolbar.ql-snow {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.commonCard .ql-container.ql-snow {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.commonCard_img {
    margin-right: 16px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    flex-shrink: 0;
}

    .commonCard_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.commonCard_info .common-badge {
    margin-left: 12px;
}

@media screen and (max-width: 1199px) {
    .marketInfoTable .mud-table td, .marketInfoTable .mud-table th {
        white-space: nowrap;
    }
}

@media screen and (max-width: 991px) {
    .commonCard_action button:not(:last-child) {
        margin-right: 5px;
    }

    .commonCard_img {
        margin-right: 12px;
    }
}
/* profile-menu */
.profile-menu {
    padding-bottom: 0;
    margin-bottom: 25px;
}

.profile-menu-inner {
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.profile-upload-image {
    width: 64px;
    height: 64px;
    overflow: hidden;
}

    .profile-upload-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .profile-upload-image .mud-avatar {
        width: 64px;
        height: 64px;
        margin: auto;
    }

.profile-upload-action button:not(:last-child) {
    margin-right: 12px;
}

.profile-upload-action .mud-button-root:not(.mud-icon-button) {
    font-size: 12px;
    height: 36px;
    flex-shrink: 0;
}

.profile-upload-action {
    margin-top: 10px;
}

.attacment-file-content {
    text-align: center;
}

.attacment-file .mud-paper {
    margin-top: 0 !important;
    border-color: #ddd;
}

.attacment-file-content h6 {
    font-size: 14px;
    color: #666;
}

    .attacment-file-content h6 span {
        color: #1178D4;
    }

.attacment-file-content p {
    font-size: 12px;
    color: #666;
}
/* forget page */
.forget-link {
    text-align: right;
    margin-top: 10px;
}

    .forget-link a {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
    }

.common-label {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
}

@media screen and (max-width: 767px) {
    .commonCard_Header {
        flex-direction: column;
    }

    .profile-upload {
        text-align: center;
    }

    .commonCard_Header {
        display: block !important;
    }


    .commonCard .mud-card-header {
        padding: 0;
    }

    .commonCard_action {
        margin-top: 10px;
        justify-content: start;
        display: block !important;
    }

    .profile-menu-inner {
        padding-bottom: 0;
    }
}

.table-setting-btn .mud-button-root.mud-button-filled-default {
    border: 0;
    padding: 0;
}

.table-setting-btn .icon-settings {
    font-size: 18px;
}

.table-setting-btn em {
    color: #323232;
}
/* common bagde */
.table-setting-btn {
    text-decoration: none !important;
}

.common-badge {
    font-size: 12px;
    font-weight: 500;
    background-color: #F2F2F2;
    padding: 3px 8px 3px 16px;
    border-radius: 16px;
    position: relative;
    color: #888888;
}

    .common-badge.badge-green {
        background-color: #D6F9E4;
        color: #068033;
    }

    .common-badge.badge-error {
        background-color: #fef0f1;
        color: #F7494B;
    }

    .common-badge:before {
        position: absolute;
        content: '';
        left: 6px;
        top: 50%;
        width: 6px;
        height: 6px;
        background-color: #888888;
        background-color: #888888;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .common-badge.badge-green:before {
        background-color: #068033;
    }

    .common-badge.badge-error:before {
        background-color: #F7494B;
    }

/* common table */
.common-table-head {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: none;
    padding: 16px;
    border: 1px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #ddd;
}

.common-table {
    border-bottom-left-radius: 8px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-bottom-right-radius: 8px;
}

    .common-table .btn-row .icon-edit {
        color: #323232;
    }

    .common-table .btn-row .mud-icon-root {
        font-size: 14px;
    }

    .common-table .btn-row .mud-button {
        min-width: auto;
        height: auto;
        padding: 0 8px;
    }

        .common-table .btn-row .mud-button:hover {
            background-color: transparent;
        }

    .common-table .btn-row .icon-trash {
        color: #f7494b;
    }

    .common-table .mud-table-toolbar {
        display: none;
    }

    .common-table table th .mud-button-root {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #666;
        font-weight: 500;
    }

    .common-table table th {
        background-color: #F9F9F9;
        padding: 12px 16px;
        font-size: 12px;
        border-bottom-color: #eee;
        white-space: nowrap;
    }

    .common-table table tbody tr td {
        border-bottom-color: #eee;
        padding: 16px 16px;
        font-size: 12px;
        white-space: nowrap;
    }

    .common-table.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row:nth-of-type(odd) {
        background-color: #fff;
    }

    .common-table table .mud-table-body td.mud-table-cell {
        color: #000;
        font-weight: 500;
        border-right: 0 !important;
    }

@media screen and (max-width: 600px) {
    .common-table table .mud-table-body td[data-label="Actions"] {
        width: 100% !important;
    }

    .common-table .btn-row .mud-button:last-child {
        padding: 0;
    }
}

@media screen and (max-width: 599px) {
    .profile-upload-image {
        margin-inline: auto;
    }

    .profile-upload-action {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .commonCard_action button {
        margin-bottom: 5px;
    }
}

/* filter box */
.filter-box {
    justify-content: space-between;
    padding-top: 16px;
}

.filter-btn-group .custom-radio-group {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.filter-btn-group .mud-radio {
    flex: 1;
    text-align: center;
    padding: 11px 16px;
    margin: 0; /* Remove default margins */
    border-right: 1px solid #ddd; /* Add separators */
    font-size: 12px;
}

    .filter-btn-group .mud-radio:last-child {
        border-right: none; /* Remove border from the last element */
    }

.filter-btn-group .mud-radio-checked {
    background-color: #e6f3ff; /* Light blue background for selected */
    color: #007BFF; /* Primary color for selected text */
}

.filter-btn-group .mud-radio input, .filter-btn-group .mud-radio-button {
    display: none;
}

.filter-btn-group .mud-icon-button {
    padding: 0;
}

.filter-btn-group .mud-radio .mud-radio-content {
    font-size: 12px;
    font-weight: 500;
    color: #323232;
}

.filter-btn-group .mud-radio:has(.mud-checked) {
    background-color: #F6FAFD;
}

.filter-btn-group .mud-icon-button.mud-checked + .mud-radio-content {
    color: #1178D4;
    font-weight: 600;
}

.filter-btn-group .mud-radio-group {
    display: flex;
    white-space: nowrap;
}

.filter-box .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 40px;
    min-width: 310px;
    margin-right: 12px;
}

.filter-box .mud-input.mud-input-underline:before {
    display: none;
}

.filter-box .mud-input.mud-input-underline:after {
    display: none;
}

.filter-box .mud-input-adornment svg {
    display: none;
}

.filter-box .mud-input-adornment:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    color: #666;
}

.filter-box .mud-input-adornment-end {
    padding: 0 10px 0 0;
}

.filter-box .mud-input-control {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .filter-btn-group .mud-radio {
        padding: 10px 12px;
    }

    .filter-box .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        min-width: 240px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .filter-box {
        display: block !important;
        padding-top: 12px;
    }

    .filter-btn-group .mud-radio {
        width: 100%;
        display: block;
    }

    .filter-box .custom-radio-group {
        margin-bottom: 10px;
    }

    .filter-btn-group .custom-radio-group .mud-input-control-input-container {
        width: 100%;
    }

    .filter-box .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        max-width: 100%;
    }

    .filter-box .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* common modal */

@media screen and (min-width: 992px) {
    .common-modal {
        min-width: 708px;
    }
}

.common-modal.mud-dialog .mud-dialog-title {
    background-color: #fff;
    padding: 24px 24px 0;
}

.common-modal-head {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}

    .common-modal-head h6 {
        font-size: 18px;
        line-height: 1.55;
        font-weight: 600;
        color: #000;
    }

    .common-modal-head button span {
        font-size: 12px;
    }

.common-modal.mud-dialog .mud-dialog-title .mud-button-close {
    top: 15px;
}

.common-modal.mud-dialog .mud-dialog-content {
    padding: 20px 24px;
}

.common-modal .note {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
    padding: 6px 10px;
    background-color: #F5F5F5;
    margin-top: 20px;
    border-radius: 8px;
}

.common-modal-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.common-modal.mud-dialog .mud-dialog-actions {
    padding: 0 24px 24px;
}

.common-modal .info {
    font-size: 14px;
    margin-top: 20px;
}

/* email modal */

.email-text {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

    .email-text span {
        color: #000;
        display: block;
    }

    .email-text:not(:last-child) {
        margin-bottom: 15px;
    }

.email-logo {
    margin-bottom: 15px;
}

/* email Market Filters */
.emailTemplateData {
    max-height: 440px;
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.emailTemplateData .ql-container.ql-snow {
    border-bottom: none;
    border-top: none !important;
}
.popover-center {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 1300; /* Ensure it's above most elements */
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
}

@media screen and (max-width: 991px) {
    .common-modal {
        margin: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .common-modal.mud-dialog .mud-dialog-title {
        padding: 15px 15px 0;
    }

    .common-modal-head {
        padding-bottom: 12px;
    }

        .common-modal-head h6 {
            font-size: 16px;
        }

    .common-modal .mud-icon-button {
        padding: 8px;
    }

    .common-modal.mud-dialog .mud-dialog-content {
        padding: 15px;
    }

    .common-modal .info {
        margin-top: 12px;
    }

    .common-modal.mud-dialog .mud-dialog-actions {
        padding: 0 15px 15px;
    }

    .email-logo img {
        max-height: 50px;
    }

    .email-logo {
        margin-bottom: 10px;
    }

    .email-text:not(:last-child) {
        margin-bottom: 10px;
    }

    .common-modal-footer {
        padding-top: 15px;
    }
}

/*This media is for calendar and time picker*/
@media screen and (max-width: 1399px) {
    .mud-picker-view .mud-picker-toolbar {
        height: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .mud-picker-view .mud-picker-toolbar button {
            height: 100%;
            padding-top: 0;
            padding-bottom: 0;
        }

    .mud-picker-view .mud-picker-calendar-transition {
        min-height: 170px;
    }

    .mud-picker-view .mud-picker-content {
        min-height: auto;
        padding-bottom: 15px;
    }

    .mud-picker-view .mud-picker-toolbar .mud-timepicker-hourminute button {
        font-size: 36px;
    }

    .mud-picker-view .mud-picker-toolbar .mud-timepicker-hourminute h2 {
        font-size: 36px;
    }

    .mud-picker-view .mud-picker-timepicker-toolbar .mud-timepicker-ampm .mud-timepicker-button {
        font-size: 14px;
    }


    .mud-picker-view .mud-picker-time-container {
        margin-top: 10px;
    }
}
