@charset "UTF-8";
/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 32px;
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
  padding: 0 37.5px 0 45px;
}

label{
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

textarea.materialize-textarea{
  line-height: 1.5;
}

h6{
  word-wrap: break-word;
  white-space: normal;
}
