/* Minification failed. Returning unminified contents.
(13,36): run-time error CSS1046: Expect comma, found '161'
(13,44): run-time error CSS1046: Expect comma, found '/'
 */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo {
    width: 175px;
    margin-right: 15px;
    margin-left: 15px;
}

.navbar-custom {
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.cov-d-flex {
    display: flex;
    flex-direction: column;
}

.cov-align-items-self-end {
    align-items: self-end;
}

.cov-align-flex-end {
    align-self: flex-end;
}

.cov-mb-2 {
    margin-bottom: 1rem;
}

.cov-m-0 {
    margin: 0;
}

/*#surveyResponseRoot {
    font-family: VIC, Arial, Helvetica !important;
}*/

.sd-root-modern, .sd-title, .sd-item, .sd-item__control-label {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
