#container {
  overflow: hidden;
  position: relative;
}
#toggle_camera_rotate {
  position: fixed;
  bottom: 1em;
  left: 1em;
}
.label {
  /* margin-top: -1.25em; */
  text-align: center;
  cursor: pointer;
  position: absolute;
}
.label .inner {
  position: relative;
  transform-origin: center bottom;
  cursor: pointer;
}
.label img {
  display: block;
  margin: 0 auto;
  margin-top: 0.25em;
  width: 2em;
  height: auto;
}
html,
body {
  font-family: "Kanit", sans-serif !important;
  background-color: antiquewhite;
}
img {
  width: 100%;
}
.list_scene {
  overflow: hidden;
  border-radius: 10px;
  background-color: #f1f1f1;
  color: #000;
  width: 400px !important;
  pointer-events: auto;
}
.scene_name {
  padding: 5px 15px;
  cursor: pointer;
}
.scene_name:hover {
  background-color: #ccc;
  color: #fff;
  transition: 0.3s;
}
.scene_name_select {
  background-color: #ccc;
  color: #fff;
}
.btn-done {
  padding: 5px 15px;
  background-color: #333;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn-done:hover {
  background-color: #28a745;
  transition: 0.3s;
}
.btn-del {
  padding: 5px 15px;
  background-color: #dc3545;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn-del:hover {
  background-color: #fff;
  color: #dc3545;
  transition: 0.3s ease-in-out;
}
.gotoscene {
  padding: 3px 15px;
  background-color: #333;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.gotoscene:hover {
  background-color: rgb(42, 146, 216);
  color: #fff;
  transition: 0.3s;
}
.box_scenelist {
  width: 300px;
  background-color: #f1f1f1;
  color: #000;
  padding: 10px 5px;
  position: fixed;
  top: 10px;
  left: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}
.open_list {
  width: 45px;
  height: 70px;
  position: absolute;
  top: 10px;
  right: -45px;
  background-color: #f1f1f1;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.list {
  background-color: #fff;
  max-height: 400px;
  overflow-y: scroll;
  padding: 5px 10px;
  border-radius: 5px;
}
.list::-webkit-scrollbar {
  display: none;
}
.all_list_scene {
  cursor: pointer;
}
.all_list_scene:hover {
  background-color: #ccc;
  color: #fff;
  transition: 0.3s;
}
.all_list_scene.select {
  background-color: #ccc;
  color: #fff;
}
.list_scene .list_box {
  max-height: 500px;
  overflow-y: scroll;
}
.list_scene .list_box::-webkit-scrollbar {
  display: none;
}
.namepoint {
  color: #fff;
  font-size: 1.5rem;
}
.info_des {
  height: 100px;
}
.info_save {
  background-color: #28a745;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
}
.goscene_save {
  background-color: #28a745;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}
.box_info {
  width: 360px;
  min-height: 100px;
  background-color: #f1f1f1;
  margin-left: 300px;
  border-radius: 20px;
  padding: 10px;
  pointer-events: all;
  word-wrap: break-word;
}
.close_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.box_info .close_btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.box_model {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(000, 000, 000, 0.8);
}
.model3D {
  width: 800px;
  height: 500px;
  border-radius: 30px;
  z-index: 100;
  overflow: hidden;
}
.viewpoint {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.viewpoint .box {
  width: 300px;
  border-radius: 30px;
  min-height: 100px;
  background-color: #f1f1f1;
  padding: 15px;
  pointer-events: all;
  overflow: hidden;
  position: relative;
}
.list_point {
  padding: 5px 15px;
  cursor: pointer;
}
.list_point.active,
.list_point:hover {
  background-color: #ccc;
}
.btn_save_viewpoint {
  background-color: #28a745;
  color: #fff;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px 0;
}
.image_preview {
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
}
.detail_obj {
  width: 100vw;
  height: 100vh;
  background-color: rgba(000, 000, 000, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.model_box {
  width: 70%;
  height: 100vh;
}
.detail_obj .close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.6;
}
.detail_obj .close_btn:hover {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}
.control_sound {
  width: 100vw;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
}
.control_sound .btn_pp,
.control_sound .btn_re {
  width: 30px;
  margin: 5px 10px;
  cursor: pointer;
}
.control_sound .btn_pp:hover,
.control_sound .btn_re:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.load_spin {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load_spin .spin {
  width: 50px;
  height: 50px;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.no_event {
  pointer-events: none;
}
.scene_active {
  background-color: #ccc;
}
.icon_play,
.icon_replay {
  transition: 0.3s;
}
.icon_play:hover,
.icon_replay:hover {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}
.box_rip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column-reverse;
  position: relative;
}
.box_rip .text {
  position: absolute;
  top: -2.1rem;
  width: 300px;
}
.box_rip .text_user {
  position: absolute;
  top: -2.1rem;
  width: 300px;
  display: none;
}
.rip {
  top: 0;
  left: 0;
}
.ripples {
  position: relative;
}
.description{
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.description p{
  /* white-space: pre; */
  word-wrap: break-word;
}
.ripple {
  border: 2px solid #ffffff;
  width: 47px;
  top: 0;
  height: 47px;
  border-radius: 100%;
  z-index: -1;
}
.ripple_info {
}
.ripple-1 {
  -webkit-animation: ripple 1.2s linear infinite;
}
.ripple-2 {
  -webkit-animation: ripple 1.2s linear infinite 1s;
}
.boxpreview {
  position: absolute;
  left: -55px;
  bottom: 77px;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 0.5rem;
}
.boxpreview_user {
  position: absolute;
  left: -55px;
  bottom: 60px;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 0.5rem;
}
.boxpreview .imgpreview,
.boxpreview_user .imgpreview {
  width: 150px;
  object-fit: none;
  object-position: 50% 50%;
}
.boxpreview .namepreview,
.boxpreview_user .namepreview {
  color: #333;
  text-align: left;
  font-size: 1rem;
  display: none;
}
.boxiconactive {
  position: absolute;
  top: 0;
}
.iconactive {
  margin-top: 0 !important;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.list a {
  color: #000 !important;
}
.list a:hover {
  text-decoration: none !important;
}
.des_file {
  font-size: 0.7rem;
}
.table_listScene {
  width: 100%;
}
.form-check-input {
  margin: 5px auto !important;
  transform: scale(1.6);
}
.arrow_rotate {
  opacity: 0.5;
  transition: 0.3s;
}
.arrow_rotate.arrow_select {
  filter: brightness(0.5);
  opacity: 1;
  transition: 0.3s;
}
.config_vdo_box {
  padding: 5px;
  border-radius: 3px;
  background-color: #fff;
}
.div_table {
  height: 230px;
  overflow-y: auto;
  margin: 0 -6px;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/DBHeavent/DBHeavent.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/DBHeavent/DBHeavent-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/DBHeavent/DBHeavent-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
.welcome-page.active + #container .namepoint {
  display: none;
}
.modal-picture-level .modal-content,
.modal-picture .modal-content {
  background: rgba(0, 4, 30, 0.2);
  backdrop-filter: blur(10px);
}
.modal-water .btn-closem, .modal-bird .btn-closem { 
  right: -3rem;
  top: -3rem;
}
.boxiconactive {
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 0.345rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.boxiconactive img {
  width: 100%;
}
.boxiconactive.walk.hover { 
  background-color: #0008FF;
}
.boxiconactive.model,
.boxiconactive.picture {
  pointer-events: auto;
}
.boxiconactive.model.hover { 
  background-color: #E65A27;
}
.boxiconactive.game.hover { 
  background-color: #2E408F;
}

.modal-picture-level .show_picture {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.modal-picture-level .show_picture.active {
  display: block;
}
.modal-picture-level .show_picture .show_picture-first {
  display: inline-flex;
  justify-content: center;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.modal-picture-level .show_picture .show_picture-first > img {
  height: 100%;
  width: auto;
}
.modal-picture-level .show_picture .show_picture-second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  /* transform: translateY(100px); */
  /* background: rgba(0, 4, 30, 0.2);
  backdrop-filter: blur(10px); */
  transition: opacity 0.35s cubic-bezier(0.4, 0, 1, 1);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.modal-picture-level .show_picture .show_picture-second > video {
  width: 80vw;
  max-height: 80vh;
}
.modal-picture-level .show_picture .show_picture-second.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}

.modal-picture .show_picture {
  height: 100%;
  width: 100%;
  text-align: center;
}
.modal-picture .show_picture > video {
  height: 100%;
  width: auto;
  max-width: 80vw;
}