/* Begin Evenbrite Styles */
.eds-btn--fill:active {
    color: #fff;
    color: var(--eds-inverse-primary-brand,#fff);
    fill: #fff;
    fill: var(--eds-inverse-primary-brand,#fff);
    background-color: #a3dff9;
    background-color: var(--eds-primary-brand--active,#a3dff9);
    border-color: #a3dff9;
    border-color: var(--eds-primary-brand--active,#a3dff9);
}
	.eds-btn--fill:focus, .eds-btn--fill:hover {
    background-color: #92c9e0!important;
    background-color: var(--eds-primary-brand--hover,#92c9e0)!important;
    border-color: #92c9e0!important;
    border-color: var(--eds-primary-brand--hover,#92c9e0)!important;
}

/**uniconsent styles**/

.unic .unic-bar .inner {
padding: 20px!important;
}

.unic .unic-bar {
padding: 0px!important;
}

.unic .button {
	padding-left: 2em!important;
	padding-right: 2em!important;
	border-radius: 0px!important;
}

.unic .button.is-small {
	border-radius: 0px!important;
	height: 35px!important;
}

.unic .unic-bar .inner p {
	margin-bottom: 10px!important;
}

.unic .unic-logo-bar span {
	display: none!important;
}

.unic .unic-logo-bar a {
	display: none!important;
}

.unic-logo span {
	display: none!important
}

.unic-logo a {
	display: none!important
}