.wysiwyg-color-black {
    color: #000
}

.wysiwyg-color-black70 {
    color: #4d4d4d
}

.wysiwyg-color-black60 {
    color: #666666
}

.wysiwyg-color-black50 {
    color: gray
}

.wysiwyg-color-black40 {
    color: #999999
}

.wysiwyg-color-black30 {
    color: #b3b3b3
}

.wysiwyg-color-black20 {
    color: #cccccc
}

.wysiwyg-color-black10 {
    color: #e6e6e6
}

.wysiwyg-color-red {
    color: #f00
}

.wysiwyg-color-orange {
    color: #f90
}

.wysiwyg-color-yellow {
    color: #ff0
}

.wysiwyg-color-green {
    color: #0f0
}

.wysiwyg-color-cyan {
    color: #0ff
}

.wysiwyg-color-blue {
    color: #00f
}

.wysiwyg-color-purple {
    color: #90f
}

.wysiwyg-color-pink {
    color: #f0f
}

.wysiwyg-color-red90 {
    color: #ff3333
}

.wysiwyg-color-red80 {
    color: #ff6666
}

.wysiwyg-color-red70 {
    color: #ff9999
}

.wysiwyg-color-red110 {
    color: #cc0000
}

.wysiwyg-color-red120 {
    color: #990000
}

.wysiwyg-color-red130 {
    color: #660000
}

.wysiwyg-color-orange90 {
    color: #ffad33
}

.wysiwyg-color-orange80 {
    color: #ffc266
}

.wysiwyg-color-orange70 {
    color: #ffd699
}

.wysiwyg-color-orange110 {
    color: #cc7a00
}

.wysiwyg-color-orange120 {
    color: #995c00
}

.wysiwyg-color-orange130 {
    color: #663d00
}

.wysiwyg-color-yellow90 {
    color: #ffff33
}

.wysiwyg-color-yellow80 {
    color: #ffff66
}

.wysiwyg-color-yellow70 {
    color: #ffff99
}

.wysiwyg-color-yellow110 {
    color: #cccc00
}

.wysiwyg-color-yellow120 {
    color: #999900
}

.wysiwyg-color-yellow130 {
    color: #666600
}

.wysiwyg-color-green90 {
    color: #33ff33
}

.wysiwyg-color-green80 {
    color: #66ff66
}

.wysiwyg-color-green70 {
    color: #99ff99
}

.wysiwyg-color-green110 {
    color: #00cc00
}

.wysiwyg-color-green120 {
    color: #009900
}

.wysiwyg-color-green130 {
    color: #006600
}

.wysiwyg-color-cyan90 {
    color: #33ffff
}

.wysiwyg-color-cyan80 {
    color: #66ffff
}

.wysiwyg-color-cyan70 {
    color: #99ffff
}

.wysiwyg-color-cyan110 {
    color: #00cccc
}

.wysiwyg-color-cyan120 {
    color: #009999
}

.wysiwyg-color-cyan130 {
    color: #006666
}

.wysiwyg-color-blue90 {
    color: #3333ff
}

.wysiwyg-color-blue80 {
    color: #6666ff
}

.wysiwyg-color-blue70 {
    color: #9999ff
}

.wysiwyg-color-blue110 {
    color: #0000cc
}

.wysiwyg-color-blue120 {
    color: #000099
}

.wysiwyg-color-blue130 {
    color: #000066
}

.wysiwyg-color-purple90 {
    color: #ad33ff
}

.wysiwyg-color-purple80 {
    color: #c266ff
}

.wysiwyg-color-purple70 {
    color: #d699ff
}

.wysiwyg-color-purple110 {
    color: #7a00cc
}

.wysiwyg-color-purple120 {
    color: #5c0099
}

.wysiwyg-color-purple130 {
    color: #3d0066
}

.wysiwyg-color-pink90 {
    color: #ff33ff
}

.wysiwyg-color-pink80 {
    color: #ff66ff
}

.wysiwyg-color-pink70 {
    color: #ff99ff
}

.wysiwyg-color-pink110 {
    color: #cc00cc
}

.wysiwyg-color-pink120 {
    color: #990099
}

.wysiwyg-color-pink130 {
    color: #660066
}

.wysiwyg-font-size-x-large {
    font-size: x-large
}

.wysiwyg-font-size-large {
    font-size: large
}

.wysiwyg-font-size-medium {
    font-size: small
}

.wysiwyg-font-size-small {
    font-size: x-small
}

.wysiwyg-underline {
    text-decoration: underline
}

.wysiwyg-text-align-right {
    text-align: right
}

.wysiwyg-text-align-center {
    text-align: center
}

.wysiwyg-text-align-left {
    text-align: left
}

.wysiwyg-text-align-justify {
    text-align: justify
}

.wysiwyg-indent1 {
    padding-left: 10px
}

[dir=rtl] .wysiwyg-indent1 {
    padding-left: auto;
    padding-right: 10px
}

.wysiwyg-indent2 {
    padding-left: 20px
}

[dir=rtl] .wysiwyg-indent2 {
    padding-left: auto;
    padding-right: 20px
}

.wysiwyg-indent3 {
    padding-left: 30px
}

[dir=rtl] .wysiwyg-indent3 {
    padding-left: auto;
    padding-right: 30px
}

.wysiwyg-indent4 {
    padding-left: 40px
}

[dir=rtl] .wysiwyg-indent4 {
    padding-left: auto;
    padding-right: 40px
}

.wysiwyg-indent5 {
    padding-left: 50px
}

[dir=rtl] .wysiwyg-indent5 {
    padding-left: auto;
    padding-right: 50px
}

.wysiwyg-indent6 {
    padding-left: 60px
}

[dir=rtl] .wysiwyg-indent6 {
    padding-left: auto;
    padding-right: 60px
}

.wysiwyg-indent7 {
    padding-left: 70px
}

[dir=rtl] .wysiwyg-indent7 {
    padding-left: auto;
    padding-right: 70px
}

.wysiwyg-indent8 {
    padding-left: 80px
}

[dir=rtl] .wysiwyg-indent8 {
    padding-left: auto;
    padding-right: 80px
}

.wysiwyg-indent9 {
    padding-left: 90px
}

[dir=rtl] .wysiwyg-indent9 {
    padding-left: auto;
    padding-right: 90px
}

.wysiwyg-indent10 {
    padding-left: 100px
}

[dir=rtl] .wysiwyg-indent10 {
    padding-left: auto;
    padding-right: 100px
}

.wysiwyg-indent11 {
    padding-left: 110px
}

[dir=rtl] .wysiwyg-indent11 {
    padding-left: auto;
    padding-right: 110px
}

.wysiwyg-indent12 {
    padding-left: 120px
}

[dir=rtl] .wysiwyg-indent12 {
    padding-left: auto;
    padding-right: 120px
}

.wysiwyg-indent13 {
    padding-left: 130px
}

[dir=rtl] .wysiwyg-indent13 {
    padding-left: auto;
    padding-right: 130px
}

.wysiwyg-indent14 {
    padding-left: 140px
}

[dir=rtl] .wysiwyg-indent14 {
    padding-left: auto;
    padding-right: 140px
}

.wysiwyg-indent15 {
    padding-left: 150px
}

[dir=rtl] .wysiwyg-indent15 {
    padding-left: auto;
    padding-right: 150px
}

.wysiwyg-indent16 {
    padding-left: 160px
}

[dir=rtl] .wysiwyg-indent16 {
    padding-left: auto;
    padding-right: 160px
}

.wysiwyg-indent17 {
    padding-left: 170px
}

[dir=rtl] .wysiwyg-indent17 {
    padding-left: auto;
    padding-right: 170px
}

.wysiwyg-indent18 {
    padding-left: 180px
}

[dir=rtl] .wysiwyg-indent18 {
    padding-left: auto;
    padding-right: 180px
}

.wysiwyg-indent19 {
    padding-left: 190px
}

[dir=rtl] .wysiwyg-indent19 {
    padding-left: auto;
    padding-right: 190px
}

.wysiwyg-indent20 {
    padding-left: 200px
}

[dir=rtl] .wysiwyg-indent20 {
    padding-left: auto;
    padding-right: 200px
}

zd-autocomplete {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1000000
}

@media screen and (min-width: 375px) {
    zd-autocomplete {
        min-width: 300px
    }
}

zd-autocomplete-header {
    border-bottom: 1px solid #f3f3f3;
    color: #999;
    display: block;
    padding: 15px 20px
}

zd-autocomplete-option {
    cursor: pointer;
    color: #555;
    display: block;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 20px
}

zd-autocomplete-option[aria-selected="true"] {
    background-color: #f3f3f3
}

zd-autocomplete-option:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

zd-autocomplete-option em {
    font-style: normal;
    font-weight: bold
}

zd-autocomplete-option zd-autocomplete-breadcrumbs {
    color: #ccc;
    font-size: 80%
}

zd-autocomplete-multibrand {
    border-bottom: 1px solid #c2c8cc;
    color: #999;
    display: block;
    padding: 20px;
    cursor: pointer;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

zd-autocomplete-multibrand[aria-selected="true"] {
    background-color: #f3f3f3
}

zd-autocomplete-multibrand:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

zd-autocomplete-multibrand em {
    font-style: normal;
    font-weight: bold
}

zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
    color: #1f73b7;
    font-size: 15px;
    padding-bottom: 4px
}

zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand {
    color: #313738;
    font-size: 12px;
    display: block
}

zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand zd-community-image-multibrand {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTQuOCA0Ljg0OGMtLjExLS4zMy0uMjE4LS42Ni0uMjE4LS45OTEgMC0xLjEwMi41NDUtMi4wOTQgMS4zMDktMi43NTVDNS41NjQuNDQgNC44IDAgNC4wMzYgMCAyLjcyNyAwIDEuNTI3IDEuMTAyIDEuNTI3IDIuNTM0YzAgMS40MzMgMS4wOTEgMi41MzUgMi41MSAyLjUzNS4zMjcgMCAuNjU0LS4xMS43NjMtLjIyem0zLjM4MiAyLjUzNWMtMi4wNzMgMC0zLjgxOCAxLjU0My0zLjgxOCAzLjUyNkgxMmMwLTEuODczLTEuNzQ1LTMuNTI2LTMuODE4LTMuNTI2em0tMS45NjQtLjU1MWMtMS4yLjQ0LTIuMDczIDEuMzIyLTIuNTA5IDIuNTM0SDBDMCA3LjI3MyAxLjg1NSA1LjYyIDQuMDM2IDUuNjJjLjQzNyAwIC44NzMuMTEgMS4yLjIyLjIxOS4zMy41NDYuNjYxLjk4Mi45OTJ6bTEuOTY0LS40NGMtMS4zODYgMC0yLjUxLTEuMTM2LTIuNTEtMi41MzUgMC0xLjQgMS4xMjQtMi41MzUgMi41MS0yLjUzNSAxLjM4NiAwIDIuNTA5IDEuMTM1IDIuNTA5IDIuNTM1IDAgMS40LTEuMTIzIDIuNTM0LTIuNTEgMi41MzR6IiBmaWxsPSIjQzJDOENDIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+);
    background-repeat: no-repeat
}

zd-autocomplete-multibrand zd-autocomplete-community-breadcrumbs-multibrand {
    padding-left: 16px
}

ul[data-hc-pills-container] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: text;
    min-height: 37px;
    padding: 2.5px;
    overflow: hidden
}

ul[data-hc-pills-container]:focus {
    outline: none
}

ul[data-hc-pills-container][data-hc-focus="true"] {
    border: 1px solid #999
}

ul[data-hc-pills-container] li {
    height: 30px;
    line-height: 30px;
    max-width: 100%
}

ul[data-hc-pills-container] li,
ul[data-hc-pills-container] li * {
    display: block;
    float: left
}

[dir="rtl"] ul[data-hc-pills-container] li,
[dir="rtl"] ul[data-hc-pills-container] li * {
    float: right
}

ul[data-hc-pills-container] li:first-child>label {
    color: #999;
    margin: 0 10px
}

ul[data-hc-pills-container] li[data-hc-pill="true"] {
    height: 25px;
    line-height: 23px;
    margin: 2.5px;
    background-color: #f2f2f2;
    cursor: default;
    border: 1px solid #f2f2f2;
    border-radius: 2px
}

ul[data-hc-pills-container] li[data-hc-pill="true"][aria-invalid="true"] {
    border: 1px solid #e03b30
}

ul[data-hc-pills-container] li[data-hc-pill="true"][aria-selected="true"] {
    border: 1px solid #999
}

ul[data-hc-pills-container] li[data-hc-pill="true"]:focus {
    outline: none
}

ul[data-hc-pills-container] li[data-hc-pill="true"]>span:not([aria-label="close"]) {
    margin-left: 7.5px;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px
}

[dir="rtl"] ul[data-hc-pills-container] li[data-hc-pill="true"]>span:not([aria-label="close"]) {
    margin-left: 0;
    margin-right: 7.5px
}

ul[data-hc-pills-container] li[data-hc-pill="true"]>span[aria-label="close"] {
    margin: 0 5px 0 10px;
    font-size: 12px
}

[dir="rtl"] ul[data-hc-pills-container] li[data-hc-pill="true"]>span[aria-label="close"] {
    margin: 0 10px 0 5px
}

ul[data-hc-pills-container] li[data-hc-pill="true"]>span[aria-label="close"]::before {
    content: "\00D7";
    cursor: pointer;
    color: #666
}

ul[data-hc-pills-container] li:last-child input {
    border: 0;
    height: 30px;
    max-width: 100%;
    padding: 0 7.5px
}

ul[data-hc-pills-container] li:last-child input,
ul[data-hc-pills-container] li:last-child input:focus {
    outline: none;
    border: 0
}

.hc-mention.dropdown-menu {
    max-height: 216px;
    overflow-y: auto;
    z-index: 2147483635
}

.atwho-view {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    min-width: 120px;
    z-index: 11110 !important
}

.atwho-view ul {
    list-style: none;
    padding: 0;
    margin: auto
}

.atwho-view ul .cur {
    background-color: #00f;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased
}

.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #808080;
    cursor: pointer;
    height: 36px;
    line-height: 24px;
    color: #808080
}

.atwho-view ul li.add {
    color: #808080
}

.atwho-view ul li.add i {
    margin-right: 5px
}

.hc-multiselect {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    direction: inherit;
    font-family: inherit;
    font-size: inherit;
    color: #333;
    cursor: pointer;
    display: block;
    position: relative
}

.hc-multiselect-toggle {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    min-height: 40px;
    padding: 4px 3px;
    padding-right: 28px;
    position: relative
}

[dir="rtl"] .hc-multiselect-toggle {
    padding-right: 3px;
    padding-left: 28px
}

.hc-multiselect-toggle::after {
    color: #999;
    content: "\25BE";
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: 25%
}

[dir="rtl"] .hc-multiselect-toggle::after {
    right: auto;
    left: 10px
}

.hc-multiselect-toggle ul {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    direction: inherit;
    color: inherit;
    cursor: inherit;
    font-family: inherit;
    font-size: inherit;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.hc-multiselect-toggle li {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    direction: inherit;
    color: inherit;
    cursor: inherit;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 0 10px;
    border-radius: 4px;
    margin: 3px;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    max-width: 100%
}

.hc-multiselect-toggle li span {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    direction: inherit;
    color: inherit;
    cursor: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-x: hidden;
    white-space: nowrap
}

.hc-multiselect-toggle li:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #caced1
}

.hc-multiselect-toggle li span[aria-label] {
    margin-left: 5px;
    flex-shrink: 0
}

[dir="rtl"] .hc-multiselect-toggle li span[aria-label] {
    margin-left: 0;
    margin-right: 5px
}

.hc-multiselect-toggle li span[aria-label]::before {
    content: "\D7";
    cursor: pointer;
    color: #666;
    position: relative;
    top: -1px
}

.hc-multiselect-menu {
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    max-height: 150px;
    width: 100%;
    position: absolute;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.hc-multiselect-menu.back ul {
    -webkit-animation-name: slide;
    animation-name: slide;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    animation-direction: reverse
}

.hc-multiselect-menu.forward ul {
    -webkit-animation-name: slide;
    animation-name: slide;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes slide {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

@keyframes slide {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

.hc-multiselect-menu ul {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    direction: inherit;
    color: inherit;
    cursor: inherit;
    font-size: inherit;
    line-height: 1.5;
    list-style: none;
    padding: 0;
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    position: relative;
    left: 0
}

.hc-multiselect-menu li {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    direction: inherit;
    color: inherit;
    cursor: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    font-style: normal;
    font-family: sans-serif;
    display: block;
    position: relative;
    border: 0;
    margin: 0
}

.hc-multiselect-menu li:focus {
    background-color: #e9e9e9
}

.hc-multiselect-menu li[data-back] {
    color: #999
}

.hc-multiselect-menu li[data-menu]::after,
.hc-multiselect-menu li[data-back]::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    border: 4px solid transparent
}

[dir="rtl"] .hc-multiselect-menu li[data-menu]::after,
[dir="rtl"] .hc-multiselect-menu li[data-back]::after {
    right: auto;
    left: 5px
}

.hc-multiselect-menu li[data-menu]::after {
    border-left: 4px solid #999;
    border-right: 0
}

[dir="rtl"] .hc-multiselect-menu li[data-menu]::after {
    border-left: 0;
    border-right: 4px solid #999
}

.hc-multiselect-menu li[data-back]::after {
    border-left: 0;
    border-right: 4px solid #999
}

[dir="rtl"] .hc-multiselect-menu li[data-back]::after {
    border-left: 4px solid #999;
    border-right: 0
}

.hc-multiselect-menu li[data-menu] input[disabled],
.hc-multiselect-menu li[data-back] input[disabled] {
    visibility: hidden
}

.hc-multiselect-menu li label {
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    direction: inherit;
    color: inherit;
    cursor: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    line-height: inherit;
    box-sizing: border-box;
    height: 27px;
    padding: 5px 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.hc-multiselect-menu li label input[type="checkbox"] {
    font-size: 14px;
    pointer-events: none;
    margin: 0 8px
}

.hc-multiselect-toggle[aria-expanded="false"]+.hc-multiselect-menu {
    display: none
}

.g-recaptcha[ui="invisible"] {
    margin-top: 20px
}

.g-recaptcha[ui="invisible"] .grecaptcha-badge {
    display: inline-block
}

.satisfaction-box {
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 8px 30px 10px 30px
}

.satisfaction-box h4 {
    font-weight: bold
}

.satisfaction-box h4.success {
    margin: 0
}

.satisfaction-box textarea {
    border-radius: 4px;
    margin-bottom: 30px;
    resize: none
}

.satisfaction-box a:hover {
    text-decoration: none
}

.satisfaction-box .satisfaction-comment,
.satisfaction-box .satisfaction-reason {
    display: none
}

.satisfaction-box input[type="radio"] {
    display: none
}

.satisfaction-box input[type="radio"][checked="checked"]~div.satisfaction-comment {
    display: block
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"]~div.satisfaction-reason {
    display: block;
    margin-bottom: 15px
}

.satisfaction-box input[type="radio"][value="good"]+label:hover {
    border-color: #86ac1b;
    color: #86ac1b
}

.satisfaction-box input[type="radio"][value="bad"]+label:hover {
    border-color: #e35046;
    color: #e35046
}

.satisfaction-box input[type="radio"]+label.disabled {
    cursor: default
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"]+label {
    border-color: #5e8400;
    background-color: #78a300;
    color: #fff
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"]+label {
    border-color: #bf1c11;
    background-color: #e03b30;
    color: #fff
}

.satisfaction-box input[type="radio"]~label {
    background: #fff;
    border: 1.5px solid #ececec;
    border-radius: 4px;
    color: #787878;
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 5px 20px;
    height: auto
}

.satisfaction-box input[type="submit"] {
    margin-left: 25px;
    font-size: 11px
}

.satisfaction-box .satisfaction-link-box {
    text-align: right
}

.satisfaction-box .satisfaction-link-box a {
    margin-left: 25px
}

.satisfaction-box .satisfaction-submit {
    background: #444;
    color: #fff;
    display: inline-block;
    margin-right: 0
}

.satisfaction-box .satisfaction-cancel {
    font-size: 11px;
    line-height: 27px
}

html[dir="rtl"] .satisfaction-box input[type="radio"]~label {
    margin-right: auto;
    margin-left: 20px
}

html[dir="rtl"] .satisfaction-box input[type="submit"] {
    margin-left: auto;
    margin-right: 25px
}

html[dir="rtl"] .satisfaction-box .satisfaction-link-box {
    text-align: left
}

html[dir="rtl"] .satisfaction-box .satisfaction-link-box a {
    margin-left: auto;
    margin-right: 25px
}

html[dir="rtl"] .satisfaction-box .satisfaction-submit {
    margin-right: auto;
    margin-left: 0
}

.upload-pool {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.upload-item {
    border-radius: 3px;
    clear: left;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 50%
}

.upload-item[aria-busy="true"] .upload-remove {
    display: none
}

.upload-item[aria-busy="true"] .upload-link {
    color: #666
}

.upload-item[aria-busy="true"] .upload-progress {
    visibility: visible
}

.upload-item::after {
    content: "";
    display: block
}

.upload-item:hover {
    background: #f2f2f2
}

.upload-item+.upload-item {
    margin-top: 5px
}

.upload-item-icon {
    vertical-align: middle
}

.upload-item-icon-spacer {
    display: inline-block;
    width: 5px
}

.upload-item>a,
.upload-item span {
    position: relative;
    z-index: 1
}

.upload-item .upload-link {
    color: #333;
    display: inline-block;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.upload-item .upload-link:hover {
    text-decoration: none
}

.upload-item .upload-remove {
    color: #888;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 0 5px 0 15px
}

.upload-item .upload-remove:hover::before {
    color: #222
}

.upload-item .upload-path {
    display: none !important
}

.upload-item .upload-progress {
    background-color: #0072ef;
    height: 2px;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
    visibility: hidden;
    width: 5%
}

.upload-item-screencast .upload-progress {
    width: 100%
}

#upload-error {
    display: none;
    margin-top: 10px
}

html[dir="rtl"] .upload-item {
    clear: right;
    float: right
}

html[dir="rtl"] .upload-item .upload-link {
    margin-left: auto;
    margin-right: 20px
}

html[dir="rtl"] .upload-item .upload-link::before {
    left: auto;
    right: -20px;
    margin-right: auto;
    margin-left: 5px
}

html[dir="rtl"] .upload-item .upload-remove {
    float: left;
    margin-left: auto;
    margin-right: 15px
}

.upload-dropzone {
    border: 1px solid #ddd;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.upload-dropzone input[type="file"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 100%
}

.upload-dropzone span {
    color: #d1d1d1;
    display: inline-block;
    line-height: 24px;
    padding: 10px
}

.upload-dropzone a {
    text-decoration: none;
    font-size: 13px
}

.upload-dropzone a:hover {
    text-decoration: underline
}

.upload-dropzone[data-hover="true"] {
    background-color: #f9f9f9;
    background-color: rgba(0, 0, 0, 0.02)
}

.upload-dropzone[data-hc-focus="true"] {
    border-color: #999
}

html[dir="rtl"] .upload-dropzone input[type="file"] {
    right: auto;
    left: 0
}

#user #user-name {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

#user #user-dropdown {
    background: #fff;
    min-width: 200px
}

#user #user-password {
    display: none;
    max-width: 290px
}

@media (min-width: 768px) {
    #user #user-password {
        max-width: none;
        min-width: 360px
    }
}

#user #user-password #password-form {
    font-size: 12px;
    padding: 5px 20px 10px 20px;
    overflow: hidden
}

#user #user-password #password-form label {
    font-size: 11px
}

#user #user-password #password-form input[type="password"] {
    background: #fff;
    border: 1px solid #e4e4e4;
    display: block;
    height: 30px;
    margin: 3px 0 15px;
    padding: 0 5px;
    width: 100%
}

#user #user-password #password-form ul {
    margin: 3px 0 15px;
    font-size: 11px
}

#user #user-password #password-submit {
    background: #444;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 28px;
    margin: 0 0 0 15px;
    padding: 0 15px
}

[dir="rtl"] #user #user-password #password-submit {
    float: left;
    margin: 0 15px 0 0
}

#user #user-password #password-flash {
    border: 1px solid;
    display: none;
    font-size: 11px;
    margin-bottom: 20px;
    padding: 10px 15px
}

#user #user-password #password-flash.password-flash-success {
    background: #dbf3ff;
    border-color: #b5e0f5
}

#user #user-password #password-flash.password-flash-error {
    background: #ffeded;
    border-color: #f7cbcb
}

#user [data-loading="true"] {
    background-color: transparent
}

#user [data-loading="true"]::after {
    background-image: url("../../hc/assets/loader.html");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    content: "";
    margin-left: 10px;
    position: absolute
}

[dir="rtl"] #user [data-loading="true"]::after {
    margin-left: auto;
    margin-right: 10px
}

[class^="wysiwyg-icon-"],
[class*=" wysiwyg-icon-"] {
    background-position: center !important;
    background-repeat: no-repeat !important
}

.wysiwyg-icon-bold {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zIDJoMy42Yy45IDAgMi4xIDAgMi42LjQuNy40IDEuMiAxLjEgMS4yIDIuMSAwIDEuMS0uNSAxLjktMS41IDIuMiAxLjIuMyAxLjkgMS4yIDEuOSAyLjQgMCAxLjUtMS4xIDIuOS0zIDIuOUgzVjJ6bTEuMyA0LjNIN2MxLjUgMCAyLjEtLjUgMi4xLTEuNiAwLTEuNC0xLTEuNi0yLjEtMS42SDQuM3YzLjJ6bTAgNC42aDMuM2MxLjIgMCAxLjktLjcgMS45LTEuOCAwLTEuMy0xLjEtMS43LTIuMi0xLjdoLTN2My41eiIvPgo8L3N2Zz4K) !important
}

.wysiwyg-icon-italic {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik03IDRoMS42bC0yLjUgOEg0LjVMNyA0em0uOS0zaDEuNkw5IDIuN0g3LjRMNy45IDF6Ii8+Cjwvc3ZnPgo=) !important
}

.wysiwyg-icon-outdent {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik01IDlMMS41IDYuNSA1IDR6Ii8+CiAgPHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEuNSAxLjVoMTFtLTExIDEwaDExbS01LTRoNW0tNSAyaDVtLTUtNGg1bS01LTJoNSIvPgo8L3N2Zz4K) !important
}

.wysiwyg-icon-indent {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0yIDRsMy41IDIuNUwyIDl6Ii8+CiAgPHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEuNSAxLjVoMTFtLTExIDEwaDExbS01LTRoNW0tNSAyaDVtLTUtNGg1bS01LTJoNSIvPgo8L3N2Zz4K) !important
}

.wysiwyg-icon-image {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTEuNSAxLjVoMTF2MTFoLTExeiIvPgogIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTExIDExSDN2LTFsMi0yIDIgMSAyLjQtMi43TDExIDh2M3pNNCA2Yy0uNSAwLTEtLjQtMS0xcy41LTEgMS0xIDEgLjQgMSAxLS40IDEtMSAxeiIvPgo8L3N2Zz4K) !important
}

.wysiwyg-icon-code-block {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMS41IDEuNWgxMXYxMWgtMTF6bTMgMy41bDIgMi0yIDJtMyAuNWgyIi8+Cjwvc3ZnPgo=) !important
}

.wysiwyg-icon-quote {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMi41IDRjMC0uNS0uNC0xLTEtMWgtM2MtLjUgMC0xIC40LTEgMXYzLjFjMCAuNS40IDEgMSAxSDExdjEuOGMwIC4yLS4yLjQtLjQuNGgtLjhjLS40LS4xLS44LjMtLjguN3MuMy44LjguOGguOGMxIDAgMS45LS45IDEuOS0xLjlWNHptLTYgMGMwLS41LS40LTEtMS0xaC0zYy0uNSAwLTEgLjQtMSAxdjMuMWMwIC41LjQgMSAxIDFINXYxLjhjMCAuMi0uMi40LS40LjRoLS44Yy0uNC0uMS0uOC4zLS44LjdzLjMuOC44LjhoLjhjMS4xIDAgMS45LS45IDEuOS0xLjlWNHoiLz4KPC9zdmc+Cg==) !important
}

.wysiwyg-icon-link {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMi40IDExLjNsLTEuMSAxLjFjLS40LjQtLjkuNi0xLjUuNnMtMS4xLS4yLTEuNS0uNmwtMS41LTEuNWMtLjQtLjQtLjYtLjktLjYtMS41cy4yLTEuMS42LTEuNWwtLjYtLjdjLS40LjQtMSAuNi0xLjYuNi0uNiAwLTEuMS0uMi0xLjUtLjZMMS42IDUuN2MtLjQtLjQtLjYtMS0uNi0xLjUgMC0uNi4yLTEuMS42LTEuNWwxLjEtMS4xYy40LS40LjktLjYgMS41LS42czEuMS4yIDEuNS42bDEuNSAxLjVjLjQuNC42LjkuNiAxLjVzLS4yIDEuMS0uNiAxLjVsLjYuNmMuNC0uNC45LS42IDEuNS0uNnMxLjEuMiAxLjUuNmwxLjUgMS41Yy41LjUuNyAxIC43IDEuNiAwIC42LS4yIDEuMS0uNiAxLjV6TTYuMiA0LjFMNC43IDIuNmMtLjEtLjEtLjMtLjItLjUtLjJzLS40LjEtLjUuMkwyLjYgMy43Yy0uMS4xLS4yLjMtLjIuNXMuMS40LjIuNWwxLjUgMS41Yy4xLjEuMy4yLjUuMnMuNC0uMS41LS4yYy0uMi0uMi0uNC0uNS0uNC0uOHMuMy0uNy43LS43Yy40IDAgLjYuMy44LjUuMS0uMi4yLS4zLjItLjYgMC0uMS0uMS0uMy0uMi0uNXptNS4yIDUuMkw5LjggNy44Yy0uMS0uMS0uMy0uMi0uNS0uMnMtLjMuMS0uNS4yYy4yLjMuNS41LjUuOHMtLjMuOC0uNy44Yy0uNCAwLS42LS4zLS44LS41LS4yLjEtLjIuMi0uMi41IDAgLjIuMS40LjIuNWwxLjUgMS41Yy4xLjEuMy4yLjUuMnMuNC0uMS41LS4ybDEuMS0xLjFjLjEtLjEuMi0uMy4yLS41cy0uMS0uMy0uMi0uNXoiLz4KPC9zdmc+Cg==) !important
}

.wysiwyg-icon-bullist {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBmaWxsPSJjdXJyZW50Q29sb3IiPgogICAgPGNpcmNsZSBjeD0iMi41IiBjeT0iMS41IiByPSIxLjUiLz4KICAgIDxjaXJjbGUgY3g9IjIuNSIgY3k9IjYuNSIgcj0iMS41Ii8+CiAgICA8Y2lyY2xlIGN4PSIyLjUiIGN5PSIxMS41IiByPSIxLjUiLz4KICA8L2c+CiAgPHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTUuNSAxMS41aDdtLTctNWg3bS03LTVoNyIvPgo8L3N2Zz4K) !important
}

.wysiwyg-icon-numlist {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNS41IDExLjVoN20tNy01aDdtLTctNWg3Ii8+CiAgPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMi41IDRjLS4yIDAtLjUtLjItLjUtLjVWMS4zbC0uMy4xYy0uMi4xLS41IDAtLjctLjJzMC0uNS4yLS43bDEtLjVjLjMgMCAuNSAwIC42LjEuMS4xLjIuMi4yLjR2M2MwIC4zLS4yLjUtLjUuNXptLjMgMTBIMS41Yy0uMyAwLS41LS4yLS41LS41cy4yLS41LjUtLjVoMS4zYy4xIDAgLjItLjEuMi0uMnMtLjEtLjItLjItLjJjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWMuMSAwIC4yLS4xLjItLjJzLS4xLS40LS4yLS40SDEuNWMtLjIgMC0uNS0uMi0uNS0uNXMuMy0uNS41LS41aDEuMmMuOCAwIDEuMy42IDEuMyAxLjIgMCAuMy0uMS41LS4zLjguMi4yLjMuNS4zLjggMCAuNi0uNSAxLjItMS4yIDEuMnptLjctNWgtMmMtLjIgMC0uNC0uMS0uNC0uMy0uMS0uMi0uMS0uNC4xLS42QzIuMSA3LjMgMyA2LjMgMyA2Yy0uMS0uMi0uNy0uMi0xLjMgMC0uMy4xLS42LS4xLS43LS40IDAtLjIuMS0uNS40LS42LjMtLjEgMS42LS40IDIuMi4yLjMuMi40LjUuNC44IDAgLjUtLjYgMS4zLTEuMyAyaC44Yy4zIDAgLjUuMi41LjVzLS4yLjUtLjUuNXoiLz4KPC9zdmc+Cg==) !important
}

.wysiwyg-icon-formats {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yIDFoMTBNNyAxM1YxIi8+Cjwvc3ZnPgo=) !important
}

#hc-wysiwyg {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    resize: vertical;
    height: 250px;
    min-height: 100px
}

#hc-wysiwyg [role="toolbar"] {
    border: 0;
    border-bottom: 1px solid #ddd;
    height: 35px;
    padding: 5px 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#hc-wysiwyg [role="group"] {
    height: calc(100% - 35px)
}

#hc-wysiwyg [role="group"],
#hc-wysiwyg [role="group"] iframe {
    border-radius: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

#hc-wysiwyg [class^="wysiwyg-icon-"] {
    background: transparent;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #525252;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    min-width: 24px;
    width: auto
}

#hc-wysiwyg [class^="wysiwyg-icon-"]:hover,
#hc-wysiwyg [class^="wysiwyg-icon-"][aria-selected="true"] {
    border-color: #ccc
}

#hc-wysiwyg [class^="wysiwyg-icon-"]:active,
#hc-wysiwyg [class^="wysiwyg-icon-"][aria-selected="true"] {
    background: #ddd
}

#hc-wysiwyg [role="toolbar"]>[aria-haspopup="true"] {
    position: relative
}

#hc-wysiwyg [role="menu"] {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 100%;
    margin-top: 8px;
    min-width: 150px;
    padding: 5px 0;
    outline: none
}

#hc-wysiwyg [role="menu"][aria-hidden="true"] {
    display: none
}

[dir="rtl"] #hc-wysiwyg [role="menu"] {
    left: auto;
    right: 0
}

#hc-wysiwyg [role="menu"]>[role="button"] {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: block;
    height: auto !important;
    line-height: 1 !important;
    margin: 0;
    padding: 8px 20px;
    text-align: left;
    text-align: initial;
    white-space: nowrap
}

#hc-wysiwyg [role="menu"]>[role="button"]:hover {
    background: #f5f5f5
}

#hc-wysiwyg [role="menu"]>[role="button"][data-block="p"] {
    font: normal normal 12px sans-serif
}

#hc-wysiwyg [role="menu"]>[role="button"][data-block="code"] {
    font: normal normal 12px monospace;
    word-spacing: 2px
}

#hc-wysiwyg [role="menu"]>[role="button"][data-block="h2"] {
    font: bold normal 16px sans-serif
}

#hc-wysiwyg [role="menu"]>[role="button"][data-block="h3"] {
    font: bold normal 14px sans-serif
}

#hc-wysiwyg [role="menu"]>[role="button"][data-block="h4"] {
    font: bold normal 13px sans-serif
}

#hc-wysiwyg [role="menu"]>[role="button"][aria-selected="true"]::after {
    content: "\2713";
    display: inline-block;
    margin-left: 20px;
    font-family: "entypo";
    font-size: 12px;
    font-weight: normal
}

[dir="rtl"] #hc-wysiwyg [role="menu"]>[role="button"][aria-selected="true"]::after {
    margin-left: 0;
    margin-right: 20px
}

#hc-wysiwyg [role="separator"] {
    border: 0;
    background: #ddd;
    width: 1px;
    height: 24px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle
}

#hc-wysiwyg .wysiwyg-icon-image {
    overflow: hidden;
    position: relative
}

#hc-wysiwyg input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

#hc-wysiwyg [aria-dropeffect] {
    background: #fff;
    border-radius: 2px;
    border: 2px solid;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#hc-wysiwyg [aria-dropeffect]::before {
    content: attr(title);
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%
}

#hc-wysiwyg [aria-dropeffect][aria-hidden="true"] {
    display: none
}

#hc-wysiwyg [aria-dropeffect][data-over="true"] {
    background: #f9f9f9
}

#hc-wysiwyg [role="form"] {
    background: #f5f5f5;
    border-bottom: 1px solid #ececec;
    padding: 4px 10px;
    position: absolute;
    height: 35px;
    top: 0;
    -webkit-transition: left .2s ease-in;
    transition: left .2s ease-in;
    width: 100%;
    z-index: 20
}

#hc-wysiwyg [role="form"] * {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

#hc-wysiwyg [role="form"] label {
    font-weight: normal
}

#hc-wysiwyg [role="form"] input {
    border: 1px solid #ccc;
    height: 28px;
    outline: none;
    padding: 0 5px;
    width: 300px
}

#hc-wysiwyg [role="form"] [role="button"] {
    background: #fff;
    border: 1px solid #bbb;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 45px;
    text-align: center
}

#hc-wysiwyg [role="form"] [role="button"]:last-child {
    background: transparent;
    border-color: transparent;
    font-size: 12px
}

#hc-wysiwyg [role="form"][aria-expanded="false"] {
    left: -100%
}

#hc-wysiwyg [role="form"][aria-expanded="true"] {
    left: 0
}

#hc-wysiwyg [role="alert"] {
    background: #fff;
    border-top: 1px solid #ececec;
    bottom: 0;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    width: 100%
}

#hc-wysiwyg [role="alert"][aria-hidden="true"] {
    display: none
}

.powered-by-zendesk {
    clear: both;
    text-align: right;
    padding: 10px 15px;
    height: 38px
}

.powered-by-zendesk svg {
    position: relative;
    display: inline-block;
    top: 3px;
    content: " ";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #a5a5a5
}

[dir="rtl"] .powered-by-zendesk svg {
    margin-left: 5px;
    margin-right: 0
}

.powered-by-zendesk a {
    color: #a5a5a5;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    border: 0;
    text-transform: none
}

#navbar-container {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif
}

#navbar-container>* {
    z-index: 2147483646
}

body {
    margin: 0
}

.nesty-input,
.nesty-panel {
    box-sizing: border-box
}

.nesty-input *,
.nesty-input *:before,
.nesty-input *:after,
.nesty-panel *,
.nesty-panel *:before,
.nesty-panel *:after {
    box-sizing: inherit
}

.nesty-input {
    background-color: #FFF;
    border: 1px solid #ECECEC;
    border-radius: 1px;
    box-shadow: inset 0 1px #E3E3E3;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    max-width: 250px;
    min-width: 150px;
    overflow: hidden;
    padding: 0 20px 0 5px;
    position: relative;
    text-overflow: ellipsis;
    z-index: 1;
    width: 100%;
    white-space: nowrap
}

[dir='rtl'] .nesty-input {
    padding: 0 5px 0 20px
}

.nesty-input:after {
    color: #999;
    content: "\25BE";
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: 25%
}

[dir='rtl'] .nesty-input:after {
    left: 10px;
    right: auto
}

.nesty-input:hover {
    text-decoration: none
}

.nesty-panel,
.nesty-panel ul {
    overflow-x: hidden;
    overflow-y: auto
}

.nesty-panel {
    background: #FFF;
    border: 1px solid #AAA;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    height: 150px;
    min-width: 100px;
    position: absolute !important;
    z-index: 999
}

.nesty-panel ul {
    background: #FFF;
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.nesty-panel li {
    background: #FFF;
    border: 0;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-family: sans-serif;
    line-height: 1;
    margin: 0 !important;
    min-height: 27px;
    padding: 5px !important;
    position: relative;
    box-sizing: border-box
}

.nesty-panel li:focus {
    background: #E9E9E9;
    outline: none
}

.nesty-panel li.nesty-selected {
    font-weight: bold
}

li.nesty-collapse {
    color: #999
}

.nesty-expand:after,
.nesty-collapse:after {
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    height: 0;
    margin-top: -5px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0
}

[dir='rtl'] .nesty-expand:after,
[dir='rtl'] .nesty-collapse:after {
    left: 5px;
    right: auto
}

.nesty-expand:after {
    border-left-color: #999;
    border-right-width: 0
}

[dir='rtl'] .nesty-expand:after {
    border-left-color: transparent;
    border-left-width: 0;
    border-right-color: #999;
    border-right-width: 4px
}

.nesty-collapse:after {
    border-left-width: 0;
    border-right-color: #999
}

[dir='rtl'] .nesty-collapse:after {
    border-left-color: #999;
    border-left-width: 4px;
    border-right-color: transparent;
    border-right-width: 0
}

.nesty-input {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    padding: 0 15px 0 10px
}

.nesty-panel {
    height: auto;
    max-height: 150px
}

.nesty-panel ul {
    position: relative
}

.nesty-panel ul:nth-child(2) {
    position: absolute
}

body {
    /*!
 * Pikaday
 * Copyright © 2012 David Bushell | BSD & MIT license | http://dbushell.com/
 */
}

body .pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

body .pika-single.is-hidden {
    display: none
}

body .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

body .pika-title {
    position: relative;
    text-align: center
}

body .pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

body .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

body .pika-prev,
body .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: .5;
    *position: absolute;
    *top: 0
}

body .pika-prev:hover,
body .pika-next:hover {
    opacity: 1
}

body .pika-prev,
body .is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

body .pika-next,
body .is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

body .pika-prev.is-disabled,
body .pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

body .pika-select {
    display: inline-block;
    *display: inline
}

body .pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

body .pika-table th,
body .pika-table td {
    width: 14.285714285714286%
}

body .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

body .pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

body .is-today .pika-button {
    color: #33aaff;
    font-weight: bold
}

body .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

body .is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

body .pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}

body .pika-single.is-bound {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15)
}

body .pika-single button {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    text-align: center
}

body .pika-table th,
body .pika-table td {
    border: 0;
    padding: 0
}

body .pika-table abbr {
    border: 0
}

body .pika-button {
    background: #FFF
}

body .pika-button:hover {
    color: #333 !important;
    background: #F5F5F5 !important;
    box-shadow: none !important;
    border-radius: 0 !important
}

body .is-today .pika-button {
    color: #000
}

body .is-selected .pika-button {
    background: #CCC;
    box-shadow: none;
    border-radius: 0
}

body .pika-select {
    padding: 0
}

html[dir=rtl] body .pika-title select {
    left: 0
}

html[dir=rtl] body .pika-prev,
html[dir=rtl] body .is-rtl .pika-next {
    float: left;
    *left: 0
}

html[dir=rtl] body .pika-next,
html[dir=rtl] body .is-rtl .pika-prev {
    float: right;
    *right: 0
}

html[dir=rtl] body .pika-button {
    text-align: right
}