.map-form,
.map-legend {
    z-index: 10000;
}
/* 2 --property */
.custom-marker-1 .marker-inner {
    background-color: #21cae1 !important;
}
/* 1 --tech */
/* .custom-marker-3 .marker-inner {
    background-color: #e1239f !important;
} */

/* 7 --industrial */
/* .custom-marker-3 .marker-inner {
    background-color: #26cf7b !important;
} */

/* 8 --partner */
.custom-marker-4 .marker-inner {
    background-color: #0023d8 !important;
}

/* Change the colour accordingly when needed */

/* .custom-marker-5 .marker-inner {
    background-color: #7c84a2;
}


.custom-marker-6 .marker-inner {
    background-color: #7c84a2;
}


.custom-marker-7 .marker-inner {
    background-color: #7c84a2;
}


.custom-marker-8 .marker-inner {
    background-color: #7c84a2;
} */
.map-legend__item {
    cursor: pointer;
}
/* .map-legend__item.disable {
    color: #808395;
    text-decoration: line-through;
} */
/* .map-legend__item.disable:before {
    background-image: url(../images/svg/grey-pin.svg);
} */

.map-legend__list.clicked .map-legend__item:not(.enable) {
    opacity: 0.5;
}

.u-date {
    color: #9093a2;
    text-transform: uppercase;
    font-size: 0.6rem;
}
.i-border {
    border-top: 1px dotted #9093a2;
}
.i-label {
    padding-top: 10px;
    font-size: 0.6rem;
    font-weight: bold;
}
.i-data {
    color: #9093a2;
}

/* --- changes required before reliese --- */
.map-wrapper {
    background-color: rgba(33, 202, 225, 0.05);
}
.map-form > .g-2 {
    --bs-gutter-y: 0.3rem;
}
.map-form {
    padding-top: 1.125rem;
}
.map-form .section-title {
    font-size: 0.75rem;
}
.map-form .col-md-6 {
    display: none;
}

.forms p:not([class]) {
    font-size: 0.95rem;
}

.forms p:not([class]) a {
    display: inline;
}

/* .forms .big-title {
    margin-top: clamp(2rem, 3vh, 50px);
} */
.forms nav {
    margin-top: clamp(2rem, 7vh, 100px) !important;
    margin-bottom: clamp(2rem, 7vh, 100px) !important;
}

.forms .bordered-grid:has(.bordered-grid__link) .bordered-grid__item {
    padding-left: 0;
    padding-right: 0;
}
.forms .bordered-grid__item:not(:last-child) {
    border-width: 0;
}

.forms .bordered-grid__item a {
    display: block;
    height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    color: black;
    font-size: 0.85rem;
    text-decoration: none;
}

.forms .bordered-grid__item h3 {
    cursor: pointer;
    color: inherit;
}

.forms .bordered-grid__item:nth-child(1) a {
    background-color: #26cf7b;
    color: #0e4e2e;
}

.forms .bordered-grid__item:nth-child(1) a:hover {
    background-color: hsl(149, 63%, 55%);
}
.forms .bordered-grid__item:nth-child(1) h3 {
    color: #0e4e2e;
}

.forms .bordered-grid__item:nth-child(2) a {
    background-color: #24b0c1;
}
.forms .bordered-grid__item:nth-child(2) a:hover {
    background-color: hsl(186, 69%, 50%);
}
.forms .bordered-grid__item:nth-child(3) a {
    background-color: #0422c9;
    color: white;
}
.forms .bordered-grid__item:nth-child(3) a:hover {
    background-color: hsl(231, 96%, 50%);
}

.forms .bordered-grid__item:nth-child(3) a,
.forms .bordered-grid__item:nth-child(3) h3 {
    color: white;
}

.surface-blue {
    padding-top: 7rem;
}

/* --- end of changes required before reliese --- */

.news-card .u-label {
    color: hsl(231, 9%, 43%);
}

.news-card__data {
    height: 100%;
}

.news-card__thumb img {
    object-fit: contain;
}

@media screen and (min-width: 61.9em) and (max-width: 1200px) {
    .main-nav__list {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    .header {
        padding-left: 0;
        padding-right: 0;
    }
    .main-nav__list li {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: fit-content;
    }
    .main-nav {
        justify-content: flex-start;
    }
    .main-nav__list {
        width: 100%;
    }

    .main-nav__login {
        width: 100%;
        padding: 1rem 0.5rem;
        justify-content: center;
    }

    .main-nav li.main-nav-spacer {
        padding-left: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 1200px) and (max-height: 768px) {
    .map-form .section-title {
        padding-top: 0;
        padding-bottom: 0;
    }
    .map-form__inputs label {
        font-size: 0.6rem;
    }

    .map-form__inputs div[class*='col']:has(> label) {
        margin-top: 0;

        label {
            line-height: 1;
        }

        input,
        select {
            font-size: 0.75rem;
            line-height: unset;

            min-height: unset;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
    }
}
