
/** FRED: Para ajustar o ícone e plugin de acessibilidade. **/
.asw-menu .asw-menu-content {
	overflow: auto;
	max-height: calc(100% - 55px);
}
.asw-container .asw-menu-btn {
	left: unset!important;
	bottom: unset!important;
	top: calc(50% + 20px);
	right: 0;
	margin: 10px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: #005eb8;
	border: none !important;
	outline: none !important;
}
.asw-container .asw-menu-btn svg {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    max-width: 30px;
    max-height: 30px;
    background: 0 0 !important;
}