.btn{
    color: #000001;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    border-radius: 0.25rem;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 650px;
    margin: auto;
}
.header-top-bar{
    padding-top: 6px;
    padding-bottom: 15px;
    h2{
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        color: #000001;
    }
    span{
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #95959B;
        margin-top: 5px;
    }
    .header-icons{
        gap:15px;
        .btn{
            background-color: transparent;
            border: 0;
            padding: 0;
        }
        a{
            display: flex;
        }
    }

}
.header-top-bar.ver-2 {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
    overflow: hidden;
}
body{
    padding-bottom: 0 !important;
    background: #fff;
    min-height: 100vh;
}

#storeSlider{
    .item-clinic {
        column-gap: 10px;
        background: #fff;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 10px 35px 0px #00000026;
        .discount-badge{
            display: none;
        }
        a {
            color: #000001;
        }
        .item__address {
            font-size: 10px;
            font-weight: 400;
            color: #95959B;
        }
        .item__title {
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            margin-top: 5px;
        }
        .clinic__service {
            color: #717175;
            font-size: 12px;
            margin-top: 10px;
            .dot {
                margin: 0 2px;
                color: #c4c4cb;
            }
        }
        .rating {
            font-size: 10px;
            font-weight: 500;
            margin-top: 12px;
            line-height: 12px;
    
            .rating__average {
                margin-left: 5px;
            }
    
            .rating__total {
                margin-left: 2px;
                color: #a8a8ad;
            }
    
        }
        .item-thumbnail {
            aspect-ratio: 1 / 1;
            width: 80px;
            border-radius: 5px;
            overflow: hidden;
            border: 1px solid #F2F1F6;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    
}
#map{
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 60px);
    position: relative;
}
.btn-filter-discount{
    border-radius: 999px;
    column-gap: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding: 7px 7px;
    background: #00000173;
    font-size: 10px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}
#stores-list{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#btn-share-location{
    position: absolute;
    right: 20px;
    bottom: 160px;
}
#modal-allow-access {

    .messenger {
        flex-direction: column;
        gap: 10px;
    }

    .action {
        margin-top: 15px;
        .btn {
            background: #FF0B7A;
            border-radius: 5px;
            color: white;
            width: 100%;
            padding: 10px;
            font-size: 13px;
            border: none;
            max-width: 50%;
        }
    }
}


.item-thumbnail .discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff4e4e;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
#map [role="dialog"], #map .gm-style-iw-tc{
    display: none;
}

/* Thêm CSS mới cho custom marker */
.custom-marker {
    position: relative;
}

.marker-discount {
    position: absolute;
    z-index: 2;
    top: -7px;
    right: -7px;
    background-color: #000001;
    color: white;
    border-radius: 999px;
    padding: 6px 4px;
    font-size: 10px;
    font-weight: bold;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.discount-marker {
    background-color: #ff4e4e;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.btn-filter-discount.active {
    background-color: #000;
    color: white;
}

.swiper-slide-hidden {
    display: none;
}

/* Info window styling */
.map-info-window {
    padding: 5px;
    max-width: 200px;
}

.map-info-window h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.map-info-window p {
    margin: 5px 0;
    font-size: 12px;
    color: #666;
}

.map-info-window .view-details {
    display: inline-block;
    margin-top: 5px;
    color: #007bff;
    text-decoration: none;
    font-size: 12px;
}
.popup-bottom .list li.active,
.popup-bottom .list li.active span
{
    color: #FF65A6 !important;
}
.custom-marker img{
    width: 60px;
}
body.web{
    .header-top-bar.ver-2{
        top: 74px;
    }
    .btn-filter-discount{
        top: 85px;
    }
}