.icon-badge-group .icon-badge-container {
    display: inline-block;
    margin-left:15px;
}

.icon-badge-group .icon-badge-container:first-child { 
margin-left:0
}

.icon-badge-container {
    color: var(--bs-primary);
    margin-top:20px;
    position:relative;
}
.icon-badge-container:hover{
    color: var(--bs-primary);
}

.icon-badge-icon {
    font-size: 30px;
    position: relative;
}

.icon-badge {
    background-color: red;
    font-size: 12px;
    color: white;
    text-align: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    position: absolute; /* changed */
    top: -5px; /* changed */
    left: 10px; /* changed */
    font-weight: bolder;
}

.icon-badge-topnav {
    background-color: red;
    font-size: 12px;
    color: white;
    text-align: center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute; /* changed */
    top: -4px; /* changed */
    left: 13px; /* changed */
    font-weight: bolder;
}

#map {
    height: 180px;
}
#map-3 {
    height: 180px;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.iti {
    width: 100%; 
}

@media only screen and (max-width: 568px) {
    table.basictable tbody td::before {
        background: #e9ecef;
        margin-right: 10px;
        padding: 3px 10px;
        content: attr(data-th) ": ";
        display: inline-block;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        font-weight: bold;
        width: 30%;
        align-self: normal;
    }
    table.basictable > :not(caption) > * > *{
        padding: 0;
    }
    table.basictable tr td:first-of-type,
    table.basictable tr:nth-of-type(2n+2) td:first-of-type,
    table.basictable tr td:first-of-type:before {
        background: var(--bs-primary);
        color: #ffffff;
    }

    table.basictable tbody tr td img {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    table.basictable tbody tr td {
        align-items: center;
        height: 100%;
    }

    table.basictable tr td:first-of-type {
        border-bottom: 1px solid #e4ebeb;
    }
    table.basictable tr:hover {
        background-color: white;
    }

}
table.basictable tr:hover {background-color: rgb(247, 247, 247);}