/* Panellum */
#panorama {
  width: 100%;	    
  min-height: 100vh;
}

.pnlm-controls-container{
  display: none;
}

.ctrl {
padding: 5px 5px;
      margin: 3px;
width: 40px;
      height: 40px;
text-align: center;
/* background: rgba(200, 200, 200, 0.8); */
background: white;
display: inline-block;
border-radius: 50%;
cursor: pointer;
color: #fff;
/* border: 1px solid #06beb6; */
}
.ctrl:hover {
/* background: rgba(200, 200, 200, 1); */
background: #E6E6E6;
}

.ctrl2 {
  padding: 5px 5px;
  margin: 3px;
  width: 140px;
  height: 40px;
  text-align: center;
  /* background: rgba(200, 200, 200, 0.8); */
  background: white;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  color: #5E6280;
  font-size: 14px;
  /* border: 1px solid #06beb6; */
}
.ctrl2:hover {
  /* background: rgba(200, 200, 200, 1); */
  background: #E6E6E6;
}

.ctrl3 {
  padding: 5px 5px;
  margin: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  /* background: rgba(200, 200, 200, 0.8); */
  background: white;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  color: #5E6280;
  font-size: 14px;
  vertical-align: middle;
  /* border: 1px solid #06beb6; */
}
.ctrl3:hover {
  /* background: rgba(200, 200, 200, 1); */
  background: #E6E6E6;
}

.ctrl4 {

  text-align: center;
  /* background: rgba(200, 200, 200, 0.8); */
  display: inline-block;

  /* border: 1px solid #06beb6; */
}


.ctrl5 {
  padding: 5px 5px;
  margin: 3px;
  width: 35px;
  height: 35px;
  text-align: center;
  /* background: rgba(200, 200, 200, 0.8); */
  background: white;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  color: #5E6280;
  font-size: 14px;
  vertical-align: middle;
  /* border: 1px solid #06beb6; */
}
.ctrl5:hover {
  /* background: rgba(200, 200, 200, 1); */
  background: #E6E6E6;
}

#controls {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;        
}

#center {
  position: absolute;
  top: 50%;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 3px; 
}

#center2 {
  padding: 4px 1px;
  width: 30px;
  border-radius: 50px;
  text-align: center;
  background: rgba(200, 200, 200, 0.8);
  display: inline-block;
  cursor: pointer;
  position : absolute;
}

#controls2 {
  position: absolute;
  top: 30px;
  z-index: 3;
  text-align: right;
  right: 35px;     
}

#controls3 {
  position: absolute;
  top: 30px;
  z-index: 2;
  text-align: right;
  right: 35px;
  width: 100%;       
}

#radar {
  position: absolute;
  top: 90px;
  z-index: 2;
  text-align: right;
  right: 35px;
}

.ht-direction {
  height: 54px;
  width: 54px;
background-image: url("../images/ht_direction.png");
  background-repeat: no-repeat;
  background-color: #495CDC;
  animation: mymove 0.8s infinite;
  border-radius: 50%;
}

.ht-gambar {
  height: 45px;
  width: 45px;
background-image: url("../images/ht_gambar.png");
  background-repeat: no-repeat;
  background-color: #495CDC;
  border-radius: 50%;
}

.ht-info {
  height: 45px;
  width: 45px;
background-image: url("../images/ht_info.png");
  background-repeat: no-repeat;
  background-color: #495CDC;
  border-radius: 50%;
}

.custom-hotspot2:hover {
  height: 50px;
  width: 50px;
  border-radius: 50%;
background-image: url("images/ht1.png");
  background-size: 50px 50px;
  background-color: red;         
}

@keyframes mymove {
  from {top: 0px;}
  to {top: -8px;}
}

@-webkit-keyframes mymove {
  from {top: 0px;}
  to {top: -8px;}
}

div.custom-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  text-align: center;
  max-width: 200px;
  padding: 10px 15px;
  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%;
}

.icon_control {
  width: 14px;
  height: 14px;
  padding-top: 13px !important;
  
}

.icon_control2 {
  width: 14px;
  height: 14px;
  padding-top: 6px !important;        
}

.icon_control3 {
  width: 8px;
  height: 8px;
  padding-top: 10px !important;        
}

.icon_control4 {
  width: 16;
  height: 16px;
  padding-top: 4px !important;        
}

img {
  vertical-align: text-bottom;
  border-style: none;
}

body.modal-open #panorama{
  filter: blur(7px) !important;
}

.full {
    margin: 0px;
    height: 100% !important;
}

.modal-header {
  justify-content: center;
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-content {
  background-color: transparent !important;
  border: none;
  color: white;
}

#map {
  width: 100%;
  min-height: 480px;
  cursor: pointer;
}

.leaflet-popup-close-button{
  display: none;
}

#map.leaflet-container{
  background: transparent !important;
}

.leaflet-bottom {
  bottom: 0;
  display: none;
}

.modal-lg {
  max-width: 2000px !important;
}

#littlemap {
  width: 150px;
  height: 150px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.75;
}

#myModal4 .modal-header{
  background-color: #F2F3F5 !important;
  border-bottom: none;
  border-radius: 30px 30px 30px 0px !important;
  color: #5E6280 !important;
  padding: 0.4rem;
  justify-content: left !important;
  margin-bottom: 0px !important;
}

#myModal4 .modal-content {
  background-color: white !important;
  border-radius: 30px !important;
  
}

#myModal4 .modal-dialog {
  width: 600px !important;
  margin-top: 100px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.p-2 {
  padding: .2rem!important;
}

.containerku {
  margin: 5px;
  width: 570px;
  /* padding: 10px; */
  height: 100px;
  border: 2px solid #ffffff;
  white-space: nowrap;
  position: absolute;
  border-radius: 25px;
  background-color: #ffffff;
  
}
.item {
  border: 2px solid #fff;
  background-color:#fff;
  width: 120px;
  color: black;
display: inline-block;
}

.flex {
  display: flex;
  flex-wrap: nowrap; 
  overflow: auto;
}
.flex-item {
  flex: 0 0 auto;
  cursor: pointer;
}

#fast_travel {
  position: absolute;
  bottom: 140px;
  z-index: 2;
  text-align: center;
  width: 100%; 
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* scrollbar css */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}

.leaflet-div-icon{
  background: none !important;
  border: none !important;
}

.btn-new{
  background-color: white !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
  color: black;
  background-color: #6c757d;
  border-color: #6c757d;
}

a.dropdown-item:hover{
  background-color: transparent !important;
  color:grey !important;
}

#radar2 {
  position: absolute;
  top: 35px;
  z-index: 2;
  text-align: left;
  left: 35px;
}

.ctrl9 {
  padding: 5px 5px;
  margin: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  /* background: rgba(200, 200, 200, 0.8); */
  background: white;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  color: #5E6280;
  font-size: 14px;
  vertical-align: middle;
  /* border: 1px solid #06beb6; */
}
.ctrl9:hover {
  /* background: rgba(200, 200, 200, 1); */
  background: #E6E6E6;
}

.mapket {
  margin-top: 20px;
  height: 50px;
}

#myModal5 .modal-header{
  background-color: #F2F3F5 !important;
  border-bottom: none;
  border-radius: 30px 30px 30px 0px !important;
  color: #5E6280 !important;
  padding: 0.4rem;
  justify-content: left !important;
  margin-bottom: 0px !important;
}

#myModal5 .modal-content {
  background-color: white !important;
  border-radius: 30px !important;
  
}

#myModal5 .modal-dialog {
  width: fit-content;
  margin-top: 100px;
}