﻿#HasAustralianTaxFileNumber .notActive,
#residency-check .notActive {
    color: #3276b1;
    background-color: #fff;
}

#validation-message {
    font-style: italic;
    font-family: 'Poppins';
    font-size: 12px;
}

#heading {
    text-transform: uppercase;
    color: #5DAD3C;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .bootstrap-select,
#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px !important;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px !important;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins';
    color: black;
    background-color: floralwhite;
    font-size: 15px;
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #5DAD3C;
        outline-width: 0
    }

#msform .action-button {
    width: auto;
    background-color: #5DAD3C;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: green
    }

#msform .action-button-previous {
    width: auto;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

.card {
    z-index: 0;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: black;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.normal-text {
    color: black;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    padding: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    caret-color: transparent;
}

    #progressbar .active {
        color: black
    }

    #progressbar ul {
        text-align: center;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 15%;
        position: relative;
        display: inline-block;
    }

    #progressbar #progressbar_personal_details:before {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f007"
    }

    #progressbar #progressbar_finance:before {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f53d"
    }

    #progressbar #progressbar_funds:before {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f4c0"
    }

    #progressbar #progressbar_work_rights:before {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f807"
    }

    #progressbar #progressbar_licences:before {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f2bb"
    }

    #progressbar #progressbar_confirmation:before {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f560";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #5DAD3C;
        font-weight: bold;
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #5DAD3C
}

.fit-image {
    width: 100%;
    object-fit: cover
}
