/* Add here all your css styles (customizations) */

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.XXXu-heading-v3__title::before {
	content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.2rem;
  background: #c20115;
	margin-right: 0.6rem;
	border-radius: 0.6rem;
	position: relative; 
	top:0.1rem;
}