﻿@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

:root {
    --primary-color: var(--itp-active-color);
    --radiocontainer-inner-border-color: #2d6f50;
    --container-color: #f0f6f3;
    --table-text-color: #0d6039;
    --upload-text-color: #0c884e;
    --label_a-text-color: #202627;
    --select-bg-color: #ebf4ff;
    --table-select-color: #e7f3ed;
    --tab-2nd-btn: #f0f6f3;
    --primary-50: #f3f9f6;
    --primary-100: #c5e2d5;
    --primary-200: #98cbb3;
    --primary-300: #6ab591;
    --primary-400: #3d9e70;
    --primary-500: #0f874e;
    --primary-600: #0d7342;
    --primary-700: #0b5f37;
    --primary-800: #084a2b;
    --primary-900: #06361f;
    --text-color-heading: #06191d;
    --primary-color-text: #fff;
    --text-color-white: #fff;
    --text-color-paragraph: #202627;
    --text-color-disabled: #636470;
    --text-color-supportingText: #767676;
    --text-color-supporting: #767676;
    --text-color-supportingBtn: #767676;
    --text-color: #202627;
    --text-color-secondary: #6c757d;
    --global-placeholder: #767676;
    --alert-text-validation: #ffb82e;
    --alert-text-error: #d93025;
    --alert-text-danger: #d93025;
    --alert-text-success: #439f6e;
    --stroke-primary: #767676;
    --surface-ground: #f8f9fa;
    --surface-section: #fff;
    --surface-card: #fff;
    --surface-overlay: #fff;
    --surface-border: #ebf4ff;
    --surface-hover: #e9ecef;
    --surface-0: #fff;
    --surface-50: #fafafa;
    --surface-100: #f5f5f5;
    --surface-200: #eee;
    --surface-300: #e0e0e0;
    --surface-400: #767676;
    --surface-500: #9e9e9e;
    --surface-600: #757575;
    --surface-700: #616161;
    --surface-800: #424242;
    --surface-900: #212121;
    --surface-a: #fff;
    --surface-b: #f8f9fa;
    --surface-c: #e9ecef;
    --surface-d: #dee2e6;
    --surface-e: #fff;
    --surface-f: #fff;
    --btp-main-color: #3d6fc9;
    --btp-container-color: #f0f3f6;
    --btp-secondaryBtn-color: #ebf4ff;
    --btp-btnHover_pressed: #2756aa;
    --btp-secondaryBtnHover_pressed-color: #d3e0ef;
    --btp-backTotop-color: #2d7fca;
    --btp-gradient-start: #fff;
    --btp-gradient-end: #3d6fc9;
    --btp-gradient-primary: linear-gradient(180deg, #FFFFFF 32.29%, #3D6FC9 72.92%);
    --btp-tableHeader-color: #4771bc;
    --btp-uploadText-color: #3d6fc9;
    --btp-label_a-text-color: #202627;
    --btp-select-bg-color: #ebf4ff;
    --btp-pagination: #466cb4;
    --btp-active-color: #3564bb;
    --itp-main-color: #0c884e;
    --itp-container-color: #f0f6f3;
    --itp-secondaryBtn-color: #e7f3ed;
    --itp-btnHover_pressed: #0d6039;
    --itp-secondaryBtnHover_pressed-color: #d0e7dc;
    --itp-backTotop-color: #2ab572;
    --itp-gradient-start: #fff;
    --itp-gradient-end: #0c884e;
    --itp-gradient-primary: linear-gradient(180deg, #FFFFFF 32.29%, #0C884E 72.92%);
    --itp-tableHeader-color: #2d6f50;
    --itp-uploadText-color: #0c884e;
    --itp-label_a-text-color: #202627;
    --itp-select-bg-color: #ebf4ff;
    --itp-pagination: #4b7760;
    --itp-active-color: #0a7f49;
    --trp-main-color: #c20b12;
    --trp-container-color: #f8f4f4;
    --trp-secondaryBtn-color: #feebec;
    --trp-btnHover_pressed: #89070c;
    --trp-secondaryBtnHover_pressed-color: #f1c8ca;
    --trp-backTotop-color: #cd5b5b;
    --trp-gradient-start: #fff;
    --trp-gradient-end: #c20b12;
    --trp-gradient-primary: linear-gradient(180deg, #FFFFFF 32.29%, #C20B12 72.92%);
    --trp-tableHeader-color: #a35f5f;
    --trp-uploadText-color: #c20b12;
    --trp-label_a-text-color: #202627;
    --trp-select-bg-color: #ebf4ff;
    --trp-pagination: #a35f5f;
    --trp-active-color: #c20b12;
    --font-family: "Arial", "sans-serif", "MingLiU";
    --font-family-zh: "MingLiU", "Arial", "sans-serif";
    --content-padding: 1rem;
    --inline-spacing: 0.5rem;
    --border-radius: 4px;
    --maskbg: rgba(0, 0, 0, 0.4);
    --focus-ring: 0 0 0 1px #565656;
    color-scheme: light
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit
}

* {
    box-sizing: border-box
}

.p-component {
    font-family: "Arial", "sans-serif", "MingLiU";
    font-size: 1rem;
    font-weight: normal
}

.p-component.p-dialog {
    font-size: 1.25rem
}

[lang=zh-hk] .p-component {
    font-family: "MingLiU", "Arial", "sans-serif"
}

.p-component-overlay {
    background-color: rgba(0, 0, 0, .4);
    transition-duration: .2s
}

.p-disabled, .p-component:disabled {
    opacity: 1
}

.p-error {
    color: #d93025 !important
}

.p-text-secondary {
    color: #6c757d
}

.pi {
    font-size: 1rem
}

.p-link {
    font-size: 1rem;
    font-family: "Arial", "sans-serif", "MingLiU";
    border-radius: 4px
}

.p-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

[lang=zh-hk] .p-link {
    font-family: "MingLiU", "Arial", "sans-serif"
}

.p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards
}

.p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards
}

@keyframes p-component-overlay-enter-animation {
    from {
        background-color: rgba(0, 0, 0, 0)
    }
    to {
        background-color: var(--maskbg)
    }
}

@keyframes p-component-overlay-leave-animation {
    from {
        background-color: var(--maskbg)
    }
    to {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media (max-width: 991.98px) {
    *:not(.show-scroll-bar).p-component {
        font-size: 1rem
    }
}

.p-autocomplete .p-autocomplete-loader {
    right: .5rem
}

.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 2.857rem
}

.p-autocomplete .p-autocomplete-multiple-container {
    padding: .25rem .5rem
}

.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
    border-color: #9ca8b5
}

.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: .25rem 0
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: "Arial", "sans-serif", "MingLiU";
    font-size: 1rem;
    color: #202627;
    padding: 0;
    margin: 0
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: .25rem .5rem;
    margin-right: .5rem;
    background: #f0f6f3;
    color: #3d6fc9;
    border-radius: 4px
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: .5rem
}

[lang=zh-hk] .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: "MingLiU", "Arial", "sans-serif"
}

.p-autocomplete-panel {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.p-autocomplete-panel .p-autocomplete-items {
    padding: .5rem 0
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: .5rem 1rem;
    border: 0 none;
    color: #767676;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 0
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
    color: #202627;
    background: #e8eef4
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: .5rem 1rem;
    color: #767676;
    background: rgba(0, 0, 0, 0)
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: .75rem 1rem;
    color: #202627;
    background: #fff;
    font-weight: 600
}

p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2rem
}

p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #636470;
    right: .5rem
}

p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #636470;
    right: 2.857rem
}

.isHide {
    color: rgba(0, 0, 0, 0) !important
}

.p-datepicker {
    padding: .5rem;
    background: #fff;
    color: #202627;
    border: 1px solid #767676;
    border-radius: 4px
}

.p-datepicker:not(.p-datepicker-inline) {
    background: #fff;
    border: 0 none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #fff
}

.p-datepicker .p-datepicker-header {
    padding: .5rem;
    color: #202627;
    background: #fff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-datepicker .p-datepicker-header .p-datepicker-prev:focus, .p-datepicker .p-datepicker-header .p-datepicker-next:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #202627;
    transition: background-color .2s, color .2s, box-shadow .2s;
    font-weight: 600;
    padding: .5rem
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #0c884e
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: .5rem
}

.p-datepicker table {
    font-size: 1rem;
    margin: .5rem 0
}

.p-datepicker table th {
    padding: .5rem
}

.p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem
}

.p-datepicker table td {
    padding: .5rem
}

.p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-datepicker table td > span.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-datepicker table td > span:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-datepicker table td > span.p-disabled {
    opacity: .5
}

.p-datepicker table td.p-datepicker-today > span {
    background: #ced4da;
    color: #202627;
    border-color: rgba(0, 0, 0, 0)
}

.p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #dee2e6
}

.p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto
}

.p-datepicker .p-timepicker {
    border-top: 1px solid #dee2e6;
    padding: .5rem
}

.p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-datepicker .p-timepicker button:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-datepicker .p-timepicker button:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-datepicker .p-timepicker button:last-child {
    margin-top: .2em
}

.p-datepicker .p-timepicker span {
    font-size: 1.286rem
}

.p-datepicker .p-timepicker > div {
    padding: 0 .429rem
}

.p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none
}

.p-datepicker .p-monthpicker {
    margin: .5rem 0
}

.p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: .5rem;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-datepicker .p-yearpicker {
    margin: .5rem 0
}

.p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: .5rem;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #dee2e6;
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 0;
    padding-bottom: 0
}

.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none
}

.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0
}

.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #e9ecef
}

.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef
}

.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef
}

.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2rem
}

p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #636470;
    right: .5rem
}

p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
    color: #636470;
    right: 2.857rem
}

@media (max-width: 769px) {
    .p-datepicker table th, .p-datepicker table td {
        padding: 0
    }
}

.p-yearpicker-year.p-disabled, .p-monthpicker-month.p-disabled {
    font-weight: lighter;
    color: #767676
}

.p-yearpicker-year, .p-monthpicker-month {
    font-weight: bold
}

.p-cascadeselect {
    background: #fff;
    border: 1px solid #767676;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-cascadeselect:not(.p-disabled):hover {
    border-color: #9ca8b5
}

.p-cascadeselect:not(.p-disabled).p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-cascadeselect .p-cascadeselect-label {
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    padding: .5rem .5rem
}

.p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #9ca8b5
}

.p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none
}

.p-cascadeselect .p-cascadeselect-trigger {
    background: rgba(0, 0, 0, 0);
    color: #636470;
    width: 54px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-cascadeselect-panel {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.p-cascadeselect-panel .p-cascadeselect-items {
    padding: .5rem 0
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #767676;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 0
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: .5rem 1rem
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #202627;
    background: #e8eef4
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: .875rem
}

.p-input-filled .p-cascadeselect {
    background: #f8f9fa
}

.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f8f9fa
}

.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #f8f9fa
}

p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: .5rem
}

p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #636470;
    right: 54px
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

.p-checkbox .p-checkbox-box {
    border: 1px solid #9ca8b5;
    background: #fff;
    color: #202627;
    border-radius: 4px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: .2s;
    color: #fff
}

.p-checkbox .p-checkbox-box.p-highlight {
    border-color: #202627;
    background: #202627
}

.p-checkbox .p-checkbox-box.p-disabled {
    background-color: #b1b1b1
}

.p-checkbox.p-checkbox-disabled.p-checkbox-checked .p-checkbox-box.p-disabled {
    background-color: #767676;
    border-color: #767676
}

.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #9ca8b5
}

.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #202627;
    background: #202627;
    color: #fff
}

.p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f8f9fa
}

.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #202627
}

.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa
}

.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #202627
}

.p-checkbox-label {
    margin-left: .5rem
}

@media (max-width: 991.98px) {
    .p-checkbox {
        width: 1rem;
        height: 1rem
    }

    .p-checkbox .p-checkbox-box {
        width: 1rem;
        height: 1rem
    }

    .p-checkbox .p-checkbox-box .p-checkbox-icon {
        font-size: 0.5rem
    }
}

@media (min-width: 992px) {
    .p-checkbox {
        width: 24px;
        height: 24px
    }

    .p-checkbox .p-checkbox-box {
        width: 24px;
        height: 24px
    }

    .p-checkbox .p-checkbox-box .p-checkbox-icon {
        font-size: 14px
    }
}

.p-chips .p-chips-multiple-container {
    padding: .25rem .5rem
}

.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
    border-color: #9ca8b5
}

.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-chips .p-chips-multiple-container .p-chips-token {
    padding: .25rem .5rem;
    margin-right: .5rem;
    background: #f0f6f3;
    color: #3d6fc9;
    border-radius: 4px
}

.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: .5rem
}

.p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: .25rem 0
}

.p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: "Arial", "sans-serif", "MingLiU";
    font-size: 1rem;
    color: #202627;
    padding: 0;
    margin: 0
}

[lang=zh-hk] .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: "MingLiU", "Arial", "sans-serif"
}

p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.5rem
}

p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #636470;
    right: .5rem
}

.p-colorpicker-preview, .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem
}

.p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919
}

.p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #fff
}

.p-colorpicker-overlay-panel {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.p-dropdown {
    background: #fff;
    border: 1px solid #767676;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-dropdown:not(.p-disabled):hover {
    border-color: #9ca8b5
}

.p-dropdown:not(.p-disabled).p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: 0 0 0 1px #565656
}

.p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.5rem
}

.p-dropdown .p-dropdown-label {
    background: rgba(0, 0, 0, 0);
    border: 0 none
}

.p-dropdown .p-dropdown-label.p-placeholder {
    color: var(--text-color-supportingText)
}

.p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none
}

.p-dropdown .p-dropdown-trigger {
    background: rgba(0, 0, 0, 0);
    color: #636470;
    width: 54px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon.pi-chevron-down {
    color: #202627
}

.p-dropdown .p-dropdown-clear-icon {
    color: #636470;
    right: 54px
}

.p-dropdown-panel {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    margin-top: .5rem
}

.p-dropdown-panel .p-dropdown-header {
    padding: .5rem 1rem;
    border-bottom: 0 none;
    color: #202627;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.5rem;
    margin-right: -1.5rem
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: .5rem;
    color: #636470
}

.p-dropdown-panel .p-dropdown-items-wrapper {
    border: 1px solid #767676;
    border-radius: 4px
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: .5rem 1rem;
    border: 0 none;
    color: #767676;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 0;
    white-space: normal
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #202627;
    background: #e8eef4
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: .5rem 1rem;
    color: #767676;
    background: rgba(0, 0, 0, 0)
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: .75rem 1rem;
    color: #202627;
    background: #fff;
    font-weight: 600
}

.p-input-filled .p-dropdown {
    background: #f8f9fa
}

.p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f8f9fa
}

.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #f8f9fa
}

.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: rgba(0, 0, 0, 0)
}

.p-editor-container .p-editor-toolbar {
    background: #f8f9fa;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-editor-container .p-editor-toolbar.ql-snow {
    border: 1px solid #dee2e6
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
    stroke: #6c757d
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
    fill: #6c757d
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
    border: 0 none;
    color: #6c757d
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
    color: #495057
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
    stroke: #495057
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
    fill: #495057
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #495057
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #495057
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #495057
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    background: #fff;
    border: 0 none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: .5rem 0
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
    color: #767676
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
    color: #202627;
    background: #e8eef4
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
    padding: .5rem 1rem
}

.p-editor-container .p-editor-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-editor-container .p-editor-content.ql-snow {
    border: 1px solid #dee2e6
}

.p-editor-container .p-editor-content .ql-editor {
    background: #fff;
    color: #06191d;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus {
    color: #495057
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
    stroke: #495057
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
    fill: #495057
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
    color: #0c884e
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
    stroke: #0c884e
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
    fill: #0c884e
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
    color: #0c884e
}

.p-inputgroup.disabled {
    background: rgba(99, 100, 112, .1490196078)
}

.p-inputgroup .p-inputtext.p-component:disabled {
    background: rgba(0, 0, 0, 0)
}

.p-inputgroup .p-inputgroup-addon {
    background: rgba(0, 0, 0, 0);
    color: var(--text-color-disabled)
}

.p-inputgroup-addon {
    background: #fff;
    color: #6c757d;
    border-top: 1px solid #767676;
    border-left: 1px solid #767676;
    border-bottom: 1px solid #767676;
    padding: .5rem .5rem;
    min-width: 54px
}

.p-inputgroup-addon:last-child {
    border-right: 1px solid #767676
}

.p-inputgroup {
    background: #fff;
    border: 1px solid #767676;
    border-radius: 4px
}

.p-inputgroup > .p-component, .p-inputgroup > .p-element, .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext, .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0
}

.p-inputgroup > .p-component + .p-inputgroup-addon, .p-inputgroup > .p-element + .p-inputgroup-addon, .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon, .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none
}

.p-inputgroup > .p-component:focus, .p-inputgroup > .p-element:focus, .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus, .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1
}

.p-inputgroup > .p-component:focus ~ label, .p-inputgroup > .p-element:focus ~ label, .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label, .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1
}

.p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child, .p-inputgroup > .p-inputwrapper:first-child > .p-component, .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child, .p-inputgroup > .p-inputwrapper:last-child > .p-component, .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-fluid .p-inputgroup .p-button {
    width: auto
}

.p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 2.357rem
}

p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2rem
}

p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #636470;
    right: .5rem
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2rem
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #636470;
    right: .5rem
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 2.857rem
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 2.857rem
}

.p-inputswitch {
    width: 3rem;
    height: 1.75rem
}

.p-inputswitch .p-inputswitch-slider {
    background: #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 30px
}

.p-inputswitch .p-inputswitch-slider:before {
    background: #fff;
    width: 1.25rem;
    height: 1.25rem;
    left: .25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: .2s
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem)
}

.p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #c3cad2
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #0c884e
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #fff
}

.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #0d6039
}

.p-inputtext {
    font-family: "Arial", "sans-serif", "MingLiU";
    font-size: 20px;
    color: #06191d;
    background: #fff;
    padding: .5rem .5rem;
    border: 1px solid #767676;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    appearance: none;
    border-radius: 4px
}

.p-inputtext:enabled:hover {
    border-color: #565656
}

.p-inputtext:enabled:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: 0 0 0 1px #565656
}

.p-inputtext.p-inputtext-sm {
    font-size: 17.5px;
    padding: .4375rem .4375rem
}

.p-inputtext.p-inputtext-lg {
    font-size: 25px;
    padding: .625rem .625rem
}

[lang=zh-hk] .p-inputtext {
    font-family: "MingLiU", "Arial", "sans-serif"
}

.p-float-label > label {
    left: .5rem;
    color: #9ca8b5;
    transition-duration: .2s
}

.p-float-label > .ng-invalid.ng-dirty + label {
    color: #d93025
}

.p-input-icon-left > i:first-of-type {
    left: .5rem;
    color: #636470
}

.p-input-icon-left > .p-inputtext {
    padding-left: 2rem
}

.p-input-icon-left.p-float-label > label {
    left: 2rem
}

.p-input-icon-right > i:last-of-type {
    right: .5rem;
    color: #636470
}

.p-input-icon-right > .p-inputtext {
    padding-right: 2rem
}

::-webkit-input-placeholder {
    color: #9ca8b5
}

:-moz-placeholder {
    color: #9ca8b5
}

::-moz-placeholder {
    color: #9ca8b5
}

:-ms-input-placeholder {
    color: #9ca8b5
}

.p-input-filled .p-inputtext {
    background-color: #f8f9fa
}

.p-input-filled .p-inputtext:enabled:hover {
    background-color: #f8f9fa
}

.p-input-filled .p-inputtext:enabled:focus {
    background-color: #f8f9fa
}

.p-inputtext-sm .p-inputtext {
    font-size: 17.5px;
    padding: .4375rem .4375rem
}

.p-inputtext-lg .p-inputtext {
    font-size: 25px;
    padding: .625rem .625rem
}

.upload-input {
    color: #0c884e;
    height: auto !important;
    padding: 7.2px 0 7.2px 24px;
    border: none;
    box-shadow: none !important;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

@media (max-width: 991.98px) {
    .upload-input {
        color: #0c884e;
        height: auto !important;
        padding: 0.45rem 0 0.45rem 1.5rem;
        border: none;
        box-shadow: none !important;
        width: 100%;
        background: rgba(0, 0, 0, 0)
    }
}

.p-listbox {
    background: #fff;
    color: #202627;
    border: 1px solid #767676;
    border-radius: 4px
}

.p-listbox .p-listbox-header {
    padding: .5rem 1rem;
    border-bottom: 0 none;
    color: #202627;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.5rem
}

.p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: .5rem;
    color: #636470
}

.p-listbox .p-listbox-header .p-checkbox {
    margin-right: .5rem
}

.p-listbox .p-listbox-list {
    padding: .5rem 0
}

.p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: .5rem 1rem;
    border: 0 none;
    color: #767676;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 0
}

.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-listbox .p-listbox-list .p-listbox-item:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: .5rem
}

.p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: .75rem 1rem;
    color: #202627;
    background: #fff;
    font-weight: 600
}

.p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: .5rem 1rem;
    color: #767676;
    background: rgba(0, 0, 0, 0)
}

.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #202627;
    background: #e8eef4
}

.p-multiselect {
    background: #fff;
    border: 1px solid #767676;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-multiselect:not(.p-disabled):hover {
    border-color: #9ca8b5
}

.p-multiselect:not(.p-disabled).p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-multiselect .p-multiselect-label {
    padding: .5rem .5rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-multiselect .p-multiselect-label.p-placeholder {
    color: #9ca8b5
}

.p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: .25rem .5rem;
    margin-right: .5rem;
    background: #f0f6f3;
    color: #3d6fc9;
    border-radius: 4px
}

.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: .5rem
}

.p-multiselect .p-multiselect-trigger {
    background: rgba(0, 0, 0, 0);
    color: #636470;
    width: 54px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: .25rem .5rem
}

.p-multiselect-panel {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.p-multiselect-panel .p-multiselect-header {
    padding: .5rem 1rem;
    border-bottom: 0 none;
    color: #202627;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.5rem
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: .5rem;
    color: #636470
}

.p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: .5rem
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: .5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-multiselect-panel .p-multiselect-items {
    padding: .5rem 0
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: .5rem 1rem;
    border: 0 none;
    color: #767676;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 0
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #202627;
    background: #e8eef4
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: .5rem
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: .75rem 1rem;
    color: #202627;
    background: #fff;
    font-weight: 600
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: .5rem 1rem;
    color: #767676;
    background: rgba(0, 0, 0, 0)
}

.p-input-filled .p-multiselect {
    background: #f8f9fa
}

.p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f8f9fa
}

.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #f8f9fa
}

p-multiselect.p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.5rem
}

p-multiselect.p-multiselect-clearable .p-multiselect-clear-icon {
    color: #636470;
    right: 54px
}

.p-password-panel {
    padding: 1rem;
    background: #fff;
    color: #202627;
    border: 0 none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 4px
}

.p-password-panel .p-password-meter {
    margin-bottom: .5rem;
    background: #dee2e6
}

.p-password-panel .p-password-meter .p-password-strength.weak {
    background: #e53935
}

.p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ffb300
}

.p-password-panel .p-password-meter .p-password-strength.strong {
    background: #43a047
}

p-password.p-password-clearable .p-password-input {
    padding-right: 2rem
}

p-password.p-password-clearable .p-password-clear-icon {
    color: #636470;
    right: .5rem
}

p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 3.5rem
}

p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #636470;
    right: 2rem
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

.p-radiobutton .p-radiobutton-box {
    border: 1px solid #767676;
    background: #fff;
    color: #202627;
    border-radius: 50%;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #9ca8b5
}

.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    outline-offset: 0px
}

.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    transition-duration: .2s;
    background-color: #fff
}

.p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #202627;
    background: #202627
}

.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #0d6039;
    background: #202627;
    color: #202627
}

.p-radiobutton .p-radiobutton-box.p-disabled {
    background-color: #b1b1b1
}

.p-radiobutton.p-radiobutton-checked.p-radiobutton-disabled .p-radiobutton-box.p-disabled {
    background-color: #767676;
    border-color: #767676
}

.p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f8f9fa
}

.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f8f9fa
}

.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #202627
}

.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #202627
}

.p-radiobutton-label {
    margin-left: .5rem
}

@media (max-width: 991.98px) {
    .p-radiobutton {
        width: 1rem;
        height: 1rem
    }

    .p-radiobutton .p-radiobutton-box {
        width: 1rem;
        height: 1rem
    }

    .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
        width: 0.5rem;
        height: 0.5rem
    }
}

@media (min-width: 992px) {
    .p-radiobutton {
        width: 24px;
        height: 24px
    }

    .p-radiobutton .p-radiobutton-box {
        width: 24px;
        height: 24px
    }

    .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
        width: 12px;
        height: 12px
    }
}

.p-rating .p-rating-icon {
    color: #202627;
    margin-left: .5rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    font-size: 1.143rem
}

.p-rating .p-rating-icon.p-rating-cancel {
    color: #e74c3c
}

.p-rating .p-rating-icon:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-rating .p-rating-icon:first-child {
    margin-left: 0
}

.p-rating .p-rating-icon.pi-star-fill {
    color: #0c884e
}

.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
    color: #0c884e
}

.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
    color: #c0392b
}

.p-selectbutton .p-button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #202627;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right {
    color: #6c757d
}

.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #202627
}

.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #6c757d
}

.p-selectbutton .p-button.p-highlight {
    background: #0c884e;
    border-color: #0c884e;
    color: #fff
}

.p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #fff
}

.p-selectbutton .p-button.p-highlight:hover {
    background: #0d6039;
    border-color: #0d6039;
    color: #fff
}

.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #fff
}

.p-slider {
    background: #dee2e6;
    border: 0 none;
    border-radius: 4px
}

.p-slider.p-slider-horizontal {
    height: .286rem
}

.p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem
}

.p-slider.p-slider-vertical {
    width: .286rem
}

.p-slider.p-slider-vertical .p-slider-handle {
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem
}

.p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #fff;
    border: 2px solid #0c884e;
    border-radius: 50%;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-slider .p-slider-handle:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-slider .p-slider-range {
    background: #0c884e
}

.p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #0c884e;
    border-color: #0c884e
}

.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, left .2s
}

.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width .2s
}

.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, bottom .2s
}

.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height .2s
}

.p-togglebutton.p-button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #202627;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-togglebutton.p-button .p-button-icon-left, .p-togglebutton.p-button .p-button-icon-right {
    color: #6c757d
}

.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #202627
}

.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #6c757d
}

.p-togglebutton.p-button.p-highlight {
    background: #0c884e;
    border-color: #0c884e;
    color: #fff
}

.p-togglebutton.p-button.p-highlight .p-button-icon-left, .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #fff
}

.p-togglebutton.p-button.p-highlight:hover {
    background: #0d6039;
    border-color: #0d6039;
    color: #fff
}

.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #fff
}

.p-treeselect {
    background: #fff;
    border: 1px solid #767676;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-treeselect:not(.p-disabled):hover {
    border-color: #9ca8b5
}

.p-treeselect:not(.p-disabled).p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-treeselect .p-treeselect-label {
    padding: .5rem .5rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-treeselect .p-treeselect-label.p-placeholder {
    color: #9ca8b5
}

.p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: .25rem .5rem;
    margin-right: .5rem;
    background: #dee2e6;
    color: #202627;
    border-radius: 16px
}

.p-treeselect .p-treeselect-trigger {
    background: rgba(0, 0, 0, 0);
    color: #636470;
    width: 54px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: .25rem .5rem
}

.p-treeselect-panel {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.p-treeselect-panel .p-treeselect-header {
    padding: .5rem 1rem;
    border-bottom: 0 none;
    color: #202627;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: .5rem
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.5rem
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: .5rem;
    color: #636470
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3rem
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2rem
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none
}

.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: .5rem 1rem;
    color: #767676;
    background: rgba(0, 0, 0, 0)
}

.p-input-filled .p-treeselect {
    background: #f8f9fa
}

.p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f8f9fa
}

.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #f8f9fa
}

p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.5rem
}

p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #636470;
    right: 2.357rem
}

.iAM-smart-button {
    background: #36736a !important;
    height: 90px;
    width: 100%;
    padding: 0px !important;
    justify-content: center;
    align-items: center
}

.iAM-smart-button svg {
    height: 100%;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 45px
}

.iAM-smart-button .smart-text {
    font-size: 20px
}

.p-button {
    color: #fff;
    background: #0c884e;
    border: 1px solid #0c884e;
    padding: .5rem 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px;
    font-size: 1.25rem;
    line-height: calc(140% - .125rem)
}

.p-button:enabled:hover {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.p-button:enabled:active {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.p-button.p-button-outlined {
    background-color: #e7f3ed;
    color: #202627;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-outlined:enabled:hover {
    background-color: #e7f3ed;
    color: #0c884e;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-outlined:enabled:active {
    background-color: #e7f3ed;
    color: #0c884e;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-outlined.p-button-plain {
    color: #6c757d;
    border-color: #6c757d
}

.p-button.p-button-outlined.p-button-plain:enabled:hover {
    background: #e9ecef;
    color: #6c757d
}

.p-button.p-button-outlined.p-button-plain:enabled:active {
    background: #dee2e6;
    color: #6c757d
}

.p-button.p-button-text {
    background-color: rgba(0, 0, 0, 0);
    color: #0c884e;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-text:enabled:hover {
    background: rgba(12, 136, 78, .04);
    color: #0c884e;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-text:enabled:active {
    background: rgba(12, 136, 78, .16);
    color: #0c884e;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-text.p-button-plain {
    color: #6c757d
}

.p-button.p-button-text.p-button-plain:enabled:hover {
    background: #e9ecef;
    color: #6c757d
}

.p-button.p-button-text.p-button-plain:enabled:active {
    background: #dee2e6;
    color: #6c757d
}

.p-button:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-button .p-button-icon-left {
    margin-right: .5rem
}

.p-button .p-button-icon-right {
    margin-left: .5rem
}

.p-button .p-button-icon-bottom {
    margin-top: .5rem
}

.p-button .p-button-icon-top {
    margin-bottom: .5rem
}

.p-button .p-badge {
    margin-left: .5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #0c884e;
    background-color: #fff
}

.p-button.p-button-raised {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)
}

.p-button.p-button-rounded {
    border-radius: 2rem
}

.p-button.p-button-icon-only {
    width: 2.75rem;
    height: 2.75rem;
    padding: .625rem
}

.p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0
}

.p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 2.357rem
}

.p-button.p-button-sm {
    font-size: .875rem;
    padding: .4375rem .875rem
}

.p-button.p-button-sm .p-button-icon {
    font-size: .875rem
}

.p-button.p-button-lg {
    font-size: 1.25rem;
    padding: .625rem 1.25rem
}

.p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem
}

.p-button.p-button-loading-label-only .p-button-label {
    margin-left: .5rem
}

.p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0
}

.p-fluid .p-button {
    width: 100%
}

.p-fluid .p-button-icon-only {
    width: 2.357rem
}

.p-fluid .p-buttonset {
    display: flex
}

.p-fluid .p-buttonset .p-button {
    flex: 1
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
    color: #202627;
    background: #e7f3ed;
    border: 1px solid #e7f3ed
}

.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
    background: #d0e7dc;
    color: #202627;
    border-color: #d0e7dc
}

.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
    background: #d0e7dc;
    color: #202627;
    border-color: #d0e7dc
}

.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: rgba(0, 0, 0, 0);
    color: #e7f3ed;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
    background: rgba(231, 243, 237, .04);
    color: #e7f3ed;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
    background: rgba(231, 243, 237, .16);
    color: #e7f3ed;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: rgba(0, 0, 0, 0);
    color: #e7f3ed;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
    background: rgba(231, 243, 237, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #e7f3ed
}

.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
    background: rgba(231, 243, 237, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #e7f3ed
}

.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
    color: #fff;
    background: #000;
    border: 1px solid #03a9f4
}

.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
    background: #039be5;
    color: #fff;
    border-color: #039be5
}

.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
    box-shadow: 0 0 0 .2rem #cdd3da
}

.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
    background: #0288d1;
    color: #fff;
    border-color: #0288d1
}

.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
    background: rgba(0, 0, 0, .04);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
    background: rgba(0, 0, 0, .16);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
    background: rgba(0, 0, 0, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #000
}

.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
    background: rgba(0, 0, 0, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #000
}

.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
    color: #0c884e;
    background: #fff;
    border: 1px solid #fff
}

.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
    background: #fff;
    color: #0d6039;
    border-color: #fff
}

.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
    background: #fff;
    color: #0d6039;
    border-color: #fff
}

.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
    background: rgba(255, 255, 255, .04);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
    color: #212529;
    background: #fbc02d;
    border: 1px solid #ffc107
}

.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
    background: #ffb300;
    color: #202627;
    border-color: #ffb300
}

.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
    box-shadow: 0 0 0 .2rem #cdd3da
}

.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
    background: #ffa000;
    color: #202627;
    border-color: #ffa000
}

.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: rgba(0, 0, 0, 0);
    color: #fbc02d;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
    background: rgba(251, 192, 45, .04);
    color: #fbc02d;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
    background: rgba(251, 192, 45, .16);
    color: #fbc02d;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: rgba(0, 0, 0, 0);
    color: #fbc02d;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
    background: rgba(251, 192, 45, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #fbc02d
}

.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
    background: rgba(251, 192, 45, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #fbc02d
}

.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
    color: #fff;
    background: #9c27b0;
    border: 1px solid #9c27b0
}

.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
    background: #8e24aa;
    color: #fff;
    border-color: #8e24aa
}

.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
    box-shadow: 0 0 0 .2rem #cdd3da
}

.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
    background: #7b1fa2;
    color: #fff;
    border-color: #7b1fa2
}

.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: rgba(0, 0, 0, 0);
    color: #9c27b0;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
    background: rgba(156, 39, 176, .04);
    color: #9c27b0;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
    background: rgba(156, 39, 176, .16);
    color: #9c27b0;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: rgba(0, 0, 0, 0);
    color: #9c27b0;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
    background: rgba(156, 39, 176, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #9c27b0
}

.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
    background: rgba(156, 39, 176, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #9c27b0
}

.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
    color: #fff;
    background: #d32f2f;
    border: 1px solid #f44336
}

.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
    background: #e53935;
    color: #fff;
    border-color: #e53935
}

.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
    box-shadow: 0 0 0 .2rem #cdd3da
}

.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f
}

.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: rgba(0, 0, 0, 0);
    color: #d32f2f;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
    background: rgba(211, 47, 47, .04);
    color: #d32f2f;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
    background: rgba(211, 47, 47, .16);
    color: #d32f2f;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: rgba(0, 0, 0, 0);
    color: #d32f2f;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
    background: rgba(211, 47, 47, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #d32f2f
}

.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
    background: rgba(211, 47, 47, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #d32f2f
}

.p-button.p-button-link {
    color: #0d6039;
    background: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0)
}

.p-button.p-button-link:enabled:hover {
    background: rgba(0, 0, 0, 0);
    color: #0d6039;
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-link:enabled:hover .p-button-label {
    text-decoration: underline
}

.p-button.p-button-link:enabled:focus {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.p-button.p-button-link:enabled:active {
    background: rgba(0, 0, 0, 0);
    color: #0d6039;
    border-color: rgba(0, 0, 0, 0)
}

@media (max-width: 991.98px) {
    .p-button {
        font-size: 1rem
    }
}

.p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem
}

.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem
}

.p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #495057;
    color: #fff
}

.p-speeddial-action:hover {
    background: #343a40;
    color: #fff
}

.p-speeddial-direction-up .p-speeddial-item {
    margin: .25rem 0
}

.p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: .5rem
}

.p-speeddial-direction-down .p-speeddial-item {
    margin: .25rem 0
}

.p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: .5rem
}

.p-speeddial-direction-left .p-speeddial-item {
    margin: 0 .25rem
}

.p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: .5rem
}

.p-speeddial-direction-right .p-speeddial-item {
    margin: 0 .25rem
}

.p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: .5rem
}

.p-speeddial-circle .p-speeddial-item, .p-speeddial-semi-circle .p-speeddial-item, .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0
}

.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child, .p-speeddial-semi-circle .p-speeddial-item:first-child, .p-speeddial-semi-circle .p-speeddial-item:last-child, .p-speeddial-quarter-circle .p-speeddial-item:first-child, .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0
}

.p-speeddial-mask {
    background-color: rgba(0, 0, 0, .4)
}

.p-splitbutton {
    border-radius: 4px
}

.p-splitbutton:focus-within {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-splitbutton.p-component .p-element.p-button.p-component:first-child {
    padding-right: 0
}

.p-splitbutton.p-button-outlined > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #0c884e;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(12, 136, 78, .04);
    color: #0c884e
}

.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(12, 136, 78, .16);
    color: #0c884e
}

.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
    color: #6c757d;
    border-color: #6c757d
}

.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: #e9ecef;
    color: #6c757d
}

.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
    background: #dee2e6;
    color: #6c757d
}

.p-splitbutton.p-button-text > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #0c884e;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(12, 136, 78, .04);
    color: #0c884e;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(12, 136, 78, .16);
    color: #0c884e;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-text.p-button-plain > .p-button {
    color: #6c757d
}

.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: #e9ecef;
    color: #6c757d
}

.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
    background: #dee2e6;
    color: #6c757d
}

.p-splitbutton.p-button-raised {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)
}

.p-splitbutton.p-button-rounded {
    border-radius: 2rem
}

.p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem
}

.p-splitbutton.p-button-sm > .p-button {
    font-size: .875rem;
    padding: .4375rem .875rem
}

.p-splitbutton.p-button-sm > .p-button .p-button-icon {
    font-size: .875rem
}

.p-splitbutton.p-button-lg > .p-button {
    font-size: 1.25rem;
    padding: .625rem 1.25rem
}

.p-splitbutton.p-button-lg > .p-button .p-button-icon {
    font-size: 1.25rem
}

.p-splitbutton .p-button:focus {
    box-shadow: none
}

.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #e7f3ed;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(231, 243, 237, .04);
    color: #e7f3ed
}

.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(231, 243, 237, .16);
    color: #e7f3ed
}

.p-splitbutton.p-button-secondary.p-button-text > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #e7f3ed;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(231, 243, 237, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #e7f3ed
}

.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(231, 243, 237, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #e7f3ed
}

.p-splitbutton.p-button-secondary > .p-button:enabled:focus {
    box-shadow: none
}

.p-splitbutton.p-button-info.p-button-outlined > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(0, 0, 0, .04);
    color: #000
}

.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(0, 0, 0, .16);
    color: #000
}

.p-splitbutton.p-button-info.p-button-text > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(0, 0, 0, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #000
}

.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(0, 0, 0, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #000
}

.p-splitbutton.p-button-success.p-button-outlined > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(255, 255, 255, .04);
    color: #fff
}

.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(255, 255, 255, .16);
    color: #fff
}

.p-splitbutton.p-button-success.p-button-text > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.p-splitbutton.p-button-success > .p-button:enabled:focus {
    box-shadow: none
}

.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fbc02d;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(251, 192, 45, .04);
    color: #fbc02d
}

.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(251, 192, 45, .16);
    color: #fbc02d
}

.p-splitbutton.p-button-warning.p-button-text > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fbc02d;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(251, 192, 45, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #fbc02d
}

.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(251, 192, 45, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #fbc02d
}

.p-splitbutton.p-button-help.p-button-outlined > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #9c27b0;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(156, 39, 176, .04);
    color: #9c27b0
}

.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(156, 39, 176, .16);
    color: #9c27b0
}

.p-splitbutton.p-button-help.p-button-text > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #9c27b0;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(156, 39, 176, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #9c27b0
}

.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(156, 39, 176, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #9c27b0
}

.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #d32f2f;
    border: 1px solid rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(211, 47, 47, .04);
    color: #d32f2f
}

.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(211, 47, 47, .16);
    color: #d32f2f
}

.p-splitbutton.p-button-danger.p-button-text > .p-button {
    background-color: rgba(0, 0, 0, 0);
    color: #d32f2f;
    border-color: rgba(0, 0, 0, 0)
}

.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
    background: rgba(211, 47, 47, .04);
    border-color: rgba(0, 0, 0, 0);
    color: #d32f2f
}

.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
    background: rgba(211, 47, 47, .16);
    border-color: rgba(0, 0, 0, 0);
    color: #d32f2f
}

.p-splitbutton-menubutton, .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button, .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s;
    margin: .5rem
}

.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-carousel .p-carousel-content .p-carousel-prev:focus, .p-carousel .p-carousel-content .p-carousel-next:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-carousel .p-carousel-indicators {
    padding: 1rem
}

.p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: .5rem;
    margin-bottom: .5rem
}

.p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #e9ecef;
    width: 2rem;
    height: .5rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 0
}

.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #dee2e6
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-datatable .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0
}

.p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0
}

.p-datatable .p-datatable-header {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600
}

.p-datatable .p-datatable-footer {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600
}

.p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #202627;
    background: #f8f9fa;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #202627;
    background: #f8f9fa
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: .5rem
}

.p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #3d6fc9;
    background: #f0f6f3;
    margin-left: .5rem
}

.p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #202627
}

.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d
}

.p-datatable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #0c884e
}

.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #0c884e
}

.p-datatable .p-sortable-column.p-highlight:hover {
    background: #e9ecef;
    color: #0c884e
}

.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #0c884e
}

.p-datatable .p-sortable-column:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    border-radius: 4px
}

.p-datatable .p-datatable-tbody > tr {
    background: rgba(0, 0, 0, 0);
    color: #202627;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-datatable .p-datatable-tbody > tr:focus {
    outline: none !important
}

.p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .08);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: .5rem
}

.p-datatable .p-datatable-tbody > tr:focus {
    outline: .15rem solid #565656;
    outline-offset: .15rem
}

.p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #f0f6f3
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #f0f6f3
}

.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #202627
}

.p-datatable .p-column-resizer-helper {
    background: #0c884e
}

.p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer {
    background: #f8f9fa
}

.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f8f9fa
}

.p-datatable .p-datatable-loading-icon {
    font-size: 2rem
}

.p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px
}

.p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px
}

.p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px
}

.p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px
}

.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 1px 1px 1px
}

.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px
}

.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #fff
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #3d6fc9
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #3d6fc9
}

.p-datatable.p-datatable-sm .p-datatable-header {
    padding: .5rem .5rem
}

.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: .5rem .5rem
}

.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: .5rem .5rem
}

.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: .5rem .5rem
}

.p-datatable.p-datatable-sm .p-datatable-footer {
    padding: .5rem .5rem
}

.p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem
}

.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem
}

.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem
}

.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem
}

.p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem
}

.p-dataview .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0
}

.p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0
}

.p-dataview .p-dataview-header {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600
}

.p-dataview .p-dataview-content {
    background: #fff;
    color: #202627;
    border: 0 none;
    padding: 0
}

.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
    border: solid #e9ecef;
    border-width: 0 0 1px 0
}

.p-dataview .p-dataview-footer {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-dataview .p-dataview-loading-icon {
    font-size: 2rem
}

.p-dataview .p-dataview-emptymessage {
    padding: 1rem
}

.p-column-filter-row .p-column-filter-menu-button, .p-column-filter-row .p-column-filter-clear-button {
    margin-left: .5rem
}

.p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-column-filter-menu-button:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #e9ecef;
    color: #202627
}

.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-column-filter-menu-button:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-column-filter-clear-button:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-column-filter-clear-button:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-column-filter-overlay {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    min-width: 12.5rem
}

.p-column-filter-overlay .p-column-filter-row-items {
    padding: .5rem 0
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: .5rem 1rem;
    border: 0 none;
    color: #767676;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 0
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #202627;
    background: #e8eef4
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-column-filter-overlay-menu .p-column-filter-operator {
    padding: .5rem 1rem;
    border-bottom: 0 none;
    color: #202627;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6
}

.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: .5rem
}

.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: .5rem
}

.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none
}

.p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: .5rem 1rem
}

.p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1rem
}

.fc.fc-unthemed .fc-view-container th {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #202627
}

.fc.fc-unthemed .fc-view-container td.fc-widget-content {
    background: #fff;
    border: 1px solid #dee2e6;
    color: #202627
}

.fc.fc-unthemed .fc-view-container td.fc-head-container {
    border: 1px solid #dee2e6
}

.fc.fc-unthemed .fc-view-container .fc-row {
    border-right: 1px solid #dee2e6
}

.fc.fc-unthemed .fc-view-container .fc-event {
    background: #0d6039;
    border: 1px solid #0d6039;
    color: #fff
}

.fc.fc-unthemed .fc-view-container .fc-divider {
    background: #f8f9fa;
    border: 1px solid #dee2e6
}

.fc.fc-unthemed .fc-toolbar .fc-button {
    color: #fff;
    background: #0c884e;
    border: 1px solid #0c884e;
    font-size: 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px;
    display: flex;
    align-items: center
}

.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
    font-family: "PrimeIcons" !important;
    text-indent: 0;
    font-size: 1rem
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
    content: ""
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
    font-family: "PrimeIcons" !important;
    text-indent: 0;
    font-size: 1rem
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
    content: ""
}

.fc.fc-unthemed .fc-toolbar .fc-button:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #202627;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #202627
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
    background: #0c884e;
    border-color: #0c884e;
    color: #fff
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
    background: #0d6039;
    border-color: #0d6039;
    color: #fff
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    z-index: 1
}

.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
    border-radius: 0
}

.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
    border-color: rgba(221, 238, 238, .1333333333)
}

.fc.fc-theme-standard .fc-view-harness th {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #202627
}

.fc.fc-theme-standard .fc-view-harness td {
    color: #202627;
    border-color: rgba(221, 238, 238, .1333333333)
}

.fc.fc-theme-standard .fc-view-harness .fc-view {
    background: #fff
}

.fc.fc-theme-standard .fc-view-harness .fc-popover {
    background: none;
    border: 0 none
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
    border: 1px solid #dee2e6;
    padding: 1rem;
    background: #f8f9fa;
    color: #202627
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: "PrimeIcons" !important;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
    content: ""
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
    padding: 1rem;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    border-top: 0 none
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
    color: #fff;
    background: #0d6039;
    border-color: #0d6039
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
    color: #fff
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
    background: #0d6039;
    border-color: #0d6039
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
    background: #e8eef4;
    color: #202627
}

.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
    background: #f8f9fa
}

.fc.fc-theme-standard .fc-toolbar .fc-button {
    color: #fff;
    background: #0c884e;
    border: 1px solid #0c884e;
    font-size: 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
    opacity: 1;
    color: #fff;
    background: #0c884e;
    border: 1px solid #0c884e
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
    font-family: "PrimeIcons" !important;
    text-indent: 0;
    font-size: 1rem
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
    content: ""
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
    font-family: "PrimeIcons" !important;
    text-indent: 0;
    font-size: 1rem
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
    content: ""
}

.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #202627;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #202627
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
    background: #0c884e;
    border-color: #0c884e;
    color: #fff
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
    background: #0d6039;
    border-color: #0d6039;
    color: #fff
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    z-index: 1
}

.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
    border-radius: 0
}

.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc.fc-theme-standard a {
    color: #202627
}

.fc.fc-theme-standard .fc-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-orderlist .p-orderlist-controls {
    padding: 1rem
}

.p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: .5rem
}

.p-orderlist .p-orderlist-header {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-bottom: 0 none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 600
}

.p-orderlist .p-orderlist-filter-container {
    padding: 1rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none
}

.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.5rem
}

.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: .5rem;
    color: #636470
}

.p-orderlist .p-orderlist-list {
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    padding: .5rem 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: .5rem 1rem;
    margin: 0;
    border: 0 none;
    color: #767676;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: .5rem 1rem;
    color: #767676
}

.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #e8eef4;
    color: #202627
}

.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #e9ecef
}

.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #e8eef4
}

.p-orderlist-item.cdk-drag-preview {
    padding: .5rem 1rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    border: 0 none;
    color: #767676;
    background: #fff;
    margin: 0
}

.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #e8eef4;
    color: #202627
}

.p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #a0c6b3
}

.p-organizationchart .p-organizationchart-line-down {
    background: #dee2e6
}

.p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #dee2e6;
    border-color: #dee2e6
}

.p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #dee2e6;
    border-color: #dee2e6
}

.p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    padding: 1rem
}

.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%
}

.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-paginator {
    background: #fff;
    color: var(--itp-pagination);
    border: solid #e9ecef;
    border-width: 0;
    padding: .5rem 1rem;
    border-radius: 4px;
    font-size: 1rem
}

.p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, .p-paginator .p-paginator-next, .p-paginator .p-paginator-last {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: var(--itp-pagination);
    min-width: 1.5rem;
    height: 1.5rem;
    margin: .143rem;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: rgba(0, 0, 0, 0)
}

.p-paginator .p-paginator-first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-paginator .p-paginator-last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-paginator .p-dropdown {
    margin-left: .5rem;
    margin-right: .5rem;
    height: 1.5rem
}

.p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0
}

.p-paginator .p-paginator-page-input {
    margin-left: .5rem;
    margin-right: .5rem
}

.p-paginator .p-paginator-page-input .p-inputtext {
    min-width: 1.875rem;
    height: 1.5rem;
    padding: 0;
    text-align: center;
    font-size: 1rem !important;
    color: inherit !important;
    border-color: var(--global-placeholder)
}

.p-paginator .p-paginator-current {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: inherit !important;
    min-width: 1.5rem;
    height: 1.5rem;
    margin: .143rem;
    padding: 0 .5rem
}

.p-paginator .p-paginator-pages .p-paginator-page {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: var(--itp-pagination);
    min-width: 1.5rem;
    height: 1.5rem;
    margin: .143rem;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px;
    font-size: 1rem
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #f0f6f3;
    border-color: #f0f6f3;
    color: var(--primary-color) !important
}

.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e9ecef;
    border-color: rgba(0, 0, 0, 0);
    color: #6c757d
}

.p-picklist .p-picklist-buttons {
    padding: 1rem
}

.p-picklist .p-picklist-buttons .p-button {
    margin-bottom: .5rem
}

.p-picklist .p-picklist-header {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-bottom: 0 none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 600
}

.p-picklist .p-picklist-filter-container {
    padding: 1rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none
}

.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.5rem
}

.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: .5rem;
    color: #636470
}

.p-picklist .p-picklist-list {
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    padding: .5rem 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-picklist .p-picklist-list .p-picklist-item {
    padding: .5rem 1rem;
    margin: 0;
    border: 0 none;
    color: #767676;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-picklist .p-picklist-list .p-picklist-item:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #3d6fc9;
    background: #f0f6f3
}

.p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: .5rem 1rem;
    color: #767676
}

.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #e8eef4;
    color: #202627
}

.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #e9ecef
}

.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #e8eef4
}

.p-picklist-item.cdk-drag-preview {
    padding: .5rem 1rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    border: 0 none;
    color: #767676;
    background: #fff;
    margin: 0
}

.p-timeline .p-timeline-event-marker {
    border: 2px solid #f0f6f3;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #3d6fc9
}

.p-timeline .p-timeline-event-connector {
    background-color: #dee2e6
}

.p-timeline.p-timeline-vertical .p-timeline-event-opposite, .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem
}

.p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px
}

.p-timeline.p-timeline-horizontal .p-timeline-event-opposite, .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0
}

.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px
}

.p-tree {
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    padding: 1rem;
    border-radius: 4px
}

.p-tree .p-tree-container .p-treenode {
    padding: .143rem
}

.p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    padding: .5rem
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: .5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: .5rem;
    color: #6c757d
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: .5rem
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #202627
}

.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #3d6fc9
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #3d6fc9
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e8eef4;
    color: #202627
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #e8eef4;
    color: #202627
}

.p-tree .p-tree-filter-container {
    margin-bottom: .5rem
}

.p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.5rem
}

.p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: .5rem;
    color: #636470
}

.p-tree .p-treenode-children {
    padding: 0 0 0 1rem
}

.p-tree .p-tree-loading-icon {
    font-size: 2rem
}

.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #b3d2c2
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 4px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #202627;
    padding: .5rem;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #f0f6f3;
    color: #3d6fc9
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #3d6fc9
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: .5rem
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: .5rem
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e8eef4;
    color: #202627
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-treetable .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0
}

.p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0
}

.p-treetable .p-treetable-header {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600
}

.p-treetable .p-treetable-footer {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600
}

.p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #202627;
    background: #f8f9fa;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #202627;
    background: #f8f9fa
}

.p-treetable .p-sortable-column {
    outline-color: #565656
}

.p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: .5rem
}

.p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #3d6fc9;
    background: #f0f6f3;
    margin-left: .5rem
}

.p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #202627
}

.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d
}

.p-treetable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #0c884e
}

.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #0c884e
}

.p-treetable .p-treetable-tbody > tr {
    background: #fff;
    color: #202627;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .08);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem
}

.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s;
    margin-right: .5rem
}

.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: .5rem
}

.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #202627
}

.p-treetable .p-treetable-tbody > tr:focus {
    outline: .15rem solid #565656;
    outline-offset: -0.15rem
}

.p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #3d6fc9
}

.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #3d6fc9
}

.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #202627
}

.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #202627
}

.p-treetable .p-column-resizer-helper {
    background: #0c884e
}

.p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer {
    background: #f8f9fa
}

.p-treetable .p-treetable-loading-icon {
    font-size: 2rem
}

.p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px
}

.p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px
}

.p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px
}

.p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px
}

.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px
}

.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px
}

.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px
}

.p-treetable.p-treetable-sm .p-treetable-header {
    padding: .875rem .875rem
}

.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: .5rem .5rem
}

.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: .5rem .5rem
}

.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: .5rem .5rem
}

.p-treetable.p-treetable-sm .p-treetable-footer {
    padding: .5rem .5rem
}

.p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem
}

.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem
}

.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem
}

.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem
}

.p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem
}

.p-virtualscroller .p-virtualscroller-header {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600
}

.p-virtualscroller .p-virtualscroller-content {
    background: #fff;
    color: #202627;
    border: 0 none;
    padding: 0
}

.p-virtualscroller .p-virtualscroller-footer {
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #202627;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: .5rem
}

.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #e9ecef;
    border-color: 1px solid #dee2e6;
    color: #202627
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #202627;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #202627
}

.p-accordion .p-accordion-content {
    padding: 1rem;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 0
}

.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
    border-radius: 0
}

.p-accordion p-accordiontab .p-accordion-content {
    border-radius: 0
}

.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
    border-top: 0 none
}

.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-top: 0 none
}

.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-accordion p-accordiontab:last-child .p-accordion-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-card {
    background: #fff;
    color: #202627;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    border-radius: 4px
}

.p-card .p-card-body {
    padding: 1rem
}

.p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.p-card .p-card-subtitle {
    font-weight: 700;
    margin-bottom: .5rem;
    color: #6c757d
}

.p-card .p-card-content {
    padding: 1rem 0
}

.p-card .p-card-footer {
    padding: 1rem 0 0 0
}

.p-divider .p-divider-content {
    background-color: #fff
}

.p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem
}

.p-divider.p-divider-horizontal:before {
    border-top: 1px #dee2e6
}

.p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 .5rem
}

.p-divider.p-divider-vertical {
    margin: 0 1rem;
    padding: 1rem 0
}

.p-divider.p-divider-vertical:before {
    border-left: 1px #dee2e6
}

.p-divider.p-divider-vertical .p-divider-content {
    padding: .5rem 0
}

.p-fieldset {
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    border-radius: 4px
}

.p-fieldset .p-fieldset-legend {
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #202627;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 4px
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1rem;
    color: #202627;
    border-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: .5rem
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #202627
}

.p-fieldset .p-fieldset-content {
    padding: 1rem
}

.p-panel {
    padding: 2rem
}

.p-panel .p-panel-header {
    border: 1px solid #dee2e6;
    padding: 0;
    background: #f8f9fa;
    color: #202627;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-panel .p-panel-header .p-panel-title {
    font-weight: 600
}

.p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-panel .p-panel-header .p-panel-header-icon:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-panel.card-view {
    background-color: #f0f6f3
}

.p-panel.border-view.p-panel-expanded {
    background: #f0f6f3
}

.p-panel.p-panel-toggleable .p-panel-header {
    padding: 0
}

.p-panel .p-panel-content {
    padding: 2rem 0 0 0;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 0 none
}

.p-panel .p-panel-footer {
    padding: .5rem 1rem;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    border-top: 0 none
}

.p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto
}

.p-panel .p-panel-icons-start {
    order: 0;
    margin-right: .5rem
}

.p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center
}

.p-scrollpanel .p-scrollpanel-bar {
    background: #f8f9fa;
    border: 0 none
}

.p-splitter {
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 4px;
    color: #202627
}

.p-splitter .p-splitter-gutter {
    transition: background-color .2s, color .2s, box-shadow .2s;
    background: #f8f9fa
}

.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #dee2e6
}

.p-splitter .p-splitter-gutter-resizing {
    background: #dee2e6
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

.p-tabview .p-tabview-nav {
    background: #fff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0
}

.p-tabview .p-tabview-nav li {
    margin-right: 0
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dee2e6 rgba(0, 0, 0, 0);
    background: #fff;
    color: #6c757d;
    padding: 1rem;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    margin: 0 0 -2px 0;
    width: 228px;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .p-tabview .p-tabview-nav li .p-tabview-nav-link {
        width: auto
    }
}

.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #fff;
    border-color: #9ba2aa;
    color: #6c757d
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #fff;
    border-color: #0c884e;
    color: #0c884e
}

.p-tabview .p-tabview-left-icon {
    margin-right: .5rem
}

.p-tabview .p-tabview-right-icon {
    margin-left: .5rem
}

.p-tabview .p-tabview-close {
    margin-left: .5rem
}

.p-tabview .p-tabview-nav-btn.p-link {
    background: #fff;
    color: #0c884e;
    width: 2.357rem;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    border-radius: 0
}

.p-tabview .p-tabview-nav-btn.p-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 1px #565656
}

.p-tabview .p-tabview-panels {
    background: #fff;
    border: 0 none;
    color: #202627;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-toolbar {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 4px
}

.p-toolbar .p-toolbar-separator {
    margin: 0 .5rem
}

.p-confirm-popup {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1)
}

.p-confirm-popup .p-confirm-popup-content {
    padding: 1rem
}

.p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: .5rem 1rem
}

.p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 .5rem 0 0;
    width: auto
}

.p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0
}

.p-confirm-popup:after {
    border: solid rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff
}

.p-confirm-popup:before {
    border: solid rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff
}

.p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #fff
}

.p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #fff
}

.p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem
}

.p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

.p-dialog {
    border-radius: 16px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .2470588235);
    border: 0 none;
    line-height: 1.9rem;
    margin: 0 .5rem
}

.p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #fff;
    color: #202627;
    padding: 2rem 2rem 1.25rem 2rem;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px
}

.p-dialog .p-dialog-header .ng-star-inserted {
    border-bottom: 0 none;
    color: #202627;
    text-align: left;
    padding: 0;
    margin: 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.9rem;
    word-wrap: break-word;
    width: 100%;
    justify-content: center
}

.p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.9rem;
    text-align: left
}

.p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s;
    margin-right: .5rem
}

.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0
}

.p-dialog .p-dialog-content {
    background: #fff;
    color: #202627;
    padding: 0 2rem 2rem 2rem
}

.p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
}

.p-dialog .p-dialog-footer {
    height: auto;
    border-top: 0 none;
    background: #fff;
    color: #202627;
    padding: 0 2rem 2rem;
    text-align: right;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
}

.p-dialog .p-dialog-footer button {
    margin: 0 0 0 1rem;
    width: auto
}

.p-dialog.p-confirm-dialog .p-dialog-content {
    align-items: flex-start
}

.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 1.25rem;
    margin-right: .5rem
}

.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    font-size: 1.25rem;
    line-height: 1.4rem;
    margin-left: 0
}

.p-dialog.p-confirm-dialog .p-icon-wrapper, .p-dialog.p-confirm-dialog .p-dialog-header-close {
    display: none
}

@media (min-width: 992px) {
    .p-dialog {
        max-width: 1440px;
        min-width: 720px
    }
}

@media (max-width: 991.98px) {
    .p-dialog {
        width: 95.6% !important
    }

    .p-dialog .p-dialog-footer button {
        margin: 0;
        display: inline;
        width: 100%
    }

    .p-dialog .p-dialog-footer button:not(:first-child) {
        margin-top: 1rem
    }

    .p-dialog .p-dialog-footer p-button:not(:first-child) button {
        margin-top: 1rem
    }
}

.p-overlaypanel {
    background: #fff;
    color: #202627;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1)
}

.p-overlaypanel .p-overlaypanel-content {
    padding: 1rem
}

.p-overlaypanel .p-overlaypanel-close {
    background: #0c884e;
    color: #fff;
    width: 2rem;
    height: 2rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem
}

.p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #0d6039;
    color: #fff
}

.p-overlaypanel:after {
    border: solid rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff
}

.p-overlaypanel:before {
    border: solid rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2
}

.p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #fff
}

.p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #fff
}

.p-sidebar {
    background: #fff;
    color: #202627;
    border: 0 none;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1)
}

.p-sidebar .p-sidebar-header {
    padding: 1rem
}

.p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #202627;
    border-color: rgba(0, 0, 0, 0);
    background: #e9ecef
}

.p-sidebar .p-sidebar-header .p-sidebar-close:focus, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0
}

.p-sidebar .p-sidebar-content {
    padding: 1rem
}

.p-tooltip .p-tooltip-text {
    background: #202627;
    color: #fff;
    padding: .5rem .5rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 4px
}

.p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #202627
}

.p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #202627
}

.p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #202627
}

.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #202627
}

.p-fileupload .p-fileupload-buttonbar {
    background: #f8f9fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #202627;
    border-bottom: 0 none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: .5rem
}

.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-fileupload .p-fileupload-content {
    background: #fff;
    padding: 2rem 1rem;
    border: 1px solid #dee2e6;
    color: #202627;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-fileupload .p-progressbar {
    height: .25rem
}

.p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem
}

.p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0
}

.p-fileupload-choose:not(.p-disabled):hover {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.p-fileupload-choose:not(.p-disabled):active {
    background: #0d6039;
    color: #fff;
    border-color: #0d6039
}

.p-breadcrumb ul {
    flex-wrap: wrap !important
}

.p-breadcrumb ul li {
    padding: 0 0 0.1875rem 0.1875rem
}

.p-breadcrumb ul li .p-menuitem-link {
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px
}

.p-breadcrumb ul li .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
    color: #202627;
    position: relative
}

.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text::after {
    content: "";
    display: block;
    background: #06191d;
    width: 100%;
    height: 0.09375rem;
    position: absolute;
    left: 0;
    bottom: 0
}

.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
    color: #6c757d
}

.p-breadcrumb ul li.p-breadcrumb-chevron {
    margin: 0 .5rem 0 .5rem;
    color: var(--surface-400)
}

.p-breadcrumb ul li:last-child .p-menuitem-text {
    color: #202627;
    font-weight: 700
}

.p-breadcrumb ul li:last-child .p-menuitem-text::after {
    content: "";
    display: none
}

.p-breadcrumb ul li:last-child .p-menuitem-icon {
    color: #6c757d
}

.p-contextmenu {
    padding: .25rem 0;
    background: #fff;
    color: #202627;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 12.5rem
}

.p-contextmenu .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 0;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-contextmenu .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-contextmenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-contextmenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-contextmenu .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-contextmenu .p-submenu-list {
    padding: .25rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 4px
}

.p-contextmenu .p-menuitem {
    margin: 0
}

.p-contextmenu .p-menuitem:last-child {
    margin: 0
}

.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #e9ecef
}

.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-contextmenu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-contextmenu .p-submenu-icon {
    font-size: .875rem
}

.p-contextmenu .p-menuitem-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.p-dock .p-dock-list {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: .5rem .5rem;
    border-radius: .5rem
}

.p-dock .p-dock-item {
    padding: .5rem
}

.p-dock .p-dock-action {
    width: 4rem;
    height: 4rem
}

.p-dock.p-dock-top .p-dock-item-second-prev, .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev, .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 .9rem
}

.p-dock.p-dock-top .p-dock-item-prev, .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev, .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem
}

.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem
}

.p-dock.p-dock-left .p-dock-item-second-prev, .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev, .p-dock.p-dock-right .p-dock-item-second-next {
    margin: .9rem 0
}

.p-dock.p-dock-left .p-dock-item-prev, .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev, .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0
}

.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0
}

@media (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
        overflow-x: auto;
        width: 100%
    }

    .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
        margin: 0 auto
    }

    .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
        overflow-y: auto;
        height: 100%
    }

    .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
        margin: auto 0
    }

    .p-dock .p-dock-list .p-dock-item {
        transform: none;
        margin: 0
    }
}

.p-megamenu {
    padding: .5rem;
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #dee2e6;
    border-radius: 4px
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: .5rem
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link, .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text, .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon, .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-megamenu .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 0;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-megamenu .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-megamenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-megamenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-megamenu .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-megamenu .p-megamenu-panel {
    background: #fff;
    color: #202627;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.p-megamenu .p-megamenu-submenu-header {
    margin: 0;
    padding: .75rem 1rem;
    color: #202627;
    background: #fff;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-megamenu .p-megamenu-submenu {
    padding: .25rem 0;
    width: 12.5rem
}

.p-megamenu .p-megamenu-submenu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-megamenu .p-megamenu-submenu .p-menuitem {
    margin: 0
}

.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
    margin: 0
}

.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #e9ecef
}

.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: .25rem 0
}

.p-megamenu.p-megamenu-vertical .p-menuitem {
    margin: 0
}

.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
    margin: 0
}

.p-megamenu .p-menuitem-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.p-menu {
    padding: .25rem 0;
    background: #fff;
    color: #202627;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 12.5rem
}

.p-menu .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 0;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-menu .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-menu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-menu .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-menu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-menu .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-menu.p-menu-overlay {
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.p-menu .p-submenu-header {
    margin: 0;
    padding: .75rem 1rem;
    color: #202627;
    background: #fff;
    font-weight: 600;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.p-menu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-menu .p-menuitem {
    margin: 0
}

.p-menu .p-menuitem:last-child {
    margin: 0
}

.p-menu .p-menuitem-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.p-menubar {
    padding: .5rem;
    background: #f8f9fa;
    color: #202627;
    border: 1px solid #dee2e6;
    border-radius: 4px
}

.p-menubar .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 0;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-menubar .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-menubar .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-menubar .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-menubar .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: .5rem
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link, .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text, .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon, .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-menubar .p-submenu-list {
    padding: .25rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    width: 12.5rem
}

.p-menubar .p-submenu-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-menubar .p-submenu-list .p-submenu-icon {
    font-size: .875rem
}

.p-menubar .p-submenu-list .p-menuitem {
    margin: 0
}

.p-menubar .p-submenu-list .p-menuitem:last-child {
    margin: 0
}

.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #e9ecef
}

.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-menubar .p-menuitem-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (max-width: 960px) {
    .p-menubar {
        position: relative
    }

    .p-menubar .p-menubar-button {
        display: flex;
        width: 2rem;
        height: 2rem;
        color: #6c757d;
        border-radius: 50%;
        transition: background-color .2s, color .2s, box-shadow .2s
    }

    .p-menubar .p-menubar-button:hover {
        color: #6c757d;
        background: #e9ecef
    }

    .p-menubar .p-menubar-button:focus {
        outline: 3px solid #565656;
        outline-offset: 2px
    }

    .p-menubar .p-menubar-root-list {
        position: absolute;
        display: none;
        padding: .25rem 0;
        background: #fff;
        border: 0 none;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
        width: 100%
    }

    .p-menubar .p-menubar-root-list .p-menu-separator {
        border-top: 1px solid #dee2e6;
        margin: .25rem 0
    }

    .p-menubar .p-menubar-root-list .p-submenu-icon {
        font-size: .875rem
    }

    .p-menubar .p-menubar-root-list > .p-menuitem {
        width: 100%;
        position: static
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
        padding: .75rem 1rem;
        color: #202627;
        border-radius: 0;
        transition: background-color .2s, border-color .2s, box-shadow .2s;
        user-select: none
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
        color: #202627
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
        color: #6c757d;
        margin-right: .5rem
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
        color: #6c757d
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
        background: #e9ecef
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
        color: #202627
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
        color: #6c757d
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
        color: #6c757d
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
        outline: 3px solid #565656;
        outline-offset: 2px;
        box-shadow: inset 0 0 0 .15rem #565656
    }

    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
        margin-left: auto;
        transition: transform .2s
    }

    .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
        transform: rotate(-180deg)
    }

    .p-menubar .p-menubar-root-list .p-submenu-list {
        width: 100%;
        position: static;
        box-shadow: none;
        border: 0 none
    }

    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
        transition: transform .2s;
        transform: rotate(90deg)
    }

    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
        transform: rotate(-90deg)
    }

    .p-menubar .p-menubar-root-list .p-menuitem {
        width: 100%;
        position: static
    }

    .p-menubar .p-menubar-root-list ul li a {
        padding-left: 2.25rem
    }

    .p-menubar .p-menubar-root-list ul li ul li a {
        padding-left: 3.75rem
    }

    .p-menubar .p-menubar-root-list ul li ul li ul li a {
        padding-left: 5.25rem
    }

    .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
        padding-left: 6.75rem
    }

    .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
        padding-left: 8.25rem
    }

    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
        display: flex;
        flex-direction: column;
        top: 100%;
        left: 0;
        z-index: 1
    }
}

.p-panelmenu .p-panelmenu-header > a {
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #202627;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
    margin-right: .5rem
}

.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
    margin-right: .5rem
}

.p-panelmenu .p-panelmenu-header > a:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
    background: #e9ecef;
    border-color: 1px solid #dee2e6;
    color: #202627
}

.p-panelmenu .p-panelmenu-header.p-highlight {
    margin-bottom: 0
}

.p-panelmenu .p-panelmenu-header.p-highlight > a {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #202627;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #202627
}

.p-panelmenu .p-panelmenu-content {
    padding: .25rem 0;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #202627;
    margin-bottom: 0;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 0;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
    margin-right: .5rem
}

.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
    padding: 0 0 0 1rem
}

.p-panelmenu .p-panelmenu-panel {
    margin-bottom: 0
}

.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
    border-radius: 0
}

.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
    border-radius: 0
}

.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
    border-top: 0 none
}

.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
    border-top: 0 none
}

.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.p-panelmenu .p-menuitem-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.p-slidemenu {
    padding: .25rem 0;
    background: #fff;
    color: #202627;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 12.5rem
}

.p-slidemenu .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 0;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-slidemenu .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-slidemenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-slidemenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-slidemenu .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-slidemenu.p-slidemenu-overlay {
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.p-slidemenu .p-slidemenu-list {
    padding: .25rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
    background: #e9ecef
}

.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
    color: #202627
}

.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
    color: #6c757d
}

.p-slidemenu .p-slidemenu-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-slidemenu .p-slidemenu-icon {
    font-size: .875rem
}

.p-slidemenu .p-slidemenu-backward {
    padding: .75rem 1rem;
    color: #202627
}

.p-slidemenu .p-menuitem-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.p-steps .p-steps-item .p-menuitem-link {
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    border-radius: 4px;
    background: #fff
}

.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #202627;
    border: 1px solid #c8c8c8;
    background: #fff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%
}

.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: .5rem;
    color: #6c757d
}

.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 600;
    color: #202627
}

.p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #dee2e6;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem
}

.p-tabmenu .p-tabmenu-nav {
    background: #fff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dee2e6 rgba(0, 0, 0, 0);
    background: #fff;
    color: #6c757d;
    padding: 1rem;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    margin: 0 0 -2px 0
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: .5rem
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 1px #565656
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #fff;
    border-color: #9ba2aa;
    color: #6c757d
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #fff;
    border-color: #0c884e;
    color: #0c884e
}

.p-tabmenu .p-tabmenu-left-icon {
    margin-right: .5rem
}

.p-tabmenu .p-tabmenu-right-icon {
    margin-left: .5rem
}

.p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #fff;
    color: #0c884e;
    width: 2.357rem;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    border-radius: 0
}

.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 1px #565656
}

.p-tieredmenu {
    padding: .25rem 0;
    background: #fff;
    color: #202627;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 12.5rem
}

.p-tieredmenu .p-menuitem-link {
    padding: .75rem 1rem;
    color: #202627;
    border-radius: 0;
    transition: background-color .2s, border-color .2s, box-shadow .2s;
    user-select: none
}

.p-tieredmenu .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: .5rem
}

.p-tieredmenu .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #202627
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d
}

.p-tieredmenu .p-menuitem-link:focus {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: inset 0 0 0 .15rem #565656
}

.p-tieredmenu.p-tieredmenu-overlay {
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.p-tieredmenu .p-submenu-list {
    padding: .25rem 0;
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.p-tieredmenu .p-menuitem {
    margin: 0
}

.p-tieredmenu .p-menuitem:last-child {
    margin: 0
}

.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
    background: #e9ecef
}

.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
    color: #202627
}

.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
    color: #6c757d
}

.p-tieredmenu .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-tieredmenu .p-submenu-icon {
    font-size: .875rem
}

.p-tieredmenu .p-menuitem-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.p-inline-message {
    padding: 2rem .5rem;
    margin: 0;
    border-radius: 4px
}

.p-inline-message.p-inline-message-info {
    background: #f3f8ff;
    border: solid #006dff;
    border-width: 1px;
    color: #202627
}

.p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #202627
}

.p-inline-message.p-inline-message-success {
    background: #f6fff5;
    border: solid #0aac60;
    border-width: 1px;
    color: #202627
}

.p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #202627
}

.p-inline-message.p-inline-message-warn {
    background: #fffce2;
    border: solid #f8bc21;
    border-width: 1px;
    color: #202627
}

.p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #202627
}

.p-inline-message.p-inline-message-error {
    background: #fff2f2;
    border: solid #d93025;
    border-width: 1px;
    color: #202627
}

.p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #202627
}

.p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: .5rem
}

.p-inline-message .p-inline-message-text {
    font-size: 1rem
}

.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

.p-message {
    position: relative;
    margin: 0;
    border-radius: 4px
}

.p-message .p-message-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-message .p-message-close:hover {
    background: rgba(255, 255, 255, .3)
}

.p-message .p-message-close:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-message.p-message-info {
    background: #f3f8ff;
    border: solid #006dff;
    color: #202627
}

.p-message.p-message-info .p-message-icon {
    color: #202627
}

.p-message.p-message-info .p-message-close {
    color: #202627
}

.p-message.p-message-info-list {
    background: #f3f8ff;
    border: none;
    color: #202627
}

.p-message.p-message-info-list .p-message-icon {
    color: #202627
}

.p-message.p-message-info-list .p-message-close {
    color: #202627
}

.p-message.p-message-success {
    background: #f6fff5;
    border: solid #0aac60;
    color: #202627
}

.p-message.p-message-success .p-message-icon {
    color: #202627
}

.p-message.p-message-success .p-message-close {
    color: #202627
}

.p-message.p-message-success-list {
    background: #f2f6f3;
    border: none;
    color: #202627
}

.p-message.p-message-success-list .p-message-icon {
    color: #202627
}

.p-message.p-message-success-list .p-message-close {
    color: #202627
}

.p-message.p-message-normal {
    background: #f8f8f8;
    border: solid #9ca8b5;
    color: #000
}

.p-message.p-message-normal .p-message-icon {
    color: #202627
}

.p-message.p-message-normal .p-message-close {
    color: #202627
}

.p-message.p-message-normal-list {
    background: #f0f3f6;
    border: none;
    color: #000
}

.p-message.p-message-normal-list .p-message-icon {
    color: #202627
}

.p-message.p-message-normal-list .p-message-close {
    color: #202627
}

.p-message.p-message-warn {
    background: #fffce2;
    border: solid #f8bc21;
    color: #202627
}

.p-message.p-message-warn .p-message-icon {
    color: #202627
}

.p-message.p-message-warn .p-message-close {
    color: #202627
}

.p-message.p-message-warn-list {
    background: #fffce2;
    border: none;
    color: #202627
}

.p-message.p-message-warn-list .p-message-icon {
    color: #202627
}

.p-message.p-message-warn-list .p-message-close {
    color: #202627
}

.p-message.p-message-error {
    background: #fff2f2;
    border: solid #d93025;
    color: #202627
}

.p-message.p-message-error .p-message-icon {
    color: #202627
}

.p-message.p-message-error .p-message-close {
    color: #202627
}

.p-message.p-message-error-list {
    background: #feebec;
    border: none;
    color: #202627
}

.p-message.p-message-error-list .p-message-icon {
    color: #202627
}

.p-message.p-message-error-list .p-message-close {
    color: #202627
}

.p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500
}

.p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: .5rem
}

.p-message .p-message-summary {
    font-weight: 700
}

.p-message .p-message-detail {
    margin-left: .5rem
}

.custom-message-wrapper {
    display: flex;
    justify-content: space-between
}

.custom-message-wrapper .custom-message-content {
    flex-grow: 1;
    font-style: normal
}

.custom-message-wrapper .custom-message-content .custom-message-title {
    font-weight: 700;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #06191d;
    margin-top: 0
}

.custom-message-wrapper .custom-message-content .custom-message-text {
    margin-bottom: 0
}

.custom-message-wrapper .custom-message-content .custom-message-text-item {
    margin-bottom: 2rem
}

.custom-message-wrapper .custom-message-content {
    margin-bottom: 0
}

.custom-message-wrapper .custom-message-content .custom-message-text-item:last-child {
    margin-bottom: 0
}

.custom-message-wrapper .p-message-close {
    flex-shrink: 0;
    justify-content: flex-end
}

.p-message-normal .custom-message-title {
    color: #000 !important
}

.p-message-normal .custom-message-text {
    color: #000
}

.p-message-info .custom-message-text, .p-message-warn .custom-message-text {
    color: #06191d
}

.p-message-success .custom-message-text, .p-message-success-list .custom-message-text, .p-message-error .custom-message-text {
    color: #202627
}

@media (max-width: 991.98px) {
    .p-message .p-message-wrapper {
        padding: 1rem 1rem
    }

    .p-message.p-message-info {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-info-list {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-error {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-error-list {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-success {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-success-list {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-warn {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-warn-list {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-normal {
        border-width: 3px 1px 1px 1px
    }

    .p-message.p-message-normal-list {
        border-width: 3px 1px 1px 1px
    }

    .custom-message-wrapper .custom-message-content .custom-message-title {
        font-weight: 700;
        line-height: 120%;
        font-size: 1.25rem;
        margin-bottom: 1rem
    }

    .custom-message-wrapper .custom-message-content .custom-message-title .title-icon {
        font-size: 1.5rem;
        margin-right: 0.75rem
    }

    .custom-message-wrapper .custom-message-content .custom-message-text {
        font-weight: 400;
        font-size: 1rem;
        line-height: 140%
    }

    .custom-message-wrapper .custom-message-content .custom-message-text--multiple {
        line-height: 1.75rem
    }

    .custom-message-wrapper .custom-message-content .custom-message-text--multiple:last-child {
        margin-bottom: 0
    }

    .custom-message-wrapper .p-message-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: auto;
        height: 1.125rem;
        transform: translateY(20%)
    }
}

@media (min-width: 992px) {
    .p-message .p-message-wrapper {
        padding: 32px;
        background-color: inherit;
        border-radius: 4px
    }

    .p-message.p-message-info {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-info-list {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-error {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-error-list {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-success {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-success-list {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-warn {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-warn-list {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-normal {
        border-width: 1px 1px 1px 8px
    }

    .p-message.p-message-normal-list {
        border-width: 1px 1px 1px 8px
    }

    .custom-message-wrapper {
        display: flex;
        justify-content: space-between
    }

    .custom-message-wrapper .custom-message-content .custom-message-title {
        font-weight: 700;
        line-height: 120%;
        font-size: 20px;
        margin-bottom: 16px
    }

    .custom-message-wrapper .custom-message-content .custom-message-title .title-icon {
        font-size: 24px;
        margin-right: 12px
    }

    .custom-message-wrapper .custom-message-content .custom-message-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%
    }

    .custom-message-wrapper .custom-message-content .custom-message-text--multiple {
        line-height: 28px
    }

    .custom-message-wrapper .custom-message-content .custom-message-text--multiple:last-child {
        margin-bottom: 0
    }

    .custom-message-wrapper .p-message-close {
        width: auto;
        height: 18px
    }
}

.p-toast {
    opacity: .9
}

.p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .3);
    border-radius: 4px
}

.p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 4px
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: .5rem 0 0 0
}

.p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, .3)
}

.p-toast .p-toast-message .p-toast-icon-close:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-toast .p-toast-message.p-toast-message-info {
    background: #f3f8ff;
    border: solid #006dff;
    border-width: 1px 1px 1px 8px;
    color: #202627
}

.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon, .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #202627
}

.p-toast .p-toast-message.p-toast-message-success {
    background: #f6fff5;
    border: solid #0aac60;
    border-width: 1px 1px 1px 8px;
    color: #202627
}

.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon, .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #202627
}

.p-toast .p-toast-message.p-toast-message-warn {
    background: #fffce2;
    border: solid #f8bc21;
    border-width: 1px 1px 1px 8px;
    color: #202627
}

.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon, .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #202627
}

.p-toast .p-toast-message.p-toast-message-error {
    background: #fff2f2;
    border: solid #d93025;
    border-width: 1px 1px 1px 8px;
    color: #202627
}

.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon, .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #202627
}

.p-galleria .p-galleria-close {
    margin: .5rem;
    background: rgba(0, 0, 0, 0);
    color: #ebedef;
    width: 4rem;
    height: 4rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%
}

.p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem
}

.p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, .1);
    color: #ebedef
}

.p-galleria .p-galleria-item-nav {
    background: rgba(0, 0, 0, .2);
    color: #aeb6bf;
    width: 4rem;
    height: 4rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 4px;
    margin: .5rem 0
}

.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon, .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem
}

.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(0, 0, 0, .3);
    color: #ebedef
}

.p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, .5);
    color: #ebedef;
    padding: 1rem
}

.p-galleria .p-galleria-indicators {
    padding: 1rem
}

.p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #e9ecef;
    width: 1rem;
    height: 1rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%
}

.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #dee2e6
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: .5rem
}

.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: .5rem
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, .5)
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, .4)
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, .6)
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #f0f6f3;
    color: #3d6fc9
}

.p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, .9);
    padding: 1rem .25rem
}

.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev, .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: .5rem;
    background-color: rgba(0, 0, 0, 0);
    color: #aeb6bf;
    width: 2rem;
    height: 2rem;
    transition: background-color .2s, color .2s, box-shadow .2s;
    border-radius: 50%
}

.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover, .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, .1);
    color: #aeb6bf
}

.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9)
}

.p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9)
}

.p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0);
    color: #f8f9fa;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, .5)
}

.p-image-toolbar {
    padding: 1rem
}

.p-image-action.p-link {
    color: #f8f9fa;
    background-color: rgba(0, 0, 0, 0);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s;
    margin-right: .5rem
}

.p-image-action.p-link:last-child {
    margin-right: 0
}

.p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, .1)
}

.p-image-action.p-link i {
    font-size: 1.5rem
}

.p-avatar {
    background-color: #dee2e6;
    border-radius: 4px
}

.p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem
}

.p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem
}

.p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem
}

.p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem
}

.p-avatar-group .p-avatar {
    border: 2px solid #fff
}

.p-badge {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem
}

.p-badge.p-badge-secondary {
    background-color: #e7f3ed;
    color: #202627
}

.p-badge.p-badge-success {
    background-color: #fff;
    color: #0c884e
}

.p-badge.p-badge-info {
    background-color: #000;
    color: #fff
}

.p-badge.p-badge-warning {
    background-color: #fbc02d;
    color: #212529
}

.p-badge.p-badge-danger {
    background-color: #d32f2f;
    color: #fff
}

.p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem
}

.p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem
}

.p-chip {
    background-color: #dee2e6;
    color: #202627;
    border-radius: 16px;
    padding: 0 .5rem
}

.p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: .25rem;
    margin-bottom: .25rem
}

.p-chip .p-chip-icon {
    margin-right: .5rem
}

.p-chip .pi-chip-remove-icon {
    margin-left: .5rem
}

.p-chip img {
    width: 2rem;
    height: 2rem;
    margin-left: -0.5rem;
    margin-right: .5rem
}

.p-chip .pi-chip-remove-icon {
    border-radius: 4px;
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-chip .pi-chip-remove-icon:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-inplace .p-inplace-display {
    padding: .5rem .5rem;
    border-radius: 4px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s
}

.p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #e9ecef;
    color: #202627
}

.p-inplace .p-inplace-display:focus {
    outline: 3px solid #565656;
    outline-offset: 2px
}

.p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #dee2e6;
    border-radius: 4px
}

.p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #0c884e
}

.p-progressbar .p-progressbar-label {
    color: #fff;
    line-height: 1.5rem
}

.p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    transition: background-color .2s, color .2s, box-shadow .2s
}

.p-scrolltop.p-link {
    background: rgba(0, 0, 0, .7)
}

.p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, .8)
}

.p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f8f9fa
}

.p-skeleton {
    background-color: #e9ecef;
    border-radius: 4px
}

.p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0))
}

.p-tag {
    background: #0c884e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: .25rem .4rem;
    border-radius: 4px
}

.p-tag.p-tag-success {
    background-color: #fff;
    color: #0c884e
}

.p-tag.p-tag-info {
    background-color: #000;
    color: #fff
}

.p-tag.p-tag-warning {
    background-color: #fbc02d;
    color: #212529
}

.p-tag.p-tag-danger {
    background-color: #d32f2f;
    color: #fff
}

.p-tag .p-tag-icon {
    margin-right: .25rem;
    font-size: .75rem
}

.p-terminal {
    background: #fff;
    color: #202627;
    border: 1px solid #dee2e6;
    padding: 1rem
}

.p-terminal .p-terminal-input {
    font-size: 1rem;
    font-family: "Arial", "sans-serif", "MingLiU"
}

[lang=zh-hk] .p-terminal .p-terminal-input {
    font-family: "MingLiU", "Arial", "sans-serif"
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

label[for] {
    cursor: pointer
}

label[for].etax-line {
    cursor: auto
}

.word-break {
    word-break: break-all
}

input[type=password]::-ms-reveal {
    display: none
}

.p-inputtext, .p-dropdown, .p-inputgroup, .p-password {
    width: 100%
}

.p-inputtext.p-disabled, .p-inputtext.p-component:disabled {
    background: rgba(99, 100, 112, .15);
    color: #636470
}

.arrow-list {
    position: relative;
    padding-left: 1.5em
}

.arrow-list i {
    position: absolute;
    margin-top: .25em;
    left: 0
}

.p-component.p-inputtext {
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.p-component.p-inputtext[readonly] {
    border: none;
    padding: 0;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0)
}

.p-button.p-disabled, .p-button.p-component:disabled {
    background: var(--text-color-supportingBtn);
    color: #fff;
    border: 1px solid var(--text-color-supportingBtn)
}

.p-button-success .p-button.p-disabled, .p-button-success .p-button.p-component:disabled, .p-button-success.p-button.p-disabled, .p-button-success.p-button.p-component:disabled {
    background: #fff;
    color: var(--text-color-supportingBtn);
    border: 1px solid #fff
}

.p-fluid .p-inputtextarea {
    min-height: 94px;
    resize: none
}

.p-inputgroup *.p-inputtext:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 1px #565656
}

.p-inputgroup:focus-within {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: 0 0 0 1px #565656
}

.p-inputgroup .p-inputgroup-addon.p-inputgroup-phone {
    position: relative
}

.p-inputgroup .p-inputgroup-addon.p-inputgroup-phone::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #636470
}

.p-inputgroup .p-inputtext {
    border: none;
    padding-left: 0
}

.p-inputgroup .p-inputtext:focus {
    box-shadow: none !important
}

.ex-field-vertical {
    display: block
}

.ex-field-vertical .field-checkbox:last-child, .ex-field-vertical .field-radiobutton:last-child {
    margin-bottom: 0
}

.ex-validation-tip > small, .ex-input-tip > small {
    font-weight: 400;
    line-height: 140%;
    color: #767676
}

.ex-validation-tip {
    position: relative;
    margin-bottom: 0
}

.ex-validation-tip .p-error .pi {
    vertical-align: text-bottom;
    margin-right: 8px
}

.ex-validation-tip .p-error {
    display: block
}

.ef-mr-24 {
    margin-right: 24px !important
}

.ef-dropdown-icon .p-splitbutton .p-splitbutton-defaultbutton.p-button, .ef-dropdown-icon .p-splitbutton .p-button.ng-star-inserted {
    display: none
}

.ef-dropdown-icon .p-splitbutton .p-button-icon-only {
    border-radius: 4px
}

.font-en {
    font-family: var(--font-family)
}

.font-zh {
    font-family: var(--font-family-zh)
}

.ex-dialog-timer-count {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #d93025;
    text-align: center
}

@media (min-width: 992px) {
    .app-container {
        width: 100%;
        margin: 0 auto;
        max-width: 1920px;
        padding: 0 60px
    }

    .app-container-content {
        max-width: 1440px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .input-content-right-wrap {
        width: 100%;
        max-width: 400px
    }

    .p-component.p-inputtext {
        padding: 10px 24px
    }

    .p-component.p-inputtext[readonly] {
        height: 24px;
        line-height: 28px
    }

    .p-component.p-dropdown .p-inputtext {
        padding: 10px 24px 10px;
        line-height: 140%
    }

    .p-component.p-password-input {
        padding-right: 55px
    }

    .p-inputgroup {
        padding-left: 24px
    }

    .p-inputgroup .p-inputgroup-addon {
        padding-top: 10px;
        font-size: 20px;
        line-height: 140%;
        text-align: left;
        padding-left: 24px;
        padding-right: 12px;
        border: none
    }

    .p-inputgroup .p-inputgroup-addon:first-child {
        padding-left: 0;
        min-width: auto
    }

    .p-inputgroup .p-inputgroup-addon:last-child {
        padding-left: 12px;
        padding-right: 24px;
        border-right: none
    }

    .p-inputgroup .p-inputgroup-addon.p-inputgroup-phone {
        padding: 12px 48px 12px 24px
    }

    .p-inputgroup .p-inputgroup-addon.p-inputgroup-phone .p-inputtext {
        width: 45px;
        padding: 0
    }

    .p-inputgroup .p-inputgroup-addon.p-inputgroup-phone::before {
        right: 24px;
        height: 24px
    }

    .p-input-icon-left .p-inputtext {
        padding-left: 54px !important
    }

    .p-input-icon-left > i {
        margin-top: 0;
        transform: translateY(-50%);
        left: 24px !important;
        font-size: 24px;
        z-index: 1
    }

    .p-input-icon-right > i {
        margin-top: 0;
        transform: translateY(-50%);
        right: 24px !important;
        font-size: 24px
    }

    .p-input-icon-right > .p-icon-wrapper {
        margin-top: 0;
        transform: translateY(-50%);
        right: 24px !important
    }

    .p-input-icon-right > .p-icon-wrapper svg {
        width: 24px;
        height: 24px
    }

    .ex-validation-tip > small, .ex-input-tip > small {
        padding-top: 8px;
        font-size: 16px
    }

    .field-checkbox, .field-radiobutton {
        margin-bottom: 4px;
        padding: 6px 0;
        align-items: flex-start
    }

    .field-checkbox > .p-element, .field-radiobutton > .p-element {
        height: 28px
    }

    .field-checkbox > label, .field-radiobutton > label {
        color: #202627;
        font-size: 20px;
        margin: 0 32px 0 16px;
        line-height: 140%
    }

    .ex-field-adaptive {
        display: flex
    }

    .ex-field-adaptive .field-checkbox, .ex-field-adaptive .field-radiobutton {
        margin-bottom: 0
    }

    .ex-validation-tip textarea {
        padding: 10px 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        font-family: var(--font-family);
        font-size: 20px;
        color: #06191d;
        background: #fff;
        border: 1px solid #767676;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        appearance: none;
        border-radius: 4px
    }

    .ex-validation-tip textarea:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 1px #565656
    }

    [lang=zh-hk] .ex-validation-tip textarea {
        font-family: var(--font-family-zh)
    }

    .p-input-button .p-button {
        padding: 10px 16px !important
    }
}

.p-paginator-rpp-options.p-dropdown .p-inputtext {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    height: 100%;
    margin-left: 1.25rem
}

.p-paginator-rpp-options.p-dropdown .pi {
    font-size: 0.3125rem
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

label[for] {
    cursor: pointer
}

label[for].etax-line {
    cursor: auto
}

.word-break {
    word-break: break-all
}

input[type=password]::-ms-reveal {
    display: none
}

.p-inputtext, .p-dropdown, .p-inputgroup, .p-password {
    width: 100%
}

.p-inputtext.p-disabled, .p-inputtext.p-component:disabled {
    background: rgba(99, 100, 112, .15);
    color: #636470
}

.arrow-list {
    position: relative;
    padding-left: 1.5em
}

.arrow-list i {
    position: absolute;
    margin-top: .25em;
    left: 0
}

.p-component.p-inputtext {
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.p-component.p-inputtext[readonly] {
    border: none;
    padding: 0;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0)
}

.p-button.p-disabled, .p-button.p-component:disabled {
    background: var(--text-color-supportingBtn);
    color: #fff;
    border: 1px solid var(--text-color-supportingBtn)
}

.p-button-success .p-button.p-disabled, .p-button-success .p-button.p-component:disabled, .p-button-success.p-button.p-disabled, .p-button-success.p-button.p-component:disabled {
    background: #fff;
    color: var(--text-color-supportingBtn);
    border: 1px solid #fff
}

.p-fluid .p-inputtextarea {
    min-height: 94px;
    resize: none
}

.p-inputgroup *.p-inputtext:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 1px #565656
}

.p-inputgroup:focus-within {
    outline: 3px solid #565656;
    outline-offset: 2px;
    box-shadow: 0 0 0 1px #565656
}

.p-inputgroup .p-inputgroup-addon.p-inputgroup-phone {
    position: relative
}

.p-inputgroup .p-inputgroup-addon.p-inputgroup-phone::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #636470
}

.p-inputgroup .p-inputtext {
    border: none;
    padding-left: 0
}

.p-inputgroup .p-inputtext:focus {
    box-shadow: none !important
}

.ex-field-vertical {
    display: block
}

.ex-field-vertical .field-checkbox:last-child, .ex-field-vertical .field-radiobutton:last-child {
    margin-bottom: 0
}

.ex-validation-tip > small, .ex-input-tip > small {
    font-weight: 400;
    line-height: 140%;
    color: #767676
}

.ex-validation-tip {
    position: relative;
    margin-bottom: 0
}

.ex-validation-tip .p-error .pi {
    vertical-align: text-bottom;
    margin-right: 8px
}

.ex-validation-tip .p-error {
    display: block
}

.ef-mr-24 {
    margin-right: 24px !important
}

.ef-dropdown-icon .p-splitbutton .p-splitbutton-defaultbutton.p-button, .ef-dropdown-icon .p-splitbutton .p-button.ng-star-inserted {
    display: none
}

.ef-dropdown-icon .p-splitbutton .p-button-icon-only {
    border-radius: 4px
}

@media (max-width: 991.98px) {
    .app-container {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }

    .app-container-content {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }

    .p-component.p-inputtext {
        font-size: 1rem;
        vertical-align: middle;
        padding: 0.375rem 1.5rem
    }

    .p-component.p-inputtext[readonly] {
        height: 1.5rem;
        line-height: 1.75rem
    }

    .p-component.p-dropdown .p-inputtext {
        padding: 0.375rem 1.25rem 0.375rem;
        line-height: 140%;
        font-size: 1rem
    }

    .p-component.p-dropdown .pi {
        font-size: 0.3125rem
    }

    .p-component.p-password-input {
        padding-right: 3.4375rem
    }

    .p-inputgroup {
        padding-left: 1.5rem
    }

    .p-inputgroup .p-inputgroup-addon {
        padding: 0.375rem 0;
        padding-left: 1.5rem;
        padding-right: 0.75rem;
        font-size: 1rem;
        line-height: 140%;
        border: none
    }

    .p-inputgroup .p-inputgroup-addon:first-child {
        padding-left: 0;
        min-width: auto
    }

    .p-inputgroup .p-inputgroup-addon:last-child {
        padding-left: 0.75rem;
        padding-right: 1.5rem;
        border-right: none
    }

    .p-inputgroup .p-inputgroup-addon.p-inputgroup-phone {
        padding: 0.75rem 2.5rem 0.75rem 1.25rem
    }

    .p-inputgroup .p-inputgroup-addon.p-inputgroup-phone .p-inputtext {
        width: 2.8125rem;
        padding: 0
    }

    .p-inputgroup .p-inputgroup-addon.p-inputgroup-phone::before {
        right: 1.25rem;
        height: 1.125rem
    }

    .p-inputgroup .p-inputtext {
        padding-left: 0
    }

    .p-input-icon-left .p-inputtext {
        padding-left: 3.375rem !important
    }

    .p-input-icon-left > i {
        margin-top: 0;
        transform: translateY(-50%);
        left: 1.5rem !important;
        font-size: 1.5rem;
        z-index: 1
    }

    .p-input-icon-right > i {
        margin-top: 0;
        transform: translateY(-50%);
        right: 1.5rem !important;
        font-size: 1.25rem
    }

    .p-input-icon-right > .p-icon-wrapper {
        margin-top: 0;
        transform: translateY(-50%);
        right: 1.5rem !important
    }

    .p-input-icon-right > .p-icon-wrapper svg {
        width: 1.25rem;
        height: 1.25rem
    }

    .ex-validation-tip > small, .ex-input-tip > small {
        padding-top: 0.5rem;
        font-size: 0.875rem
    }

    .field-checkbox, .field-radiobutton {
        margin-bottom: 1rem;
        align-items: flex-start
    }

    .field-checkbox > .p-element, .field-radiobutton > .p-element {
        height: 1.4rem
    }

    .field-checkbox > label, .field-radiobutton > label {
        color: #202627;
        font-size: 1rem;
        margin: 0 1rem;
        word-break: break-word;
        line-height: 140%
    }

    .ex-field-adaptive {
        display: block
    }

    .ex-field-adaptive .field-checkbox:last-child, .ex-field-adaptive .field-radiobutton:last-child {
        margin-bottom: 0
    }

    .ex-validation-tip textarea {
        padding: 0.625rem 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        font-family: var(--font-family);
        font-size: 1.25rem;
        color: #06191d;
        background: #fff;
        border: 1px solid #767676;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        appearance: none;
        border-radius: 0.25rem
    }

    .ex-validation-tip textarea:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: 0 0 0 1px #565656
    }

    .ex-container-wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 21.25rem
    }

    .p-paginator-rpp-options.p-dropdown .p-inputtext {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        height: 100%;
        margin-left: 1.25rem
    }

    .p-paginator-rpp-options.p-dropdown .pi {
        font-size: 0.3125rem
    }

    [lang=zh-hk] .ex-validation-tip textarea {
        font-family: var(--font-family-zh)
    }

    .p-input-button .p-button {
        padding: 0.375rem 1rem !important
    }

    .mobile-horizontal-scroll-wrap {
        width: 100%;
        overflow-x: scroll
    }

    .mobile-horizontal-scroll {
        width: 800px
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (min-width: 992px) {
    .form-btn-line, .ls-btn {
        margin: 64px auto;
        display: block;
        text-align: center
    }

    .form-btn-line .p-button, .ls-btn .p-button {
        margin-right: 16px
    }

    .form-btn-line .p-button:last-child, .ls-btn .p-button:last-child {
        margin-right: 0
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .form-btn-line, .ls-btn {
        margin: 2rem auto;
        display: flex;
        text-align: center;
        flex-direction: column-reverse
    }

    .form-btn-line .p-button, .ls-btn .p-button {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .form-btn-line .p-button .p-button-label, .ls-btn .p-button .p-button-label {
        flex: 0
    }

    .form-btn-line .p-button:first-child, .ls-btn .p-button:first-child {
        margin-bottom: 0rem
    }
}

.pi.pi-eye {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi.pi-eye::before {
    content: "\e962"
}

.pi.pi-eye-slash {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi.pi-eye-slash::before {
    content: "\e961"
}

.pi.pi-chevron-down {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi.pi-chevron-down::before {
    content: "\e965"
}

.pi.pi-chevron-up {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi.pi-chevron-up::before {
    content: "\e967"
}

.pi.pi-chevron-left {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi.pi-chevron-left::before {
    content: "\e963"
}

.pi.pi-chevron-right {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi.pi-chevron-right::before {
    content: "\e964"
}

.pi.pi-sign-out {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem
}

.pi.pi-sign-out::before {
    content: "\e960"
}

.icon-Vector {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-Vector::before {
    content: "\e900"
}

.p-input-icon-left .fa-user {
    color: #767676
}

.p-password .p-icon-wrapper {
    color: var(--primary-color)
}

.icon-revocation {
    font-family: "ef-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-revocation::before {
    content: "\e91e"
}

.checking-icon-name::after {
    display: none;
    content: "\e920";
    content: "\e91a";
    content: "\e91e";
    content: "\e91f";
    content: "\e91d";
    content: "\e91b";
    content: "\e91c";
    content: "\e900";
    content: "\e937";
    content: "\e938";
    content: "\e939";
    content: "\e93e";
    content: "\e93f";
    content: "\e901";
    content: "\e902";
    content: "\e903";
    content: "\e904";
    content: "\e905";
    content: "\e906";
    content: "\e907";
    content: "\e908";
    content: "\e909";
    content: "\e90a";
    content: "\e90b";
    content: "\e90c";
    content: "\e90d";
    content: "\e90e";
    content: "\e90f";
    content: "\e910";
    content: "\e911";
    content: "\e912";
    content: "\e913";
    content: "\e914";
    content: "\e915";
    content: "\e916";
    content: "\e917";
    content: "\e918";
    content: "\e919";
    content: "\e940";
    content: "\e941";
    content: "\e950";
    content: "\e95c";
    content: "\e95d";
    content: "\e95e";
    content: "\e95f";
    content: "\e960";
    content: "\e961";
    content: "\e962";
    content: "\e963";
    content: "\e964";
    content: "\e965";
    content: "\e966";
    content: "\e967";
    content: "\e968";
    content: "\e969";
    content: "\e96a";
    content: "\e96b";
    content: "\e96c";
    content: "\e96d";
    content: "\e96e"
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

.p-message-interval {
    margin-bottom: 1.25rem
}

--nomargin {
    margin-bottom: 0
}

html {
    font-size: 16px;
    height: 100%
}

body {
    font-family: var(--font-family);
    background-color: var(--surface-section);
    color: var(--text-color);
    font-size: 20px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.layout-scroll-block {
    overflow: hidden
}

[lang=zh-hk] body {
    font-family: var(--font-family-zh)
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    margin-block-start: 0;
    margin-block-end: 0;
    color: var(--text-color-heading)
}

h1, .h1 {
    font-size: 36px;
    line-height: 1.2em
}

h2, .h2 {
    font-size: 32px;
    line-height: 1.2em
}

h3, .h3 {
    font-size: 28px;
    line-height: 1.2em
}

h4, .h4 {
    font-size: 24px;
    line-height: 1.2em
}

h5, .h5 {
    font-size: 20px;
    line-height: 1.2em
}

h6, .h6 {
    font-size: 18px;
    line-height: 1.2em
}

p, .fs-20 {
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0
}

.be_editor_content {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: break-spaces
}

.be_editor_content p {
    margin: 0 0 9px;
    padding-bottom: 1px
}

small, .fs-16 {
    font-size: 16px;
    line-height: 1.4em
}

a {
    text-decoration: none;
    color: var(--label_a-text-color);
    line-height: 1.4em
}
a:not(.link):hover{
    text-decoration: underline;
    text-underline-offset: .25em;
}
.link {
    text-decoration: underline;
    text-underline-offset: .25em;
    line-height: 1.4em;
    cursor: pointer
}
.link:hover{
    text-decoration: none;
}
input::placeholder {
    font-style: normal;
    font-weight: 400;
    color: var(--text-color-supportingText)
}

textarea::placeholder {
    color: var(--text-color-supportingText)
}

label {
    font-style: normal;
    font-weight: 400
}

.title-bullet {
    display: flex;
    align-items: flex-start
}

.title-bullet:before {
    content: " ";
    display: block;
    width: .857em;
    height: .357em;
    background: var(--primary-color);
    border-radius: .5em;
    margin-right: .57em;
    margin-top: .6em;
    transform: translateY(-50%);
    flex-shrink: 0
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 16px
    }

    body {
        font-size: 1rem;
        line-height: 1.4em
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: inherit;
        font-weight: 600;
        line-height: 1.2;
        margin-block-start: 0;
        margin-block-end: 0;
        color: var(--text-color-heading)
    }

    h1, .h1 {
        font-size: 1.875rem;
        line-height: 1.2em
    }

    h2, .h2 {
        font-size: 1.75rem;
        line-height: 1.2em
    }

    h3, .h3 {
        font-size: 1.5rem;
        line-height: 1.2em
    }

    h4, .h4 {
        font-size: 1.25rem;
        line-height: 1.2em
    }

    h5, .h5 {
        font-size: 1rem;
        line-height: 1.2em
    }

    h6, .h6 {
        font-size: 0.875rem;
        line-height: 1.2em
    }

    p, .fs-20 {
        font-size: 1rem;
        line-height: 1.4em
    }

    small, .fs-16 {
        font-size: 0.875rem;
        line-height: 1.4em
    }

    a {
        text-decoration: none;
        color: var(--label_a-text-color)
    }

    .link {
        text-decoration: underline;
        line-height: 1.4em;
        text-underline-offset: .25em;
        cursor: pointer
    }

    input::placeholder {
        font-style: normal;
        font-weight: 400;
        color: var(--text-color-supportingText)
    }

    textarea::placeholder {
        color: var(--text-color-supportingText)
    }

    label {
        font-style: normal;
        font-weight: 400
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

.form-guidance {
    background-color: var(--container-color);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: var(--text-color-heading);
    padding: 2rem;
    margin-bottom: 4rem
}

[lang=zh-hk] .form-guidance {
    font-family: var(--font-family-zh)
}

.form-guidance-btp {
    background-color: var(--btp-container-color) !important
}

.form-guidance-itp {
    background-color: var(--itp-container-color) !important
}

.form-guidance-trp {
    background-color: var(--trp-container-color) !important
}

@media (min-width: 992px) {
    .form-guidance {
        font-size: 20px;
        line-height: 140%;
        border-radius: 8px
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .form-guidance {
        font-size: 1.25rem;
        line-height: 120%;
        border-radius: 0.5rem;
        margin-bottom: 2rem
    }
}

.ef-money-input {
    position: relative;
    display: block !important
}

.decimal .p-inputnumber-input::placeholder {
    text-align: right;
    color: var(--text-color-disabled)
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .mb-no-scroll {
        overflow: hidden
    }
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

div .badge-ellipse-success {
    color: #0c884e;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0.5rem;
    text-align: center;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #0c884e;
    height: auto
}

div .badge-ellipse-danger {
    color: #c20b12;
    font-size: 1.25rem;
    padding: 0.5rem;
    font-weight: 400;
    text-align: center;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #c20b12;
    height: auto
}

div .badge-ellipse-info {
    color: #3d6fc9;
    font-size: 1.25rem;
    padding: 0.5rem;
    font-weight: 400;
    text-align: center;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #3d6fc9;
    height: auto
}

.p-toast.p-toast-topright {
    z-index: 10000;
    top: 90px;
    right: 28px
}

.web-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.layout-wrapper .layout-topbar {
    background-color: var(--surface-card);
    color: var(--text-color);
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 997;
    padding-left: 350px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.layout-wrapper .layout-topbar .action-icon {
    color: var(--text-secondary-color)
}

.layout-wrapper .layout-topbar .action-icon.menu-icon {
    margin-left: 2rem;
    display: none;
    width: 2.5rem;
    height: 2.5rem
}

.layout-wrapper .layout-topbar .action-icon.menu-icon i {
    font-size: 1.5rem
}

.layout-wrapper .layout-topbar .action-icon.home-icon {
    margin-left: 2rem
}

.layout-wrapper .layout-topbar .action-icon.home-icon i {
    font-size: 1rem
}

.layout-wrapper .layout-topbar .action-icon:hover {
    background: var(--surface-hover)
}

.layout-wrapper .layout-topbar .route-link {
    color: var(--text-secondary-color);
    display: block;
    padding: .5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color .2s;
    margin: 0 2rem 0 auto
}

.layout-wrapper .layout-topbar .route-link:hover {
    background: var(--surface-hover)
}

.layout-wrapper .layout-editor {
    position: fixed;
    width: 350px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: var(--surface-card);
    color: var(--text-color);
    border-right: 1px solid var(--surface-border);
    transition: transform .4s cubic-bezier(0.05, 0.74, 0.2, 0.99)
}

.layout-wrapper .layout-editor .layout-editor-top {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.layout-wrapper .layout-editor .layout-editor-top .logo {
    width: 150px
}

.layout-wrapper .layout-editor p {
    font-size: .875rem;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 6px;
    background-color: var(--surface-ground);
    border: 2px dashed var(--surface-border);
    color: var(--text-color-secondary)
}

.layout-wrapper .layout-editor p a {
    color: #2196f3
}

.layout-wrapper .layout-editor p a:hover {
    text-decoration: underline;
    text-underline-offset: .25em
}

.layout-wrapper .layout-editor .editor-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0
}

.layout-wrapper .layout-editor .editor-field label {
    font-size: .857rem
}

.layout-wrapper .layout-editor .editor-field input {
    text-align: right;
    appearance: none;
    border: 0 none;
    background-color: var(--surface-border);
    border-radius: 4px;
    font-size: 1rem
}

.layout-wrapper .layout-editor .editor-field input[type=text] {
    padding: .5rem;
    color: var(--text-color)
}

.layout-wrapper .layout-editor .layout-editor-panel {
    overflow: auto;
    height: 100%;
    padding: 0 1.5rem 1.5rem 1.5rem
}

.layout-wrapper .layout-editor .config-scale {
    display: flex;
    align-items: center;
    margin: 1rem 0 2rem 0
}

.layout-wrapper .layout-editor .config-scale .p-button {
    margin-right: .5rem
}

.layout-wrapper .layout-editor .config-scale i {
    margin-right: .5rem;
    font-size: .75rem;
    color: var(--text-color-secondary)
}

.layout-wrapper .layout-editor .config-scale i.scale-active {
    font-size: 1.25rem;
    color: #2196f3
}

.layout-wrapper .layout-content {
    margin-left: 350px;
    padding: 6rem 2rem 2rem 2rem;
    background-color: var(--surface-ground)
}

.layout-wrapper .layout-footer {
    width: 100%;
    background: var(--surface-card);
    padding: 1rem;
    padding-left: 374px;
    border-top: 1px solid var(--surface-border);
    color: var(--text-secondary-color)
}

.layout-wrapper .action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: background-color .15s;
    cursor: pointer
}

.layout-wrapper .action-icon.action-restart {
    background-color: #2194f3;
    color: #fff
}

.layout-wrapper .action-icon.action-restart:hover {
    background-color: #0d87ec
}

.layout-wrapper .action-icon.action-download {
    background-color: #f37f21;
    color: #fff
}

.layout-wrapper.layout-editor-code .layout-topbar {
    padding-left: 2rem
}

.layout-wrapper.layout-editor-code .layout-content {
    margin-left: 0
}

.layout-wrapper.layout-editor-code .layout-footer {
    padding-left: 2rem
}

app-intro {
    z-index: 1000;
    position: fixed
}

.layout-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
    color: rgba(255, 255, 255, .8);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%)
}

.layout-intro .intro-title {
    font-weight: 300;
    animation: fadeInDown 1s
}

.layout-intro .intro-title i {
    font-size: 1.75rem
}

.theme-options {
    display: flex;
    align-items: center;
    margin: 0 auto
}

.theme-option {
    padding: 2rem
}

.theme-option a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    border: 0 none;
    transition: transform .3s
}

.theme-option a:hover {
    transform: scale(1.1)
}

.theme-option a img {
    width: 50px
}

.theme-option.theme-option {
    animation: fadeInUp 1s
}

.theme-option.theme-option.theme-option-leave {
    animation: fadeOut 1s forwards
}

.p-tooltip.intro {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.p-tooltip.intro .p-tooltip-text {
    background: #212121;
    color: #fff;
    padding: .5rem;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px
}

.p-tooltip.intro.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0)
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.card {
    background: var(--surface-card);
    color: var(--text-color);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem
}

.card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

pre[class*=language-] {
    border-radius: 15px !important
}

pre[class*=language-]:before, pre[class*=language-]:after {
    display: none !important
}

pre[class*=language-] code {
    border-left: 1rem solid rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    background: var(--surface-card) !important;
    margin: 0;
    color: var(--surface-900);
    font-size: 14px;
    border-radius: 10px !important
}

pre[class*=language-] code .token.tag, pre[class*=language-] code .token.keyword {
    color: #2196f3 !important
}

pre[class*=language-] code .token.attr-name, pre[class*=language-] code .token.attr-string {
    color: #2196f3 !important
}

pre[class*=language-] code .token.attr-value {
    color: #4caf50 !important
}

pre[class*=language-] code .token.punctuation {
    color: var(--text-color)
}

pre[class*=language-] code .token.operator, pre[class*=language-] code .token.string, pre[class*=language-] code .token.url {
    background: rgba(0, 0, 0, 0)
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

@media screen and (max-width: 640px) {
    .layout-intro .theme-option {
        padding: 2rem .5rem
    }
}

@media screen and (max-width: 1280px) {
    .layout-wrapper .layout-topbar {
        padding-left: 0;
        justify-content: flex-start
    }

    .layout-wrapper .layout-topbar .action-icon.menu-icon {
        display: flex
    }

    .layout-wrapper .layout-topbar .action-icon.home-icon {
        margin-left: .5rem
    }

    .layout-wrapper .layout-topbar .route-link {
        margin-left: auto
    }

    .layout-wrapper .layout-editor {
        transform: translateX(-100%)
    }

    .layout-wrapper .layout-editor.layout-editor-active {
        transform: translateX(0)
    }

    .layout-wrapper .layout-content {
        margin-left: 0
    }

    .layout-wrapper .layout-mask {
        background-color: rgba(0, 0, 0, .1)
    }

    .layout-wrapper .layout-mask.layout-mask-active {
        z-index: 998;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .4);
        transition: background-color .5s
    }

    .layout-wrapper .layout-footer {
        padding-left: 1rem
    }
}

@media screen and (min-width: 1729px) {
    .layout-content-inner {
        width: 1378px;
        margin: 0 auto
    }

    .layout-editor-code .layout-content-inner {
        width: 1478px
    }
}

@media print {
    body {
        min-height: auto !important
    }

    .hide-on-print {
        display: none !important
    }
}

.text-break {
    word-wrap: break-word;
    word-break: break-word
}

:focus-visible {
    outline: 3px solid #565656;
    outline-offset: 2px;
    border-radius: 4px
}

.header-span {
    padding: 2px 8px 2px 8px;
    margin-left: 12px;
    width: 50px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--tab-2nd-btn);
    font-weight: 400;
    color: var(--primary-color) !important
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border-width: 0 0 4px 0
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link span:not(.header-span) {
    font-weight: 700
}

.p-tabview-nav-link span {
    font-size: 20px;
    font-weight: 400;
    color: var(--radiocontainer-inner-border-color)
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

a.eSyZIh div {
    color: #0061ff !important;
    background-color: #fff !important
}

.lang-selector {
    color: #6d6d6d !important
}

.dJXsSm {
    background-color: #e7f3ed !important
}

.kSqeJg {
    background: #fff
}

.kSqeJg::placeholder {
    color: #767676
}

.ghpmBA {
    z-index: 1099 !important
}

@media (min-width: 992px) {
    .chatbot-icon-wrapper {
        bottom: 80px !important;
        right: 48px !important
    }

    img.chat-icon {
        height: 200px !important;
        width: 200px !important
    }
}

@media (max-width: 991.98px) {
    img[src="https://www.ird.gov.hk/chi/images/ird_bot_r.gif"].chat-icon, img[src="https://www.ird.gov.hk/eng/images/ird_bot_r.gif"].chat-icon {
        height: 96px !important;
        width: 96px !important;
        padding: 0;
        margin: 0;
        position: fixed
    }

    img.chat-icon {
        height: 48px !important;
        width: 48px !important;
        padding: 0;
        margin: 0
    }

    .chatbot-icon-wrapper {
        height: 48px !important;
        width: 48px !important;
        padding: 0;
        right: 0 !important;
        margin: 0;
        margin-bottom: 10px
    }
}

.p-dropdown.p-disabled {
    background-color: #e8e8ea
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }
}

@media (min-width: 992px) {
    .ef-line-warp {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1rem
    }

    .ef-line-warp .ef-line-left {
        position: relative;
        display: inline-block;
        font-weight: 400;
        vertical-align: middle;
        transform: translateY(10px);
        display: flex;
        margin-bottom: 1.5rem;
        margin-left: 8.3333%;
        flex: 0 0 auto;
        padding: .5rem;
        width: 33.3333%
    }

    .ef-line-warp .ef-line-right {
        display: inline-block;
        font-weight: 400;
        vertical-align: middle;
        position: relative;
        flex: 0 0 auto;
        padding: .5rem;
        width: 58.3333%
    }
}

@media (min-width: 992px)and (max-width: 991.98px) {
    .ef-line-warp .ef-line-warp {
        padding-left: 0
    }
}

@media (max-width: 991.98px) {
    .ef-line-warp {
        list-style: none;
        line-height: 120%;
        display: flex;
        flex-direction: column;
        margin-bottom: 1.5rem
    }

    .ef-line-warp .ef-line-left {
        position: relative;
        font-weight: 400;
        vertical-align: middle;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 1rem
    }

    .ef-line-warp .ef-line-right {
        position: relative;
        font-weight: 400;
        vertical-align: middle;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
        position: relative
    }
}

@media (max-width: 991.98px)and (max-width: 991.98px) {
    .ef-line-warp .ef-line-warp {
        padding-left: 0
    }
}

/*# sourceMappingURL=theme.css.map */
