@font-face {
    font-family: 'material-outline-icons';
    src: url('./material-outline-icons.ttf?8ot508') format('truetype'),
    url('./material-outline-icons.woff?8ot508') format('woff'),
    url('./material-outline-icons.svg?8ot508#material-outline-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.material-icons {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'material-outline-icons' !important;
    font-size: 24px;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom CSS  */

/* section just below top sticky header */
.jss2 .jss3 .jss4{
    top:65px !important;
}
.jss40, .jss41, .jss56, .jss105, .jss57, .jss58, .jss72, .jss90, .new_booking--heading{
    background: linear-gradient(to right, #2D323E 0%, #eeeff3 100%) !important;
}
/*Navigation */
ul.MuiList-root.navigation.MuiList-padding{
    background: #ddd !important;
}
/* Tables background */
.jss44 .tabs-centered .MuiTypography-root.MuiTypography-body1, 
.jss61 .tabs-centered .MuiTypography-root.MuiTypography-body1,
.jss77 .tabs-centered .MuiTypography-root.MuiTypography-body1,
.jss60 .tabs-centered .MuiTypography-root.MuiTypography-body1
{
    background-color: white !important;
}

/* Tabs Heading color */
.cus-tabs .MuiTab-textColorPrimary.Mui-selected{
    color: blue !important;
}
