/* Body top margin to allow for navbar */
body {
    margin-top: 60px;
    margin-bottom: 60px;
}

.modal-header-bl {
    background-color: #000;
    color: #fff;
}

.filter-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 56px;
    left: 0;
    background-color: #212529;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.filter-sidebar .form-switch {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.filter-sidebar .form-switch:hover {
    color: #f1f1f1;
}

.filter-sidebar .filter-sidebar-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    color: #fff;
}

.filter-sidebar .sidebar-filter-switch, .form-check-label{
    cursor: pointer;
}

.filter-sidebar-open {
    width: 100px;
    margin: 0 auto;
}

.filter-sidebar-open:hover {
    background-color: #444;
}

@media screen and (max-height: 450px) {
    .filter-sidebar {
        padding-top: 15px;
    }

    .filter-sidebar a {
        font-size: 18px;
    }
}

.font-14 {
    font-size: 14px !important;
}


.notification-ui a:after {
    display: none;
}

.notification-ui_icon {
    position: relative;
}

.notification-ui_icon .unread-notification {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    background-color: #66BB6A;
    position: absolute;
    top: 7px;
    left: 12px;
}

@media (min-width: 900px) {
    .notification-ui_icon .unread-notification {
        left: 20px;
    }
}

.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd:after {
    content: "";
    position: absolute;
    top: -24px;
    right: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.notification-ui_dd .notification-ui_dd-header h3 {
    margin-bottom: 0;
}

.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 25px;
    border-bottom: 1px solid #ddd;
}

.notification-list--unread {
    position: relative;
}

.notification-list--unread:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    height: calc(100% + 1px);
    border-left: 2px solid #29B6F6;
}

.notification-list .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}



.notify-badge {
    position: absolute;
    right: -20px;
    top: 10px;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
}

.navbar-search-container .suggestions {
    position: absolute;
    margin: auto;
    top: 60px;
    left: 110px;
    right: 0;
    width: 60%;
    background: #fff;
    text-align: left;
    z-index: 2;
}

.search-container input {
    background: rgba(255, 255, 255, 0.2);
}

.navbar-search-container ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
}

.navbar-search-container ul.has-suggestions {
    display: block;
}

.navbar-search-container ul li {
    padding: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.navbar-search-container ul li:hover {
    background-color: #e65c00;
}

.navbar-search {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 110px;
    right: 0;
    text-align: left;
    border-radius: 5px;
    padding: 0 10px;
    width: 60%;
    height: 38px;
}

@media screen and (max-width: 1300px) {
    .navbar-search-container .suggestions {
        width: 55%;
    }

    .navbar-search {
        width: 55%;
    }
}

@media screen and (max-width: 1160px) {
    .navbar-search-container .suggestions {
        width: 50%;
    }

    .navbar-search {
        width: 50%;
    }
}

@media screen and (max-width: 1045px) {
    .navbar-search-container .suggestions {
        width: 35%;
    }

    .navbar-search {
        width: 35%;
    }
}

.modal-dialog.modal-80 {
    max-width: 80%;
}

.eco-tab.active {
    background-color: #c31e24 !important;
    color: #fff !important;
}

.eco-tab {
    background-color: #fff !important;
    color: #c31e24 !important;
}

.btn-ecolayers {
    background-color: #c31e24 !important;
    color: #fff !important;
}

.btn-ecolayers:hover {
    background-color: #9c1a21 !important;
    color: #fff !important;
}

.form-rounded {
    border-radius: 1em;
}

/* Reduced opacity on home icon */
i.home {
    opacity: 0.5;
}

.bg-midnight-green {
    background: #124B58;
}

.img-sm {
    max-height: 100px;
    height: 100%;
    width: auto;
    padding: 10px;
    border: 1px solid #eee;
}

.img-120px {
    max-height: 120px;
    height: 100%;
    width: auto;
}

.bg-blue {
    background: #085394;
}

/* Search container dropdown */
.search-container {
    position: relative;
}

.search-container .suggestions {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    text-align: left;
    z-index: 2;
}

.dark-mode .search-container .suggestions {
    background: #000 !important;
}

.search-container input {
    background: rgba(255, 255, 255, 0.2);
}

.search-container ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
}

.search-container ul.has-suggestions {
    display: block;
}

.search-container ul li {
    padding: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.search-container ul li:hover {
    background-color: #e65c00;
}

/* Select form element plain styling */
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

/* Navbar styling */
.navbar-dark {
    background-color: #212529 !important;
}

.navbar-dark .nav-link,
.navbar-dark .navbar-brand .home {
    color: #fff !important;
    opacity: 1;
}

.navbar-dark .nav-link:hover,
.navbar-dark .navbar-brand .home:hover {
    color: #c31e24 !important;
}

/* Dashboard sidebar & styling */
div.dt-buttons {
    float: left;
}

.nav-sidebar {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 56px;
    width: 250px;
    height: 100%;
    color: #e1ffff;
    z-index: 999;
}

.nav-sidebar .brand {
    background-color: #212529;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-sidebar .toggle-btn {
    display: none;
}

.nav-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
}

.nav-sidebar ul .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-sidebar ul .sub-menu li.active {
    color: #d19b3d;
}

.nav-sidebar ul .sub-menu li.active a {
    color: #d19b3d;
}

.nav-sidebar ul .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0;
}

.nav-sidebar ul .sub-menu li:hover {
    background-color: #020203;
    transition: none;
}

.nav-sidebar li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
    padding-left: 0;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
    transition: all 0.2s ease;
}

.nav-sidebar li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-sidebar div li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-sidebar li .sub-menu li.active {
    color: #d19b3d;
}

.nav-sidebar li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-sidebar li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0;
}

.nav-sidebar li .sub-menu li:hover {
    background-color: #020203;
}

.nav-sidebar li a {
    text-decoration: none;
    color: #e1ffff;
}

.nav-sidebar li a i {
    margin: 10px 15px;
}

.nav-sidebar li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    transition: none;
}

.sub-menu li {
    padding-left: 20px;
}

li .fa-chevron-down {
    margin: 10px;
    vertical-align: middle;
    float: right;
    transition: transform 0.4s;
}

li.active .fa-chevron-down {
    transform: rotateX(180deg);
}

.dash-container {
    position: relative;
    top: 10px;
}

@media (max-width: 767px) {
    .nav-sidebar {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .nav-sidebar .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 14px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center;
        border-radius: 4px;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 12px;
        line-height: 50px !important;
    }

    .dash-container {
        position: relative;
        top: 56px;
    }
}

@media (min-width: 767px) {
    .nav-sidebar .menu-list .menu-content {
        display: block;
    }
}

@media (min-width: 767px) {
    .dash-container {
        margin-left: 250px;
    }
}

/* Image gallery & buttons & modal */
#image-gallery {
    position: relative;
    height: 650px;
    max-height: 100%;
}

#image-gallery #canvas {
    width: 100%;
    height: 100%;
}

#renderer-center-img {
    max-width: 100px;
    width: 100%;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* or 3d alternative if you will add animations (smoother transitions) */
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
}

#photo-menu {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px;
}

#photo-menu button {
    width: 100px;
    margin: 0 auto;
}

.prev-btn {
    display: none;
}

.next-btn {
    display: none;
}

.nb-gallery .fancy-rendered-img {
    padding: 0;
    width: 380px;
}

.fancy-rendered-img {
    padding: 25px;
}

.fancy-rendered-img:hover {
    -webkit-box-shadow: 0px 0px 30px 0px white;
    box-shadow: 0px 0px 30px 0px white;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#company-profile-modal .modal-date {
    border-bottom: 1px solid white;
    padding-left: 1rem;
    padding-right: 1rem;
}

#company-profile-modal .col-header {
    font-weight: bold;
    border-bottom: 1px transparent;
    margin-top: 20px;
    margin-bottom: 5px;
}

#company-profile-modal .col-header.with-border {
    border-bottom: 1px solid #909090;
}

#company-profile-modal .no-top-margin {
    margin-top: 0;
}

#company-profile-modal h2 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 15px;
}

#company-profile-modal .definitions a {
    color: #ee2e24;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
    text-decoration: none;
}

#company-profile-modal .company-profile-logo {
    vertical-align: middle;
    max-width: 180px;
}

#company-profile-modal .company-profile-description {
    margin: 0 0 10px;
}

.entity-card {
    max-width: 100%;
    height: 100%;
    width: 100%;
    max-height: 135px;
    padding: 31px 43px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .entity-card {
      min-height: 120px;
      padding: 0px 12px;
    }
}

.entity-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: none;
}

/* Project List */
.project-list-tbody {
    font-size: 14px;
}

.project-list-tbody td {
    vertical-align: middle;
}

/* Entity Table Styling */

.entity-name-error {
    color: #c31e24;
}

.entity-logo-thumbnail {
    max-height: 100px;
    max-width: 100px;
    object-fit: cover;
}

/* Edit Project Form */
.edit-project-form small {
    word-break: break-all;
}

.edit-project-form .phase-label {
    background: #317be4;
    border-radius: 10px;
    color: #fff;
    padding: 0 15px;
}

.edit-project-form .funding-label {
    background: #317be4;
    border-radius: 10px;
    color: #fff;
}

.edit-project-form .row-bg {
    background-color: #fff;
    border-radius: 25px;
    border: 3px solid #eee;
}

.edit-project-form .custom-input {
    border-color: #fbdd67;
    border-left: 4px solid #fbdd67;
}

.edit-project-form .custom-input-bl {
    border-color: #317be4;
    border-left: 4px solid #317be4;
}

.edit-project-form .card-title {
    font-size: 18px;
}

.edit-project-form .col-form-label {
    color: #71a4ec;
    font-weight: bold;
}

.edit-project-form .drop-area {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.2s ease;
    text-align: center;
}

.edit-project-form .drop-area[data-active=true] {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #fff;
}

.edit-project-form .file-label {
    font-size: 26px;
    cursor: pointer;
    display: block;
}

.edit-project-form label span {
    display: block;
}

.edit-project-form label input[type=file]:not(:focus-visible) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.edit-project-form label .smaller {
    font-size: 16px;
}

.custom-radio-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custom-radio-input {
    width: 3em;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #1FBED6;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-radio-input:focus {
    outline: none;
}

.custom-radio-input:checked {
    background-color: #1FBED6;
}

.custom-radio-input::before {
    content: attr(data-num);
    position: relative;
    left: 15px;
    font-size: 1.5rem;
    color: #1FBED6;
    top: 3px;
}

.custom-radio-input:checked::before {
    color: #fff !important;
}

.img-wrap {
    position: relative;
    display: inline-block;
    border: 1px red solid;
    font-size: 0;
}

.img-wrap .file-del {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FF0000;
    padding: 5px 2px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    opacity: .5;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap .file-del:hover {
    opacity: 1;
}

/* View project */
.label-blue {
    color: #71a4ec;
}

.th-blue {
    background-color: #4471c3 !important;
    color: white;
}

.project-view-banner {
    border: 1px solid #eee;
}

/* Reports */
.report-banner-img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.report-label {
    color: #4471c3;
}

.hub-active {
    background: #C0392B;
}

.outcome-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.outcome-counter li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.outcome-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #134f5c;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

div.dataTables_wrapper div.dataTables_filter input {
    max-height: 100%;
    height: 38px;
}

div.dataTables_wrapper div.dataTables_filter label {
    height: 38px;
}

/* Edit Report Template */
.canvas {
    border: 1px solid gray;
    margin-top: 20px;
    min-height: 300px;
    padding: 3px;
    position: relative;
}

.canvas [data-handle] {
    border: 1px dotted gray;
    padding: 3px;
}

.canvas [data-handle].hover {
    border: 1px solid orange;
}

#rg-rc-menu {
    position: fixed;
    z-index: 10000;
    width: 150px;
    background: #1b1a1a;
    border-radius: 5px;
    transform: scale(0);
    transform-origin: top left;
}

#rg-rc-menu.visible {
    transform: scale(1);
    transition: transform 200ms ease-in-out;
}

#rg-rc-menu .item {
    padding: 8px 10px;
    font-size: 15px;
    color: #eee;
    cursor: pointer;
    border-radius: inherit;
}

#rg-rc-menu .item:hover {
    background: #343434;
}

.h-divider {
    margin: 10px auto;
    width: 100%;
    position: relative;
}

.h-divider .divider-shadow {
    overflow: hidden;
    height: 20px;
}

.h-divider .divider-shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px black;
}

.js-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    background: blue;
}

.js-tooltip a {
    color: white;
    font-size: 9px;
    display: inline-block;
}

/* article table */
section table {
    width: 100%;
    table-layout: fixed;
}

section table .white {
    background-color: white !important;
}

section .tbl-content {
    height: 100%;
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

section th {
    width: 16.66%;
    padding: 15px 0px;
    white-space: nowrap;
    text-align: center;
    background-color: #ff0054;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 812px) {
    section th {
        font-size: 8px;
    }
}

section td {
    width: 16.66%;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #bdbdbd;
}

@media screen and (max-width: 812px) {
    section td {
        font-size: 12px;
        padding: 5px 5px;
    }
}

@media screen and (max-width: 768px) {
    section td.align-right {
        text-align: center;
    }
}

section .gray {
    background-color: #ededed;
}

@media screen and (max-width: 768px) {
    section .align-right {
        text-align: center;
    }
}

section .align-right span {
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    section .align-right span:after {
        background-image: none;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        content: "";
        transform: translateY(15%);
        margin-left: 30%;
    }
}

section .align-right img {
    position: relative;
    display: inline-block;
    transform: translateY(5%);
    height: 11px;
    right: 15px;
    left: -10px;
}

@media screen and (max-width: 768px) {
    section .align-right img {
        height: 10px;
        display: none;
    }
}


.smr-open {
    position: relative;
    top: 0;
    right: 250px;
    width: calc(100% - 50px);
}

.rg-menu {
    position: fixed;
    z-index: 1000;
    background-color: #2e353d;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.rg-menu .rg-title {
    background-color: #212529;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.rg-menu .close-menu {
    right: 5px;
}

.rg-menu .close-menu::before {
    color: #fff;
    content: "\2716";
}

.rg-menu.slide-menu-right {
    right: -300px;
    top: 56px;
    width: 300px;
    height: calc(100% - 40px);
}

.toggle-slide-right {
    color: #fff;
    background: black;
    border: 1px solid grey;
    border-radius: 5px;
    display: block;
    margin: 20px auto;
    padding: 10px;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
}

body.smr-open .slide-menu-right {
    right: 0;
}

/* Timeline */
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.mt-6 {
    margin-top: 3.5rem !important;
}

.mt-175 {
    margin-top: 1.75rem !important;
}

.fs-14 {
    font-size: 14px;
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem 0;
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 4.5rem;
        position: absolute;
        left: 6.25rem;
        top: 7.6rem;
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 4.5rem;
        position: absolute;
        right: 6.5rem;
        top: 7.6rem;
    }
}

.timeline-steps .timeline-content {
    width: 11rem;
    text-align: center;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    font-size: 2.5em;
    position: absolute;
    top: 115px;
    left: 78px;
}

.timeline-steps .timeline-content .inner-circle.check:before {
    content: "\2713";
    color: #64bb1e;
    display: inline-block;
    position: relative;
    bottom: 11px;
    left: 4px;
}

/* Map View */
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    cursor: pointer;
}

#x {
    position: absolute;
    color: #000;
    top: 8px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}

.map-container {
    position: relative;
    height: calc(100vh - 56px);
    width: 80%;
    margin: 0 auto;
}

.map-container .logo-container {
    position: absolute;
    top: 15%;
    left: 3%;
    z-index: 25;
    width: 13%;
    max-width: 150px;
}

.map-container .logo-container img {
    width: 100%;
    max-width: 130px;
}

.svg-container {
    position: relative;
}

.svg-container .overlay-btns img {
    position: absolute;
    height: auto;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.svg-container .overlay-btns img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.svg-container .overlay-btns #atl-overlay {
    top: 55%;
    right: 7%;
    z-index: 0;
    width: 10%;
    max-width: 120px;
}

.svg-container .overlay-btns #nrth-overlay {
    top: 35%;
    left: 31%;
    z-index: 0;
    width: 10%;
    max-width: 120px;
}

.svg-container .overlay-btns #ont-overlay {
    top: 62%;
    right: 40%;
    z-index: 0;
    width: 10%;
    max-width: 120px;
}

.svg-container .overlay-btns #qubc-overlay {
    top: 55%;
    right: 23%;
    z-index: 0;
    width: 10%;
    max-width: 120px;
}

.svg-container .overlay-btns #west-overlay {
    top: 57%;
    left: 14%;
    z-index: 0;
    width: 10%;
    max-width: 120px;
}

.svg-container .canada-map {
    max-height: 100%;
    width: 100%;
}

.svg-container .canada-map path {
    pointer-events: all;
    transition: 0.5s fill;
}

.svg-container .canada-map path:hover {
    fill: #02aeb1;
}

.overlay-content {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100vh - 56px);
    visibility: hidden;
}

.first-layer .top-bar {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 0 0 50px;
}

.first-layer .top-bar div {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 40px 0 40px;
    text-decoration: none;
    color: #000;
    z-index: 12;
}

.first-layer .top-bar div.selected {
    font-weight: bold;
}

.first-layer .layer-content {
    position: absolute;
    top: 70px;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-y: hidden;
}

.first-layer .layer-content .selected-img {
    position: inherit;
    top: 23%;
    left: 5.5%;
    max-height: 118px;
    width: auto;
    z-index: 20;
}

.first-layer .layer-content .layer-checkboxes {
    height: 100%;
    max-height: 275px;
    max-width: 180px;
    min-width: fit-content;
    position: relative;
    height: fit-content;
    left: 5%;
    top: 43%;
    font-size: 13px;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
}

.first-layer .layer-content .menu-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.first-layer .layer-content .menu-title {
    color: #4872c5;
    font-weight: 400;
}

.first-layer .layer-content .menu-title.selected {
    font-weight: bold;
}

.first-layer .layer-content .menu-title::first-letter {
    text-transform: capitalize;
}

.checkbox-wrapper {
    display: block;
    padding: 6px 0;
}

.custom-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 10px;
}

.custom-scroll::-webkit-scrollbar {
    width: 12px;
    right: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
}

.layer-large-cont {
    position: absolute;
    top: 15%;
    left: 21%;
    width: 77%;
    height: 77%;
    background: #fff;
    z-index: 12;
    border-radius: 15px;
    visibility: hidden;
}

.grid {
    overflow-y: scroll;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.layer-large-cont img {
    width: 100%;
    min-width: auto;
    max-width: 90%;
    height: 155px;
    object-fit: contain;
}

/* project styles */
#canhealth-project {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;

}

.project-element {
    display: inline-block;
    font-size: 12px;
    transition: 0.1s;
    background-color: white;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    color: black;
    padding: 0.8rem;
    margin: auto;
    height: 416px;
    width: 320px;
}

@media (min-width: 500px) {
    #canhealth-project {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0px;
    }

    .project-element {
        margin-left: 0px;
    }
}

@media (min-width: 1200px) {
    #canhealth-project {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-element {
        margin: auto;
    }
}

/*
 @media (min-width: 1350px) {
    #canhealth-project {
      grid-template-columns: repeat(3, 1fr);
    }
    .project-element {
      margin: auto;
    }
 }
*/
#project-name {
    font-size: 14px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    padding: 1em;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#project-description {
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: normal;
    height: 218px;
    width: 288px;
    overflow: hidden;

}

#region-image {
    width: 80px;
    height: 80px;
}

#edge-image {

    display: inline;
    max-width: 180px;
    max-height: 80px;
    width: auto;
    height: auto;
    padding-left: 10px;
}

#edge-image:hover {
    border: 1px solid #0716eb;

}
.view-more-link {
    text-align: center;
}

.view-more-link>a {

    font-weight: normal;
    font-size: small;
    color: blue;
    padding: 2rem;
    text-decoration-line: underline;
    text-underline-offset: auto;
}

#read-more-news-link {
    font-weight: normal;
    font-size: small;
    color: blue;
    text-decoration-line: underline;
    text-underline-offset: auto;
}



.engaged-edge-img {
    display: inline;
    max-width: 200px;
    max-height: 90px;
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-bottom: 10px;
}

.engaged-edge-img:hover{
    border: 1px solid #0716eb;
}
.project-status {
    font-size: 12px;
    color: gray;
}

/*contact on profile page*/
#contact-inner-container {
    width: 18rem;
    height: 150px;
    margin: 0em;
    overflow-y: scroll;

}

/* Overwrite the default to keep the scrollbar always visible */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.contact-element {
    padding-bottom: 10px;
}

#contact-name {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

#contact-title {
    font-size: 10px;
    color: gray;
}

#contact-email {
    font-size: 12px;
    color: black;
}

.contact-image {
    width: 25px;
    padding-left: 1px;
    padding-right: 1px;
}

#contact-row {
    padding-left: 1px;
}

.contact-image>img {
    display: inline;
    max-width: 20px;
    width: auto;
    height: auto;

}

/*healthchatter on profile page*/
#profile-healthchatter {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.profile-healthchatter-element {
    font-size: 12px;
    transition: 0.1s;
    background-color: white;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    color: black;
    padding: 0.8rem;
    margin: auto;
    height: 17rem;
    width: 15rem;
    overflow-wrap: break-word;
}

#healthchatter-title{
    height: 4.5rem;
    overflow-y: hidden;
}
.profile-healthchatter-element-more {
    display: none;
}

@media (min-width: 300px) {
    #profile-healthchatter {
        grid-template-columns: repeat(1, 1fr);
    }

    .profile-healthchatter-element {
        margin: auto;
    }

}

@media (min-width: 900px) {
    #profile-healthchatter {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-healthchatter-element {
        margin: auto;
    }

}

@media (min-width: 1400px) {
    #profile-healthchatter {

        grid-template-columns: repeat(3, 1fr);
    }

    .profile-healthchatter-element {
        margin-bottom: 10px;
    }
    
  }



  .horizontal-spacer{
   
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .btn-border{
    border: 1px solid black;
   
    color: black;
    background-color: white;
  }

  .profile-hashtag{
    font-size: 12px;
    color: black;
    background-color: #e1e1e1;
    border-radius: 5px;
    margin: 8px;
    padding: 5px;

  }

  .profile-hashtag img{
    width: 18px;
    height: 18px;
    padding-right: 5px;
  }

  #profile-healthchatter-more-news{
    text-align: center;
  }

  /*procurement page*/
  .company-logo{
    display: inline;
    max-width: 151px;
    
    width: auto;
    height: auto;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .los{
    color: white;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
  }
  .level-4{
    background-color: #B02418;
   
  }

  .level-3{
    background-color: #C04B46;
  
  }
  .level-2{
    background-color: #D28481;
    color: black;
  }
  .level-1{
    background-color: #FDF8F5;
    border-style: solid;
    border-color: #E7C9C9;
    border-width: 1px;
    color: black;
   
  }
  .level-0{
    background-color: #3A3838;
    
  }

  .project-name, .los-column, .jobs-column, .buyer-column, .image-column{
    vertical-align: middle;
  }

  .jobs-column{
    text-align: center;
  }

 #projects-link{

   text-align: left;
 }

 /* HONEYCOMB */
 .honeycomb {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.honeycomb .inner_span {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #000;
}

.honeycomb .inner-text {
    padding-top: 35%;
}

.honeycomb .honeycomb-inner-wrapper {
    display: inline-block;
    overflow: hidden;
    width: 700px;
    position: relative;
    height: 1200px;
}

.honeycomb .comb {
    position: absolute;
    display: inline-block;
}

.honeycomb .hex_l,
.honeycomb .hex_r {
    overflow: hidden;
    position: absolute;
}

.honeycomb .hex_l {
    margin: 1px;
    visibility: hidden;
    clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
    -webkit-clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
}

.honeycomb .hex_r {
    visibility: hidden;
    clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
    -webkit-clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
}

.honeycomb .hex_inner {
    display: block;
    visibility: visible;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    cursor: pointer;
}

.honeycomb .hex_l2,
.honeycomb .hex_r2 {
    overflow: hidden;
    position: absolute;
    background-color: #000;
}

.honeycomb .hex_l2 {
    visibility: hidden;
    clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
    -webkit-clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
}

.honeycomb .hex_r2 {
    visibility: hidden;
    clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
    -webkit-clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
}

.honeycomb .hex_inner2 {
    display: block;
    visibility: visible;
    clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
    -webkit-clip-path: polygon(0% 50%,25% 0%,75% 0%,100% 50%,75% 100%,25% 100%);
    background-color: #000;
    cursor: pointer;
}

.disabled-links{
    pointer-events: none;
    color: grey;
    text-decoration: none;
    cursor: default;
    opacity: 0.5;
}

.view-password{
    margin-left: -30px; 
    cursor: pointer;
}

.in-line{
    display: inline-block;
}

/* MAP STYLING */

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 75vh;
}

#map {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.btn-el-filters {
    background: #FFF;

    margin-top: 12px;
    padding-bottom: 12px;
    margin-right: 6px;
    height: 38px;
}

.btn-el-filters:hover {
    background: #e6e6e6;
}

.btn-el-filters:focus,
.btn-el-filters:active,
.btn-el-filters:enabled {
    background: #FFF !important;
    border: none !important;
}

.map-filters {
    max-height: 300px;
    width: 250px !important;
    overflow-y: scroll;
}

.ecolayers-marker {
    width: auto;
    height: 20px;

    transform: translateX(-50%);
    border: 1px solid #eb3a44;
    border-radius: 5px;
    padding: 0 2px;
    background: #fee1d7;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #eb3a44;
}

/* Styling for autocomplete search bar */
.wrapper {
    max-width: 450px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 12px;
}

.wrapper .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: Opx 1px 5px 3px rgba(0, 0, 0, 0. 12);
}

.search-input input {
    height: 38px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 14px;
    box-shadoW: 0px 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 38px;
    width: 55px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #0d6efd;
    cursor: pointer;
    z-index: 2;
}

/* Styling for an info pane that slides out from the left. 
   * Hidden by default. */
#panel {
    margin: 60px 10px 0 10px;
    height: fit-content;
    max-height: 500px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1;
    overflow-x: scroll;
    transition: all .2s ease-out;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#panel .entity {
    font-size: 0.75em;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

#panel .entity .link:hover {
    background-color: rgb(233, 233, 233);
}

#panel .entity .link {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    text-decoration: unset;
}

.map-filters .filter-input {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    align-items: flex-start;
}

.map-filters input[type="checkbox"] {
    margin-top: 2px;
    cursor: pointer;
}

#panel .img-thumbnail {
    width: 50px !important;
    flex-shrink: 0;
}


.map-responsive .filter-dropdown .btn-el-filters {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1) !important;
}

#projecLine-btn .btn-toggle {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
}

#projecLine-btn.active .btn-toggle {
    background-color: #0d6efd;
    color: white;
}


.gm-style .gm-style-iw-a {
    max-width: 400px !important;
}