#full-screen-fixed-container{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #565963;
    padding: 28px;
}

#full-screen-fixed-window{
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #565963;
    overflow: scroll;
    border-radius: 12px;

}

#full-screen-fixed-container-left-bar {
    position: fixed;
    right:0px;
    width: 28px;
    height: 100%;
    z-index: 99999;
    background-color: #565963;
}

#full-screen-fixed-container-close-button {
    z-index: 99999;
    position: fixed;
    top:0px;
    width: 100%;
    height: 28px;
    text-align: right;
}

#full-screen-fixed-container-close-button div {
    display: inline-block;
    margin-top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

#full-screen-fixed-container-close-button i {
    color: #ffa400;
    font-size: 24px;
}

#full-screen-fixed-container-close-button i:hover {
    color: #ff5b5b;
}