.full-screen-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    .full-screen-content{
        height: 100%;
        padding-top: 0px;
    }
}

.header-bar {
    position: relative;
    height: 1px;
    background-color: #ffffff;
    position: fixed;
    top:0;
    left: 0;
    border: none;
    width: 100%;
    z-index: 99999;
    * {
        visibility: hidden;
    }
}

.toggle-arrow {
    cursor: pointer;
    i{
        font-size: 16px;
        color: #C4C6CF;
    }
}

.right {
    float: right;
}

.block {
    display: inline-block;
}

.full-screen-container.active {
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index:1999;
    .header-bar:hover {
        background-color: white;
        min-height: 50px;
        padding-left: 20px;
        border: 1px solid #ebedf2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        * {
            visibility: visible;
        }
    }
    .full {
        width: 100%;
        height: 100%;
    }
}

.arrow-container{
    margin-right: 20px;
}

.full-screen-container .header-bar .arrow-container .la.la-expand:before {
    content: "\f1a4";
}
.fcloud-unfullscreen-chart:before{
    color: #a0a2ad;
}
