/*!
 * Branding CSS for the demo site
 */

/*  HEADER AND FOOTER - Master Page  */

/*  HEADER AND FOOTER - Master Page  */

/* Font */

@font-face {
    font-family: 'futura-pt';
    src: url('/Resources/Client/font/MyWebfontsKit/webFonts/FuturaBook/font.woff2') format('woff2'), url('/Resources/Client/font/MyWebfontsKit/webFonts/FuturaBook/font.woff') format('woff');
}


body, .ui-widget {
    color: #0C1827;
    font-family: 'futura-pt' !important;
}ba
/* Header */

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    /* margin-right: 1rem; */
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: max-content;
    display: flex;
}


nav.navbar.navbar-default.navbar-fixed-top > .container .navbar-header a.navbar-brand img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 551px) and (max-width: 768px) {
    
    button.navbar-toggle {
        margin-top: 20px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 550px) {
    nav.navbar.navbar-default.navbar-fixed-top > .container .navbar-header a.navbar-brand {
        width: 100%;
    }
    button.navbar-toggle {
        margin-top: 20px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    #navbar.navbar-collapse.collapse.in {
        background-color: #fff;
        border-bottom: 1px solid #000;
        position: relative;
        z-index: 1000;
    }

    #navbar.navbar-collapse.collapse.in ul li:hover {
        background-color: #e8e8e8;
    }
}

@media screen and (min-width: 768px) {
    #navbar.navbar-collapse.collapse.in {
        display: none;
    }
}

/*#navbar ul.nav li.langactive a {
    background-color: #2e4680;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
    cursor: default;
}*/

#navbar ul.nav li.langdisabled a {
    color: #2e4680;
    font-weight: bold;
}

#navbar ul.nav li.langdisabled a:hover {
    text-decoration: underline;
}

.KxContent {
    display: flex;
    min-height: auto;
    flex-direction: column;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-weight: bold;
}


/* Ensures the image takes full width */
.banner-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; /* Optional space between the image and the text */
   position: relative;
}

#PageContent .banner-text,
#aspnetForm .banner-text {
    position: absolute;
    bottom: 2rem;
    left: 0;
    background: white;
    mix-blend-mode: screen;
    font-weight: bold;
    padding: 10px;
    color: black;
}

@media screen and (min-width: 768px) {
#PageContent .banner-text,
#aspnetForm .banner-text {
    left: 2rem;
}
}

@media screen and (max-width: 768px) {
#aspnetForm .banner-text {
    font-size: calc(1.375rem + 0.5vw);
    left: 1rem;
    bottom: 1rem;
}
}

h1 {
    text-align: left !important;
}

/* Text styling */
p {
    line-height: 1.6;
    margin-bottom: 30px; 
    text-align: left;
}


.loginButton {

    margin-bottom: 25px;
}

.svg-icon{
    margin-bottom:7px !important;
}
/* Footer */
.footer {
    background-color: #F1F1F1;
    color: #fff;
    font-size: 0.9em;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .footer a {
        color: #000000;
        text-decoration: none;
    }

    .footer a .fab {
        color: #C6C8CB;
        margin-top: 40px;
        text-decoration: none;
    }

.footer p, .footer span, .footer div {
    color: #000000;
}

.footer li {
    list-style-type: none;
}

.footer .copyright {
    /*border-top: 2px solid #6fc6d8;*/
    padding-bottom: 10px;
    padding-top: 20px;
    margin-top: 30px;
}

.footer .img-container {
    display: inline-block;
    margin-left: -28px; 
}

.social-links i {
        font-size: 24px;
        color: #000; 
        margin-right: 10px; /* Space between icons */
    }

/* Default style for the phone link */
.phone-link { 
    text-decoration: none; 
}

/* Hover effect for the phone link */
    .phone-link:hover {
        color: #316CF6; 
    }

    /* stick footer to the bottom and make it stay there with you zoom out */

    @media only screen and (min-height:1200px) {
        #PageContent {
            min-height: 800px;
        }
    }

    body {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
    }

    footer {
        margin-top: auto;
        width: 100%
    }


/*
    Progress bar styling
*/

.kx-progress-steps {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    color: #8CADF7;
    font-size: clamp(0.675rem, 1.5vw, 1rem);
    counter-reset: steps;
}

.kx-progress-steps__item {
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
    text-align: center;
    padding: 0 0.25rem;
}

.kx-progress-steps .kx-progress-steps__item:first-child {
    padding-left: 0;
}

.kx-progress-steps .kx-progress-steps__item:last-child {
    padding-right: 0;
}

.kx-progress-steps__item::after {
    content: "";
    width: 100%;
    height: var(--bs-border-width);
    background-color: #ccc;
    position: absolute;
    top: calc(1em - var(--bs-border-width) / 2);
    z-index: 0;
    overflow: hidden;
}

.kx-progress-steps .kx-progress-steps__item:first-child::after {
    width: 50%;
    transform: translateX(calc(50% + 0.5em));
}

.kx-progress-steps .kx-progress-steps__item:last-child::after {
    width: 50%;
    transform: translateX(calc(-52% - 0.5em));
}

.kx-progress-steps__item::before {
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    top: 0.25em;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}

.kx-progress-steps__item.is-active {
    color: #000;
}

.kx-progress-steps__item.is-active::before {
    color: #fff;
}

.kx-progress-steps__item:has(~ .kx-progress-steps__item.is-active) {
    color: var(--kx-color-font-progress-steps-complete);
}

.kx-progress-steps__item:has(~ .kx-progress-steps__item.is-active)::before {
    text-indent: -999999px;
}

.kx-progress-steps__icon {
    position: relative;
    display: inline-block;
    background-color: var(--bs-body-bg);
    font-size: 2em;
    color: var(--kx-color-background-progress-steps-circle);
    z-index: 1;
}

.kx-progress-steps__item.is-active .kx-progress-steps__icon {
    color: var(--kx-color-background-progress-steps-circle-active);
}

.kx-progress-steps__item:has(~ .kx-progress-steps__item.is-active)
.kx-progress-steps__icon {
    color: var(--kx-color-background-progress-steps-circle-complete);
}

.kx-progress-steps__item:has(~ .kx-progress-steps__item.is-active)
.kx-progress-steps__icon:before {
    content: "\f058";
}

/*
    End progress bar styling
*/