@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

#table{
    margin: 5rem; 
    max-width: 1400px;
}

/* Table Override */
.tabulator{
    background-color: #333333;
    border: 3px solid #333;
}

.tabulator .tabulator-header{
    font-family: 'Lato', sans-serif;
    color: white;
}

.tabulator .tabulator-header .tabulator-col{
    background-color: #333333;
    border-right: 1px solid #666666;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-left{
    border-color: #333333;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover{
    background-color: #444444;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input{
    border: 0;
    font-size: 12px;
}

.tabulator-row.tabulator-row-even{
    background-color: #f5f5f5;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
    border-top: none;
    border-bottom: 6px solid #08C0B2;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
    border-top: none;
    border-bottom: 6px solid #ff257c;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
    border-bottom: none;
    border-top: 6px solid #ff257c;
    color: #ff257c;
}

.tabulator-row.tabulator-selectable:hover{
    background-color: #6CE6DD;
}

.table-link{
    color: #0D71b9;
}

/* Estilos de Visualización */

#vis-container{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.vis_provincia_cuadro{
    font-size: 21px;
    margin: 16px auto;
    height: 250px;
    background-color: #ddd;
    max-width: 250px;
    background-repeat: no-repeat;
}

.vis_prov_numero{
    position: relative;
    top: 170px;
    left: 38px;
    display: flex;
    background-color: #333333;
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.vis_prov_numero > span{
    margin: auto;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.vis_prov_nombre{
    position: relative;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    top: -30px;
    left: 30px;
}

.medios-vis-subtitulo-container{
    display: flex;
    height: 250px;
}

@media only screen and (max-width: 768px){
    .medios-vis-subtitulo-container{
        height: auto;
    }
}

.medios-vis-subtitulo{
    margin: auto 12px;
    font-weight: normal;
    font-size: 28px;
}

.vis-error{
    color: red;
    text-align: center;
    font-size: 12px;
}

#vis_san_jose{
    background-image: url(imgs/san_jose.svg);
    background-position: 60% 60%;
}

#vis_alajuela{
    background-image: url(imgs/alajuela.svg);
    background-position: 60% 70%;
}

#vis_cartago{
    background-image: url(imgs/cartago.svg);
    background-position: 50% 50%;
}

#vis_heredia{
    background-image: url(imgs/heredia.svg);
    background-position: 60% 50%;
}

#vis_guanacaste{
    background-image: url(imgs/guanacaste.svg);
    background-position: 80% 80%;
}

#vis_puntarenas{
    background-image: url(imgs/puntarenas.svg);
    background-position: 60% 50%;
}

#vis_limon{
    background-image: url(imgs/limon.svg);
    background-position: 80% 50%;
}
