/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.notify {
  position:relative;
  top:-35px;
  right:-8px
}
.notify .point {
  width:6px;
  height:6px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  background-color:#f66e87;
  position:absolute;
  right:6px;
  top:-10px
}

.menulogo{
  border-radius: 8px;
}

.logodiv{
  margin-left: 20px !important;
}

.bg-gradient {
    background: linear-gradient(to left, #262262, #27AAE1, #39B54A);
}
