﻿@font-face {
    font-family: 'HyundaiSansHeadMedium';
    src: url('/HyundaiFonts/HyundaiSansHeadMedium/HyundaiSansHeadOffice-Medium.woff2') format('woff2'), 
        url('/HyundaiFonts/HyundaiSansHeadMedium/HyundaiSansHeadOffice-Medium.woff') format('woff'),
        url('/HyundaiFonts/HyundaiSansHeadMedium/HyundaiSansHeadOffice-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HyundaiSansTextRegular";
    src: url('/HyundaiFonts/HyundaiSansTextRegular/HyundaiSansTextOffice-Regular.woff2') format('woff2'), 
        url('/HyundaiFonts/HyundaiSansTextRegular/HyundaiSansTextOffice-Regular.woff') format('woff'),
        url('/HyundaiFonts/HyundaiSansTextRegular/HyundaiSansTextOffice-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 600px) {

    #WizardList li:not(:last-child)::after {
        content: " " !important; 
        color: #ccc;
        padding-left: 5px; 
        padding-right: 5px;
    }
    .completed {
        font-weight: bold;
        background-color: #00AAD2 !important;
    }
    .current {
        font-weight: bold;
        background-color: #00AAD2 !important;
    }

}
.breadCrum {
    width: 39px;
    height: 4px;
    background-color: #E5E5E5;
}
#WizardList {
    display: flex;
    list-style-type: none;
    padding: 0;
    font-family: 'HyundaiSansTextRegular' !important;
    margin: 0;
}

#WizardList li {
    display: flex;
    position: relative;
    padding: 0 0px; 
    font-size: 10px;
}

#WizardList li a {
    text-decoration: none;
    font-family: 'HyundaiSansTextRegular' !important;
}

            #WizardList li.current a {
                font-weight: bold;
                color: black;
            }

            #WizardList li.completed a {
                font-weight: bold;
                color: black;
            }

            #WizardList li a::after {
                content: ""; /* Remove the ">" arrow if undesired */
            }


