﻿#heading {
    text-transform: uppercase;
    color: #2f7955;
    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 input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #2f7955;
        outline-width: 0
    }

#msform .action-button {
    width: 100px;
    background: #2f7955;
    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: #311B92
    }

#msform .action-button-previous {
    width: 100px;
    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;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2f7955;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #2f7955;
    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: #2f7955
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: right;
        position: relative;
        font-weight: 400;
        text-align: center;
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }

    #progressbar #stp1:before {
        font-family: FontAwesome;
        content: "1" ; text-align : center ; 
    }

    #progressbar #stp2:before {
        font-family: FontAwesome;
        content: "2";
        text-align: center;
    }

    #progressbar #stp3:before {
        font-family: FontAwesome;
        content: "3";
        text-align: center;
    }

    #progressbar #stp4:before {
        font-family: FontAwesome;
        content: "4";
        text-align: center;
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: #cde3d9;
        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: #2f7955
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #2f7955
}

.fit-image {
    width: 100%;
    object-fit: cover
}















.slc1 {
 
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.slc3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}


label {
    cursor: pointer;
    border: 1px solid lightgray;
    padding: 0.6rem;
    border-radius: 5px;
    display: flex;
    gap: 0.33rem;

    svg {
        width: 0;
        transition: width 0.66s linear( 0, 0.009, 0.035 2.1%, 0.141, 0.281 6.7%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%, 0.997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 );
        transform-origin: left center;
        fill: #2f7955;
    }

    &:has(:checked) {
        border-color: #2f7955;
        border: 2px solid #2f7955;
        background: none !important;

        svg {
            width: 0.7lh;
        }
    }
}

.screenreader-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}








.lvlyes {
    cursor: pointer;
    border: 2px solid lightgray ;
    padding: 0.6rem;
    border-radius: 5px;
    display: flex;
    gap: 0.33rem;
    text-align: center !important;
    color: #2f7955 !important;

    svg {
        width: 0;
        transition: width 0.66s linear( 0, 0.009, 0.035 2.1%, 0.141, 0.281 6.7%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%, 0.997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 );
        transform-origin: left center;
        fill: #2f7955;
    }

    &:has(:checked) {
        border-color: #2f7955;
        color: #2f7955 !important;
        border: 2px solid #2f7955;
        background: none !important;

        svg {
            width: 0.7lh;
        }
    }
}







.lvlcancel {
    cursor: pointer;
    border: 2px solid lightgray;
    padding: 0.6rem;
    border-radius: 5px;
    display: flex;
    gap: 0.33rem;
    text-align: center !important;
    color: lightpink !important;

    svg {
        width: 0;
        transition: width 0.66s linear( 0, 0.009, 0.035 2.1%, 0.141, 0.281 6.7%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%, 0.997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 );
        transform-origin: left center;
        fill: deeppink;
    }

    &:has(:checked) {
        border-color: deeppink;
        color: deeppink !important;
        border: 2px solid deeppink;
        background: none !important;

        svg {
            width: 0.7lh;
        }
    }
}




.lvlgotostepidontknow {
    cursor: pointer;
    border: 2px dashed deeppink;
    padding: 0.6rem;
    border-radius: 5px;
    display: flex;
    gap: 0.33rem;
    text-align: center !important;
    color: lightpink !important;

    svg {
        width: 0;
        transition: width 0.66s linear( 0, 0.009, 0.035 2.1%, 0.141, 0.281 6.7%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%, 0.997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 );
        transform-origin: left center;
        fill: deeppink;
    }

    &:has(:checked) {
        border-color: deeppink;
        color: deeppink !important;
        border: 2px solid deeppink;
        background: none !important;

        svg {
            width: 0.7lh;
        }
    }
}






.lblminisubmenu {
    cursor: pointer;
    border: 2px solid lightgray;
    padding: 0.3rem;
    border-radius: 5px;
    display: flex;
    gap: 0.33rem;
    text-align: center !important;
    color: #2f7955 !important;

    svg {
        width: 0;
        transition: width 0.66s linear( 0, 0.009, 0.035 2.1%, 0.141, 0.281 6.7%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%, 0.997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 );
        transform-origin: left center;
        fill: #2f7955;
    }

    &:has(:checked) {
        border-color: #2f7955;
        color: #2f7955 !important;
        border: 2px solid #2f7955;
        background: none !important;

        svg {
            width: 0.6lh;
        }
    }
}





.txtblack { color : #272727 !important}




.progress-container {
    width: 100%;
    height: 7px;
    background: #eee;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #2f7955;
    animation: loading 5s linear infinite;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

#progressbarload { display : none ; }

.txttheme {
    color: #2f7955 !important ; 
}