/*BranchMap*/
.lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 50px;
    margin: auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--black);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    opacity: .5;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.datamark {
    position: absolute;
    display: flex;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 10px 0px #00000026;
    border: solid 1.7px var(--black);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
    cursor: pointer;
}

.datamark.active,
.datamark:hover {
    background-color: var(--black);
    color: #fff;
}

.datamark.jabodetabek {
    bottom: 24%;
    left: 24%;
}

.datamark.bali,
.datamark.bali-lombok {
    bottom: 15%;
    left: 42%;
}

.datamark.ambon {
    right: 25%;
    top: 42%;
}

.datamark.surabaya {
    left: 36%;
    bottom: 19%;
}

.datamark.semarang {
    left: 31%;
    bottom: 20%;
}

.datamark.palembang {
    left: 19%;
    bottom: 43%;
}


.dealer-popup button.button-close.close-popup {
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 0;
    background: url(/wp-content/uploads/2025/03/icon-close-map.svg) center / contain;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

.mobile-overview-link {
    margin: 20px auto;
    display: block;
    max-width: 200px;
    text-align: center;
    border: 1px solid var(--black);
    color: var(--black);
    padding: 14px 26px;
    border-radius: 25px;
    font-weight: bold;
}

.mobile-overview-link:hover {
    background: var(--black);
    color: #fff;
}

.dealer-popup {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1.5px 1.5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1.5px 1.5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1.5px 1.5px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    width: 100%;
    max-width: 312px;
    padding: 20px 20px 25px;
}

.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.simple-dealer-list {
    overflow: hidden auto;
    height: 100%;
    max-height: 240px;
}

.dealer-popup h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.dealer-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
}

.dealer-item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px dashed #55555580;
}

.dealer-item:not(:last-child) {
    margin-bottom: 10px;
}

.dealer-item .dealer-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.dealer-item .dealer-content {
    font-size: 14px;
    flex: 1;
}

.dealer-item .dealer-content p+p {
    margin-top: 5px;
}

.dealer-item .dealer-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.dealer-popup h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.dealer-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
}

.dealer-item .dealer-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.dealer-item .dealer-content {
    font-size: 14px;
}

.dealer-item .dealer-content p+p {
    margin-top: 5px;
}

.dealer-item .dealer-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.dealer-item .dealer-content a.link, .dealer-item .dealer-content a.phone {
    position: relative;
    padding-left: 18px;
    display: block;
    color: var(--black);
}

.dealer-item .dealer-content a.link:before, .dealer-item .dealer-content a.phone:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
    background: center/contain no-repeat;
}

.dealer-item .dealer-content a.phone:before {
    background-image: url(/wp-content/uploads/2025/03/icon-phone-map.svg);
}

.dealer-item .dealer-content a.link:before {
    background-image: url(/wp-content/uploads/2025/03/icon-web-map.svg);
}

@media all and (max-width: 360px) {
	.dealer-popup {
		max-width: 250px;
	}
}
