#toast-container {
            top: auto !important;
            right: auto !important;
            bottom: 10%;
            left:7%;
        }

#filter-id-66{
      display: none !important;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #ffc000;
}


/* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: black !important;
   }
   
   
   
   /* label focus color */
   .input-field input[type=password]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=password]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=password].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=password].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   
   .text-hora :focus{
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   
   /* label focus color */
   .input-field input[type=email]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=email]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=email].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=email].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   
   /* label focus color */
   .input-field input[type=password]:focus + label {
     color: black !important;
   }
   /* label underline focus color */
   .input-field input[type=password]:focus {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* valid color */
   .input-field input[type=password].valid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }
   /* invalid color */
   .input-field input[type=password].invalid {
     border-bottom: 1px solid black !important;
     box-shadow: 0 1px 0 0 black !important;
   }