@charset "UTF-8";

/************************************************************

    Main Styles

*************************************************************/


html {   
    font-size: 16px;
}

/*body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    color: #000;
    font-size: 0.875rem;
    letter-spacing: 0.01rem;
    background-color: transparent;
    margin: 0;
}*/
/************************************************************

    Main wrapper

*************************************************************/
.main {
    position: relative;
    width: 100vw;
}

/************************************************************

    Prevent browsing with no JS

*************************************************************/
html.no-js {
    overflow: hidden;
}
.no-js-note {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
    overflow: hidden;
    z-index: 99;
}

/************************************************************

    Organizational chart

*************************************************************/
.chart-container {
    width: 100vw;
    height: 100vh;
}

.tree-chart__card {
    padding: 14px;
}

.tree-chart__card__title {
    margin-left: 3px;
    font-size: 1.125rem;
    font-weight: 600;
}

.tree-chart__card__after-title {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 0.875rem;
    opacity: 0.5;
    font-style: italic;
}

.tree-chart__card__share {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 0.75rem;
    opacity: 0.5;
    font-weight: 600;
}

.tree-chart .node-icon-text-total,
.tree-chart .node-icon-text-direct {
    opacity: 0.5;
}

.node--no-subsidiaries .node-icon-text-total,
.node--no-subsidiaries .node-icon-text-direct,
.node--no-subsidiaries .node-icon-image {
    display: none;
}
