* {
    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%;
}

.project__quality__ctd__header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
}

.project__quality__emptyContainer {
    padding: 5% 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%
}

.project__quality__emptyContainer > div {
    align-self: flex-start;
    margin-top: 7%;
}


.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);
}

