.CB_toolbar{
    height:40px;
    background-color: var(--toolbarColor);
}
.CB_addBox{
    width:40px;
    height:40px;
    cursor:pointer;
    position:relative;
}

.CB_squareIcon {
    font-size: 24px;
    position: absolute;
    left: 9px;
    top: 6px;
}

.CB_latchpoint{
    position: relative;
}

.CB_popup {
    width: 250px;
    max-height: 250px;
    border-radius: 5px;
    overflow-y: scroll;
    -webkit-box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.77);
    box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.77);
    display: none;
    position: absolute;
    background: white;
    z-index: 999;
}

.CB_popupCloseBtn{
    width:25px;
    height:25px;
    cursor: pointer;
    position: relative;
}
.CB_popupCloseImg {
    font-size: 20px;
    position: absolute;
    top: 1px;
    left: 2px;
    color: var(--subTextColor);
}

.CB_communityItem{
    height:40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 0 !important;
    position: absolute;
    top:0px;
    left: 0px;
    background-color: white;
    width:100%;
}

.CB_communityItem_delete {
    background-color: red;
    color: white;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    cursor: pointer;
}
.CB_communityItemBase{
    position: relative;
}

.CB_communityItemSpan{
    margin-left: 8px;
    margin-right: 8px;
}

.CB_communityItemItem {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 0 !important;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    background-color: white;
}

.CB_allCommunities{
    margin:10px;
}