 body {
    background-color: #f4f4f4;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

 main {
    flex: 1 0 auto;
  }

 .dropdown-content {
    background-color: #ffffff !important;
 }

 .subnav-item {
    margin-left: 40px;
 }

 .dropdown-content li > a, .dropdown-content li > span {
    color: #42a5f5 !important;
 }

/* label focus color */
 .input-field input:focus + label {
    color: #42a5f5 !important;
 }

 /* label underline focus color */
 .row .input-field input:focus {
    border-bottom: 1px solid #42a5f5 !important;
    box-shadow: 0 1px 0 0 #42a5f5 !important
 }

 input {
    color: #1976d2 !important;
 }

 .input-field .prefix.active {
    color: #42a5f5 !important;
 }

 .dropdown-content li > span {
    color: #1976d2 !important;
 }

 .cookie-consent {
    background-color: #42A5F5 !important;
    text-align: center;
 }

 .cookie-consent__message {
    color: #f5f5f5 !important;
 }

 .cookie-consent__agree {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    color: #f5f5f5 !important;
    background-color: #1976D2 !important;
 }

 .add-button {
    margin-top: 30px;
 }
