.registration-table {
    width: auto;
    min-width: 50%;
    margin: 0 auto;
}

.registration-table thead {
    background-image: -webkit-linear-gradient(left, #5FC2C7 0%, #594CE4 100%);
    background-image: linear-gradient(to right, #5FC2C7 0%, #594CE4 100%);
    background-repeat: repeat-x;
}

.registration-table thead th {
    padding: .75rem 1rem .75rem;
    color: #fff !important;
    background-color: transparent !important;
}

.registration-table tbody tr th,
.registration-table tbody tr td {
    padding: .75rem 1rem .75rem;
    border: 0;
    background-color: #fff;
}
.registration-table tbody tr:nth-of-type(even) th,
.registration-table tbody tr:nth-of-type(even) td {
    background: #f8f7f4;
}

/*************** Accommodation Map *************/

.tippy-content {
    width: fit-content;
    height: auto;
    background-color: #fff;
    padding: 1rem;
    /* box-shadow: 3px 3px 8px #00000033; */
    border-radius: .5rem;
    border: 1px solid #eee;
}

.tippy-content .flex-wrapper {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.tippy-box {
    background-color: #fff;
    color: #282b2b;
}

.tippy-arrow {
    color: #fff;
}

.singapore-map .name,
.accommodation-info-text .name {
    font-weight: 600;
    color: var(--bs-primary);
}

.accommodation-info-text ul {
    margin-left: .5rem;
    padding-left: .5rem;
}

.singapore-map {
    position: relative;
    width: 100%;
    /* min-height: 600px;
    background: url(../images/icdm-map-2Jan.png) no-repeat center center;
    background-size: contain; */
}

.map-overlay {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    background-color: transparent;
    display: flex;
    aspect-ratio: 1.6438 / 1;
}

@media (max-width: 576px) {
    .singapore-map {
        aspect-ratio: 1.5023 / 0.9834;
    }
}


/* Map */
#lyfOneNorth {
    left: 40.75%;
    bottom: 44%;
    width: 2.5%;
    height: 5%;
}

#parkAvenue {
    left: 41.75%;
    bottom: 50%;
    width: 2.5%;
    height: 5%;
}

#citadines {
    left: 42%;
    bottom: 33.5%;
    width: 2.5%;
    height: 5%;
}

.location-dot {
    position: absolute;
    width: 4%;
    /* Adjust hotspot size relative to the main image */
    height: 10%;
    /* Adjust hotspot size relative to the main image */
    /*  background-color: rgba(145, 0, 0, 0.5);*/
    /* background-image: url(../images/point.png); */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    background-color: transparent;
    /* border: 1px solid blue; */
}

.attractions {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 2.5%;
    height: 5%;
    /* border: 1px solid red; */
}

@media (max-width: 576px) {
    .attractions {
        width: 3%;
        height: 8%;
    }
}

.orange-pin {
    background-image: url(../images/map/orange-pin.png);
}


#cableCar {
    /* width: 12%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 16%; */
    /* background-image: url(../images/map/cable-car.png); */
    left: 52.25%;
    bottom: 16.5%;
}

#mbs {
    /* width: 9%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 11%; */
    /* background-image: url(../images/map/mbs.png); */
    left: 60%;
    bottom: 28%;
}

#gardensByTheBay {
    /* width: 6.25%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 12%; */
    /* background-image: url(../images/map/gardens-by-bay.png); */
    left: 61.25%;
    bottom: 27%;
}

#katong {
    left: 73.75%;
    bottom: 38%;
}

#changiAirport {
    /* width: 6.5%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 12%; */
    /* background-image: url(../images/map/changi-airport.png); */
    left: 88%;
    bottom: 54%;
}

#chineseGarden {
    /* width: 6.25%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 7%; */
    /* background-image: url(../images/map/chinese-gardens.png?v=2); */
    left: 26%;
    bottom: 45.5%;
}

#botanicGarden {
    /* width: 5.5%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 11%; */
    /* background-image: url(../images/map/botanic-gardens.png); */
    left: 47.75%;
    bottom: 41.15%;
}

#orchard {
    /* width: 5.5%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 11%; */
    /* background-image: url(../images/map/botanic-gardens.png); */
    left: 51%;
    bottom: 35.55%;
}

#mandai {
    /* width: 12%; */
    /* Adjust hotspot size relative to the main image */
    /* height: 12%; */
    /* background-image: url(../images/map/mandai-wildlife-reserve.png); */
    left: 45.5%;
    bottom: 74.1%;
}