@font-face {
    font-family: signika;
    src: url("/font/signika-latin-ext.woff2");
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-size: 16px;
    font-family: "Signika",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    line-height: 1.222;
    letter-spacing: 0;
    text-align: center;

}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
}

@media (min-width: 1024px) {
    html {
        scroll-padding-top: 130px;
    }
}


html {
    font-size: 100px;
}

@media (min-width:1481px) and (max-width:1680px) {
    html {
        font-size: 562.5%
    }
}

@media (min-width:1281px) and (max-width:1480px) {
    html {
        font-size: 500%
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    html {
        font-size: 437.5%
    }
}

#map {
    height: 100%;
}

.menu-seciton-search-bar {
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.menu-seciton-search-bar.active {
    opacity: 1;
    z-index: 1;
}

.mapboxgl-popup {
    max-width: none !important;
}


.stretched-link::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1; 
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0); 
}


.mapboxgl-popup-content {
    background-color: rgba(21, 32, 44, 0.86);
    color: white;
    padding: 15px;
    text-align: left;
    width: 250px;
    border-radius: 10px;
    font-family: signika;
    line-height: 1.25;

}

@media (min-width: 769px) {
    .mapboxgl-popup-content {
        width: 322px;
        padding: 20px;
    }
}

.mapboxgl-popup-close-button {
    font-size: 30px;
    right: 10px;
    top: 5px;
    /* display: none; */
}


.mapboxgl-popup-content-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.mapboxgl-popup-content-image {
    width: 100%;
    /* height: auto; */
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mapboxgl-popup-content-desc {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}


/* 滚动条整体 */
.mapboxgl-popup-content-desc::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.mapboxgl-popup-content-desc::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 4px;
}

.mapboxgl-popup-content-desc::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 32px;
}

.mapboxgl-popup-content-href {

    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
    border: 1px white solid;
    border-radius: 99px;
    display: inline-block;
}


.filter-control {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.filter-item {
    margin: 5px 0;
}




@media (min-width: 1024px) {
    .mapboxgl-ctrl-group button {
        width: 45px;
        height: 45px;
    }
}



.icon-btn {
    width: 55px;
    aspect-ratio: 1/1;
    border-radius: 9999px;
    border: 1px solid #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #58BBDD 0%, #59A484 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-btn.mini {
    width: 28px;
}

.icon-btn.no-shadow {
    box-shadow: none !important;
}

.icon-btn.black {
    background: linear-gradient(180deg, #2D393E 0%, #13171C 100%);
    border-width: 0px;
}

.icon-btn.white {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.31);
}


.icon-btn.white:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(164, 164, 164, 0.38);
}

.icon-btn.white:active {
    border-color: #fff;
    background: rgba(25, 25, 25, 0.3);
}


.icon-btn.no-bg {
    background: transparent;
}

.icon-btn::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icon-btn.left-arrow::before {
    width: 12px;
    height: 20px;
    background-image: url('/website/Icons/right-arrow.svg');
    transform: translateX(2px);
}

.icon-btn.right-arrow::before {
    width: 12px;
    height: 20px;
    background-image: url('/website/Icons/right-arrow.svg');
    transform: translateX(-1px) rotate(180deg);
}

@media (max-width: 768px) {

    .icon-btn.right-arrow::before,
    .icon-btn.left-arrow::before {
        width: 12px;
        height: 20px;
    }
}

.icon-btn.config::before {
    width: 25px;
    height: 25px;
    background-image: url('/icons/menu.svg');
    transform: translateX(-1px) rotate(180deg);
}

.icon-btn.search::before {
    width: 20px;
    height: 20px;
    background-image: url('/icons/search.svg');
}

.icon-btn.right-blue-arrow::before {
    width: 12px;
    height: 20px;
    background-image: url('/icons/arrow-blue.svg');
}

.icon-btn.mini.right-blue-arrow::before {
    width: 12px;
    height: 12px;
}

.arrow-btn {
    height: 55px;
    width: 55px;
    border-radius: 9999px;
    border: 1px solid #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-btn.no-border {
    border: 0 !important;
}

.arrow-btn::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 20px;
    background-image: url('/website/Icons/right-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateX(2px);
}

.arrow-btn.left::before {
    transform: translateX(-1px) rotate(180deg);
}

.aspect-ratio-box {
    position: relative;
    width: 100%;
    /* 宽度设为100% */
    padding-top: 100%;
    /* 模拟 1:1 的宽高比 */
}

.aspect-ratio-box>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide {
  pointer-events: auto !important;
}

.swiper-pagination-bullet-active {
    background: #149CB7 !important;
}

.swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 100;
}

.swiper-pagination.white .swiper-pagination-bullet {
    background: white;


}



.swiper-pagination-bullet {
    height: 0.09rem;
    width: 0.09rem;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.09rem;
    gap: 0.09rem;

}



.black-btn {
    white-space: nowrap;
    color: #fff;
    height: .51rem;
    display: flex;
    align-items: center;
    padding: .155rem .28rem;
    font-size: .16rem;
    font-weight: 600;
    background: linear-gradient(180deg, #2D393E 0%, #13171C 100%);
    border-radius: 9999px;
    position: relative;

    width: auto;
    min-width: 0px;
    box-sizing: border-box;
    transition: all .3s;
    box-shadow: 0px 0px 20px 0px #00000040;

    z-index: 0;
}

.black-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #3E484D 0%, #28313C 100%);

    border-radius: 9999px;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.black-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #2B363C 0%, #161B20 100%);
    border: 1px solid #fff;
    opacity: 0;
    border-radius: 9999px;

    transition: opacity 0.6s ease;
    z-index: -1;
}

.black-btn:hover::before {
    opacity: 1;
}

.black-btn.is-active::after {
    opacity: 1;
}

.black-btn:active::after {
    opacity: 1;
}


.grey-btn {
    white-space: nowrap;
    height: .51rem;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0.155rem 0.25rem;
    font-size: .16rem;
    font-weight: 600;
    background: transparent;
    border-radius: 9999px;
    position: relative;

    border: 1px solid #FFFFFF80;
    width: auto;
    min-width: 0px;
    box-sizing: border-box;
    transition: all .3s;
    z-index: 0;
}

.grey-btn:hover {
    border: 1px solid #FFFFFF80;
    background: #A4A4A461;
}

.grey-btn:active {
    background: #1919194D;
    border: 1px solid #FFFFFF
}



.blue-btn {
    color: #fff;
    padding: 0.195rem 0.28rem;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(180deg, #37B9E3 0%, #0CA1BE 100%);

    border-radius: 9999px;
    position: relative;

    width: auto;
    min-width: 197px;
    box-sizing: border-box;
    transition: all .3s;
    box-shadow: 0px 0px 30px 0px #00000040;
    border: 1px solid #FFFFFF;
    z-index: 0;
}

.blue-btn::before {
    background: linear-gradient(180deg, #37B9E3 0%, #00758B 100%);

    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.blue-btn::after {
    background: linear-gradient(180deg, #35B8E1 0%, #0FA3C0 100%);

    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    border-radius: 9999px;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.blue-btn:hover::before {
    opacity: 1;
}

.blue-btn.is-active::after {
    opacity: 1;
}

.blue-btn:active::after {
    opacity: 1;
}


.map-on-loading::after {
    content: "Loading map...";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    z-index: 10;
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;

}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #7D7D7D 0%, #D8D8D8 0%);
    border-radius: 1px;
    outline: none;
    cursor: pointer;
}

/* Chrome & Safari */
input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    background: transparent;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #28B1D6;
    margin-top: -8px;
}

/* Firefox */
input[type=range]::-moz-range-track {
    height: 2px;
    background: transparent;
}

input[type=range]::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #28B1D6;
    border: none;
}

/* IE/Edge */
input[type=range]::-ms-track {
    height: 2px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #28B1D6;
    border: none;
}

.input-error-text {
    color: #FF2A12;
    font-size: 12px;
}


.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #28B1D6;
    /* 蓝色 */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.modal-fade-enter-active,
.modal-fade-leave-active {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.modal-fade-enter-from,
.modal-fade-leave-to {
    opacity: 0;
    transform: scale(0.95);
}

.modal-fade-enter-to,
.modal-fade-leave-from {
    opacity: 1;
    transform: scale(1);
}

.modal-bg-fade-enter-active,
.modal-bg-fade-leave-active {
    transition: opacity 0.2s ease, transform 0.2s ease;
}


.modal-bg-fade-enter-from,
.modal-bg-fade-leave-to {
    opacity: 0;
}

.modal-bg-fade-enter-to,
.modal-bg-fade-leave-from {
    opacity: 1;
}

.toast-fade-enter-active,
.toast-fade-leave-active {
    transition: all 0.3s ease;
}

.toast-fade-enter-from,
.toast-fade-leave-to {
    opacity: 0;
    transform: translateY(-100%);
}




/* "text-title": "text-[30px] md:text-[40px] leading-[1.25] font-bold",
"text-bodytext": "text-[18px] leading-[25px] font-light", */

.rich-text-content {
    color: #13171C;
    word-break: break-word;
    line-height: 1.35;
    font-family: signika;

    text-align: left;
    font-size: 18px;
}

.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4 {
    margin: 0.04rem 0 0.02em;
    line-height: 1.25;
    font-weight: 600;
}

.rich-text-content h1 {
    font-size: 50px;
    font-weight: 800;
}

.rich-text-content h2 {
    font-size: 40px;
    font-weight: 800;
}

.rich-text-content h3 {
    font-size: 30px;
}

.rich-text-content h4 {
    font-size: 25px;
}

.rich-text-content p {
    margin: 4px 0;
}

.rich-text-content strong {
    font-weight: 600;
}

.rich-text-content em {
    font-style: italic;
}

.rich-text-content u {
    text-decoration: underline;
}

.rich-text-content del {
    text-decoration: line-through;
}

.rich-text-content code {
    background: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.95em;
}

.rich-text-content pre code {
    display: block;
    padding: 1em;
    white-space: pre-wrap;
    background: #f4f4f4;
    border-radius: 6px;
    overflow-x: auto;
}

.rich-text-content blockquote {
    margin: 1em 0;
    padding: 0.75em 1em;
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    color: #666;
    font-style: italic;
}

.rich-text-content ul,
.rich-text-content ol {
    padding-left: 2em;
    margin: 1em 0;
}

.rich-text-content ol li {
    list-style: auto;

}

.rich-text-content ul li {
    list-style: disc;
}

.rich-text-content li {
    margin: 0.3em 0;

}

.rich-text-content a {

    text-decoration: underline;
}

.rich-text-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0.5em 0;
    border-radius: 15px;
}

.rich-text-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
    text-align: left;
}

.rich-text-content table th,
.rich-text-content table td {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
}

.rich-text-content table thead {
    background: #f5f5f5;
    font-weight: bold;
}

.rich-text-content [style*="color"] {
    /* 允许内联颜色，但保持良好排版 */
    font-weight: inherit;
}

.faq-swiper .horizontal-pagination {
    margin: 16px auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
}

.faq-swiper .progress-wrapper {
    flex: 1;
    height: 9px;
    background: rgba(55, 59, 65, 0.58);
    border-radius: 9999px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.faq-swiper .progress-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: white;
    border-radius: 9999px;
    transition: left 0.3s ease, width 0.3s ease;
}

.text-bodytext::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.text-bodytext::-webkit-scrollbar-track {
    background: transparent;
}

.text-bodytext::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 3px;
}

.text-bodytext::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 128, 128, 0.8);
}

.text-bodytext {
    scrollbar-width: thin;
    scrollbar-color: white transparent;
}

.location-swiper .swiper-slide {
    position: absolute;
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 50%;
    width: 4.88rem;
    height: 4.88rem;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    transition: all 0.4s ease;
    transform-origin: center center;
    box-shadow: 0px 0px 30px 0px #00000040;
}

.location-swiper .swiper-button-prev,
.location-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 50;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    transition: background 0.3s;
}

.location-swiper .swiper-button-prev::after,
.location-swiper .swiper-button-next::after {
    content: '';
}

.location-swiper .swiper-button-prev {
    left: calc(50% - 7.8rem);
}

.location-swiper .swiper-button-next {
    right: calc(50% - 7.8rem);
}

@media(max-width: 640px) {
    .location-swiper .swiper-slide {
        width: 90%;
        height: auto;
        max-width: 3.88rem;
        max-height: 3.88rem;
    }

    .location-swiper .arrow-btn {
        width: 37px;
        height: 37px;
    }

    .arrow-btn::before {
        width: 9px;
    }

    .location-swiper .swiper-button-prev {
        left: 6px;
    }

    .location-swiper .swiper-button-next {
        right: 6px;
    }
}

@media(max-width: 1023px) and (min-width: 640px) {

    .location-swiper .swiper-button-prev {
        left: calc(50% - 3.1rem);
    }

    .location-swiper .swiper-button-next {
        right: calc(50% - 3.1rem);
    }
}



.common-button {
    white-space: nowrap;
    position: relative;
    border-radius: 9999px;
    font-weight: 600;
    color: white;
    line-height: 1;
    font-size: 18px;
    z-index: 0;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    overflow: hidden;
    padding: 19px 50px;
}

@media (max-width: 425px) {
    .common-button {
        padding: 16px;
    }
}

.common-button.common-button-padding-min {
    padding: 15.5px 28px;
}

/* color-primary */
.common-button,
.common-button.common-button-color-primary {
    background: linear-gradient(180deg, #58BBDD 0%, #59A484 100%);
    color: white;
}

.common-button::before,
.common-button.common-button-color-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(150.93deg, #35B8E1 17.86%, #DE8D70 84.04%);

    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.common-button::after,
.common-button.common-button-color-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(297.2deg, #35B8E1 17.44%, #DE8D70 76.6%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

/* color-primary */


/* color-blue */
.common-button.common-button-color-blue {
    background: linear-gradient(180deg, #37B9E3, #0CA1BE);
    color: white;
}

.common-button.common-button-color-blue::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #37B9E3, #00758B);

    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.common-button.common-button-color-blue::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #37B9E3, #0FA3C0);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

/* color-blue */


/* color-dark */
.common-button.common-button-color-dark {
    background: linear-gradient(180deg, #2D393E, #13171C);
    color: white;
}

.common-button.common-button-color-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #3E484D, #28313C);

    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.common-button.common-button-color-dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #2B363C, #161B20);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.common-button.common-button-color-dark:active {
    border: 1px solid white;
}

/* color-dark */

.common-button.common-button-border {
    border: 1px solid white;
}

.common-button.common-button-box-shadow {
    box-shadow: 0px 0px 30px 0px #00000025;
}

.common-button.common-button-text-shadow {
    text-shadow: 0 0 4px #00000025;
}

.common-button:hover::before {
    opacity: 1;
}

.common-button.is-active::after {
    opacity: 1;
}

.common-button:active::after {
    opacity: 1;
}

.menu-item-btn {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;

    height: 0.51rem;
    padding: 0.155rem 0.25rem;

    color: #fff;
    font-size: 0.16rem;
    font-weight: 600;
    white-space: nowrap;

    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 9999px;
    /* rounded-full */
    box-sizing: border-box;

    background: transparent;
    transition: all 0.3s ease;
    z-index: 0;
    position: relative;
}

.menu-item-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(164, 164, 164, 0.38);
}

.menu-item-btn:active {
    border-color: #fff;
    background: rgba(25, 25, 25, 0.3);
}

.menu-item .child {
    position: absolute;
    margin: 0px !important;
    padding: 0 0.25rem;
    min-width: 100%;
    left: 0;
    top: calc(100% + 10px);
    border: 1px solid #ffffff50;
    white-space: nowrap;
    background: #9FCAFF30;
    border-radius: 26px;
}

.dark .menu-item .child {
    background: #2C373D;
}

.promo-label::before,
.promo-label::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 0 solid transparent;
}

.promo-label::before {
    left: -25px;
    rotate: -90deg;
    border-right: 27px solid #EF994B;
}

.promo-label::after {
    right: -25px;
    rotate: 90deg;
    border-left: 27px solid #EF994B;
}

.shadow-2 {
    box-shadow: 0px 0px 20px 0px #C3E4F3;
}

.feature-list-swiper .swiper-button-prev,
.feature-list-swiper .swiper-button-next {
    width: max-content;
}

.feature-list-swiper .swiper-button-prev::after,
.feature-list-swiper .swiper-button-next::after {
    content: '';
}

@media(max-width:768px) {

    .feature-list-swiper .swiper-button-prev,
    .feature-list-swiper .swiper-button-next {
        display: none !important;
    }
}


.audio-swiper .swiper-button-prev,
.audio-swiper .swiper-button-next {
    width: max-content;
}

.audio-swiper .swiper-button-prev::after,
.audio-swiper .swiper-button-next::after {
    content: '';
}

@media(max-width:768px) {

    .audio-swiper .swiper-button-prev,
    .audio-swiper .swiper-button-next {
        display: none !important;
    }
}

/* Wrapper base style */
.copyright-wrapper {
    position: relative;
    /* display: inline-block; */
}

/* The "C" badge */
.copyright-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    z-index: 10;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(0, 0, 0, 0.2);
    background-image: url('/icons/copyright.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Info panel */


.copyright-panel {
    display: none;
    position: absolute;
    right: 6px;
    bottom: 30px;
    background: #00000050;
    color: white;
    padding: 3px 5px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 20;
}

.copyright-wrapper.info-to-left .copyright-panel {
    right: 30px;
    bottom: 10px;
}

.toast-fade-enter-active,
.toast-fade-leave-active {
    transition: all 0.3s ease;
}

.toast-fade-enter-from,
.toast-fade-leave-to {
    opacity: 0;
    transform: translateY(-10px);
}


.location-content::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.location-content::-webkit-scrollbar-track {
    background: transparent;
}

.location-content::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 3px;
}

.location-content::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 128, 128, 0.8);
}

.location-content {
    scrollbar-width: thin;
    scrollbar-color: white transparent;
}