.screen-container{background:var(--background-light);outline:0;flex-direction:column;height:100vh;display:flex;position:relative}.screen-container .page-header{z-index:9999;border-top-left-radius:.3rem;border-top-right-radius:.3rem;flex:none;box-shadow:0 1px 6px #00000038}.screen-container .page-header .actions .screen-close{margin-left:13px}.screen-container .screen-content{flex:auto;display:flex;overflow:auto}.screen-container .screen-content .screen-column{flex:1 1 0;position:relative}.screen-container .screen-content .screen-column .screen-subtitle{background-color:var(--background-gray);width:100%;height:50px;font-size:16px;line-height:50px;font-weight:var(--font-weight-label);color:#333;margin-bottom:16px;padding-left:16px}.screen-container .screen-content .screen-column .screen-bar{background-color:var(--background-gray);width:100%;height:50px;padding-left:16px;line-height:50px}
