/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.chip.errorlist ul {
  margin-top: 0px !important; 
} 
.green {
	background: #afaf19bb !important;
}

strong {
  font-weight: bolder !important;
}


.customer-card {
	    height: 130px;
}
#drop-off-left-to-right {
	height: 100px;
  background: linear-gradient(to right bottom, #afaf19bb 49%, #fff 50%);
  -webkit-transform: rotate(360deg);
}

#drop-off-right-to-left {
	height: 100px;
  background: linear-gradient(to left top, #afaf19bb 49%, #fff 50%);
  -webkit-transform: rotate(360deg);
}

#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  /* font-size: 18px; */
  border: none;
  outline: none;
  /* background-color: red; */
  /* color: white; */
  cursor: pointer;
  /* padding: 15px; */
  /* border-radius: 4px; */
}


nav ul a,
nav .brand-logo {
  color: #000;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #000;
}

.input-field > label {
	color: #000;
}

input[type="text"]:focus:not(.browser-default):not([readonly]) + label {
	color: #000;
}

input:focus:not(.browser-default):not([readonly]) + label {
	color: #000;
}

/* Input underline with and without focus */
input[type="text"]:focus:not(.browser-default) {
	border-bottom: 1px solid #000 !important; 
}

input[type="text"]:not(.browser-default) {
	border-bottom: 1px solid #000;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

