* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Arial";
    font-weight: 200;
}

#map {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1px #222;
}

button {
    padding: 0.25em 0.75em;
    margin: 1em 0.5em;
    cursor: pointer;
    user-select: none;
}

.rounded-markers-count-0 {
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 50px;
    font-size: 25px;
    color: white;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

body {
    flex-direction: row;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

.info-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.placeholder {
    margin: 2% 0;
    font-size: 16px !important;
    display: flex;
    flex-direction: column;
    color: #575757;
    gap: 10px;
    justify-content: space-around;
}

.filter-placeholder {
    margin: 2% 0;
    font-size: 24px !important;
    display: flex;
    flex-direction: row-reverse;
    color: #575757;
    gap: 10px;
    align-items: center;
    justify-content: start;
}

.address-input {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 100%;
    margin: 0 auto 30px auto;
    align-self: center;
    justify-content: start;
}

.label {
    color: #8f8f8f;
    margin-top: 10px;
    font-size: 16px !important;
}

.info-panel>* {
    width: 100%;
    font-size: 16px;
}

.search-by-address {
    font-size: 20px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-self: center;
    justify-content: start;
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    background: url(../svg/search.svg) no-repeat scroll 8px 11px;
    background-color: #e8e8e8;
    padding-left: 40px;
    z-index: 1000;
    position: reltive;
}

.item {
    display: flex;
    width: 100%;
    background-color: #e8e8e8;
    margin: 1px auto;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.addresses-items {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.search {
    justify-content: start !important;
}

.item:hover {
    background-color: #dddddd;
    transform: all 0.5s;
}

.search-by-address::placeholder {
    font-size: 16px;
    color: #000000;
}

.side-content {
    display: flex;
    flex-direction: column;
    padding: 1%;
    height: 100%;
    width: 30%;
    align-items: center;
    justify-content: space-between;
    box-shadow: -0.3em 0 .4em rgba(0, 0, 0, 0.156);
    z-index: 999;
    gap: 10px;
}

.filters {
    display: flex;
    flex-direction: column;
    width: 100%;
}

label {
    font-size: 20px !important;
}

input[type="checkbox"],
label {
    cursor: pointer;
}

.non-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile {
    position: absolute;
    z-index: 999;
    background-color: white;
    border-radius: 5px;
    box-shadow: -0.2em 0.2em .2em rgba(0, 0, 0, 0.442);
    top: 10px;
    width: 61px;
    height: 61px;
    left: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.group-selection {
    display: flex;
    position: absolute;
    z-index: 999;
    background-color: transparent;
    border: 2px dotted #000;
}

.hidden {
    display: none !important;
}

.tab-control {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-around;
    gap: 3%;
}

.tab-control-item {
    padding: 10px 15px;
    text-transform: capitalize;
    background-color: #e8e8e8;
    border-radius: 5px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: -0.1em 0.1em .1em rgba(0, 0, 0, 0.346);
    cursor: pointer;
    color: #575757;
    font-size: 18px;
    transition: all 0.5s;
}

.tab-control-item:hover {
    background-color: #d0d0d0a0;
    transition: all 0.5s;
}

.selected {
    background-color: #c5c5c5;
}

a {
    text-decoration: none;
}

.total-selected {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 20px;
    color: #575757;
    align-items: center;
    align-self: flex-start;
    justify-content: space-between;
}

.total {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 20px;
}

.side-content-container {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100%;
}

#stat {
    height: 100%;
    justify-content: center;
}

.legend {
    position: absolute;
    gap: 10px;
    background-color: white;
    z-index: 999;
    left: 10px;
    top: 90px;
    box-shadow: -0.2em 0.2em .2em rgba(0, 0, 0, 0.442);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 5px;
    align-items: start;
    user-select: none;
}

.legend-row {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

.legend-item {
    width: 20px;
    height: 20px;
}

.legend-item-text {
    align-self: flex-start;
    width: 160px;
}

.region-info {
    position: absolute;
    gap: 10px;
    background-color: white;
    z-index: 999;
    left: 260px;
    top: 90px;
    box-shadow: -0.2em 0.2em .2em rgba(0, 0, 0, 0.442);
    padding: 10px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 5px;
    align-items: start;
    user-select: none;
    cursor: pointer;
    opacity: 0;
}

.region-info-body {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.triangle {
    width: 17px !important;
    height: 17px !important;
}

.tags-container {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    padding: 6px 12px;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
    user-select: none;
}

.tag:hover {
    background-color: #e0e0e0;
}

.tag.active {
    background-color: #007bff;
    color: white;
}

.content-item {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
}

.content-item.visible {
    display: block;
}