#help-wrapper .icon-default {
    fill: var(--icon-in-pop-up-color) !important;
}

#help-wrapper p {
    color: #454749 !important;
}

/* This is for removing the focus outline on text divs, when they get focus */
div[aria-label="Scrollable Content"]:focus
{
	outline:none;
	box-shadow: none;
}

.in-pop-up
{
	z-index: 550 !important;
}