<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
}
.disp-blk {
    display: block !important;
}
.disp-non {
    display: none !important;
}
.flex-box {
    display: flex;
    align-items: center;
}
.flex-jc-fe {
    justify-content: flex-end;
}
.fnt-sz-21px {
    font-size: 21px;
}
.fnt-sz-17px {
    font-size: 17px;
}
.fnt-sz-16px {
    font-size: 16px;
}
.fnt-sz-14px {
    font-size: 14px;
}
.fnt-sz-12px {
    font-size: 12px;
}
.mgn-l-4px {
    margin-left: 4px;
}
.mgn-t-n30px {
    margin-top: -30px !important;
}
.mgn-b-0 {
    margin-bottom: 0 !important;
}
.left-clc-100pct-28px {
    left: calc(100% - 28px);
}
.left-clc-100pct-29px {
    left: calc(100% - 29px);
}
.top-30px {
    top: 30px;
}
.top-31px {
    top: 31px;
}
.top-32px {
    top: 32px;
}
.mui-form h5.field-description {
    font-size: 14px;
    font-weight: bold;
    color: #d400b9;
    margin-bottom: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.mui-form input {
    color: #333333;
    font-size: 14px;
}
.mui-form label.float-label {
    font-size: 14px;
    color: #888888;
    overflow: hidden;
}
.mui-textfield {
    padding-top: 27px;
    margin-bottom: 67px;
}
.mui-textfield &gt; input:focus ~ label,
.mui-textfield &gt; textarea:focus ~ label {
    color: #0082bd;
}
.mui-textfield &gt; input:focus,
.mui-textfield &gt; textarea:focus {
    border-color: #0082bd;
}
.mui-textfield &gt; label {
    top: 12px;
    left: 0;
}
.mui-form .mui-textfield.mui-textfield--float-label.tf-disabled &gt; label.float-label {
    transition: none;
}
.mui-textfield--float-label.tf-disabled &gt; input:focus.mui--is-not-empty ~ label,
.mui-textfield--float-label &gt; input:not(:focus).mui--is-not-empty ~ label,
.mui-textfield--float-label &gt; input:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield--float-label &gt; input:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield--float-label &gt; textarea:not(:focus).mui--is-not-empty ~ label,
.mui-textfield--float-label &gt; textarea:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty) ~ label,
.mui-textfield--float-label &gt; textarea:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty) ~ label {
    color: #888888;
    font-size: 10px;
    top: 16px;
}
.mui-textfield textarea {
    resize: none;
    overflow: hidden;
    min-height: 26px;
    height: 26px;
    margin-top: 6px;
    font-size: 14px;
}
.mui-form input::placeholder {
    color: transparent;
    font-size: 14px;
}
.mui-form input::-ms-clear,
.mui-form input::-ms-reveal {
    display: none;
}
.mui-form input::-webkit-input-placeholder {
    color: transparent;
    font-size: 14px;
}
/* -------------------- TEXTFIELD TYPE SPECIFIC RULES -------------------- */
.mui-textfield.tf-disabled:not(.tf-full-width) input:read-only,
.mui-textfield.tf-disabled:not(.tf-full-width) input:read-only:focus {
    border-bottom: 1px dashed rgba(0,0,0,.26) !important;
}
.mui-textfield.tf-disabled input:-moz-read-only,
.mui-textfield.tf-disabled input:-moz-read-only:focus {
    border-bottom: 1px dashed rgba(0,0,0,.26) !important;
}
.mui-textfield.tf-disabled input.tf-read-only,
.mui-textfield.tf-disabled input.tf-read-only:focus {
    border-bottom: 1px dashed rgba(0,0,0,.26) !important;
}
/*.mui-textfield.tf-disabled[data-pcui-textfield="password"] input:read-only:focus {
    padding-top: 1px;
    margin-top: -1.01px;
    margin-bottom: 2.9px;
}

.mui-textfield.tf-disabled[data-pcui-textfield="password"] input:-moz-read-only:focus {
    padding-top: 1px;
    margin-top: -1.01px;
    margin-bottom: 2.9px;
}

.mui-textfield.tf-disabled input.tf-read-only:focus {
    padding-top: 1px;
    margin-top: -1.01px;
    margin-bottom: 2.9px;
}*/
.mui-textfield.tf-disabled input:read-only + label {
    display: none;
}
.mui-textfield.tf-disabled input:-moz-read-only + label {
    display: none;
}
.mui-textfield.tf-disabled input.tf-read-only + label {
    display: none;
}
.mui-textfield.tf-disabled div:read-only + label {
    display: none;
}
.mui-textfield.tf-disabled:not(.tf-no-label) input.mui--is-not-empty:read-only + label {
    display: block;
}
.mui-textfield.tf-disabled:not(.tf-no-label) input.mui--is-not-empty:-moz-read-only + label {
    display: block;
}
.mui-textfield.tf-disabled:not(.tf-no-label) input.tf-read-only.mui--is-not-empty + label {
    display: block;
}
.mui-textfield.tf-dropdown input,
.mui-textfield.tf-dropdown .selectize-input input,
.mui-textfield.tf-disabled input:-moz-read-only {
    color: transparent;
    text-shadow: 0 0 0 #333333;
    cursor: pointer;
}
.mui-textfield.tf-disabled input:-moz-read-only {
    cursor: not-allowed;
}
.mui-textfield.tf-dropdown .selectize-input input {
    color: transparent !important;
    text-shadow: 0 0 0 #333333;
    cursor: pointer !important;
}
.mui-textfield.tf-error label,
.mui-textfield.tf-error.tf-error-shown label,
.mui-textfield.tf-error.tf-error-shown input:not(:focus) ~ label,
.mui-textfield.tf-warning.tf-warning-capslock-on.tf-error.tf-error-shown input:not(:focus) ~ label {
    color: #b13131 !important;
}
.mui-textfield.tf-error &gt; input,
.mui-textfield.tf-error &gt; textarea {
    border-color: #b13131;
}
.mui-textfield.tf-error.tf-error-shown &gt; input:not(:focus),
.mui-textfield.tf-warning.tf-warning-capslock-on.tf-error.tf-error-shown &gt; input:not(:focus) {
    border-color: #b13131 !important;
}
.mui-textfield.tf-error.tf-error-not-shown &gt; input {
    border-color: rgba(0,0,0,.26);
}
.mui-textfield.tf-error.tf-error-not-shown &gt; input:focus {
    border-color: #0082bd;
}
.tf-error .helper-text,
.tf-error.tf-error-shown .helper-text {
    color: #b13131;
}
.mui-textfield--float-label.tf-warning &gt; input:not(:focus).mui--is-not-empty ~ label,
.mui-textfield.tf-warning &gt; input:focus ~ label,
.mui-textfield.tf-warning &gt; textarea:focus ~ label,
.mui-textfield.tf-warning label {
    color: #ca9e00;
}
.mui-textfield.tf-warning.tf-warning-capslock.tf-warning-capslock-on input:focus ~ label {
    color: #ca9e00 !important;
}
.mui-textfield.tf-warning.tf-warning-capslock-on input:focus {
    border-color: #ca9e00 !important;
}
.mui-textfield.tf-error.tf-error-not-shown input:focus ~ label,
.mui-textfield.tf-warning.tf-warning-capslock-off input:focus ~ label {
    color: #0082bd !important;
}
.mui-textfield.tf-error.tf-error-not-shown.tf-disabled input:focus ~ label,
.mui-textfield.tf-warning.tf-warning-capslock-off.tf-disabled input:focus ~ label,
.mui-textfield.tf-error.tf-error-not-shown label,
.mui-textfield.tf-warning.tf-warning-capslock-off input ~ label,
.mui-textfield.tf-warning.tf-warning-capslock-on input:not(:focus) ~ label {
    color: #888888 !important;
}
.mui-textfield.tf-warning.tf-warning-capslock-off input:focus {
    border-color: #0082bd !important;
}
.mui-textfield.tf-warning.tf-warning-capslock-off.tf-disabled:not(.tf-full-width) input:not(:focus),
.mui-textfield.tf-warning.tf-warning-capslock-off:not(.tf-full-width):not(.tf-error-shown) input:not(:focus),
.mui-textfield.tf-warning.tf-warning-capslock-on input:not(:focus) {
    border-color: rgba(0,0,0,.26) !important;
}
.mui-textfield.tf-warning &gt; input,
.mui-textfield.tf-warning &gt; textarea {
    border-color: #ca9e00;
}
.tf-warning .helper-text {
    color: #ca9e00;
}
.tf-warning-capslock-on.tf-disabled input:focus ~ .helper-text,
.tf-error-shown.tf-disabled .helper-text,
.tf-warning-capslock-off .helper-text,
.tf-warning-capslock .helper-text,
.tf-error-not-shown .helper-text {
    display: none;
}
.tf-warning-capslock-on input:focus ~ .helper-text,
.tf-error-shown .helper-text {
    display: block;
}
.tf-helper-text .helper-text {
    visibility: hidden;
}
.tf-helper-text input:focus ~ .helper-text {
    visibility: visible;
}
.helper-text {
    font-size: 10px;
    color: #888888;
    margin-top: 4px;
}
.helper-text .fas,
.helper-text .fa {
    font-size: 12px;
    margin-right: 5px;
}
.tf-inside-elem a {
    position: absolute;
    width: 28px;
    height: 28px;
    display: none;
    justify-content: center;
    align-items: center;
}
/* -------------------- FIXED LABEL TYPE TEXTFIELD RULES -------------------- */
.mui-textfield.tf-fixed-label.tf-disabled input:read-only + label {
    display: block;
}
.mui-textfield.tf-fixed-label.tf-disabled input:-moz-read-only + label {
    display: block;
}
.mui-textfield.tf-fixed-label.tf-disabled input.tf-read-only + label {
    display: block;
}
.mui-textfield.tf-fixed-label.tf-disabled input:read-only:focus + label {
    color: #888888;
}
.mui-textfield.tf-fixed-label.tf-disabled input:-moz-read-only:focus + label {
    color: #888888;
}
.mui-textfield.tf-fixed-label.tf-disabled input.tf-read-only:focus + label {
    color: #888888;
}
.mui-textfield:not(.tf-fixed-label) &gt; input:focus ~ label,
.mui-textfield:not(.tf-fixed-label) &gt; textarea:focus ~ label {
    font-size: 10px;
    top: 16px;
}
.mui-textfield.tf-disabled:not(.tf-fixed-label) &gt; input.mui--is-empty:focus ~ label {
    font-size: 14px;
    top: 36px;
}
.mui-textfield.tf-fixed-label &gt; input ~ label,
.mui-textfield.tf-fixed-label &gt; textarea ~ label {
    transition: none;
    font-size: 10px;
    top: -7.5px;
}
.mui-textfield.tf-fixed-label &gt; input:focus ~ label,
.mui-textfield.tf-fixed-label &gt; textarea:focus ~ label,
.mui-textfield.tf-fixed-label:not(.mui-textfield--float-label) label {
    top: 16px !important;
}
/* -------------------- NO LABEL TYPE TEXTFIELD RULES -------------------- */
.color-888888,
.mui-form input.pl-hldr-visible::placeholder,
.mui-form .tf-no-label input::placeholder,
.mui-form .tf-no-label textarea::placeholder,
.mui-form .tf-fixed-label.tf-search input::placeholder {
    color: #888888;
}
.mui-form input.pl-hldr-visible::-webkit-input-placeholder,
.mui-form .tf-no-label input::-webkit-input-placeholder,
.mui-form .tf-no-label textarea::-webkit-input-placeholder,
.mui-form .tf-fixed-label.tf-search input::-webkit-input-placeholder {
    color: #888888;
}
.mui-form input.pl-hldr-visible:-ms-input-placeholder
.mui-form .tf-no-label input:-ms-input-placeholder,
.mui-form .tf-no-label textarea:-ms-input-placeholder,
.mui-form .tf-fixed-label.tf-search input:-ms-input-placeholder {
    color: #888888 !important;
}
.mui-form .tf-no-label.tf-dropdown input::placeholder,
.mui-form .tf-no-label.tf-dropdown .selectize-input input::placeholder,
.mui-form .tf-fixed-label.tf-dropdown input::placeholder,
.mui-form .tf-fixed-label.tf-dropdown .selectize-input input::placeholder {
    color: #333333;
    opacity: 1;
}
.mui-form .tf-no-label.tf-dropdown input::-webkit-input-placeholder,
.mui-form .tf-no-label.tf-dropdown .selectize-input input::-webkit-input-placeholder,
.mui-form .tf-fixed-label.tf-dropdown input::-webkit-input-placeholder,
.mui-form .tf-fixed-label.tf-dropdown .selectize-input input::-webkit-input-placeholder {
    color: #333333;
}
.mui-form .tf-no-label.tf-dropdown input:-ms-input-placeholder,
.mui-form .tf-no-label.tf-dropdown .selectize-input input:-ms-input-placeholder,
.mui-form .tf-fixed-label.tf-dropdown input:-ms-input-placeholder,
.mui-form .tf-fixed-label.tf-dropdown .selectize-input input:-ms-input-placeholder {
    color: #333333;
}
.mui-form .tf-no-label.tf-dropdown input:-ms-input-placeholder:focus,
.mui-form .tf-no-label.tf-dropdown .selectize-input input:-ms-input-placeholder:focus,
.mui-form .tf-fixed-label.tf-dropdown input:-ms-input-placeholder:focus,
.mui-form .tf-fixed-label.tf-dropdown .selectize-input input:-ms-input-placeholder:focus {
    color: #333333;
}
.tf-no-label label.float-label {
    display: none;
}
/* -------------------- ELEMENT SPECIFIC RULES -------------------- */
.tf-inside-elem-btn {
    cursor: default !important;
}
.tf-inside-elem.tf-dropdown a {
    display: flex;
}
.tf-inside-elem.tf-search a {
    display: flex;
}
.tf-inside-elem input {
    padding-right: 28px;
}
.tf-dropdown input:read-only {
    cursor: default;
}
.tf-inside-elem input.mui--is-not-empty ~ a {
    display: flex;
}
.tf-inside-elem a.tf-password-mask {
    display: flex;
}
.tf-disabled.tf-inside-elem input.mui--is-not-empty ~ a,
.tf-disabled.tf-inside-elem a.tf-password-mask,
.tf-inside-affix input.mui--is-empty ~ .tf-affix.tf-suffix,
.tf-inside-affix input ~ .tf-affix.tf-prefix,
.tf-inside-affix.tf-no-label input ~ .tf-affix.tf-prefix {
    display: none;
}
.tf-inside-affix input.mui--is-not-empty:focus ~ .tf-affix.tf-suffix,
.tf-inside-affix input.mui--is-empty:focus ~ .tf-affix.tf-suffix,
.tf-search input.mui--is-not-empty:focus ~ .tf-search-result,
.tf-inside-affix input:focus ~ .tf-affix.tf-prefix,
.tf-inside-affix input.mui--is-not-empty ~ .tf-affix.tf-prefix,
.tf-inside-affix.tf-no-label input:focus ~ .tf-affix.tf-suffix {
    display: block;
}
.tf-inside-affix.tf-inside-suffix .tf-affix {
    float: right;
}
.tf-affix {
    margin-top: -25px;
    float: left;
}
.tf-search-result {
    border: 1px solid #cccccc;
    margin-top: 1px;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.tf-search-result &gt; div {
    padding: 8.5px 19px;
}
.tf-search-result &gt; div:not(:first-child),
.tf-dropdown .selectize-dropdown-content &gt; div:not(:first-child) {
    border-top: 1px solid #eeeeee;
}
.tf-dropdown .tf-search-result &gt; div.active,
.tf-dropdown .selectize-dropdown-content &gt; div.option.selected {
    background-color: #eeeeee;
    font-weight: bold;
}
.tf-dropdown .tf-search-result &gt; div:hover,
.tf-dropdown .selectize-dropdown-content &gt; div.option.active {
    background-color: #d7f2ff;
}
.tf-dropdown .selectize-input {
    border: none;
    border-bottom: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 28px 6px 0;
    margin-top: -2px;
    background: none;
    cursor: pointer !important;
}
.tf-dropdown .selectize-input &gt; div {
    font-size: 14px;
    color: #333333;
}
.tf-dropdown .selectize-input.focus.input-active {
    background: none;
    border-bottom: 2px solid #0082bd;
    margin-bottom: -1px;
}
.tf-dropdown .selectize-input.full.has-items {
    margin-top: -2px;
}
.tf-dropdown .selectize-input.focus.input-active::before {
    display: none;
}
.tf-dropdown .selectize-input::after {
    display: none !important;
}
.tf-dropdown .selectize-dropdown {
    top: 34px !important;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #cccccc;
}
.tf-dropdown .selectize-dropdown-content .option {
    padding: 8.5px 19px;
}
.option:hover {
    background-color: #d7f2ff !important;
}
.tf-dropdown.tf-no-label label.lbl-selectized {
    display: none;
}
.tf-dropdown.tf-fixed-label label.lbl-selectized {
    transition: none;
    font-size: 10px;
    top: -7.5px;
    color: #888888;
}
/* -------------------- FULL WIDTH WITH LABEL TYPE TEXTFIELD RULES -------------------- */
.tf-full-width {
    background-color: #ffffff;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}
.tf-full-width.tf-counter {
    padding-bottom: 22.3px;
}
.tf-full-width input,
.tf-full-width textarea,
.tf-full-width label,
.tf-full-width div.helper-text {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}
.tf-full-width input:focus {
    padding-bottom: 1px;
}
.tf-full-width.tf-disabled input:focus {
    margin-bottom: 0 !important;
}
.tf-full-width.tf-disabled input.tf-read-only,
.tf-full-width.tf-disabled input.tf-read-only:focus {
    border-bottom: none !important;
}
.tf-full-width.tf-disabled input:-moz-read-only,
.tf-full-width.tf-disabled input:-moz-read-only:focus {
    border-bottom: none !important;
}
.tf-full-width.tf-counter div.helper-text {
    margin-top: 0;
    display: none;
}
.tf-full-width.tf-counter input:focus ~ div.helper-text {
    display: flex;
}
.tf-full-width input::placeholder,
.tf-full-width.tf-counter input.pl-hldr-visible::placeholder {
    color: #888888;
}
.tf-full-width input::-webkit-input-placeholder,
.tf-full-width.tf-counter input.pl-hldr-visible::-webkit-input-placeholder {
    color: #888888;
}
.tf-full-width input:-ms-input-placeholder,
.tf-full-width.tf-counter input.pl-hldr-visible:-ms-input-placeholder {
    color: #888888;
}
.tf-full-width.tf-counter input::placeholder {
    color: transparent;
}
.tf-full-width.tf-counter input::-webkit-input-placeholder {
    color: transparent;
}
.tf-full-width.tf-counter input:-ms-input-placeholder {
    color: transparent;
}
.tf-full-width label {
    margin-left: 20px;
}
.tf-full-width.tf-tooltip-trigger input,
.tf-full-width.tf-inside-affix div.tf-prefix {
    margin-left: 20px;
}
.tf-full-width.tf-tooltip-trigger i,
.tf-full-width.tf-inside-affix div.tf-suffix {
    margin-right: 20px;
}
.tf-full-width.tf-inside-elem a {
    margin-left: -20px;
}
.tf-full-width div.selectize-input {
    width: calc(100% - 40px);
    margin-left: 20px;
}
.tf-full-width.tf-dropdown .selectize-dropdown {
    top: 45px !important;
}
.tf-full-width.tf-no-border-in-full-width input,
.tf-full-width.tf-no-border-in-full-width textarea,
.tf-full-width.tf-no-border-in-full-width.tf-dropdown .selectize-input,
.tf-full-width.tf-no-border-in-full-width.tf-dropdown .selectize-input.focus.input-active {
    border-bottom: none;
}
.tf-full-width .tf-search-result {
    margin-top: 9px;
}
/* -------------------- TEXTFIELD WITH TAGGING FUNCTION RULES -------------------- */
.tf-tagging label {
    z-index: 1;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.tf-tagging .selectize-input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.26);
    box-shadow: none;
    padding: 8px 0 8.8px 0;
    background-color: transparent !important;
}
.tf-tagging .selectize-input:before {
    display: none;
}
.tf-tagging .selectize-control div.selectize-dropdown {
    margin-top: 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #888888;
}
.tf-tagging .selectize-control .selectize-dropdown-content .no-results &gt; span {
    color: #333333;
    word-wrap: break-word;
}
.tf-tagging .selectize-control .selectize-dropdown div.selectize-dropdown-content &gt; div {
    padding: 8.5px 19px;
}
.tf-tagging .selectize-control .selectize-dropdown div.selectize-dropdown-content &gt; div.active {
    background-color: #d7f2ff;
}
.tf-tagging .selectize-control .selectize-dropdown div.selectize-dropdown-content &gt; div:not(:first-child) {
    border-top: 1px solid #eeeeee;
}
.tf-tagging .selectize-input input {
    top: 2px;
}
.tf-tagging .selectize-input.has-items {
    padding: 8px 0 1px 0 !important;
}
.tf-tagging .selectize-input.has-items &gt; div.item {
    margin: 0 5px 5px 0;
    font-size: 10px;
    font-weight: bolder;
    background-color: #dddddd;
    border-radius: 0;
    color: #333333;
}
.tf-tagging .selectize-input.has-items &gt; .item &gt; a.remove {
    border: none;
    color: #888888;
}
.mui-textfield--float-label.tf-tagging label {
    top: 14px;
}
.mui-textfield--float-label.tf-tagging label.floating {
    top: -6px;
    font-size: 10px;
    color: #0082bd !important;
}
.mui-textfield--float-label.tf-tagging label.color-888888 {
    color: #888888 !important;
}
.tf-tagging.tf-fixed-label.tf-error-not-shown label.floating:not(.color-888888) {
    color: #0082bd !important;
}
.tf-tagging.tf-no-label .selectize-input input,
.tf-tagging.tf-fixed-label .selectize-input input {
    position: relative;
}
.tf-tagging:not(.tf-no-label).tf-disabled label {
    display: block !important;
}
.tf-tagging.tf-fixed-label:not(.tf-disabled) label {
    line-height: 1.4;
    font-size: 10px;
}
.tf-tagging.tf-disabled div.selectize-input {
    border-bottom: 1px dashed rgba(0,0,0,.26);
}
.tf-tagging.tf-disabled .selectize-input.disabled {
    opacity: 1;
}
.mui-textfield--float-label.tf-tagging.tf-error.tf-error-shown label.floating,
.tf-tagging.tf-error.tf-error-shown label.color-888888 {
    color: #b13131 !important;
}
.tf-tagging.tf-error.tf-error-shown:not(.tf-full-width) .selectize-control div.selectize-input {
    border-bottom: 2px solid #b13131 !important;
}
.tf-tagging.tf-fixed-label .selectize-input input::placeholder {
    color: #888888;
}
.tf-tagging.tf-full-width div.selectize-input {
    border-bottom: none !important;
}
.tf-tagging.tf-full-width div.selectize-input.focus {
    margin-bottom: 1px;
}
.tf-tagging.tf-full-width div.selectize-dropdown {
    width: 100% !important;
    margin-top: 13.5px;
}
.mui-textfield &gt; input:focus {
    height: calc(2rem + 0px);
    margin-bottom: 0;
}
/* -------------------- VueJS Multiselect Component -------------------- */
.pcui-vue-multiselect .multiselect {
    min-height: initial;
}
.pcui-vue-multiselect .multiselect .multiselect__tags {
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    min-height: initial;
    padding: 0;
    margin-bottom: -1px;
}
.pcui-vue-multiselect .multiselect .multiselect__tags span.multiselect__single {
    cursor: pointer;
    font-size: 14px;
    padding: 5px 27px 0 0;
    margin-bottom: 0;
    height: 31px;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.pcui-vue-multiselect .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag {
    font-size: 10px;
    border-radius: 0;
    background-color: #dddddd;
    color: #333333;
    font-weight: bold;
    padding: 6px 26px 5px 5px;
    margin: 0 5px 0 0;
}
.pcui-vue-multiselect .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag-icon {
    border-radius: 0;
    font-weight: 400;
    margin-left: 0;
}
.pcui-vue-multiselect .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag-icon:hover {
    background-color: transparent;
}
.pcui-vue-multiselect .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag-icon::after {
    color: #888888;
    position: relative;
    font-size: 18px;
    top: -2px;
}
.pcui-vue-multiselect .multiselect .multiselect__select {
    display: none;
}
.pcui-vue-multiselect .multiselect.multiselect--active {
    z-index: 10;
}
.pcui-vue-multiselect .multiselect.multiselect--active .multiselect__tags {
    border-bottom: 2px solid #0082bd;
}
.pcui-vue-multiselect .multiselect.multiselect--active .multiselect__input {
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    margin: 0;
}
.pcui-vue-multiselect .multiselect .multiselect__content-wrapper {
    border-radius: 0;
    border: 1px solid #cccccc;
    overflow-x: hidden;
}
.pcui-vue-multiselect .multiselect .multiselect__option {
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    min-height: initial;
    padding: 8.5px 19px;
    overflow: hidden;
    white-space: normal;
}
.pcui-vue-multiselect .multiselect .multiselect__option--highlight,
.pcui-vue-multiselect .multiselect .multiselect__option--highlight.multiselect__option--selected {
    background: #d7f2ff;
}
.pcui-vue-multiselect .multiselect .multiselect__option--selected {
    background: #eeeeee;
}
.pcui-vue-multiselect .multiselect .multiselect__option--disabled {
    font-weight: bold;
    background-color: #dddddd;
}
.pcui-vue-multiselect .pcui-v-m-label {
    position: relative;
    bottom: -3px;
    font-size: 10px;
    color: #888888;
    line-height: 1.8;
}
.pcui-vue-multiselect.multiselect-active .pcui-v-m-label {
    color: #0082bd;
}
.pcui-vue-multiselect.pcui-vue-multiselect-no-label .pcui-v-m-label,
.pcui-vue-multiselect.multiselect-has-no-options:not(.multiselect-input-has-value) .multiselect .multiselect__content-wrapper {
    display: none;
}
.pcui-vue-multiselect .multiselect .caret-slot {
    color: #888888;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 14px;
}
.pcui-vue-multiselect.multiselect-active .multiselect .multiselect__tags span.multiselect__single {
    margin-bottom: -1px;
}
.pcui-vue-multiselect.multiselect-active.multiselect-has-selected-options .multiselect div.multiselect__tags {
    margin-bottom: -2px;
}
.pcui-vue-multiselect .multiselect .multiselect__content-wrapper .multiselect__element &gt; span:not([data-select=""]) {
    min-height: 34px;
    padding: 8.5px 190px 8.5px 18.5px;
}
.pcui-vue-multiselect .multiselect .multiselect__content-wrapper .multiselect__element &gt; span:not([data-select=""])::after {
    background: transparent;
    color: #333333;
    padding: 0 18.5px 0 0;
    top: -5px;
}
.pcui-vue-multiselect.multiselect-active:not(.multiselect-has-selected-options) .multiselect__input {
    margin: 5px 0;
}
.pcui-vue-multiselect.multiselect-has-selected-options .multiselect .multiselect__tags {
    padding: 5px 0 0;
}
.pcui-vue-multiselect.multiselect-active .multiselect .multiselect__tags .multiselect__tag:last-child {
    margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .pcui-vue-multiselect .multiselect,
    .pcui-vue-multiselect .multiselect .multiselect__tags,
    .pcui-vue-multiselect .multiselect .multiselect__option {
        min-height: auto;
    }
}
.pcui-vue-multiselect.pcui-vue-multiselect-error .pcui-v-m-label {
    color: #b13131;
}
.pcui-vue-multiselect.pcui-vue-multiselect-error .multiselect .multiselect__tags,
.pcui-vue-multiselect.pcui-vue-multiselect-error .multiselect.multiselect--active .multiselect__tags {
    border-color: #b13131;
}
/* -------------------- MEDIA QUERIES -------------------- */
@media screen and (max-width: 1024px) {
    .tf-search-result &gt; div {
        padding: 15px 19px;
    }
    .tf-dropdown .selectize-dropdown-content .option,
    .tf-tagging .selectize-control .selectize-dropdown div.selectize-dropdown-content &gt; div {
        padding: 15px 19px;
    }
}
</pre></body></html>