#widget-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1050;
}

#widget-box .html-container {
    max-height: 400px;
    overflow-y: scroll;
}

.widget-hide {
    display: none;
}

.onboardHelp .app-container {
    padding: 8px;
}

.badgePanel .widget-closed {
    font-size: 44px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 32%);
    font-weight: 600;
    border-radius: 100px;
    border: 2px solid #e8eced;
    padding: 4px;
    background: #26bc9a;
    color: #4d4d4d;
    bottom: 0;
    height: 61px;
    width: 61px;
    text-align: center;
    line-height: 1.1em;
}

.onboardHelp {
	background: rgba(161, 158, 154, 0.65);
	border-radius: 15px 15px 15px 0;
    border-color: #3b417a;
	border-width: thin;
    border-style: solid;
}

.onboardHelp-header {
/*    width: 24rem;*/
    height: 35px;
    background: #cdb01f;
    line-height: 33px;
    text-indent: 20px;
/*    border: 1px solid #777;
    border-bottom: none;*/
    text-align: center;
    border-radius: 15px 15px 0px 0;
}

.onboardHelpTitle {
    width: 10px;
    height: 10px;
    background: #cdb01f;
    float: left;
    position: relative;
    top: 11px;
    left: 10px;
    border: 1px solid #ededed;
}

.widget-closed {
	font-size: 3.5em;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 32%);
    font-weight: 400;
    border-radius: 100px;
    border: 2px solid #e8eced;
    padding: 4px;
    background: #cdb01f;
    color: #4d4d4d;
}

.hasArticle {
    color: #3ca344;
}
.hasTour {
    border: 3px solid #3ca344;
}

#OverlayforSelect {
	position: 	fixed;
	top:	  	0;
	left: 		0;
	width:		100%;
	height:		100%;
	z-Index:	1045;
	background: rgb(147 168 207 / 30%);
}

#SelectedElement {
	position: 	fixed;
	z-Index:	56999;
	background: rgb(231 255 52 / 50%);
}

#SelectedElement  button {
	position: 	relative;
    bottom: 	-40px;
}


