@font-face {
    font-family: "Lato";
    src: url("/fonts/LatoLatin-Regular.woff2") format("woff2"),
    url("/fonts/LatoLatin-Regular.woff") format("woff"),
    url("/fonts/LatoLatin-Regular.eot") format("eot"),
    url("/fonts/LatoLatin-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Kodchasan-Bold";
    src: url("/fonts/Kodchasan-Bold.ttf") format('truetype');
}
@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "FonAwesome";
    src: url("/fonts/Font-Awesome-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Helvetica";
    src: url("/fonts/Helvetica.ttf") format('truetype');
}
* {
    box-sizing: border-box;
}

html, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: inherit;
    vertical-align: baseline;
}
body, input, select, textarea {
    font-family: "Roboto", Georgia, serif;
    font-size: .9rem;
    line-height: 2.375;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
}
label {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size:16px
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
table th {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: inherit;
    font-weight: normal;
    line-height: 1;
    padding: 0.75rem;
    text-align: left;
}
table th {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 'inherit'
}
#copyright {
    color: #ffffff;
    position: relative;
    color: rgba(255, 255, 255, 0.25);
    cursor: default;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin: 4rem auto 8rem auto;
    width: calc(100% - 4rem);
    max-width: 72rem;
    z-index: 2;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    width: 100%;
    background-color: #f3f5f8;
    font-size: 16px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    /*content: none;*/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
thead, tbody, tr, th, td {
    font: inherit;
}
input,
textarea,
button {
    font: inherit;
    line-height: 1;

}
a {
    text-decoration: none;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    height: 15px;
    width: 15px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #A6A6A6;
    /* box-shadow: inset 0 0 4px rgba(0,0,0,.9); */
    border-radius: 3.5px;
}
/* Autofill font */
:-webkit-autofill::first-line {
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
}
/* Added custom clear button for search input */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    margin-left: .4em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
  }
  .css-1otl85b-MuiGrid-root{padding: 0px;}
  .css-i2hcwh-MuiTypography-root{font-size: 22px;}
  .css-qo7l2f-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root{font-size: 14px; border: none;     margin-left: 20px;}
  .css-b0zcke-MuiTableCell-root{font-size: 12px; padding: 10px 12px; font-weight: normal;}
  .css-159dk0l, .css-19pf50z-MuiTypography-root{font-size: 13px;}
  .css-vgib51-MuiTableCell-root{padding: 10px 12px;border-bottom: solid 1px lightgray;}
  .css-17dc5vd-MuiTypography-root-MuiLink-root{color: #ffffff;
    background: rgb(51 62 72 / 87%);
    border-radius: 12px;
    padding: 4px 10px;}
    .css-17ffvgn-MuiTypography-root{padding:10px 15px}
    .MuiGrid-root canvas{height: 260px;}
    .css-1wqiv4m-MuiPaper-root-MuiCard-root{overflow: hidden;}

