.custom-checkbox {
    width: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tree-item-children .custom-checkbox {
    margin-left: 0px;
    margin-top: 4px;
}

.tree-select-dropdown {
    height: 280px;
    overflow-y: scroll;
}

#tree-select-values {
    display: flex;
    width: 99%;
    overflow: hidden;
}

#tree-select-placeholder {
    width: 100%;
    text-wrap: nowrap;
}

#tree-select-dropdown {
    position: absolute;
    z-index: 20000;
    width: 100%;
    top: -5px;
    border-radius: 8px;
}

#top-bar-car-filters .url-check-btn {
    margin-top: 0 !important;
}

.tree-toggle-wrapper {
    display: flex;
    justify-content: right;
    width: 100%;
    align-items: center;
}

.entity-container label {
    margin-top: 0 !important;
    font-size: 16px;
    display: flex;
    color: black;
    font-weight: 500;
    align-items: center;
    margin-left: 15px;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.tree-item-children label {
    margin-top: 0 !important;
    display: flex;
    align-items: flex-start;
    margin-left: 16px;
}

.entity-container {
    padding: 5px;
}

.tree-item-toggle {
    color: #FAB74F;
    font-size: 11px;
    font-weight: bold;
    margin-right: 8px;
    width: 73px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.selected-tree-entry.count-of-rest {}

.tree-item-toggle:hover {
    background-color: #ffe4bd;
    border-radius: 35px;
    cursor: pointer;
}

#tree-select-search {
    margin: 0;
    height: 45px;
}

#top-bar-car-filters .url-check-btn {
    height: 59px !important;
    max-height: 49px !important;
}

#search-container-button {
    width: 10%;
}

#tree-select-container {
    width: 90%;
}

.count-of-category {
    color: #FAB74F;
    margin-top: 4px;
    font-size: 12px;
    margin-left: 16px;
}

.entity-container:hover {
    background: #fab75726;
    cursor: pointer;
}

.selected-tree-make {
    margin-right: 3px;
    font-size: 14px;
    color: black;
}

.selected-tree-model {
    margin-right: 3px;
    font-size: 12px;
}

#tree-select-display {
    max-height: 49px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.selected-tree-entry {
    background-color: #fab74fa6;
    color: white;
    margin-right: 5px;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    font-weight: 500;
}

.selected-tree-entry:hover {
    background-color: #FAB74F;
}

span.cancel-make-button {
    color: #FAB74F;
    background-color: white;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-of-rest {
    background-color: transparent;
    color: black;
    font-size: 12px;
}

.container,
.section,
.row {
    overflow-x: visible !important;
}

@media (max-width: 768px) {
    #tree-select-display {
        padding: .35rem !important;
        max-height: 43px;
    }

    #top-bar-car-filters .url-check-btn {
        height: 43px !important;
    }

    #tree-select-search {
        padding: .35rem !important;
    }
}