* {
    margin: 0;
    padding: 0;
    min-height: 0;
    min-width: 0;
}

html {
    height: 100%;
    color: #445052;
    font-weight: 200;
    font-size: 1em;
}

/* Global fix for tooltips in scrollbars */
body {
    overflow: hidden;
}

h1 {
    font-weight: 200;
    font-size: 1.5em;
    margin: 0.7em 0 0.3em 0;
}

h2 {
    margin: 0.3em 0 0.2em 0;
}

@font-face {
    font-family: "Ciutadella";
    src: url(/ee6ab049fe378ffd77cb.woff2?.2) format("woff2"), url(/2122f90a39ba1dbbad95.woff?.2) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "Ciutadella";
    src: url(/260a406f5abbe8ebb8d1.woff2?.2) format("woff2"), url(/a7e5391e2d8098153ebd.woff?.2) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Ciutadella";
    src: url(/159558e5485fdfd24eab.woff2?.2) format("woff2"), url(/84b9727ba19c3ac3139d.woff?.2) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Ciutadella";
    src: url(/3eb68072fd276e5ec030.woff2?.2) format("woff2"), url(/9d2a77903edb49b9e424.woff?.2) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Ciutadella";
    src: url(/9d951fccf71e4c8dd4b3.woff2?.2) format("woff2"), url(/e3a8d834fd10da6de8e5.woff?.2) format("woff");
    font-weight: 700;
    font-style: normal
}

.page__social-container {
    display: inline-flex;
    margin: auto 0 2px 0;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.page__social-container:before,
.page__social-container:after {
    content: ''
}

.page__footer-container {
    display: inline-flex;
    background-color: transparent;
    width: 100%;
    position: absolute;
    right: 77px;
    bottom: 16px;
}

.page__slogan-container {
    display: flex;
    justify-content: flex-end;
    align-items: right;
    width: 300px;
    margin-left: auto;
}

.page__slogan-container > svg {
    margin-right: 10px;
}

.slogan-icon-st0 {
    fill: none;
}

.slogan-icon-st1 {
    fill: none;
    stroke: currentColor;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

.slogan-icon-st2 {
    fill: currentColor;
}

.slogan-icon-st3 {
    font-family: 'Ciutadella';
}

.slogan-icon-st4 {
    font-size: 8px;
}

/* slogan styles */
.slogan__st0 {
    fill: none;
}

.slogan__st1 {
    fill: none;
    stroke: #445052;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

.slogan__st2 {
    font-family: 'Ciutadella';
}

.slogan__st3 {
    font-size: 9px;
    text-transform: lowercase;
}

/* linkedin */
.nav__icon-linkedin {
    width: 35px;
    height: 35px;
}

.nav__icon-linkedin:hover g path {
    fill: #eb6927;
}

.page__social-icon-container {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-social-instagram-container {
    margin: 0;
}

/* instagram */
.nav__icon-instagram {
    width: 35px !important;
    height: 35px !important;
}

.nav__icon-instagram:hover path {
    fill: #eb6927;
}

/* SDC Section tabs */


button.sdcTab:hover div div {
    color: #eb6927;
}


:root {
    --hem-orange: #eb6927;
    --hem-orange--hover: #ef8752;
    --hem-orange--light: rgba(239,135,82,0.5);
    --hem-fontColor-default: #445052;
}

/*text ellipsis class - it only works if width has been defined*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pgplaces_table__header {

}

.pgplaces_table__row {

}

.pgplaces_table__headercolumn {
}


.pgplaces_table__name_column {
    width: 20% !important;
    padding-left: 12px !important;
    padding-right: 8px !important;
    text-overflow: ellipsis !important;
}

.pgplaces_table__city_column {
    width: 10% !important;
}

.pgplaces_table__address_column {
    width: 25% !important;
}

.pgplaces_table__locationtype_column {
    width: 12% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pgplaces_table__timezone_column {
    width: 13% !important;
}

.pgplaces_table__peoplecount_column {
    width: 15% !important;
    text-overflow: ellipsis !important;
}

.pgplaces_table__options_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 48px !important;
    text-align: right !important;
}

.search-page-input__container{
    display: flex;
    height: 45px;
    position: relative;
}

.search-page-input{
    width: 100%;
    height: 40px;
    margin: auto 0;
    outline: none;
    border: none;
    padding: 2px 65px;
    transition: 0.3s all;
    font-size: 16px;
}

.search-page-input__search-icon{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: default;
    fill: rgb(123, 138, 141);
    margin-left: 25px;
}

@media (max-width: 780px){
    .search-input{
        width: 100%;
        box-sizing: border-box;
    }
}
.search-page-container{
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.ol-box {
    box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid blue;
}

.ol-mouse-position {
    top: 8px;
    right: 8px;
    position: absolute;
}

.ol-scale-line {
    background: rgba(0, 60, 136, 0.3);
    border-radius: 4px;
    bottom: 8px;
    left: 8px;
    padding: 2px;
    position: absolute;
}

.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents, width;
}

.ol-overlay-container {
    will-change: left, right, top, bottom;
}

.ol-unsupported {
    display: none;
}

.ol-viewport, .ol-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inherit !important;
}

.ol-selectable {
    -webkit-touch-callout: default;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    display: inherit !important;

}

.ol-grabbing {
    cursor: grabbing;
}

.ol-grab {
    cursor: grab;
}

.ol-control {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
}

.ol-control:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.ol-zoom {
    top: .5em;
    left: .5em;
}

.ol-rotate {
    top: .5em;
    right: .5em;
    transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
    top: 4.643em;
    left: .5em;
}

.ol-full-screen {
    right: .5em;
    top: .5em;
}

@media print {
    .ol-control {
        display: none;
    }
}

.ol-control button {
    display: block;
    padding: 0;
    color: white;
    font-size: 1.14em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
    border: none;
    padding: 0;
}

.ol-zoom-extent button {
    line-height: 1.4em;
}

.ol-compass {
    display: block;
    font-weight: normal;
    font-size: 1.2em;
    will-change: transform;
}

.ol-touch .ol-control button {
    font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
    top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
    text-decoration: none;
    background-color: rgba(0, 60, 136, 0.7);
}

.ol-zoom .ol-zoom-in {
    border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
    border-radius: 0 0 2px 2px;
}


.ol-attribution {
    text-align: right;
    bottom: .5em;
    right: .5em;
    max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
    margin: 0;
    padding: 0 .5em;
    font-size: .7rem;
    line-height: 1.375em;
    color: #000;
    text-shadow: 0 0 2px #fff;
}

.ol-attribution li {
    display: inline;
    list-style: none;
    line-height: inherit;
}

.ol-attribution li:not(:last-child):after {
    content: " ";
}

.ol-attribution img {
    max-height: 2em;
    max-width: inherit;
    vertical-align: middle;
}

.ol-attribution ul, .ol-attribution button {
    display: inline-block;
}

.ol-attribution.ol-collapsed ul {
    display: none;
}

.ol-attribution.ol-logo-only ul {
    display: block;
}

.ol-attribution:not(.ol-collapsed) {
    background: rgba(255, 255, 255, 0.8);
}

.ol-attribution.ol-uncollapsible {
    bottom: 0;
    right: 0;
    border-radius: 4px 0 0;
    height: 1.1em;
    line-height: 1em;
}

.ol-attribution.ol-logo-only {
    background: transparent;
    bottom: .4em;
    height: 1.1em;
    line-height: 1em;
}

.ol-attribution.ol-uncollapsible img {
    margin-top: -.2em;
    max-height: 1.6em;
}

.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
    display: none;
}

.ol-zoomslider {
    top: 0.5em;
    right: 0.5em;
    height: 200px;
    width: 20px;
    padding: 0;
}

.ol-zoomslider button {
    position: relative;
    width: inherit;
    background-color: #eb6927;
}

.ol-zoomslider button:hover,
.ol-zoomslider button:focus {
    background-color: #eb6927;
}

.ol-touch .ol-zoomslider {
    top: 1.5em;
}

.ol-overviewmap {
    left: 0.5em;
    bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
    bottom: 0;
    left: 0;
    border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
    display: inline-block;
}

.ol-overviewmap .ol-overviewmap-map {
    border: 1px solid #7b98bc;
    height: 150px;
    margin: 2px;
    width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
    bottom: 1px;
    left: 2px;
    position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
    display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
    background: rgba(255, 255, 255, 0.8);
}

.ol-overviewmap-box {
    border: 2px dotted rgba(0, 60, 136, 0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
    cursor: move;
}

.map__default_tooltip_container {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: flex;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 4px;
    padding: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    background-color: rgb(224, 224, 224);
    border-radius: 16px;
    white-space: nowrap;
    width: fit-content;
}

.map__default_tooltip_text {
    color: rgba(68, 80, 82, 0.87);
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    user-select: none;
    white-space: nowrap;
}

.map__wrapper {
    position: relative;
}

.map__corner_action {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 101;
    pointer-events: auto;
}

@media (max-width: 480px) {
    .map__corner_action {
        right: 12px;
        bottom: 12px;
    }
}

.ol-zoomslider {
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: auto;
    height: 200px;
    width: 20px;
    padding: 0;
    z-index: 100;
}

.ol-zoomslider button {
    position: relative;
    width: inherit;
    background-color: #eb6927;
}

.ol-zoomslider button:hover,
.ol-zoomslider button:focus {
    background-color: #eb6927;
}

.map__corner_action_btn {
    background-color: #ffffff !important;
    border-radius: 50%;
    padding: 8px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.map__corner_action_btn svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

@media (max-width: 480px) {
    .ol-zoomslider {
        right: 12px;
        top: 12px;
        height: 160px;
    }
}

.map__wrapper--fullscreen .map__corner_action {
    bottom: 48px;
}

.avatar-img-1 {
    background-image: url(/4bb2e3b87a1db0416b22.webp);
}

.avatar-img-2 {
    background-image: url(/aa48afad7a893716485f.webp);
}

.avatar-img-3 {
    background-image: url(/437c2753520a4d6507e1.webp);
}

.avatar-img-4 {
    background-image: url(/7a4245ddaec892c606af.webp);
}

.avatar-img-5 {
    background-image: url(/084ade19110ff14ddf22.webp);
}

.avatar-img-6 {
    background-image: url(/550efca1ce8df7fa7847.webp);
}

.avatar-img-7 {
    background-image: url(/7fe852c3c063c5fb2945.webp);
}

.react-tel-input .flag-dropdown.open-dropdown, .react-tel-input .flag-dropdown.open-dropdown .selected-flag,
.react-tel-input .flag-dropdown:hover .selected-flag{
    background: none !important;
}
