/* 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;
}

.tabs .tab a {
	color: rgba(38, 166, 154, 0.7);
	/*Custom Text Color*/
}

	.tabs .tab a:hover {
		color: #26a69a;
		/*Custom Color On Hover*/
	}
	.tabs .tab a.active {
		color: #26a69a;
		/*Custom Color On Hover*/
	}

	.tabs .tab a:focus.active {
		color: #26a69a;
		/*Custom Text Color While Active*/
		background-color: rgba(38, 166, 154, 0.2);
		/*Custom Background Color While Active*/
	}

.tabs .indicator {
	background-color: #26a69a;
	/*Custom Color Of Indicator*/
}