:root {
    --ui-size: 40px;
    --colour-primary: #282864;
    --colour-Vendor-Management: #c6378b;
    --colour-Service-Provisioning: #e75b50;
    --colour-Service-Assurance: #f19721;
    --colour-Life-Cycle-Management: #7db828;
    --colour-Customer-Experience: #42b9be;
    --colour-Revenue-Assurance: #333366;
    --colour-Human-Resources: #7f7f7f;

    --font-size-default: 12px;
    --font-size-large: 16px;
    --font-size-h1: 36px;
    --font-size-h2: 22px;

    --font-big-modifier: 1.3;
    --font-biggest-modifier: 1.8;
}

* {

    font-family: 'Poppins', sans-serif !important;
}

html, body, h1, h2, h3, p, ul, li, a, label {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    line-height: 1.5;
}

h1 {
    font-weight: normal;
    font-size: var(--font-size-h1);
}

h2 {
    font-weight: normal;
    font-size: var(--font-size-h2);
}

p, button, label, li, .sd-desc1, .sd-desc2 {
    font-weight: normal;
    font-size: var(--font-size-default);
}

.page-num {
    font-size: var(--font-size-large);
}

/* 
body.font-big h1 {
    font-weight: normal;
    font-size: calc(var(--font-size-h1) * var(--font-big-modifier));
} */

body.font-big h2 {
    font-weight: normal;
    font-size: calc(var(--font-size-h2) * var(--font-big-modifier));
}

body.font-big :is(p:not(.copyright), button, label, li, .sd-desc1, .sd-desc2) {
    font-weight: normal;
    font-size: calc(var(--font-size-default) * var(--font-big-modifier));
}

body.font-big .page-num {
    font-size: calc(var(--font-size-large) * var(--font-big-modifier));
}

/* 
body.font-biggest h1 {
    font-weight: normal;
    font-size: calc(var(--font-size-h1) * var(--font-biggest-modifier));
} */

body.font-biggest h2 {
    font-weight: normal;
    font-size: calc(var(--font-size-h2) * var(--font-biggest-modifier));
}

body.font-biggest :is(p:not(.copyright), button, label, li, .sd-desc1, .sd-desc2) {
    font-weight: normal;
    font-size: calc(var(--font-size-default) * var(--font-biggest-modifier));
}

body.font-biggest .page-num {
    font-size: calc(var(--font-size-large) * var(--font-biggest-modifier));
}

ul {
    padding-left: 15px;
    list-style: none;
}

li {
    list-style: none;
}

li::before {
    content: "\25a0";
    color: var(--colour-primary);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

a {
    text-decoration: none;
    border-bottom: none;
    color: inherit;
    transition: all 300ms ease-in-out;
    width: fit-content;
}


div, section, article, header, footer, nav {
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}


body {
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
}

label {
    width: 100%;
}

button {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    padding: 10px 25px;
    margin: 20px 0;
    outline: none;
    border: none;
    border-radius: 6px;
    background-color: var(--colour-primary);
    color: white;
}

.icon-container {
    top: 33%;
    background-color: var(--colour-primary);
    padding: 10px 6px;
    border-radius: 20px 0 0 20px;
}

.icon {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.icon img {
    cursor: pointer;
    text-align: center;
    color: white;
    width: 25px;
}

.bottom-icon-container .icon img {
    width: 34px;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.box {
    width: 102px;
    height: 102px;
    border: 2px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 6px 6px 6px #F1F1F1;
}

.shelf-title {
    padding: 0;
    margin: 40px 0 5px 0;
}

.filter-desc {
    padding: 0;
    margin-bottom: 35px;
}

.ktl-checkbox, .filter-checkbox {
    display: flex;
    justify-content: space-between;
}

.ktl-checkbox {
    margin-bottom: 15px;
    border-bottom: 5px solid;
}

.ktl-checkbox label {
    padding: 5px 0;
}

.filter-checkbox label {
    padding: 7px 0;
}

#map {
    top: var(--ui-size);
    height: calc(100vh - var(--ui-size) * 2);
    background-color: white;
}

#map .leaflet-pane > svg g path, .leaflet-pane > svg * {
    pointer-events: auto;
    cursor: pointer;
}

#map svg > g, #map svg > path, #map svg > text, #map svg > line {
    transition: opacity 0.2s ease-out;
}

.cls-36 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
}

.cls-33 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal !important;

}

.header, .footer {
    position: absolute;
    height: var(--ui-size);
    width: 100%;
    background-color: var(--colour-primary);
    color: white;
    z-index: 1000;
}

.header .logo {
    height: var(--ui-size);
    width: auto;
    padding: 5px 100px;
}

.footer {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer > .zoom-slider {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-left: auto;
    gap: 10px
}

.keyterms {
    position: absolute;
    z-index: 590;
    width: 291px;
    bottom: 0;
    right: 40px;
    background-color: white;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    transform: translateY(-70px);
}

.hide-keyterms {
    transform: translateY(190px);
}

.sd-title, .sd-title2 {
    color: #282B63;
    margin-right: auto;
}

.sd-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sd-ttt {
    display: flex;
}

.sd-ttt button {
    margin: 0;
    background: white;
    color: var(--colour-primary);
    font-size: var(--font-size-large);
    padding: 5px 17px;
    transition: background 0.3s;
}

.sd-ttt :is(button:hover, button.selected) {
    background: var(--colour-primary);
    color: white;
}

.sd-ttt button:nth-child(1) {
    font-size: 16px !important;
}

.sd-ttt button:nth-child(2) {
    font-size: 20px !important;
}

.sd-ttt button:nth-child(3) {
    font-size: 24px !important;
}

.sd-desc1, .sd-desc2 {
    color: #282B63;
    line-height: 150%;
}

.sd-desc2 {
    color: #282B63;
}

.sd-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: flex-end;
    margin-top: auto;
    padding: 0 40px;
    z-index: 1;
    width: 100%;
}

.sd-link-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sd-links a {
    color: #282B63;
    width: 100%;
}

.sd-links a button {
    width: 100%;
    margin: 0;
    max-width: 350px;
}

.sd-kpi-container {
    display: flex;
    height: 90%;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    width: 96%;
}

.sd-kpi {
    display: grid;
    grid-template-columns: 50% auto;
    background: #f2f2f3;
    padding: 20px;
    gap: 20px;
    align-items: center;
}

.sd-kpi p {
    color: #282B63;
}

.sd-kpi p:first-child {
    font-size: 72px !important;
    font-weight: bold !important;
    overflow: hidden;
    text-align: right;
}

.sd-kpi p:last-child {
    font-size: 18px !important;
}

.hideInner .fade {
    position: relative;
    box-shadow: 0 0px 40px 40px rgba(255, 255, 255, 1);
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.leaflet-image-layer {
    opacity: 0.1;
}


@media only screen and (max-width: 1400px) {
    .sd-kpi-container {
        width: 90%;
        gap: 10px;
    }

    .sd-kpi {
        padding: 10px;
    }

    .sd-kpi p {
        padding: 0;
    }

    .sd-kpi p:first-child {
        font-size: 32px;
    }

    .sd-kpi p:last-child {
        font-size: 10px;
    }

    .sd-links {
        padding: 0;
    }

    .keyterms {
        width: 180px;
    }

    .hide-keyterms {
        transform: translateY(105px);
    }
}