#map {
    height: 580px;
}

#map :focus,
#map :hover {
    outline: none;
}

#map td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
}

#popup-table {
    max-height: 100px;
    overflow-y: scroll;
}

.carousel .carousel-item img {
    height: 220px;
    object-fit: contain;
}

.st-post-thumb img {
    height: 240px;
    object-fit: cover;
}

.translate-box {
    height: 180px;
    overflow: scroll;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 14px;
}

.translate-box p {
    margin: 10px 0;
}

.translate-box hr {
    border: none;
    border-top: #eee dashed thin;
}

.translate-box span {
    background-color: rgb(232, 243, 248);
}

.translate-box p i {
    font-size: 10px;
}

/* loading spinner */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.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);
    }
}

/* --------------- */

.loading {
    margin-left: 2px;
    text-align: left;
    width: 20px;
}