/* Убираем флаг */
.leaflet-attribution-flag {
    display: none !important;
}

/* Маркер для месторождений */
.deposit-circle {
    width: 15px;
    height: 15px;
    background-color: yellow;
    border: 2px solid black;
    border-radius: 50%; /* делает круглый */
    text-align: center; /* центрирует содержимое */
    line-height: 30px; /* выравнивает текст по вертикали */
}

/* Подписи для месторождений */
.deposit-tooltip {
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
}

/* Маркер для проявлений */
.min-circle {
    width: 8px;
    height: 8px;
    background-color: rgb(230, 230, 111);
    border: 1px solid rgb(61, 190, 100);
    border-radius: 50%; /* делает круглый */
    text-align: center; /* центрирует содержимое */
    line-height: 30px; /* выравнивает текст по вертикали */
}

/* Маркер для serviceCompanies */
.service-square {
    width: 12px;
    height: 12px;
    background-color: rgb(230, 111, 111);
    border: 1px solid rgb(200, 50, 50);
    text-align: center; /* Центрирует содержимое */
    line-height: 12px; /* Выравнивает текст по вертикали */
}

/* Маркер для InterpretationSkvIcon */
.interpretation-skv-circle {
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid black;
    border-radius: 50%; /* Делает круглый */
}

/* Маркер для RealSkvIcon */
.real-skv-circle {
    width: 12px;
    height: 12px;
    background-color: rgb(77, 70, 133);
    border: 1px solid black;
    border-radius: 50%; /* Делает круглый */
}
