﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:wght@500;600;700;800);
:root {
/*    --navheight: 11em;
    --footerheight: 6em;*/
    --blue: #00769A;
    --grey: #58595B;
}

.text-grey{
    color: var(--grey) !important;
}

.footer-bottom {
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9rem;
    background-color: #00769A;
    border-color: #00769A;
    width: 100%;
    min-width:400px;
    position: fixed;
    bottom: 0;
    height: 4em;
    padding-inline: 2em;
}

.footer-text {
    color: white!important;
}

a.footer-text:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

.logo {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #fff;
}
.login-50 {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow-y:auto;
    padding:2em 2em 4em 2em;
}

@media screen and (max-width: 600px) {
    .footer-bottom{
        height: 8em;
        padding-inline: 0;
    }

    .logo {
        height: fit-content;
        background-color: #f5f6f7;
    }
    .login-50 {
        height: fit-content;
        
    }
}

::-ms-reveal{
    display:none;
}
.custom-password-input{
    position:relative;
}
.custom-password-input button:hover{
    cursor:pointer;
    background-color:#58595B55;
    border-radius:.5rem;
}
.icon-show-password {
    position: absolute;
    margin-left: -30px;
    background-color:transparent;
    cursor: pointer;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    outline: none;
    margin: 0;
    z-index: 2;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: black;
}

.wizard [data-wizard-type="step-info"] {
    display: none;
}

    .wizard [data-wizard-type="step-info"][data-wizard-state="current"] {
        display: block;
    }

.wizard [data-wizard-type="step-content"] {
    display: none;
}

    .wizard [data-wizard-type="step-content"][data-wizard-state="current"] {
        display: block;
    }

.wizard [data-wizard-type="action-prev"] {
    display: none;
}

.wizard [data-wizard-type="action-next"] {
    display: inline-block;
}

.wizard [data-wizard-type="action-submit"] {
    display: none;
}

.wizard[data-wizard-state="first"] [data-wizard-type="action-prev"] {
    display: none;
}

.wizard[data-wizard-state="first"] [data-wizard-type="action-next"] {
    display: inline-block;
}

.wizard[data-wizard-state="first"] [data-wizard-type="action-submit"] {
    display: none;
}

.wizard[data-wizard-state="between"] [data-wizard-type="action-prev"] {
    display: inline-block;
}

.wizard[data-wizard-state="between"] [data-wizard-type="action-next"] {
    display: inline-block;
}

.wizard[data-wizard-state="between"] [data-wizard-type="action-submit"] {
    display: none;
}

.wizard[data-wizard-state="last"] [data-wizard-type="action-prev"] {
    display: inline-block;
}

.wizard[data-wizard-state="last"] [data-wizard-type="action-next"] {
    display: none;
}

.wizard[data-wizard-state="last"] [data-wizard-type="action-submit"] {
    display: inline-block;
}

.wizard[data-wizard-clickable="true"] .wizard-step {
    cursor: pointer;
}

.steps {
    display: flex;
    position: relative;
    color: white;
    list-style: none;
    font-size: 1.2em;
    padding-inline-start: 0 !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 75%;
}

.steps li {
    position: relative;
    width: 100%;
    text-align: center;
    /*  position:relative;
    padding-left:20px;
    margin-right:10px;*/
}
.steps .success::before {
    color: white;
    text-align: center;
}
.steps li::before {
    content: ". . . .";
    position: absolute;
    top: -20%;
    left: 50%;
    margin-right: 1px;
    margin-left: 1px;
    width: 100%;
    height: 2px;
}
.steps > li:last-child::before {
    display: none;
}

.steps li > a {
    /*    position:relative;*/
    display: inline-block;
    color: white;
    text-align: center;
    align-items: center;
    line-height: 1.4;
    /*    padding:0 10px;*/
    /*    top:-15px;
    right:35px;*/
    width: 1.5em;
    height: 1.5em;

}

.steps li > a:hover {
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    text-decoration:none;
}

.steps li:not(:last-child) {
    /*border-top: 2px dotted white; */
}

.wiz-step-active a {
    border: 1px solid white;
    border-radius: 50%;
}

.wiz-step-complete a {
    background-color: white !important;
    color: var(--blue) !important;
    border: 1px solid white;
    border-radius: 50%;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/custom-fonts/icomoon.eot');
    src: url('../fonts/custom-fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/custom-fonts/icomoon.ttf') format('truetype'), url('../fonts/custom-fonts/icomoon.woff') format('woff'), url('../fonts/custom-fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-size: 1.3em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Account-Profile-Icon:before {
    content: "\e900";
    color: #58595b;
}

.icon-Completed-Trainings-Icon:before {
    content: "\e901";
    color: #58595b;
}

.icon-Dashboard-Hover-Bar:before {
    content: "\e902";
    color: #00769A;
    margin-right: 0.7em;
    font-size: 2.5em;
    visibility: hidden;
}

.icon-Dashboard-Icon:before {
    content: "\e903";
    color: #58595b;
    margin-top: auto;
    margin-bottom: auto;
}

.icon-Help-Icon:before {
    content: "\e904";
    color: #58595b;
}

.icon-Learner-Icon:before {
    content: "\e905";
    color: #00769A;
}

.icon-Logout:before {
    content: "\e906";
    color: #58595b;
}

.icon-Messages-Icon:before {
    content: "\e907";
    color: #58595b;
}

.icon-My-Trainings-Icon:before {
    content: "\e908";
    color: #58595b;
}

.icon-paperclip-icon:before {
    content: "\e90a";
    color: #58595b;
    font-size: 1.5em;
}

.icon-send-icon:before {
    content: "\e90b";
    color: var(--blue);
    font-size: 1.5em;
}

.icon-Arrow:before {
    content: "\e909";
    color: #00769A;
    font-size: 0.9em !important;
}

.icon-Arrow-Rotated:before {
    content: "\e909";
    display: inline-block;
    transform: rotate(180deg);
    transition: all 0.35s;
}

.icon-Two-Chekmarks:before {
    content: "\e90c";
    color: white;
}

.icon-One-Chekmark:before {
    content: "\e90d";
    color: white;
}
.icon-Email-Icon:before {
    content: "\e90f";
    color: #00769a;
}

.icon-Location-Icon:before {
    content: "\e910";
    color: #00769a;
}

.icon-Phone-Icon:before {
    content: "\e911";
    color: #00769a;
}

.icon-Web-Icon:before {
    content: "\e912";
    color: #00769a;
}

.icon-Hover-Arrow:before {
    content: "\e90e";
    color: #fff;
}

.rotate i:before {
    color: var(--grey);
    display: inline-block;
    transform: rotate(180deg);
    transition: all 0.35s;
}

.icon-white:before {
    color: white;
    font-size: 4em;
}

.icon-header {
    font-size: 3.5em;
    margin-left: .3em;
    margin-top: auto;
    margin-bottom: auto;
}

.postal-code {
    height: 2em;
    width: 2.5em;
    font-size: 1.5em !important; /* adjust font size as needed */
    text-align: center;
    /*padding: 0.5em 0.25em;*/ /* adjust padding as needed */
    box-sizing: border-box;
}
.postal-code[type="number"]::-webkit-outer-spin-button,
.postal-code[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;  
}

.postal-code[type="number"]{
    -moz-appearance: textfield; /* Firefox */
}

/*.dropdown-item:hover {
    cursor: pointer;
    background-color: #58595B50 !important;
}*/
.highlight {
    font-weight: bold;
    color: #00769A;
}