@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
  --bs-info: #026AA2;
  --bs-info-bg-subtle: #F0F9FF;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

main {
    max-width: 100% !important;
    height: 100vh;
    overflow-x: hidden;
}

.page {
    height: 100vh;
    overflow-x: hidden;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #4999AB;
  border-color: #418898;
}

  .btn-primary:disabled,
  .btn-primary[readonly] {
    background-color: #4999AB;
    border-color: #418898;
  }

  .btn-primary:hover {
    background-color: #297b8d;
    border-color: #418898;
  }

.content {
    padding-top: 1.1rem;
    position: relative;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


.section-heading {
    margin-top: 15px;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.mud-input-control.no-label label {
    display: none;
}

.mud-input-control.no-label .mud-input-text {
    margin-top: 0 !important;
}

.ql-editor {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.no-margin {
    text-align: left;
    margin-left: -2.5em;
}

/*.mud-icon-root.mud-svg-icon {
    fill: #244C59 !important;
}*/

.header-icon {
    margin-bottom: -.5em;
}

    .header-icon > .mud-icon-root.mud-svg-icon {
        font-size: 2.25em;
    }

    .header-icon > .nav-link-icon {
        font-size: 2em;
        color: #244C59;
        padding-top: 0.15em;
    }

    .header-icon.filter {
        position: absolute;
        right: 1em;
        top: 0.5em;
    }


    .header-icon.add {
        margin-bottom: -.5em;
        margin-top: -1.5em;
        padding-left: 0;
    }

.requestRow > .mud-table-cell {
    max-height: 50px;
    padding-top: .75em;
    padding-bottom: .75em;
}

.mud-table-hover .mud-table-container .mud-table-root .mud-table-body .mud-table-row:hover {
    background-color: rgba(206,218,225, .4) !important;
    cursor: pointer;
}

.abacus-icon {
    color: #30ADAE;
    font-size: 1.35em;
}

.table-cell-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 40px;
}

    .table-cell-icon.last {
        padding-right: 2em !important;
    }

.mud-popover.mud-popover-open {
    opacity: 1;
    transition: opacity;
    margin-left: 1em;
    margin-top: -.75em;
    min-width: 10em !important;
}

.download-item > .mud-list-item-icon .mud-icon-root {
    font-size: 2rem !important;
}

.download-item > .mud-list-item-icon {
    min-width: 54px;
    padding-left: .8em;
}

.helper-icons {
    top: 0px;
    left: 400px;
}

.review-icon.mud-icon-size-medium {
    font-size: 2.9rem;
    margin-right: .15em;
}

    .review-icon.mud-icon-size-medium.tall {
        font-size: 3em;
        margin-top: -.1em;
    }

.review-icon > svg {
    height: 1.33em !important;
    width: 1.33em !important;
}

.review-icon:hover {
    cursor: pointer;
}

.progress-bar {
    margin-top: -1em;
}

:root {
    --calendarOddElementBackground: #244C59;
    --calendarOddElementFontSize: .8rem;
    --calendarOddElementTextColor: #ffffff;
    --calendarOddElementShadowColor: rgba(0,0,0, .5);
    --calendarDateShadowColor: rgba(0,0,0, .5);
    --calendarDateTextColor: #244C59;
    --mud-palette-primary: #244C59 !important;
    --mud-palette-primary-rgb: 36, 76, 89 !important;
    --mud-palette-primary-text: #ffffffff !important;
    --mud-palette-primary-darken: rgb(25, 62, 74) !important;
    --mud-palette-primary-lighten: rgb(75, 132, 150) !important;
    --mud-palette-primary-hover: rgba(36, 76, 89,0.058823529411764705) !important;
    --mud-palette-secondary: #30ADAE !important;
    --mud-palette-secondary-rgb: 48, 173, 174 !important;
    --mud-palette-secondary-text: #244C59 !important;
    --mud-palette-secondary-darken: rgb(27, 96, 97) !important;
    --mud-palette-secondary-lighten: rgb(65, 230, 232) !important;
    --mud-palette-secondary-hover: rgb(27, 96, 97) !important;
}


#calendar {
    text-align: center;
    border-radius: 25px;
    font-family: arial;
    font-weight: bold;
}


    /*This pen (https://codepen.io/lixquid/pen/xxvjOQ) helped me understand nth-child*/
    #calendar :nth-child(odd) {
        color: var(--calendarOddElementTextColor);
        background: var(--calendarOddElementBackground);
        border-radius: 10px 10px 0 0;
        box-shadow: 1px 1px 3px var(--calendarOddElementShadowColor);
        text-shadow: 1px 1px var(--calendarDateShadowColor);
        padding: 2px;
        font-size: 1.5em;
    }

    #calendar :nth-child(even) {
        font-size: calc(var(--calendarOddElementFontSize) * 2);
        color: var(--calendarOddElementBackground);
        text-shadow: 1px 1px var(--calendarDateShadowColor);
        font-size: 2em;
    }

    #calendar :nth-child(3) {
        border-radius: 0px 0px 10px 10px;
    }

.past-due > #calendar :nth-child(odd) {
    background: #800000;
}

.past-due > #calendar :nth-child(even) {
    color: #800000
}

.due-today > #calendar :nth-child(odd) {
    background: #E1AD01;
}

.due-today > #calendar :nth-child(even) {
    color: #E1AD01;
}

#request-due-date {
    max-width: 110px;
    margin: 0;
    padding-top: 10px;
}

.request-due-date-container {
    max-width: 130px;
    margin-top: -1em;
}

.review-title {
    font-size: 1.75rem;
    padding-top: .5em;
}

.phase-select {
    max-width: 16em;
}

    .phase-select > h5 {
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;
        margin-top: -.5em;
    }

    .phase-select .mud-select .mud-select-input .mud-input-slot {
        font-size: 1.15em;
    }

.selected-provider {
    color: gray;
}

.provider-navigation-buttons {
    max-width: 6.1em;
    padding-right: 0;
}

.navigation-button {
    background-color: #244C59 !important;
    color: #FFF !important;
    min-width: 1em !important;
    width: 1em;
    margin-right: 2px !important;
}

    .navigation-button .mud-icon-root.mud-svg-icon {
        fill: #FFF !important;
    }


    .navigation-button.back .mud-button-icon-start {
        padding-left: .75em;
    }

    .navigation-button .mud-button-icon-start {
        padding-left: 1em;
    }

.provider-modal-toggle {
    color: gray;
}

    .provider-modal-toggle:hover {
        color: gray;
    }

#providersModal .modal-content {
    height: 600px;
}

.provider-card-container {
    padding: 10px;
    padding-left: 24px;
    overflow-y: scroll;
    border-radius: 4px;
}

.provider-card {
    height: 12em;
    border: 1px solid lightgrey;
    border-radius: 15px;
    margin: 5px;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 204px;
}

    .provider-card.complete {
        background: #244C59;
    }

    .provider-card.active {
        border: 4px solid #800000;
    }

    .provider-card:hover {
        cursor: pointer;
    }

.row.card-title {
    justify-content: center;
    padding-top: .5em;
    height: 5em;
    border-bottom: 1px solid darkgray;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}

.complete .row.card-title {
    color: #FFF;
}


.provider-map {
    top: -9px;
    left: 18em;
    width: 10em;
    min-height: 7em;
    background: #FFF;
    border-radius: 2px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: .9em;
    box-shadow: rgb(50 50 93 / 25%) 0px 3px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 8px -8px;
    border: 1px solid lightgray;
    height: 100px;
}

.provider-dot-container {
    margin-top: .5em;
    margin-left: 0;
}

.provider-dot {
    width: 25px;
    border-radius: 8px;
    border: 2px solid black;
    height: 26px;
    margin-right: -20px;
    margin-top: 5px;
    color: black;
    text-align: center;
    padding-top: 2px;
    font-weight: 600;
}

    .provider-dot.active {
        border: 4px solid #800000;
        padding-top: 0;
    }

    .provider-dot.complete {
        background: #244C59;
        color: #FFF;
    }

    .provider-dot:hover {
        cursor: pointer;
    }

    .provider-dot.all{
        padding-top: 0;
    }

.provider-value {
    color: #000000;
    font-size: .85em;
    width: 100%;
    padding-left: 0;
    margin: 0;
}

.complete .provider-value {
    color: #FFF;
}

.provider-value.charge {
    margin-top: 1.5em;
}

.provider-value > b {
    max-width: 80px;
    padding: 0;
    padding-left: .2em;
}

.provider-value.charge > b {
    max-width: 91px;
    padding: 0;
    padding-left: .2em;
}

.provider-value.empty > b {
    max-width: 59px;
}

#providersModal .modal-lg {
    max-width: 880px;
}

.provider-modal.show-map-switch {
    flex: 0 0 861px;
    margin-right: .5em;
    height: 2.25em;
}

.provider-modal.navigation-button {
    flex: 0 0 10px;
    margin-top: 1px;
    border-radius: 4px !important;
    height: 2em;
    background-color: #30ADAE !important;
}

.show-map-switch .mud-typography.mud-typography-body1 {
    font-weight: 700;
}

.ucrTable.table-hover > tbody > tr:hover > * {
    cursor: pointer;
    background-color: rgba(206,218,225, .41) !important;
    --bs-table-accent-bg: none;
}


.amountCell {
    width: 4em;
}

.ucrCell {
    width: 7em;
}

    .ucrCell .mud-input {
        width: 10em;
    }

.isUCRCell {
    padding-left: 10px !important;
}

.abacus-icon .mud-icon-root.mud-svg-icon {
    fill: #30ADAE !important;
}

.requests-table .mud-table-head {
    border-bottom: 2px solid black;
}

.provider-map-top-row {
    height: 3em;
    justify-content: end;
    margin-right: -15px;
    margin-top: -15px;
}

.contact-box-button {
    position: absolute !important;
    height: calc(100% - 6px);
    right: 12px;
    border-radius: 0 !important;
    min-width: 3em !important;
    max-width: 3em !important;
    background-color: #30ADAE !important;
    color: #FFF !important;
    padding-left: 2em !important;
    top: 5px;
}

    .contact-box-button .mud-icon-root.mud-svg-icon {
        fill: #FFF !important;
    }

.contact-card.selected {
    padding-left: 0;
    margin-left: .75em;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    /*max-width: 22em;*/
    position: relative;
}
/*
@media only screen and (min-width: 1320px) {
    .contact-card.selected {
        max-width: 24em;
    }
}

@media only screen and (min-width: 1600px) {
    .contact-card.selected {
        max-width: 30em;
    }
}*/

.contact-card .mud-card-content {
    border-left: .5em solid #244C59;
    padding-left: 1.5em;
    padding-bottom: .25em;
}

.contact-card.attorney .mud-card-content {
    border-left: .5em solid #30ADAE;
}

.contact-card.attorney .mud-chip-filled.mud-chip-color-primary {
    color: var(--mud-palette-primary-text);
    background-color: #30ADAE;
}

    .contact-card.attorney .mud-chip-filled.mud-chip-color-primary:hover {
        color: var(--mud-palette-primary-text);
        background-color: #30ADAE;
    }

.contact-card.matter .mud-card-content {
    border-left: .5em solid #CEDAE1;
}

.contact-card.matter .mud-chip-filled.mud-chip-color-primary {
    color: #000;
    background-color: #CEDAE1;
}

    .contact-card.matter .mud-chip-filled.mud-chip-color-primary:hover {
        color: #000;
        background-color: #CEDAE1;
    }

.contact-info {
    font-size: .9em;
    height: 1.33em !important;
}

    .contact-info.top {
        margin-top: -.5em
    }


.contact-card-popover .mud-list-item {
    padding: 0;
}


.contact-card-popover {
    margin-left: -13px !important;
    margin-top: 1px !important;
}


.contact-box-container .mud-paper mud-paper-outlined mud-card contact-card {
    border-color: transparent;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    padding-left: 0;
    margin-left: 1em;
}

.unselect-contact-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

    .unselect-contact-button:hover {
        cursor: pointer;
    }

.mud-input.mud-input-filled {
    background-color: transparent !important;
}

.request-form {
    width: 100%;
    margin-top: 3em;
}

@media only screen and (min-width: 1200px) {
    .request-form {
        width: 80%;
    }
}

@media only screen and (min-width: 1450px) {
    .request-form {
        width: 66%;
    }
}

.request-top-row {
    max-height: 3.5em;
    overflow: visible;
}

.request-form > .row {
    margin-top: 20px;
}

.request-type {
    position: absolute;
    left: 31.5em;
    top: 4.25em;
    max-width: 22em;
}

.contact-card-popover .mud-list.mud-list-padding {
    padding-bottom: 0;
}

.contact-type-chip {
    color: #FFF;
    margin-top: 1em !important;
    margin-left: -1em !important;
}

.upload-icon {
    position: absolute;
    left: 35.5em;
    top: 3.5em;
    width: 2.25em !important;
    height: 2.25em !important;
    font-size: 1.33rem !important;
}

    .upload-icon:hover {
        cursor: pointer;
    }

.upload-icon-container:hover {
    cursor: pointer;
}

.search-bar.mud-input-control {
    max-width: 25%;
    margin-bottom: 2em;
}

.request-table-container {
    position: relative;
}

.requests-table .mud-toolbar.mud-toolbar-gutters.mud-table-toolbar {
    margin-right: 3em;
}

.row.filter-switches {
    margin-top: 1em;
    padding-left: .25em;
}

.clear-filters {
    background: #800000 !important;
    color: #FFF !important;
}

.contact-form {
    padding: 1em;
}

.contact-form-buttons {
    margin-top: 2em;
}

.add-provider-conteiner {
    width: 50%;
    padding: 12px 14px;
    box-shadow: rgb(50 50 93 / 25%) 0px 3px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 8px -8px;
    border-radius: 8px;
}

@media only screen and (min-width: 1000px) {
    .col.state {
        -ms-flex: 0 0 17em;
        flex: 0 0 17em;
    }

    .col.zip {
        -ms-flex: 0 0 11.5em;
        flex: 0 0 11.5em;
    }
}

.request-progress-bar-container {
    height: 12px !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: calc(100% + 24px) !important;
    z-index: 2000;
    color: #FFF;
    margin-left: -12px;
    padding: 0;
    margin-right: 0;
}

.request-progress-bar {
    height: 100% !important;
    width: 100% !important;
}

    .request-progress-bar > .mud-progress-linear-bars {
        background: #30ADAE;
    }

    .request-progress-bar > .mud-progress-linear-content > h6 {
        color: #FFF !important;
    }

.step-slider {
    color: var(--mud-palette-text-primary);
    display: inline-block;
    user-select: none;
    margin-top: 3em;
    padding-left: 2em;
}

    .step-slider.mud-slider .mud-slider-track-tick-label {
        position: absolute;
        top: 0;
        left: 9px;
        min-width: 9.5em;
    }

    .step-slider.mud-slider.mud-slider-small .mud-slider-track-tick {
        width: 7px;
        height: 7px;
    }

    .step-slider.mud-slider .d-flex.flex-column.relative:nth-child(3) > .mud-slider-track-tick-label {
        left: 3em;
    }

    .step-slider.mud-slider.mud-slider .mud-slider-input:disabled {
        opacity: 1;
    }

@media only screen and (min-width: 1180px) {
    .step-slider {
        padding-left: 10em;
        padding-right: 10em;
    }
}

.relative.rounded-lg.border-2.border-dashed.pa-4.mt-4.mud-width-full.mud-height-full.request-dropzone {
    height: 12em;
    width: 66%;
    border-width: 2px !important;
    border-color: gray;
    margin-top: 3em !important;
}

.request-dropzone > h6 {
    text-align: center;
}

.request-dropzone .mud-icon-root.mud-svg-icon.mud-icon-size-small {
    fill: #FFF !important;
}

.request-dropzone-buttons.mud-toolbar {
    justify-content: center;
    width: 66%;
    gap: .5em !important;
}

.request-attach-container {
    max-width: 5em;
    margin-left: 0em;
    margin-top: .5em;
}

    .request-attach-container > .mud-fab {
        border-radius: 10%;
    }

.request-attachment.mud-chip.mud-chip-size-medium {
    border-radius: 5px;
}

.request-attach .mud-icon-root.mud-svg-icon {
    fill: #FFF !important;
}

.request-attachment {
    margin-top: 0;
}

    .request-attachment .mud-icon-root.mud-svg-icon {
        fill: #FFF !important;
        transform: rotate(270deg);
    }

#fileInput {
    opacity: 0;
    width: 0;
    height: 0;
}

.request-progress-bar .mud-typography.mud-typography-subtitle1.mud-dark-text {
    font-size: .9em;
}


.contact-box-container {
    min-width: 6em;
    position: relative;
}

.col.matter-box {
    max-width: 35em;
    margin-top: -13px;
    padding-right: 1.5em;
}

#matterModal > .modal-dialog {
    max-width: 75% !important;
}

    #matterModal > .modal-dialog .request-form {
        width: 80% !important;
        margin-left: 10%;
    }

.matter-container {
    position: absolute;
    width: 20em;
    right: 27em;
}

.mud-button.mud-button-filled:disabled {
    background-color: gainsboro !important;
}

.mud-table-cell-custom-group {
    font-weight: 700 !important;
    color: #244C59 !important;
    font-size: 1.1em !important;
}

.mud-table-cell-custom-group-footer {
    padding-bottom: 50px;
    text-align: right;
}

.value-range-container {
    width: 100%;
    position: relative;
    margin-top: 3em;
    height: 5em;
    margin-left: .5em;
}

.value-range-box {
    position: absolute;
    top: calc(50% - 3.25em);
    background-color: rgba(36, 76, 89, .25);
    height: 3em;
    width: var(--valueRange-width);
    left: var(--valueRange-left);
    border-radius: .5em;
}

.value-range {
    width: 100%;
}

.mud-slider .mud-slider-input:disabled {
    opacity: 1 !important;
}

.min-range-value {
    position: absolute;
    top: -1.5em;
    left: -1.5em;
    font-weight: 600;
}

.max-range-value {
    position: absolute;
    top: -1.5em;
    right: -1.5em;
    font-weight: 600;
}

.range-value {
    position: absolute;
    bottom: 1em;
    font-weight: 600;
    left: var(--value-left);
    overflow-y: visible;
    z-index: 10;
}

.whiteIcon .mud-icon-root.mud-svg-icon {
    fill: #FFFFFF !important;
}

.mud-fab-size-small {
    margin-left: .3em !important;
}

.longDay {
    font-size: 1.25em !important;
}

.matterName {
    padding-left: 50px !important;
}

.topNavIcon {
    font-size: 26px;
    margin-top: .2em
}

    .topNavIcon:hover {
        cursor: pointer;
    }



.avatarInitials {
    margin-left: .8em;
    margin-right: .25em;
    color: #FFF !important;
}

.bellBadge .mud-badge {
    margin-left: .25em !important;
    margin-top: -.5em !important;
}

.notificationsPopover {
    margin-top: 1em;
    max-height: 32em;
    overflow-y: scroll;
}

.matter-chip .mud-chip-filled {
    background-color: #CEDAE1;
}

.matter-chip:hover {
    cursor: pointer;
}

.matterPopover .contact-card.selected {
    margin-left: 0;
    width: 18em;
}

.notification-card .mud-card-content {
    max-width: 26em;
    position: relative;
    border-left: .25em solid rgba(180, 0, 0, .75);
}

.notification-title {
    font-size: 1.25em;
    justify-content: center;
    margin-top: -.5em;
}

.notificationMessage {
    margin-left: 3.5em;
}

.notificationIcon {
    position: absolute !important;
    left: .2em !important;
    top: .5em !important;
}

.notificationsPopover.mud-popover.mud-popover-open {
    padding: .5em !important;
}

.notificationIcon.error.mud-icon-root.mud-svg-icon {
    fill: rgba(128, 0, 0, .75) !important;
    font-size: 3rem !important;
}

.notificationDeleteIcon {
    position: absolute !important;
    right: .2em !important;
    top: .1em !important;
}

    .notificationDeleteIcon:hover {
        cursor: pointer;
    }

    .notificationDeleteIcon.error.mud-icon-root.mud-svg-icon {
        fill: rgba(0, 0, 0, .75) !important;
        font-size: .75rem !important;
    }

.notification-card {
    margin-bottom: .5em;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.loadingImage {
    position: fixed;
    right: 2em;
    bottom: 2em;
    width: 80px;
    height: 80px;
    z-index: 10000;
}

.emailSend {
    border: 1px solid grey !important;
    color: #244C59;
}

    .emailSend .mud-button-label {
        color: #244C59;
        margin-top: 1.25em;
        padding: .5em;
        padding-bottom: .25em;
    }


        .emailSend .mud-button-label .mud-button-icon-start {
            position: absolute;
            top: .75em;
            left: 1.9em;
        }

    .emailSend:hover {
        cursor: pointer;
        background-color: gainsboro;
    }

.emailDetailsContainer {
    height: 13em;
    width: 50em;
    margin-left: 5.25em;
}

.emailInput.mud-input-control {
    flex: 1 0 0%;
    padding-top: .25em;
}

    .emailInput.mud-input-control > .mud-input-control-input-container {
        margin-top: -2em;
    }

.emailRow {
    height: 3em
}

.emailLabel.col {
    max-width: 5.5em;
    padding-top: .5em;
}

.emailDialog.mud-dialog-width-sm {
    max-width: 60em;
}

.emailTextEditorContainer {
    width: 58em;
    height: calc(100% - 17em);
    margin-left: -.75em;
    overflow-y: scroll;
}

.emailDialog .outline-none {
    height: 100%;
}

    .emailDialog .outline-none > .mud-dialog-content {
        height: 100%;
    }

.downloadIcon.mud-fab-size-small {
    margin-left: 0em !important;
}

.downloadReportMenu {
    vertical-align: bottom;
}

.tox-statusbar {
    display: none !important;
}

.leadDot .mud-badge-top.right {
    margin-top: 1.25em;
    margin-left: .25em;
}

.fileExplorerContainer {
    width: 100%;
    height: calc(100% - 10px);
    margin-top: 12px;
}

.e-filemanager {
    height: calc(100% - 4px) !important;
    font-family: 'Quicksand', sans-serif !important;
    border-color: darkgray !important;
    border: none !important;
}

    .e-filemanager .e-large-icons .e-large-icon {
        height: 170px !important;
        width: 170px !important;
    }

    .e-filemanager .e-large-icons .e-list-icon {
        height: 80px !important;
        width: 80px !important;
        margin-bottom: 30px !important;
    }

    .e-filemanager .e-large-icons .e-text-content {
        height: 160px !important;
        width: 160px !important;
    }

    .e-filemanager .e-large-icons .e-list-text {
        width: 100% !important;
        font-weight: 700 !important;
        font-size: 14px;
        font-family: 'Quicksand', sans-serif !important;
        white-space: pre-wrap !important;
    }

.content.px-4 {
    height: 100%;
}

    .content.px-4.anon {
        margin-left: -240px;
        height: 100%;
    }

.e-toolbar .e-toolbar-items {
    background: #244C59 !important;
    color: #FFF !important;
    font-family: 'Quicksand', sans-serif !important;
}

    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
        color: #FFF !important;
        font-family: 'Quicksand', sans-serif !important;
    }

    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
        color: #FFF !important;
    }

    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
        background: transparent !important;
    }

.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
    border: darkgray !important;
}

.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: darkgray !important;
    border-color: darkgray !important;
    border-radius: 20px !important;
}

.e-filemanager .e-treeview .e-list-parent .e-list-item {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 600;
}

.e-filemanager .e-address .e-address-list-item {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 600 !important;
}

.e-filemanager .e-large-icons .e-large-icon.e-active {
    background: darkgray !important;
    border-color: darkgray !important;
    border-radius: 20px !important;
}

.e-filemanager .e-fe-folder {
    background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.269631 16.0936C0.126239 14.9028 1.05591 13.8545 2.25529 13.8545H37.7447C38.9441 13.8545 39.8738 14.9028 39.7304 16.0936L37.7574 32.4777C37.5154 34.4873 35.8103 35.9994 33.7861 35.9994H6.21389C4.18972 35.9994 2.48458 34.4873 2.24258 32.4777L0.269631 16.0936Z" fill="%2330ADAE"/%3E%3Cpath d="M2.5 8V14.1587H37.5V11.9798C37.5 10.8753 36.6046 9.97984 35.5 9.97984H21.4809C21.0683 9.97984 20.6657 9.85221 20.3285 9.61445L15.7199 6.36538C15.3826 6.12763 14.9801 6 14.5675 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23244C59"/%3E%3C/svg%3E%0A') !important;
}

.e-filemanager .e-address .e-list-text {
    color: black !important;
    font-weight: 500 !important;
    font-size: 1.5em !important;
}

.nav-link.case-files {
    margin-top: 2em;
    margin-left: .75em;
    font-size: 1em;
    margin-right: 1em;
    padding-top: .75em;
    color: #FFF;
    background-color: rgba(48,173,174,0.5);
}

    .nav-link.case-files:focus, .nav-link.case-files:hover {
        color: #FFF;
        cursor: pointer;
        background-color: rgba(48,173,174,0.5);
    }

.case-file-title {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 400 !important;
    font-size: 2em;
    margin-bottom: .5em;
    margin-top: -.5em;
    color: black;
    text-overflow: ellipsis;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 34px;
    z-index: 100000;
}


@media (min-width: 641px) {
    .page > main > article {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.e-pane.e-pane-horizontal.e-scrollable.e-navigation.e-static-pane.e-resizable.e-lib.e-keyboard {
    max-width: 360px;
    border: none !important;
    padding-top: 42px;
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
    display: none;
}

.e-filemanager .e-address .e-address-list-item .e-icons {
    font-size: 1.1em !important;
}

.e-treeview .e-list-item.e-hover > .e-fullrow {
    background-color: #e9ecef;
    border-color: #e9ecef;
    border-radius: 20px !important;
}

.e-filemanager .e-address {
    height: 40px !important;
}

.e-filemanager .e-treeview .e-list-parent {
    padding-left: 10px;
}

.e-icons.interaction.e-icon-expandable + .e-list-icon.e-fe-folder {
    margin-left: 11px;
}

.sidebar.anon {
    background: transparent !important;
}

.e-control.e-lib.e-treeview.e-fullrow-wrap.e-draggable.e-touch.e-keyboard {
    max-width: 260px;
}

.e-filemanager .e-address .e-search-wrap {
    right: 112px !important;
}

    .e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
        border-color: darkgray !important;
        width: 300px !important;
    }

.top-row {
    border-bottom: none !important;
}

#fileClassifier > .modal-dialog {
    height: 80%;
}

    #fileClassifier > .modal-dialog > .modal-content {
        height: 720px;
    }

        #fileClassifier > .modal-dialog > .modal-content.small {
            height: 300px;
        }

        #fileClassifier > .modal-dialog > .modal-content.medicalRecords {
            height: 620px;
        }

.contact-box-container.provider {
    max-width: 400px;
    padding-left: 1em;
    padding-bottom: .5em;
}

    .contact-box-container.provider.amount {
        max-width: 300px;
        padding-left: 2em;
        margin-bottom: 1em;
        margin-top: 0;
    }
    
        .contact-box-container.provider.amount label {
            padding-left: .75em;
        }

        .contact-box-container.provider.amount.bill {
            max-width: 300px;
            padding-left: 1em;
            margin-bottom: 1em;
            margin-top: 0;
        }

.e-large-icon.file-classifier {
    height: 100% !important;
    width: 120px !important;
    float: left;
    display: flex;
    align-items: center;
}

.fileclassIcon {
    width: 60px;
    height: 60px;
    margin: auto;
}

.file-classifier-list {
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.e-filemanager .e-large-icons .e-list-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    padding: 2px 0 0 0;
    text-align: center;
    width: 74px;
    width: 100% !important;
    font-weight: 700 !important;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif !important;
    white-space: pre-wrap !important;
}

.file-classifier-text {
    text-align: center;
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: block;
    font-size: 12px;
    padding: 2px 0 0 0;
    text-align: center;
    max-width: 120px;
    font-weight: 700 !important;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-classifier-text-content {
    justify-content: center;
    flex-grow: 1;
}

.file-type-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.classify-title {
    padding-left: .5em;
    margin-bottom: 1em;
}

.provider.amount input {
    padding-left: .75em !important;
}

.classifier-buttons {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.fileRecord {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25em;
    border: 1px solid lightgray;
    margin-bottom: .25em;
    padding-bottom: 1em;
    padding-left: 8em;
    padding-top: 1em;
}

.billing-container {
    flex: 1;
}

.contact-box-button.classifier {
    height: 48px;
}

.file-manager-container .e-control.e-splitter.e-lib.e-splitter-horizontal {
    height: 100% !important;
}

.status-container {
    max-width: 25em;
}

.review-title.documents {
    margin-bottom: 0;
    padding-left: 1em;
    margin-top: -1em;
    font-size: 1.5em;
}

.fileExplorerContainer.documents {
    margin-top: 20px;
    height: 350px;
    margin-bottom: 2em;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-top: 2px solid gainsboro;
    padding: .5em;
    max-height: 350px;
    overflow: scroll;
}

.case-files-container {
    position: relative;
}

    .case-files-container .mud-tab {
        justify-content: flex-start;
        font-size: .85em;
    }

.file-classifier-list.nonBilling {
    justify-content: center;
    display: flex;
    flex-direction: row;
    padding-top: .5em;
}

.e-filemanager .e-grid td.e-active {
    background-color: #244C59 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.file-manager-container {
    height: 100%;
}

.case-file-name:hover {
    cursor: pointer;
    color: #3366CC !important;
}

.file-classifier-loader {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    z-index: 1000000;
}


.case-files-container .mud-badge-root.mud-tab-badge {
    margin-top: calc(.5em + 2px);
    position: absolute;
    right: 2.75em;
}

.case-files-container .mud-badge.mud-badge-top.right {
    width: 2.5em;
}

.case-files-container .mud-tooltip-root.mud-tooltip-inline {
    min-width: 10em;
    position: relative
}

.case-files-container .mud-icon-size-small {
    height: 14px;
}

.chip-0D00A4 .mud-icon-root.mud-svg-icon {
    fill: #0D00A4 !important;
}

.chip-D00000 .mud-icon-root.mud-svg-icon {
    fill: #D00000 !important;
}

.chip-746D75 .mud-icon-root.mud-svg-icon {
    fill: #746D75 !important;
}

.chip-058E3F .mud-icon-root.mud-svg-icon {
    fill: #058E3F !important;
}

.table-cell-icon.case-file {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 30px;
}

    .table-cell-icon.case-file .abacus-icon {
        padding-left: 0;
        color: #244C59;
    }

#providerEditModal > .modal-dialog.modal-lg {
    max-width: 1100px;
}

    #providerEditModal > .modal-dialog.modal-lg > .modal-content {
        height: 100%;
    }


.case-charge-summary-container {
    width: 750px;
    margin: auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-top: 1.45em;
}

.caseFile-charges-Container {
    width: 1000px;
    margin: auto;
    margin-top: 2em;
}

#providerEditModal > .modal-dialog {
    visibility: visible;
}

.add-record-container {
    width: 100%;
    height: 3.5em;
    text-align: right;
    padding-right: 1em;
}

    .add-record-container .addChargeRecord {
        font-size: 1.5em;
    }

        .add-record-container .addChargeRecord:hover {
            cursor: pointer;
        }

.case-charges-row {
    background-color: transparent;
}

    .case-charges-row.manual {
        background-color: rgba(48,173,174, .25);
    }

    .case-charges-row.submitted {
        background-color: rgba(235, 235, 235, 1);
    }

    .case-charges-row.green {
        background-color: rgba(209, 231, 221, 1);
    }

    .case-charges-row.yellow {
        background-color: rgba(255, 243, 205, 1);
    }

    .case-charges-row.red {
        background-color: rgba(248, 215, 218, 1);
    }

.caseFile-charges-Container .mud-icon-root.mud-svg-icon {
    fill: #FFF !important;
}



.add-record-container-classify {
}

.unclassified-container {
    display: flex;
    justify-content: flex-start;
}

.add-record-container-classify .mud-icon-root.mud-svg-icon {
    fill: #FFF !important;
}

.add-record-container-classify .mud-fab:disabled {
    opacity: .4;
}

.maroon .mud-badge {
    background-color: maroon !important;
}

.row.contact-box-container.select {
    max-width: 320px;
    padding-left: 1.25em;
    margin-bottom: 1em;
    margin-top: 0;
}

.contact-box-container.checkbox label {
    padding-left: 1.75em;
}

.contact-box-container.checkbox {
    max-width: 300px;
}

.fileRecord {
    position: relative;
}

.remove-file-icon:hover {
    cursor: pointer;
}

.caseFile-charges-Container td .mud-icon-root.mud-svg-icon {
    fill: #244C59 !important;
}

.case-files-container .mud-tabs.mud-tabs-rounded {
    box-shadow: none;
}

.add-file-button {
    position: absolute !important;
    top: 7px;
    right: 7px;
    z-index: 1000;
    height: 28px !important;
    width: 36px !important;
}

.review-case-container {
    height: calc(100% - 120px);
    margin-top: -1em;
}

.review-case-files {
    height: 65%;
    margin-bottom: 1em;
    box-shadow: rgb(50 50 93 / 25%) 0px 3px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 6px -8px;
}

.review-case-notes {
    position: relative;
}

    .review-case-notes .emailTextEditorContainer {
        height: 155px;
        width: 100%;
        padding-right: 0;
        overflow-y: hidden;
        margin-left: 0;
    }

.case-files-container {
    height: 100%;
}

    .case-files-container .mud-tabs {
        margin-top: 0 !important;
        height: 100%;
    }

    .case-files-container .mud-tabs-panels.pa-6 {
        padding-top: .5em !important;
        height: calc(100% - 55px);
        padding-bottom: 0 !important;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .case-files-container .mud-tabs.mud-tabs-rounded {
        max-height: 100%;
    }

    .case-files-container .mud-table-container {
        max-height: 100%;
    }

    .case-files-container .mud-table {
        height: 100%;
    }

    .case-files-container .mud-table-root {
        border-bottom: none;
    }

.emailTextEditorContainer.note {
    position: relative;
}

.send-note-icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}

    .send-note-icon:hover {
        cursor: pointer;
    }

    .send-note-icon.disabled {
        opacity: .4;
    }

        .send-note-icon.disabled:hover {
            cursor: default;
        }

.case-note-container {
    display: flex;
    font-family: Quicksand;
    align-items: center;
    margin-bottom: 1em;
}

.case-Notes-container {
    max-height: 600px;
    overflow-y: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5em;
}

.note-title {
    font-size: 10px;
    margin-bottom: 0;
}

.note-body {
    margin-bottom: 0;
}

    .note-body > p {
        margin-bottom: 0;
    }

.note-createdDate {
    font-style: italic;
    font-size: 12px;
}

.case-note {
    padding-left: .5em;
}

.case-note-avatar {
    align-items: center;
}


.reclassify-icon {
    padding-top: 2px;
}

.abacus-icon .reclassify-icon.mud-icon-root.mud-svg-icon {
    fill: #244C59 !important;
    font-size: 1.8rem;
    margin-top: -9px;
}

.table-cell-icon.case-file .abacus-icon.reclassify {
    padding-top: 0px;
}

.top-row-container {
    height: 56px;
    display: flex;
}

.page {
    flex-direction: column !important;
}

.top-row-container > .top-row.image-container {
    height: 56px;
    padding-left: 0 !important;
}

.top-row .img-fluid {
    width: 213px;
    height: 28px;
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.Low.e-selection:hover,
.card-template.basic {
    border-left: 3px solid #ffd600
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.High.e-selection:hover,
.card-template.basicMedicare {
    border-left: 3px solid #990099
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.Normal.e-selection:hover,
.card-template.basicCombo {
    border-left: 3px solid #66cc33
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.Critical.e-selection:hover,
.card-template.comprehensive {
    border-left: 3px solid #cc0000
}

.mud-avatar.mud-avatar-medium.request-card-avatar {
    height: 28px;
    width: 28px;
    font-size: 1.1em;
    margin-left: .8em;
    color: #FFF;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif !important;
}

.request-card-avatar.one {
    background: #800000;
}

.request-card-avatar.two {
    background: #47C5D4;
}

.request-card-avatar.three {
    background: #0251cc;
}

.request-card-avatar.four {
    background: #db4ce6;
}

.request-card-avatar.five {
    background: #8e4399;
}

.request-card-avatar.six {
    background: #63ba3c;
}

.request-card-avatar.zero {
    background: rgb(28, 38, 156);
}

.e-card-date {
    font-style: italic;
    font-size: 12px;
    padding-left: 1.1em;
    margin-top: -1.5em;
    margin-bottom: .5em
}

.mud-chip-filled.mud-chip-color-secondary.request-card-chip {
    height: 24px !important;
    color: #FFF !important;
    background: #a1a1a1 !important;
    margin-left: .75em;
    margin-top: -.5em;
}

.request-card-avatar.e-card-avatar {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.card-template {
    min-height: 80px
}

.request-card-note {
    width: 100%;
    padding-left: .75em;
    margin-top: -1em;
}

    .request-card-note:hover {
        cursor: pointer;
    }

.e-card {
    overflow: visible;
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card, .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card {
    overflow: visible;
}

.mud-badge.mud-badge-top.right.mud-badge-overlap {
    background: #4a86ffff;
    color: #FFF;
    width: 2em;
    margin-left: -.25em;
}

.notTranscribed-badge {
    background-color: #fa00fa !important;
    margin-left: -2.5em !important;
}

.request-menu-bar {
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
}

.menu-buttons-search-container {
    width: 425px;
}

.request-menu-bar .search-bar {
    width: 250px;
    max-width: 250px;
    margin-right: 1em;
    margin-left: .5em;
}

.menu-buttons-search-container {
    display: flex;
    align-items: center;
}

    .menu-buttons-search-container .mud-button-root.mud-fab {
        height: 36px;
        width: 36px;
    }

    .menu-buttons-search-container svg path:nth-child(2) {
        fill: #FFF;
    }


.request-menu-bar-button {
    margin-right: .25em !important;
}

.menu-buttons-search-container .mud-input-adornment.mud-input-adornment-start svg path:nth-child(2) {
    fill: gray;
}

.menu-buttons-search-container .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 32px;
}

.e-card-lawfirm-text {
    font-weight: 600;
    font-size: 12px;
    margin-top: -1em;
    margin-left: 1.1em;
}

.e-card-assigned-to {
    font-weight: 600;
    font-size: 12px;
    margin-left: 1.1em;
    margin-top: -2em;
    margin-bottom: .5em;
    color: #1C269C;
}

    .e-card-lawfirm-text .e-card-header-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.leadModal {
    width: 100%;
    height: 100%;
}

    .leadModal .modal-dialog {
        max-width: 1000px;
        height: calc(100% - 4em);
    }



    .leadModal .request-top-row {
        padding: 1em;
        display: flex;
        margin-left: 0em;
        border-left: 6px solid #30ADAE;
        max-height: none;
        padding-bottom: 0;
        padding-left: .5em;
    }

    .leadModal .modal-top-row {
        display: flex;
    }

.modal-request-type {
    max-width: 20em;
    padding-left: 0;
    margin-top: -1.25em;
}

.leadModal .mud-form.request-form {
    padding-left: 3em;
    margin-top: 2em;
    width: calc(100% - 3em);
}

.expert-dropdown {
    max-width: 50%;
}

.requestor-row .contact-box-container {
    width: calc(50% + .75em);
    padding-left: .75em;
    padding-right: 0;
}

.leadModal .contact-box-container .contact-card.matter {
    position: absolute;
    right: -.5em;
    width: 20em;
}

    .leadModal .contact-box-container .contact-card.matter .contact-title {
        font-size: 1.1em;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 15em;
        display: block;
        overflow: hidden;
    }

.lead-contact-box .contact-box-container:hover {
    cursor: pointer;
}

.col.basecamp {
    padding-top: 2em;
}

.contact-box-button.classifier.requestor {
    margin-top: 2.75em;
    z-index: 100000;
    left: 412px;
}

    .contact-box-button.classifier.requestor:hover {
        cursor: pointer;
    }

.requestor-row .mud-select.mud-autocomplete {
    display: block;
    z-index: 1000;
}

.requestNote-badge .mud-badge.mud-badge-top.right.mud-badge-overlap {
    margin-left: .25em;
    position: absolute;
    top: .5em !important;
    color: #FFF !important;
    font-size: 10px;
    padding-top: 2.5px;
    padding-left: 5px;
    height: 16px;
    width: 16px;
    min-width: 16px;
}

.requestNote-badge.largeCount .mud-badge.mud-badge-top.right.mud-badge-overlap {
    padding-left: 2px;
}

.request-notes-title {
    padding-left: 1em;
    padding-top: .5em;
}

.modal-content .emailTextEditorContainer.note {
    padding: 2em;
    padding-top: 1em;
}

.modal-content .send-note-icon {
    position: absolute;
    bottom: 1.35em;
    right: 1.35em;
}

#notesModal .modal-content {
    width: 785px;
    min-height: 500px;
    height: 90%;
}

.e-richtexteditor .e-toolbar .e-tbar-btn .e-icons::before {
    color: black !important;
    fill: black !important;
}

.law-firms-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: #FFF;
    padding-left: 1em;
    padding-right: 1em;
}

    .law-firms-container h4 {
        padding-left: .25em;
        margin-bottom: -.5em;
    }

.requests-container {
    width: 100%;
    height: 100%;
    display: block;
}

    .requests-container.hidden {
        display: none;
    }

.close-main-form-icon {
    position: absolute;
    top: 0;
    right: .8em;
}

    .close-main-form-icon:hover {
        cursor: pointer;
    }

#lawFirmModal .modal-content {
    padding: 2em;
    max-height: 90%;
    overflow-y: scroll;
}

.nav-link.span {
    color: #244C59;
}

    .nav-link.span:hover {
        cursor: pointer;
    }

.matters-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: #FFF;
    padding-left: 1em;
    padding-right: 1em;
}

    .matters-container h4 {
        padding-left: .25em;
        padding-top: .5em;
    }

#notesModal .emailTextEditorContainer {
    width: 58em;
    height: 15em;
    margin-left: -.75em;
    overflow-y: hidden;
    padding-bottom: 2em;
}


.delete-button {
    padding-bottom: 1em;
}

    .delete-button button {
        z-index: 1000;
    }

.request-top-row, .request-form {
    visibility: visible;
}

    .request-top-row.hidden {
        visibility: hidden;
    }

    .request-form.hidden {
        visibility: hidden;
    }

.modal-content.full-height {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.lead-buttons-container {
    width: 100%;
}

.form-fields-container {
    height: 100%;
}

.lead-buttons {
    margin-bottom: 1em;
}

.review-container {
    width: 100%;
    height: 100%;
    margin-top: 40px;
}

.review-card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.review-card-text {
    font-weight: 600;
    font-size: 12px;
    margin-top: -.2em;
    padding-left: 0em;
}

.review-card-date {
    font-style: italic;
    font-size: 12px;
    padding-left: 1em;
    margin-top: 0em;
}

.request-review-card.mud-paper {
    box-shadow: rgb(50 50 93 / 25%) 0px 3px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 8px -8px;
    width: 240px;
}

.request-review-card .mud-card-content {
    padding: 16px;
    width: 240px;
    height: 100px;
    display: flex;
    flex-direction: column;
    border: 1px solid lightgray;
    margin-bottom: 2em;
    border-left: 4px solid maroon;
    padding-top: .5em;
    margin-top: -6.5em;
    position: relative;
}

.review-container .close-main-form-icon {
    top: 10px;
    right: 23px;
}

.top-row .img-fluid.files {
    width: 213px;
    height: 80px;
}

.page.anon main {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 260px;
    width: calc(100% - 270px) !important;
    height: calc(100% - 60px) !important;
}

.page.anon {
    overflow-y: hidden;
}

.top-row-case-charge-container {
    display: flex;
    align-content: center;
}

.case-charge-provider-container {
    width: 300px;
    max-width: 300px;
    padding-top: 20px;
}

    .case-charge-provider-container .contact-title {
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        display: block;
    }

.show-review-switch {
    position: absolute !important;
    right: 5em;
    top: 60px;
}

.anon main {
    overflow-x: visible;
}

.anon .e-grid .e-gridheader {
    color: lightgray;
}

.show-notes-icon {
  position: absolute;
  top: 1.5rem;
  right: 1em;
  z-index: 100;
}

    .show-notes-icon:hover {
        cursor: pointer;
    }

    .show-notes-icon.mud-icon-root.mud-svg-icon {
        fill: rgba(0,0,0, .5) !important;
    }


#reviewNotesModal .case-Notes-container {
    margin-bottom: 1em;
}

#reviewNotesModal .emailTextEditorContainer.note {
    padding-bottom: .5em;
}

.expert-review-button {
    z-index: 1000;
    position: absolute !important;
    right: 0;
}

    .expert-review-button .mud-icon-root.mud-svg-icon {
        fill: #FFF !important;
    }

.expert-prompt {
    padding-left: 1.5em;
    width: 50%;
    font-size: 16px;
    margin: auto;
    padding-top: 1em;
    margin-top: .5em;
}

#expertReviewModal .expert-dropdown {
    width: 100%;
    max-width: 90%;
    padding-left: 12.5%;
    margin-top: 2em;
}

#expertReviewModal .modal-content {
    width: 600px;
}

.expertReviewIndicator {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.providerFilesContainer {
    left: 2em;
    top: 5em;
}

    .providerFilesContainer .mud-icon-root.mud-svg-icon {
        width: 1.25em;
        height: 1.25em;
        fill: #E8BB4D !important;
    }

    .providerFilesContainer:hover {
        cursor: pointer;
    }

#providerFilesModal .mud-icon-root.mud-svg-icon {
    z-index: 1;
    right: 0;
    fill: #000;
}

#uploadChargesModal .modal-content {
    padding: 1em;
}

#uploadChargesModal .lead-buttons {
    margin-top: 2em;
}

#uploadChargesModal .request-notes-title {
    margin-bottom: 2em;
}

#providerEditModal .mud-input-control-input-container {
    height: calc(100% - 20px);
}

#providerEditModal .mud-file-upload.flex-1 {
    height: calc(20% - 20px);
    margin-top: -20px;
}

#providerEditModal .mud-table {
    height: 80%;
}

#providerEditModal .d-flex.flex-column.gap-3 {
    width: 100%;
    height: 100%;
}

#providerEditModal .mud-tabs.mud-tabs-rounded .mud-tabs-panels {
    height: calc(100% - 40px);
}

#providerEditModal .mud-tabs.mud-tabs-rounded {
    height: 100%;
}

#providerEditModal .caseFile-charges-Container {
    height: calc(100% - 170px);
    overflow: hidden;
}

#providerEditModal .full-screen .caseFile-charges-Container {
    height: calc(100vh - 200px);
    overflow: hidden;
}

#providerEditModal .case-charge-editor-container {
    height: 100%;
}

#providerEditModal .case-charges-container {
    height: 100%;
}

#providerEditModal .mud-input-control-input-container .mud-paper-outlined {
    height: 100% !important;
    padding: 0 !important;
    min-height: 40px;
    padding-left: .25em !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#providerEditModal .mud-table-sticky-header .mud-table-container {
    height: 100% !important;
}

#uploadChargesModal .mud-input-control.mud-input-control-boolean-input {
    margin-top: -40px;
    padding-left: 1.25em;
    margin-bottom: 1.5em;
}


#uploadChargesModal .hover\:mud-secondary-hover:hover, .hover\:mud-secondary-hover:focus-visible {
    background-color: var(--mud-palette-primary-hover) !important;
}

.case-charges-container .mud-input-control-input-container > input {
    z-index: 2000000;
    margin-top: 18px;
}

.runValuationButton {
    position: absolute;
    top: 215px;
    right: 400px;
    padding: 6px 12px;
    white-space: nowrap;
    z-index: 1000;
}

.case-files-container > div > .mud-button:hover {
    background-color: transparent;
}

.e-control.e-toolbar {
    background: transparent;
    border-bottom: 0 !important;
}

.e-toolbar .e-toolbar-items {
    border-radius: 10px !important;
}

.rush-request-icon.mud-icon-root.mud-svg-icon {
    position: absolute;
    right: 0;
    top: .5em;
    fill: #cc0000 !important;
}

.abacus-icon .mud-icon-root.mud-svg-icon.delete-icon {
    fill: #244C59 !important;
    margin-top: -6px;
    margin-left: -5px;
}



.delete-file-button .mud-icon-root.mud-svg-icon {
    fill: #FFF !important;
}

.modal-content.rename-file {
    height: 200px;
    padding: 30px;
}

.lead-buttons.rename-file {
    margin-top: 1em;
}

.case-file-name.unclassified {
    padding-top: 1.85em;
}

.add-file-button svg path:nth-child(2) {
    fill: #FFF;
}

.filePreviewer {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 200000;
    border: 1px solid #244C59;
}

.e-control.e-pdfviewer .e-toolbar .e-toolbar-items {
    background-color: #F8F9FA !important;
    color: inherit !important;
}

.filePreviewer {
    display: none;
}

    .filePreviewer.showPreview {
        display: block;
    }


    .filePreviewer .e-pdfviewer {
        height: 100%;
        width: 100%;
    }

    .filePreviewer .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
        color: black !important;
    }

    .filePreviewer .e-pv-fileupload-element {
        display: none;
    }


.provider-list {
  display: flex;
  flex-wrap: wrap;
  height: 162px;
  overflow-y: auto;
}

.contact-title.provider-classified {
    font-size: 1em;
    min-height: 3.6em;
}

.contact-card.selected.provider-classified {
    max-width: 30em;
    width: 12em;
    margin-bottom: 1em;
}

.provider-classified .mud-chip.mud-chip-size-medium {
    height: 24px;
    font-size: 12px;
    border-radius: 16px;
}

.provider-classified .mud-chip > .mud-chip-content {
    align-items: center;
    display: inline-flex;
    height: 100%;
    max-width: 100%;
    user-select: none;
    margin-left: -24px;
}

.mud-icon-root.mud-svg-icon.delete {
    font-size: 1.9em;
}

.expertReviewTable {
    position: relative;
}

.addChargeButton {
    background-color: #244C59 !important;
    position: absolute !important;
    right: 14px;
    top: -12px;
}

#addChargeModal .mud-form.request-form {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 5em;
    margin-top: 0;
}

.addCharge-buttons {
    margin-top: 2em;
}

#addChargeModal .contact-box-container.provider {
    padding-left: 0;
    max-width: 392px;
}

#addChargeModal .col .mud-picker .mud-input-control {
    max-width: 370px;
}

.request-review-card .mud-chip-filled.mud-chip-color-secondary.request-card-chip {
    margin-top: .25em;
    margin-left: -.5em;
    padding-left: .5em;
}

.top-row-case-charge-container {
    visibility: visible;
}

    .top-row-case-charge-container.full-screen {
        visibility: collapse;
    }


.caseFile-charges-Container .mud-icon-root.mud-svg-icon.show-charges-icon {
    fill: #244C59 !important;
    margin-left: 1em
}


.mud-tabs.full-screen .mud-tab {
    visibility: collapse;
}

.mud-fab.full-screen {
    visibility: collapse;
}


.add-charge.full-screen {
    position: absolute;
    top: 10px;
    right: 9em;
    z-index: 10000000;
    visibility: visible;
}

.caseCharges .modal-content {
    position: relative;
}

.full-screen .mud-tabs-panels {
    position: static !important;
}

.full-screen .mud-icon-root.mud-svg-icon.show-charges-icon {
    fill: #244C59 !important;
    position: absolute;
    top: .75em;
    right: 3em;
    z-index: 10000000;
    visibility: visible;
}

.mud-file-upload.full-screen {
    visibility: collapse;
}

.mud-table.full-screen {
    position: absolute;
    top: 5em;
    left: 4em;
    height: 100%;
    width: 1000px;
}


.dock-icon {
    position: absolute;
    left: .25em;
    top: 6em;
    fill: #244C59;
    z-index: 100000;
}

    .dock-icon:hover {
        cursor: pointer;
    }

    .dock-icon.docked {
        background: #244C59;
        fill: #30ADAE !important;
        border-radius: 4px;
    }

.card-request-icons {
    padding-left: .75em;
    padding-top: 0;
    margin-top: -.5em;
}


svg.mud-icon-root.mud-svg-icon.mud-icon-size-small.card-request-icon {
    margin-right: -.25em;
    fill: lightgray !important;
}

    svg.mud-icon-root.mud-svg-icon.mud-icon-size-small.card-request-icon.completed {
        fill: #30ADAE !important;
    }

    svg.mud-icon-root.mud-svg-icon.mud-icon-size-small.card-request-icon.partial {
        fill: #f5b042 !important;
    }


    svg.mud-icon-root.mud-svg-icon.mud-icon-size-small.card-request-icon.invisible {
        display: none;
    }



.mud-icon-root.mud-svg-icon.request-filter-button {
    font-size: 2rem !important;
    fill: darkgray !important;
}

    .mud-icon-root.mud-svg-icon.request-filter-button:hover {
        cursor: pointer;
        fill: #30ADAE !important;
    }

    .mud-icon-root.mud-svg-icon.request-filter-button.active {
        fill: #30ADAE !important;
    }

.top-filter {
    margin-bottom: 2em;
}


.modal.left .modal-dialog {
    position: absolute;
    left: 0;
    z-index: 10040;
    top: 0;
    width: 100%;
}

.half-width {
    width: 48%; /* A little less than 50% to account for any potential padding/margin */
    margin-bottom: 20px; /* optional for spacing between rows */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: .75em;
}
.lookup-4{
    margin-left: 2em;
}
.full-width {
    width: 100%;
    margin-bottom: 20px; /* optional for spacing between rows */
    padding-left: 25%;
    padding-right: 25%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lookup-parameters {
    flex-basis: 100%;
    text-align:left;
    padding-left:0;
    margin-left:0;
    margin-bottom:2em;
    
}
    .lookup-parameters .col-auto {
        margin-right: 10px; 
        border-radius: 10px;
        padding: 5px;
        background-color: #E0F7FA;
    }

.lookup-description {
    flex-basis: 100%;
    justify-content: start;
    margin-left: .75em;
    background-color: #FAFAFA;
}

.chargemasters-switch {
    position: absolute !important;
    right: 1em;
    top: 1em !important;
}

.modal-body .row{
    width: 100%;
}

.review-container .mud-tabs.mud-tabs-rounded .mud-tabs-panels {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 30px !important;
}

.review-container .case-files-container .mud-tabs.mud-tabs-rounded .mud-tabs-panels {
    padding-left: 4px !important;
    padding-top: 4px !important;
}

.download-button {
    position: absolute;
    right: 50px;
    top: 5px;
    z-index: 5;
}

    .download-button .mud-fab-size-small {
        width: 36px;
        height: 36px;
    }

    .case-tags{
        width:100%;
        margin-bottom: -20px;
    }

#providerEditModal .mud-tabs.mud-tabs-rounded {
    height: calc(100% - 30px);
}

#providerEditModal .caseFile-charges-Container {
    height: calc(100% - 200px);
    overflow: hidden;
}

#providerEditModal > .modal-dialog.modal-lg {
    height: calc(100% - 60px);
}

.pre-review-body-container{
    width:100%;
    height:100%;
    position: relative;
}

.invoice-container {
    max-width: 800px; /* Set a max-width for the invoice container */
    margin: auto; /* Center the container on the page */
    padding: 2rem; /* Add some padding */
    background: #fff; /* White background for the paper */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); /* Add a subtle shadow for depth */
}

.invoiceCustomerContainer {
    margin-bottom: 20px !important;
    
}

.invoiceCustomerContainer .mud-input-control {
    height: 3.5em;

}

.invoiceCustomerContainer .mud-input {
    line-height: 1.1876em;
    font-size: 1em;
}

.table-cell-icon.delete:hover{
    cursor: pointer;
}

.additionalEmails{
    padding-top: 0em;
    margin-top: -.3em
}

.app-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.app-billing-summary-table th {
  background-color: rgb(54, 96, 146);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border: 1px solid black;
  text-align:center;
}

.app-billing-summary-table td {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}

.error-message{
    color:red;
}
.customerContainer {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 15px;
}

.mud-input > input.mud-input-root-outlined, 
div.mud-input-slot.mud-input-root-outlined {
  padding: 14px;
}

.mud-input-label-outlined {
  transform: translate(14px, 16px) scale(1);
}

.app-full-screen-modal .outline-none {
  flex-grow: 1;
  height: calc(100% - 65px);
}

  .app-full-screen-modal .outline-none > div {
    height: 100%;
  }

.app-modal-scroll-parent {
  height: calc(100% - 25px);
}

/* For some reason, MudBlazor sets the height of table cells to 40px */
.mud-table-root tbody tr td > div {
  height: auto !important;
}


.title-menu-tile{
    position: relative;
}

.chart-icon{
    position: absolute;
    top: 26px;
    right: 26px;
}

    .chart-icon:hover{
        cursor: pointer;
    }

    .chart-icon .mud-icon-root.mud-svg-icon {
        scale: 2;
    }


#firmChart{
    padding:20px;
}

    #firmChart text {
        font-size: 10px;
        font-weight: 500;
        font-family: "Quicksand";
    }

.nested-menu .dropdown-menu.show {
    transform: translate(30px, -20px) !important;
    border: none !important;
    font-size: 14px;
}

.nested-menu .dropdown-item.active, .nested-menu .dropdown-item:active {
    background-color: rgba(28, 28, 28, 0.05) !important;
    color: rgb(33, 37, 41) !important;
}

.edit-expert {
    position: absolute;
    top: 33px;
    right: 24px;
}

.total-container {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto, Helvetica, Arial, "sans-serif"
}

.basecamp-button-container {
    justify-content: center;
    display: flex;
}
.basecamp-button {
    width: 50% !important;
    margin: auto;
}

.flatfile_iframe-wrapper.flatfile_displayAsModal {
  z-index: 1500 !important;
}

.flatfile_outer-shell {
  z-index: 1700 !important;
}

.btn-group .btn {
    background-color: transparent;
    color: black;
    border-color: #4999AB;
}

    .btn-group .btn.active,
    .btn-group .btn:checked {
        background-color: #4999AB;
        color: #ffffff;
        border-color: #4999AB;
    }

    .btn-group .btn:hover {
        background-color: #4999AB;
        color: #ffffff;
    }
.app-menu-item {
    color: #234c5a !important;
}

.e-toolbar .e-toolbar-items {
    background-color: white !important;
}
    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text{
        color: black !important;
    }
    .e-toolbar .e-tbar-btn.e-btn .e-icons{
        color: black !important;
    }
    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
        color: black !important;
    }

.btn-outline-secondary {
  color: #4e555b;
  border-color: #ced3d8;
}

.mud-dialog-fullscreen {
  overflow-y: auto;
}

.solid-checkbox {
    pointer-events: auto;
    width: auto;
    display: inline-flex;
}