@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;700&display=swap');

body {
    margin: 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.test{
    height: 200px;
    color: #000;
}

.pointer-active {
    z-index: 999 !important;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.j23-1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;

}

.j23-1 .fi {

    width: 40px;
    border: 0.1px solid black;
    height: 30px;
}

.j23-1 h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: #1a1d29;
    font-weight: 700 !important;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.toan1{
    border-radius: 50%;
}
.jr23-2{
    display: block;
    overflow: hidden;
    columns:3;
}

.jr23-2-1{
    columns: 1 !important;
}

.jr23-3{
    width: 200px !important;
    left: -100px !important;
}

.popup p {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 0.8rem;
    font-weight: 500 !important;
    line-height: 1.375rem;
    color: #000;

}

.popup {
    min-width: 360px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    left: -177px;
    bottom: 55px;
    padding: 16px;
    color: #000 !important;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}



.marker img{
    width: 20px;
    max-width: none;
}

.popup.small::after{
    left: 84px !important;

}

.popup::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 160px;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 25px solid #fff;
}

.popup>div img {
    max-width: none;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.popup>div {
    margin-bottom: 10px;
}

.world {
    margin: 0 auto;
}

.world canvas {
    pointer-events: auto !important;
    z-index: -2;
    overflow: hidden;
}

.world>div>div {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 100;
}

.world .scene-container>div:last-child {
    overflow: visible !important;
    pointer-events: auto !important;
    height: 0 !important;
}

.container-tan {
    display: flex;
    
}


.pointer {
    width: 20px;
    height: 20px;
    background-color: #282830;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid white;
    content: " ";
    user-select: none;
}

.marker {
    z-index: -2;
    display: none;
}