body header h1,
body header h2,
body header h3,
body header h4,
body header h5,
body header h6 {
    width: 100% !important;
}



tree branch options {
    break-inside:avoid-column !important;
}

    tree branch options opt {}

    tree branch options opt .label{
        font-family: 'Encode Sans', sans-serif !important;
            font-weight: 900 !important;
            font-size:1em !important;
            font-style: normal !important;
            line-height: 1em !important;}

        body.review tree branch options opt .label {
            padding-right: 0;}

    tree branch options opt:hover{    
        background: #009ba7;     
        background: rgb(0 155 167 / 90%);
        border-color: #009ba7; 
        border-color: rgb(0 155 167 / 90%); 
        box-shadow: 35px 22px #00fff5;
            -webkit-box-shadow: 35px 22px #00fff5;      
        box-shadow: 35px 22px rgb(0 255 245 / 40%);
        box-shadow: 35px 22px rgba(0,255,245,.40);
            -webkit-box-shadow: 35px 22px rgb(0 255 245 / 40%);
            -webkit-box-shadow: 35px 22px rgba(0,255,245,.40);
        color:white !important;
        margin-left: -15px !important;
        margin-top: -2px !important;
        margin-bottom: 2px !important;
        /* margin-right: 17px !important;; */
        z-index: 9999999 !important;

        margin-top: 2px !important;
        margin-bottom: 2px !important;}

    tree branch options opt.yes {
        background: mediumspringgreen !important;
        border-color: mediumspringgreen !important;    
        color:#009f62 !important;}

    tree branch options opt.yes:hover {
        background: #ff005c !important;
        background: rgb(255 0 92 / 90%) !important;
        border-color: #ff005c !important; 
        border-color: rgb(255 0 92 / 90%) !important;
        box-shadow: 35px 22px rgb(255 0 92 / 50%);
        box-shadow: 35px 22px rgba(255, 0, 92,.5);  
            -webkit-box-shadow: 35px 22px rgb(255 0 92 / 50%); 
            -webkit-box-shadow: 35px 22px rgba(255, 0, 92,.5);    
        color:white !important;
    }

tree branch options[inline] {}

    tree branch options[inline] opt {
        display:inline-block !important;
        display:flex !important;
            align-items:center !important;
            justify-content:center !important;
    
        /* text-align: center !important; */
        white-space: pre;}

    tree branch options[inline] opt:hover{    
        margin-right: 26px !important;
        margin-left: -22px !important;
        margin-top: -15px !important;
        margin-bottom: 19px !important;
        /* margin-bottom: 10px !important; */
    }
    tree branch options[inline][nolabel] opt:hover {
        margin-right: 26px !important;
        margin-left: -22px !important;
        margin-top: -15px !important;
        margin-bottom: 19px !important;
    }

    tree branch options[inline] opt hover {
        height: calc(100% + 27px);
        top: -3px;
        right: 0;
        bottom: 0;
        left: -3px;
        width: calc(100% + 40px);}

    tree branch options[inline] label {
        flex: 0 0 35% !important;
        flex: 0 0 15% !important;}

        body.edit tree branch options[inline] label {
            flex: 0 0 20% !important;
        }

tree branch options[inline][min]  {}

    tree branch options[inline][min] label {
        flex: unset !important;
    }


tree branch [columns] {}

    tree branch [columns] opt{  
        top: 0px;  
        margin-top: 2px !important;
        margin-right: 4px !important;
        margin-bottom: 2px !important;
        margin-left: 0px !important;
    }

    tree branch [columns] opt:hover{    
        top: -12px !important; 
        margin-top: 2px !important;
        margin-right: 50px !important;
        margin-bottom: 2px !important;
        margin-left: -20px !important;
    }

    tree branch [columns] opt hover {
        height: calc(100% + 30px);
        top: -3px;
        right: 0;
        bottom: 0;
        left: -3px;
        width: calc(100% + 40px);
    }




tree branch label close {
    background:orangered !important;
    display:none !important;
        align-items:center !important;
        justify-content:center !important;
        flex:unset !important;
    cursor:pointer !important;
}






tree branch family[inline] {
    display:flex !important;
    position:relative !important;}

    tree branch family[inline] options {
        display:block !important;
        margin-right:7px !important;
    }

    tree branch family[inline] label {
        display:block !important;
    }

tree branch family[hide] {
    border:none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;}

    tree branch family[hide] options:hover {
        /* column-count:4 !important; */
        /* position:absolute;
            top:100%;
            left:0; */
        width: 100%;}

        tree branch family[hide] options opt {
            display: none !important;}

        tree branch family[hide] options:hover opt {
            /* display: block !important; */
        }

    tree branch family[hide] options label {
        cursor:pointer !important;}

        tree branch family[hide] options label:hover {
            background-color:#009ba7 !important;
            box-shadow:none !important;
                -webkit-box-shadow:none !important;}

            tree branch family[hide] options label close {
                display:none !important;}   

            tree branch family[hide] label close:hover {
                background:gold !important;
            }

        tree branch family[hide] options[active] label:hover {
            background-color:#161d51 !important;
        }


tree branch family[hide] options[active] {
    column-count: 4 !important;
    width: 100%;
    position: absolute !important;
    background: white;
    border: 1px solid whitesmoke !important;
    padding: 20px;
    padding: 50px 10px;
    z-index: 999999 !important;

    border: 5px solid #161d51 !important;
    border-radius: 0 0 30px 30px;}

    tree branch family[hide] options[active] label {
        display: block !important;
        display: flex !important;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        /* width:100%; */
        z-index: 999;}

    tree branch family[hide] options[active] label * {
        display: flex !important;
        padding: 12px 15px;
        padding: 15px 15px;}

    tree branch family[hide] options[active] opt {
        display: block !important;
    }

.admin {
    pointer-events:none !important;
}
.admin label,
input[admin] {
    background-color:whitesmoke !important;
    background-image: url(/images/stripes.gif) !important;
}

.admin label {
    background-color:gainsboro !important;
    color:white;
}

.admin:hover label {
    background-color:#009ba7 !important;
    color:white;
}

[required] input {}

[required] label {
    /* background: tomato !important; */
    border-left: 25px solid tomato;
    border-left-color: turquoise;
    border-left-color: orangered;
    border-left-color: mediumspringgreen;
    border-left-color: gold;
}















