/*MDC COOKIES THEME*/

.mdc-fab {
    position: fixed!important;
    bottom: 1rem;
    right: 1rem;
    z-index: 4!important;
}


.mdc-card__title {
	padding: 8px;
}

.mdc-card__title .material-icons-two-tone {
	font-size: 52px;
}

.mdc-card__text {
	padding: 8px;
	font-family: Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.banner {
	border-radius: 24px 8px;
	padding: 20px;
	z-index: 4;
}

.ps-fixed {
    position: fixed !important;
}

.ps-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.mdc-drawer {
	top: 0;
}

.mdc-drawer__content {
	padding: 20px;
}

#cookies-form h4 {
	font-weight: bold;
	font-family: Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;	
}

#cookies-form .mdc-typography--body1 {
	font-family: Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;	
}

.mdc-drawer__actions {
	display: flex;
    flex-direction: column;
    padding-top: 32px;
}