.feature-property-value {
    font-size: 14px;
    text-align: right;    
    justify-content: flex-end;
}

.sidebar-back-button {
    position: absolute;
    top: 5px;
    left: 5px;
}

.feature-details-container {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
}

.feature-component-title {
    padding: 5px;
    background-color: rgba(0,0,0,0.65);
    color: white;
}

.allow-feature-legend {
    cursor: pointer;
    background-color: 'red'
    
}

.feature-section-title {
    font-size: 16px;
    font-weight: 700;
    background-color: primary;
}

.v-expansion-panel::before {
    box-shadow: none !important;
  }

.feature-details-title {
    margin-top:25px;
    font-weight: 600;
}

.section-expansion-panel .v-expansion-panel__header {
    padding-left: 8px;
    padding-right: 12px;
    margin-right: 8px;
}

.v-expansion-panel-content__wrap {
    padding-right: 0 !important;
}

#feature-properties-tab .v-expansion-panel {
    box-shadow: none !important;
}

.feature-section-values:first-child div {
    padding-left: 8px;
    padding-right: 0 !important;
}

.feature-property-key {
    position: absolute;
    font-size: 14px;
    width: 66%;
}

.feature-layer-title {
    font-size: 14px;        
    cursor: pointer;
}

.feature-legend {
    font-weight: 600;
}

.feature-property-key {
    
}

.feature-property {
    border-bottom: solid 1px #ccc;
    padding: 8px 0px;
    min-height: 40px;
    margin-right: 12px !important;
}

.section {
    margin: 10px;
}
