﻿
/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 * 
 * Ancestry report styling.
 */


/*
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 * 
 * Ancestry report styling and layout.
 */

.mapboxgl-popup-content {
    padding: 0 !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
}

#map {
    /*            position: absolute;
            top: 0;
            bottom: 0;*/
    height: 100%;
    width: 100%;
}

#mapcontinental {
    height: 600px;
    width: 100%;
}

.mapcontinental {
    height: 600px;
    width: 100%;
}


.mapboxgl-popup {
    max-width: 600px;
    /*font: 12px/20px 'Nunito','Helvetica Neue', Arial, Helvetica, sans-serif;*/
    /*box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;*/
    /*color: #404040;*/
    font: 400 15px/22px 'Nunito','Source Sans Pro', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* Marker tweaks */
.mapboxgl-popup-close-button {
    display: none;
}

.more {
    display: none;
}

@media (min-width: 992px) {
    .containerB {
        position: absolute;
        top: 25px;
        left: 25px;
        /*  height: 100px;*/
        width: 100%;
        z-index: 10000;
        /* background-color: maroon;*/
        /* color: white;*/
        border: solid 0px gray !important;
    }
}

#logoContainer {
    position: absolute;
    z-index: 100;
    top: 5px;
    left: 5px;
    background-color: transparent;
    /*            border: 1px solid black;*/
    width: 150px;
    height: 60px;
    /*background: url(/img/Logo.png) no-repeat center;*/
    background: url(/img/logo-noslogan-white.svg) no-repeat center;
    background-size: 100% auto;
    display: none;
}


