.logo-custome{
    padding: 0px 10px;
}
.row-top-custome{
    height: 60px;
    padding: 0px 70px 0px 0px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.header-sitename-custome{
    width: 0%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 5px 0px 16px;
}
.categoryContainer{
    position: absolute;
    top: 20px;
    width: 420px;
    flex-basis: 420px;
    margin: 0px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: rgba(0, 0, 0, 0.70);
    max-height: 95%;
    z-index: 999;
}
.btn-panelHidden.btn-panel-lf{
    top: 23px;
    text-align: center;
    padding: 3px;
    height: 40px;
    width: 40px;
}
.custome-container{
    height: 60px;
    display: flex;
    align-items: center;
    /* border-right: 1px solid #fff; */
}
#map {
    width: 100vw;
    height: 100%;
    margin: 0;
    z-index: 0;
    overflow: hidden;
}

.toolbar-item.layer-toolbar-item {
    padding: 3px;
    cursor: pointer;
    line-height: 0;
    border-radius: 10px;
}

.svgTools {
    width: 1vw;
    filter: invert(1);
}

.active-icon {
    background: #d97730;
    border-color: #d97730;
    color: #d97730;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.label-opacity {
    font-size: 13px;
}

.opacity-container>input {
    border-radius: 8px;
    height: 4px;
    width: 100px;
    outline: none;
    -webkit-appearance: none;
}

.opacity-container>input[type='range']::-webkit-slider-thumb {
    width: 6px;
    -webkit-appearance: none;
    height: 12px;
    background: #b1aea6;
    border-radius: 2px;
    cursor: pointer;
}


.swipe-container>input {
    border-radius: 8px;
    height: 4px;
    width: 100px;
    outline: none;
    -webkit-appearance: none;
}

.swipe-container>input[type='range']::-webkit-slider-thumb {
    width: 6px;
    -webkit-appearance: none;
    height: 12px;
    background: #b1aea6;
    border-radius: 2px;
    cursor: pointer;
}

.hide-opacity {
    display: none;
}

.hide-swipe {
    display: none;
}

.inputs-container {
    display: flex;
    justify-content: space-between;
}

.hide-legend {
    display: none;
}

.title-container-legend {
    display: flex;
    gap: 10px;
}

.item-legend-layer-right {
    padding: 1rem 0rem;
    border-bottom: 1px solid #696969;
}