.mindcat-wrapper {
    clear: both;
    margin: 2em 0;
}
.mindcat-wrapper-fullscreen {
    z-index: 999999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: #fff;
}
.mindcat-wrapper-fullscreen .mindcat {
    height: 100% !important;
}
.mindcat-wrapper-fullscreen .mindcat_root {
    top: 50% !important;
    left: 50% !important;
}
.mindcat {
    font-size: 1.5em;
    margin: 0 0 1em;
    min-height: 300px;
    position: relative;
    width: 100%;
}
.mindcat input {
    width: 300px;
    margin-right: 3px;
    padding-top: 5px;
}
.mindcat .dashicons {
    cursor: pointer;
}
.mindcat li div .dashicons-yes-alt {
    display: none;
}
.mindcat li div .mindcat-cancel {
    display: none;
}
.mindcat-layer {
    z-index: 9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.9;
}
.mindcat-layer div {
    position: absolute;
    top: 50%;
    left: 20%;
}
.mindcat-layer p {
    font-size: 1em;
}
.mindcat ul {
    bottom: 0;
    display: block;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.mindcat ul ul {
    height: 0;
    width: 0;
}
.mindcat li {
    border-left: 1px dotted #bbb;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 1px;
    z-index: 1;
}
.mindcat li > div {
    background: #ccc;
    border-radius: 3px;
    bottom: 0;
    color: #333;
    display: block;
    font-size: 1em;
    height: auto;
    left: 0;
    padding: 0.3em 2em;
    position: absolute;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    z-index: 10;
}
.mindcat li > div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mindcat_root {
    font-size: 1em;
    font-weight: 900;
    background-color: red;
}
.mindcat_child {
    font-size: 0.7em;
    font-weight: 500;
}
.mindcat_child .mindcat_child .mindcat_child {
    font-weight: 100;
}
.mindcat_count {
    background: #eee;
    border-radius: 9px;
    bottom: -10px;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    height: 15px;
    min-width: 15px;
    padding: 3px;
    position: absolute;
    right: -10px;
    text-align: center;
}
.mindcat-options {
    text-align: right;
}
.mindcat-options-fullscreen {
    position: absolute;
    bottom: 0;
    right: 0.5em;
}
.mindcat-options span {
    cursor: pointer;
}
.mindcat-options .dashicons-fullscreen-exit-alt {
    display: none;
}

#modal {
    display: none;
}
#modal.is-modal-open {
    display: block;
}
