﻿* {
    margin: 0;
    padding: 0;
  /*  color: black;
    font-weight:500;*/
}

html {
    height: 100%
}

p {
    color: black;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

.row-lesen {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.msform {
    text-align: center;
    position: relative;
    margin-top: 10px;
}

    .msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        margin-top: 2rem;
        position: relative
    }

.form-card {
    text-align: left;
    margin-bottom: 1rem;
}

.msform fieldset:not(:first-of-type) {
    display: none
}

/*#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
    background: white;
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #673AB7;
        outline-width: 0
    }*/

.msform .action-button {
   /* width: 150px;*/
    background: #ed891f;
    font-weight: 900;
    color: white;
    border: 0 none;
    border-radius: .2rem;
    cursor: pointer;
    padding: 0.4375rem 1.25rem;
    margin: 10px 0px 10px 5px;
    float: right;
    font-size: 0.6875rem;
}

    .msform .action-button:hover,
    .msform .action-button:focus {
        background-color: #ed891f
    }

.msform .action-button-previous {
   /* width: 100px;*/
    background: #ed891f;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: .2rem;
    cursor: pointer;
    padding: 0.4375rem 1.25rem;
    margin: 10px 5px 10px 0px;
    float: right;
    font-size: 0.6875rem;
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #ed891f
    }

.msform .submit-button {
    /*width: 100px;*/
    background: #096d49;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: .2rem;
    cursor: pointer;
    padding: 0.4375rem 1.25rem;
    margin: 10px 5px 10px 0px;
    float: right;
    font-size: 0.6875rem;
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #096d49
    }

.lesencard {
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    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 {
 /*   margin-bottom: 30px;*/
    overflow: hidden;
    color: lightgrey;
}

    .progressbar .active {
        color: #000000
    }

    .progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 12%;
        display: inline-grid;
        position: relative;
        font-weight: 400;
        margin-right: 12px;
    }

    .progressbar .form_application:before {
        font-family: FontAwesome;
        content: "";
        font-size: 20px;
        color: white;
        font-weight: 900;
    }

    .progressbar li:before {
        width: 20px;
        height: 20px;
        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: '';
        z-index: 8;
        display: block;
        position: absolute;
        top: 10px;
        width: 125%;
        height: 3px;
        /*right: 0;*/
        right: 70px !important;/*afiq changed 23122024*/
        /*left: 0; afiq closed this 23122024*/
       /* margin-left: auto;
        margin-right: auto;*/
        /* 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: #096d49
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

hr.hr_color {
    border-top: 1px solid #ed891f;
}

h6.h6_back {
    background-color: #096d49;
    padding: 8px;
    border-radius: 10px;
    color: white;
    /* margin-left:10px;*/
}


/*Password Checker*/

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.fa-circle {
    font-size: 6px;
}

.fa-check {
    color: #02b502;
}

.href_text {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

    .href_text:hover {
        color: darkorange;
        font-weight: bold;
        text-decoration: underline;
    }


.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}