.component-geomap {
    position: relative;
}

.geomap {
    width: 100%;
    height: 500px;
}

.geomap-dialog {
    position: absolute;
    width: 300px;
    top: 10px;
    right: 150px;
    background: white;
    height: 500px;
}

.geomap-dialog-filters h3 {
    text-align: center;
}

.geomap-dialog-filters-container {
    overflow: auto;
}

.geomap-dialog-filters-container li {
    cursor: pointer;
}

.geomap-dialog-filters-container li.active {
    color: #ff9d00;
}

.geomap-dialog-filters-group-name {
    padding: 10px;
    font-weight: bold;
}

.geomap-dialog-text {
    background: #f6f4f1;
    padding: 15px;
    overflow: auto;
}

ymaps input {
    color: black !important;
}

.geomap-coord {
    background: url("../images/geomap-coord.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
}
