/*************************************************
 find-my.space.css
**************************************************/

pre {
    font-family: inherit; /* Inherit toma la fuente del elemento padre */
    font-size: inherit;   /* Opcional: para heredar el tamaño de fuente también */
  }

/*=================
 Logos
===================*/
.header-logo-fms{
    height: 30px !important;
    width: auto !important;
}
.footer-logo-fms{
    height: 32px;
    width: auto;
}

/*=================
 Scenes
===================*/
#scene-list .scene-list-image{
    width: 32px;
    height: 32px;
    margin:2px;
}

#scene-list .scene.scene-image{
    
}
#scene-list .scene.scene-image:hover{
    background-color: var(--btn-hover-bg);
}

#scene-list .scene.scene-image:hover img.white-image-on-hover{
    filter: brightness(0) invert(1); /*imagen blanca en hover*/
}


/*=================
 Modal Video
===================*/
#map-modal-video .modal-header{
    padding: 10px 20px;
}
#map-modal-video .modal-body{
    padding: 0px;
}
#map-modal-video .modal-footer{
    padding: 0px;
}

.video-embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.video-embed-responsive::before {
    display: block;
    content: "";
}

.video-embed-responsive .embed-responsive-item,
.video-embed-responsive embed,
.video-embed-responsive iframe,
.video-embed-responsive object,
.video-embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/*=================
 Modal Image & Glightbox
===================*/
#map-modal-image .modal-header{
    padding: 10px 20px;
}
#map-modal-image .modal-body{
    padding: 0px;
}
#map-modal-image .modal-footer{
    padding: 0px;
}
.map-modal-image-img{
    width: 100%;
    height: auto;
}

/*=================
 Modal PDF
===================*/
#map-modal-file .modal-header{
    padding: 10px 20px;
}
#map-modal-file .modal-body{
    padding: 20px;
}
#map-modal-file .modal-footer{
    padding: 0px;
}
#map-modal-file #map-modal-file-viewer{
    width: 100%;
    min-height: 400px;
}



/*=================
 Sidebar Item Info
===================*/
#map-sidebar-item-info-name{
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 1.3em;
}
#map-sidebar-item-info-type{
    margin-top: -8px;
    margin-bottom: 0px;
    margin-left: 50px;
}

.map-sidebar-item-info-photo-main{
    max-width: 300px;
}

.map-sidebar-item-info-photo{
    max-width: 200px;
}

#map-sidebar-item-info-display-text{
    margin-bottom: -20px !important;
}


/*=================
 Debug Panel
===================*/
#map-debug-panel{
    background-color: rgba(255,255,255,0.6);
    border:1px solid black;
    border-radius: 20px;
    color:black;
    font-weight: 500;
    font-size: 13px;

    position: absolute;
    top: 10px;
    left: 10px;

    z-index: 9999;
}

#map-debug-panel table{
    margin:20px;
    min-width: 300px;
}