﻿:root {
    --black: #000000;
    /*Main colour for background and titles*/
    --grey1: #e0e1dd;
    /*KMC Active and hover of items in the left menu (subnavigation) - slightly lighter than colour black*/
    --grey2: #dddddd;
    /*Grey for borders*/
    --grey3: #f2f2f2;
    /*Acenden and NewStreet gradient color*/
    --grey4: #e3e3e3;
    /* Breadcrumb background */
    --grey5: #c7c7c7;
    /*Acenden border*/
    --white: #ffffff;
    /*Text colour for the buttons**/
    --blue1: #005dff;
    /*KMC second main colour: for buttons, hover and active steps in the registration*/
    --blue2: #0079c7;
    /*Acenden main colour for background and titles*/
    --blue3: #3394d2;
    /*Acenden active and hover of items in the left menu (subnavigation) - slightly lighter than blue2 = blue2 + HEX(331B0B) = 3394D2*/
    --blue4: #66afdd;
    /*Acenden items not selected in the top menu - slightly lighter than blue 2 and blue 3  = blue3 + HEX(331B0B) = 66AFDD also = Colour 1 + HEX(663616) = 66AFDD*/
    --blue5: #46c4dc;
    /*NewStreet active and hover of items in the left menu (subnavigation)*/
    --blue6: #2e93e6;
    /*Spinner border*/
    --orange1: #fbbc2d;
    /*NewStreet main colour for background and titles*/
    --orange2: #b9460d;
    /*NewStreet second main colour: for buttons, hover and active steps in the registration*/
    --orange3: #a13d0b;
    /*NewStreet hover of the buttons (slightly darker than orange2)*/
    --green1: #808F00;
    /*Success Text colour*/
}


/* Bootstrap Override - Override Page Gutter Width Control */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1092px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1092px;
}


.footer {
    font-size: 12px;
}

.heading h1 {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 0 0 -2px;
    color: var(--white);
    padding: 8px 0 8px 1px;
    position: relative;
}

    .heading h1.lockicon {
        padding-left: 33px;        
    }

.heading h1.lockicon:after {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -105px 0;
    background-image: url(https://konnect.kmc.co.uk/b2c-assets/images/ico1.png);
}

@media (min-width: 576px) {
    .heading h1 {
        font-size: 30px;
        line-height: 33px;
        padding: 16px 0 16px 67px;
    }

    .heading h1.lockicon {
        padding-left: 67px;
    }

    .heading h1.lockicon:after {
        top: 8px;
        width: 51px;
        height: 51px;
        background-position: 0 0;
    }
}


.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    font-size: 15px;
    line-height: 49px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.nav li {
    float: left;
}

.nav a {
    display: block;
    min-width: 120px;
    height: 43px;
    overflow: hidden;
    color: var(--white);
    border-radius: 3px 3px 0 0;
    padding: 0 10px;
    text-decoration: none;
}

@media (min-width: 576px) {
    .nav a {
        min-width: 161px;
    }
}

.nav .active a, .nav a:hover {
    text-decoration: none;
}

.nav-link:hover, .nav-link:focus {
    color: white;
}

.form {
    padding: 20px 42px 0;
    margin: 0 0 -12px;
}

.form .area {
    float: right;
    width: 80.7%;
}

.col-form-label {
    font-size: 17px;
    font-weight: bold;
}

.bi-info-circle-fill::before {
    height: 1.4rem;
    width: 1.4rem;
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23005dff' xmlns='http://www.w3.org/2000/svg'><path d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2' /></svg>");
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px var(--grey2) solid;
    border-top: 4px var(--blue6) solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.verifying-modal {
    display: none;
}

.border-radius-end-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-radius-start-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.tab-pill {
    background: var(--grey5);
    color: white;
}

.tab-pill.active {
    background: var(--blue1);
    color: white;
}



.tabset {
    margin: -10px 0 20px;
    padding: 0;
    list-style: none;
    background: var(--grey5);
    overflow: hidden;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
}

.tabset li {
    width: 25%;
    float: left;
}

.tabset a {
    text-decoration: none;
}

.tabset p {
    text-decoration: none;
    display: block;
    color: var(--white);
    padding: 20px 10px;
    position: relative;
    margin: 0;
}

.tabset p:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 15px;
    height: 59px;
    overflow: hidden;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(https://konnect.kmc.co.uk/b2c-assets/images/arrows.png);
}

.tabset .active p:after,
.tabset a p:hover:after {
    background-image: url(https://konnect.kmc.co.uk/b2c-assets/images/arrows.png);
    background-position: -30px 0;
}

.tabset .beforeActive a p:hover:after {
    background-position: -60px 0;
}

.form-check-input.checkbox-lg {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0em;
}

/* Button Modifier Class */
.btn.btn-width-limited {
    width: 100%;
    max-width: 338px;
}


.border-radius-0 {
    border-radius: 0 !important;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .max-vh-25 {
    max-height: 25vh !important;
  }

  .bg-grey5 {
    background-color: var(--grey5) !important;
  }

  .w-30 {
    width: 30px;
}

.h-30 {
    height: 30px;
}

.color-white {
    color: var(--white);
}

