.comboTreeWrapper {
    position: relative;
    text-align: left !important;
}

.comboTreeInputWrapper {
    position: relative;
}

.comboTreeArrowBtn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    box-sizing: border-box;
    border: none;
    /* border-left: 1px solid #c7c7c7; */
    border-radius: 0 10px 10px 0;
    background-color: #3f3f3f;
}

.comboTreeDropDownContainer {
    display: none;
    /* background: #3f3f3f !important; */
    background-color: #1d1c1c !important;
    border: 1px solid #aaa;
    max-height: 500px;
    /* overflow-y: auto; */
    position: absolute;
    width: 60%;
    box-sizing: border-box;
}
@media only screen and (max-width: 396px) {
    .comboTreeDropDownContainer {
        display: none;
        /* background: #3f3f3f !important; */
        background-color: #1d1c1c !important;
        border: 1px solid #aaa;
        max-height: 400px !important;
        /* overflow-y: auto; */
        position: absolute;
        width: 60%;
        box-sizing: border-box;
    }
}
.comboTreeDropDownContainer ul {
    padding: 0px;
    margin: 0;
}

.comboTreeDropDownContainer li {
    list-style-type: none;
    padding-left: 5px;
    cursor: pointer;
}

.comboTreeDropDownContainer li:hover {
    background-color: #ddd;
}
.comboTreeDropDownContainer li:hover ul {
    background-color: #fff;
}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
    background-color: #418eff;
    color: #d4d4d4 !important;
}

span.comboTreeItemTitle {
    display: block;
    padding: 2px 4px;
}
.comboTreeDropDownContainer label {
    cursor: pointer;
    width: 100%;
    display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input {
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}
.comboTreeParentPlus {
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
}

.comboTreeInputBox {
    padding: 15px;
    border-radius: 3px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #3f3f3f;
    color: #d4d4d4 !important;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight:400;
}
.comboTreeArrowBtnImg {
    font-size: 10px;
    color: #d4d4d4;
    padding: 1rem;
    /* background-color: #3f3f3f !important; */
}

.comboTreeWrapper {
    display: inline-block !important;
}
