
#divWizard {
    display: block;
    min-height: 400px;
}

    #divWizard .error {
        color: #DB6C79;
    }

    #divWizard .validationerror {
        color: #DB6C79;
        border-color: #DB6C79;
    }

    #divWizard .datavalid {
        border-color: #04724D;
        color: #04724D;
    }

    #divWizard .nav-link .circle {
        padding: 6px 12px;
        border-radius: 50%;
        background-color: #ee7f00;
        color: white;
    }

.roundedFeatures {
    padding: 35px;
    border-radius: 15px;
    background-color: #ededed;
    margin-top: 7px;
}

.tab-content {
    padding-top: 35px;
    paddig-bottom: 35px;
}

#divWizard .nav-link.active .circle {
    background-color: white;
    color: black;
}

#divWizard .nav-item {
    text-align: left;
}

#divWizard .nav-link {
    transition: color 1s;
    border-radius: 15px;
    font-size: 1.2rem;
}

#divWizard .divControl {
    margin-bottom: 10px;
}

#divWizard .indented {
    margin-top: 0;
}

#divWizard input, select {
    background-color: white;
    border: solid 2px #ee7f00;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    /*            border-bottom: solid 1px #ededed;*/
    /*   width: 100%;*/
    max-width: 100%;
    width: 100%;
    /*font-size: 17px;*/
    /* font-family: Raleway;*/
    font-family: 'Varela Round', sans-serif;
}



#divWizard textarea {
    background-color: white;
    border: solid 2px #ee7f00;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    /* width: 300px; */
    font-family: 'Varela Round', sans-serif;
}

#divWizard input[type="radio"] {
    width: 30px;
    border: solid 2px #ee7f00;
}

#divWizard input[type="checkbox"] {
    width: 30px;
    border: solid 2px #ee7f00;
}

#divWizard #marketingtext p {
    font-size: 15px;
    line-height: 1.1rem;
}

#divWizard label {
    margin: 0px 0px 5px 0px;
}

#divWizard .asteriod {
    color: #931621;
    margin-top: -6px;
}

#divpopup {
    margin-left: 10px;
    border-radius: 4px;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 300px;
    border: lightgray 1px solid;
    background-color: white;
    color: black;
    opacity: 0.0; /* Start invisible */
    transition: opacity 0.6s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    #divpopup #popupheading {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: #eee;
        font-weight: bold;
        padding: 10px;
    }

    #divpopup #popuptext {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #fff;
        padding: 10px;
    }

    #divpopup .arrow-left {
        margin: 12px 0 0 -12px;
        float: left;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid lightgray;
    }

.fieldgroup {
    padding: 20px 35px;
    border-radius: 15px;
    background-color: #ededed;
    margin-top: 7px;
    border: #ee7f00 1px solid;
}

    .fieldgroup .heading {
        border-radius: 12px;
        padding: 16px;
        font-weight: bold;
        position: relative;
        top: -30px;
        background-color: #ee7f00 !important;
        color: #fff;
    }






@media (max-width: 991px) {

    #divWizard input, select {
        width: 100%;
        max-width: 100%;
    }

    #divpopup {
        display: none !important;
    }
}
