m/* **************************************** */
/* SETUP */
/* **************************************** */
body,
html {
    min-width: 320px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #000000;
    font-family: "Helvetica Neue", Camphor, Open Sans, Segoe UI, sans-serif;
    font-variant-numeric: proportional-nums;
}

:root {
    --brand-purple: #5c51a3;
    --yellow: #F5CB5C;
    --yellowhover: #d4a20d;
    --dark-black: #242423;
    --light-black: #333533;
    --light-gray: #f7f8f9;
    --mid-gray: #CFDBD5;
    --mid-blue: #0466c8;
    --pastel-blue: #5171a5;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --dark-red: #ad2a37;
    --orange: #fd7e14;
    --brand-blue: #005365;
    --brand-blue-light: #005a9e;
    --amber: orange;
    --brand-green: #28a745;
    --dark-green: #2c733c;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --green: #076633;
}

.tier-1 {background: var(--brand-green) !important;}
.tier-2 {background: var(--amber) !important;}
.tier-3 {background: var(--red) !important;}
.tier-4 {background: var(--light-black) !important;}
.national {background: var(--dark-red) !important;}

*, :after, :before {
    box-sizing: inherit
}

h1,h2,h3,h4 {
    color: #4e4b4b;
    font-weight: 500;
    font-family: "Helvetica Neue", Camphor, Open Sans, Segoe UI, sans-serif;
}

a {text-decoration: none}

a.link {
    text-decoration: none;
    color: #01579b;
    font-weight: 700
}

a.link:hover {
    background: #01579b;
    transition: .5s;
    color: #fff;
    cursor: pointer
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.error-input {
    border: 2px solid red !important;
    background: #f1e2e2 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mn {margin: 0}
.di {display: inline}
.tar {text-align: right;}
.pr {position: relative}
.fr {float: right}
.displayBlock {display: block}
.displayNone {display: none !important}
.clear {clear: both}

.left {
    float: left;
    width: 49%
}

.right {
    float: right;
    width: 49%
}

.third {
    width: 33%;
    float: left;
}

.sample-txt {
    color: white;
    text-align: center;
}

.subtle-hr {
    height: 1.25px;
    width: 100%;
    background: rgba(129, 129, 129, 0.13);
    margin: 10px 0;
}

.sample-txt a {
    color: red;
}

.sample-txt a:hover {
    text-decoration: underline;
}

.uk-modal-dialog h2 {
    font-size: 24px;
    font-weight: 500;
}

#openMapModal>.uk-modal-dialog {
    width: 800px;
}

.embed-link {
    display: block;
}

.leaflet-control-attribution svg {
    display: none !important;
}

.noty_bar {
    font-size: 20px !important;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%) !important;
}

.disabled-el {
    pointer-events: none;
    opacity: 0.5;
    cursor: no-drop;
}

.leaflet-draw {
    display: none !important;
}
/* **************************************** */





/* **************************************** */
/* * Renewal Overlay */
/* **************************************** */
.renewal-overlay {
    position: absolute;
    z-index: 999;
    background: white;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
    /* pointer-events: none; */
}

.renewal-overlay .overlay-header {
    text-align: center;
    padding: 35px 30px 20px;
    margin: 0 auto 20px;
    color: #24b47e;
    border-bottom: 1.5px solid #e6ebf1;
}

.renewal-overlay .overlay-header h2 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.renewal-overlay .tagline {
    max-width: 460px;
    font-size: 15px;
    padding: 0 25px 25px;
    margin: 0;
}

.tagline ul {
    margin-bottom: 0;
}

.renewal-overlay .overlay-footer-btn {
    background: #fe5026;
    color: white;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 25px;
    -webkit-transition: background .15s ease;
    transition: background .15s ease;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    width: 100%;
    border: none;
    border-radius: 0 0 5px 5px;
    pointer-events: all;
    border: 3px solid #c34a2c;
    border-top: none;
}

.renewal-overlay .overlay-footer-btn:hover {
    background: #c34a2c;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    cursor: pointer;
}
/* **************************************** */





/* **************************************** */
/* * Login/signup */
/* **************************************** */
.sidebar-login-signup {
    justify-content: space-between !important;
    max-width: fit-content;
    display: flex;
    margin: 10px auto;
    align-items: center;
    gap: 20px;
}

#upgradePromptModal .uk-modal-body,
#changePasswordModal .uk-modal-body,
#loginModal .uk-modal-body,
#forgotPasswordModal .uk-modal-body {
    max-width: 400px !important;
}

.sidebar-login-signup {
    justify-content: space-between !important;
    max-width: fit-content;
}

.or-divider {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px 0;
    color: #b3b7bd;
}

.or-divider::before,
.or-divider::after {
    position: absolute;
    width: 45%;
    height: 1.5px;
    top: 24px;
    background: #e6ebf1;
    content: '';
}

.or-divider::before {left: 0;}
.or-divider::after {right: 0;}

.login-modal-form .sbtn {
    margin-top: 20px;
}

.alternate-signin a {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #9ca4ad !important;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.alternate-signin a:hover {
    cursor: pointer;
    transition: .3s;
    color: #333 !important;
}

.map-types-list {
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: all .125s;
    max-height: 300px;
    overflow-y: auto;
}

.map-types-list__option:hover {
    background: #f6f8f8;
}

.map-types-list__option:hover > .map-types-list__button {
    fill: #000000;
    border: 2px solid #000000;
}

.map-types-list__titles {
    line-height: 18px;
    border: 0;
    vertical-align: baseline;
    margin-bottom: 6px;
    font-size: 12px;
}

.map-types-list__button {
    width: 35px;
    fill: #627889;
    border: 2px solid #627889;
    padding: 6px 7px;
    border-radius: 100px;
    max-height: 35px;
}

.map-types-list__option {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #627889;
    padding: 10px 10px 10px 0;
}
/* **************************************** */





/* **************************************** */
/* * Loading */
/* **************************************** */
#loadingModal .uk-modal-dialog {
    width: auto !important;
    border-radius: 100px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.renewal-bg {
    background: url(../images/renew-background-img.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}
/* **************************************** */





/* **************************************** */
/* * Page containers */
/* **************************************** */
.content-width {
    display: flex;
    margin: auto;
    width: 100vw;
    height: calc(100vh - 39px);
}

.map-container {
    position: relative;
    height: calc(100vh - 40px);
    width: calc(100vw - 300px);
}

#map {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.half-flex-inputs {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.half-flex-inputs .field {
    max-width: 48%;
}

.page-title {
    position: absolute;
    background: black;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    top: 15px;
    width: 400px;
    z-index: 1000;
}
/* **************************************** */





/* **************************************** */
/* * Modal Stuff */
/* **************************************** */
#addCircleBody h2 {
    font-weight: bold;
    font-size: 25px;
}

#addCircleBody label.circle-settings-label {
    display: block;
    font-size: 19px;
    margin-bottom: 10px;
}

#addCircleBody .circle-settings-label input {
    border: 2px solid black;
    padding: 5px;
    font-weight: bold;
    width: 80px;
    text-align: center;
}

#addCircleBody h4 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

#addCircleBody .pure-material-radio {
    display: block;
    margin-bottom: 10px;
}

#addCircleBody .use-postcode-input {
    border: 2px solid black;
    padding: 5px;
    font-weight: bold;
    width: 120px;
    display: block;
    margin-left: 30px;
    text-align: center;
}
/* **************************************** */





/* **************************************** */
/* * Settings */
/* **************************************** */
.admin-settings {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.admin-settings .modal-input,
.key-info-settings .modal-input {
    width: 100%;
}

.admin-settings div {
    width: 49%;
}

.key-info-settings .key-setting {
    width: 100%;
    margin-bottom: 15px;
}

.key-info-settings .key-setting .colour-box {
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 15px;
    background: blue;
    float: left;
}

.premium-feature {
    opacity: .6;
}
/* **************************************** */





/* **************************************** */
/* * Swatches */
/* **************************************** */
.key-swatches {
    z-index: 9999;
    position: absolute;
}

.key-swatches-container {
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    list-style-type: none;
    border-color: #d0d7de;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    margin-top: 8px !important;
    padding: 8px !important;
    position: relative;
    width: 210px;
    margin-right: auto;
    left: -9px;
    margin-left: 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.key-swatches-container::before {
    left: 24px;
    margin-left: 0;
    top: -16px;
    margin-left: -9px;
    border: 8px solid transparent;
    border-bottom-color: #d0d7de;
    position: absolute;
    display: inline-block;
    content: "";
}

.key-swatches-container::after {
    left: 25px;
    left: 24px;
    margin-left: 0;
    top: -13.5px;
    margin-left: -8px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    display: inline-block;
    content: "";
}

.key-swatches-container p {
    line-height: 1.5;
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
}

.color-swatch {
    margin: 0;
    overflow: visible;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 6px;
    width: 24px;
    height: 24px;
}
/* **************************************** */





/* **************************************** */
/* * Nav */
/* **************************************** */
header.nav-banner {
    width: 100%;
    background: #2f466b;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.nav-banner nav.map-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

header.nav-banner nav.map-nav button.nav-item {
    padding: 12px 6px;
    transition: all .2s;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    background: none;
    color: white;
    border: none;
}

header.nav-banner nav.map-nav button.nav-item:hover {
    background: #283b5a;
    cursor: pointer;
    transition: .3s;
}

header.nav-banner .nav-share-btn {
    border-left: rgba(255,255,255,.1);
    font-weight: 700;
}

header.nav-banner .nav-logo {
    display: flex;
    gap: 12px;
    align-items: center;
}

header.nav-banner .nav-logo img {
    width: 45px;
}

header.nav-banner .nav-logo span {
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 0;
}

.save-drop-duo {
    display: flex;
    justify-content: start;
    gap: 0;
    align-items: center;
    position: relative;
    width: 100%;
}

.save-drop-duo .sidebar-big-btn {width: 46%;}

#newMapBtn {border-radius: 4px 0 0 4px !important;border-right: 1.5px solid white;}
#openAMapBtn {border-radius: 0 !important;}
#saveMapBtn {width: 100%}

.save-dropdown-btn {
    background: #5c52a3;
    color: white;
    border-radius: 0 4px 4px 0;
    height: 34px;
    padding: 0 3px;
    font-size: 22px;
    border-left: 1.5px solid white;
}
.save-dropdown-btn:hover {
    cursor: pointer;
    transition: .3s;
    background: #393366;
}

.save-drop-duo .sbtn-primary {
    border-radius: 16.5px 0 0 16.5px !important;
}

.dropdown-outer:hover .drop {
    display: flex !important;
}

.drop {
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999999;
    right: 10px;
    background: white;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.drop span {
    padding: 10px 15px;
    width: 100%;
    border-radius: 4px;
}

.drop span:hover {
    cursor: pointer;
    transition: .3s;
    background: #b7b7b7;
}
/* **************************************** */





/* **************************************** */
/* * Settings */
/* **************************************** */
.settings-outer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
}

.switch-container {
    flex: 45%;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}

.switch-container>input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.switch {
    cursor: pointer;
    top: 3px;
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 18px;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    transition: color .125s, background-color .125s, border-color .125s;
    border-color: currentColor;
}

.switch::after {
    display: block;
    width: calc(50% - 2px);
    left: 2px;
    top: 2px;
    bottom: 2px;
    transition: left .125s,background-color .125s;
    content: '';
    background-color: currentColor;
    position: absolute;
    border-radius: 50%
}

input:checked+.checkbox {
    border: 1px solid transparent;
    background-color: #617889
}

input:checked+.switch::after {
    left: 50%;
    background-color: #fff
}

input:checked+.switch {
    border-color: transparent;
    background-color: #617889
}

.settings-semi-title {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
/* **************************************** */





/* **************************************** */
/* * Share */
/* **************************************** */
#shareModal .uk-modal-dialog {
    width: 460px !important;
}

.share-option {
    margin-bottom: 10px;
}

.share-option label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.share-option .make-live-outer {
    padding: 6px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border: 0.5px dashed black;
}

.make-live-outer div {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    font-weight: 500;
}

.make-live-btn {
    border-radius: 5px !important;
    padding: 0 12px !important;
}

.share-option input {
    color: rgb(14, 33, 39);
    font-weight: 400;
    margin: 0px;
    border: 0px;
    font-size: 12px;
    line-height: 18px;
    padding: 8px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgba(14, 33, 39, 0.1);
    height: 32px;
    resize: none;
    white-space: nowrap;
}

.copy-link-txt {
    display: flex;
    justify-content: end;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.copy-link-txt:hover {
    text-decoration: underline;
}

.copy-link-btn {
    margin: 0;
    border: 0;
    background-color: #5c52a3;
    color: #fff;
    transition: background-color .125s,border-color .125s,color .125s;
    border-radius: 0 4px 4px 0;
    padding: 8px;
}

.copy-link-btn:hover,
.make-live-btn:hover {
    background: #393366;
    cursor: pointer;
}
/* **************************************** */





/* **************************************** */
/* * Page elements */
/* **************************************** */
.content-width h2.header {
    margin: 0 0 20px 0;
    color: #4e4b4b;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    border-bottom: 1.6px solid #eaeaea;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0;
    width: 640px;
}

.map-key,
.marker-key {
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 12px;
    border-radius: 4px;
    background: #ffffff !important;
    color: black;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}

.key-inner {
    padding: 0 10px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.kingsman-key-inner {
    margin: 10px 0;
}

.kingsman-key-inner span {
    display: block;
}

.legend-title {
    background: black;
    width: 100%;
    color: white;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 12px;
    line-height: 30px;
    border-radius: 4px 4px 0 0;
    min-width: 150px;
    display: block;
}

.map-key .key-el {
    margin: 10px 1px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.map-key .col-box {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.map-key p.key-text {
    margin: 0;
    font-weight: 600;
}

.map-key .population-key-el {
    font-weight: normal;
    margin: 0;
    font-size: 11px;
    display: block;
}

.key-el .key-el__color-swatch {
    width: 69px;
    height: 46px;
}

#key.un-minimise-key {
    height: unset !important;
    overflow-y: hidden !important;
}

#postcodeInAreaOutput {
    max-height: calc(100vh - 255px);
    overflow: auto;
}

#postcodeInAreaOutput .uk-table th {
    padding: 5px 12px !important;
}

#postcodeInAreaOutput .uk-table td {
    padding: 2px 12px !important;
}

#savedMaps {
    height: calc(100vh - 500px);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
}

.row-selected {
    background: #E5F3FF !important;
}

#openTbl td {
    padding: 8px !important;
}

.marker-key {
    right: 15px;
}

.marker-key span {
    margin: 0;
    display: block;
}

.marker-key span:first-child {
    margin: 10px 0;
}

.marker-key .col-box-img {
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.details-box {
    position: absolute;
    z-index: 999;
    left: 30px;
    bottom: 15px;
    padding: 0 10px;
    border-radius: 6px;
    border: 2px solid #225c34;
    background: #ffffff;
    color: black;
}

.details-tbl {
    font-size: 12px;
}

.details-tbl th,
.details-tbl td {
    padding: 5px 6px !important;
}

#postcodeTrackingOutput {
    max-height: 250px;
    overflow-y: auto;
}

#postcodeTrackingOutput table {
    margin-top: 12px;
    text-align: center !important;
}

#postcodeTrackingOutput table th {
    padding: 8px 10px !important;
    text-align: center !important;
}

#postcodeTrackingOutput table td {
    padding: 3px 10px !important;
}

.uk-table thead tr {
    background: #2f466b;
}

.uk-table thead tr th {
    width: auto;
    color: white;
    font-weight: bold;
}

.table-checkbox {
    position: relative;
}

.table-checkbox .table-checkbox-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
}

.table-checkbox .dual-buttons {
    margin-top: 0;
    justify-content: center;
}

.leaflet-popup-content .dual-buttons {
    gap: 8px !important;
}

.half-width-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.sidebar-shapes .dual-buttons {
    gap: 10px !important;
    flex-wrap: wrap;
    justify-content: center !important;
}

.district-title {
    font-weight: bold;
    font-size: 28px;
    margin: 15px 0 0 0;
}

.logo-area {
    border: 2px solid black;
    position: absolute;
    top: 15px;
    left: 75px;
    width: 300px;
    background: white;
    border-radius: 6px;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}

.logo-area img {
    width: 100%;
}

.marker-upload-response {
    display: flex;
    justify-content: space-evenly;
    width: 280px;
    margin: auto;
}

.marker-upload-response div {
    border-radius: 100px;
    padding: 2px 25px;
    color: white;
}

.marker-upload-response div:first-child {
    margin-right: 15px;
    background: green;
}

.marker-upload-response div:last-child {
    background: red;
}

.search-markers-box {
    border-top: 1.25px solid rgba(129, 129, 129, 0.13);;
}

.search-markers-box span {
    font-weight: bold;
}

.search-markers-box ul {
    margin: 5px 0;
    list-style: none;
    padding-left: 0;
}

.closest-search-marker {
    border: 2px solid red;
    padding: 10px 12px;
}

.combined-area {
    pointer-events: none !important;
}

img.pro-icon {
    height: 15px !important;
}

.upgrade-prompt-btn {
    background: #FE5026;
    padding: 15px 25px;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
    color: white;
    font-weight: 600;
    font-size: 13px;
    border: none;
}

.upgrade-prompt-btn:hover {
    cursor: pointer;
    transition: all .3s;
    box-shadow: 2px 2px 0 2px rgba(188, 58, 2, 1);
}
/* **************************************** */





/* **************************************** */
/* * Printing */
/* **************************************** */
.print-preview-box {
    position: absolute;
    z-index: 9999999;
    /* width: 715px; */
    height: 1045px;
    background: transparent;
    border: 5px solid black;
    aspect-ratio: 1 / 1.41;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leaflet-control-easyPrint-button-export {
    display: none !important;
}

.save-dropdown-btn {}

.save-dropdown-btn:hover {
    cursor: pointer;
    transition: .3s;
}

.dropdown-outer:hover .drop {
    display: block !important;
}

.drop {
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999999;
    right: 10px;
    background: white;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.drop span {
    padding: 10px 15px;
    width: 100%;
    border-radius: 4px;
    display: block;
}

.drop span:hover {
    cursor: pointer;
    transition: .3s;
    background: #b7b7b7;
}
/* **************************************** */





/* **************************************** */
/* * Combined */
/* **************************************** */
.combined-el {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.combined-el svg:hover {
    transition: .3s;
    cursor: pointer;
    opacity: .6;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
}
.combined-el__color {
    width: 50px !important;
    height: 46px !important;
    background: none;
}

.combined-el .field {
    float: none;
    width: 145px;
    display: inline-block;
}

.delete-marker-btn {
    width: 31px;
    background: none;
    border: none;
    padding: 0;
}
/* **************************************** */





/* **************************************** */
/* * Context Menu */
/* **************************************** */
.contextUl {

    z-index: 999;
    display: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    font-size: 13px;
    outline: 0;
    padding: 2px 0;
    list-style: none;
    margin: 0;
    max-width: 250px;
    min-width: 125px;
    position: absolute;
}

.contextUl li {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 12px;
}

.contextUl li:hover {
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
    transition: .3s;
}
/* **************************************** */





/* **************************************** */
/* * Admin page */
/* **************************************** */
.analysis-modal {
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

section.logo-header {
    width: 100%;
    padding: 15px 30px 20px;
    background: rgb(0, 170, 180);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.logo-header>.uk-navbar-container {margin: 10px 0;}

.uk-navbar-container>.uk-navbar-nav>li>a {
    color: white;
    font-weight: bold;
}

section.logo-header img {height: 80px;}
footer.footer {
    width: 100%;
    background: rgb(0, 170, 180);
    color: white;
    padding: 20px 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

/* .content-width {
    width: 1500px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
} */

.form-outer {
    width: 800px;
    margin: 30px auto;
    padding: 0 15px;
}

.form-outer label {
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

.form-outer select,
.form-outer input {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid black;
}

.jobs-table {
    width: 100%;
}

.select2-container {
    width: 250px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
    margin-bottom: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}
/* **************************************** */





/* **************************************** */
/* * Buttons */
/* **************************************** */
.btn {
    font-style: normal;
    outline: none;
    white-space: nowrap;
    display: inline-block;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .025em;
    text-decoration: none;
    transition: all .15s ease;
}

.btn:hover {
    cursor: pointer;
    transition: all .15s ease;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    text-decoration: none;
    color: white;
}

.disabled-btn {
    pointer-events: none;
    opacity: .5;
    cursor: no-drop;
}

.main-btn {
    background: var(--brand-blue);
    color: white;
    margin-right: 15px;
}

.reset-zoom-btn {
    padding: 6px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 999;
    left: 25px;
    color: black;
    line-height: 0;
    background: white;
    border: 1.7px solid black;
    top: 85px;
}

.floating-geometry-btns {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 500;
}

.floating-geometry-btns button {
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: #3d3935;
    padding: 8px 30px;
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.floating-geometry-btns button:hover {
    cursor: pointer;
    transition: .3s;
    background: #797979;
}

.dual-buttons {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.abcpopup .dual-buttons .sbtn {
    padding: 0 8px !important;
}

button.sbtn {
    letter-spacing: .2px;
    text-decoration: none;
    padding: 0 8px 0 12px;
    border-radius: 16.5px;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition-property: background-color, opacity;
    justify-self: flex-start;
    line-height: 24px;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    fill: white;
    color: white;
    background: #5c52a3;
    border: none;
    gap: 8px;
}

button.sbtn svg {
    height: 10px;
    margin-top: 2px;
    max-width: unset !important;
}

button.sbtn:hover {
    cursor: pointer;
    transition: .3s;
}

button.sbtn-primary:hover {
    background: #393366;
}

button.sbtn-danger {
    background: #e44141 !important;
}

button.sbtn-danger:hover {
    background: #942b2b !important;
}

button.sbtn-secondary {
    letter-spacing: .2px;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0 6px;
    border-radius: 16.5px;
    color: #5c52a3;
    fill: #5c52a3;
    outline: none;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    transition-property: color, opacity;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.sbtn-secondary:hover {
    cursor: pointer;
    transition: .3s;
    color: #393366;
    fill: #393366;
}

button.sbtn-tertiary svg,
button.sbtn-secondary svg {
    height: 10px;
}

button.sbtn-tertiary {
    letter-spacing: .2px;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-radius: 100px;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition-property: background-color, opacity;
    justify-self: flex-start;
    line-height: 18px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    fill: #5c52a3;
    color: #5c52a3;
    background: #fff;
    border: 2px solid #5c52a3;
    gap: 10px;
}

button.sbtn-tertiary:hover {
    cursor: pointer;
    transition: .3s;
    color: #fff;
    fill: #fff;
    background: #393366;
    border-color: #393366;
}

.reset-zoom-btn:hover {
    color: black;
}



.search-btn {
    display: inline-block;
    vertical-align: middle;
    background: #FE5026;
    line-height: 0;
    padding: 4px;
    color: white;
    font-size: 17px;
    margin-top: 6px;
    margin-left: 10px;
    height: 43px;
    width: 52px;
}

.search-btn:hover {
    background: #9b3118;
}

.add-circle-btn {
    background: #66b48a;
    padding: 16px 15px;
    color: white;
    font-size: 13px;
    line-height: 0;
    border: none;
    display: block;
    margin: 10px 0;
}

.add-circle-btn:hover {
    background: #407257;
}

.review-submit-btn {
    background: #2f466b;
    float: left;
    color: white;
}

.review-submit-btn:hover {
    background: #1a2331;
}

.hidden-svg {
    position: absolute;
    z-index: -999;
    top: -10px;
    left: -10px;
}

.leaflet-popup-tip-container {display: none;}
.area-details-hover {pointer-events: none;}


.leaflet-popup-content-wrapper {
    border-radius: 0;
}

.leaflet-popup-content {
    margin: 5px 12px;
}

.leaflet-control-attribution.leaflet-control {
    font-size: 16px;
    margin-right: 10px;
}

.leaflet-popup-close-button {
    display: none !important;
}

.generate-map-btn {
    border: none;
    background: #06a006;
    color: white;
    font-size: 14px;
    padding: 0 20px;
    line-height: 32px;
    margin-top: 20px;
}

.locate-icon:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.icon-inside-right-input {
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-inside-right-input:hover {
    opacity: .6;
    transition: .3s;
    cursor: pointer;
}
/* **************************************** */





/* **************************************** */
/* * Nice JS Inputs */
/* **************************************** */
.field {
    width: 100%;
    float: left;
    padding: .4285714286em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field__input-wrapper {
    position: relative;
}

.field__input-wrapper label {
    line-height: 1.3em;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-direction: normal;
    text-align: left;
    margin: 0.5em 0;
    display: block;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 90%;
    margin-top: 0.4285714286em;
    margin-left: 1px;
    padding: 0 0.9166666667em;
    z-index: 1;
    user-select: none;
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    transition: all .2s ease-out;
    color: var(--black);
    /* background: #f6f8fa; */
}

.field__input-wrapper select,
.field__input-wrapper textarea,
.field__input-wrapper input,
.field__input-wrapper .StripeElement {
    margin: 0;
    display: block;
    width: 100%;
    padding: 11px 0.7857142857em;
    line-height: inherit;
    border-radius: 5px;
    background-color: var(--light-gray);
    color: var(--black);
    transition: all .2s ease-out;
    border: 1px solid #d6d6d6;
    position: relative;
}

.field--show-floating-label .field__label {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {color: transparent}
.field--show-floating-label .field__input:-moz-placeholder {color: transparent;opacity: 1}
.field--show-floating-label .field__input::-moz-placeholder {color: transparent;opacity: 1}
.field--show-floating-label .field__input:-ms-input-placeholder {color: transparent}

select.field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.field__caret {
    display: block;
    width: 2.1428571429em;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
}

.field__caret svg {
    color: #919191;
    position: absolute;
    margin-left: -2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {
    color: transparent
}

.field--show-floating-label .field__input:-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input:-ms-input-placeholder {
    color: transparent
}

#payment-form .input-group>.form-control {
    border: 1px transparent solid;
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: var(--black);
    border-color: #d9d9d9;
    transition: all .2s ease-out;
    height: 47px;
    padding: .9285714286em .7857142857em;
}

.cvc-icon {
    position: absolute;
    top: 8px;
    right: 14px;
}

.card-icons {
    margin: 0;
    /* justify-content: flex-end; */
    position: absolute;
    top: 14px;
    right: -5px;
    border-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    pointer-events: none;
    /* display: flex; */
    /* align-items: center; */
    bottom: 0;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.card-icons .card-images {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 82px;
    top: 0;
    right: 18px;
}

.card-icons .card-images .card-brand-item:nth-child(2) {
    margin: 0 5px;
}

.card-error-icon {
    position: absolute;
    top: 0;
    right: 13px;
    z-index: 999;
    width: 24px;
}

.card-error-icon svg {
    fill: red;
}


.loading-icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.loading-icon div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: loading-icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.loading-icon div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading-icon div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading-icon div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loading-icon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* **************************************** */





/* **************************************** */
/* * Success */
/* **************************************** */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
/* **************************************** */





/* **************************************** */
/* * Isochrones */
/* **************************************** */
.twin-inputs-js {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.twin-inputs-js .field {
    flex: 48%;
}

.concentric-iso-box {
    border: 1.25px solid rgba(129, 129, 129, 0.13);
    border-radius: 5px;
    padding: 12px;
}

.concentric-iso-step {
    display: flex;
    margin-bottom: 12px;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.concentric-iso-step svg {
    width: 80px;
}

.remove-step-btn:hover {
    cursor: pointer;
    transition: .3s;
    opacity: .6;
}

.indiv-iso-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    margin-bottom: 12px
}

.iso-colour {
    background: #468b34;
    width: 25px;
    height: 25px;
    border-radius: 5px;
}

#detailedOutput .delivery-zone-title {
    width: 109.5%;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    color: white;
    display: block;
    margin-left: -12px;
    margin-top: -1px;
}

.delivery-zone-box ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
}

#detailedOutput p {
    margin: 8px 0 12px 0;
}

#detailedOutput .delivery-zone-box {
    border: 2px solid;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    margin-bottom: 8px;
}

#detailedOutput .delivery-zone-box p {
    margin: 5px 0 0 0 !important;
}

.delivery-zone-box ul {
    margin: 5px 0 0 0 !important;
    padding-left: 12px;
}
/* **************************************** */





/* **************************************** */
/* * Shapes */
/* **************************************** */
.shape-el {
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
}

.shape-el .shape-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 18px;
}

.shape-el em {
    font-size: 10px;
    font-weight: 400;
}

.shape-info-btn {
    background: black;
    border-radius: 4px;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
}

.shape-info-btn:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

#shapesList .colour-box {
    width: 25px;
    height: 25px;
    display: block;
}
/* **************************************** */





/* **************************************** */
/* * Radio Button Styling */
/* **************************************** */
.radio {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}

.radio__input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    margin: 0;
}

.radio__label {
    display: block;
    padding: 0 0 0 24px;
    cursor: pointer;
}

.radio__label:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid rgb(112 148 61);
    border-radius: 14px;
    z-index: 1;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__label:after {
    content: '';
    position: absolute;
    top: 19px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: var(--brand-green);
    border-radius: 50%;
    z-index: 2;
    transform: scale(0, 0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__input:checked+.radio__label:before {
    border-color: var(--brand-green);
}

.radio__input:checked+.radio__label:after {
    transform: scale(1, 1);
}

.textboxes-outer {
    display: flex;
    justify-content: space-evenly;
}

.marker-textbox {
    margin-right: 8px;
}

.marker-textbox textarea {
    border: 1.5px solid black;
    border-radius: 3px;
    width: 100%;
    height: 175px;
}

.marker-textbox:last-child {
    margin-right: 0;
}

.marker-textbox h6 {
    margin-bottom: 8px;
    font-weight: bold;
}
/* **************************************** */











/* **************************************** */
/* * Circles */
/* **************************************** */
.individual-circle-details {padding: 10px 0;}

.individual-circle-details input[type=color] {
    height: 62px;
    padding: .4285714286em 0;
    background: white;
    border: none;
}
/* **************************************** */











/* **************************************** */

/* Material Checkbox */

/* **************************************** */

.checkbox {

    display: inline-block;

    position: relative;

    /* margin: 0 0 10px; */

    font-size: 16px;

    line-height: 24px;

}



.checkbox__input {

    position: absolute;

    top: 0;

    left: 0;

    width: 20px;

    height: 20px;

    opacity: 0;

    z-index: 0;

}

.checkbox__label {
    display: block;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.checkbox__label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    background: white;
}

.checkbox__label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox__input:checked+.checkbox__label:before {
    background-color: var(--brand-green);
    border-color: var(--brand-green);
}

.checkbox__input:checked+.checkbox__label:after {
    border-color: #fff;
}

/* Slider */
.slidecontainer {
    flex: 48%;
}

.slidecontainer p {
    margin: 0;
}

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

.slider:hover {
    opacity: 1;
}



.admin-btns {

    float: right;

    margin-top: 8px;

}



.admin-btns .btn:nth-child(2) {

    margin: 0 10px;

}



.slider::-webkit-slider-thumb {

    -webkit-appearance: none;

    appearance: none;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #259558;

    cursor: pointer;

}



.slider::-moz-range-thumb {

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #259558;

    cursor: pointer;

}

/* **************************************** */











/* **************************************** */

/* Material Styling Inputs */

/* **************************************** */

.material-select {

    display: block;

    font-size: 16px;

    padding: 10px 13px 10px;

    border: solid 1px rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    border-radius: 4px;

    width: 100%;

    margin: 13px 0;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

}



.material-select:focus {

    border: 1px solid #3e9b7c;

    transition: .3s;

}



.material-input {

    --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

    position: relative;

    display: inline-block;

    padding-top: 6px;

    font-size: 16px;

    line-height: 1.5;

    overflow: hidden;

    float: left;

}



.postcode-controls {
    position: absolute;
    top: 12px;
    left: 55px;
    width: 300px;
    background: white;
    border-radius: 4px;
    z-index: 999;
    padding: 15px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}



.postcode-controls-inner {

    position: relative;

}



.map-controls {

    position: absolute;

    top: 7px;

    left: 70px;

    border-radius: 6px;

    z-index: 999;

}

.map-controls .material-input {
    float: left;
    display: inline-block;
    width: 145px;
}

.map-controls-inner {
    position: relative;
}

.review-box {
    position: absolute;
    bottom: 40px;
    right: 40px;
    border-radius: 6px;
    z-index: 999;
    text-align: center;
    padding: 15px;
    background: #D8EFF5;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    border: 1.5px solid black;
}

.review-box p {
    margin-bottom: 2px;
    margin-top: 3px;
}

.review-box>p>em {
    color: black;
}

.review-box .thumbs {
    width: 210px;
    display: flex;
    margin: 15px auto 0 auto;
    justify-content: space-evenly;
}

.review-box .thumbs .thumb-up,
.review-box .thumbs .thumb-down {
    width: 50px;
    height: 50px;
    border-radius: 120px;
    color: white;
    font-size: 23px;
}

.review-box .thumbs .thumb-up svg,
.review-box .thumbs .thumb-down svg {
    margin: 50% 0 0 50%;
    transform: translate(-50%, -50%);
}

.review-box .thumbs .thumb-up:hover,
.review-box .thumbs .thumb-down:hover {
    opacity: 0.6;
    cursor: pointer;
    transition: .3s;
}



.review-box .thumbs .thumb-up {
    background: #46BA6E;
}

.review-box .thumbs .thumb-down {
    background: #F37763;
}



.review-comments-outer {

    width: 250px;

    margin: 5px auto 0 auto;

}



.review-comments-outer label {

    font-weight: bold;

    float: left;

}



.review-comments-outer textarea {
    width: 100%;
    border: 2px solid black;
    border-radius: 4px;
    height: 66px;
}



.review-selected {opacity: 0.4 !important;}



.map-footer {
    display: none;
    z-index: 9999;
    background: transparent;
    bottom: 10px;
    padding: 8px;
    width: 150px;
    position: absolute;
    left: 15px;
}

.map-footer a {
    display: flex;
    justify-content: space-between;
}



.map-footer img {
    width: 50px;
    margin-right: 8px;
}



.map-footer p {
    margin: 0;
    color: #0d3740;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.content-width>.beta-alert {
    position: absolute;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}

h2.search-title {
    margin: 0 0 7px 0;
    font-size: 16px;
    font-weight: bold
}

.postcode-search-row {
    display: flex;
    justify-content: space-between;
}

h3.output-title {
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0 12px 0;
}

.area-box {
    background: black;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;
    border-radius: 6px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

#outputBox {
    display: none;
}

.reset-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

.search-postcode-marker,
.search-icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
}

.search-icon-span {
    float: left;
}

.search-icon {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
}

.reset-zoom-btn {
    position: absolute;
    z-index: 999;
    left: 11px;
    color: black;
    background: white;
    border: 1.7px solid black;
    top: 80px;
    outline: none;
    display: inline-block;
    line-height: 0;
    padding: 5px 7px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    border-radius: 4px;
    text-align: center;
}



.upload-btn,

.toggle-btn,

.save-view-btn {

    color: black;

    background: white;

    border: 1.7px solid black;

    display: inline-block;

    line-height: 0;

    padding: 8px;

    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);

    border-radius: 4px;

    text-align: center;

}



.upload-btn {

    top: 175px !important;

}



.toggle-btn {

    top: 220px !important;

}



.btn.save-view-btn:hover,

.btn.toggle-btn:hover,

.btn.upload-btn:hover {

    color: black;

}



.advanced-setting-inp {

    width: 100%;

}



.select-inp {

    border: solid 1px;

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    border-radius: 4px;

    padding: 15px 13px 15px;

    width: 100%;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

    caret-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

    transition: border 0.2s, box-shadow 0.2s;

}



.select-popup-inp {

    margin-bottom: 7px;

    border: solid 1px;

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    border-radius: 4px;

    padding: 7px 13px 7px;

    width: 100%;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

    caret-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

    transition: border 0.2s, box-shadow 0.2s;

}



.popup-inp {

    width: 210px;

    margin-bottom: 10px;

}



.cluster-count-select {

    width: 40%;

    display: block;

    margin: 15px 0;

    border: solid 1px;

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    border-radius: 4px;

    padding: 7px 13px 7px;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

    caret-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

    transition: border 0.2s, box-shadow 0.2s;

}



.advanced-setting-select {

    width: 100%;

    display: block;

    border: solid 1px;

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    border-radius: 4px;

    padding: 18px 13px;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

    caret-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

    transition: border 0.2s, box-shadow 0.2s;

    margin-top: 10px;

    font-size: 17px;

}



/* Input, Textarea */

.material-input>input,

.material-input>textarea {

    box-sizing: border-box;

    margin: 0;

    border: solid 1px;

    /* Safari */

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    border-top-color: transparent;

    border-radius: 4px;

    padding: 4px 13px 4px;

    width: 100%;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

    background-color: transparent;

    box-shadow: none;

    font-size: inherit;

    line-height: inherit;

    caret-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

    transition: border 0.2s, box-shadow 0.2s;

    background: white;

}



/* Span */

.material-input>input+span,

.material-input>textarea+span {

    position: absolute;

    top: 0;

    left: 0;

    display: flex;

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    width: 100%;

    max-height: 100%;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    font-size: 75%;

    line-height: 15px;

    cursor: text;

    transition: color 0.2s, font-size 0.2s, line-height 0.2s;

}



/* Corners */

.material-input>input+span::before,

.material-input>input+span::after,

.material-input>textarea+span::before,

.material-input>textarea+span::after {

    content: "";

    display: block;

    box-sizing: border-box;

    margin-top: 6px;

    border-top: solid 1px;

    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

    min-width: 10px;

    height: 8px;

    pointer-events: none;

    box-shadow: inset 0 1px transparent;

    transition: border-color 0.2s, box-shadow 0.2s;

}



.material-input>input+span::before,

.material-input>textarea+span::before {

    margin-right: 4px;

    border-left: solid 1px transparent;

    border-radius: 4px 0;

}



.material-input>input+span::after,

.material-input>textarea+span::after {

    flex-grow: 1;

    margin-left: 4px;

    border-right: solid 1px transparent;

    border-radius: 0 4px;

}



/* Hover */

.material-input:hover>input,

.material-input:hover>textarea {

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

    border-top-color: transparent;

}



.material-input:hover>input+span::before,

.material-input:hover>textarea+span::before,

.material-input:hover>input+span::after,

.material-input:hover>textarea+span::after {

    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

}



.material-input:hover>input:not(:focus):placeholder-shown,

.material-input:hover>textarea:not(:focus):placeholder-shown {

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);

}



/* Placeholder-shown */

.material-input>input:not(:focus):placeholder-shown,

.material-input>textarea:not(:focus):placeholder-shown {

    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);

}



.material-input>input:not(:focus):placeholder-shown+span,

.material-input>textarea:not(:focus):placeholder-shown+span {

    font-size: inherit;

    line-height: 48px;

}



.material-input>input:not(:focus):placeholder-shown+span::before,

.material-input>textarea:not(:focus):placeholder-shown+span::before,

.material-input>input:not(:focus):placeholder-shown+span::after,

.material-input>textarea:not(:focus):placeholder-shown+span::after {

    border-top-color: transparent;

}



/* Focus */

.material-input>input:focus,

.material-input>textarea:focus {

    border-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

    border-top-color: transparent;

    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);

    outline: none;

    /* border-top: none !important; */

}



.material-input>input:focus+span,

.material-input>textarea:focus+span {

    color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));

}



.material-input>input:focus+span::before,

.material-input>input:focus+span::after,

.material-input>textarea:focus+span::before,

.material-input>textarea:focus+span::after {

    border-top-color: var(--pure-material-safari-helper1) !important;

    box-shadow: inset 0 1px var(--pure-material-safari-helper1);

}



/* Disabled */

.material-input>input:disabled,

.material-input>input:disabled+span,

.material-input>textarea:disabled,

.material-input>textarea:disabled+span {

    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;

    border-top-color: transparent !important;

    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);

    pointer-events: none;

}



.material-input>input:disabled+span::before,

.material-input>input:disabled+span::after,

.material-input>textarea:disabled+span::before,

.material-input>textarea:disabled+span::after {

    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;

}



.material-input>input:disabled:placeholder-shown,

.material-input>input:disabled:placeholder-shown+span,

.material-input>textarea:disabled:placeholder-shown,

.material-input>textarea:disabled:placeholder-shown+span {

    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;

}



.material-input>input:disabled:placeholder-shown+span::before,

.material-input>input:disabled:placeholder-shown+span::after,

.material-input>textarea:disabled:placeholder-shown+span::before,

.material-input>textarea:disabled:placeholder-shown+span::after {

    border-top-color: transparent !important;

}



/* Faster transition in Safari for less noticable fractional font-size issue */

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .material-input>input,
        .material-input>input+span,
        .material-input>textarea,
        .material-input>textarea+span,
        .material-input>input+span::before,
        .material-input>input+span::after,
        .material-input>textarea+span::before,
        .material-input>textarea+span::after {
            transition-duration: 0.1s;
        }
    }
}



/* Switch */
.iso-switcher {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.iso-switcher .switch-btn {
    width: 125px;
    text-align: center;
}

.switch-btn {
    color: white;
    text-align: center;
    padding: 6px 12px;
    background: var(--brand-purple);
    display: inline-block;
    float: left;
}

.switch-btn:hover {
    cursor: pointer;
    transition: .3s;
    opacity: .6;
}

.switch-left {
    border-radius: 6px 0 0 6px;
}

.switch-right {
    border-radius: 0 6px 6px 0;
}

.switch-selected {
    -webkit-box-shadow: inset 7px 7px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 7px 7px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: inset 7px 7px 20px -10px rgba(0, 0, 0, 0.75);
    background: #393366;
}
/* **************************************** */





/* **************************************** */
/* * CSV Upload */
/* **************************************** */
.upload-dragover {
    background: #a2caf2 !important;
}

.upload-area {
    font-size: 1.25rem;
    background: #f9f8fd;
    position: relative;
    padding: 50px 20px;
    outline: 2px dashed #d2d1de;
    margin-top: 20px;
    border-radius: 8px;
    color: #a4a4a4;
}

.upload-area .box__input svg {
    width: 100%;
    height: 60px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 20px;
}

.upload-area .box__input label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    display: block;
    text-align: center;
}

.csv-info-panel {
    margin-top: 20px;
}

.csv-info-panel .filename {
    font-weight: bolder;
    font-size: 14px;
}

.csv-info-panel .upload-details {}

.csv-info-panel .upload-details .upload-details-name-icon {
    margin-right: 20px;
    display: flex;
    justify-content: start;
}

/* .csv-info-panel .upload-details svg {
    height: 48px;
    margin-right: 20px;
} */

.csv-info-panel .upload-details-markers {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
}

.csv-info-panel .upload-details-markers .upload-details-name-icon {
    margin-right: 20px;
    display: flex;
    justify-content: start;
}

.csv-info-panel .upload-details-markers svg {
    height: 48px;
    margin-right: 20px;
}

.csv-info-panel .upload-column-picker {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.column-guess-outer {
    flex-shrink: 0;
    min-width: 48%;
    max-width: 50%;
}

.column-guess-outer ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
}

.column-guess-outer ul li {
    padding: 5px 10px;
    border: 1px solid black;
    margin-bottom: -0.5px;
    font-size: 11px;
    overflow-x: hidden;
    white-space: nowrap;
}

.column-guess-outer ul li:first-child {border-radius: 4px 4px 0 0;}
.column-guess-outer ul li:last-child {border-radius: 0 0 4px 4px;}

.csv-info-panel .upload-column-picker .field {margin-right: 12px;}
.csv-info-panel .upload-column-picker .field:last-child {margin-right: 0;}
/* **************************************** */





/* **************************************** */
/* * Pricing */
/* **************************************** */
.pricing-title {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 40px 0;
}

.pricing-section {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.pricing-section-half {
    width: 500px;
}

.pricing-radio { display: none; }

.pricing-option {
    border: 1.5px solid #e6ebf1;
    padding: 15px;
    border-radius: 6px;
    background: var(--full-white);
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 12px !important;
}

.pricing-option:hover {
    cursor: pointer;
}

.pricing-option h3 {
    font-weight: bold;
    margin: 0 !important;
    font-size: 19px;
}

.pricing-option .pricing-discount {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 600;
    color: #737e88;
    float: right;
    margin-top: 5px;
}

.pricing-option .pricing-radio-custom {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: none;
    border: 2px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 19px;
    left: 15px;
}

.pricing-radio:checked + label {
    border: 2px solid #AD343E;
}

.pricing-radio:checked ~ .pricing-option>.pricing-radio-custom {
    border-color: #AD343E;
}

.pricing-radio:checked ~ .pricing-option>.pricing-radio-custom>.pricing-radio-inner {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #AD343E;
}

.pricing-item-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-left: 50px;
    line-height: 0;
}

.pricing-body {
    font-size: 16px;
    width: 320px;
    margin: 0 0 0 50px !important;
}

button.pricing-buy-btn {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #fff;
    background: #AD343E;
    border: 1.5px solid #832c34;
    cursor: pointer;
    width: 100%;
    padding: 7px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button.pricing-buy-btn:hover {
    cursor: pointer;
    background: #832c34;
}

.pricing-section .field__input-wrapper select,
.pricing-section .field__input-wrapper textarea,
.pricing-section .field__input-wrapper input,
.pricing-section .field__input-wrapper .StripeElement {
    background-color: #fff !important;
    border: 1.5px solid #e6ebf1 !important;
}

#name,
#postcode {
    color: var(--black);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Camphor, Open Sans, Segoe UI, sans-serif;
}
/* **************************************** */





/* **************************************** */
/* * Material radio button */
/* **************************************** */
.pure-material-radio {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: black;
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.pure-material-radio>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: black;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}



/* Span */

.pure-material-radio>label {

    display: inline-block;

    width: 100%;

    font-weight: bold;

    cursor: pointer;

    color: black;

}



/* Circle */

.pure-material-radio>label::before {

    content: "";

    display: inline-block;

    box-sizing: border-box;

    margin: 2px 10px 2px 0;

    border: solid 2px;
    /* Safari */

    border-color: black;

    border-radius: 50%;

    width: 20px;

    height: 20px;

    vertical-align: top;

    transition: border-color 0.2s;

    /* background: black; */

}



/* Check */

.pure-material-radio>label::after {

    content: "";

    display: block;

    position: absolute;

    top: 2px;

    left: 0;

    border-radius: 50%;

    width: 10px;

    height: 10px;

    background-color: black;

    transform: translate(5px, 5px) scale(0);

    transition: transform 0.2s;

}



/* Checked */

.pure-material-radio>input:checked {

    background-color: black;

}



.pure-material-radio>input:checked+label::before {

    border-color: black;

}



.pure-material-radio>input:checked+label::after {

    transform: translate(5px, 5px) scale(1);

}



/* Hover, Focus */

.pure-material-radio:hover>input {

    opacity: 0.04;

}



.pure-material-radio>input:focus {

    opacity: 0.12;

}



.pure-material-radio:hover>input:focus {

    opacity: 0.16;

}



/* Active */

.pure-material-radio>input:active {

    opacity: 1;

    transform: scale(0);

    transition: transform 0s, opacity 0s;

}



.pure-material-radio>input:active+label::before {

    border-color: black;

}



/* Disabled */

.pure-material-radio>input:disabled {

    opacity: 0;

}



.pure-material-radio>input:disabled+label {

    color: black;

    cursor: initial;

}

.pure-material-radio>input:disabled+label::before {

    border-color: currentColor;

}

.pure-material-radio>input:disabled+label::after {

    background-color: currentColor;

}
/* **************************************** */









/* **************************************** */

/* * Loading Plugin */

/* **************************************** */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff0000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
/* **************************************** */





/* **************************************** */
/* * Kingsman Interiors */
/* **************************************** */
.kingsman-logo-container {
    position: absolute;
    top: 13px;
    left: 55px;
    width: 300px;
    background: #fff;
    border-radius: 4px;
    z-index: 999;
    padding: 10px 15px;
    box-shadow: 0 2px 15px 0 #000;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.kingsman-logo-container img {
    width: 40px;
}

.kings-man-postcode-controls {
    top: 85px !important;
}

.kingsman-search-btn {
    background: var(--green) !important;
}

.kingsman-btn {
    background: var(--green);
    padding: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.kingsman-key-btn {
    margin: 15px;
    display: block;
}
/* **************************************** */






/* **************************************** */
/* * Sidebar */
/* **************************************** */
.sidebar {
    width: 300px;
    overflow-y: auto;
    border-right: 1.5px solid #e6ebf1;
    transition: .3s;
    background: white;
    overflow-x: hidden;
    height: 100%;
    z-index: 1009;
    position: relative;
}

.sidebar-padding {
    padding: 10px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.sidebar-tool-outer {
    margin-bottom: 15px;
}

.sidebar-expand {
    display: none;
    padding: 0 5px;
    height: 100px;
    background: #f3f5f7;
    border-radius: 0 5px 5px 0;
    border: 1.5px solid #e6ebf1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1009;
    align-items: center;
}

.sidebar-expand:hover {
    background: #e4e5e7;
    cursor: pointer;
    transition: .3s;
}

.sidebar-expanded {
    left: 399px;
}

#sidebarKey .key-el {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: start;
}

#sidebarKey .key-el img {
    width: 35px;
}

#sidebarKey .key-el img:hover {
    opacity: 0.6;
    transition: .3s;
    cursor: pointer;
}

.sidebar-logo {
    width: 250px;
    margin: 10px 0 0 0;
    position: relative;
}

.sortable-icon {
    display: none;
    background: url(../images/sortable-icon.svg) no-repeat;
    height: 13px;
    width: 16px;
    background-size: cover;
    /* position: absolute; */
    /* margin-left: -15px; */
    opacity: .6;
}

.sidebar-tool-body .key-el:hover>.sortable-icon {
    display: block;
}

/* .sidebar-tool-body .key-el:hover {
    margin-left: -22px;
} */

.sidebar-buttons-container {
    margin-bottom: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.sidebar-big-btn {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: var(--brand-purple);
    padding: 10px 12px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border: none;
    line-height: 14px;
}

.sidebar-big-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #393366;
    cursor: pointer;
    transition: .3s;
}

.sidebar-big-btn svg {
    width: 14px;
}

.sidebar-profile {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
    margin: 15px 0 0 0;
    border-top: 1.5px solid #e6ebf1;
    padding: 20px 15px 15px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    width: 100%;
}

.sidebar-profile svg {
    margin-left: auto;
}

.sidebar-profile-image {
    background: url(../images/profile-img-icon.png) no-repeat;
    height: 30px;
    width: 30px;
    background-size: cover;
}

.sidebar-profile .sidebar-profile-email {
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
}

.sidebar-profile .logout-link {
    color: #818790;
    font-size: 13px;
}

#makePublicOuter svg {
    width: 15px;
}

.settings-dropdown {
    margin-left: auto;
}

.sidebar-profile .settings-icon:hover {
    opacity: .6;
    transition: .3s;
    cursor: pointer;
}

.sidebar-tool-name {
    background: #f3f5f7;
    padding: 7px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 13px;
}

.sidebar-tool-name:hover,
.sidebar-tool-name .sidebar-expand-icon:hover~.sidebar-tool-name {
    background: #e4e5e7;
    cursor: pointer;
    transition: .3s;
}

.sidebar-expand-icon {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.sidebar-tool-name .sidebar-tool-icon {
    height: 20px;
    width: 20px;
    background-size: cover;
}

.sidebar-upgrade .sidebar-tool-name {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg,#fe5026,#5c52a3);
    color: white;
    justify-content: center;
}

.sidebar-upgrade .sidebar-tool-name:hover {
    transition: .4s;
    cursor: pointer;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(338deg,#fe5026,#5c52a3);
}

.sidebar-colouring .sidebar-tool-icon {background: url(../images/key-colouring-icon.svg) no-repeat;}
.sidebar-headings .sidebar-tool-icon {background: url(../images/headings-titles-icon.svg) no-repeat;}
.sidebar-location-markers .sidebar-tool-icon {background: url(../images/location-marker-icon.svg) no-repeat;}
.sidebar-map-settings .sidebar-tool-icon {background: url(../images/map-settings-icon.svg) no-repeat;}
.sidebar-import .sidebar-tool-icon {background: url(../images/import-icon.svg) no-repeat;}
.sidebar-population .sidebar-tool-icon {background: url(../images/population-icon.svg) no-repeat;}
.sidebar-analytics .sidebar-tool-icon {background: url(../images/analytics-icon.svg) no-repeat;}
.sidebar-combined .sidebar-tool-icon {background: url(../images/combine-polygons-icon.svg) no-repeat;}
.sidebar-isochrone .sidebar-tool-icon {background: url(../images/car-icon.svg) no-repeat;}
.sidebar-shapes .sidebar-tool-icon {background: url(../images/polygon-icon.svg) no-repeat;}
.sidebar-share .sidebar-tool-icon {background: url(../images/share-icon.svg) no-repeat;}
.sidebar-export .sidebar-tool-icon {background: url(../images/export-icon.svg) no-repeat;}
.sidebar-upgrade .sidebar-tool-icon {background: url(../images/upgrade-icon.svg) no-repeat;}

.sidebar-tool-name .sidebar-expand-icon {
    background: url(../images/expand-icon.svg) no-repeat;
    height: 20px;
    width: 20px;
    background-size: cover;
    margin-left: auto;
}

.sidebar-tool--open .sidebar-tool-body {
    display: block;
}

.sidebar-tool-body {
    display: none;
}

.postcode-search-container {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 12px;
}

.postcode-search-container .field {
    padding-bottom: 0;
}

.postcode-search-container .field input {
    border-radius: 5px 0 0 5px;
}

.export-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.postcode-search-btn {
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
    margin-top: .4285714286em;
    background: #5c52a3;
}

.postcode-search-btn svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.postcode-search-btn:hover {
    background: #393366;
    cursor: pointer;
    transition: .3s;
}

.colour-with-label {
    display: flex;
    justify-content: start;
    gap: 12px;
    align-items: center;
}

.colour-with-label label {
    font-weight: 400;
    margin: 0;
}

.map-type-unchecked {
    color: var(--brand-purple);
    border: 1.5px solid var(--brand-purple);
    background: white;
}

.map-type-unchecked:hover {
    color: #fff;
    text-decoration: none;
    background: #393366;
    cursor: pointer;
    transition: .3s;
}

.sidebar-map-type-btns {
    border-bottom: 1.5px solid #e6ebf1;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.email-verify-banner {
    background: var(--brand-purple);
    color: white;
    font-weight: bold;
}

.email-verify-banner .sidebar-padding {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.email-verify-banner p {
    margin: 0;
}

.email-verify-banner .sbtn-tertiary {
    color: #fff !important;
    fill: #fff !important;
    background: transparent !important;
    border-color: #fff !important;
}

.colour-input-label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.whats-new-title {
    display: inline-block;
}

.additional-data-list h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
}

#whatsNewPresent {
    position: relative;
}

.whats-new-dot {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #0969da;
    position: absolute;
    top: 3px;
    right: -3px;
    border: 1.5px solid white;
}
/* **************************************** */





/* **************************************** */
/* * What's new */
/* **************************************** */
.whats-new-outer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 25px;
    padding: 16px;
    border-top: 1.25px solid #EDF2F7;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    background: white;
    -webkit-box-shadow: 0px 16px 71px -24px rgba(0,0,0,0.93);
    -moz-box-shadow: 0px 16px 71px -24px rgba(0,0,0,0.93);
    box-shadow: 0px 16px 71px -24px rgba(0,0,0,0.93);
}

.whats-new-outer a {color:black;}

.whats-new-outer:hover {
    cursor: pointer;
}

.whats-new-outer:hover path {
    fill: #5c52a3;
    transition: color 0.3s ease-in-out 0s;
}

.whats-new-modal-body h3 {
    margin-bottom: 12px;
}

.whats-new-element {
    padding-bottom: 15px;
    border-bottom: 1.25px solid #EDF2F7;
    margin-bottom: 15px;
}

.whats-new-element h4 {
    margin-top: 0;
    font-weight: bold;
}

.whats-new-element .whats-new-date {
    font-size: 12px;
    font-weight: 400;
    color: #c8c8c8;
}

#whatsNewModal .uk-modal-dialog {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.profile-icon {
    background: transparent;
    border: none;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.profile-icon span a:first-child { font-weight: bold;}
.profile-icon span a:last-child {
    font-size: 14px;
    color: var(--brand-purple);
    text-decoration: underline;
}


.profile-icon svg {
    height: 100%;
}

.profile-icon svg:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}
/* **************************************** */





/* **************************************** */
/* * MEDIA QUERIES */
/* **************************************** */
@media screen and (max-width: 460px) {
    .map-key,
    .marker-key {
        right: 15px;
    }
}
/* **************************************** */