@import "matTabsOverrides.css";
@import "matTableOverrides.css";
@import "matButtonOverrides.css";
@import "matTextFieldOverrides.css";
@import "matNumericFieldOverrides.css";
@import "matPaginator.css";
@import "matDatePicker.css";
@import "validation.css";
@import "matSelectOverrides.css";
@import "matDialogOverrides.css";
@import "tailwind.css";

:root {
    --mdc-typography-font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    --mdc-typography-button-letter-spacing: normal;
    --color-pine-50: #F3F9F9;
    --color-ink-blue-25: #F9FAFB;
    --color-ink-blue-50: #F4F5F5;
    --color-ink-blue-200: #C0C3C6;
    --color-ink-blue-600: #575F67;
    --color-ink-blue-400: #8B9197;
    --color-ink-blue-900: #111519;
    --color-dentally-blue-50: #F3F8FF;
    --color-dentally-blue-500: #0071EB;
    --color-dentally-background-blue-500: #0071EB;
    --color-dentally-text-dark-grey: #3C4650;
    --color-neutrals-light: #AEC0D5;
    --color-neutrals-lightest: #F3F6FA;
    --color-text-secondary: #24313D;
    --color-bg-grape-100: #EBD7FF;
    --color-text-grape-900: #250060;
    --color-bg-grey-50: #F9FAFB;
}

.dc-body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: normal;
    color: #222;
    background-color: #F6F6F6;
}

.dc-badge {
    display: inline-block;
    padding-top: .10rem;
    padding-bottom: .10rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .75rem;
    border-radius: 4px;
    text-align: center;
}

.dc-badge-green {
    background-color: #CDE8CC;
    color: #023700;
}

.dc-badge-blue {
    background-color: #D8E9FD;
    color: #003A77;
}

.dc-badge-amber {
    background-color: #FFEBCC;
    color: #663D00;
}

.dc-badge-grey {
    background-color: #DADCDD;
    color: #222D38;
}

.dc-badge-red {
    background-color: #FCCACA;
    color: #5C0505;
}

.dc-badge-grape {
    background-color: #9A36FF;
    color: #FFFFFF;
}

.dc-badge-pink {
    background-color: #9A36FF;
    color: #000000;
}

.dc-badge-ruby {
    background-color: #EC3691;
    color: #000000;
}

.dc-badge-pine {
    background-color: #369C9C;
    color: #000000;
}

.dc-dentally-card {
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.dc-card-heading {
    color: var(--color-dentally-text-dark-grey);
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.dc-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dc-truncate-clip {
    max-width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.dc-description-list-label {
    color: #111519;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

.dc-description-list-record {
    color: var(--color-dentally-text-dark-grey);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0.5em;
}

.dc-dentally-form-label {
    color: var(--color-ink-blue-600);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: .5em;
    display: inline-block;
}

.dc-card-title {
    color: rgb(60 70 80);
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 1rem 0;
}

.dc-modal-header {
    color: var(--Ink-Blue-900, var(--Ink-Blue-900, #111519));
    font-size: 20px;
    font-weight: 600;
}

/* Loading*/
.dc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    z-index: 10;
}

.dc-loading-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dc-loading-row {
    width: auto;
    height: 125px;
}

.dc-loading-spinner {
    margin: auto;
    width: 50px;
}

.dentally-red {
    color: #C23F38;
}

.dentally-blue {
    color: #0071EB;
}

.dentally-grey {
    color: #71787F;
}

.dentally-white {
    color: rgb(255, 255, 255);
}

.dentally-green {
    color: rgb(5, 138, 0);
}

.dentally-yellow {
    color: rgb(245, 166, 35);
}

.dc-formview-background {
    background-color: #9e9e9e;
    border-radius: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.dc-formview-paper {
    border: 1px #666 solid;
    filter: drop-shadow(1px 1px 0px #333);
    background-color: #fff;
    width: 1200px !important;
    margin: auto;
    margin-bottom: 20px;
}

.dc-formview-page {
    margin: 30px;
}

.dc-text-align-end, .dc-text-align-end .mat-text-field-input {
    text-align: end;
}

.dc-autocomplete-options {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: start;
}

.dc-sticky {
    position: sticky;
    top: 0;
    z-index: 2
}

.dc-sticky-header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2
}

.dc-sticky-footer {
    position: sticky;
    bottom: 0;
    background-color: white;
}

.dc-radio {
    cursor: pointer;
    display: inline-block;
    transform: scale(1.25);
}

.dc-icon-bg {
    border-radius: 1.5em;
    background: var(--InkBlue-50, #F4F5F5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.dc-button-secondary {
    color: var(--mdc-theme-text-primary-on-background) !important;
    border: 1px solid #C0C3C6;
}

.dc-table-subtext {
    color: var(--color-dentally-text-dark-grey);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem; /* 133.333% */
}

.dc-text-right-input input {
    text-align: right;
}

.dc-required:after {
    content: " *";
    color: red;
}

.dc-shadow-sm {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.dc-rounded-5xl {
    border-radius: 2.5rem;
}

.dc-min-w-auto {
    min-width: auto;
}

/* MatBlazor */
.mat-text-field {
    height: 37px;
}

.mat-select {
    background-color: #fff;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch {
    display: none;
}

.mdc-notched-outline__notch {
    display: none;
}

.mdc-radio {
    padding: 12px;
}

.mdc-form-field {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.mat-currency-numeric-input-div {
    padding-top: 24px;
    text-align: left;
    font-size: 1rem;
    vertical-align: inherit;
    margin-right: 4px;
    display: grid;
    padding-bottom: 24px;
    max-width: 12ch;
}

.mat-currency-numeric-input input {
    text-align: right;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }