
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700; /* variable font covers a range */
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/Work_Sans/WorkSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700; /* variable font covers a range */
    font-style: normal;
}








@font-face {
    font-family: 'Jost';
    src: url('..fonts/Jost-Book.woff2') format('woff2'), url('../fonts/Jost-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'), url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "recoleta";
    src: url("../fonts/Latinotype-Recoleta Medium.otf"), format('otf');
    font-display: normal;
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans.ttf"), format('otf');
    font-display: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.ttf"), format('otf');
    font-display: normal;
}
@font-face {
    font-family: "Nunito Sans";
    src: url("../fonts/NunitoSans.ttf"), format('otf');
    font-display: normal;
}
@font-face {
    font-family: 'BR Firma';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/BR_Firma/BR-Firma-Regular.woff') format('woff');
}
@font-face {
    font-family: 'BR Firma Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/BR_Firma/BR-Firma-Light.woff') format('woff');
}
@font-face {
    font-family: 'BR Firma Mid';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/BR_Firma/BR-Firma-Medium.woff') format('woff');
}
@font-face {
    font-family: 'BR Firma Thin';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/BR_Firma/BR-Firma-Thin.woff') format('woff');
}


.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
[data-bs-theme="dark"] .page-loading {
    background-color: #121519;
}
.page-loading.active {
opacity: 1;
visibility: visible;
}
.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}
.page-loading.active > .page-loading-inner {
    opacity: 1;
}
.page-loading-inner > span {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #6f788b;
}
[data-bs-theme="dark"] .page-loading-inner > span {
    color: #fff;
    opacity: .6;
}
.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    background-color: #d7dde2; 
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}
[data-bs-theme="dark"] .page-spinner {
    background-color: rgba(255,255,255,.25);
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.geo-map {
  /* width: 100%;
  height: 450px; or whatever height you want */
  display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    height: 25rem;
}
#gmp {
  /* width: 100%;
  height: 100%;
  padding: 1rem;
  display: block; */
display: block;
    position: relative;
    /* align-items: center; */
    height: 100%;
    width: 100%;
    padding: 10px;
    right: -100px;

}
@media (max-width: 576px) {
  .geo-map {
    position: absolute;
    height: 50%;
    opacity: 0.15;

    /* display: flex; */
  }
  #gmp{
    position: relative;
    right: 0;
    width: 100%;
  }
}
.bg-glass1 {
    background: rgba(var(--ar-white-rgb), 0.1);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.glass2 {
    background: rgba(var(--ar-dark-rgb), 0.4);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 4px 30px rgba(var(--ar-light-rgb), 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#news-tb .tabulator-row,
#news-tb .tabulator-cell {
    cursor: default !important;
}
#news-tb .tabulator .tabulator-cell {
    border: none !important;          /* remove cell borders */
}

#news-tb .tabulator .tabulator-row,
#news-tb .tabulator .tabulator-row.tabulator-row-odd,
#news-tb .tabulator .tabulator-row.tabulator-row-even {
    background-color: transparent !important; /* remove row backgrounds */
}

#news-tb .tabulator-tableHolder,
#news-tb .tabulator-table {
    border: none !important;          /* remove table outer borders */
}





