.f-font-tt {
    font-family: TTLakes,Arial,Helvetica,Verdana,sans-serif
}

.hiddenScrollBar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hiddenScrollBar::-webkit-scrollbar {
    display: none
}

.tree-gl {
    display: block;
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 100%
}

.tree-gl .tree-gl-canvas {
    bottom: 0;
    height: 100%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: auto
}
