/* Base typography class override */
.mud-typography {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif; /* Change to your desired font family */
    overflow-wrap: anywhere !important;
    line-break: auto;
}

/* H5 override with responsive font sizes */
.mud-typography-h5 {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto',  sans-serif;
    font-weight: 500; /* Example font weight, adjust as needed */
    color: #333; /* Example color, adjust as needed */
}

.mud-button
{
    min-width: max-content;
    white-space: nowrap;
}
   
.base-font {
    font-family: 'SFProText'; 
    font-size: 16px;
    font-weight: 500;
    /*line-height: 1.5;*/
    color: black;
    margin: 0px;
}

.heading-emphasis {
    font-size: 2.0rem;
    font-weight: 600;
}

.heading-3 { 
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: bold; 
    color: black;
    margin: 0px;
}

.heading-primary {
    font-size: 2rem;
    font-weight: bold;
}

.heading-secondary {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin: 0px;
}

.heading-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
}

.heading-subtitle-emphasis {
    font-size: 1.2rem;
    font-weight: 600;
}

.subtitle1 {
    font-weight: 600;
}

.body-text {
    font-size: 1rem;
    line-height: 1.6;
    color: black;
}

.caption-text {
    font-size: 0.8rem;
    color: #777;
}

.table-modern .mud-table-root .mud-table-head .mud-table-cell
{
    color: #A8A1AD;
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.tabs-modern .mud-tabs-toolbar
{
    background-color: transparent;
}

.button-action
{
    background-color: #027AFF !important;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*.scheduler-modern .rz-view-header*/
/*{*/
/*    padding: 0px;*/
/*    height: 0;*/
/*    visibility: hidden;*/
/*}*/

.scheduler-modern .rz-scheduler-nav
{
    padding: 0px;
    height: 0;
    visibility: hidden;
}

.scheduler-modern .rz-view-header .rz-slot-header
{
    padding: 10px;
    background-color: #FAFAFA;
    color: black;
    text-transform: none;
    /*font-family: "SFProDisplay";*/
    font-weight: bold;
}

.scheduler-modern .rz-week-view .rz-view-header {
    padding-right: 0px;
}

.mud-paper.modern-list-1
{
    border-radius:0px 0px 4px 4px; 
    border: none; 
    background-color: white;
    cursor: pointer;
    /*overflow: hidden;*/
    transition: background-color 0.3s ease; /* Smooth transition */
}

.mud-paper.modern-list-1:hover {
    background-color: #dfe2f5 !important; /* This is a light gray color */
}

/*html {*/
/*    overscroll-behavior: none;*/
/*}*/

/*body {*/
/*    overflow: hidden;*/
/*}*/

/*main {*/
/*       position: fixed;*/
/*       left: 0;*/
/*       right: 0;*/
/*       top: 0;*/
/*       bottom: 0;*/
/*       overflow-y: scroll;*/
/*   }*/

.mud-icon-button.nopadding{
    padding:0px;
}




.ehr-header1 {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif; 
    font-size: 28px;
    font-weight: 1000;
    /*line-height: 1.5;*/
    color: #1A237E;
    margin: 0px;
    line-break: anywhere;
}

.pseudo-underline {
    display: inline-block; /* Aligns the pseudo-element correctly */
    position: relative;
}

.pseudo-underline::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Distance from the bottom of the text */
    left: 0; /* Starting point of the underline (relative to text width) */
    width: 60px; /*60%,  Width of the underline */
    height: 5px; /* Thickness of the underline */
    background-color: #1A237E; /* Color of the underline */
}

.ehr-header2 {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif; 
    font-size: 22px;
    font-weight: 1000;
    /*line-height: 1.5;*/
    color: #211F3B;
    margin: 0px;
    line-break: anywhere;
}


.ehr-header3 {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif; 
    font-size: 16px;
    font-weight: 600;
    /*line-height: 1.5;*/
    color: #211F3B;
    margin: 0px;
    line-break: anywhere;
} 

.ehr-header4 {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif; 
    font-size: 16px;
    font-weight: 400;
    /*line-height: 1.5;*/
    color: black;
    margin: 0px;
    line-break: anywhere;
}


.ehr-header5 {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif; 
    font-size: 14px;
    font-weight: 800;
    /*line-height: 1.5;*/
    color: black;
    margin: 0px;
    line-break: anywhere;
}


.ehr-p1 {
    font-family: 'Ubuntu', 'SFProDisplay', 'Roboto', sans-serif; 
    font-size: 14px;
    font-weight: 400; 
    color: black;
    margin: 0px;
    line-break: anywhere;
}


.table-headless .mud-table-root .mud-table-head{
    display: none;
}

.table-headless .mud-table-root .mud-table-head tr th:first-child {
    display: none;
}

.table-headless .mud-table-root .mud-table-row tr td:first-child {
    display: none;
}


.customdialogbox {
    display: flex;
    box-shadow: none;
    height: 98vh;
    align-self: end;
    max-height:none !important;
    border-radius: 20px 20px 0px 0px !important;
    /*height: 600px;*/
    border-radius: 15px;

    -webkit-backdrop-filter: blur(10px) saturate(180%);
    backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(255,255,255,.8);
}

.atd-paper-border
{
    border: 1px solid rgba(169, 169, 169, 0.6);
    border-radius: 10px;
    overflow: hidden;
}

.atd-muddialog .mud-dialog .mud-dialog-content:focus-visible
{
    outline: none;
}

.mud-icon-button.custom1
{
    color: black;
    border-radius: 0px;
    padding:8px;
}
.mud-icon-button.custom2
{
    color: white;
    border-radius: 5px;
    background-color: #007c91;
    padding:8px;
} 
