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

.ciena-placeholder {
    height: 120px;
}

/* Fix button click propagation */
button i {
    pointer-events: none;
}

#updrop {
    font-weight: 700;
    text-align: center;
    color: #323232;
    border: 2px dashed #d9d9d9;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 30px 0;
}

/* (C) FILE LIST */
#uplist {
    margin-top: 10px;
}

#uplist .row {
    padding: 15px;
    background: #ededed;
}

#uplist .row:nth-child(even) {
    background: #f7f7f7;
}

section .file-row {
    height: 100%;
    margin-bottom: 10px;
    background: #E9F0FF;
    list-style: none;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .file-row i {
    color: #6990F2;
    font-size: 30px;
}

section .file-row .details span {
    font-size: 14px;
}

.progress-area .row .content {
    width: 100%;
    margin-left: 15px;
}

.progress-area .details {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: space-between;
}

.progress-area .content .progress-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 30px;
}

.content .progress-bar .progress {
    height: 100%;
    width: 0%;
    background: #6990F2;
    border-radius: inherit;
}

.file-thumbnail {
    height: 80px;
    width: auto;
}

.loading-backdrop {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgb(0, 0, 0, 0.2);
}

.loading-inner {
    display: block;
    position: fixed;
    top: calc(50% - (58px / 2));
    right: calc(50% - (58px / 2));
    color: red;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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


.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-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 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-list .notification-list_img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50px;
}

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



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





.suggestions-title {
    padding: 12px;
    font-size: 16px;
    margin-bottom: 0px;
    color: rgb(0, 100, 255);
}

hr {
    margin: 0px !important;
}

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

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

.hc_suggestion a div {
    padding: 0px;
    margin: -2px 0px -2px 0px;
}

.hc_info {
    color: grey;
    font-size: 10px;
    font-style: normal;
    padding: 0px !important;
    margin: 0px !important;
    font-size: smaller;
}



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

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

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



.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: white !important;
    box-shadow: 0 5px 5px rgb(16, 121, 183,0.15);
}

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

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

.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;
        top: 10px;
        right: 0;
        z-index: 10 !important;
        color: #ffffff;
        width: 40px;
        font-size: 1.5rem;
    }

    .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: 270px;
    }
}

/* 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;
}

#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 .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 {
    width: 100%;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: grey;
    padding: 1rem;
    object-fit: contain;
}

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

.entity-logo-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border: none;
}

.similar-logo {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
}
/* 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;
    appearance: none;
    -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 .meeting-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 .meeting-file-del:hover {
    opacity: 1;
}

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

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

.image-container {
    display: flex;
    align-items: center;
}

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

.edge-image {
    display: block;
    width: 150px;
    height: 65px;
    object-fit: contain;
    padding: 0.3rem;
    position: relative;
}

.edge-image>img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.logo-effect {
    scale: 1;
    transition: all 0.5s;
    padding: 0.3rem;
    border-radius: 5px;
}

.logo-effect:hover {
    scale: 1.05;
}

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

.view-more-link>a {
    font-weight: normal;
    font-size: small;
    color: blue;
    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;
    transition: all 0.3s;
    margin: auto;
    width: fit-content;
}

#read-more-news-link:hover {
    color: black;
    transition: all 0.3s;
}

.engaged-edge-img {
    max-width: 150px;
    object-fit: contain;
}

@media (max-width: 800px) {
    .engaged-edge-img {
        max-width: 120px;
    }
}


.engaged-edge-img>img {
    width: 100%;
}

#engaged-edge {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.project-status {
    font-size: 12px;
    color: gray;
}

/*contact on profile page*/
#contact-inner-container {
    max-height: 200px;
    min-width: 300px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;


}

/* 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-container .contact-name {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

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

#contact-container .contact-email {
    font-size: 10px;
    color: gray;
}

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

#contact-container .contact-row {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

#contact-container .contact-image>img {
    display: inline;
    width: 20px;
}

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

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

.profile-hashtag {
    margin: 8px;
}

.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;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
}

.level-4 {
    border-color: #B02418;
    color: #B02418;
}

.level-3 {
    border-color: #C04B46;
    color: #C04B46;
}

.level-2 {
    border-color: #D28481;
    color: #D28481;
}

.level-1 {
    border-color: #E7C9C9;
    color: #E7C9C9;

}

.level-0 {
    border-color: #3A3838;
    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;
}

/*Netorks nav*/
.network-dropdown li {
    padding: 5px;
}

.network-link {
    color: #fff;
}

.selected-network {
    font-weight: bold;
    background-color: #c31e24 !important;
    border-radius: 15px;
}

.project-arrow {
    text-align: right;
    float: right;
}

#submission_date_label {
    font-size: 10px;
    color: #007bff;
    text-align: center;
}

#submission_date {
    font-size: 12px;
    color: Black;
    text-align: center;
}

.submission-date {
    background-color: lightgrey;
    border-radius: 5px;
}

.required:after {
    content: " *";
    color: red;
}

.hhn-text {
    color: #223183
}

.hhn-color {
    color: white;
    background-color: #223183;
}

.hhn-color:hover {
    color: white;
    background-color: #223183;
}

.card-img-top {
    width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: cover;
}

.hook-card-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* SmartLayer */
.hook-thumbnail {
    width: 100%;
    max-width: 60px;
    height: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
}

#canvas-container {
    display: flex;
    justify-content: center;
}

.canvas-container {
    margin: 10px 0px 10px 0px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
}

.prevPage {
    display: none;
}

.nextPage {
    display: none;
}

.video-controls {
    margin-top: 5px;
    display: none;
}

.add-text-container {
    margin-top: 10px;
    display: none;
}

.add-video-container {
    width: 100%;
    margin-top: 8px;
    display: none;
}

.opacity-slider {
    margin-top: 10px;
    display: none;
    justify-content: center;
}

.opacity-slider #opacity-slider {
    -webkit-appearance: none;
    margin: 6px 6px 0px 6px;
    width: 75%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.opacity-slider #opacity-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.opacity-slider #opacity-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

#zoomIn {
    touch-action: manipulation;
}

#zoomOut {
    touch-action: manipulation;
}

.bar {
    background: linear-gradient(#FFF 0%, #DDD 100%);
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font-family: Arial;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 32px;
    position: relative;
    width: 100%;
}

.bar input {
    height: 30px;
    width: 32px;
    background: linear-gradient(#FFF 0%, #EDEDED 100%);
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 4px 5px 6px 6px;
}

.bar .select,
.bar button {
    background: linear-gradient(#FFF 0%, #EDEDED 100%);
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #000;
    padding: 2px 8px;
    text-decoration: none;
}

.bar button:hover {
    color: #000;
}

.bar .left,
.bar .right {
    cursor: pointer;
    display: none;
    position: absolute;
    line-height: 32px;
    width: 32px;
    text-align: center;
    z-index: 2;
}

.bar .left {
    left: 0;
}

.bar .right {
    right: 0;
}

.bar .select,
.bar button {
    display: inline-block;
}

.bar .select {
    line-height: 22px;
    margin-right: 5%;
    text-align: center;
    width: 45%;
}

.bar aside {
    float: left;
    width: 50%;
    transition: all 0.5s;
}

.bar aside:last-child {
    text-align: right;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

a.file-name {
    display: inline;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.entity-badge {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0 0.5rem;
    border-radius: 3px;
    width: fit-content;
    margin: 0.3rem;
}

.entity-badge.level-tag {
    background-color: #ffa3a3;
    color: black;
}

.entity-badge.technology-tag {
    background-color: #b9d4ff;
    color: black;
}


.entity-badge.industry-tag {
    background-color: #9ee3a3;
    color: black;
}


input[type=text],
input[type=date] {
    max-height: 100%;
    height: 38px;
    padding: 2px 5px 0px 5px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    background-color: white;

}

/* MAP STYLING */

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

.dash-container #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;
}