/*MDC COOKIES THEME*/

.mdc-fab {
    background-color: var(--mdc-theme-secondary);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
}

.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: 2;
}

.ps-fixed {
    position: fixed !important;
}

.ps-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.mdc-drawer {
	top: 0;
}

.mdc-drawer__content {
	padding: 20px;
}

.mdc-drawer__actions {
	display: flex;
    flex-direction: column;
    padding-top: 32px;
}