/* Start customizing your app */

/* Edit to change font color */
.custom.text-color{
	color: #ffffff !important;
}

/* Edit to change font color of buttons */
.custom.btn-text-color{
  color: #ffffff !important;
}

/* Edit to change accent color of buttons */
.custom.accent-bg-color {
  background: rgba(108, 30, 36, 1) !important
}

/* Edit to change accent color of tick mark */
.custom.accent-tick-color.tick {
  stroke: #A9023A !important;
}

/* Edit to change app background */
.custom.bg-image {
  background: url('../../app/resources/background2.jpg') !important;
}

/* Edit to change app logo */
.custom.logo-image {
  content: url('../../app/resources/powiat_wrzesinski.png') !important;
}

/* Edit to change logo background */
.custom.logo-bg-color {
  background: transparent !important;
}

/* Edit to change link text color */
.custom.link-text-color {
  color: #03996c !important;
}
.service-btn {
	background-color: rgba(108, 30, 36, 1) !important;
	color: #ffffff !important;
}
.customer-icon {
	/*stroke: #6c1e24 !important;*/
	background-color: #6c1e24 !important;
}
.custom.accent-tick-color.tick {
	stroke: #6c1e24 !important;
}