/*MDC COOKIES THEME*/

.mdc-fab {
    position: fixed!important;
    bottom: 1rem;
    right: 1rem;
    z-index: 1!important;
}

.mdc-card__title {
	padding: 8px;
}

.mdc-card__title .material-icons-two-tone {
	font-size: 52px;
}

.mdc-card__text {
	padding: 8px;
}

.banner {
	border-radius: 24px 8px;
	padding: 20px;
	z-index: 9;
}

.banner__scrim {
	background-color: rgba(0,0,0,.32);
	opacity: 1;
    z-index: 8;
	position: fixed;
    top: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.ps-fixed {
    position: fixed !important;
}

.ps-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}