/* Minification failed. Returning unminified contents.
(30,1): run-time error CSS1019: Unexpected token, found '@'
(30,131): run-time error CSS1031: Expected selector, found '@'
(30,131): run-time error CSS1025: Expected comma or open brace, found '@'
(68,28): run-time error CSS1039: Token not allowed after unary operator: '-blue'
 */
.wizard > .content > .body input {
    display: inline
}

.mb-5 {
    margin-bottom: 5px !important;
}

.required {
    color: red;
    margin-right: 0px;
}

/*Start This bootstrap added because in multiselect dropdown menu gliphicon icon is not suppport onward bootstrap following version */.glyphicon {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
    content: "\f00c";
}

.pl-20 {
    padding-left: 20px;
}

@*End This bootstrap added because in multiselect dropdown menu gliphicon icon is not suppport onward bootstrap following version*@ .review {
    margin-top: 0 !important;
}

.gridfr35 {
    display: grid;
    grid-template-columns: 3fr 5fr;
}

.subtext {
    margin-top: 0;
    margin-left: 5px;
    font-size: 12px !important;
    color: #353535 !important;
}

.ui-autocomplete {
    z-index: 5000;
}

.form-control {
    height: calc(2.5em + 0.75rem + 2px);
}

#Phone/*, .btn*/ {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (max-width: 576px) {
    body {
        padding-top: 8rem !important;
    }
}

#review a:hover, #review a:active, #review a:focus {
    background-color: var(--blue);
    color: #fff;
}

/*#agree:hover, #agree:active, #agree:focus {
    background-color: yellow;
}*/

