  @import url('/prospect/css/open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'proximanova',Arial,sans-serif;
    height: 100%;
}
.required {
    color: #bb0000;
    font-weight: 800;
    margin-right: .2rem;
}
body {
    display: flex;
    flex-flow: column;
}
main {
    flex: 1 1 auto;
}
label {
    font-weight:600;
    color: #666;
}

.content {
    padding-top: 1.1rem;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
 
/* bootstrap select overrides*/
.btn.dropdown-toggle.btn-light {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.option .text {
    word-spacing: normal;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    white-space: pre-wrap;
    line-height: 1.42857143;
}