.tmlabel.zoomed {
    font-size: 22px !important;
}

svg {
    overflow: hidden;
}

.tmRect {
    pointer-events: all;
    cursor: pointer;
    stroke: #fff;
    stroke-width: 1;
    stroke-opacity: 0.75
}

.tmlabel {
    stroke: #000000;
    fill: #000000;
    stroke-width: 0;
    margin: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tmparent .tmlabel {
    font-size: 14px;
    stroke: #fff;
    fill: #3f4254;
}

.tmheaderBackground {
    fill: #fff;
}

.tmchild .tmlabel {
    font-size: 11px;
}

.tmcell {
    font-size: 11px;
    cursor: pointer
}

div.protooltip {
    position: absolute;
    text-align: center;
    min-width: 60px;
    max-width: 240px;
    min-height: 26px;
    padding: 8px;
    font-size: 12px;
    background: rgb(161, 214, 227);
    border: 1px solid rgb(161, 214, 227);
    color: #333;
    border-radius: 4px;
    pointer-events: none;
    z-index: 10000;
}

div.protooltip.tmtip {
    background: #FCFFD6;
    border: 1px solid #BA9790;
    color: #111;

}

.z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

svg {
    font: 12px IRANYekanX;
}

.temp {
    pointer-events: none;
    opacity: 0;
}

.font-head {
    font-size: 12px;
}

.font-category {
    font-size: 20px;
}

.h-100vh {
    height: 100vh !important;
}

.toolTipChart {
    left: 0;
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
    display: block;
    z-index: 1;
}

@media (max-width: 768px) {
    .toolTipChart {
        display: none;
    }
}
