body {
    font-family: 'Noto Sans Thai UI', "Roboto";
}

#mainContent {
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.forceRotate {
    z-index:99999999;
    position: absolute;
    display: none;
    width: 100vw;
    height: 100vh;
}
.clip-select-body {
    background: rgba(0, 0, 0, 0.1)!important;
    backdrop-filter: blur(2px);
}
.modal-dialog .modal-content {
    border-radius: 30px!important;
}
.arBtn {
    border-radius: 10px;
    border: #00bcb4 solid 2px;
}
.btn-block{
    width: 98%;
}
.descriptionBox {
    max-height:50vh;
    overflow-y: auto;
    overflow-x: hidden;
    font-weight: normal;
    font-size: 0.9em;
}

#swipeMenu {
    display:none;
    transform:translateX(-50%);
    top:5%;
    left:50%;
    position:absolute;
    z-index:100;
    background-color:#00bcb4;
    padding:10px;
    border-radius:10px;
    color:#fff;
}

@media (orientation: portrait) {
    .forceRotate {
        display: flex;
        position: absolute;
        width: 100vw;
        height: 100vh;
        background-color: #00bcb4;
        z-index:99999999;
    }
    #startPage{
        display:none;
    }
    /* #secondPage{
        display:none;
    } */
}

.blackAlpha {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    backdrop-filter: blur(10px);
}

.custom-hotspot {
    background: none;
    cursor: pointer;
}

div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}

div.custom-tooltip:hover span {
    visibility: visible;
}

div.custom-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.btn-theme, .btn-theme:active, .btn-theme:focus, .btn-theme:hover {
    background-color: #00bcb4 !important;
    color: #fff;
}
.btn-theme2, .btn-theme2:active, .btn-theme2:focus, .btn-theme2:hover {
    background-color: #f9be00 !important;
    color: #fff;
}
.btn-theme2:visited {
    color: #fff;
}
.text-theme {
    color: #00bcb4 !important;
}
.text-theme2 {
    color: #f9be00 !important;
}

.headerMenu {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    transform: translateY(-1em);
    background-color: #00bcb4;
    border: #fff 2px solid;
    padding: 5px 5px 5px 5px;
    border-radius: 50px;
}

.modal-body {
    background-color: #00bcb4;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
}

.modal-content {
    background: none;
}

.clipList, .clipList-main-menu {
    background-color: #fff;
    color: #f9be00;
    padding: 5px 15px 5px 15px;
    text-align: center;
    border-radius: 15px;
    border: solid 2px #ccc;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 0.8em;
}
#fadeData {
    position: fixed;
    z-index: 99999;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    width:100vw;
    height:100vh;
}
.topicMap {
    display: none;
}


@media (min-width: 576px) {
    .modal-xl {
        width: 650px;
    }
    .modal-dialog {
        max-width: 650px;
    }
}
@media (min-width: 1200px) {
    .descriptionBox {
        font-size: 1.2em;
    }
    .clipList, .clipList-main-menu {
        font-size: 1em;
    }
}