@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import 'https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.0/dist/css/materialize.min.css';

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* THIS IS FOR A FIXED AND OPENED SIDENAV
header, header nav, main.with-header, footer.with-header {
  padding-left: 300px;
}

@media only screen and (max-width : 992px) {
  header, header nav, main.with-header, footer.with-header {
    padding-left: 0;
  }
}
THIS IS FOR A FIXED AND OPENED SIDENAV */

main {
  flex: 1 0 auto;
}

.material-icons {
  width: 24px;
}

.btn, .btn-small, .btn-large, .btn-floating, .btn-flat {
  color: var(--md-sys-color-on-background);
}

.btn.text, .text.btn-small, .text.btn-large, .btn-flat {
  color: #039be5;
}

.btn.text:hover, .text.btn-small:hover, .text.btn-large:hover {
  color: #039be5;
  background-color: color-mix(in srgb, #039be5 16%, transparent);
}

ul.dropdown-content {
  border: none;
}

ul.dropdown-content > li > a {
  color: var(--md-sys-color-on-background);
}

thead.center th {
  text-align: center;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
  --md-sys-color-primary-light: #ED1A29;
  --md-sys-color-on-primary-light: #FFFFFF;
  --md-sys-color-primary-dark: #ED1A29;
  --md-sys-color-on-primary-dark: #FFFFFF;
  --md-ref-palette-primary70: #CE001B;
}
/*
:root[theme="light"] {

}

:root[theme="dark"] {
  --md-sys-color-primary: #ED1A29;
  --md-sys-color-on-primary: #FFFFFF;
  --md-ref-palette-primary70: #CE001B;
}
*/
