/*! Lightning Design System 2.9.3 */

@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

template {
    display: none;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:-ms-input-placeholder {
    color: #3e3e3c;
    font-weight: 400;
    font-size: 0.8125rem;
}

::placeholder {
    color: #3e3e3c;
    font-weight: 400;
    font-size: 0.8125rem;
}

::-moz-selection {
    background: #d8edff;
    text-shadow: none;
    color: #080707;
}

::selection {
    background: #d8edff;
    text-shadow: none;
    color: #080707;
}

html {
    font-family: 'Salesforce Sans', Arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    background: #b0c4df;
    color: #080707;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 0.8125rem;
    background: transparent;
}

@media (pointer: coarse) and (hover: none) {
    body {
        font-size: 1rem;
    }
}

p {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

[class*='slds-icon-action-'] {
    padding: 0.5rem;
    border-radius: 50%;
}

[class*='slds-icon-score__'] {
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    will-change: opacity;
    stroke-width: 1.125px;
}

.slds-template_default {
    padding: 0.75rem;
}

@supports (mix-blend-mode: soft-light) {
    .slds-context-bar__item:not(.slds-no-hover):hover:after {
        background: rgba(0, 0, 0, 0.75);
        mix-blend-mode: soft-light;
    }
}

.slds-progress-bar {
    display: block;
    width: 100%;
    height: 0.5rem;
    background: #dddbda;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.slds-progress-bar_x-small,
.slds-progress-bar--x-small {
    height: 0.125rem;
}

.slds-progress-bar_small,
.slds-progress-bar--small {
    height: 0.25rem;
}

.slds-progress-bar__value {
    display: block;
    background: #5eb4ff;
    height: 100%;
}

.slds-progress {
    position: relative;
    max-width: 70%;
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: auto;
}

.slds-progress .slds-progress-bar {
    position: absolute;
    top: 50%;
    margin-top: -0.0625rem;
}

[contenteditable]:focus {
    outline: none;
}

.slds-grid {
    display: -ms-flexbox;
    display: flex;
}

[class*='slds-col_padded'],
[class*='slds-col--padded'] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.slds-grid_align-spread,
.slds-grid--align-spread {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slds-grid_align-spread [class*='slds-col_padded'],
.slds-grid_align-spread [class*='slds-col--padded'],
.slds-grid--align-spread [class*='slds-col_padded'],
.slds-grid--align-spread [class*='slds-col--padded'] {
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.slds-align-bottom {
    vertical-align: bottom;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 48em) {
}

.slds-p-bottom_x-small,
.slds-p-bottom--x-small {
    padding-bottom: 0.5rem;
}

.slds-p-bottom_small,
.slds-p-bottom--small {
    padding-bottom: 0.75rem;
}

.slds-text-body_small,
.slds-text-body--small {
    font-size: 0.75rem;
}

@media (min-width: 20em) {
    [class*='slds-x-small-size_'],
    [class*='slds-x-small-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

@media (max-width: 20em) {
    [class*='slds-max-x-small-size_'],
    [class*='slds-max-x-small-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

@media (min-width: 30em) {
    [class*='slds-small-size_'],
    [class*='slds-small-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

@media (max-width: 30em) {
    [class*='slds-max-small-size_'],
    [class*='slds-max-small-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

@media (min-width: 48em) {
    [class*='slds-medium-size_'],
    [class*='slds-medium-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

@media (max-width: 48em) {
    [class*='slds-max-medium-size_'],
    [class*='slds-max-medium-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

@media (min-width: 64em) {
    [class*='slds-large-size_'],
    [class*='slds-large-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

@media (max-width: 64em) {
    [class*='slds-max-large-size_'],
    [class*='slds-max-large-size--'] {
        -ms-flex: none;
        flex: none;
    }
}

[class*='slds-size_'],
[class*='slds-size--'] {
    -ms-flex: none;
    flex: none;
}

.slds-assistive-text {
    position: absolute !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

.slds-hidden {
    visibility: hidden !important;
}

.slds-x-small {
}

.slds-small {
}

@media (min-width: 320px) {
}

@media (max-width: 319px) {
}

@media (min-width: 480px) {
}

@media (max-width: 479px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (min-width: 1024px) {
}

@media (max-width: 1023px) {
}

@media (min-width: 1280px) {
}

@media (max-width: 1279px) {
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}
