@font-face {
    font-family: 'WeblySleekUIRegular';
    font-style: normal;
    src: local('WeblySleek UI'), url(https://fonts.cdnfonts.com/s/57511/weblysleekuil.woff) format('woff')
}

@font-face {
    font-family: 'WeblySleekUIRegular';
    font-style: normal;
    font-weight: 300;
    src: local('WeblySleek UI'), url(https://fonts.cdnfonts.com/s/57511/weblysleekuil.woff) format('woff')
}

@font-face {
    font-family: 'WeblySleekUIRegular';
    font-style: normal;
    font-weight: 600;
    src: local('WeblySleek UI'), url(https://fonts.cdnfonts.com/s/57511/weblysleekuisb.woff) format('woff')
}

:root {
    --corner-radius: 4px;
    --font-size: 14px;
    --font-family: 'Segoe UI Variable Display', 'Segoe UI', 'WeblySleekUIRegular', Tahoma, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: var(--neutralPrimary);
    background: var(--white)
}

.defaultBodyBackground {
    background: var(--white)
}

.defaultBodyForeground {
    color: var(--neutralPrimary)
}

a {
    color: var(--themePrimary);
    text-decoration: none
}

a:hover {
    color: var(--themeDark);
    text-decoration: underline
}

h1 {
    font-size: 3em;
    font-weight: 600;
    letter-spacing: -1px
}

h2 {
    font-size: 2.6em;
    font-weight: 600;
    letter-spacing: -1px
}

h3 {
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: -1px
}

h4 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: -1px
}

h5 {
    font-size: 1.8em;
    font-weight: 600
}

h6 {
    font-size: 1.4em;
    font-weight: 400
}

ul,
ol,
li {
    margin: 0;
    padding-left: 20px
}

ul li {
    padding: 0;
    margin: 0;
    list-style: square
}

ol li {
    padding: 0;
    padding-left: 10px;
    margin: 0
}

b,
strong {
    font-weight: 600
}

p,
li {
    line-height: 150%
}

.clearFix {
    clear: both
}

.border-1 {
    border: 1px solid
}

.border-neutralQuaternaryAlt {
    border-color: #e1dfdd
}

.textarea-note {
    background: #f5f5f5;
    padding: 10px;
    border-radius: var(--corner-radius)
}

.textarea-validation {
    background: #defad4;
    padding: 10px;
    border-radius: var(--corner-radius)
}

.textarea-info {
    background: #fdfce7;
    padding: 10px;
    border-radius: var(--corner-radius)
}

.textarea-warning {
    background: #faf0f0;
    padding: 10px;
    border-radius: var(--corner-radius)
}

.textarea-code {
    background: #f5f5f5;
    font-family: 'Consolas', 'Monaco', 'Menlo', courier, monospace;
    padding: 10px;
    border-radius: var(--corner-radius);
    max-width: calc(100% - 20px)
}

.boxdecoration-none {
    border-radius: 0;
    box-shadow: none
}

.boxdecoration-acrylic {
    -webkit-backdrop-filter: blur(10px) saturate(125%);
    backdrop-filter: blur(10px) saturate(125%)
}

.pfCard.boxdecoration-default .cardFill {
    border-radius: var(--corner-radius);
    transition: all .333s ease-out 0s;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108)
}

.pfCard.boxdecoration-default:hover .cardFill {
    transform: translate3d(0, -1px, 0);
    box-shadow: rgba(0, 0, 0, .22) 0 19px 43px, rgba(0, 0, 0, .18) 0 4px 11px
}

.pfButton {
    font-weight: 600;
    border-radius: var(--corner-radius);
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108);
    padding: 6px 14px 8px 14px
}

.pfButton.button-goto {
    box-shadow: none;
    font-weight: 600 !important
}

.pfButton.button-border {
    border-radius: var(--corner-radius)
}

.pfTabs .tabsHeaders {
    border-bottom: none
}

.pfTabs .tabHeader.headerActive {
    border-color: var(--themePrimary)
}

.vNavOverflowButton {
    font-size: 24px;
    border-radius: var(--corner-radius);
    color: var(--black);
    border: 1px solid var(--neutralQuaternary);
    padding: 4px 8px;
    text-align: center;
    cursor: pointer
}

.vNavOverflowButton:hover {
    background: var(--neutralLighter)
}

input[type=text],
input[type=date],
input[type=number],
input[type=tel],
select,
textarea {
    height: 32px;
    border: 1px solid var(--neutralLight)
}

.pfFormButtons {
    margin-top: 10px
}

.pfFormButtonDefault {
    padding: 10px 16px;
    border: 0;
    background: var(--themePrimary);
    color: #fff;
    border-radius: var(--corner-radius)
}

.pfFormButtonDefault:hover {
    background: var(--themeDark);
    cursor: pointer
}

.pfFormButton {
    border-radius: var(--corner-radius);
    padding: 10px 16px;
    background: var(--neutralLight);
    border: 0
}

.pfFormButton:hover {
    background: var(--neutralQuaternary);
    cursor: pointer
}

.pfFormFieldNameTitle {
    font-weight: 600;
    display: block
}

.pfFormFieldNameDescription {
    display: block;
    font-style: italic;
    font-size: .9em;
    color: var(--neutralPrimary)
}

@media (max-width:600px) {
    h1 {
        font-size: 2em !important
    }

    h2 {
        font-size: 1.8em !important
    }

    h3 {
        font-size: 1.6em !important
    }

    h4 {
        font-size: 1.4em !important
    }

    h5 {
        font-size: 1.2em !important
    }

    h6 {
        font-size: 1.1em !important;
        font-weight: 400
    }
}