@import url(https://fonts.googleapis.com/css?family=Nunito:400,400i,600,700&display=swap);

* {
    font-family: 'Nunito', sans-serif !important;
}

.logo {
    width: 80px;
    right: 14px;
    top: 14px;
}

.main .search {
    font-size: 16px;
    color: #000;
    background: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: -5px;
    padding: 8px 12px;
    font-family: 'Nunito', sans-serif !important;
}

.panel li:hover {
    background: #049e40 !important;
    opacity: 1.0;
    color: #fff !important;
}


.buttons {
    text-align: center;
    left: 0 !important;
    bottom: 6px !important;
}

.buttons span {
    font-size: 14px;
    text-transform: uppercase;
}

.main .text {
    position: absolute;
    display: inline-block;
    width: initial !important;
    color: #049e40;
    z-index: 9;
    text-transform: uppercase;
    top: 20px !important;
}

.panel h1 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 0 !important;
    margin: 5px 0;
}

.panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    margin-bottom: 15px;
    overflow-y: scroll;
}

.panel li {
    position: relative;
    width: 25%;
    flex-grow: 1;
    padding: 10px !important;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

div#main\.button {
    animation: pulse infinite 2s;
}

div#main\.text {
    color: #222 !important;
    font-weight: bold;
    top: 25px !important;
}

div#main\.text:hover {
    color: #049e40 !important;
}

svg#Layer_1:hover {
    fill: #049e40 !important;
    stroke: #049e40 !important;
}

.tree-view .selected .label, .tree-view .selected, .tree-view .selected:hover .label {
    background-color: #049e40 !important;
    color: white;
}

.tree-view .normal, .tree-view .selected {
    cursor: pointer;
    height: 18px;
    width: 100%;
}

.tree-view .item, .tree-view .gitem {
    cursor: pointer;
    height: 18px;
}

.panel .content {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@keyframes pulse {
    0% {
        scale: .95;
    }

    50% {
        scale: 1.05;
    }

    100% {
        scale: .95;
    }
}

.panel ul div {
    display: block;
}

.tree-view {
    margin-top: 3px !important;
    flex-grow: 1;
}


div#main\.button svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: -4px;
    fill: #049e40;
}

.buttons .active {
    border-bottom: 2px solid #049e40;
}
