
panel {      
    display: block;      
    /* position: fixed; */
    width: 100%;
    height: 100%;
    /* padding: 110px 0px 30px 0px;     */
    pointer-events: none;
    border: 1px solid rgb(214, 214, 214);
}    

panel-content {	
	pointer-events: initial;
	display: block;
	height: 100%;
	overflow: hidden;
}

panel-title {
	display: block;
	width: 100%;
	background-color: #50abca;
	box-shadow: 0px 0px 4px 1px #00000052;
	color: white;
	text-transform: uppercase;
	text-align: center;
    padding: 2px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
}

panel-container {
    display: block;
    padding-bottom: 50px;
}

panel-container-scroll {
    display: block;
    overflow-y: auto;
    height: 100%;
}